From c0dad03f8ec54ca430227657c8a4f630e3376460 Mon Sep 17 00:00:00 2001 From: Juan Leyva Date: Tue, 14 Feb 2017 12:07:00 +0100 Subject: [PATCH 1/2] MOBILE-1949 lang: Rename strings to match Moodle ones --- www/addons/competency/lang/en.json | 2 +- www/addons/competency/services/handlers.js | 2 +- www/addons/files/controllers/list.js | 2 +- www/addons/files/lang/en.json | 4 ++-- www/addons/files/services/handlers.js | 2 +- www/addons/files/templates/index.html | 6 +++--- 6 files changed, 9 insertions(+), 9 deletions(-) diff --git a/www/addons/competency/lang/en.json b/www/addons/competency/lang/en.json index 8f28ed53826..2776e52e571 100644 --- a/www/addons/competency/lang/en.json +++ b/www/addons/competency/lang/en.json @@ -21,7 +21,7 @@ "learningplancompetencies": "Learning plan competencies", "learningplans": "Learning plans", "noactivities": "No activities", - "mylearningplans": "My learning plans", + "myplans": "My learning plans", "nocrossreferencedcompetencies": "No other competencies have been cross-referenced to this competency.", "nocompetencies": "No competencies", "noplanswerecreated": "No learning plans were created.", diff --git a/www/addons/competency/services/handlers.js b/www/addons/competency/services/handlers.js index 3f0e48ec1bc..630ef411633 100644 --- a/www/addons/competency/services/handlers.js +++ b/www/addons/competency/services/handlers.js @@ -100,7 +100,7 @@ angular.module('mm.addons.competency') */ return function($scope) { $scope.icon = 'ion-map'; - $scope.title = 'mma.competency.mylearningplans'; + $scope.title = 'mma.competency.myplans'; $scope.state = 'site.learningplans'; $scope.class = 'mma-competency-handler'; }; diff --git a/www/addons/files/controllers/list.js b/www/addons/files/controllers/list.js index 71ece29a30d..3dd985cc11d 100644 --- a/www/addons/files/controllers/list.js +++ b/www/addons/files/controllers/list.js @@ -34,7 +34,7 @@ angular.module('mm.addons.files') $scope.title = $translate.instant('mma.files.sitefiles'); } else if (root === 'my') { promise = $mmaFiles.getMyFiles(); - $scope.title = $translate.instant('mma.files.myprivatefiles'); + $scope.title = $translate.instant('mma.files.files'); } else { // Upon error we create a fake promise that is rejected. promise = $q.reject(); diff --git a/www/addons/files/lang/en.json b/www/addons/files/lang/en.json index 5f4cbde96d2..1d84c6e983e 100644 --- a/www/addons/files/lang/en.json +++ b/www/addons/files/lang/en.json @@ -4,8 +4,8 @@ "couldnotloadfiles": "The list of files could not be loaded.", "emptyfilelist": "There are no files to show.", "erroruploadnotworking": "Unfortunately it is currently not possible to upload files to your site.", - "myfiles": "My files", - "myprivatefiles": "My private files", + "files": "My files", + "privatefiles": "My private files", "myprivatefilesdesc": "The files that are available in your private area on this Moodle site.", "sitefiles": "Site files", "sitefilesdesc": "The other files that are available to you on this Moodle site.", diff --git a/www/addons/files/services/handlers.js b/www/addons/files/services/handlers.js index 668b0a9cd06..65b609d01b2 100644 --- a/www/addons/files/services/handlers.js +++ b/www/addons/files/services/handlers.js @@ -64,7 +64,7 @@ angular.module('mm.addons.files') */ return function($scope) { $scope.icon = 'ion-folder'; - $scope.title = 'mma.files.myfiles'; + $scope.title = 'mma.files.files'; $scope.state = 'site.files'; $scope.class = 'mma-files-handler'; }; diff --git a/www/addons/files/templates/index.html b/www/addons/files/templates/index.html index 5cc4521c2d7..bc62f66e158 100644 --- a/www/addons/files/templates/index.html +++ b/www/addons/files/templates/index.html @@ -1,10 +1,10 @@ - +
- + - {{ 'mma.files.myprivatefiles' | translate }} + {{ 'mma.files.privatefiles' | translate }}

{{ 'mma.files.myprivatefilesdesc' | translate }}

From 6d733b7263d5b87e1827dfe51a024360f5af57df Mon Sep 17 00:00:00 2001 From: Juan Leyva Date: Tue, 14 Feb 2017 12:16:06 +0100 Subject: [PATCH 2/2] MOBILE-1949 lang: Auto-translation to remove unused strings --- www/addons/badges/lang/fa.json | 4 ++- www/addons/badges/lang/tr.json | 8 ++++- www/addons/competency/lang/ar.json | 2 +- www/addons/competency/lang/bg.json | 4 +++ www/addons/competency/lang/ca.json | 2 +- www/addons/competency/lang/cs.json | 2 +- www/addons/competency/lang/da.json | 1 + www/addons/competency/lang/de.json | 2 +- www/addons/competency/lang/es-mx.json | 2 +- www/addons/competency/lang/es.json | 11 +++++-- www/addons/competency/lang/eu.json | 2 +- www/addons/competency/lang/fa.json | 1 + www/addons/competency/lang/fr.json | 2 +- www/addons/competency/lang/he.json | 2 ++ www/addons/competency/lang/hu.json | 1 + www/addons/competency/lang/it.json | 4 ++- www/addons/competency/lang/ja.json | 1 + www/addons/competency/lang/nl.json | 2 +- www/addons/competency/lang/pl.json | 1 + www/addons/competency/lang/pt-br.json | 19 ++++++++++-- www/addons/competency/lang/pt.json | 1 + www/addons/competency/lang/ru.json | 1 + www/addons/competency/lang/sv.json | 1 + www/addons/competency/lang/tr.json | 2 ++ www/addons/competency/lang/zh-tw.json | 1 + www/addons/coursecompletion/lang/fa.json | 1 + www/addons/files/lang/ar.json | 26 ++-------------- www/addons/files/lang/bg.json | 6 ++-- www/addons/files/lang/ca.json | 30 ++----------------- www/addons/files/lang/cs.json | 30 ++----------------- www/addons/files/lang/da.json | 6 ++-- www/addons/files/lang/de.json | 30 ++----------------- www/addons/files/lang/es-mx.json | 30 ++----------------- www/addons/files/lang/es.json | 30 ++----------------- www/addons/files/lang/eu.json | 30 ++----------------- www/addons/files/lang/fa.json | 3 +- www/addons/files/lang/fr.json | 30 ++----------------- www/addons/files/lang/he.json | 6 ++-- www/addons/files/lang/hu.json | 3 +- www/addons/files/lang/it.json | 30 ++----------------- www/addons/files/lang/ja.json | 3 +- www/addons/files/lang/nl.json | 30 ++----------------- www/addons/files/lang/pl.json | 3 +- www/addons/files/lang/pt-br.json | 30 ++----------------- www/addons/files/lang/pt.json | 8 ++--- www/addons/files/lang/ro.json | 6 ++-- www/addons/files/lang/ru.json | 30 ++----------------- www/addons/files/lang/sv.json | 6 ++-- www/addons/files/lang/tr.json | 3 +- www/addons/files/lang/zh-cn.json | 3 +- www/addons/files/lang/zh-tw.json | 3 +- www/addons/frontpage/lang/ar.json | 4 +-- www/addons/frontpage/lang/bg.json | 4 +-- www/addons/frontpage/lang/ca.json | 4 +-- www/addons/frontpage/lang/cs.json | 4 +-- www/addons/frontpage/lang/da.json | 4 +-- www/addons/frontpage/lang/de.json | 4 +-- www/addons/frontpage/lang/es-mx.json | 4 +-- www/addons/frontpage/lang/es.json | 4 +-- www/addons/frontpage/lang/eu.json | 4 +-- www/addons/frontpage/lang/fa.json | 3 +- www/addons/frontpage/lang/fr.json | 4 +-- www/addons/frontpage/lang/he.json | 4 +-- www/addons/frontpage/lang/hu.json | 3 +- www/addons/frontpage/lang/it.json | 4 +-- www/addons/frontpage/lang/ja.json | 3 +- www/addons/frontpage/lang/nl.json | 4 +-- www/addons/frontpage/lang/pl.json | 3 +- www/addons/frontpage/lang/pt-br.json | 4 +-- www/addons/frontpage/lang/pt.json | 4 +-- www/addons/frontpage/lang/ro.json | 4 +-- www/addons/frontpage/lang/ru.json | 4 +-- www/addons/frontpage/lang/sv.json | 4 +-- www/addons/frontpage/lang/tr.json | 3 +- www/addons/frontpage/lang/zh-cn.json | 3 +- www/addons/frontpage/lang/zh-tw.json | 3 +- www/addons/grades/lang/fa.json | 3 ++ www/addons/messages/lang/ar.json | 1 + www/addons/messages/lang/bg.json | 1 + www/addons/messages/lang/ca.json | 1 + www/addons/messages/lang/cs.json | 1 + www/addons/messages/lang/da.json | 1 + www/addons/messages/lang/de.json | 2 +- www/addons/messages/lang/es-mx.json | 1 + www/addons/messages/lang/es.json | 2 ++ www/addons/messages/lang/eu.json | 2 ++ www/addons/messages/lang/fa.json | 1 + www/addons/messages/lang/fr.json | 1 + www/addons/messages/lang/he.json | 1 + www/addons/messages/lang/hu.json | 1 + www/addons/messages/lang/it.json | 2 ++ www/addons/messages/lang/ja.json | 1 + www/addons/messages/lang/nl.json | 1 + www/addons/messages/lang/pl.json | 1 + www/addons/messages/lang/pt-br.json | 2 +- www/addons/messages/lang/pt.json | 3 +- www/addons/messages/lang/ro.json | 2 +- www/addons/messages/lang/ru.json | 2 ++ www/addons/messages/lang/sv.json | 1 + www/addons/messages/lang/tr.json | 1 + www/addons/messages/lang/zh-cn.json | 1 + www/addons/messages/lang/zh-tw.json | 3 ++ www/addons/mod/assign/lang/ar.json | 16 +++++++++- www/addons/mod/assign/lang/bg.json | 20 ++++++------- www/addons/mod/assign/lang/ca.json | 2 +- www/addons/mod/assign/lang/fa.json | 16 ++++++++-- www/addons/mod/assign/lang/ja.json | 4 +-- www/addons/mod/assign/lang/pl.json | 2 +- www/addons/mod/assign/lang/pt.json | 4 +-- www/addons/mod/chat/lang/ar.json | 5 +++- www/addons/mod/chat/lang/ca.json | 2 +- www/addons/mod/chat/lang/de.json | 2 +- www/addons/mod/chat/lang/es.json | 2 +- www/addons/mod/chat/lang/eu.json | 2 +- www/addons/mod/chat/lang/fa.json | 2 +- www/addons/mod/chat/lang/nl.json | 2 +- www/addons/mod/chat/lang/tr.json | 2 ++ www/addons/mod/choice/lang/ar.json | 2 +- www/addons/mod/choice/lang/ca.json | 4 +-- www/addons/mod/choice/lang/cs.json | 4 +-- www/addons/mod/choice/lang/de.json | 4 +-- www/addons/mod/choice/lang/es-mx.json | 4 +-- www/addons/mod/choice/lang/es.json | 4 +-- www/addons/mod/choice/lang/eu.json | 4 +-- www/addons/mod/choice/lang/fr.json | 4 +-- www/addons/mod/choice/lang/it.json | 4 +-- www/addons/mod/choice/lang/nl.json | 4 +-- www/addons/mod/choice/lang/pt-br.json | 4 +-- www/addons/mod/choice/lang/pt.json | 4 +-- www/addons/mod/choice/lang/ro.json | 4 +-- www/addons/mod/choice/lang/sv.json | 4 +-- www/addons/mod/choice/lang/tr.json | 7 +++++ www/addons/mod/forum/lang/ar.json | 4 ++- www/addons/mod/forum/lang/bg.json | 4 ++- www/addons/mod/forum/lang/ca.json | 4 ++- www/addons/mod/forum/lang/cs.json | 4 ++- www/addons/mod/forum/lang/da.json | 6 ++-- www/addons/mod/forum/lang/de.json | 6 ++-- www/addons/mod/forum/lang/es-mx.json | 6 ++-- www/addons/mod/forum/lang/es.json | 4 ++- www/addons/mod/forum/lang/eu.json | 5 +++- www/addons/mod/forum/lang/fa.json | 5 +++- www/addons/mod/forum/lang/fr.json | 6 ++-- www/addons/mod/forum/lang/he.json | 6 ++-- www/addons/mod/forum/lang/hu.json | 4 ++- www/addons/mod/forum/lang/it.json | 7 +++-- www/addons/mod/forum/lang/ja.json | 4 ++- www/addons/mod/forum/lang/nl.json | 7 +++-- www/addons/mod/forum/lang/pl.json | 5 +++- www/addons/mod/forum/lang/pt-br.json | 6 ++-- www/addons/mod/forum/lang/pt.json | 5 +++- www/addons/mod/forum/lang/ro.json | 6 ++-- www/addons/mod/forum/lang/ru.json | 7 +++-- www/addons/mod/forum/lang/sv.json | 6 ++-- www/addons/mod/forum/lang/tr.json | 8 ++++- www/addons/mod/forum/lang/zh-cn.json | 4 ++- www/addons/mod/forum/lang/zh-tw.json | 5 +++- www/addons/mod/glossary/lang/ar.json | 5 +++- www/addons/mod/glossary/lang/bg.json | 5 +++- www/addons/mod/glossary/lang/ca.json | 3 ++ www/addons/mod/glossary/lang/cs.json | 3 ++ www/addons/mod/glossary/lang/da.json | 5 +++- www/addons/mod/glossary/lang/de.json | 3 ++ www/addons/mod/glossary/lang/es-mx.json | 3 ++ www/addons/mod/glossary/lang/es.json | 3 ++ www/addons/mod/glossary/lang/eu.json | 3 ++ www/addons/mod/glossary/lang/fa.json | 5 +++- www/addons/mod/glossary/lang/fr.json | 3 ++ www/addons/mod/glossary/lang/he.json | 5 +++- www/addons/mod/glossary/lang/hu.json | 5 +++- www/addons/mod/glossary/lang/it.json | 3 ++ www/addons/mod/glossary/lang/ja.json | 5 +++- www/addons/mod/glossary/lang/nl.json | 3 ++ www/addons/mod/glossary/lang/pl.json | 5 +++- www/addons/mod/glossary/lang/pt-br.json | 3 ++ www/addons/mod/glossary/lang/pt.json | 3 ++ www/addons/mod/glossary/lang/ro.json | 3 ++ www/addons/mod/glossary/lang/ru.json | 5 +++- www/addons/mod/glossary/lang/sv.json | 3 ++ www/addons/mod/glossary/lang/tr.json | 5 +++- www/addons/mod/glossary/lang/zh-cn.json | 5 +++- www/addons/mod/glossary/lang/zh-tw.json | 5 +++- www/addons/mod/label/lang/ca.json | 3 +- www/addons/mod/label/lang/cs.json | 3 +- www/addons/mod/label/lang/da.json | 3 +- www/addons/mod/label/lang/de.json | 3 +- www/addons/mod/label/lang/es-mx.json | 3 +- www/addons/mod/label/lang/es.json | 3 +- www/addons/mod/label/lang/eu.json | 3 +- www/addons/mod/label/lang/fr.json | 3 +- www/addons/mod/label/lang/he.json | 3 +- www/addons/mod/label/lang/it.json | 3 +- www/addons/mod/label/lang/nl.json | 3 +- www/addons/mod/label/lang/pt-br.json | 3 +- www/addons/mod/label/lang/pt.json | 3 +- www/addons/mod/label/lang/ro.json | 3 +- www/addons/mod/label/lang/ru.json | 3 +- www/addons/mod/label/lang/sv.json | 3 +- www/addons/mod/quiz/lang/ar.json | 1 + www/addons/mod/quiz/lang/bg.json | 2 ++ www/addons/mod/quiz/lang/eu.json | 2 ++ www/addons/mod/quiz/lang/nl.json | 4 +-- www/addons/mod/quiz/lang/pt.json | 4 +-- www/addons/mod/quiz/lang/tr.json | 3 ++ www/addons/mod/scorm/lang/ca.json | 1 - www/addons/mod/scorm/lang/cs.json | 1 - www/addons/mod/scorm/lang/da.json | 1 - www/addons/mod/scorm/lang/de.json | 1 - www/addons/mod/scorm/lang/es-mx.json | 1 - www/addons/mod/scorm/lang/es.json | 1 - www/addons/mod/scorm/lang/eu.json | 1 - www/addons/mod/scorm/lang/fr.json | 1 - www/addons/mod/scorm/lang/it.json | 1 - www/addons/mod/scorm/lang/nl.json | 1 - www/addons/mod/scorm/lang/pt-br.json | 1 - www/addons/mod/scorm/lang/pt.json | 1 - www/addons/mod/scorm/lang/ro.json | 1 - www/addons/mod/scorm/lang/sv.json | 1 - www/addons/mod/survey/lang/tr.json | 3 +- www/addons/mod/wiki/lang/ca.json | 6 ++-- www/addons/mod/wiki/lang/es.json | 2 +- www/addons/mod/wiki/lang/nl.json | 2 +- www/addons/mod/wiki/lang/tr.json | 14 +++++++-- www/addons/notifications/lang/es.json | 1 + www/addons/notifications/lang/it.json | 1 + www/addons/notifications/lang/pt-br.json | 1 + www/addons/notifications/lang/pt.json | 1 + www/addons/notifications/lang/ru.json | 1 + www/addons/notifications/lang/zh-tw.json | 1 + www/addons/participants/lang/fa.json | 1 + www/core/components/course/lang/bg.json | 4 +-- www/core/components/course/lang/ca.json | 7 +---- www/core/components/course/lang/cs.json | 7 +---- www/core/components/course/lang/da.json | 7 +---- www/core/components/course/lang/de.json | 7 +---- www/core/components/course/lang/es-mx.json | 7 +---- www/core/components/course/lang/es.json | 7 +---- www/core/components/course/lang/eu.json | 7 +---- www/core/components/course/lang/fr.json | 7 +---- www/core/components/course/lang/he.json | 6 +--- www/core/components/course/lang/it.json | 7 +---- www/core/components/course/lang/nl.json | 7 +---- www/core/components/course/lang/pt-br.json | 7 +---- www/core/components/course/lang/pt.json | 7 +---- www/core/components/course/lang/ro.json | 7 +---- www/core/components/course/lang/ru.json | 6 +--- www/core/components/course/lang/sv.json | 7 +---- www/core/components/courses/lang/ar.json | 4 +++ www/core/components/courses/lang/bg.json | 5 +++- www/core/components/courses/lang/ca.json | 5 +++- www/core/components/courses/lang/cs.json | 5 +++- www/core/components/courses/lang/da.json | 5 +++- www/core/components/courses/lang/de.json | 5 +++- www/core/components/courses/lang/es-mx.json | 5 +++- www/core/components/courses/lang/es.json | 5 +++- www/core/components/courses/lang/eu.json | 5 +++- www/core/components/courses/lang/fa.json | 5 ++++ www/core/components/courses/lang/fr.json | 5 +++- www/core/components/courses/lang/he.json | 5 +++- www/core/components/courses/lang/hu.json | 4 +++ www/core/components/courses/lang/it.json | 5 +++- www/core/components/courses/lang/ja.json | 4 +++ www/core/components/courses/lang/nl.json | 5 +++- www/core/components/courses/lang/pl.json | 4 +++ www/core/components/courses/lang/pt-br.json | 5 +++- www/core/components/courses/lang/pt.json | 5 +++- www/core/components/courses/lang/ro.json | 5 +++- www/core/components/courses/lang/ru.json | 5 +++- www/core/components/courses/lang/sv.json | 5 +++- www/core/components/courses/lang/tr.json | 4 +++ www/core/components/courses/lang/zh-cn.json | 4 +++ www/core/components/courses/lang/zh-tw.json | 4 +++ www/core/components/fileuploader/lang/ar.json | 1 + www/core/components/fileuploader/lang/fa.json | 2 ++ www/core/components/fileuploader/lang/tr.json | 2 ++ www/core/components/login/lang/ca.json | 2 -- www/core/components/login/lang/cs.json | 2 -- www/core/components/login/lang/da.json | 2 -- www/core/components/login/lang/de.json | 2 -- www/core/components/login/lang/es-mx.json | 2 -- www/core/components/login/lang/es.json | 2 -- www/core/components/login/lang/eu.json | 2 -- www/core/components/login/lang/fa.json | 4 +++ www/core/components/login/lang/fr.json | 2 -- www/core/components/login/lang/he.json | 1 - www/core/components/login/lang/it.json | 2 -- www/core/components/login/lang/nl.json | 2 -- www/core/components/login/lang/pt-br.json | 2 -- www/core/components/login/lang/pt.json | 2 -- www/core/components/login/lang/ro.json | 2 -- www/core/components/login/lang/ru.json | 2 -- www/core/components/login/lang/sv.json | 2 -- www/core/components/login/lang/tr.json | 2 ++ www/core/components/question/lang/ar.json | 8 ++++- www/core/components/question/lang/bg.json | 8 ++++- www/core/components/question/lang/ca.json | 5 ++++ www/core/components/question/lang/cs.json | 5 ++++ www/core/components/question/lang/da.json | 8 ++++- www/core/components/question/lang/de.json | 5 ++++ www/core/components/question/lang/es-mx.json | 5 ++++ www/core/components/question/lang/es.json | 8 ++++- www/core/components/question/lang/eu.json | 5 ++++ www/core/components/question/lang/fa.json | 8 ++++- www/core/components/question/lang/fr.json | 5 ++++ www/core/components/question/lang/he.json | 8 ++++- www/core/components/question/lang/hu.json | 8 ++++- www/core/components/question/lang/it.json | 5 ++++ www/core/components/question/lang/ja.json | 8 ++++- www/core/components/question/lang/nl.json | 5 ++++ www/core/components/question/lang/pl.json | 8 ++++- www/core/components/question/lang/pt-br.json | 5 ++++ www/core/components/question/lang/pt.json | 8 ++++- www/core/components/question/lang/ro.json | 8 ++++- www/core/components/question/lang/ru.json | 8 ++++- www/core/components/question/lang/sv.json | 8 ++++- www/core/components/question/lang/tr.json | 9 +++++- www/core/components/question/lang/zh-cn.json | 8 ++++- www/core/components/question/lang/zh-tw.json | 8 ++++- www/core/components/settings/lang/ar.json | 3 -- www/core/components/settings/lang/bg.json | 3 -- www/core/components/settings/lang/ca.json | 3 -- www/core/components/settings/lang/cs.json | 3 -- www/core/components/settings/lang/da.json | 3 -- www/core/components/settings/lang/de.json | 3 -- www/core/components/settings/lang/es-mx.json | 3 -- www/core/components/settings/lang/es.json | 4 +-- www/core/components/settings/lang/eu.json | 3 -- www/core/components/settings/lang/fr.json | 3 -- www/core/components/settings/lang/he.json | 2 -- www/core/components/settings/lang/it.json | 3 -- www/core/components/settings/lang/nl.json | 3 -- www/core/components/settings/lang/pt-br.json | 3 -- www/core/components/settings/lang/pt.json | 4 +-- www/core/components/settings/lang/ro.json | 3 -- www/core/components/settings/lang/ru.json | 3 -- www/core/components/settings/lang/sv.json | 3 -- www/core/components/settings/lang/zh-tw.json | 1 + www/core/components/sidemenu/lang/fa.json | 1 + www/core/components/sidemenu/lang/hu.json | 1 + www/core/components/sidemenu/lang/ja.json | 1 + www/core/components/sidemenu/lang/pl.json | 1 + www/core/components/sidemenu/lang/tr.json | 1 + www/core/components/sidemenu/lang/zh-cn.json | 1 + www/core/components/sidemenu/lang/zh-tw.json | 1 + www/core/components/user/lang/ar.json | 1 - www/core/components/user/lang/bg.json | 1 - www/core/components/user/lang/ca.json | 1 - www/core/components/user/lang/cs.json | 1 - www/core/components/user/lang/da.json | 1 - www/core/components/user/lang/de.json | 1 - www/core/components/user/lang/es-mx.json | 1 - www/core/components/user/lang/es.json | 1 - www/core/components/user/lang/eu.json | 1 - www/core/components/user/lang/fa.json | 2 +- www/core/components/user/lang/fr.json | 1 - www/core/components/user/lang/he.json | 1 - www/core/components/user/lang/hu.json | 1 - www/core/components/user/lang/it.json | 1 - www/core/components/user/lang/ja.json | 1 - www/core/components/user/lang/nl.json | 1 - www/core/components/user/lang/pl.json | 1 - www/core/components/user/lang/pt-br.json | 1 - www/core/components/user/lang/pt.json | 1 - www/core/components/user/lang/ro.json | 1 - www/core/components/user/lang/ru.json | 1 - www/core/components/user/lang/sv.json | 1 - www/core/components/user/lang/tr.json | 1 - www/core/components/user/lang/zh-cn.json | 1 - www/core/components/user/lang/zh-tw.json | 1 - www/core/lang/ar.json | 8 +++++ www/core/lang/bg.json | 5 ++++ www/core/lang/ca.json | 3 ++ www/core/lang/cs.json | 3 ++ www/core/lang/da.json | 3 ++ www/core/lang/de.json | 4 +++ www/core/lang/es-mx.json | 3 ++ www/core/lang/es.json | 3 ++ www/core/lang/eu.json | 3 ++ www/core/lang/fa.json | 6 ++++ www/core/lang/fr.json | 3 ++ www/core/lang/he.json | 3 ++ www/core/lang/hu.json | 4 +++ www/core/lang/it.json | 4 +++ www/core/lang/ja.json | 4 +++ www/core/lang/nl.json | 4 +++ www/core/lang/pl.json | 4 +++ www/core/lang/pt-br.json | 3 ++ www/core/lang/pt.json | 4 +++ www/core/lang/ro.json | 3 ++ www/core/lang/ru.json | 4 +++ www/core/lang/sv.json | 3 ++ www/core/lang/tr.json | 5 ++++ www/core/lang/zh-cn.json | 4 +++ www/core/lang/zh-tw.json | 5 ++++ 394 files changed, 938 insertions(+), 813 deletions(-) create mode 100644 www/addons/grades/lang/fa.json diff --git a/www/addons/badges/lang/fa.json b/www/addons/badges/lang/fa.json index d81aaa864f4..c20e29e8654 100644 --- a/www/addons/badges/lang/fa.json +++ b/www/addons/badges/lang/fa.json @@ -2,9 +2,11 @@ "badgedetails": "مشخصات مدال", "badges": "مدال‌ها", "contact": "تماس", + "dateawarded": "تاریخ صدور", "expirydate": "تاریخ انقضا", "issuancedetails": "انقضای مدال", "issuerdetails": "مشخصات صادرکننده", "issuername": "نام صادرکننده", - "nobadges": "مدالی موجود نیست." + "nobadges": "مدالی موجود نیست.", + "recipientdetails": "مشخصات دریافت‌کننده" } \ No newline at end of file diff --git a/www/addons/badges/lang/tr.json b/www/addons/badges/lang/tr.json index d5fa6681f0c..5c79f345058 100644 --- a/www/addons/badges/lang/tr.json +++ b/www/addons/badges/lang/tr.json @@ -1,6 +1,12 @@ { "badgedetails": "Nişan ayrıntıları", "badges": "Nişanlar", + "contact": "İletişim", + "dateawarded": "Verilen tarih", "expirydate": "Bitiş Tarihi", - "nobadges": "Uygun nişan bulunmuyor." + "issuancedetails": "Rozet sona erme", + "issuerdetails": "çıkaran ayrıntıları", + "issuername": "Çıkaranın adı", + "nobadges": "Uygun nişan bulunmuyor.", + "recipientdetails": "Alıcı bilgileri" } \ No newline at end of file diff --git a/www/addons/competency/lang/ar.json b/www/addons/competency/lang/ar.json index 6ea171eee55..26d04da22a0 100644 --- a/www/addons/competency/lang/ar.json +++ b/www/addons/competency/lang/ar.json @@ -2,7 +2,7 @@ "activities": "أنشطة", "duedate": "تاريخ تقديم مهمة", "errornocompetenciesfound": "لا يوجد أي قدرات موجودة", - "mylearningplans": "خططي للتعلم", + "myplans": "خططي للتعلم", "nocompetencies": "لا يوجد أي قدرات", "path": "مسار", "progress": "تقدّم الطالب", diff --git a/www/addons/competency/lang/bg.json b/www/addons/competency/lang/bg.json index 1b4b2eca5d8..3b3a332e5fb 100644 --- a/www/addons/competency/lang/bg.json +++ b/www/addons/competency/lang/bg.json @@ -1,6 +1,10 @@ { "activities": "Дейности", + "coursecompetencies": "Компетенции на курса", "duedate": "Краен срок", + "learningplans": "Учебни планове", + "myplans": "Моите учебни планове", + "noplanswerecreated": "Не бяха създадени учебни планове.", "path": "Път", "status": "Състояние", "template": "Шаблон" diff --git a/www/addons/competency/lang/ca.json b/www/addons/competency/lang/ca.json index 2af63adf985..70962efd930 100644 --- a/www/addons/competency/lang/ca.json +++ b/www/addons/competency/lang/ca.json @@ -8,7 +8,7 @@ "evidence": "Evidència", "learningplancompetencies": "Competències del pla d'aprenentatge", "learningplans": "Plans d'aprenentatge", - "mylearningplans": "Els meus plans d'aprenentatge", + "myplans": "Els meus plans d'aprenentatge", "noactivities": "Cap activitat", "nocompetencies": "Cap competència", "nocrossreferencedcompetencies": "No hi ha competències amb referències a aquesta.", diff --git a/www/addons/competency/lang/cs.json b/www/addons/competency/lang/cs.json index 488954b11f2..4bb3a752942 100644 --- a/www/addons/competency/lang/cs.json +++ b/www/addons/competency/lang/cs.json @@ -10,7 +10,7 @@ "evidence": "Evidence", "learningplancompetencies": "Kompetence studijního plánu", "learningplans": "Studijní plány", - "mylearningplans": "Můj studijní plán", + "myplans": "Můj studijní plán", "noactivities": "Žádné aktivity", "nocompetencies": "Žádné kompetence", "nocrossreferencedcompetencies": "K této kompetenci nebyly spojeny další průřezové kompetence.", diff --git a/www/addons/competency/lang/da.json b/www/addons/competency/lang/da.json index d5ef9ff2b31..e296da1b5ca 100644 --- a/www/addons/competency/lang/da.json +++ b/www/addons/competency/lang/da.json @@ -8,6 +8,7 @@ "evidence": "Vidnesbyrd", "learningplancompetencies": "Læringsplankompetencer", "learningplans": "Læringsplaner", + "myplans": "Mine læringsplaner", "noactivities": "Ingen aktiviteter", "nocompetencies": "Ingen kompetencer er oprettet i denne ramme.", "nocrossreferencedcompetencies": "Ingen andre kompetencer er krydsrefereret til denne kompetence.", diff --git a/www/addons/competency/lang/de.json b/www/addons/competency/lang/de.json index 84902b8db8c..ffdc80bebc2 100644 --- a/www/addons/competency/lang/de.json +++ b/www/addons/competency/lang/de.json @@ -10,7 +10,7 @@ "evidence": "Evidenz", "learningplancompetencies": "Kompetenzen des Lernplans", "learningplans": "Lernpläne", - "mylearningplans": "Meine Lernpläne", + "myplans": "Meine Lernpläne", "noactivities": "Keine Aktivitäten", "nocompetencies": "Keine Kompetenzen", "nocrossreferencedcompetencies": "Keine anderen Kompetenzen wurden zu dieser Kompetenz referiert.", diff --git a/www/addons/competency/lang/es-mx.json b/www/addons/competency/lang/es-mx.json index 7000bc033bc..276f784e4f3 100644 --- a/www/addons/competency/lang/es-mx.json +++ b/www/addons/competency/lang/es-mx.json @@ -10,7 +10,7 @@ "evidence": "Evidencia", "learningplancompetencies": "Competencias del plan de aprendizaje", "learningplans": "Planes de aprendizaje", - "mylearningplans": "Mis planes de aprendizaje", + "myplans": "Mis planes de aprendizaje", "noactivities": "Sin actividades", "nocompetencies": "Sin competencias", "nocrossreferencedcompetencies": "No se han referenciado cruzadamente otras competencias con esta competencia.", diff --git a/www/addons/competency/lang/es.json b/www/addons/competency/lang/es.json index 8936e5e924b..b87c3dda451 100644 --- a/www/addons/competency/lang/es.json +++ b/www/addons/competency/lang/es.json @@ -2,19 +2,26 @@ "activities": "Actividades", "competenciesmostoftennotproficientincourse": "Competencias que más a menudo no se superan en este curso", "coursecompetencies": "Competencias del curso", + "coursecompetencyratingsarenotpushedtouserplans": "Las calificaciones de competencias de este curso no afectan los planes de aprendizaje.", + "coursecompetencyratingsarepushedtouserplans": "Las calificaciones de competencias en este curso actualizan de inmediato los planes de aprendizaje.", "crossreferencedcompetencies": "Competencias referenciadas", "duedate": "Fecha de entrega", "errornocompetenciesfound": "No se encontraron competencias", "evidence": "Evidencia", "learningplancompetencies": "Competencias del plan de aprendizaje", "learningplans": "Planes de aprendizaje", - "mylearningplans": "Mis planes de aprendizaje", + "myplans": "Mis planes de aprendizaje", + "noactivities": "Sin actividades", "nocompetencies": "Sin competencias", + "nocrossreferencedcompetencies": "No se han referenciado otras competencias a esta competencia.", + "noevidence": "Sin evidencias", "path": "Ruta", "proficient": "Superada", "progress": "Progreso del estudiante", "rating": "Clasificación", + "reviewstatus": "Estado de la revisión", "status": "Estado", "template": "Plantilla", - "xcompetenciesproficientoutofy": "{{$a.x}} de {{$a.y}} competencias superadas" + "xcompetenciesproficientoutofy": "{{$a.x}} de {{$a.y}} competencias superadas", + "xcompetenciesproficientoutofyincourse": "Has superado {{$a.x}} de las {{$a.y}} competencias del curso." } \ No newline at end of file diff --git a/www/addons/competency/lang/eu.json b/www/addons/competency/lang/eu.json index f2400773791..43657f744f2 100644 --- a/www/addons/competency/lang/eu.json +++ b/www/addons/competency/lang/eu.json @@ -6,7 +6,7 @@ "evidence": "Ebidentzia", "learningplancompetencies": "Ikasketa-planaren gaitasunak", "learningplans": "Ikasketa-planak", - "mylearningplans": "Nire ikasketa-planak", + "myplans": "Nire ikasketa-planak", "noactivities": "Ez dago jarduerarik", "nocompetencies": "Gaitasunik ez", "noevidence": "Ez dago ebidentziarik", diff --git a/www/addons/competency/lang/fa.json b/www/addons/competency/lang/fa.json index 7aa9d79f757..3bf89ed1d6f 100644 --- a/www/addons/competency/lang/fa.json +++ b/www/addons/competency/lang/fa.json @@ -7,6 +7,7 @@ "evidence": "مدرک", "learningplancompetencies": "شایستگی‌های برنامه آموزشی", "learningplans": "برنامه‌های آزموشی", + "myplans": "برنامه‌های آموزشی من", "noevidence": "بدون مدرک", "path": "مسیر", "proficient": "کسب مهارت", diff --git a/www/addons/competency/lang/fr.json b/www/addons/competency/lang/fr.json index de8f52adead..54703a62fc1 100644 --- a/www/addons/competency/lang/fr.json +++ b/www/addons/competency/lang/fr.json @@ -10,7 +10,7 @@ "evidence": "Preuve", "learningplancompetencies": "Compétences du plan de formation", "learningplans": "Plans de formation", - "mylearningplans": "Mes plans de formation", + "myplans": "Mes plans de formation", "noactivities": "Aucune activité", "nocompetencies": "Aucune compétence", "nocrossreferencedcompetencies": "Aucune autre compétence n'est transversale pour cette compétence.", diff --git a/www/addons/competency/lang/he.json b/www/addons/competency/lang/he.json index 0114ecfb481..4bdcb80c07c 100644 --- a/www/addons/competency/lang/he.json +++ b/www/addons/competency/lang/he.json @@ -12,10 +12,12 @@ "nocompetencies": "טרם נוצרה מיומנות כלשהי באוסף־מיומנויות זה.", "nocrossreferencedcompetencies": "אף מיומנות לא מקושרת למיומנות זו.", "path": "נתיב", + "proficient": "בקיאות", "progress": "מעקב התקדמות למידה", "rating": "דירוג", "reviewstatus": "סקירת מצב", "status": "מצב", "template": "תבנית", + "xcompetenciesproficientoutofy": "בקיאות ב {{$a.x}} מיומנויות מתוך {{$a.y}}", "xcompetenciesproficientoutofyincourse": "רכשתם בקיאות ב {{$a.x}} מתוך {{$a.y}} המיומנויות בקורס זה." } \ No newline at end of file diff --git a/www/addons/competency/lang/hu.json b/www/addons/competency/lang/hu.json index b29083297ab..101f0f9a6a0 100644 --- a/www/addons/competency/lang/hu.json +++ b/www/addons/competency/lang/hu.json @@ -9,6 +9,7 @@ "evidence": "Bizonyíték", "learningplancompetencies": "Tanulási tervhez tartozó készségek", "learningplans": "Tanulási tervek", + "myplans": "Tanulási terveim", "noactivities": "Nincs tevékenység", "nocompetencies": "A keretben nem jött létre készség.", "nocrossreferencedcompetencies": "A készséghez kereszthivatkozással nem kapcsolódik más készség.", diff --git a/www/addons/competency/lang/it.json b/www/addons/competency/lang/it.json index b4eebb50f4a..e34cefd8b4b 100644 --- a/www/addons/competency/lang/it.json +++ b/www/addons/competency/lang/it.json @@ -4,14 +4,16 @@ "coursecompetencies": "Competenze del corso", "coursecompetencyratingsarenotpushedtouserplans": "Le valutazioni delle competenze nel corso non si riflettono nei piani di formazione.", "coursecompetencyratingsarepushedtouserplans": "Le valutazione delle competenze nel corso si riflettono immediatamente nei piani di formazione.", + "crossreferencedcompetencies": "Competenze con riferimento incrociato", "duedate": "Termine consegne", "errornocompetenciesfound": "Non sono state trovate competenze", "evidence": "Verifica", "learningplancompetencies": "Competenze del piano di formazione", "learningplans": "Piani di formazione", - "mylearningplans": "I miei piani formativi", + "myplans": "I miei piani formativi", "noactivities": "Nessuna attività.", "nocompetencies": "Non sono presenti competenze", + "nocrossreferencedcompetencies": "Non ci sono competenze con riferimenti incrociati a questa competenza", "noevidence": "Non sono presenti attestazioni.", "noplanswerecreated": "Non sono stati creati piani di formazione", "path": "Percorso", diff --git a/www/addons/competency/lang/ja.json b/www/addons/competency/lang/ja.json index 504b659d2ea..f644259151c 100644 --- a/www/addons/competency/lang/ja.json +++ b/www/addons/competency/lang/ja.json @@ -9,6 +9,7 @@ "evidence": "エビデンス", "learningplancompetencies": "学習プランコンピテンシー", "learningplans": "学習プラン", + "myplans": "マイ学習プラン", "noactivities": "活動なし", "nocompetencies": "このフレームワークにコンピテンシーは作成されていません。", "nocrossreferencedcompetencies": "このコンピテンシーに相互参照されている他のコンピテンシーはありません。", diff --git a/www/addons/competency/lang/nl.json b/www/addons/competency/lang/nl.json index a3c39470eff..01e03c53c24 100644 --- a/www/addons/competency/lang/nl.json +++ b/www/addons/competency/lang/nl.json @@ -10,7 +10,7 @@ "evidence": "Bewijs", "learningplancompetencies": "Studieplan competenties", "learningplans": "Studieplannen", - "mylearningplans": "Mijn leerplannen", + "myplans": "Mijn leerplannen", "noactivities": "Geen activiteiten", "nocompetencies": "Geen competenties", "nocrossreferencedcompetencies": "Er zijn geen andere competenties met een kruisverwijzing naar deze competentie.", diff --git a/www/addons/competency/lang/pl.json b/www/addons/competency/lang/pl.json index 0f471fba5a1..2b72a64195a 100644 --- a/www/addons/competency/lang/pl.json +++ b/www/addons/competency/lang/pl.json @@ -5,6 +5,7 @@ "evidence": "Dowód", "learningplancompetencies": "Kompetencje planu nauczania", "learningplans": "Plany nauczania", + "myplans": "Moje plany uczenia się.", "noactivities": "Brak aktywności", "nocompetencies": "Nie utworzono żadnych kompetencji w tych ramach kwalifikacji.", "noevidence": "Brak dowodów", diff --git a/www/addons/competency/lang/pt-br.json b/www/addons/competency/lang/pt-br.json index 5b92985e3bf..268860975f8 100644 --- a/www/addons/competency/lang/pt-br.json +++ b/www/addons/competency/lang/pt-br.json @@ -1,13 +1,28 @@ { "activities": "Atividades", + "competenciesmostoftennotproficientincourse": "Competências mais frequentemente improficiente neste curso", + "coursecompetencies": "Competências do curso", + "coursecompetencyratingsarenotpushedtouserplans": "Avaliações de competência neste curso não afetam os planos de aprendizagem.", + "coursecompetencyratingsarepushedtouserplans": "Avaliações de competência neste curso são atualizadas imediatamente nos planos de aprendizagem.", + "crossreferencedcompetencies": "Competências referenciadas", "duedate": "Data de entrega", "errornocompetenciesfound": "Nenhuma competência encontrada", "evidence": "Evidência", - "mylearningplans": "Meus planos de aprendizagem", + "learningplancompetencies": "Competências do plano de aprendizagem", + "learningplans": "Planos de aprendizagem", + "myplans": "Meus planos de aprendizagem", + "noactivities": "Sem atividades", "nocompetencies": "Nenhuma competência", + "nocrossreferencedcompetencies": "Nenhuma outra competência foi referenciada a esta competência.", + "noevidence": "Nenhuma evidência", + "noplanswerecreated": "Nenhum plano de aprendizagem foi criado.", "path": "Caminho", + "proficient": "Proficiente", "progress": "Progresso do aluno", "rating": "Avaliação", + "reviewstatus": "Estado da revisão", "status": "Status", - "template": "Modelo" + "template": "Modelo", + "xcompetenciesproficientoutofy": "{{$a.x}} de {{$a.y}} competências são proficiêntes", + "xcompetenciesproficientoutofyincourse": "Você é proficiente em {{$a.x}} de {{$a.y}} competências neste curso." } \ No newline at end of file diff --git a/www/addons/competency/lang/pt.json b/www/addons/competency/lang/pt.json index 888bccb5a1d..60fd98c4f7f 100644 --- a/www/addons/competency/lang/pt.json +++ b/www/addons/competency/lang/pt.json @@ -9,6 +9,7 @@ "evidence": "Evidência", "learningplancompetencies": "Competências do plano de aprendizagem", "learningplans": "Planos de aprendizagem", + "myplans": "Os meus planos de aprendizagem", "noactivities": "Nenhuma atividade associada", "nocompetencies": "Ainda não foram criadas competências neste quadro.", "nocrossreferencedcompetencies": "Nenhuma competência foi referenciada a esta competência.", diff --git a/www/addons/competency/lang/ru.json b/www/addons/competency/lang/ru.json index c0169cc7cb6..d268e9046ac 100644 --- a/www/addons/competency/lang/ru.json +++ b/www/addons/competency/lang/ru.json @@ -9,6 +9,7 @@ "evidence": "Подтверждение", "learningplancompetencies": "Компетенции учебного плана", "learningplans": "Учебные планы", + "myplans": "Мои учебные планы", "noactivities": "Нет элементов", "nocompetencies": "Нет компетенций, созданных в этом фреймворке.", "nocrossreferencedcompetencies": "Нет других компетенций, перекрестно ссылающихся на эту компетенцию.", diff --git a/www/addons/competency/lang/sv.json b/www/addons/competency/lang/sv.json index 78ccd2b17dd..a87634db442 100644 --- a/www/addons/competency/lang/sv.json +++ b/www/addons/competency/lang/sv.json @@ -9,6 +9,7 @@ "evidence": "Bevis", "learningplancompetencies": "Kompetenser i studieplaner", "learningplans": "Studieplaner", + "myplans": "Mina studieplaner", "noactivities": "Inga aktiviteter", "nocompetencies": "Inga kompetenser har skapats för detta ramverk", "nocrossreferencedcompetencies": "Inga andra kompetenser har korsrefererats till denna kompetens.", diff --git a/www/addons/competency/lang/tr.json b/www/addons/competency/lang/tr.json index 455e810b357..5e80f747829 100644 --- a/www/addons/competency/lang/tr.json +++ b/www/addons/competency/lang/tr.json @@ -1,8 +1,10 @@ { "activities": "Etkinlikler", "duedate": "Son teslim tarihi", + "evidence": "Kanıt", "path": "Yol", "progress": "Öğrenci ilerlemesi", + "rating": "Derecelendirme", "status": "Durum", "template": "Şablon" } \ No newline at end of file diff --git a/www/addons/competency/lang/zh-tw.json b/www/addons/competency/lang/zh-tw.json index 5c230c1cc4b..97f03d5527b 100644 --- a/www/addons/competency/lang/zh-tw.json +++ b/www/addons/competency/lang/zh-tw.json @@ -9,6 +9,7 @@ "evidence": "證據", "learningplancompetencies": "學習計畫核心能力", "learningplans": "學習計畫", + "myplans": "我的學習計畫", "noactivities": "沒有活動", "nocompetencies": "在這一架構中沒有核心能力被建立", "nocrossreferencedcompetencies": "沒有其他核心能力被交互參照這一核心能力", diff --git a/www/addons/coursecompletion/lang/fa.json b/www/addons/coursecompletion/lang/fa.json index 2584eb44ea5..38de3a36227 100644 --- a/www/addons/coursecompletion/lang/fa.json +++ b/www/addons/coursecompletion/lang/fa.json @@ -11,6 +11,7 @@ "notyetstarted": "هنوز شروع نشده است", "pending": "معلق", "required": "لازم است", + "requiredcriteria": "ضوابط مورد نیاز", "status": "وضعیت", "viewcoursereport": "مشاهده گزارش درس" } \ No newline at end of file diff --git a/www/addons/files/lang/ar.json b/www/addons/files/lang/ar.json index 12c718df7da..c9eb7b83d46 100644 --- a/www/addons/files/lang/ar.json +++ b/www/addons/files/lang/ar.json @@ -1,28 +1,8 @@ { - "audio": "صوت", - "camera": "آلة التصوير", "couldnotloadfiles": "لا يمكن تحميل قائمة الملفات", - "downloading": "يتم التنزيل", "emptyfilelist": "لا يوجد ملفات للعرض", - "errorcapturingaudio": "خطأ في إلتقاط الصوت", - "errorcapturingimage": "خطأ في إلتقاط الصورة", - "errorcapturingvideo": "خطأ في إلتقاط الفيديو", - "errorgettingimagealbum": "خطأ في الحصول على الصورة من ألبوم الصور", - "errormustbeonlinetoupload": "لابد ان تكون متصل بالأنترنت لكي ترفع الملفات", - "errornoapp": "لا يوجود لديك تطبيق مثبت لتنفيذ هذا الإجراء", - "errorreadingfile": "خطأ في قراءة الملف", - "errorreceivefilenosites": "لا يوجد مواقع مخزنة. من فضلك أضف موقع قبل محاولة رفع ملف", - "errorwhileuploading": "حدث خطأ أثناء رفع الملف", - "file": "ملف", - "fileuploaded": "تم رفع الملف بنجاح", - "myfiles": "ملفاتي", - "myprivatefiles": "ملفاتي الخاصة", - "photoalbums": "ألبوم صور", - "readingfile": "يتم قراءة الملف", + "files": "ملفاتي الخاصة", + "privatefiles": "ملفات خاصة", "sitefiles": "ملفات الموقع", - "success": "تم بنجاح", - "uploadafile": "رفع ملف", - "uploadfiles": "رفع ملفات", - "uploading": "يتم الرفع", - "video": "فيديو" + "uploadfiles": "رفع ملفات" } \ No newline at end of file diff --git a/www/addons/files/lang/bg.json b/www/addons/files/lang/bg.json index 5c2d6a7246c..a0e3edebf90 100644 --- a/www/addons/files/lang/bg.json +++ b/www/addons/files/lang/bg.json @@ -3,12 +3,10 @@ "clicktoupload": "Натиснете бутона по-долу за да качите файловете в секция \"Вашите частни файлове\".", "couldnotloadfiles": "Списъкът с файлове не можа да бъде зареден.", "emptyfilelist": "Няма файлове, които да бъдат показани.", - "errorreceivefilenosites": "Няма записани сайтове. Моля добавете сайтове, преди да се опитвате да качите файл.", - "myfiles": "Моите файлове", - "myprivatefiles": "Моите лични файлове", + "files": "Моите лични файлове", "myprivatefilesdesc": "Файловете, които са налични във Вашата лична област на сайта.", + "privatefiles": "Лични файлове", "sitefiles": "Файлове от сайта", "sitefilesdesc": "Други файлоне, които са достъпни за Вас на този Moodle сайт.", - "success": "Успех!", "uploadfiles": "Качване на файлове" } \ No newline at end of file diff --git a/www/addons/files/lang/ca.json b/www/addons/files/lang/ca.json index abef98e36a4..7b918b6d4f4 100644 --- a/www/addons/files/lang/ca.json +++ b/www/addons/files/lang/ca.json @@ -1,37 +1,13 @@ { "admindisableddownload": "Teniu en compte que l'administrador de Moodle ha desactivat la descàrrega d'arxius; podeu visualitzar els arxius, però no descarregar-los.", - "audio": "Àudio", - "camera": "Càmera", - "chooseaccountuploadfile": "Escolliu un compte on pujar el fitxer", "clicktoupload": "Feu clic al botó del dessota per pujar arxius a l'àrea del vostres fitxers.", - "confirmuploadfile": "Esteu a punt de pujar {{size}}. Voleu continuar?", "couldnotloadfiles": "La llista d'arxius no s'ha pogut carregar.", - "downloading": "S'està descarregant", "emptyfilelist": "No hi ha fitxers per mostrar.", - "errorcapturingaudio": "S'ha produït un error en capturar l'àudio.", - "errorcapturingimage": "S'ha produït un error en capturar la imatge.", - "errorcapturingvideo": "S'ha produït un error en capturar el vídeo.", - "errorgettingimagealbum": "S'ha produït un error en recuperar la imatge de l'àlbum.", - "errormustbeonlinetoupload": "Heu de tenir connexió a la xarxa per a pujar fitxers.", - "errornoapp": "No teniu cap aplicació instal·lada per a realitzar aquesta acció.", - "errorreadingfile": "S'ha produït un error en llegir el fitxer.", - "errorreceivefilenosites": "No hi ha llocs web emmagatzemats. Afegiu un lloc abans d'intentar pujar un arxiu.", "erroruploadnotworking": "No es poden pujar fitxers al vostre lloc ara mateix.", - "errorwhiledownloading": "S'ha produït un error durant la descàrrega del fitxer.", - "errorwhilerecordingaudio": "S'ha produït un error durant l'enregistrament de l'àudio.", - "errorwhileuploading": "S'ha produït un error durant la càrrega del fitxer.", - "file": "Fitxer", - "fileuploaded": "S'ha penjat el fitxer amb èxit.", - "myfiles": "Els meus fitxers", - "myprivatefiles": "Els meus fitxers privats", + "files": "Els meus fitxers privats", "myprivatefilesdesc": "Els arxius que teniu disponibles a la vostra àrea privada en aquest lloc Moodle.", - "photoalbums": "Àlbums de fotos", - "readingfile": "S'està llegint un fitxer", + "privatefiles": "Fitxers privats", "sitefiles": "Fitxers del lloc", "sitefilesdesc": "Els altres arxius que es troben disponibles en aquest lloc Moodle.", - "success": "Èxit!", - "uploadafile": "Puja un fitxer", - "uploadfiles": "Puja fitxers", - "uploading": "S'està pujant", - "video": "Vídeo" + "uploadfiles": "Puja fitxers" } \ No newline at end of file diff --git a/www/addons/files/lang/cs.json b/www/addons/files/lang/cs.json index d3854276dd9..d9398ec785f 100644 --- a/www/addons/files/lang/cs.json +++ b/www/addons/files/lang/cs.json @@ -1,37 +1,13 @@ { "admindisableddownload": "Upozorňujeme, že správce Moodle zakázal stahování souborů, soubory si můžete prohlížet, ale ne stáhnout.", - "audio": "Audio", - "camera": "Fotoaparát", - "chooseaccountuploadfile": "Vyberte účet, pod kterým chcete nahrát soubor.", "clicktoupload": "Kliknutím na tlačítko níže nahrát soubory do vašich osobních souborů.", - "confirmuploadfile": "Chystáte nahrát {{$a}}. Jste si jisti, že chcete pokračovat?", "couldnotloadfiles": "Seznam souborů, které nelze načíst .", - "downloading": "Stahování", "emptyfilelist": "Žádný soubor k zobrazení.", - "errorcapturingaudio": "Chyba snímání zvuku.", - "errorcapturingimage": "Chyba snímání obrazu.", - "errorcapturingvideo": "Chyba snímání videa.", - "errorgettingimagealbum": "Chyba při načítání snímku z alba.", - "errormustbeonlinetoupload": "Při nahrávání souboru musíte být online.", - "errornoapp": "Pro provedení této akce nemáte nainstalovanou aplikaci .", - "errorreadingfile": "Chyba při čtení souboru.", - "errorreceivefilenosites": "Nejsou uloženy žádné stránky. Než se pokusíte nahrát soubor, přidejte prosím stránku.", "erroruploadnotworking": "Bohužel v současné době není možné nahrávat na stránky vašeho Moodle.", - "errorwhiledownloading": "Při pokusu o stahování souboru došlo k chybě .", - "errorwhilerecordingaudio": "Při pokusu o nahrání zvuku došlo k chybě .", - "errorwhileuploading": "Při pokusu o nahrání souboru došlo k chybě .", - "file": "Soubor", - "fileuploaded": "Soubor byl úspěšně nahrán.", - "myfiles": "Moje soubory", - "myprivatefiles": "Osobní soubory", + "files": "Osobní soubory", "myprivatefilesdesc": "Soubory, které jsou dostupné v soukromé oblasti na těchto stránkách Moodle.", - "photoalbums": "Fotoalba", - "readingfile": "Čtení souboru", + "privatefiles": "Osobní soubory", "sitefiles": "Soubory stránek", "sitefilesdesc": "Další soubory, které jsou dostupné na těchto stránkách Moodle.", - "success": "Úspěch!", - "uploadafile": "Nahrát soubor", - "uploadfiles": "Nahrát soubory", - "uploading": "Nahrávání", - "video": "Video" + "uploadfiles": "Nahrát soubory" } \ No newline at end of file diff --git a/www/addons/files/lang/da.json b/www/addons/files/lang/da.json index b7fd7f76f5a..57c8f10869a 100644 --- a/www/addons/files/lang/da.json +++ b/www/addons/files/lang/da.json @@ -3,12 +3,10 @@ "clicktoupload": "Klik på knappen nedenfor for at uploade filer til dine private filer.", "couldnotloadfiles": "Listen af filer kunne ikke læses ind.", "emptyfilelist": "Der er ingen filer at vise.", - "errorreceivefilenosites": "Der er ingen gemte websider. Tilføj en webside inden du prøver at uploade en fil.", - "myfiles": "Mine filer", - "myprivatefiles": "Mine private filer", + "files": "Mine private filer", "myprivatefilesdesc": "Filerne som findes i dit private område på dette Moodle websted.", + "privatefiles": "Private filer", "sitefiles": "Webside filer", "sitefilesdesc": "De andre filer som er tilgængelige for dig på denne Moodle webside.", - "success": "Succes!", "uploadfiles": "Upload filer" } \ No newline at end of file diff --git a/www/addons/files/lang/de.json b/www/addons/files/lang/de.json index f181ef07bda..40e53824d33 100644 --- a/www/addons/files/lang/de.json +++ b/www/addons/files/lang/de.json @@ -1,37 +1,13 @@ { "admindisableddownload": "Das Herunterladen von Dateien ist deaktiviert. Sie können nur die Dateiliste sehen.", - "audio": "Audio", - "camera": "Kamera", - "chooseaccountuploadfile": "Wählen Sie ein Nutzerkonto, um die Datei zu speichern.", "clicktoupload": "Tippen Sie auf die Taste, um Dateien in 'Meine Dateien' hochzuladen.", - "confirmuploadfile": "Möchten Sie wirklich {{size}} hochladen?", "couldnotloadfiles": "Die Dateiliste konnte nicht geladen werden.", - "downloading": "Herunterladen ...", "emptyfilelist": "Keine Dateien", - "errorcapturingaudio": "Fehler bei der Audioaufnahme", - "errorcapturingimage": "Fehler beim Fotografieren", - "errorcapturingvideo": "Fehler bei der Videoaufnahme", - "errorgettingimagealbum": "Fehler beim Laden aus dem Fotoalbum", - "errormustbeonlinetoupload": "Sie müssen online sein, um Dateien hochzuladen.", - "errornoapp": "Sie haben keine App installiert, um diese Aktion durchzuführen.", - "errorreadingfile": "Fehler beim Lesen der Datei", - "errorreceivefilenosites": "Keine Website gespeichert. Fügen Sie zuerst eine Website hinzu, bevor Sie das Hochladen einer Datei versuchen.", "erroruploadnotworking": "Im Moment können keine Dateien zur Website hochgeladen werden.", - "errorwhiledownloading": "Fehler beim Herunterladen der Datei", - "errorwhilerecordingaudio": "Fehler bei der Audioaufnahme", - "errorwhileuploading": "Fehler beim Hochladen der Datei", - "file": "Datei", - "fileuploaded": "Die Datei wurde erfolgreich hochgeladen.", - "myfiles": "Meine Dateien", - "myprivatefiles": "Meine Dateien", + "files": "Meine Dateien", "myprivatefilesdesc": "Diese Dateien liegen in Ihrem persönlichen Bereich auf dieser Website.", - "photoalbums": "Fotoalbum", - "readingfile": "Datei lesen", + "privatefiles": "Meine Dateien", "sitefiles": "Dateien der Webseite", "sitefilesdesc": "Weitere Dateien, die für Sie in anderen Bereichen der Website verfügbar sind.", - "success": "Fertig!", - "uploadafile": "Datei hochladen", - "uploadfiles": "Dateien hochladen", - "uploading": "Hochladen", - "video": "Video" + "uploadfiles": "Dateien hochladen" } \ No newline at end of file diff --git a/www/addons/files/lang/es-mx.json b/www/addons/files/lang/es-mx.json index a9db82fd096..1b2e0bb7504 100644 --- a/www/addons/files/lang/es-mx.json +++ b/www/addons/files/lang/es-mx.json @@ -1,37 +1,13 @@ { "admindisableddownload": "Por favor tome nota de que su administrador de Moodle deshabilitó las descargas de archivos; Usted puede ver los archivos pero no puede descargarlos.", - "audio": "Audio", - "camera": "Cámara", - "chooseaccountuploadfile": "Elija una cuanta a donde subirle el archivo.", "clicktoupload": "Haga click en el botón inferior para subir archivos a sus archivos privados.", - "confirmuploadfile": "Usted está a punto de subir {{size}}. ¿Está Usted seguro de querer continuar?", "couldnotloadfiles": "La lista de archivos no pudo cargarse.", - "downloading": "Descargando", "emptyfilelist": "No hay archivos para mostrar.", - "errorcapturingaudio": "Error al capturar audio.", - "errorcapturingimage": "Error al capturar imagen.", - "errorcapturingvideo": "Error al capturar video.", - "errorgettingimagealbum": "Error al obtener imagen del álbum.", - "errormustbeonlinetoupload": "Usted necesita estar conectado en-línea para subir archivos.", - "errornoapp": "Usted no tiene una App instalada para realizar esta acción.", - "errorreadingfile": "Error al leer el archivo.", - "errorreceivefilenosites": "No hay archivos almacenados. Por favor, añada un sitio antes de intentar subir un archivo.", "erroruploadnotworking": "Desafortunadamente ahorita no es posible subir archivos a su sitio.", - "errorwhiledownloading": "Ocurrió un error al intentar descargar el archivo.", - "errorwhilerecordingaudio": "Ocurrió un error al intentar grabar audio.", - "errorwhileuploading": "Ocurrió un error durante la subida del archivo.", - "file": "Archivo", - "fileuploaded": "El archivo fue subido exitosamente.", - "myfiles": "Mis archivos", - "myprivatefiles": "Mis archivos privados", + "files": "Mis archivos privados", "myprivatefilesdesc": "Los archivos que están disponibles en su área privada en este sitio Moodle.", - "photoalbums": "Álbum de fotos", - "readingfile": "Leyendo archivo", + "privatefiles": "Archivos privados", "sitefiles": "Archivos del sitio", "sitefilesdesc": "Los otros archivos que están disponibles para Usted en este sitio Moodle.", - "success": "¡Éxito!", - "uploadafile": "Subir un archivo", - "uploadfiles": "Subir archivos", - "uploading": "Subiendo", - "video": "Video" + "uploadfiles": "Subir archivos" } \ No newline at end of file diff --git a/www/addons/files/lang/es.json b/www/addons/files/lang/es.json index 0a203e57614..c0a531637c2 100644 --- a/www/addons/files/lang/es.json +++ b/www/addons/files/lang/es.json @@ -1,37 +1,13 @@ { "admindisableddownload": "Por favor tome nota de que su administrador de Moodle deshabilitó las descargas de archivos; Usted puede ojear los archivos pero no puede descargarlos.", - "audio": "Audio", - "camera": "Cámara", - "chooseaccountuploadfile": "Elija una cuanta donde subir el archivo.", "clicktoupload": "Clic en el botón inferior para subir archivos a su zona de archivos privados.", - "confirmuploadfile": "Está a punto de subir {{size}}. ¿Está seguro de que desea continuar?", "couldnotloadfiles": "La lista de archivos no ha podido cargarse.", - "downloading": "Descargando", "emptyfilelist": "No hay archivos que mostrar", - "errorcapturingaudio": "Error capturando audio.", - "errorcapturingimage": "Error capturando imagen.", - "errorcapturingvideo": "Error capturando vídeo.", - "errorgettingimagealbum": "Error obteniendo imagen del album.", - "errormustbeonlinetoupload": "Necesitas tener conexión para subir archivos.", - "errornoapp": "No dispone de una app instalada para realizar esta acción.", - "errorreadingfile": "Error leyendo archivo.", - "errorreceivefilenosites": "No hay archivos almacenados. Por favor, añada un sitio antes de intentar subir un archivo.", "erroruploadnotworking": "Desafortunadamente en estos momentos no es posible subir archivos al sitio.", - "errorwhiledownloading": "Ocurrió un error al intentar descargar el archivo.", - "errorwhilerecordingaudio": "Ocurrió un error al intentar grabar audio.", - "errorwhileuploading": "Ocurrió un error durante la subida del archivo.", - "file": "Archivo", - "fileuploaded": "El archivo fue subido correctamente.", - "myfiles": "Mis archivos", - "myprivatefiles": "Mis archivos privados", + "files": "Mis archivos privados", "myprivatefilesdesc": "Los archivos que están disponibles en su área privada en este sitio Moodle.", - "photoalbums": "Álbum de fotos", - "readingfile": "Leyendo archivo", + "privatefiles": "Ficheros privados", "sitefiles": "Archivos del sitio", "sitefilesdesc": "Los otros archivos que están disponibles para Usted en este sitio Moodle.", - "success": "Éxito", - "uploadafile": "Subir archivo", - "uploadfiles": "Subir archivos", - "uploading": "Subiendo", - "video": "Vídeo" + "uploadfiles": "Subir archivos" } \ No newline at end of file diff --git a/www/addons/files/lang/eu.json b/www/addons/files/lang/eu.json index f01967d5a03..1ab5413775e 100644 --- a/www/addons/files/lang/eu.json +++ b/www/addons/files/lang/eu.json @@ -1,37 +1,13 @@ { "admindisableddownload": "Mesedez ohartu zaitez zure Moodle administratzaileak fitxategien jaitsiera ezgaitu duela, fitxategiak arakatu ditzakezu baina ezin dituzu jaitsi.", - "audio": "Audioa", - "camera": "Kamera", - "chooseaccountuploadfile": "Aukeratu kontu bat fitxategiak bertara igotzeko.", "clicktoupload": "Klik egin beheko botoian fitxategiak zure gune pribatura igotzeko.", - "confirmuploadfile": "{{size}} igotzera zoaz. Ziur al zaude aurrera egin nahi duzula?", "couldnotloadfiles": "Ezin izan da fitxategien zerrenda kargatu.", - "downloading": "Jaisten", "emptyfilelist": "Ez dago fitxategirik erakusteko.", - "errorcapturingaudio": "Errorea audioa atzitzean.", - "errorcapturingimage": "Errorea irudia atzitzean.", - "errorcapturingvideo": "Errorea bideoa atzitzean.", - "errorgettingimagealbum": "Errorea irudia albumetik hartzean.", - "errormustbeonlinetoupload": "Online egon behar zara fitxategiak igo ahal izateko.", - "errornoapp": "Ez duzu ekintza hau burutzeko app-ik instalatuta.", - "errorreadingfile": "Errorea fitxategia irakurtzean.", - "errorreceivefilenosites": "Ez dago gordetako gunerik. Mesedez gehitu gune bat fitxategia igotzen saiatu baino lehen.", "erroruploadnotworking": "Zoritxarrez une honetan ezin dira fitxategiak zure gunera igo.", - "errorwhiledownloading": "Errorea gertatu da fitxategia jaisten saiatzean.", - "errorwhilerecordingaudio": "Errorea gertatu da audioa grabatzen saiatzean.", - "errorwhileuploading": "Errorea gertatu da fitxategia igotzean.", - "file": "Fitxategia", - "fileuploaded": "Fitxategia ondo igo da.", - "myfiles": "Nire fitxategiak", - "myprivatefiles": "Nire fitxategi pribatuak", + "files": "Nire fitxategi pribatuak", "myprivatefilesdesc": "Moodle gune honetako zure gune pribatuan eskuragarri dauden fitxategiak.", - "photoalbums": "Argazki albumak", - "readingfile": "Fitxategia irakurtzen", + "privatefiles": "Fitxategi pribatuak", "sitefiles": "Guneko fitxategiak", "sitefilesdesc": "Zure Moodle gunean eskuragarri dauden beste fitxategiak.", - "success": "Ondo!", - "uploadafile": "Igo fitxategia", - "uploadfiles": "Igo fitxategiak", - "uploading": "Igotzen", - "video": "Bideoa" + "uploadfiles": "Igo fitxategiak" } \ No newline at end of file diff --git a/www/addons/files/lang/fa.json b/www/addons/files/lang/fa.json index 67798d8983e..c8a4b1dbcd2 100644 --- a/www/addons/files/lang/fa.json +++ b/www/addons/files/lang/fa.json @@ -1,5 +1,6 @@ { - "myfiles": "فایلهای من", + "files": "فایلهای من", + "privatefiles": "فایل‌های شخصی", "sitefiles": "فایلهای سایت", "uploadfiles": "ارسال فایل‌های بازخورد" } \ No newline at end of file diff --git a/www/addons/files/lang/fr.json b/www/addons/files/lang/fr.json index 4633db70391..66738ab0a4d 100644 --- a/www/addons/files/lang/fr.json +++ b/www/addons/files/lang/fr.json @@ -1,37 +1,13 @@ { "admindisableddownload": "L'administrateur de votre Moodle a désactivé le téléchargement des fichiers. Vous pouvez les consulter, mais pas les télécharger.", - "audio": "Audio", - "camera": "Caméra", - "chooseaccountuploadfile": "Sélectionner un compte vers lequel déposer le fichier.", "clicktoupload": "Cliquer sur le bouton ci-dessous pour déposer les fichiers dans vos fichiers personnels.", - "confirmuploadfile": "Vous allez déposer {{size}}. Voulez-vous vraiment continuer ?", "couldnotloadfiles": "La liste des fichiers n'a pas pu être chargée.", - "downloading": "Téléchargement", "emptyfilelist": "Aucun fichier à afficher.", - "errorcapturingaudio": "Erreur d'enregistrement audio.", - "errorcapturingimage": "Erreur lors de la capture de l'image.", - "errorcapturingvideo": "Erreur lors de la capture vidéo.", - "errorgettingimagealbum": "Erreur lors de la récupération de l'image dans l'album.", - "errormustbeonlinetoupload": "Vous devez être en ligne pour déposer des fichiers.", - "errornoapp": "Vous n'avez pas d'app installée pour effectuer cette action.", - "errorreadingfile": "Erreur lecture du fichier.", - "errorreceivefilenosites": "Aucun site enregistré. Veuillez ajouter un site avant de déposer un fichier.", "erroruploadnotworking": "Il n'est actuellement pas possible de déposer des fichiers sur votre site.", - "errorwhiledownloading": "Une erreur est survenue lors du téléchargement du fichier.", - "errorwhilerecordingaudio": "Une erreur est survenue lors de l'enregistrement du son.", - "errorwhileuploading": "Une erreur est survenue durant le dépôt du fichier.", - "file": "Fichier", - "fileuploaded": "Le fichier a été déposé.", - "myfiles": "Mes fichiers", - "myprivatefiles": "Mes fichiers personnels", + "files": "Mes fichiers personnels", "myprivatefilesdesc": "Les fichiers disponibles dans votre zone privée sur cette plateforme Moodle.", - "photoalbums": "Albums de photos", - "readingfile": "Lecture du fichier", + "privatefiles": "Fichiers personnels", "sitefiles": "Fichiers du site", "sitefilesdesc": "Les autres fichiers disponibles sur cette plateforme Moodle.", - "success": "Succès !", - "uploadafile": "Déposer un fichier", - "uploadfiles": "Déposer des fichiers", - "uploading": "Dépôt en cours", - "video": "Vidéo" + "uploadfiles": "Déposer des fichiers" } \ No newline at end of file diff --git a/www/addons/files/lang/he.json b/www/addons/files/lang/he.json index b740358dfb6..25a48b96070 100644 --- a/www/addons/files/lang/he.json +++ b/www/addons/files/lang/he.json @@ -3,12 +3,10 @@ "clicktoupload": "להעלאת הקבצים לקבצים הפרטיים שלך, יש להקליק על הכפתור למטה.", "couldnotloadfiles": "לא ניתן לטעון את רשימת הקבצים.", "emptyfilelist": "אין קבצים להצגה.", - "errorreceivefilenosites": "לא קיימים אתרים שמורים. יש להוסף אתר לפני הניסיון להעלות קובץ.", - "myfiles": "הקבצים שלי", - "myprivatefiles": "הקבצים הפרטיים שלי", + "files": "הקבצים הפרטיים שלי", "myprivatefilesdesc": "הקבצים הזמינים לך באזור הפרטי באתר מוודל זה.", + "privatefiles": "הקבצים שלי", "sitefiles": "קבצי האתר", "sitefilesdesc": "הקבצים האחרים הזמינים לך באתר מוודל זה.", - "success": "הצלחה!", "uploadfiles": "העלה קבצים" } \ No newline at end of file diff --git a/www/addons/files/lang/hu.json b/www/addons/files/lang/hu.json index 831bf2042e7..7945e5fbacb 100644 --- a/www/addons/files/lang/hu.json +++ b/www/addons/files/lang/hu.json @@ -1,6 +1,7 @@ { "emptyfilelist": "Nincs megjeleníthető állomány", - "myfiles": "Saját állományaim", + "files": "Saját állományaim", + "privatefiles": "Saját állományaim", "sitefiles": "A portálon levő fájlok", "uploadfiles": "Feltölthet állományokat" } \ No newline at end of file diff --git a/www/addons/files/lang/it.json b/www/addons/files/lang/it.json index d9bdabc3942..0bc9591947f 100644 --- a/www/addons/files/lang/it.json +++ b/www/addons/files/lang/it.json @@ -1,37 +1,13 @@ { "admindisableddownload": "L'amministratore del sito Moodle ha disabilitato il download dei file. Puoi navigare tra i file ma non potrai scaricarli.", - "audio": "Audio", - "camera": "Camera", - "chooseaccountuploadfile": "Scegli l'account dove caricare il file.", "clicktoupload": "Fai click sul pulsante sotto per caricare i file nei File personali", - "confirmuploadfile": "Stai per caricare {{size}}. Sei sicuro di continuare?", "couldnotloadfiles": "Non è stato possibile caricare l'elenco dei file.", - "downloading": "Scaricamento in corso", "emptyfilelist": "Non ci sono file da visualizzare.", - "errorcapturingaudio": "Si è verificato un errore durante la registrazione dell'audio.", - "errorcapturingimage": "Si è verificato un errore durante l'acquisizione dell'immagine.", - "errorcapturingvideo": "Si è verificato un errore durante l'acquisizione del video.", - "errorgettingimagealbum": "Si è verificato un errore durante la ricezione dell'immagine dall'album.", - "errormustbeonlinetoupload": "Per caricar file devi essere online.", - "errornoapp": "Non hai un'app per svolgere questa azione.", - "errorreadingfile": "Si è verificato un errore durante la lettura del file.", - "errorreceivefilenosites": "Non ci sono siti memorizzati. Devi aggiungere un sito prima di poter caricare file.", "erroruploadnotworking": "Al momento non è possibile caricare file sul sito.", - "errorwhiledownloading": "Si è verificato un errore durante lo scaricamento del file.", - "errorwhilerecordingaudio": "Si è verificato un errore durante la registrazione dell'audio.", - "errorwhileuploading": "Si è verificato un errore durante il caricamento del file.", - "file": "File", - "fileuploaded": "Il file è stato caricato correttamente.", - "myfiles": "I miei file", - "myprivatefiles": "File personali", + "files": "File personali", "myprivatefilesdesc": "I file memorizzati nell'omonima area di Moodle", - "photoalbums": "Album fotografico", - "readingfile": "Lettura del file in corso", + "privatefiles": "File personali", "sitefiles": "File del sito", "sitefilesdesc": "Altri file del sito Moodle ai quali puoi accedere.", - "success": "Effettuato correttamente!", - "uploadafile": "Carica un file", - "uploadfiles": "Carica file", - "uploading": "Caricamento in corso", - "video": "Video" + "uploadfiles": "Carica file" } \ No newline at end of file diff --git a/www/addons/files/lang/ja.json b/www/addons/files/lang/ja.json index 7dfabfaa46a..22d47aced87 100644 --- a/www/addons/files/lang/ja.json +++ b/www/addons/files/lang/ja.json @@ -1,6 +1,7 @@ { "emptyfilelist": "表示するファイルはありません。", - "myfiles": "マイファイル", + "files": "マイファイル", + "privatefiles": "プライベートファイル", "sitefiles": "サイトファイル", "uploadfiles": "ファイルをアップロードできる" } \ No newline at end of file diff --git a/www/addons/files/lang/nl.json b/www/addons/files/lang/nl.json index 99f6e4c87db..ef922199f2d 100644 --- a/www/addons/files/lang/nl.json +++ b/www/addons/files/lang/nl.json @@ -1,37 +1,13 @@ { "admindisableddownload": "Je Moodle beheerder heeft het downloaden van bestanden uitgeschakeld. Je kunt door de bestandenlijst bladeren, maar ze niet downloaden.", - "audio": "Audio", - "camera": "Camera", - "chooseaccountuploadfile": "Kies een account om dit bestand naar toe te sturen.", "clicktoupload": "Klik op onderstaande knop om bestanden naar je privé-bestanden te uploaden.", - "confirmuploadfile": "Je gaat {{size}} uploaden. Wil je verder gaan?", "couldnotloadfiles": "De bestandenlijst kon niet geladen worden.", - "downloading": "Aan het downloaden", "emptyfilelist": "Er zijn geen bestanden te tonen.", - "errorcapturingaudio": "Fout bij de audio-opname.", - "errorcapturingimage": "Fout bij de foto-opname.", - "errorcapturingvideo": "Fout bij de video-opname.", - "errorgettingimagealbum": "Fout bij het ophalen van een afbeelding uit het album.", - "errormustbeonlinetoupload": "Je moet online zijn om bestanden te kunnen uploaden.", - "errornoapp": "Je hebt geen app geïnstalleerd om deze actie mee uit te voeren.", - "errorreadingfile": "Fout bij het lezen van bestand \"{{$a}}\"", - "errorreceivefilenosites": "Er zijn geen sites bewaard. Voeg een site toe voor je een bestand probeert te uploaden.", "erroruploadnotworking": "Jammer genoeg kun je op dit ogenblik geen bestanden uploaden naar de site.", - "errorwhiledownloading": "Er is een fout opgetreden bij het downloaden van het bestand.", - "errorwhilerecordingaudio": "Er is een fout opgetreden tijdens het opnemen van audio.", - "errorwhileuploading": "Er is een fout opgetreden tijdens het uploaden van het bestand.", - "file": "Bestand", - "fileuploaded": "Het uploaden van het bestand is gelukt.", - "myfiles": "Mijn bestanden", - "myprivatefiles": "Mijn privé-bestanden", + "files": "Mijn privé-bestanden", "myprivatefilesdesc": "Jouw bestanden op deze Moodle-site.", - "photoalbums": "Foto-albums", - "readingfile": "Bestand lezen", + "privatefiles": "Privébestanden", "sitefiles": "Sitebestanden", "sitefilesdesc": "Andere bestanden op deze Moodle-site.", - "success": "Succes!", - "uploadafile": "Bestand uploaden", - "uploadfiles": "Bestanden uploaden", - "uploading": "Aan het uploaden", - "video": "Video" + "uploadfiles": "Bestanden uploaden" } \ No newline at end of file diff --git a/www/addons/files/lang/pl.json b/www/addons/files/lang/pl.json index a52efa9d97b..10184b669d2 100644 --- a/www/addons/files/lang/pl.json +++ b/www/addons/files/lang/pl.json @@ -1,6 +1,7 @@ { "emptyfilelist": "Brak plików do wyświetlenia", - "myfiles": "Moje pliku", + "files": "Moje pliku", + "privatefiles": "Prywatne pliki", "sitefiles": "Pliki strony", "uploadfiles": "Może przesłać pliki" } \ No newline at end of file diff --git a/www/addons/files/lang/pt-br.json b/www/addons/files/lang/pt-br.json index d8463f91bee..3bd84a665d5 100644 --- a/www/addons/files/lang/pt-br.json +++ b/www/addons/files/lang/pt-br.json @@ -1,37 +1,13 @@ { "admindisableddownload": "Por favor note que o administrador do Moodle desativou downloads de arquivos, você pode navegar através dos arquivos, mas não baixá-los.", - "audio": "Áudio", - "camera": "Câmera", - "chooseaccountuploadfile": "Escolha uma conta para a qual enviar o arquivo.", "clicktoupload": "Clique no botão abaixo para enviar para seus arquivos privados.", - "confirmuploadfile": "Você está prestes a enviar um arquivo de {{size}}. Você tem certeza que quer continuar?", "couldnotloadfiles": "A lista de arquivos não pode ser carregada.", - "downloading": "Baixando", "emptyfilelist": "Não há arquivos para mostrar.", - "errorcapturingaudio": "Erro ao capturar áudio.", - "errorcapturingimage": "Erro ao capturar imagem.", - "errorcapturingvideo": "Erro ao capturar vídeo.", - "errorgettingimagealbum": "Erro ao receber a imagem do álbum.", - "errormustbeonlinetoupload": "Você tem que estar online para enviar arquivos.", - "errornoapp": "Você não tem um aplicativo instalado que possa fazer essa ação.", - "errorreadingfile": "Erro ao ler o arquivo.", - "errorreceivefilenosites": "Não existem sites armazenados. Por favor adicione um site antes de enviar um arquivo.", "erroruploadnotworking": "Infelizmente é impossível enviar arquivos para o seu site.", - "errorwhiledownloading": "Ocorreu um erro ao tentar baixar o arquivo.", - "errorwhilerecordingaudio": "Ocorreu um erro ao tentar gravar o áudio.", - "errorwhileuploading": "Ocorreu um erro durante o envio do arquivo.", - "file": "Arquivo", - "fileuploaded": "O arquivo foi enviado com sucesso.", - "myfiles": "Meus arquivos", - "myprivatefiles": "Meus arquivos privados", + "files": "Meus arquivos privados", "myprivatefilesdesc": "Os arquivos que estão disponíveis em sua área de arquivos privados nesse site Moodle.", - "photoalbums": "Álbum de fotos", - "readingfile": "Lendo o arquivo", + "privatefiles": "Arquivos privados", "sitefiles": "Arquivos do site", "sitefilesdesc": "Os outros arquivos que estão disponíveis a você neste site Moodle.", - "success": "Sucesso!", - "uploadafile": "Enviar um arquivo", - "uploadfiles": "Enviar arquivos", - "uploading": "Enviando", - "video": "Vídeo" + "uploadfiles": "Enviar arquivos" } \ No newline at end of file diff --git a/www/addons/files/lang/pt.json b/www/addons/files/lang/pt.json index d496a3d2164..a9d6f9cb744 100644 --- a/www/addons/files/lang/pt.json +++ b/www/addons/files/lang/pt.json @@ -3,14 +3,10 @@ "clicktoupload": "Clique no botão abaixo para carregar ficheiros para os seus ficheiros privados.", "couldnotloadfiles": "Não foi possível carregar a lista de ficheiros", "emptyfilelist": "Não há ficheiros", - "errorcapturingvideo": "Erro ao capturar vídeo.", - "errorreceivefilenosites": "Não existem sites armazenados. Por favor adicione um site antes de carregar um ficheiro.", - "myfiles": "Meus ficheiros", - "myprivatefiles": "Meus ficheiros privados", + "files": "Meus ficheiros privados", "myprivatefilesdesc": "Ficheiros disponíveis na sua área privada neste site Moodle", - "readingfile": "A ler ficheiro", + "privatefiles": "Ficheiros privados", "sitefiles": "Ficheiros do site", "sitefilesdesc": "Os outros ficheiros que estão disponíveis para si neste site Moodle.", - "success": "Sucesso!", "uploadfiles": "Carregar ficheiros" } \ No newline at end of file diff --git a/www/addons/files/lang/ro.json b/www/addons/files/lang/ro.json index 864d716d145..678713c2e70 100644 --- a/www/addons/files/lang/ro.json +++ b/www/addons/files/lang/ro.json @@ -3,12 +3,10 @@ "clicktoupload": "Apăsați butonul de mai jos pentru a încarcă fișierele în contul dumneavoastră.", "couldnotloadfiles": "Lista fișierelor nu a putut fi încărcată.", "emptyfilelist": "Nu sunt fișiere disponibile.", - "errorreceivefilenosites": "Nu aveți stocat niciun sit. Adăugați un sit înainte de a încărca un fișier.", - "myfiles": "Fișierele mele", - "myprivatefiles": "Fisiere personale", + "files": "Fisiere personale", "myprivatefilesdesc": "Fișierele disponibile din zona personală, pe care o dețineți pe acest site.", + "privatefiles": "Fișiere private", "sitefiles": "Fișierele disponibile pe site", "sitefilesdesc": "Alte fișiere disponibile pe acest site.", - "success": "Succes!", "uploadfiles": "Încărcați mai multe fișiere" } \ No newline at end of file diff --git a/www/addons/files/lang/ru.json b/www/addons/files/lang/ru.json index 4def8e9afab..31fb12c3feb 100644 --- a/www/addons/files/lang/ru.json +++ b/www/addons/files/lang/ru.json @@ -1,36 +1,12 @@ { "admindisableddownload": "Обратите внимание, что администратор Moodle отключил скачивание файлов. Вы можете просмотреть файлы, но не скачать их.", - "audio": "Аудио", - "camera": "Камера", - "chooseaccountuploadfile": "Выбрать учетную запись для загрузки файла", "clicktoupload": "Нажмите внизу кнопку для загрузки файлов в свои личные файлы.", - "confirmuploadfile": "Вы собираетесь загрузить {{size}}. Вы уверены, что хотите продолжить?", "couldnotloadfiles": "Файлы из списка не могут быть загружены", - "downloading": "Загрузка", "emptyfilelist": "Нет файлов для отображения", - "errorcapturingaudio": "Ошибка захвата звука", - "errorcapturingimage": "Ошибка захвата изображения", - "errorcapturingvideo": "Ошибка захвата видео", - "errorgettingimagealbum": "Ошибка получения изображения из альбома", - "errormustbeonlinetoupload": "Вы должны на сайте, чтобы загружать файлы.", - "errornoapp": "У Вас не установлено приложение для выполнения этого действия.", - "errorreadingfile": "Ошибка при чтении файла", - "errorreceivefilenosites": "Нет сайта для хранения. Пожалуйста, добавьте сайт, прежде чем пытаться загрузить файл", - "errorwhiledownloading": "Произошла ошибка при попытке загрузки файла", - "errorwhilerecordingaudio": "Произошла ошибка при попытке записи аудио", - "errorwhileuploading": "Произошла ошибка во время загрузки файла", - "file": "Файл", - "fileuploaded": "Файл загружен", - "myfiles": "Мои файлы", - "myprivatefiles": "Мои личные файлы", + "files": "Мои личные файлы", "myprivatefilesdesc": "Файлы, которые доступны Вам в личном кабинете на этом сайте Moodle.", - "photoalbums": "Фотоальбомы", - "readingfile": "Чтение файла", + "privatefiles": "Личные файлы", "sitefiles": "Файлы сайта", "sitefilesdesc": "Другие файлы, доступные на этом сайте Moodle", - "success": "Успешно!", - "uploadafile": "Загрузка файла", - "uploadfiles": "Загрузка файлов", - "uploading": "Загрузка", - "video": "Видео" + "uploadfiles": "Загрузка файлов" } \ No newline at end of file diff --git a/www/addons/files/lang/sv.json b/www/addons/files/lang/sv.json index 547095d383a..0883562b317 100644 --- a/www/addons/files/lang/sv.json +++ b/www/addons/files/lang/sv.json @@ -3,12 +3,10 @@ "clicktoupload": "Klicka på knappen nedan för att ladda upp filer till dina privata filer.", "couldnotloadfiles": "Listan över filer kunde inte läsas in.", "emptyfilelist": "Det finns inga filer att visa.", - "errorreceivefilenosites": "Det finns inga webbsidor sparade. Lägg till en sida innan du försöker ladda upp en fil.", - "myfiles": "Mina filer", - "myprivatefiles": "Mina privata filer", + "files": "Mina privata filer", "myprivatefilesdesc": "De filer som finns i din privata område på denna Moodle webbplats.", + "privatefiles": "Privata filer", "sitefiles": "webbplats filer", "sitefilesdesc": "De andra filer som är tillgängliga för dig på denna Moodle webbplats.", - "success": "Framgång!", "uploadfiles": "Ladda upp filer" } \ No newline at end of file diff --git a/www/addons/files/lang/tr.json b/www/addons/files/lang/tr.json index 8f0a7bc76da..011292bc652 100644 --- a/www/addons/files/lang/tr.json +++ b/www/addons/files/lang/tr.json @@ -1,5 +1,6 @@ { - "myfiles": "Dosyalarım", + "files": "Dosyalarım", + "privatefiles": "Kişisel dosyalar", "sitefiles": "Site dosyaları", "uploadfiles": "Dosya yükleyebilir" } \ No newline at end of file diff --git a/www/addons/files/lang/zh-cn.json b/www/addons/files/lang/zh-cn.json index 27ff1a5c8e2..667c6b73e0b 100644 --- a/www/addons/files/lang/zh-cn.json +++ b/www/addons/files/lang/zh-cn.json @@ -1,6 +1,7 @@ { "emptyfilelist": "没有可显示的文件", - "myfiles": "我的文件", + "files": "我的文件", + "privatefiles": "私人文件", "sitefiles": "站点文件", "uploadfiles": "可以上传文件" } \ No newline at end of file diff --git a/www/addons/files/lang/zh-tw.json b/www/addons/files/lang/zh-tw.json index ded43fde1ab..ef7967cf996 100644 --- a/www/addons/files/lang/zh-tw.json +++ b/www/addons/files/lang/zh-tw.json @@ -1,6 +1,7 @@ { "emptyfilelist": "沒有可以顯示的檔案", - "myfiles": "我的檔案", + "files": "我的檔案", + "privatefiles": "私人檔案", "sitefiles": "網站公用檔案", "uploadfiles": "可以上傳檔案" } \ No newline at end of file diff --git a/www/addons/frontpage/lang/ar.json b/www/addons/frontpage/lang/ar.json index e480b89c96d..e5c4a314541 100644 --- a/www/addons/frontpage/lang/ar.json +++ b/www/addons/frontpage/lang/ar.json @@ -1,4 +1,4 @@ { - "frontpage": "الصفحة الرئيسية", - "sitehome": "الصفحة الرئيسية" + "sitehome": "الصفحة الرئيسية", + "sitenews": "أخبار الموقع" } \ No newline at end of file diff --git a/www/addons/frontpage/lang/bg.json b/www/addons/frontpage/lang/bg.json index db648ef0953..df102ae2464 100644 --- a/www/addons/frontpage/lang/bg.json +++ b/www/addons/frontpage/lang/bg.json @@ -1,4 +1,4 @@ { - "frontpage": "Заглавна страница", - "sitehome": "Заглавна страница" + "sitehome": "Заглавна страница", + "sitenews": "Новини от сайта" } \ No newline at end of file diff --git a/www/addons/frontpage/lang/ca.json b/www/addons/frontpage/lang/ca.json index 6c3db9d4ce9..de3886bcffc 100644 --- a/www/addons/frontpage/lang/ca.json +++ b/www/addons/frontpage/lang/ca.json @@ -1,4 +1,4 @@ { - "frontpage": "Pàgina principal", - "sitehome": "Inici" + "sitehome": "Inici", + "sitenews": "Notícies del lloc" } \ No newline at end of file diff --git a/www/addons/frontpage/lang/cs.json b/www/addons/frontpage/lang/cs.json index c6437841bf3..8855e125154 100644 --- a/www/addons/frontpage/lang/cs.json +++ b/www/addons/frontpage/lang/cs.json @@ -1,4 +1,4 @@ { - "frontpage": "Titulní stránka", - "sitehome": "Domovská stránka" + "sitehome": "Domovská stránka", + "sitenews": "Oznámení stránek" } \ No newline at end of file diff --git a/www/addons/frontpage/lang/da.json b/www/addons/frontpage/lang/da.json index c02a5dded4f..e26cdd5bfd6 100644 --- a/www/addons/frontpage/lang/da.json +++ b/www/addons/frontpage/lang/da.json @@ -1,4 +1,4 @@ { - "frontpage": "Forside", - "sitehome": "Websteds hjem" + "sitehome": "Websteds hjem", + "sitenews": "Sitemeddelelser" } \ No newline at end of file diff --git a/www/addons/frontpage/lang/de.json b/www/addons/frontpage/lang/de.json index af711c3ba35..2bdf44debd8 100644 --- a/www/addons/frontpage/lang/de.json +++ b/www/addons/frontpage/lang/de.json @@ -1,4 +1,4 @@ { - "frontpage": "Startseite", - "sitehome": "Startseite" + "sitehome": "Startseite", + "sitenews": "Ankündigungen" } \ No newline at end of file diff --git a/www/addons/frontpage/lang/es-mx.json b/www/addons/frontpage/lang/es-mx.json index 375a20f47b9..59a7b3f143c 100644 --- a/www/addons/frontpage/lang/es-mx.json +++ b/www/addons/frontpage/lang/es-mx.json @@ -1,4 +1,4 @@ { - "frontpage": "Portada", - "sitehome": "Página inicial del sitio" + "sitehome": "Página inicial del sitio", + "sitenews": "Anuncios del sitio" } \ No newline at end of file diff --git a/www/addons/frontpage/lang/es.json b/www/addons/frontpage/lang/es.json index 754e483613a..6fad2149059 100644 --- a/www/addons/frontpage/lang/es.json +++ b/www/addons/frontpage/lang/es.json @@ -1,4 +1,4 @@ { - "frontpage": "Página Principal", - "sitehome": "Inicio" + "sitehome": "Inicio", + "sitenews": "Novedades del sitio" } \ No newline at end of file diff --git a/www/addons/frontpage/lang/eu.json b/www/addons/frontpage/lang/eu.json index 6f1eae7a6ab..2a21d6f7aa1 100644 --- a/www/addons/frontpage/lang/eu.json +++ b/www/addons/frontpage/lang/eu.json @@ -1,4 +1,4 @@ { - "frontpage": "Hasiera-orria", - "sitehome": "Gunearen hasiera" + "sitehome": "Gunearen hasiera", + "sitenews": "Gunearen berriak" } \ No newline at end of file diff --git a/www/addons/frontpage/lang/fa.json b/www/addons/frontpage/lang/fa.json index 1530c1ce779..b90d5d69974 100644 --- a/www/addons/frontpage/lang/fa.json +++ b/www/addons/frontpage/lang/fa.json @@ -1,3 +1,4 @@ { - "sitehome": "صفحهٔ اول" + "sitehome": "صفحهٔ اول", + "sitenews": "اعلانات سایت" } \ No newline at end of file diff --git a/www/addons/frontpage/lang/fr.json b/www/addons/frontpage/lang/fr.json index df0519e22f5..57bf1bb4ec0 100644 --- a/www/addons/frontpage/lang/fr.json +++ b/www/addons/frontpage/lang/fr.json @@ -1,4 +1,4 @@ { - "frontpage": "Page d'accueil", - "sitehome": "Plateforme" + "sitehome": "Plateforme", + "sitenews": "Annonces du site" } \ No newline at end of file diff --git a/www/addons/frontpage/lang/he.json b/www/addons/frontpage/lang/he.json index 61d9c586492..b0e436c2799 100644 --- a/www/addons/frontpage/lang/he.json +++ b/www/addons/frontpage/lang/he.json @@ -1,4 +1,4 @@ { - "frontpage": "עמוד ראשי", - "sitehome": "עמוד ראשי" + "sitehome": "עמוד ראשי", + "sitenews": "חדשות האתר" } \ No newline at end of file diff --git a/www/addons/frontpage/lang/hu.json b/www/addons/frontpage/lang/hu.json index 0bdfd754418..60e40944fb6 100644 --- a/www/addons/frontpage/lang/hu.json +++ b/www/addons/frontpage/lang/hu.json @@ -1,3 +1,4 @@ { - "sitehome": "Kezdőoldal" + "sitehome": "Kezdőoldal", + "sitenews": "Portálhírek" } \ No newline at end of file diff --git a/www/addons/frontpage/lang/it.json b/www/addons/frontpage/lang/it.json index 5aebeb1cf9e..9490d0feb02 100644 --- a/www/addons/frontpage/lang/it.json +++ b/www/addons/frontpage/lang/it.json @@ -1,4 +1,4 @@ { - "frontpage": "Pagina home", - "sitehome": "Home del sito" + "sitehome": "Home del sito", + "sitenews": "Annunci del sito" } \ No newline at end of file diff --git a/www/addons/frontpage/lang/ja.json b/www/addons/frontpage/lang/ja.json index 7fe1b09c236..f1b1318bc5a 100644 --- a/www/addons/frontpage/lang/ja.json +++ b/www/addons/frontpage/lang/ja.json @@ -1,3 +1,4 @@ { - "sitehome": "フロントページ" + "sitehome": "フロントページ", + "sitenews": "サイトアナウンスメント" } \ No newline at end of file diff --git a/www/addons/frontpage/lang/nl.json b/www/addons/frontpage/lang/nl.json index d8421cb4b68..a94c7942487 100644 --- a/www/addons/frontpage/lang/nl.json +++ b/www/addons/frontpage/lang/nl.json @@ -1,4 +1,4 @@ { - "frontpage": "Startpagina", - "sitehome": "Site startpagina" + "sitehome": "Site startpagina", + "sitenews": "Site-mededelingen" } \ No newline at end of file diff --git a/www/addons/frontpage/lang/pl.json b/www/addons/frontpage/lang/pl.json index 034ad2e0a5f..a1fc79e0828 100644 --- a/www/addons/frontpage/lang/pl.json +++ b/www/addons/frontpage/lang/pl.json @@ -1,3 +1,4 @@ { - "sitehome": "Strona startowa" + "sitehome": "Strona startowa", + "sitenews": "Aktualności" } \ No newline at end of file diff --git a/www/addons/frontpage/lang/pt-br.json b/www/addons/frontpage/lang/pt-br.json index 947d8d68f9f..d54afdfa0a6 100644 --- a/www/addons/frontpage/lang/pt-br.json +++ b/www/addons/frontpage/lang/pt-br.json @@ -1,4 +1,4 @@ { - "frontpage": "Página principal", - "sitehome": "Página inicial" + "sitehome": "Página inicial", + "sitenews": "Novidades" } \ No newline at end of file diff --git a/www/addons/frontpage/lang/pt.json b/www/addons/frontpage/lang/pt.json index 947d8d68f9f..ffb96b57d58 100644 --- a/www/addons/frontpage/lang/pt.json +++ b/www/addons/frontpage/lang/pt.json @@ -1,4 +1,4 @@ { - "frontpage": "Página principal", - "sitehome": "Página inicial" + "sitehome": "Página inicial", + "sitenews": "Anúncios do site" } \ No newline at end of file diff --git a/www/addons/frontpage/lang/ro.json b/www/addons/frontpage/lang/ro.json index a3a62f4737d..dc9350bc054 100644 --- a/www/addons/frontpage/lang/ro.json +++ b/www/addons/frontpage/lang/ro.json @@ -1,4 +1,4 @@ { - "frontpage": "Prima pagina", - "sitehome": "Pagina principală" + "sitehome": "Pagina principală", + "sitenews": "Ştiri site" } \ No newline at end of file diff --git a/www/addons/frontpage/lang/ru.json b/www/addons/frontpage/lang/ru.json index da298819edd..986bb12dcf8 100644 --- a/www/addons/frontpage/lang/ru.json +++ b/www/addons/frontpage/lang/ru.json @@ -1,4 +1,4 @@ { - "frontpage": "Главная страница", - "sitehome": "Главная страница" + "sitehome": "Главная страница", + "sitenews": "Новости сайта" } \ No newline at end of file diff --git a/www/addons/frontpage/lang/sv.json b/www/addons/frontpage/lang/sv.json index 10f39efb9ac..02d32005a71 100644 --- a/www/addons/frontpage/lang/sv.json +++ b/www/addons/frontpage/lang/sv.json @@ -1,4 +1,4 @@ { - "frontpage": "Ingångssida", - "sitehome": "Webbsida hem" + "sitehome": "Webbsida hem", + "sitenews": "Webbplatsnyheter" } \ No newline at end of file diff --git a/www/addons/frontpage/lang/tr.json b/www/addons/frontpage/lang/tr.json index a7a43d9c584..e3159c9addd 100644 --- a/www/addons/frontpage/lang/tr.json +++ b/www/addons/frontpage/lang/tr.json @@ -1,3 +1,4 @@ { - "sitehome": "Ön sayfa" + "sitehome": "Ön sayfa", + "sitenews": "Site haberleri" } \ No newline at end of file diff --git a/www/addons/frontpage/lang/zh-cn.json b/www/addons/frontpage/lang/zh-cn.json index 20eac284d87..e2169b9f34a 100644 --- a/www/addons/frontpage/lang/zh-cn.json +++ b/www/addons/frontpage/lang/zh-cn.json @@ -1,3 +1,4 @@ { - "sitehome": "首页" + "sitehome": "首页", + "sitenews": "本站新闻" } \ No newline at end of file diff --git a/www/addons/frontpage/lang/zh-tw.json b/www/addons/frontpage/lang/zh-tw.json index 6bff0d94024..72b147b8191 100644 --- a/www/addons/frontpage/lang/zh-tw.json +++ b/www/addons/frontpage/lang/zh-tw.json @@ -1,3 +1,4 @@ { - "sitehome": "首頁" + "sitehome": "首頁", + "sitenews": "網站公告" } \ No newline at end of file diff --git a/www/addons/grades/lang/fa.json b/www/addons/grades/lang/fa.json new file mode 100644 index 00000000000..fd0241c2bc7 --- /dev/null +++ b/www/addons/grades/lang/fa.json @@ -0,0 +1,3 @@ +{ + "viewgrades": "دیدن نمره‌ها" +} \ No newline at end of file diff --git a/www/addons/messages/lang/ar.json b/www/addons/messages/lang/ar.json index 5d947ee6d02..49b1406b1df 100644 --- a/www/addons/messages/lang/ar.json +++ b/www/addons/messages/lang/ar.json @@ -5,6 +5,7 @@ "contactlistempty": "قائمة الاتصال فارغة", "contacts": "عناوين اتصال", "errordeletemessage": "خطأ عند حذف الرسالة", + "message": "رسالة", "messagenotsent": "لم يتم إرسال الرسالة، يرجي المحاولة لاحقا", "messages": "رسائل", "mustbeonlinetosendmessages": "لابد أن تكون متصل بالأنترنت لكي ترسل أي رسائل", diff --git a/www/addons/messages/lang/bg.json b/www/addons/messages/lang/bg.json index cea230a8475..423851e040c 100644 --- a/www/addons/messages/lang/bg.json +++ b/www/addons/messages/lang/bg.json @@ -10,6 +10,7 @@ "errorwhileretrievingcontacts": "Грешка при изчитането на списъка с контакти от сървъра.", "errorwhileretrievingdiscussions": "Грешка при изчитането на дискусиите от сървъра.", "errorwhileretrievingmessages": "Грешка при изчитането на съобщенията от сървъра.", + "message": "Текст на съобщението", "messagenotsent": "Съобщението не беше изпратено. Моля опитайте пак по-късно.", "messages": "Съобщения", "mustbeonlinetosendmessages": "Трябва да сте онлайн, за да изпращате съобщения.", diff --git a/www/addons/messages/lang/ca.json b/www/addons/messages/lang/ca.json index b42e8176c91..f455d2f5d97 100644 --- a/www/addons/messages/lang/ca.json +++ b/www/addons/messages/lang/ca.json @@ -11,6 +11,7 @@ "errorwhileretrievingcontacts": "S'ha produït un error en recuperar els contactes del servidor.", "errorwhileretrievingdiscussions": "S'ha produït un error mentre es recuperaven els debats del servidor.", "errorwhileretrievingmessages": "S'ha produït un error descarregant els missatges.", + "message": "Cos del missatge", "messagenotsent": "El missatge no s'ha enviat. Si us plau, intenteu-ho més tard", "messages": "Missatges", "mustbeonlinetosendmessages": "Heu de tenir connexió a la xarxa per a enviar missatges", diff --git a/www/addons/messages/lang/cs.json b/www/addons/messages/lang/cs.json index 7b50ffc79c8..1c2ca6e4d20 100644 --- a/www/addons/messages/lang/cs.json +++ b/www/addons/messages/lang/cs.json @@ -11,6 +11,7 @@ "errorwhileretrievingcontacts": "Chyba při načítání kontaktů ze serveru.", "errorwhileretrievingdiscussions": "Chyba při načítání diskusí ze serveru.", "errorwhileretrievingmessages": "Chyba při načítání zpráv ze serveru.", + "message": "Zpráva", "messagenotsent": "Zpráva nebyla odeslána, zkuste to prosím později.", "messagepreferences": "Nastavení zpráv", "messages": "Zprávy", diff --git a/www/addons/messages/lang/da.json b/www/addons/messages/lang/da.json index 6a956e5fe3e..16c45874556 100644 --- a/www/addons/messages/lang/da.json +++ b/www/addons/messages/lang/da.json @@ -10,6 +10,7 @@ "errorwhileretrievingcontacts": "Fejl ved indhentning af kontakter fra server.", "errorwhileretrievingdiscussions": "Fejl ved indhentning af diskussioner fra server.", "errorwhileretrievingmessages": "Fejl ved indhentning af beskeder fra server.", + "message": "Beskedtekst", "messagenotsent": "Beskeden blev ikke sendt, prøv igen senere.", "messagepreferences": "Indstillinger for beskeder", "messages": "Beskeder", diff --git a/www/addons/messages/lang/de.json b/www/addons/messages/lang/de.json index 230bf645201..52270789c5c 100644 --- a/www/addons/messages/lang/de.json +++ b/www/addons/messages/lang/de.json @@ -8,10 +8,10 @@ "deletemessage": "Nachricht löschen", "deletemessageconfirmation": "Möchten Sie wirklich diese Nachricht löschen? Die Nachricht wird ausschließlich aus Ihrem Nachrichtenverlauf gelöscht, ist aber weiterhin bei der Person zu sehen, die Ihnen die Nachricht geschickt hat.", "errordeletemessage": "Fehler beim Löschen der Mitteilung", - "erroruseronlyacceptsmessagefromcontacts": "Fehler: Diese Person erlaubt den Empfang von Mitteilungen nur von ihren Kontakten.", "errorwhileretrievingcontacts": "Fehler beim Lesen der Kontakte vom Server", "errorwhileretrievingdiscussions": "Fehler beim Lesen der Themen vom Server", "errorwhileretrievingmessages": "Fehler beim Empfang der Mitteilungen vom Server", + "message": "Mitteilung", "messagenotsent": "Die Mitteilung wurde nicht gesendet. Versuchen Sie es später noch einmal.", "messagepreferences": "Nachrichteneinstellungen", "messages": "Nachrichten", diff --git a/www/addons/messages/lang/es-mx.json b/www/addons/messages/lang/es-mx.json index 511cb85f946..ba08c900fbc 100644 --- a/www/addons/messages/lang/es-mx.json +++ b/www/addons/messages/lang/es-mx.json @@ -11,6 +11,7 @@ "errorwhileretrievingcontacts": "Error al recuperar los contactos del servidor.", "errorwhileretrievingdiscussions": "Error al recuperar las discusiones del servidor.", "errorwhileretrievingmessages": "Error al recuperar los mensajes del servidor.", + "message": "Cuerpo del mensaje", "messagenotsent": "El mensaje no fue enviado; por favor inténtelo nuevamente después.", "messagepreferences": "Preferencias de Mensaje", "messages": "Mensajes", diff --git a/www/addons/messages/lang/es.json b/www/addons/messages/lang/es.json index 36b57076590..5d7dae8282a 100644 --- a/www/addons/messages/lang/es.json +++ b/www/addons/messages/lang/es.json @@ -11,7 +11,9 @@ "errorwhileretrievingcontacts": "Error al recuperar los contactos del servidor.", "errorwhileretrievingdiscussions": "Error al recuperar las discusiones del servidor.", "errorwhileretrievingmessages": "Error al recuperar los mensajes del servidor.", + "message": "Cuerpo del mensaje", "messagenotsent": "El mensaje no fue enviado; por favor inténtelo nuevamente después.", + "messagepreferences": "Preferencias de mensajes", "messages": "Mensajes", "mustbeonlinetosendmessages": "Debe conectarse para enviar mensajes", "newmessage": "Nuevo mensaje...", diff --git a/www/addons/messages/lang/eu.json b/www/addons/messages/lang/eu.json index a49fe54e229..4914376773f 100644 --- a/www/addons/messages/lang/eu.json +++ b/www/addons/messages/lang/eu.json @@ -11,7 +11,9 @@ "errorwhileretrievingcontacts": "Errorea kontaktuak zerbitzaritik jasotzean.", "errorwhileretrievingdiscussions": "Errorea elkarrizketak zerbitzaritik jasotzean.", "errorwhileretrievingmessages": "Errorea mezuak zerbitzaritik jasotzean.", + "message": "Mezuren gurputza", "messagenotsent": "Mezua ez da bidali, mesedez saiatu beranduago.", + "messagepreferences": "Mezuen hobespenak", "messages": "Mezuak", "mustbeonlinetosendmessages": "Online egon behar zara mezuak bidaltzeko.", "newmessage": "Mezu berria...", diff --git a/www/addons/messages/lang/fa.json b/www/addons/messages/lang/fa.json index c3df8bd6c63..cfe73baae57 100644 --- a/www/addons/messages/lang/fa.json +++ b/www/addons/messages/lang/fa.json @@ -4,6 +4,7 @@ "blocknoncontacts": "جلوگیری از دریافت پیام افرادی که در لیست مخاطبین من نمی باشند.", "contactlistempty": "لیست مخاطبین شما خالی است", "contacts": "مخاطبین", + "message": "متن پیام", "messagepreferences": "ترجیحات پیام‌دهی", "messages": "پیام های من", "newmessage": "پیام جدید", diff --git a/www/addons/messages/lang/fr.json b/www/addons/messages/lang/fr.json index 13953d1618b..e6bd7164a27 100644 --- a/www/addons/messages/lang/fr.json +++ b/www/addons/messages/lang/fr.json @@ -11,6 +11,7 @@ "errorwhileretrievingcontacts": "Erreur lors de la récupération des contacts depuis le serveur.", "errorwhileretrievingdiscussions": "Erreur lors de la récupération des discussions depuis le serveur.", "errorwhileretrievingmessages": "Erreur lors de la récupération des messages depuis le serveur.", + "message": "Corps du message", "messagenotsent": "Ce message n'a pas été envoyé. Veuillez essayer plus tard.", "messagepreferences": "Préférences des messages", "messages": "Messages", diff --git a/www/addons/messages/lang/he.json b/www/addons/messages/lang/he.json index 5070dff14df..723bf25d817 100644 --- a/www/addons/messages/lang/he.json +++ b/www/addons/messages/lang/he.json @@ -10,6 +10,7 @@ "errorwhileretrievingcontacts": "שגיאה בזמן טעינת אנשי קשר מהשרת.", "errorwhileretrievingdiscussions": "שגיאה בזמן טעינת הדיונים מהשרת.", "errorwhileretrievingmessages": "שגיאה בזמן טעינת המסרים מהשרת.", + "message": "גוף ההודעה", "messagenotsent": "מסר זה לא נשלח, אנא נסה שוב מאוחר יותר.", "messages": "מסרים", "mustbeonlinetosendmessages": "עליך להיות מחובר/ת בכדי לשלוח מסר.", diff --git a/www/addons/messages/lang/hu.json b/www/addons/messages/lang/hu.json index 439d2cc4fee..22331eaa922 100644 --- a/www/addons/messages/lang/hu.json +++ b/www/addons/messages/lang/hu.json @@ -7,6 +7,7 @@ "contacts": "Kapcsolatok", "deletemessage": "Üzenet törlése", "deletemessageconfirmation": "Biztosan törli az üzenetet? Az csak a korábbi üzeneteiből törlődik, az azt küldő vagy fogadó fél továbbra is láthatja.", + "message": "Üzenet törzsszövege", "messagepreferences": "Üzenet beállításai", "messages": "Üzenetek", "newmessage": "Új üzenet", diff --git a/www/addons/messages/lang/it.json b/www/addons/messages/lang/it.json index 7b08d5abdd6..730f54494ac 100644 --- a/www/addons/messages/lang/it.json +++ b/www/addons/messages/lang/it.json @@ -11,7 +11,9 @@ "errorwhileretrievingcontacts": "Si è verificato un errore durante la ricezione dei contatti dal server.", "errorwhileretrievingdiscussions": "Si è verificato un errore durante la ricezione delle discussioni dal server.", "errorwhileretrievingmessages": "Si è verificato un errore durante la ricezione dei messaggi dal server.", + "message": "Corpo del messaggio", "messagenotsent": "Il messaggio non è stato inviato, per favore riprova più tardi.", + "messagepreferences": "Preferenze messaggi", "messages": "Messaggi", "mustbeonlinetosendmessages": "Per inviare messaggi devi essere online", "newmessage": "Nuovo messaggio...", diff --git a/www/addons/messages/lang/ja.json b/www/addons/messages/lang/ja.json index a441c42dc73..d4abe6509b7 100644 --- a/www/addons/messages/lang/ja.json +++ b/www/addons/messages/lang/ja.json @@ -7,6 +7,7 @@ "contacts": "コンタクト", "deletemessage": "メッセージを削除する", "deletemessageconfirmation": "本当にこのメッセージを削除してもよろしいですか? あなたのメッセージング履歴からのみ削除され、メッセージを送受信したユーザはまだ閲覧することができます。", + "message": "メッセージ本文", "messagepreferences": "メッセージプリファレンス", "messages": "メッセージ", "newmessage": "新しいメッセージ", diff --git a/www/addons/messages/lang/nl.json b/www/addons/messages/lang/nl.json index 02f12d7db11..ba78b24e0ee 100644 --- a/www/addons/messages/lang/nl.json +++ b/www/addons/messages/lang/nl.json @@ -11,6 +11,7 @@ "errorwhileretrievingcontacts": "Fout bij het ophalen van contacten van de server.", "errorwhileretrievingdiscussions": "Fout bij het ophalen van discussies van de server.", "errorwhileretrievingmessages": "Fout bij het ophalen van berichten van de server.", + "message": "Berichtinhoud", "messagenotsent": "Het bericht is niet verzonden. Probeer het later opnieuw.", "messagepreferences": "Berichten voorkeuren", "messages": "Berichten", diff --git a/www/addons/messages/lang/pl.json b/www/addons/messages/lang/pl.json index a1d1166fcfa..ce7517a7cdd 100644 --- a/www/addons/messages/lang/pl.json +++ b/www/addons/messages/lang/pl.json @@ -7,6 +7,7 @@ "contacts": "Kontakty", "deletemessage": "Usuń wiadomość", "deletemessageconfirmation": "Czy jesteś pewien, że chcesz usunąć tę wiadomość? Zostanie ona usunięta wyłącznie z twojej historii wiadomości, użytkownik który ją wysłał lub odebrał nadal będzie mógł ją wyświetlić.", + "message": "Treść wiadomości", "messagepreferences": "Preferencje wiadomości", "messages": "Wiadomości", "newmessage": "Nowa wiadomość", diff --git a/www/addons/messages/lang/pt-br.json b/www/addons/messages/lang/pt-br.json index 09c980e1204..9cd9e86dd04 100644 --- a/www/addons/messages/lang/pt-br.json +++ b/www/addons/messages/lang/pt-br.json @@ -8,10 +8,10 @@ "deletemessage": "Excluir mensagem", "deletemessageconfirmation": "Tem certeza de que deseja excluir esta mensagem? Ela só será excluída do seu histórico de mensagens e ainda poderá ser vista pelo usuário que enviou ou recebeu a mensagem.", "errordeletemessage": "Erro enquanto excluía a mensagem.", - "erroruseronlyacceptsmessagefromcontacts": "O usuário somente aceita mensagens de contatos", "errorwhileretrievingcontacts": "Erro ao recuperar contatos a partir do servidor.", "errorwhileretrievingdiscussions": "Erro ao recuperar discussão do servidor.", "errorwhileretrievingmessages": "Erro ao recuperar as mensagens do servidor.", + "message": "Corpo da mensagem", "messagenotsent": "A mensagem não foi enviada. Por favor tente novamente mais tarde.", "messages": "Mensagens", "mustbeonlinetosendmessages": "Você precisa estar conectado para enviar mensagens.", diff --git a/www/addons/messages/lang/pt.json b/www/addons/messages/lang/pt.json index 7c1fca77e31..b4a5774b2dc 100644 --- a/www/addons/messages/lang/pt.json +++ b/www/addons/messages/lang/pt.json @@ -8,11 +8,12 @@ "deletemessage": "Apagar mensagem", "deletemessageconfirmation": "Tem a certeza que deseja apagar esta mensagem? A mesma será apagada apenas do seu histórico de mensagens, continuando visível para o utilizador que a enviou ou que recebeu a mensagem.", "errordeletemessage": "Erro ao eliminar a mensagem.", - "erroruseronlyacceptsmessagefromcontacts": "O utilizador apenas recebe mensagens dos seus contactos", "errorwhileretrievingcontacts": "Erro ao obter os contactos do servidor.", "errorwhileretrievingdiscussions": "Erro ao obter os tópicos de discussão do servidor.", "errorwhileretrievingmessages": "Erro ao obter as mensagens do servidor.", + "message": "Corpo da mensagem", "messagenotsent": "A mensagem não foi enviada. Por favor, tente novamente mais tarde.", + "messagepreferences": "Preferências das mensagens", "messages": "Mensagens", "mustbeonlinetosendmessages": "Precisa de estar online para enviar mensagens", "newmessage": "Nova mensagem...", diff --git a/www/addons/messages/lang/ro.json b/www/addons/messages/lang/ro.json index 098b623f797..8d12fb7b3b4 100644 --- a/www/addons/messages/lang/ro.json +++ b/www/addons/messages/lang/ro.json @@ -8,10 +8,10 @@ "deletemessage": "Șterge mesaj", "deletemessageconfirmation": "Sunteți sigur că doriți să ștergeți acest mesaj? Va fi șters numai din istoricul mesajelor și va fi în continuare vizibil de către utilizatorul care a trimis sau a primit mesajul.", "errordeletemessage": "Eroare la ștergerea mesajului.", - "erroruseronlyacceptsmessagefromcontacts": "-", "errorwhileretrievingcontacts": "A apărut o eroare în găsirea contactelor pe server.", "errorwhileretrievingdiscussions": "A apărut o eroare în găsirea conversațiilor de pe server.", "errorwhileretrievingmessages": "A apărut o eroare în găsirea mesajelor de pe server.", + "message": "Conținut mesaj", "messagenotsent": "Mesajul nu a fost expediat, vă rugăm să încercați mai târziu.", "messages": "Mesaje", "mustbeonlinetosendmessages": "Trebuie să fiți online pentru a putea trimite mesaje", diff --git a/www/addons/messages/lang/ru.json b/www/addons/messages/lang/ru.json index a1de1720b73..5d5b88bff34 100644 --- a/www/addons/messages/lang/ru.json +++ b/www/addons/messages/lang/ru.json @@ -10,7 +10,9 @@ "errorwhileretrievingcontacts": "Ошибка при извлечении контактов с сервера", "errorwhileretrievingdiscussions": "Ошибка при получении обсуждения с сервера.", "errorwhileretrievingmessages": "Ошибка при получении сообщения с сервера", + "message": "Текст сообщения", "messagenotsent": "Сообщение не было отправлено. Повторите попытку позже.", + "messagepreferences": "Настройки сообщений", "messages": "Сообщения", "mustbeonlinetosendmessages": "Вы должны быть на сайте, чтобы отправлять сообщения", "newmessage": "Новое сообщение...", diff --git a/www/addons/messages/lang/sv.json b/www/addons/messages/lang/sv.json index 70af14a5a50..af050541a24 100644 --- a/www/addons/messages/lang/sv.json +++ b/www/addons/messages/lang/sv.json @@ -11,6 +11,7 @@ "errorwhileretrievingcontacts": "Fel vid hämtning av kontakter från servern.", "errorwhileretrievingdiscussions": "Fel vid hämtning av diskussionerna från servern.", "errorwhileretrievingmessages": "Fel vid hämtning meddelanden från servern.", + "message": "Meddelandets brödtext", "messagenotsent": "Meddelandet skickades inte, försök igen senare.", "messages": "Meddelanden", "mustbeonlinetosendmessages": "Du måste vara online för att skicka meddelanden", diff --git a/www/addons/messages/lang/tr.json b/www/addons/messages/lang/tr.json index f4b895546b1..21f27a254e1 100644 --- a/www/addons/messages/lang/tr.json +++ b/www/addons/messages/lang/tr.json @@ -5,6 +5,7 @@ "contactlistempty": "Kişi listeniz şu anda boş", "contactname": "Adı", "contacts": "Kişiler", + "message": "Mesaj gövdesi", "messages": "Mesaj(lar)", "nomessages": "Yeni mesaj yok", "nousersfound": "Kullanıcı bulunamadı", diff --git a/www/addons/messages/lang/zh-cn.json b/www/addons/messages/lang/zh-cn.json index b86bcbdc7b3..0466ffc5b7e 100644 --- a/www/addons/messages/lang/zh-cn.json +++ b/www/addons/messages/lang/zh-cn.json @@ -6,6 +6,7 @@ "contactname": "联系人", "contacts": "联系人", "deletemessage": "删除消息", + "message": "内容", "messages": "消息", "nomessages": "没有新消息", "nousersfound": "未找到用户", diff --git a/www/addons/messages/lang/zh-tw.json b/www/addons/messages/lang/zh-tw.json index 8cddb22c957..9bca95950e2 100644 --- a/www/addons/messages/lang/zh-tw.json +++ b/www/addons/messages/lang/zh-tw.json @@ -7,7 +7,10 @@ "contacts": "通訊錄", "deletemessage": "刪除簡訊", "deletemessageconfirmation": "你確定要刪除這一簡訊?它只會從你的簡訊歷史紀錄上刪除,但是那發送或接收這一簡訊的用戶仍可以看得到。", + "message": "訊息主文", + "messagepreferences": "簡訊偏好", "messages": "我的簡訊", + "newmessage": "新簡訊", "nomessages": "沒有待處理的簡訊", "nousersfound": "找不到用戶", "removecontact": "刪除聯絡人", diff --git a/www/addons/mod/assign/lang/ar.json b/www/addons/mod/assign/lang/ar.json index 2238947ed30..6b27ce26a52 100644 --- a/www/addons/mod/assign/lang/ar.json +++ b/www/addons/mod/assign/lang/ar.json @@ -1,7 +1,21 @@ { + "addattempt": "اسمح بمحاولة أخرى", + "addnewattempt": "إضافة محاولة جديدة", + "addnewattemptfromprevious": "إضافة محاولة جديدة بناء على التسليم السابق", "addsubmission": "أضف تسليم", + "allowsubmissionsanddescriptionfromdatesummary": "ستكون تفاصيل التكليف (المهمة) ونموذج التسليم مُتاح من {{$a}}", + "allowsubmissionsfromdate": "اسمح بالتسليم ابتداءّ من", + "allowsubmissionsfromdatesummary": "سيبدأ قبول التسليمات لهذا التكليف (المهمة) ابتداءً من {{$a}}", + "applytoteam": "تطبيق الدرجات والتغذية الراجعة (الملاحظات) على المجموعة بأكملها", "assignmentisdue": "فات موعد التسليم", - "attemptnumber": "حاول", + "attemptnumber": "رقم المحاولة", + "attemptreopenmethod": "تم إعادة فتح المحاولة", + "attemptreopenmethod_manual": "يدوياً", + "attemptreopenmethod_untilpass": "تلقائياً حتى النجاح", + "attemptsettings": "إعدادات المحاولة", + "confirmsubmission": "هل أنت متأكد أنك تريد أن تُسلِّم عملك للتصحيح؟ لن تكون قادراً على إجراء أية تغييرات أخرى.", + "currentattempt": "هذه المحاولة {{$a}}.", + "currentattemptof": "هذه المحاولة رقم{{$a.attemptnumber}} ( {{$a.maxattempts}} محاولات مسموحة ).", "currentgrade": "الدرجة الحالية في", "duedate": "تاريخ تقديم مهمة", "duedateno": "لا يوجد موعد لتقديم المهمة", diff --git a/www/addons/mod/assign/lang/bg.json b/www/addons/mod/assign/lang/bg.json index 932163f9434..295e547bd7b 100644 --- a/www/addons/mod/assign/lang/bg.json +++ b/www/addons/mod/assign/lang/bg.json @@ -2,8 +2,8 @@ "addattempt": "Позволяване на друг опит", "addnewattempt": "Позволяване на нов опит", "addnewattemptfromprevious": "Добавяне на нов опит, основан на предишно предаване", - "addsubmission": "Добавяне на работа за предаване", - "allowsubmissionsanddescriptionfromdatesummary": "Данните за заданието и формата за предаване на работи ще бъдат достъпни от {{$a}}", + "addsubmission": "Добавяне на задание", + "allowsubmissionsanddescriptionfromdatesummary": "Данните за заданието и формулярът за предаване ще бъдат достъпни от {{$a}}", "allowsubmissionsfromdate": "Позволено предаване от", "allowsubmissionsfromdatesummary": "По това задание се приемат работи от {{$a}}", "applytoteam": "Прилагане на оценки и забележки към цялата група", @@ -23,7 +23,7 @@ "duedateno": "Няма краен срок", "duedatereached": "Крайният срок на това задание сега е изтекъл", "editingstatus": "Състояние на редактиране", - "editsubmission": "Редактиране работата", + "editsubmission": "Редактиране на задание", "extensionduedate": "Крайна дата на отлагането", "grade": "Оценка", "graded": "Оценена", @@ -50,24 +50,24 @@ "numberofdraftsubmissions": "Чернови", "numberofparticipants": "Участници", "numberofsubmissionsneedgrading": "Изискващи оценка", - "numberofsubmittedassignments": "Предадени работи", + "numberofsubmittedassignments": "Предадени", "numberofteams": "Групи", "numwords": "{{$a}} думи", "outof": "{{$a.current}} от {{$a.total}}", "overdue": "Предаването на работата закъснява с {{$a}} след срока", - "savechanges": "Запис на промените", - "submission": "Предаване на работа", - "submissioneditable": "Студентът може да редактира тази работа", - "submissionnoteditable": "Студентът не може да редактира тази работа", + "savechanges": "Записване на промените", + "submission": "Задание", + "submissioneditable": "Студентът може да редактира това задание", + "submissionnoteditable": "Студентът не може да редактира това задание", "submissionslocked": "Това задание не приема работи за предаване", - "submissionstatus": "Състояние на работата", + "submissionstatus": "Състояние на заданието", "submissionstatus_": "Непредадена", "submissionstatus_draft": "Чернова (не е предадена)", "submissionstatus_marked": "Оценена", "submissionstatus_new": "Непредадена", "submissionstatus_reopened": "Отворена отново", "submissionstatus_submitted": "Предадена за оценка", - "submissionstatusheading": "Състояние на работата", + "submissionstatusheading": "Състояние на заданието", "submissionteam": "Група", "submitassignment": "Предаване на задание", "submitassignment_help": "Предадете ли веднъж работата по заданието, Вие няма да можете да я променяте повече.", diff --git a/www/addons/mod/assign/lang/ca.json b/www/addons/mod/assign/lang/ca.json index d9b41e192a1..41ecd7acbd4 100644 --- a/www/addons/mod/assign/lang/ca.json +++ b/www/addons/mod/assign/lang/ca.json @@ -73,7 +73,7 @@ "submissionslocked": "Aquesta tasca no accepta trameses", "submissionstatus": "Estat de la tramesa", "submissionstatus_": "No s'ha tramès", - "submissionstatus_draft": "Esborrany (no tramès)", + "submissionstatus_draft": "Esborrany (no s'ha tramès la versió definitiva)", "submissionstatus_marked": "Qualificada", "submissionstatus_new": "No s'ha tramès", "submissionstatus_reopened": "Reoberta", diff --git a/www/addons/mod/assign/lang/fa.json b/www/addons/mod/assign/lang/fa.json index b965b88159c..39c4a4aa427 100644 --- a/www/addons/mod/assign/lang/fa.json +++ b/www/addons/mod/assign/lang/fa.json @@ -1,4 +1,5 @@ { + "addattempt": "اجازه‌دادن یک بار تلاش دیگر", "addnewattempt": "اضافه‌کردن یک تلاش جدید", "addnewattemptfromprevious": "اضافه‌کردن یک تلاش جدید بر اساس ارسال قبلی", "addsubmission": "تحویل تکلیف", @@ -7,14 +8,18 @@ "assignmentisdue": "موعد تحویل گذشته است", "attemptnumber": "تلاش", "attemptreopenmethod": "مجاز شدن تلاش مجدد", + "attemptreopenmethod_manual": "دستی", + "attemptreopenmethod_untilpass": "به‌طور خودکار تا قبول شدن", "confirmsubmission": "آیا مطمئن هستید که می‌خواهید تکلیفتان را برای تصحیح تحویل دهید؟ پس از تحویل قادر به ایجاد تغییر در تکلیف نخواهید بود.", + "currentattempt": "این تلاش {{$a}} ام است.", + "currentattemptof": "این تلاش {{$a.attemptnumber}} ام است (در کل {{$a.maxattempts}} تلاش مجاز است).", "currentgrade": "نمرهٔ فعلی در دفتر نمره", "cutoffdate": "تاریخ عدم پذیرش", "defaultteam": "گروه پیش‌فرض", "duedate": "مهلت تحویل", "duedateno": "بدون موعد", "editingstatus": "وضعیت ویرایش", - "editsubmission": "ویرایش پاسخ من", + "editsubmission": "ویرایش پاسخ", "extensionduedate": "مهلت تمدید شده", "grade": "نمره", "graded": "نمره داده شده است", @@ -24,8 +29,13 @@ "gradingstatus": "وضعیت تصحیح", "groupsubmissionsettings": "تنظیمات تحویل گروهی", "hiddenuser": "شاگرد شماره", + "markingworkflowstate": "وضعیت گردش‌کار تصحیح", + "markingworkflowstateinmarking": "درحال تصحیح", "markingworkflowstateinreview": "درحال بازبینی", "markingworkflowstatenotmarked": "نمره داده نشده است", + "markingworkflowstatereadyforrelease": "آمادهٔ انتشار", + "markingworkflowstatereadyforreview": "نمره‌دهی کامل شده", + "markingworkflowstatereleased": "منتشر‌شده", "noattempt": "هیچ چیزی تحویل داده نشده است", "nosubmission": "هیچ چیزی برای این تکلیف تحویل داده نشده است", "notgraded": "نمره داده نشده است", @@ -46,6 +56,7 @@ "submissionstatus_": "تحویل نداده است", "submissionstatus_draft": "پیش‌نویس (تحویل داده نشده است)", "submissionstatus_marked": "تصحیح شده", + "submissionstatus_reopened": "دوباره بازشده", "submissionstatus_submitted": "برای تصحیح تحویل داده شده است", "submissionstatusheading": "وضعیت تحویل", "submissionteam": "گروه", @@ -57,5 +68,6 @@ "timeremaining": "زمان باقیمانده", "ungroupedusers": "تنظیم «نیازمند گروه برای تحویل‌دادن» فعال است و بعضی از کاربران یا عضو هیچ گروهی نیستند، یا عضو بیش از یک گروه هستند. در نتیجه نمی‌توانند تکلیف را تحویل دهند.", "unlimitedattempts": "نامحدود", - "userswhoneedtosubmit": "کاربرانی که باید تحویل دهند: {{$a}}" + "userswhoneedtosubmit": "کاربرانی که باید تحویل دهند: {{$a}}", + "viewsubmission": "مشاهدهٔ تحویل" } \ No newline at end of file diff --git a/www/addons/mod/assign/lang/ja.json b/www/addons/mod/assign/lang/ja.json index 22eeeafa748..733b40260cd 100644 --- a/www/addons/mod/assign/lang/ja.json +++ b/www/addons/mod/assign/lang/ja.json @@ -42,7 +42,7 @@ "markingworkflowstatereadyforrelease": "リリース準備完了", "markingworkflowstatereadyforreview": "採点完了", "markingworkflowstatereleased": "リリース済み", - "multipleteams": "1つ以上のグループのメンバー", + "multipleteams": "2つ以上のグループのメンバー", "noattempt": "未提出", "nomoresubmissionsaccepted": "延長を許可された参加者のみ許可されます。", "noonlinesubmissions": "この課題ではあなたがオンラインで提出するものはありません。", @@ -77,7 +77,7 @@ "submittedlate": "課題は {{$a}} 遅く提出されました。", "timemodified": "最終更新日時", "timeremaining": "残り時間", - "ungroupedusers": "設定「提出にグループを必要とする」が有効にされているため、そして何名かのユーザがグループのメンバーではない、または1つ以上のグループメンバーであるため、提出することはできません。", + "ungroupedusers": "設定「提出にグループを必要とする」が有効にされているため、そして何名かのユーザがグループのメンバーではない、または2つ以上のグループメンバーであるため、提出することはできません。", "unlimitedattempts": "無制限", "userswhoneedtosubmit": "提出が必要なユーザ: {{$a}}", "viewsubmission": "提出を表示する" diff --git a/www/addons/mod/assign/lang/pl.json b/www/addons/mod/assign/lang/pl.json index 0d637f934d4..5789f0029e7 100644 --- a/www/addons/mod/assign/lang/pl.json +++ b/www/addons/mod/assign/lang/pl.json @@ -2,7 +2,7 @@ "addattempt": "Zezwalaj na inną próbę", "addnewattempt": "Dodaj odpowiedź", "addnewattemptfromprevious": "Dodaj nową próbę na podstawie poprzedniego zgłoszenia", - "addsubmission": "Dodaj zadanie", + "addsubmission": "Dodaj swoją pracę", "allowsubmissionsanddescriptionfromdatesummary": "Szczegóły zadania oraz możliwość rozwiązania będzie dostępna od {{$a}}", "allowsubmissionsfromdate": "Zezwól na przesyłanie rozwiązań od", "allowsubmissionsfromdatesummary": "Rozwiązania tego zadania będzie można przesyłać od {{$a}}", diff --git a/www/addons/mod/assign/lang/pt.json b/www/addons/mod/assign/lang/pt.json index 6e81c1fbb2d..7c7970bf398 100644 --- a/www/addons/mod/assign/lang/pt.json +++ b/www/addons/mod/assign/lang/pt.json @@ -7,7 +7,7 @@ "allowsubmissionsfromdate": "Aceitar trabalhos a partir de", "allowsubmissionsfromdatesummary": "Pode submeter o trabalho a partir de {{$a}}", "applytoteam": "Atribuir notas e comentários a todo o grupo", - "assignmentisdue": "Terminou o prazo para submeter o trabalho", + "assignmentisdue": "Já terminou o prazo para submeter o trabalho", "attemptnumber": "Número da tentativa", "attemptreopenmethod": "Tentativas reabertas", "attemptreopenmethod_manual": "Manualmente", @@ -31,7 +31,7 @@ "gradedon": "Avaliado em", "gradeoutof": "Nota (de 0 a {{$a}})", "gradingstatus": "Estado da avaliação", - "groupsubmissionsettings": "Configurações das submissões de Grupo", + "groupsubmissionsettings": "Configurações das submissões de grupo", "hiddenuser": "Participante", "latesubmissions": "Submissões com atraso", "latesubmissionsaccepted": "Disponível até {{$a}}", diff --git a/www/addons/mod/chat/lang/ar.json b/www/addons/mod/chat/lang/ar.json index 5318797e979..578e593e60d 100644 --- a/www/addons/mod/chat/lang/ar.json +++ b/www/addons/mod/chat/lang/ar.json @@ -2,6 +2,7 @@ "beep": "نغمة", "currentusers": "المستخدمين الحاليين", "enterchat": "أضغط هناء للدخول إلى المحادثة", + "entermessage": "أدخل رسالتك", "errorwhileconnecting": "خطأ عند الاتصال بالدردشة", "errorwhilegettingchatdata": "خطأ عند الحصول على معلومات الدردشة", "errorwhilegettingchatusers": "خطأ عند الحصول على مستخدمي الدردشة", @@ -11,5 +12,7 @@ "messageenter": "{{$a}} دخل غرفة محادثة", "messageexit": "{{$a}} خرج من غرفة محادثة", "nomessages": "لا توجد رسائل بعد", - "send": "إرسل" + "send": "إرسل", + "sessionstart": "ي {{$a.date}}, ({{$a.fromnow}} وسوف تبدأ جلسة الدردشة القادمة في من الآن", + "talk": "حديث" } \ No newline at end of file diff --git a/www/addons/mod/chat/lang/ca.json b/www/addons/mod/chat/lang/ca.json index bc43f7f8463..40e71c22702 100644 --- a/www/addons/mod/chat/lang/ca.json +++ b/www/addons/mod/chat/lang/ca.json @@ -14,6 +14,6 @@ "mustbeonlinetosendmessages": "Heu d'estar connectat per poder enviar missatges", "nomessages": "No hi ha missatges encara", "send": "Envia", - "sessionstart": "La propera sessió de xat començarà en: {{$a}}", + "sessionstart": "La propera sessió de xat començarà el: {{$a.date}}, (d'aquí a {{$a.fromnow}})", "talk": "Parla" } \ No newline at end of file diff --git a/www/addons/mod/chat/lang/de.json b/www/addons/mod/chat/lang/de.json index fca1aa4f20a..9f7bc7161e6 100644 --- a/www/addons/mod/chat/lang/de.json +++ b/www/addons/mod/chat/lang/de.json @@ -12,7 +12,7 @@ "messageenter": "{{$a}} hat den Chat gerade betreten", "messageexit": "{{$a}} hat den Chat verlassen", "mustbeonlinetosendmessages": "Sie müssen online sein, um Mitteilungen zu senden", - "nomessages": "Bisher keine Mitteilungen", + "nomessages": "Keine Mitteilungen", "send": "Senden", "sessionstart": "Nächster Chat beginnt am {{$a.date}}. ({{$a.fromnow}} von jetzt)", "talk": "Sprechen" diff --git a/www/addons/mod/chat/lang/es.json b/www/addons/mod/chat/lang/es.json index ecbd4e790d2..5b44e523fb1 100644 --- a/www/addons/mod/chat/lang/es.json +++ b/www/addons/mod/chat/lang/es.json @@ -14,6 +14,6 @@ "mustbeonlinetosendmessages": "Usted debe de estar conectado a Internet para enviar mensajes", "nomessages": "Aún no hay mensajes", "send": "Enviar", - "sessionstart": "La próxima sesión de chat comenzará en {{$a}}", + "sessionstart": "La próxima sesión de chat empezará el {{$a.date}}, (dentro de {{$a.fromnow}})", "talk": "Charla" } \ No newline at end of file diff --git a/www/addons/mod/chat/lang/eu.json b/www/addons/mod/chat/lang/eu.json index 81d647b2a8b..f01f99a7374 100644 --- a/www/addons/mod/chat/lang/eu.json +++ b/www/addons/mod/chat/lang/eu.json @@ -14,6 +14,6 @@ "mustbeonlinetosendmessages": "On-line egon behar duzu mezuak bidaltzeko", "nomessages": "Ez dago mezurik oraindik", "send": "Bidali", - "sessionstart": "Txat-saioa gutxi barru hasiko da: {{$a}}", + "sessionstart": "Txat-saioa {{$a.date}}-(e)tan hasiko da, (hemendik {{$a.fromnow}}-(e)ra)", "talk": "Hitz egin" } \ No newline at end of file diff --git a/www/addons/mod/chat/lang/fa.json b/www/addons/mod/chat/lang/fa.json index d61382d9b62..35925c4ea7b 100644 --- a/www/addons/mod/chat/lang/fa.json +++ b/www/addons/mod/chat/lang/fa.json @@ -7,6 +7,6 @@ "messageexit": "{{$a}} اتاق گفتگو را ترک کرد", "nomessages": "هنوز پیامی گفته نشده است", "send": "ارسال", - "sessionstart": "جلسهٔ گفتگو تا {{$a}} دیگر شروع خواهد شد", + "sessionstart": "جلسهٔ بعدی گفتگو {{$a.date}} شروع خواهد شد ({{$a.fromnow}} دیگر)", "talk": "صحبت" } \ No newline at end of file diff --git a/www/addons/mod/chat/lang/nl.json b/www/addons/mod/chat/lang/nl.json index 9a63a42c198..ab169c31198 100644 --- a/www/addons/mod/chat/lang/nl.json +++ b/www/addons/mod/chat/lang/nl.json @@ -14,6 +14,6 @@ "mustbeonlinetosendmessages": "Je moet online zijn om berichten te versturen", "nomessages": "Nog geen berichten", "send": "Stuur", - "sessionstart": "Chatsessie zal starten binnen: {{$a}}", + "sessionstart": "De volgende chatsessie zal beginnen op {{$a.date}}, ({{$a.fromnow}} vanaf nu)", "talk": "Spreek" } \ No newline at end of file diff --git a/www/addons/mod/chat/lang/tr.json b/www/addons/mod/chat/lang/tr.json index 840b2770e3c..f3deef5d519 100644 --- a/www/addons/mod/chat/lang/tr.json +++ b/www/addons/mod/chat/lang/tr.json @@ -2,10 +2,12 @@ "beep": "biip", "currentusers": "Aktif kullanıcılar", "enterchat": "Şimdi sohbete katıl", + "entermessage": "Mesajınızı buraya girin", "messagebeepsyou": "{{$a}} size sesleniyor!", "messageenter": "{{$a}} odaya girdi", "messageexit": "{{$a}} odadan ayrıldı", "nomessages": "Henüz mesaj yok", "send": "Gönder", + "sessionstart": "Bir sonraki görüşme oturumu {{$a.date}}, ({{$a.fromnow}} şu andan itibaren)", "talk": "Sohbet et" } \ No newline at end of file diff --git a/www/addons/mod/choice/lang/ar.json b/www/addons/mod/choice/lang/ar.json index 507d25fbe0c..60ff70d91f6 100644 --- a/www/addons/mod/choice/lang/ar.json +++ b/www/addons/mod/choice/lang/ar.json @@ -4,7 +4,7 @@ "full": "(كامل)", "noresultsviewable": "حالياً لا يمكن معاينة النتائج", "notopenyet": "عذرا، هذا النشاط سيكون متوفر في {{$a}}", - "numberofuser": "عدد المشاركين", + "numberofuser": "عدد المستخدمين", "numberofuserinpercentage": "عدد المستخدمين كنسبة", "removemychoice": "استبعد خياري", "responses": "إجابات", diff --git a/www/addons/mod/choice/lang/ca.json b/www/addons/mod/choice/lang/ca.json index fc6af3e2e89..c0a93b72130 100644 --- a/www/addons/mod/choice/lang/ca.json +++ b/www/addons/mod/choice/lang/ca.json @@ -6,8 +6,8 @@ "full": "(Complet)", "noresultsviewable": "A hores d'ara no es poden veure els resultats", "notopenyet": "Aquesta activitat no estarà disponible fins al dia {{$a}}", - "numberofuser": "Nombre de participants", - "numberofuserinpercentage": "Percentatge de participants", + "numberofuser": "Nombre de respostes", + "numberofuserinpercentage": "Percentatge de respostes (%)", "previewonly": "Això és sols una vista prèvia de les opcions disponibles en aquesta activitat. No esteu habilitat per enviar consultes fins {{$a}}.", "removemychoice": "Suprimeix la meva resposta", "responses": "Respostes", diff --git a/www/addons/mod/choice/lang/cs.json b/www/addons/mod/choice/lang/cs.json index aaa5ea9560c..f9a22aaf32e 100644 --- a/www/addons/mod/choice/lang/cs.json +++ b/www/addons/mod/choice/lang/cs.json @@ -6,8 +6,8 @@ "full": "(Obsazeno)", "noresultsviewable": "Výsledky nejsou momentálně k dispozici", "notopenyet": "Je nám líto, tato činnost není až do {{$a}} dostupná.", - "numberofuser": "Počet účastníků", - "numberofuserinpercentage": "Procentní podíl účastníků", + "numberofuser": "Počet odpovědí", + "numberofuserinpercentage": "Počet odpovědí v procentech", "previewonly": "Toto je náhled dostupných možností v této anketě. Hlasovat budete moci od {{$a}}.", "removemychoice": "Odstranit mou volbu", "responses": "Odpovědi", diff --git a/www/addons/mod/choice/lang/de.json b/www/addons/mod/choice/lang/de.json index a7bea8a7061..be13d38af77 100644 --- a/www/addons/mod/choice/lang/de.json +++ b/www/addons/mod/choice/lang/de.json @@ -6,8 +6,8 @@ "full": "(Nicht verfügbar)", "noresultsviewable": "Ergebnisse sind aktuell nicht sichtbar.", "notopenyet": "Die Aktivität ist nicht verfügbar bis {{$a}}.", - "numberofuser": "Anzahl", - "numberofuserinpercentage": "Prozent", + "numberofuser": "Anzahl der Antworten", + "numberofuserinpercentage": "Prozent der Antworten", "previewonly": "Diese Vorschau zeigt die verfügbaren Optionen für diese Aktivität. Sie können Ihre Wahl nicht vor {{$a}} einreichen.", "removemychoice": "Meine Auswahl löschen", "responses": "Stimmabgaben", diff --git a/www/addons/mod/choice/lang/es-mx.json b/www/addons/mod/choice/lang/es-mx.json index 41b15bb932f..ceddb82adc6 100644 --- a/www/addons/mod/choice/lang/es-mx.json +++ b/www/addons/mod/choice/lang/es-mx.json @@ -6,8 +6,8 @@ "full": "(Lleno)", "noresultsviewable": "Los resultados no pueden verse en este momento.", "notopenyet": "Lo sentimos, esta actividad no estará disponible hasta {{$a}}", - "numberofuser": "Número de participantes", - "numberofuserinpercentage": "Porcentaje de participantes", + "numberofuser": "Número de respuestas", + "numberofuserinpercentage": "Porcentaje de respuestas", "previewonly": "Esto es solamente una vista previa de las opciones disponibles para esta actividad. Usted no podrá enviar su elección hasta {{$a}}.", "removemychoice": "Eliminar mi elección", "responses": "Respuestas", diff --git a/www/addons/mod/choice/lang/es.json b/www/addons/mod/choice/lang/es.json index b14f860dda6..74076baa791 100644 --- a/www/addons/mod/choice/lang/es.json +++ b/www/addons/mod/choice/lang/es.json @@ -6,8 +6,8 @@ "full": "(Lleno)", "noresultsviewable": "Los resultados no pueden verse en este momento.", "notopenyet": "Lo sentimos, esta actividad no estará disponible hasta {{$a}}", - "numberofuser": "Número de participantes", - "numberofuserinpercentage": "Porcentaje de participantes", + "numberofuser": "Número de respuestas", + "numberofuserinpercentage": "Porcentaje de respuestas", "previewonly": "Esta es solamente una previsualización de las opciones disponibles para esta actividad. No podrá enviar su respuesta a la consulta hasta el {{$a}}.", "removemychoice": "Eliminar mi elección", "responses": "Respuestas", diff --git a/www/addons/mod/choice/lang/eu.json b/www/addons/mod/choice/lang/eu.json index a0697c57b41..c9340f7e1ee 100644 --- a/www/addons/mod/choice/lang/eu.json +++ b/www/addons/mod/choice/lang/eu.json @@ -6,8 +6,8 @@ "full": "(Beteta)", "noresultsviewable": "Emaitzak ezin dira orain ikusi", "notopenyet": "Barkatu, baina jarduera hau ez dago erabiltzeko moduan {{$a}} arte.", - "numberofuser": "Partaide-kopurua", - "numberofuserinpercentage": "Partaideen ehunekoa", + "numberofuser": "Erantzun-kopurua", + "numberofuserinpercentage": "Erantzunen portzentajea", "previewonly": "Hau jarduera honen aukeren aurrebista bat besterik ez da. Ezingo duzu zure kontsulta bidali {{$a}} arte.", "removemychoice": "Ezabatu nire aukera", "responses": "Erantzunak", diff --git a/www/addons/mod/choice/lang/fr.json b/www/addons/mod/choice/lang/fr.json index 05e3f3b9c99..9ca0f50c2ea 100644 --- a/www/addons/mod/choice/lang/fr.json +++ b/www/addons/mod/choice/lang/fr.json @@ -6,8 +6,8 @@ "full": "(complet)", "noresultsviewable": "Les résultats ne sont actuellement pas visibles.", "notopenyet": "Désolé, cette activité ne sera disponible que le {{$a}}", - "numberofuser": "Nombre de participants", - "numberofuserinpercentage": "Pourcentage de participants", + "numberofuser": "Nombre de réponses", + "numberofuserinpercentage": "Pourcentage de réponses", "previewonly": "Cet affichage est une prévisualisation des options disponibles pour cette activité. Vous ne pourrez pas enregistrer votre choix avant le {{$a}}.", "removemychoice": "Retirer mon vote", "responses": "Réponses", diff --git a/www/addons/mod/choice/lang/it.json b/www/addons/mod/choice/lang/it.json index c44e97ee335..01597a9058a 100644 --- a/www/addons/mod/choice/lang/it.json +++ b/www/addons/mod/choice/lang/it.json @@ -6,8 +6,8 @@ "full": "(Completo)", "noresultsviewable": "I risultati non sono al momento visualizzabili.", "notopenyet": "Spiacente, questa attività non è disponibile fino al {{$a}}", - "numberofuser": "Numero di partecipanti", - "numberofuserinpercentage": "Percentuale dei partecipanti", + "numberofuser": "Numero di risposte", + "numberofuserinpercentage": "Percentuale delle risposte", "previewonly": "Questa è un'anteprima delle scelte disponibili. Potrai inviare la tua scelta solo dal {{$a}}.", "removemychoice": "Elimina la mia scelta", "responses": "Scelte", diff --git a/www/addons/mod/choice/lang/nl.json b/www/addons/mod/choice/lang/nl.json index b2be190c0c9..d7e7f4cd7f3 100644 --- a/www/addons/mod/choice/lang/nl.json +++ b/www/addons/mod/choice/lang/nl.json @@ -6,8 +6,8 @@ "full": "(volledig)", "noresultsviewable": "De resultaten zijn nu niet zichtbaar.", "notopenyet": "Deze activiteit is niet beschikbaar tot {{$a}}", - "numberofuser": "Aantal deelnemers", - "numberofuserinpercentage": "Deelnemerspercentage", + "numberofuser": "Aantal antwoorden", + "numberofuserinpercentage": "Percentage antwoorden", "previewonly": "Dit is slechts een voorbeeld van de beschikbare opties voor deze activiteit. Je zult je keuze niet kunnen maken voor {{$a}}.", "removemychoice": "Verwijder mijn keuze", "responses": "Antwoorden", diff --git a/www/addons/mod/choice/lang/pt-br.json b/www/addons/mod/choice/lang/pt-br.json index eda7f11f856..eec49e3c7bf 100644 --- a/www/addons/mod/choice/lang/pt-br.json +++ b/www/addons/mod/choice/lang/pt-br.json @@ -6,8 +6,8 @@ "full": "(Cheio)", "noresultsviewable": "Não é possível visualizar os resultados neste momento.", "notopenyet": "Esta atividade será acessível a partir de {{$a}}", - "numberofuser": "Número de participantes", - "numberofuserinpercentage": "Porcentagem de participantes", + "numberofuser": "Número de usuários", + "numberofuserinpercentage": "Percentual de participantes", "previewonly": "Esta é somente uma previsualização das opções dessa atividade. Você somente poderá enviar sua escolha a partir de {{$a}}", "removemychoice": "Remover a minha resposta", "responses": "Respostas", diff --git a/www/addons/mod/choice/lang/pt.json b/www/addons/mod/choice/lang/pt.json index 5811005bb45..30161bb9443 100644 --- a/www/addons/mod/choice/lang/pt.json +++ b/www/addons/mod/choice/lang/pt.json @@ -6,8 +6,8 @@ "full": "Completa", "noresultsviewable": "Os resultados da sondagem ainda não estão disponíveis.", "notopenyet": "Lamentamos mas esta atividade só estará disponível em {{$a}}", - "numberofuser": "Número de participantes", - "numberofuserinpercentage": "Percentagem de participantes", + "numberofuser": "Número de respostas", + "numberofuserinpercentage": "Percentagem de respostas", "previewonly": "Esta é apenas uma pré-visualização das opções disponíveis para esta atividade. Não poderá submeter a sua escolha até {{$a}}.", "removemychoice": "Apagar a minha resposta", "responses": "Respostas", diff --git a/www/addons/mod/choice/lang/ro.json b/www/addons/mod/choice/lang/ro.json index eb9c1bc300b..2133b57b951 100644 --- a/www/addons/mod/choice/lang/ro.json +++ b/www/addons/mod/choice/lang/ro.json @@ -4,8 +4,8 @@ "full": "(plin)", "noresultsviewable": "În acest moment rezultatele nu pot fi vizualizate.", "notopenyet": "Ne pare rău, această activitate nu este disponibilă mai devreme de {{$a}}", - "numberofuser": "Numărul participanților", - "numberofuserinpercentage": "Procentul participanților", + "numberofuser": "Numărul de răspunsuri", + "numberofuserinpercentage": "Procentajul răspunsurilor", "previewonly": "Acesta este doar o prezentare a opțiunilor existente pentru această activitate. Nu veți putea trimite opțiunea dvs. până la {{$a}}.", "removemychoice": "Șterge alegerea mea", "responses": "Răspunsuri", diff --git a/www/addons/mod/choice/lang/sv.json b/www/addons/mod/choice/lang/sv.json index 62217bdb227..8ef6af50622 100644 --- a/www/addons/mod/choice/lang/sv.json +++ b/www/addons/mod/choice/lang/sv.json @@ -6,8 +6,8 @@ "full": "(Full)", "noresultsviewable": "Det går f.n. inte att visa resultaten.", "notopenyet": "Den här aktiviteten är tyvärr inte tillgänglig förrän {{$a}}", - "numberofuser": "Antal deltagare", - "numberofuserinpercentage": "Procent av deltagarna", + "numberofuser": "Antal användare", + "numberofuserinpercentage": "Antalet användare i procent.", "previewonly": "Detta är bara en förhandsvisning av de tillgängliga alternativen för den här aktiviteten . Du kommer inte att kunna lämna in ditt val innan {{$a}}", "removemychoice": "Ta bort mitt val", "responses": "Svar", diff --git a/www/addons/mod/choice/lang/tr.json b/www/addons/mod/choice/lang/tr.json index b170637f799..05535649a7a 100644 --- a/www/addons/mod/choice/lang/tr.json +++ b/www/addons/mod/choice/lang/tr.json @@ -1,10 +1,17 @@ { + "cannotsubmit": "Üzgünüz, seçiminizi gönderirken bir sorun oluştu. Lütfen tekrar deneyin.", + "choiceoptions": "Seçim seçenekleri", "expired": "Üzgünüz, bu etkinlik {{$a}} tarihinde kapandı ve bu etkinliğe artık ulaşılamaz", "full": "(Dolu)", "noresultsviewable": "Sonuçlar şu anda görüntülenmemektedir.", "notopenyet": "Üzgünüz, bu etkinliğe {{$a}} tarihine kadar ulaşılamaz", + "numberofuser": "Yanıt sayısı", + "numberofuserinpercentage": "Yanıtların yüzdesi", + "previewonly": "Bu, bu etkinlik için mevcut seçeneklerin bir önizlemesidir. {{$a}} tarihine kadar seçiminizi yapamazsınız.", "removemychoice": "Seçimimi sil", "responses": "Yanıtlar", + "responsesresultgraphheader": "Grafik ekranı", "savemychoice": "Seçeneğimi kaydet", + "userchoosethisoption": "Bu seçeneği seçen kullanıcılar", "yourselection": "Seçiminiz" } \ No newline at end of file diff --git a/www/addons/mod/forum/lang/ar.json b/www/addons/mod/forum/lang/ar.json index 50a314bfc28..2b62b12db82 100644 --- a/www/addons/mod/forum/lang/ar.json +++ b/www/addons/mod/forum/lang/ar.json @@ -10,5 +10,7 @@ "posttoforum": "أضف المشاركة للمنتدى", "re": "إعادة:", "reply": "رد", - "subject": "الموضوع" + "subject": "الموضوع", + "unread": "لم يتم قرائتها", + "unreadpostsnumber": "{{$a}} مشاركات التي لم تقراء" } \ No newline at end of file diff --git a/www/addons/mod/forum/lang/bg.json b/www/addons/mod/forum/lang/bg.json index 35be341e62c..e33d4ac630b 100644 --- a/www/addons/mod/forum/lang/bg.json +++ b/www/addons/mod/forum/lang/bg.json @@ -15,5 +15,7 @@ "posttoforum": "Изпрати във форума", "re": "Re:", "reply": "Отговаряне", - "subject": "Тема" + "subject": "Тема", + "unread": "Непрочетено", + "unreadpostsnumber": "{{$a}} непрочетени мнения" } \ No newline at end of file diff --git a/www/addons/mod/forum/lang/ca.json b/www/addons/mod/forum/lang/ca.json index 6117e8c2909..29e33da2124 100644 --- a/www/addons/mod/forum/lang/ca.json +++ b/www/addons/mod/forum/lang/ca.json @@ -23,5 +23,7 @@ "reply": "Respon", "sortnewestfirst": "Mostra els més recents primer", "sortoldestfirst": "Mostra els més antics primer", - "subject": "Assumpte" + "subject": "Assumpte", + "unread": "No llegit", + "unreadpostsnumber": "{{$a}} missatges no llegits" } \ No newline at end of file diff --git a/www/addons/mod/forum/lang/cs.json b/www/addons/mod/forum/lang/cs.json index e43288bd97c..0e2457b46e5 100644 --- a/www/addons/mod/forum/lang/cs.json +++ b/www/addons/mod/forum/lang/cs.json @@ -24,5 +24,7 @@ "reply": "Odpovědět", "sortnewestfirst": "Zobrazit nejnovější", "sortoldestfirst": "Zobrazit nejstarší", - "subject": "Předmět" + "subject": "Předmět", + "unread": "Nepřečteno", + "unreadpostsnumber": "Nepřečtené příspěvky: {{$a}}" } \ No newline at end of file diff --git a/www/addons/mod/forum/lang/da.json b/www/addons/mod/forum/lang/da.json index 79a2cd217ab..da82cab5620 100644 --- a/www/addons/mod/forum/lang/da.json +++ b/www/addons/mod/forum/lang/da.json @@ -8,7 +8,7 @@ "discussionsubscription": "Abonnement på tråd", "edit": "Rediger", "erroremptymessage": "Indlægget kan ikke være tomt.", - "erroremptysubject": "Indlægsemne kan ikke være tomt", + "erroremptysubject": "Indlæggets emne kan ikke være tomt.", "errorgetforum": "Fejl ved indhentning af forumdata.", "errorgetgroups": "Fejl ved indhentning af gruppeindstillinger.", "forumnodiscussionsyet": "Der er endnu ingen diskussionsemner i dette forum.", @@ -19,5 +19,7 @@ "posttoforum": "Send til forum", "re": "Ang:", "reply": "Svar", - "subject": "Emne" + "subject": "Emne", + "unread": "Ikke læst", + "unreadpostsnumber": "{{$a}} nye indlæg" } \ No newline at end of file diff --git a/www/addons/mod/forum/lang/de.json b/www/addons/mod/forum/lang/de.json index fbbf5a7c980..c1f8f9cc547 100644 --- a/www/addons/mod/forum/lang/de.json +++ b/www/addons/mod/forum/lang/de.json @@ -9,7 +9,7 @@ "discussionsubscription": "Themenabonnement", "edit": "Bearbeiten", "erroremptymessage": "Die Mitteilung darf nicht leer sein.", - "erroremptysubject": "Das Nachrichtenthema darf nicht leer sein.", + "erroremptysubject": "Der Betreff darf nicht leer sein.", "errorgetforum": "Fehler beim Laden der Forumsdaten", "errorgetgroups": "Fehler beim Laden der Gruppenenstellungen", "forumnodiscussionsyet": "Keine Themen im Forum", @@ -24,5 +24,7 @@ "reply": "Antworten", "sortnewestfirst": "Neu zuerst", "sortoldestfirst": "Alt zuerst", - "subject": "Betreff" + "subject": "Betreff", + "unread": "Ungelesen", + "unreadpostsnumber": "{{$a}} ungelesene Beiträge" } \ No newline at end of file diff --git a/www/addons/mod/forum/lang/es-mx.json b/www/addons/mod/forum/lang/es-mx.json index 80a0b059922..9f4215fdb24 100644 --- a/www/addons/mod/forum/lang/es-mx.json +++ b/www/addons/mod/forum/lang/es-mx.json @@ -9,7 +9,7 @@ "discussionsubscription": "Suscripción a discusión", "edit": "Editar", "erroremptymessage": "El mensaje no puede estar vacío", - "erroremptysubject": "El asunto de la publicación no puede estar vacío", + "erroremptysubject": "El asunto del mensaje no puede estar vacío.", "errorgetforum": "Error al obtener datos del foro.", "errorgetgroups": "Error al obtener configuraciones de grupo.", "forumnodiscussionsyet": "Todavía no hay tópicos de discusión en este foro.", @@ -24,5 +24,7 @@ "reply": "Responder (réplica)", "sortnewestfirst": "Mostrar primeramente los más nuevos", "sortoldestfirst": "Mostrar primeramente los más antiguos", - "subject": "Asunto" + "subject": "Asunto", + "unread": "No leído", + "unreadpostsnumber": "{{$a}} mensajes no leídos" } \ No newline at end of file diff --git a/www/addons/mod/forum/lang/es.json b/www/addons/mod/forum/lang/es.json index ed081f50b03..e4ff1400663 100644 --- a/www/addons/mod/forum/lang/es.json +++ b/www/addons/mod/forum/lang/es.json @@ -23,5 +23,7 @@ "reply": "Responder", "sortnewestfirst": "Mostrar los más nuevos primero", "sortoldestfirst": "Mostrar los más antiguos primero", - "subject": "Asunto" + "subject": "Asunto", + "unread": "No leído", + "unreadpostsnumber": "{{$a}} mensajes no leídos" } \ No newline at end of file diff --git a/www/addons/mod/forum/lang/eu.json b/www/addons/mod/forum/lang/eu.json index a5ecb51b6ff..362e382eba1 100644 --- a/www/addons/mod/forum/lang/eu.json +++ b/www/addons/mod/forum/lang/eu.json @@ -5,6 +5,7 @@ "cannotcreatediscussion": "Ezin da eztabaida sortu", "couldnotadd": "Ezin izan da zure mezua gehitu; errore bat gertatu da nonbait.", "discussion": "Eztabaida", + "discussionlocked": "Eztabaida hau blokeatu da eta beraz aurrerantzean ezingo duzu bertan erantzun.", "discussionsubscription": "Eztabaidaren harpidetza", "edit": "Editatu", "erroremptymessage": "Mezua ezin da hutsik egon", @@ -23,5 +24,7 @@ "reply": "Erantzun", "sortnewestfirst": "Erakutsi berrienak lehenago", "sortoldestfirst": "Erakutsi zaharrenak lehenago", - "subject": "Gaia" + "subject": "Gaia", + "unread": "Irakurri gabe", + "unreadpostsnumber": "Irakurri gabeko {{$a}} mezu" } \ No newline at end of file diff --git a/www/addons/mod/forum/lang/fa.json b/www/addons/mod/forum/lang/fa.json index 0e611287b70..e0fbf9d4cdf 100644 --- a/www/addons/mod/forum/lang/fa.json +++ b/www/addons/mod/forum/lang/fa.json @@ -5,6 +5,7 @@ "cannotcreatediscussion": "ایجاد مباحثهٔ‌جدید ممکن نشد", "couldnotadd": "به دلیل بروز یک خطای ناشناخته ارائه مطلب شما امکان پذیر نبود", "discussion": "مباحثه", + "discussionlocked": "این مباحثه قفل شده است و در نتیجه دیگر نمی‌توانید در آن شرکت کنید.", "discussionsubscription": "آبونه‌شدن در مباحثه", "edit": "ویرایش", "erroremptymessage": "متن ارسالی نمی‌تواند خالی باشد", @@ -15,5 +16,7 @@ "posttoforum": "طرح در تالار", "re": "در پاسخ به:", "reply": "ارسال پاسخ", - "subject": "موضوع" + "subject": "موضوع", + "unread": "خوانده نشده", + "unreadpostsnumber": "{{$a}} مطلب خوانده نشده" } \ No newline at end of file diff --git a/www/addons/mod/forum/lang/fr.json b/www/addons/mod/forum/lang/fr.json index 37e81e4973b..509480b410a 100644 --- a/www/addons/mod/forum/lang/fr.json +++ b/www/addons/mod/forum/lang/fr.json @@ -9,7 +9,7 @@ "discussionsubscription": "Abonnement à la discussion", "edit": "Modifier", "erroremptymessage": "Un message ne peut pas être vide", - "erroremptysubject": "L'objet du message ne peut pas être vide", + "erroremptysubject": "L'objet d'un message ne peut pas être vide", "errorgetforum": "Erreur de récupération des données de forum.", "errorgetgroups": "Erreur lors de l'obtention des réglages de groupe.", "forumnodiscussionsyet": "Il n'y a pas encore de message dans ce forum", @@ -24,5 +24,7 @@ "reply": "Répondre", "sortnewestfirst": "Afficher la plus récente en premier", "sortoldestfirst": "Afficher la plus ancienne en premier", - "subject": "Sujet" + "subject": "Sujet", + "unread": "Non lu", + "unreadpostsnumber": "{{$a}} messages non lus" } \ No newline at end of file diff --git a/www/addons/mod/forum/lang/he.json b/www/addons/mod/forum/lang/he.json index 23e26967511..6bed1b55604 100644 --- a/www/addons/mod/forum/lang/he.json +++ b/www/addons/mod/forum/lang/he.json @@ -8,7 +8,7 @@ "discussionsubscription": "מנוי לעדכונים בדיון", "edit": "עריכה", "erroremptymessage": "הודעת הפרסום איננה יכולה להיות ריקה", - "erroremptysubject": "נושא ההודעה אינו יכול להיות ריק", + "erroremptysubject": "הנושא הפרסום אינו יכול להיות ריק", "errorgetforum": "שגיאה בטעינת מידע הפורום.", "errorgetgroups": "שגיאה בטעינת הגדרות קבוצה.", "forumnodiscussionsyet": "עדיין לא קיימים נושאי דיונים בפורום זה.", @@ -19,5 +19,7 @@ "posttoforum": "שליחת הודעה לפורום", "re": "תשובה ל:", "reply": "תגובה", - "subject": "נושא" + "subject": "נושא", + "unread": "לא נקרא", + "unreadpostsnumber": "{{$a}} הודעות שלא נקראו" } \ No newline at end of file diff --git a/www/addons/mod/forum/lang/hu.json b/www/addons/mod/forum/lang/hu.json index 1f0fa5d2606..cfb1a1065bf 100644 --- a/www/addons/mod/forum/lang/hu.json +++ b/www/addons/mod/forum/lang/hu.json @@ -15,5 +15,7 @@ "posttoforum": "Hozzászólás a fórumhoz", "re": "Tárgy:", "reply": "Válasz", - "subject": "Téma" + "subject": "Téma", + "unread": "Elolvasatlan", + "unreadpostsnumber": "{{$a}} elolvasatlan hozzászólás" } \ No newline at end of file diff --git a/www/addons/mod/forum/lang/it.json b/www/addons/mod/forum/lang/it.json index 37b3159304b..d2cec8ee4e1 100644 --- a/www/addons/mod/forum/lang/it.json +++ b/www/addons/mod/forum/lang/it.json @@ -5,10 +5,11 @@ "cannotcreatediscussion": "Non è stato possibile creare una nuova discussione", "couldnotadd": "Non è possibile aggiungere l'intervento a causa di un errore sconosciuto.", "discussion": "Discussione", + "discussionlocked": "Questa discussione è stata bloccata e non è più possibile intervenire.", "discussionsubscription": "Sottoscrizione della discussione", "edit": "Modifica", "erroremptymessage": "Il corpo del messaggio non può essere vuoto", - "erroremptysubject": "L'oggetto dell'intervento non può essere vuoto", + "erroremptysubject": "L'oggetto non può essere vuoto", "errorgetforum": "Si è verificato un errore durante la ricezione dei dati del forum.", "errorgetgroups": "Si è verificato un errore durante la ricezione delle impostazioni gruppo.", "forumnodiscussionsyet": "In questo forum non sono presenti discussioni", @@ -19,5 +20,7 @@ "posttoforum": "Invia al forum", "re": "Re:", "reply": "Rispondi", - "subject": "Oggetto" + "subject": "Oggetto", + "unread": "Non letto", + "unreadpostsnumber": "{{$a}} interventi non letti" } \ No newline at end of file diff --git a/www/addons/mod/forum/lang/ja.json b/www/addons/mod/forum/lang/ja.json index cf23bf84c32..8e9ad8776bf 100644 --- a/www/addons/mod/forum/lang/ja.json +++ b/www/addons/mod/forum/lang/ja.json @@ -16,5 +16,7 @@ "posttoforum": "フォーラムに投稿する", "re": "Re:", "reply": "返信", - "subject": "件名" + "subject": "件名", + "unread": "未読", + "unreadpostsnumber": "未読件数 {{$a}}" } \ No newline at end of file diff --git a/www/addons/mod/forum/lang/nl.json b/www/addons/mod/forum/lang/nl.json index d0ddb235515..a6916da1ae6 100644 --- a/www/addons/mod/forum/lang/nl.json +++ b/www/addons/mod/forum/lang/nl.json @@ -5,10 +5,11 @@ "cannotcreatediscussion": "Kon geen nieuwe discussie starten", "couldnotadd": "Door een onbekende fout was het niet mogelijk om je bericht toe te voegen .", "discussion": "Discussie", + "discussionlocked": "Deze discussie is geblokkeerd, zodat u niet meer kan beantwoorden.", "discussionsubscription": "Inschrijving discussie", "edit": "Wijzig", "erroremptymessage": "Bericht kan niet leeg zijn", - "erroremptysubject": "Onderwerp mag niet leeg zijn", + "erroremptysubject": "Onderwerp kan niet leeg zijn", "errorgetforum": "Fout bij het ophalen van forumgegevens", "errorgetgroups": "Fout bij het ophalen van groepinstellingen.", "forumnodiscussionsyet": "Er zijn nog geen discussies in dit forum", @@ -23,5 +24,7 @@ "reply": "Antwoord", "sortnewestfirst": "Toon nieuwste eerst", "sortoldestfirst": "Toon oudste eerst", - "subject": "Onderwerp" + "subject": "Onderwerp", + "unread": "Niet gelezen", + "unreadpostsnumber": "{{$a}} ongelezen berichten" } \ No newline at end of file diff --git a/www/addons/mod/forum/lang/pl.json b/www/addons/mod/forum/lang/pl.json index 88c19161c0f..6f818ce86f4 100644 --- a/www/addons/mod/forum/lang/pl.json +++ b/www/addons/mod/forum/lang/pl.json @@ -5,6 +5,7 @@ "cannotcreatediscussion": "Nie można utworzyć nowego wątku", "couldnotadd": "Nie można dodać twojego wpisu z powodu nieznanego błędu", "discussion": "Temat", + "discussionlocked": "Dyskusja została zablokowana, więc nie możesz już odpowiedzieć.", "discussionsubscription": "Subskrypcja dyskusja", "edit": "Edycja", "erroremptymessage": "Wiadomość nie może być pusta", @@ -15,5 +16,7 @@ "posttoforum": "Wyślij wpis na forum", "re": "Odp:", "reply": "Odpowiedz", - "subject": "Temat" + "subject": "Temat", + "unread": "Nieprzeczytane", + "unreadpostsnumber": "{{$a}} nieprzeczytanych wpisów" } \ No newline at end of file diff --git a/www/addons/mod/forum/lang/pt-br.json b/www/addons/mod/forum/lang/pt-br.json index f069981d900..8b30b20f319 100644 --- a/www/addons/mod/forum/lang/pt-br.json +++ b/www/addons/mod/forum/lang/pt-br.json @@ -8,7 +8,7 @@ "discussionsubscription": "Assinatura de discussão", "edit": "Editar", "erroremptymessage": "A mensagem não pode ser vazia.", - "erroremptysubject": "Assunto não pode estar vazio", + "erroremptysubject": "O assunto da mensagem não pode ser vazio", "errorgetforum": "Erro ao buscar dados de fórum.", "errorgetgroups": "Erro ao obter configurações do grupo.", "forumnodiscussionsyet": "Não existem tópicos neste fórum ainda", @@ -19,5 +19,7 @@ "posttoforum": "Enviar mensagem ao fórum", "re": "Re:", "reply": "Responder", - "subject": "Assunto" + "subject": "Assunto", + "unread": "Não lida", + "unreadpostsnumber": "{{$a}} mensagens não lidas" } \ No newline at end of file diff --git a/www/addons/mod/forum/lang/pt.json b/www/addons/mod/forum/lang/pt.json index 5a9351d9442..d9c94e0c72e 100644 --- a/www/addons/mod/forum/lang/pt.json +++ b/www/addons/mod/forum/lang/pt.json @@ -5,6 +5,7 @@ "cannotcreatediscussion": "Não foi possível criar o novo tópico de discussão", "couldnotadd": "Não foi possível inserir a mensagem que submeteu devido a um erro desconhecido", "discussion": "Tópico", + "discussionlocked": "Este tópico de discussão foi bloqueado e já não é possível responder a ele.", "discussionsubscription": "Subscrição da discussão", "edit": "Editar", "erroremptymessage": "O texto da mensagem não pode estar em branco", @@ -19,5 +20,7 @@ "posttoforum": "Submeter tópico", "re": "Re:", "reply": "Responder", - "subject": "Assunto" + "subject": "Assunto", + "unread": "Não lidas", + "unreadpostsnumber": "{{$a}} mensagens não lidas" } \ No newline at end of file diff --git a/www/addons/mod/forum/lang/ro.json b/www/addons/mod/forum/lang/ro.json index 5e63b2b702d..6bf77bb06e4 100644 --- a/www/addons/mod/forum/lang/ro.json +++ b/www/addons/mod/forum/lang/ro.json @@ -7,7 +7,7 @@ "discussion": "Discuție", "edit": "Modifică", "erroremptymessage": "Mesajul nu poate fi necompletat", - "erroremptysubject": "Subiectul nu poate rămâne necompletat", + "erroremptysubject": "Subiectul nu poate fi necompletat", "errorgetforum": "A apărut o eroare la obținerea datelor despre forum.", "errorgetgroups": "Eroare la obținerea setărilor pentru grup.", "forumnodiscussionsyet": "Nu există subiecte deschise în acest forum.", @@ -18,5 +18,7 @@ "posttoforum": "Trimite intervenţie pe forum", "re": "Re:", "reply": "Răspunde", - "subject": "Subiect" + "subject": "Subiect", + "unread": "Necitit", + "unreadpostsnumber": "{{$a}} intervenţii necitite" } \ No newline at end of file diff --git a/www/addons/mod/forum/lang/ru.json b/www/addons/mod/forum/lang/ru.json index 25f42b4b565..7b49fdbe12a 100644 --- a/www/addons/mod/forum/lang/ru.json +++ b/www/addons/mod/forum/lang/ru.json @@ -5,10 +5,11 @@ "cannotcreatediscussion": "Невозможно создать новое обсуждение", "couldnotadd": "Сообщение не добавлено из-за неизвестной ошибки", "discussion": "Обсуждение", + "discussionlocked": "Обсуждение было заблокировано, поэтому на него нельзя больше отвечать.", "discussionsubscription": "Подписаться на эту тему.", "edit": "Редактировать", "erroremptymessage": "Сообщение не может быть пустым", - "erroremptysubject": "Заголовок сообщения не может быть пустым", + "erroremptysubject": "Тема сообщения не может быть пустой", "errorgetforum": "Ошибка при получении данных форума", "errorgetgroups": "Ошибка получения параметров группы", "forumnodiscussionsyet": "В этом форуме ещё нет тем для обсуждения", @@ -19,5 +20,7 @@ "posttoforum": "Отправить в форум", "re": "Re:", "reply": "Ответить", - "subject": "Тема" + "subject": "Тема", + "unread": "Непрочтенные", + "unreadpostsnumber": "Непрочитанных сообщений - {{$a}}" } \ No newline at end of file diff --git a/www/addons/mod/forum/lang/sv.json b/www/addons/mod/forum/lang/sv.json index af7cd9f2ce0..5659c6118e8 100644 --- a/www/addons/mod/forum/lang/sv.json +++ b/www/addons/mod/forum/lang/sv.json @@ -8,7 +8,7 @@ "discussionsubscription": "Diskussions prenumeration", "edit": "Redigera", "erroremptymessage": "Meddelandet i inlägget kan inte vara tomt", - "erroremptysubject": "Rubriken kan inte vara tom", + "erroremptysubject": "Ämnesrubriken för inlägget kan inte vara tom.", "errorgetforum": "Fel att få forum innehåll", "errorgetgroups": "Fel vid hämtning av gruppinställningar", "forumnodiscussionsyet": "Det finns inga diskussionsämnen ännu i detta forum.", @@ -19,5 +19,7 @@ "posttoforum": "Publicera inlägget i forumet", "re": "Svar:", "reply": "Svar", - "subject": "Ämne" + "subject": "Ämne", + "unread": "Oläst", + "unreadpostsnumber": "{{$a}} olästa inlägg" } \ No newline at end of file diff --git a/www/addons/mod/forum/lang/tr.json b/www/addons/mod/forum/lang/tr.json index 79b44f7b9f5..b30585f3d3b 100644 --- a/www/addons/mod/forum/lang/tr.json +++ b/www/addons/mod/forum/lang/tr.json @@ -5,12 +5,18 @@ "cannotcreatediscussion": "Yeni tartışma oluşturulamadı", "couldnotadd": "Bilinmeyen bir nedenle mesajınız eklenemedi", "discussion": "Tartışma", + "discussionlocked": "Bu tartışma kilitli olduğundan artık yanıtlayamıyorsunuz.", + "discussionsubscription": "Tartışma aboneliği", "edit": "Düzelt", + "erroremptymessage": "Yazı mesajı boş olamaz", + "erroremptysubject": "Gönderi konusu boş olamaz.", "forumnodiscussionsyet": "Bu forum da henuz hiç tartışma başlığı yok", "group": "Grup", "message": "Mesaj", "posttoforum": "Foruma gönder", "re": "Ynt:", "reply": "Yanıtla", - "subject": "Konu" + "subject": "Konu", + "unread": "Okunmamış", + "unreadpostsnumber": "{{$a}} okunmamış mesaj" } \ No newline at end of file diff --git a/www/addons/mod/forum/lang/zh-cn.json b/www/addons/mod/forum/lang/zh-cn.json index 10a6ff1ef0c..5d9977f2731 100644 --- a/www/addons/mod/forum/lang/zh-cn.json +++ b/www/addons/mod/forum/lang/zh-cn.json @@ -15,5 +15,7 @@ "posttoforum": "发到讨论区上", "re": "回复:", "reply": "回复", - "subject": "主题" + "subject": "主题", + "unread": "未读", + "unreadpostsnumber": "{{$a}} 条未读帖子" } \ No newline at end of file diff --git a/www/addons/mod/forum/lang/zh-tw.json b/www/addons/mod/forum/lang/zh-tw.json index a5d15a4042e..18a4356ba2b 100644 --- a/www/addons/mod/forum/lang/zh-tw.json +++ b/www/addons/mod/forum/lang/zh-tw.json @@ -5,6 +5,7 @@ "cannotcreatediscussion": "不能建立新的議題", "couldnotadd": "由於不明錯誤, 無法新增您的貼文", "discussion": "議題", + "discussionlocked": "這一議題已經被封鎖,所以你無法回應它", "discussionsubscription": "議題訂閱", "edit": "編輯", "erroremptymessage": "貼文的訊息不能是空白", @@ -15,5 +16,7 @@ "posttoforum": "貼文到討論區中", "re": "回應:", "reply": "回應", - "subject": "主旨" + "subject": "主旨", + "unread": "未閱讀", + "unreadpostsnumber": "{{$a}}篇未閱讀的貼文" } \ No newline at end of file diff --git a/www/addons/mod/glossary/lang/ar.json b/www/addons/mod/glossary/lang/ar.json index 0c51c9b0338..1bbc36fb4a6 100644 --- a/www/addons/mod/glossary/lang/ar.json +++ b/www/addons/mod/glossary/lang/ar.json @@ -1,7 +1,10 @@ { + "attachment": "مرفقات", "browsemode": "النمط العرضي", "byauthor": "التجميع طبقا للمؤلف", "bynewestfirst": "الأحدث أولا", "byrecentlyupdated": "تم تحديثه مؤخرا", - "bysearch": "بحث" + "bysearch": "بحث", + "casesensitive": "مطابقة حالة الأحرف", + "categories": "تصنيفات المقررات الدراسية" } \ No newline at end of file diff --git a/www/addons/mod/glossary/lang/bg.json b/www/addons/mod/glossary/lang/bg.json index 2561946f93a..7919151894c 100644 --- a/www/addons/mod/glossary/lang/bg.json +++ b/www/addons/mod/glossary/lang/bg.json @@ -1,3 +1,6 @@ { - "browsemode": "Режим на преглеждане" + "attachment": "Прикачен файл", + "browsemode": "Режим на преглеждане", + "casesensitive": "Чувствителност главни/малки букви", + "categories": "Категории курсове" } \ No newline at end of file diff --git a/www/addons/mod/glossary/lang/ca.json b/www/addons/mod/glossary/lang/ca.json index df2484fd7d7..c85b3202f01 100644 --- a/www/addons/mod/glossary/lang/ca.json +++ b/www/addons/mod/glossary/lang/ca.json @@ -1,10 +1,13 @@ { + "attachment": "Adjunt", "browsemode": "Navegueu per les entrades", "byalphabet": "Alfabèticament", "byauthor": "Agrupat per autor", "bynewestfirst": "El més nou primer", "byrecentlyupdated": "Actualitzat recentment", "bysearch": "Cerca", + "casesensitive": "Distingeix majúscules", + "categories": "Categories de cursos", "entrypendingapproval": "Aquesta entrada està pendent d'aprovació.", "errorloadingentries": "S'ha produït un error en carregar les entrades.", "errorloadingentry": "S'ha produït un error en carregar l'entrada.", diff --git a/www/addons/mod/glossary/lang/cs.json b/www/addons/mod/glossary/lang/cs.json index 41a5d7b91f1..a2a4035667d 100644 --- a/www/addons/mod/glossary/lang/cs.json +++ b/www/addons/mod/glossary/lang/cs.json @@ -1,10 +1,13 @@ { + "attachment": "Příloha", "browsemode": "Prohlížení příspěvků", "byalphabet": "Abecedně", "byauthor": "Skupina podle autora", "bynewestfirst": "Nejnovější nejdříve", "byrecentlyupdated": "Posledně aktualizované", "bysearch": "Hledat", + "casesensitive": "Rozlišovat malá/VELKÁ", + "categories": "Kategorie kurzů", "entrypendingapproval": "Tato položka čeká na schválení", "errorloadingentries": "Při načítání položek došlo k chybě", "errorloadingentry": "Při načítání položky došlo k chybě", diff --git a/www/addons/mod/glossary/lang/da.json b/www/addons/mod/glossary/lang/da.json index eab77919082..731d58e3d93 100644 --- a/www/addons/mod/glossary/lang/da.json +++ b/www/addons/mod/glossary/lang/da.json @@ -1,3 +1,6 @@ { - "browsemode": "Forhåndsvisning" + "attachment": "Bilag", + "browsemode": "Forhåndsvisning", + "casesensitive": "Store og små bogstaver", + "categories": "Kursuskategorier" } \ No newline at end of file diff --git a/www/addons/mod/glossary/lang/de.json b/www/addons/mod/glossary/lang/de.json index 0bb9839b96a..24d727c15fc 100644 --- a/www/addons/mod/glossary/lang/de.json +++ b/www/addons/mod/glossary/lang/de.json @@ -1,10 +1,13 @@ { + "attachment": "Anhang", "browsemode": "Einträge durchblättern", "byalphabet": "Alphabetisch", "byauthor": "Nach Autor/in", "bynewestfirst": "Neu zuerst", "byrecentlyupdated": "Gerade aktualisiert", "bysearch": "Suchen", + "casesensitive": "Groß-/Kleinschreibung", + "categories": "Kursbereiche", "entrypendingapproval": "Dieser Eintrag wartet auf eine Freigabe.", "errorloadingentries": "Fehler beim Laden von Einträgen", "errorloadingentry": "Fehler beim Laden des Eintrags", diff --git a/www/addons/mod/glossary/lang/es-mx.json b/www/addons/mod/glossary/lang/es-mx.json index 08c2f440f39..bcf9b13f20e 100644 --- a/www/addons/mod/glossary/lang/es-mx.json +++ b/www/addons/mod/glossary/lang/es-mx.json @@ -1,10 +1,13 @@ { + "attachment": "Adjunto", "browsemode": "Ver entradas", "byalphabet": "Alfabéticamente", "byauthor": "Agrupar por autor", "bynewestfirst": "Los más nuevos primero", "byrecentlyupdated": "Recientemente actualizado", "bysearch": "Buscar", + "casesensitive": "Diferencia entre MAYÚSCULAS y minúsculas", + "categories": "Categorías", "entrypendingapproval": "Esta entrada está pendiente de aprobación.", "errorloadingentries": "Ocurrió un error al cargar entradas.", "errorloadingentry": "Ocurrió un error al cargar la entrada.", diff --git a/www/addons/mod/glossary/lang/es.json b/www/addons/mod/glossary/lang/es.json index a85a2fe3fb9..6b130513ae5 100644 --- a/www/addons/mod/glossary/lang/es.json +++ b/www/addons/mod/glossary/lang/es.json @@ -1,10 +1,13 @@ { + "attachment": "Adjunto", "browsemode": "Navegar por las entradas", "byalphabet": "Alfabéticamente", "byauthor": "Agrupado por autor", "bynewestfirst": "El más reciente primero", "byrecentlyupdated": "Actualizado recientemente", "bysearch": "Busca", + "casesensitive": "Diferencia entre mayúsculas y minúsculas", + "categories": "Categorías", "entrypendingapproval": "Esta entrada está pendiente de aprobación.", "errorloadingentries": "Ha ocurrido un error cargando las entradas.", "errorloadingentry": "Ha ocurrido un error cargando la entrada.", diff --git a/www/addons/mod/glossary/lang/eu.json b/www/addons/mod/glossary/lang/eu.json index 051cf5c910e..8cb1fee4bc3 100644 --- a/www/addons/mod/glossary/lang/eu.json +++ b/www/addons/mod/glossary/lang/eu.json @@ -1,10 +1,13 @@ { + "attachment": "Eranskina", "browsemode": "Aztertu sarrerak", "byalphabet": "Alfabetikoki", "byauthor": "Taldekatu egilearen arabera", "bynewestfirst": "Berrienak lehenago", "byrecentlyupdated": "Duela gutxi eguneratuak", "bysearch": "Bilatu", + "casesensitive": "Letra larriak eta xeheak bereiziz", + "categories": "Ikastaro-kategoriak", "entrypendingapproval": "Sarrera hau onarpenaren zain dago.", "errorloadingentries": "Errorea gertatu da sarrerak kargatzean.", "errorloadingentry": "Errorea gertatu da sarrera kargatzean.", diff --git a/www/addons/mod/glossary/lang/fa.json b/www/addons/mod/glossary/lang/fa.json index af3eb3656ff..a0055ed1c39 100644 --- a/www/addons/mod/glossary/lang/fa.json +++ b/www/addons/mod/glossary/lang/fa.json @@ -1,3 +1,6 @@ { - "browsemode": "نوع نمایش" + "attachment": "فایل پیوست", + "browsemode": "نوع نمایش", + "casesensitive": "حساس بودن به بزرگ و کوچکی حروف", + "categories": "طبقه‌های درسی" } \ No newline at end of file diff --git a/www/addons/mod/glossary/lang/fr.json b/www/addons/mod/glossary/lang/fr.json index 14553da32bb..730b3e0e183 100644 --- a/www/addons/mod/glossary/lang/fr.json +++ b/www/addons/mod/glossary/lang/fr.json @@ -1,10 +1,13 @@ { + "attachment": "Annexe", "browsemode": "Parcourir les articles", "byalphabet": "Alphabétiquement", "byauthor": "Grouper par auteur", "bynewestfirst": "Les plus récents en premier", "byrecentlyupdated": "Modifiés récemment", "bysearch": "Rechercher", + "casesensitive": "Casse des caractères", + "categories": "Catégories de cours", "entrypendingapproval": "Cet article est en attente d'approbation", "errorloadingentries": "Une erreur est survenue lors du chargement des articles.", "errorloadingentry": "Une erreur est survenue lors du chargement de l'article.", diff --git a/www/addons/mod/glossary/lang/he.json b/www/addons/mod/glossary/lang/he.json index f7956f34910..d1eeea671e9 100644 --- a/www/addons/mod/glossary/lang/he.json +++ b/www/addons/mod/glossary/lang/he.json @@ -1,3 +1,6 @@ { - "browsemode": "מצב תצוגה מקדימה" + "attachment": "קובץ מצורף", + "browsemode": "מצב תצוגה מקדימה", + "casesensitive": "תלוי אותיות רישיות", + "categories": "קטגוריות קורסים" } \ No newline at end of file diff --git a/www/addons/mod/glossary/lang/hu.json b/www/addons/mod/glossary/lang/hu.json index d493bd9fd3d..0cf371e9e6f 100644 --- a/www/addons/mod/glossary/lang/hu.json +++ b/www/addons/mod/glossary/lang/hu.json @@ -1,3 +1,6 @@ { - "browsemode": "Előzetes megtekintés üzemmódja" + "attachment": "Csatolt állomány:", + "browsemode": "Előzetes megtekintés üzemmódja", + "casesensitive": "Kis-/nagybetű különböző", + "categories": "Kurzuskategóriák" } \ No newline at end of file diff --git a/www/addons/mod/glossary/lang/it.json b/www/addons/mod/glossary/lang/it.json index 02c32068324..07bd1bdbc9e 100644 --- a/www/addons/mod/glossary/lang/it.json +++ b/www/addons/mod/glossary/lang/it.json @@ -1,7 +1,10 @@ { + "attachment": "Allegato", "browsemode": "Modalità anteprima", "byrecentlyupdated": "Aggiornati di recente", "bysearch": "Cerca", + "casesensitive": "Rilevanza maiuscolo/minuscolo", + "categories": "Categorie di corso", "entrypendingapproval": "Questa voce è in attesa di approvazione.", "errorloadingentries": "Si è verificato un errore durante il caricamento delle voci.", "errorloadingentry": "Si è verificato un errore durante il caricamento della voce.", diff --git a/www/addons/mod/glossary/lang/ja.json b/www/addons/mod/glossary/lang/ja.json index 8d169fcebee..3f5d6e65835 100644 --- a/www/addons/mod/glossary/lang/ja.json +++ b/www/addons/mod/glossary/lang/ja.json @@ -1,3 +1,6 @@ { - "browsemode": "プレビューモード" + "attachment": "添付", + "browsemode": "プレビューモード", + "casesensitive": "大文字小文字の区別", + "categories": "コースカテゴリ" } \ No newline at end of file diff --git a/www/addons/mod/glossary/lang/nl.json b/www/addons/mod/glossary/lang/nl.json index 84fbfd23c36..87f331b64c8 100644 --- a/www/addons/mod/glossary/lang/nl.json +++ b/www/addons/mod/glossary/lang/nl.json @@ -1,10 +1,13 @@ { + "attachment": "Bijlage", "browsemode": "Blader door items", "byalphabet": "Alfabetisch", "byauthor": "Groepeer per auteur", "bynewestfirst": "Nieuwste eerst", "byrecentlyupdated": "Onlangs gewijzigd", "bysearch": "Zoek", + "casesensitive": "Gevoeligheid voor hoofd/kleine letters", + "categories": "Cursuscategorieën", "entrypendingapproval": "Dit item wacht op goedkeuring.", "errorloadingentries": "Fout bij het laden van de items.", "errorloadingentry": "Fout tijdens het laden van dit item.", diff --git a/www/addons/mod/glossary/lang/pl.json b/www/addons/mod/glossary/lang/pl.json index 68421cdd3c2..02879ac416e 100644 --- a/www/addons/mod/glossary/lang/pl.json +++ b/www/addons/mod/glossary/lang/pl.json @@ -1,3 +1,6 @@ { - "browsemode": "Tryb przeglądania" + "attachment": "Załącznik", + "browsemode": "Tryb przeglądania", + "casesensitive": "Uwzględnianie wielkości liter", + "categories": "Kategorie kursów" } \ No newline at end of file diff --git a/www/addons/mod/glossary/lang/pt-br.json b/www/addons/mod/glossary/lang/pt-br.json index db3d426e11a..e0e952c15be 100644 --- a/www/addons/mod/glossary/lang/pt-br.json +++ b/www/addons/mod/glossary/lang/pt-br.json @@ -1,10 +1,13 @@ { + "attachment": "Anexo", "browsemode": "Navegar nas entradas", "byalphabet": "Alfabeticamente", "byauthor": "Agrupar por autor", "bynewestfirst": "Novos primeiro", "byrecentlyupdated": "Recentemente atualizados", "bysearch": "Pesquisa", + "casesensitive": "Considerar diferenças entre maiúsculas e minúsculas", + "categories": "Categorias de Cursos", "entrypendingapproval": "A entrada está pendente de aprovação.", "errorloadingentries": "Ocorreu um erro enquanto carregava entradas.", "errorloadingentry": "Ocorreu um erro enquanto carregava a entrada.", diff --git a/www/addons/mod/glossary/lang/pt.json b/www/addons/mod/glossary/lang/pt.json index c6a7b367cc7..7b44e44ba69 100644 --- a/www/addons/mod/glossary/lang/pt.json +++ b/www/addons/mod/glossary/lang/pt.json @@ -1,10 +1,13 @@ { + "attachment": "Anexo", "browsemode": "Ver entradas", "byalphabet": "Alfabeticamente", "byauthor": "Agrupar por autor", "bynewestfirst": "Ordenar por mais recentes", "byrecentlyupdated": "Recentemente atualizados", "bysearch": "Pesquisar", + "casesensitive": "Respeitar maiúsculas/minúsculas", + "categories": "Categorias de disciplinas", "entrypendingapproval": "Este termo aguarda aprovação.", "errorloadingentries": "Ocorreu um erro ao carregar os termos.", "errorloadingentry": "Ocorreu um erro ao carregar o termo.", diff --git a/www/addons/mod/glossary/lang/ro.json b/www/addons/mod/glossary/lang/ro.json index b10a2c07aa5..de5cd6451be 100644 --- a/www/addons/mod/glossary/lang/ro.json +++ b/www/addons/mod/glossary/lang/ro.json @@ -1,10 +1,13 @@ { + "attachment": "Atașament", "browsemode": "Căutați în datele introduse", "byalphabet": "Alfabetic", "byauthor": "Grupare după autor", "bynewestfirst": "Cele mai noi sunt dispuse primele", "byrecentlyupdated": "Actualizări recente", "bysearch": "Căutare", + "casesensitive": "Senzitivitate caractere", + "categories": "Categorii de cursuri", "entrypendingapproval": "Această", "errorloadingentries": "A apărut o eroare la încărcarea intrărilor.", "errorloadingentry": "A apărut o eroare la încărcarea intrărilor.", diff --git a/www/addons/mod/glossary/lang/ru.json b/www/addons/mod/glossary/lang/ru.json index 067fbd6068c..a3d14a5d3c8 100644 --- a/www/addons/mod/glossary/lang/ru.json +++ b/www/addons/mod/glossary/lang/ru.json @@ -1,3 +1,6 @@ { - "browsemode": "Режим предпросмотра" + "attachment": "Вложение:", + "browsemode": "Режим предпросмотра", + "casesensitive": "Чувствительность ответа к регистру", + "categories": "Категории курсов" } \ No newline at end of file diff --git a/www/addons/mod/glossary/lang/sv.json b/www/addons/mod/glossary/lang/sv.json index 9e6d475fdb4..749a7157900 100644 --- a/www/addons/mod/glossary/lang/sv.json +++ b/www/addons/mod/glossary/lang/sv.json @@ -1,10 +1,13 @@ { + "attachment": "Bilaga", "browsemode": "Bläddrar bland poster", "byalphabet": "Alfabetiskt", "byauthor": "Sortera efter författare", "bynewestfirst": "Nyaste först", "byrecentlyupdated": "Nyligen uppdaterade", "bysearch": "Sök", + "casesensitive": "Stor eller liten bokstav gör skillnad", + "categories": "Kurskategorier", "entrypendingapproval": "Detta inlägg väntar på godkännande", "errorloadingentries": "Ett fel uppstod vid inläsning av inläggen", "errorloadingentry": "Ett fel uppstod vid inläsning av inlägget", diff --git a/www/addons/mod/glossary/lang/tr.json b/www/addons/mod/glossary/lang/tr.json index a0a9d0de962..6caf77336cd 100644 --- a/www/addons/mod/glossary/lang/tr.json +++ b/www/addons/mod/glossary/lang/tr.json @@ -1,3 +1,6 @@ { - "browsemode": "Önizleme Modu" + "attachment": "Dosya", + "browsemode": "Önizleme Modu", + "casesensitive": "Harf duyarlılığı", + "categories": "Kurs Kategorileri" } \ No newline at end of file diff --git a/www/addons/mod/glossary/lang/zh-cn.json b/www/addons/mod/glossary/lang/zh-cn.json index 289aba1d798..09e23447237 100644 --- a/www/addons/mod/glossary/lang/zh-cn.json +++ b/www/addons/mod/glossary/lang/zh-cn.json @@ -1,3 +1,6 @@ { - "browsemode": "预览模式" + "attachment": "附件", + "browsemode": "预览模式", + "casesensitive": "区分大小写字母", + "categories": "课程分类" } \ No newline at end of file diff --git a/www/addons/mod/glossary/lang/zh-tw.json b/www/addons/mod/glossary/lang/zh-tw.json index 7602e6481e6..42a69c4e33b 100644 --- a/www/addons/mod/glossary/lang/zh-tw.json +++ b/www/addons/mod/glossary/lang/zh-tw.json @@ -1,3 +1,6 @@ { - "browsemode": "瀏覽模式" + "attachment": "附件", + "browsemode": "瀏覽模式", + "casesensitive": "區分字母的大小寫", + "categories": "課程類別" } \ No newline at end of file diff --git a/www/addons/mod/label/lang/ca.json b/www/addons/mod/label/lang/ca.json index bea219e03e2..129eb9e3838 100644 --- a/www/addons/mod/label/lang/ca.json +++ b/www/addons/mod/label/lang/ca.json @@ -1,4 +1,3 @@ { - "label": "Etiqueta", - "taptoview": "Toqueu per veure l'etiqueta." + "label": "Etiqueta" } \ No newline at end of file diff --git a/www/addons/mod/label/lang/cs.json b/www/addons/mod/label/lang/cs.json index 023eb441277..b88d433a998 100644 --- a/www/addons/mod/label/lang/cs.json +++ b/www/addons/mod/label/lang/cs.json @@ -1,4 +1,3 @@ { - "label": "Popisek", - "taptoview": "Klepnutím zobrazíte popisek." + "label": "Popisek" } \ No newline at end of file diff --git a/www/addons/mod/label/lang/da.json b/www/addons/mod/label/lang/da.json index 47be40b82b2..24b44d12e7b 100644 --- a/www/addons/mod/label/lang/da.json +++ b/www/addons/mod/label/lang/da.json @@ -1,4 +1,3 @@ { - "label": "Etiket", - "taptoview": "Tryk her for at se etiketten." + "label": "Etiket" } \ No newline at end of file diff --git a/www/addons/mod/label/lang/de.json b/www/addons/mod/label/lang/de.json index 56e9fe5f2bf..e325b1d3856 100644 --- a/www/addons/mod/label/lang/de.json +++ b/www/addons/mod/label/lang/de.json @@ -1,4 +1,3 @@ { - "label": "Textfeld", - "taptoview": "Tippen Sie zum Anzeigen des Textfelds" + "label": "Textfeld" } \ No newline at end of file diff --git a/www/addons/mod/label/lang/es-mx.json b/www/addons/mod/label/lang/es-mx.json index 3bfae297d67..129eb9e3838 100644 --- a/www/addons/mod/label/lang/es-mx.json +++ b/www/addons/mod/label/lang/es-mx.json @@ -1,4 +1,3 @@ { - "label": "Etiqueta", - "taptoview": "Elija para ver la etiqueta." + "label": "Etiqueta" } \ No newline at end of file diff --git a/www/addons/mod/label/lang/es.json b/www/addons/mod/label/lang/es.json index 98f10a47c36..129eb9e3838 100644 --- a/www/addons/mod/label/lang/es.json +++ b/www/addons/mod/label/lang/es.json @@ -1,4 +1,3 @@ { - "label": "Etiqueta", - "taptoview": "Toca para ver la etiqueta." + "label": "Etiqueta" } \ No newline at end of file diff --git a/www/addons/mod/label/lang/eu.json b/www/addons/mod/label/lang/eu.json index fd6c915660d..79e176fef92 100644 --- a/www/addons/mod/label/lang/eu.json +++ b/www/addons/mod/label/lang/eu.json @@ -1,4 +1,3 @@ { - "label": "Etiketa", - "taptoview": "Sakatu etiketa ikusteko." + "label": "Etiketa" } \ No newline at end of file diff --git a/www/addons/mod/label/lang/fr.json b/www/addons/mod/label/lang/fr.json index 443dfeea55e..6cf7f110617 100644 --- a/www/addons/mod/label/lang/fr.json +++ b/www/addons/mod/label/lang/fr.json @@ -1,4 +1,3 @@ { - "label": "Étiquette", - "taptoview": "Tapoter pour voir l'étiquette" + "label": "Étiquette" } \ No newline at end of file diff --git a/www/addons/mod/label/lang/he.json b/www/addons/mod/label/lang/he.json index 817c39b0d05..7f0814d0381 100644 --- a/www/addons/mod/label/lang/he.json +++ b/www/addons/mod/label/lang/he.json @@ -1,4 +1,3 @@ { - "label": "תווית", - "taptoview": "הקליקו לצפיה בתווית." + "label": "תווית" } \ No newline at end of file diff --git a/www/addons/mod/label/lang/it.json b/www/addons/mod/label/lang/it.json index 26998a75f55..473ac682886 100644 --- a/www/addons/mod/label/lang/it.json +++ b/www/addons/mod/label/lang/it.json @@ -1,4 +1,3 @@ { - "label": "Etichetta", - "taptoview": "Tocca per visualizzare l'etichetta." + "label": "Etichetta" } \ No newline at end of file diff --git a/www/addons/mod/label/lang/nl.json b/www/addons/mod/label/lang/nl.json index 3213dc6de44..817c10edebe 100644 --- a/www/addons/mod/label/lang/nl.json +++ b/www/addons/mod/label/lang/nl.json @@ -1,4 +1,3 @@ { - "label": "Label", - "taptoview": "Tik om label te zien." + "label": "Label" } \ No newline at end of file diff --git a/www/addons/mod/label/lang/pt-br.json b/www/addons/mod/label/lang/pt-br.json index 041dadd0a90..fdfc1ff9392 100644 --- a/www/addons/mod/label/lang/pt-br.json +++ b/www/addons/mod/label/lang/pt-br.json @@ -1,4 +1,3 @@ { - "label": "Rótulo", - "taptoview": "Clique para ver o rótulo" + "label": "Rótulo" } \ No newline at end of file diff --git a/www/addons/mod/label/lang/pt.json b/www/addons/mod/label/lang/pt.json index 3ec99abb8ef..afa1ad09ff3 100644 --- a/www/addons/mod/label/lang/pt.json +++ b/www/addons/mod/label/lang/pt.json @@ -1,4 +1,3 @@ { - "label": "Separador", - "taptoview": "Clique para ver o separador." + "label": "Separador" } \ No newline at end of file diff --git a/www/addons/mod/label/lang/ro.json b/www/addons/mod/label/lang/ro.json index ba27ef2881e..beae1b423cb 100644 --- a/www/addons/mod/label/lang/ro.json +++ b/www/addons/mod/label/lang/ro.json @@ -1,4 +1,3 @@ { - "label": "Etichetă", - "taptoview": "Apăsați pentru a vedea eticheta." + "label": "Etichetă" } \ No newline at end of file diff --git a/www/addons/mod/label/lang/ru.json b/www/addons/mod/label/lang/ru.json index c146a5c392a..974254476a8 100644 --- a/www/addons/mod/label/lang/ru.json +++ b/www/addons/mod/label/lang/ru.json @@ -1,4 +1,3 @@ { - "label": "Пояснение", - "taptoview": "Нажмите для просмотра пояснения." + "label": "Пояснение" } \ No newline at end of file diff --git a/www/addons/mod/label/lang/sv.json b/www/addons/mod/label/lang/sv.json index 7921bbf40e4..f695fc848d9 100644 --- a/www/addons/mod/label/lang/sv.json +++ b/www/addons/mod/label/lang/sv.json @@ -1,4 +1,3 @@ { - "label": "Etikett", - "taptoview": "Tryck här för att visa etiketten." + "label": "Etikett" } \ No newline at end of file diff --git a/www/addons/mod/quiz/lang/ar.json b/www/addons/mod/quiz/lang/ar.json index 24653034bb8..436c3c2d817 100644 --- a/www/addons/mod/quiz/lang/ar.json +++ b/www/addons/mod/quiz/lang/ar.json @@ -26,6 +26,7 @@ "preview": "معاينة", "previewquiznow": "معاينة الاستمارة الآن", "question": "سؤال", + "quizpassword": "كلمة المرور للاختبار", "reattemptquiz": "إعادة الاختبار", "requirepasswordmessage": "لأخذ هذا الاختباريجب عليك معرفة كلمة المرور", "review": "مراجعة", diff --git a/www/addons/mod/quiz/lang/bg.json b/www/addons/mod/quiz/lang/bg.json index 105e6248d43..d2a9b715558 100644 --- a/www/addons/mod/quiz/lang/bg.json +++ b/www/addons/mod/quiz/lang/bg.json @@ -7,6 +7,8 @@ "comment": "Коментар", "completedon": "Приключен на", "confirmclose": "След като веднъж предадете този опит, Вие повече няма да можете да променяте отговорите си за този опит.", + "confirmstart": "Този тест има времеви лимит от {{$a}}. Времето ще се брои надолу от момента, в който започнете Вашия опит. Трябва да предадете Вашия опит преди времето да изтече. Сигурни ли сте, че искате за започнете сега?", + "confirmstartheader": "Тест с времеви лимит", "continueattemptquiz": "Продължаване на последния опит", "continuepreview": "Продължаване на последния преглед", "feedback": "Забележка", diff --git a/www/addons/mod/quiz/lang/eu.json b/www/addons/mod/quiz/lang/eu.json index da9d2b324ab..55e34d8cb36 100644 --- a/www/addons/mod/quiz/lang/eu.json +++ b/www/addons/mod/quiz/lang/eu.json @@ -10,6 +10,8 @@ "confirmclose": "Behin saiakera itxitakoan ezingo duzu bertako erantzunetan aldaketarik egin.", "confirmcontinueoffline": "Saiakera hau ez da {{$a}}-tik sinkronizatu. Ordutik beste gailu batean saiakerarekin jarraitu baduzu datuak galdu ahal zenitzakeen.", "confirmleavequizonerror": "Errorea gertatu da erantzunak gordetzen ari zirenean. Ziur zaude galdetegia utzi nahi duzula?", + "confirmstart": "Galdetegi honek {{$a}}-(e)ko denbora-muga du. Denbora saiakera egiten hasten zarenean hasiko da eta bukatu aurretik bidali beharko duzu. Ziur zaude orain hasi nahi duzula?", + "confirmstartheader": "Denbora-mugadun galdetegia", "connectionerror": "Galdu egin da sarearen konexioa (Ez du berez gordeko)\n\nGorde idatziz azken minutuetan orri honetan egin dituzun erantzunak eta ondoren saiatu berriz konektatzen.\n\nKonexioa berriz ezartzen denean, zure erantzunak gordetzeko modua izango da eta mezu hau desagertu egingo da.", "continueattemptquiz": "Jarraitu azken saiakerarekin", "continuepreview": "Jarraitu aurreko aurrebistarekin", diff --git a/www/addons/mod/quiz/lang/nl.json b/www/addons/mod/quiz/lang/nl.json index dc8f192f483..34e77ec88d4 100644 --- a/www/addons/mod/quiz/lang/nl.json +++ b/www/addons/mod/quiz/lang/nl.json @@ -2,7 +2,7 @@ "attemptfirst": "Eerste poging", "attemptlast": "Laatste poging", "attemptnumber": "Poging", - "attemptquiznow": "Probeer de test nu", + "attemptquiznow": "Start de test nu", "attemptstate": "Status", "cannotsubmitquizdueto": "De test can niet ingestuurd worden om volgende redenen:", "comment": "Commentaar", @@ -51,7 +51,7 @@ "previewquiznow": "Controleer test", "question": "Vraag", "quizpassword": "Wachtwoord voor de test", - "reattemptquiz": "Probeer de test opnieuw", + "reattemptquiz": "Herkans de test", "requirepasswordmessage": "Je hebt het wachtwoord voor deze test nodig om de test te kunnen maken", "returnattempt": "Terug naar poging", "review": "Lees na", diff --git a/www/addons/mod/quiz/lang/pt.json b/www/addons/mod/quiz/lang/pt.json index 950bdc5d15c..174fa71091e 100644 --- a/www/addons/mod/quiz/lang/pt.json +++ b/www/addons/mod/quiz/lang/pt.json @@ -29,7 +29,7 @@ "outofshort": "{{$a.grade}}/{{$a.maxgrade}}", "overallfeedback": "Feedback global", "overdue": "Fora de prazo", - "overduemustbesubmittedby": "Esta tentativa excedeu o tempo limite. Já deveria ter submetido a mesma. Se pretende que esta tentativa seja avaliada, deve submetê-la até {{$a}}. Se não a submeter até lá, não irá obter nota na mesma.", + "overduemustbesubmittedby": "Esta tentativa excedeu o tempo limite. Já devia ter submetido a mesma. Se pretende que esta tentativa seja avaliada, deve submetê-la até {{$a}}. Se não a submeter até lá, não irá obter nota na tentativa.", "preview": "Pré-visualização", "previewquiznow": "Pré-visualizar Teste", "question": "Pergunta", @@ -46,7 +46,7 @@ "startedon": "Iniciado em", "stateabandoned": "Nunca submetidas", "statefinished": "Terminada", - "statefinisheddetails": "Submetido {{$a}}", + "statefinisheddetails": "Submetida {{$a}}", "stateinprogress": "Em progresso", "stateoverdue": "Expiradas", "stateoverduedetails": "Deve ser submetido até {{$a}}", diff --git a/www/addons/mod/quiz/lang/tr.json b/www/addons/mod/quiz/lang/tr.json index 97fe855f45e..1c158b34a63 100644 --- a/www/addons/mod/quiz/lang/tr.json +++ b/www/addons/mod/quiz/lang/tr.json @@ -7,6 +7,8 @@ "comment": "Yorum", "completedon": "Tamamlanma", "confirmclose": "Bu uygulamayı gönderdikten sonra, cevaplarınızı bir daha değiştiremezsiniz.", + "confirmstart": "Testin süresi {{$a}}. Girişimi başlattığınız andan itibaren süre geri sayılır ve süresi dolmadan göndermeniz gerekir. Şimdi başlatmak istediğinizden emin misiniz?", + "confirmstartheader": "Zamanlanmış sınav", "connectionerror": "Ağ bağlantısı kesildi. (Otomatik kaydetme başarısız oldu).\n\nBu sayfada son birkaç dakika içinde girilen cevaplarınız not edin, sonra yeniden bağlanmayı deneyin.\n\nBağlantı yeniden kurulduktan sonra cevaplarınızı kaydedilir ve bu ileti kaybolur.", "continueattemptquiz": "Son uygulamadan devam et", "continuepreview": "Son gözden geçirmeden itibaren devam et", @@ -27,6 +29,7 @@ "outofshort": "{{$a.grade}}/{{$a.maxgrade}}", "overallfeedback": "Sonuç geribildirimi", "overdue": "Süresi dolmuş", + "overduemustbesubmittedby": "Bu girişim şimdi gecikti. Zaten göndermiş olmalıydı. Bu sınavın derecelendirilmesini isterseniz, {{$a}} tarafından sunulmalıdır. O zamana kadar göndermezseniz, bu denemeden hiçbir işaret sayılmaz.", "preview": "Önizleme", "previewquiznow": "Sınavı şimdi gözden geçir", "question": "Soru", diff --git a/www/addons/mod/scorm/lang/ca.json b/www/addons/mod/scorm/lang/ca.json index a5a5ddadc0d..196c9ad1c08 100644 --- a/www/addons/mod/scorm/lang/ca.json +++ b/www/addons/mod/scorm/lang/ca.json @@ -32,7 +32,6 @@ "highestattempt": "Intent més alt", "incomplete": "Incomplet", "lastattempt": "Darrer intent completat", - "lastsync": "Darrera sincronització", "mode": "Mode", "newattempt": "Comença un nou intent", "noattemptsallowed": "Nombre d'intents permesos", diff --git a/www/addons/mod/scorm/lang/cs.json b/www/addons/mod/scorm/lang/cs.json index e69a107f5c0..533ab1989ac 100644 --- a/www/addons/mod/scorm/lang/cs.json +++ b/www/addons/mod/scorm/lang/cs.json @@ -32,7 +32,6 @@ "highestattempt": "Nejlepší pokus", "incomplete": "Nedokončeno", "lastattempt": "Poslední pokus", - "lastsync": "Poslední synchronizace", "mode": "Režim", "newattempt": "Začít nový pokus", "noattemptsallowed": "Počet povolených pokusů", diff --git a/www/addons/mod/scorm/lang/da.json b/www/addons/mod/scorm/lang/da.json index 22120e7ce23..81f9ae62f88 100644 --- a/www/addons/mod/scorm/lang/da.json +++ b/www/addons/mod/scorm/lang/da.json @@ -32,7 +32,6 @@ "highestattempt": "Højeste forsøg", "incomplete": "Ukomplet", "lastattempt": "Sidste fuldførte forsøg", - "lastsync": "Sidste sunkronisering", "mode": "Tilstand", "newattempt": "Prøv et nyt forsøg", "noattemptsallowed": "Antal tilladte forsøg", diff --git a/www/addons/mod/scorm/lang/de.json b/www/addons/mod/scorm/lang/de.json index 83819c3bff8..528c01c0c40 100644 --- a/www/addons/mod/scorm/lang/de.json +++ b/www/addons/mod/scorm/lang/de.json @@ -32,7 +32,6 @@ "highestattempt": "Bester Versuch", "incomplete": "Unvollständig", "lastattempt": "Letzter vollständiger Versuch", - "lastsync": "Letztes Synchronisieren", "mode": "Einstellung", "newattempt": "Neuen Versuch beginnen", "noattemptsallowed": "Zahl zulässiger Versuche", diff --git a/www/addons/mod/scorm/lang/es-mx.json b/www/addons/mod/scorm/lang/es-mx.json index 0975f01dfc7..2c72808a5b1 100644 --- a/www/addons/mod/scorm/lang/es-mx.json +++ b/www/addons/mod/scorm/lang/es-mx.json @@ -32,7 +32,6 @@ "highestattempt": "Intento más alto", "incomplete": "Incompleto", "lastattempt": "Último intento", - "lastsync": "Ultima sincronización", "mode": "Moda", "newattempt": "Comenzar un nuevo intento", "noattemptsallowed": "Número de intentos permitidos", diff --git a/www/addons/mod/scorm/lang/es.json b/www/addons/mod/scorm/lang/es.json index 83baeb100e5..518b5cf6da7 100644 --- a/www/addons/mod/scorm/lang/es.json +++ b/www/addons/mod/scorm/lang/es.json @@ -32,7 +32,6 @@ "highestattempt": "Intento más alto", "incomplete": "Incompleto", "lastattempt": "Último intento", - "lastsync": "Última sincronización", "mode": "Moda", "newattempt": "Comenzar un nuevo intento", "noattemptsallowed": "Número de intentos permitidos", diff --git a/www/addons/mod/scorm/lang/eu.json b/www/addons/mod/scorm/lang/eu.json index f595303bee9..d6315ef6681 100644 --- a/www/addons/mod/scorm/lang/eu.json +++ b/www/addons/mod/scorm/lang/eu.json @@ -32,7 +32,6 @@ "highestattempt": "Saiakera altuena", "incomplete": "Osatu gabea", "lastattempt": "Osatutako azken saiakera", - "lastsync": "Azken sinkronizazioa", "mode": "Modua", "newattempt": "Saiakera berria hasi", "noattemptsallowed": "Baimendutako saiakera-kopurua", diff --git a/www/addons/mod/scorm/lang/fr.json b/www/addons/mod/scorm/lang/fr.json index 8dbfe8172ba..5798f9a67eb 100644 --- a/www/addons/mod/scorm/lang/fr.json +++ b/www/addons/mod/scorm/lang/fr.json @@ -32,7 +32,6 @@ "highestattempt": "Meilleure tentative", "incomplete": "Incomplet", "lastattempt": "Dernière tentative terminée", - "lastsync": "Dernière synchronisation", "mode": "Mode", "newattempt": "Commencer une nouvelle tentative", "noattemptsallowed": "Nombre de tentatives permises", diff --git a/www/addons/mod/scorm/lang/it.json b/www/addons/mod/scorm/lang/it.json index c5f5df6f781..8556f3bf7ab 100644 --- a/www/addons/mod/scorm/lang/it.json +++ b/www/addons/mod/scorm/lang/it.json @@ -32,7 +32,6 @@ "highestattempt": "Tentativo migliore", "incomplete": "Incompleto", "lastattempt": "Ultimo tentativo completato", - "lastsync": "Sincronizzazione più recente", "mode": "Modalità", "newattempt": "Avvia un nuovo tentativo", "noattemptsallowed": "Numero di tentativi consentito", diff --git a/www/addons/mod/scorm/lang/nl.json b/www/addons/mod/scorm/lang/nl.json index f9339060c67..0a418c7071f 100644 --- a/www/addons/mod/scorm/lang/nl.json +++ b/www/addons/mod/scorm/lang/nl.json @@ -32,7 +32,6 @@ "highestattempt": "Beste poging", "incomplete": "Onvolledig", "lastattempt": "Laatste voltooide poging", - "lastsync": "Laatste synchronisatie", "mode": "Modus", "newattempt": "Begin een nieuwe poging", "noattemptsallowed": "Aantal toegelaten pogingen", diff --git a/www/addons/mod/scorm/lang/pt-br.json b/www/addons/mod/scorm/lang/pt-br.json index 31fc512e9df..458dcebee2a 100644 --- a/www/addons/mod/scorm/lang/pt-br.json +++ b/www/addons/mod/scorm/lang/pt-br.json @@ -32,7 +32,6 @@ "highestattempt": "Tentativa mais alta", "incomplete": "Incompleto", "lastattempt": "Última tentativa", - "lastsync": "Última sincronização", "mode": "Modalidade", "newattempt": "Começar uma nova tentativa", "noattemptsallowed": "Número de tentativas permitidas", diff --git a/www/addons/mod/scorm/lang/pt.json b/www/addons/mod/scorm/lang/pt.json index 1486e4694ea..b3539194c48 100644 --- a/www/addons/mod/scorm/lang/pt.json +++ b/www/addons/mod/scorm/lang/pt.json @@ -32,7 +32,6 @@ "highestattempt": "Tentativa com melhor nota", "incomplete": "Incompleto", "lastattempt": "Última tentativa concluída", - "lastsync": "Última sincronização", "mode": "Modo", "newattempt": "Iniciar uma nova tentativa", "noattemptsallowed": "Número de tentativas permitidas", diff --git a/www/addons/mod/scorm/lang/ro.json b/www/addons/mod/scorm/lang/ro.json index d8aa28568ff..24087ff80da 100644 --- a/www/addons/mod/scorm/lang/ro.json +++ b/www/addons/mod/scorm/lang/ro.json @@ -30,7 +30,6 @@ "highestattempt": "Cea mai completă încercare de parcurgere", "incomplete": "Incomplet", "lastattempt": "Ultima încercare de parcurgere", - "lastsync": "Ultima sincronizare", "mode": "Mod", "newattempt": "Începe o nouă încercare de parcurgere", "noattemptsallowed": "Numărul de încercări permise", diff --git a/www/addons/mod/scorm/lang/sv.json b/www/addons/mod/scorm/lang/sv.json index 39178a38f12..6cbde1646b4 100644 --- a/www/addons/mod/scorm/lang/sv.json +++ b/www/addons/mod/scorm/lang/sv.json @@ -32,7 +32,6 @@ "highestattempt": "Högsta försöket", "incomplete": "Inte komplett", "lastattempt": "Senaste försöket", - "lastsync": "Senaste synkronisering", "mode": "Läge", "newattempt": "Påbörja ett nytt försök", "noattemptsallowed": "Antal tillåtna försök", diff --git a/www/addons/mod/survey/lang/tr.json b/www/addons/mod/survey/lang/tr.json index 5de3f97e179..ade8967e777 100644 --- a/www/addons/mod/survey/lang/tr.json +++ b/www/addons/mod/survey/lang/tr.json @@ -3,5 +3,6 @@ "ifoundthat": "Gerçekte olan", "ipreferthat": "İstediğim", "responses": "Yanıtlar", - "results": "Sonuçlar" + "results": "Sonuçlar", + "surveycompletednograph": "Bu anketi tamamladınız." } \ No newline at end of file diff --git a/www/addons/mod/wiki/lang/ca.json b/www/addons/mod/wiki/lang/ca.json index 54df9b7e20e..b827bb47066 100644 --- a/www/addons/mod/wiki/lang/ca.json +++ b/www/addons/mod/wiki/lang/ca.json @@ -1,7 +1,7 @@ { "cannoteditpage": "No podeu editar aquesta pàgina.", "createpage": "Crea una pàgina", - "editingpage": "S'està editant aquesta pàgina '{{$a}}'", + "editingpage": "S'està editant aquesta pàgina «{{$a}}»", "errorloadingpage": "S'ha produït un error en carregar la pàgina.", "errornowikiavailable": "Aquest wiki no té cap contingut encara.", "gowikihome": "Vés a l'inici del wiki", @@ -11,11 +11,11 @@ "nocontent": "No hi ha contingut per a aquesta pàgina", "notingroup": "No en grup", "page": "Pàgina", - "pageexists": "Aquesta pàgina ja existeix. Redirigint cap a ella.", + "pageexists": "Aquesta pàgina ja existeix.", "pagename": "Nom de la pàgina", "subwiki": "Subwiki", "titleshouldnotbeempty": "El títol no pot ser buit", "viewpage": "Mostra la pàgina", "wikipage": "Pàgina wiki", - "wrongversionlock": "Un altre usuari ha editat aquesta pàgina wiki que esteu editant i per això el vostre contingut es obsolet." + "wrongversionlock": "Un altre usuari ha editat aquesta pàgina wiki que esteu editant i per això el vostre contingut és obsolet." } \ No newline at end of file diff --git a/www/addons/mod/wiki/lang/es.json b/www/addons/mod/wiki/lang/es.json index 8c2d2cc4b96..c98486f1b69 100644 --- a/www/addons/mod/wiki/lang/es.json +++ b/www/addons/mod/wiki/lang/es.json @@ -8,7 +8,7 @@ "nocontent": "No hay contenido para esta página", "notingroup": "No está en un grupo", "page": "Página", - "pageexists": "Esta página ya existe. Se está redireccionando.", + "pageexists": "Esta página ya existe.", "pagename": "Nombre de la página", "wrongversionlock": "Otro usuario ha editado esta página mientras usted estaba editando: su contenido es obsoleto." } \ No newline at end of file diff --git a/www/addons/mod/wiki/lang/nl.json b/www/addons/mod/wiki/lang/nl.json index f1907d7126b..2d4ec194f27 100644 --- a/www/addons/mod/wiki/lang/nl.json +++ b/www/addons/mod/wiki/lang/nl.json @@ -11,7 +11,7 @@ "nocontent": "Er is geen inhoud voor deze pagina", "notingroup": "Niet in groep", "page": "Pagina", - "pageexists": "Deze pagina bestaat al. We verwijzen ernaar.", + "pageexists": "Deze pagina bestaat al.", "pagename": "Paginanaam", "subwiki": "Subwiki", "titleshouldnotbeempty": "Titel mag niet leeg zijn", diff --git a/www/addons/mod/wiki/lang/tr.json b/www/addons/mod/wiki/lang/tr.json index 8336c5c9d6e..8ddfdfd95b3 100644 --- a/www/addons/mod/wiki/lang/tr.json +++ b/www/addons/mod/wiki/lang/tr.json @@ -1,4 +1,14 @@ { - "notingroup": "Üzgünüz, bu etkinliği görebilmeniz için bir grubun üyesi olmanız gerekiyor.", - "page": "Sayfa" + "cannoteditpage": "Bu sayfayı düzenleyemezsiniz.", + "createpage": "Sayfa oluştur", + "editingpage": "Bu sayfayı düzenleme '{{$a}}'", + "map": "Harita", + "newpagehdr": "Yeni sayfa", + "newpagetitle": "Yeni sayfa başlığı", + "nocontent": "Bu sayfa için içerik yok", + "notingroup": "Grupta değil", + "page": "Sayfa", + "pageexists": "Bu sayfa zaten var.", + "pagename": "Sayfa adı", + "wrongversionlock": "Başka bir kullanıcı sizin düzenlemeniz sırasında bu sayfayı düzenledi ve içeriğiniz geçersiz." } \ No newline at end of file diff --git a/www/addons/notifications/lang/es.json b/www/addons/notifications/lang/es.json index fa5871b7a31..dcd161eb585 100644 --- a/www/addons/notifications/lang/es.json +++ b/www/addons/notifications/lang/es.json @@ -1,5 +1,6 @@ { "errorgetnotifications": "Error al obtener notificaciones", + "notificationpreferences": "Preferencias de notificación", "notifications": "Notificaciones", "therearentnotificationsyet": "No hay notificaciones" } \ No newline at end of file diff --git a/www/addons/notifications/lang/it.json b/www/addons/notifications/lang/it.json index 35c1d8874db..4faf5d3f1c6 100644 --- a/www/addons/notifications/lang/it.json +++ b/www/addons/notifications/lang/it.json @@ -1,5 +1,6 @@ { "errorgetnotifications": "Si è verificato un errore durante la ricezione delle notifiche.", + "notificationpreferences": "Preferenze notifiche", "notifications": "Notifiche", "therearentnotificationsyet": "Non ci sono notifiche" } \ No newline at end of file diff --git a/www/addons/notifications/lang/pt-br.json b/www/addons/notifications/lang/pt-br.json index 24e0371495f..17779f0e56c 100644 --- a/www/addons/notifications/lang/pt-br.json +++ b/www/addons/notifications/lang/pt-br.json @@ -1,5 +1,6 @@ { "errorgetnotifications": "Erro ao receber notificações", + "notificationpreferences": "Preferências de notificação", "notifications": "Notificação", "therearentnotificationsyet": "Não há notificações" } \ No newline at end of file diff --git a/www/addons/notifications/lang/pt.json b/www/addons/notifications/lang/pt.json index f2d99113477..96ab6a55c9b 100644 --- a/www/addons/notifications/lang/pt.json +++ b/www/addons/notifications/lang/pt.json @@ -1,5 +1,6 @@ { "errorgetnotifications": "Erro ao obter notificações", + "notificationpreferences": "Preferências das notificações", "notifications": "Notificações", "therearentnotificationsyet": "Não existem notificações" } \ No newline at end of file diff --git a/www/addons/notifications/lang/ru.json b/www/addons/notifications/lang/ru.json index 8aa12805dea..46e6247828f 100644 --- a/www/addons/notifications/lang/ru.json +++ b/www/addons/notifications/lang/ru.json @@ -1,5 +1,6 @@ { "errorgetnotifications": "Ошибка получения уведомления", + "notificationpreferences": "Настройка уведомлений", "notifications": "Уведомления", "therearentnotificationsyet": "Уведомлений нет" } \ No newline at end of file diff --git a/www/addons/notifications/lang/zh-tw.json b/www/addons/notifications/lang/zh-tw.json index 957a61b5db7..c0b653d7463 100644 --- a/www/addons/notifications/lang/zh-tw.json +++ b/www/addons/notifications/lang/zh-tw.json @@ -1,4 +1,5 @@ { + "notificationpreferences": "通知的偏好", "notifications": "通知", "therearentnotificationsyet": "沒有通知訊息" } \ No newline at end of file diff --git a/www/addons/participants/lang/fa.json b/www/addons/participants/lang/fa.json index 39b8c198c5c..34112f687d7 100644 --- a/www/addons/participants/lang/fa.json +++ b/www/addons/participants/lang/fa.json @@ -1,3 +1,4 @@ { + "noparticipants": "این درس شرکت‌کننده‌ای ندارد", "participants": "شرکت کنندگان" } \ No newline at end of file diff --git a/www/core/components/course/lang/bg.json b/www/core/components/course/lang/bg.json index 9a34b5a4985..46fac8ba50c 100644 --- a/www/core/components/course/lang/bg.json +++ b/www/core/components/course/lang/bg.json @@ -3,8 +3,6 @@ "contents": "Съдържание", "couldnotloadsectioncontent": "Неуспех при зареждането на съдържанието на секцията, моля опитайте пак по-късно.", "couldnotloadsections": "Неуспех при зареждането на секциите, моля опитайте отново.", - "gotothesite": "Отиди към сайта.", "nocontentavailable": "В момента няма достъпно съдържание.", - "showall": "Показване на всичко", - "whoops": "Опс!" + "showall": "Показване на всичко" } \ No newline at end of file diff --git a/www/core/components/course/lang/ca.json b/www/core/components/course/lang/ca.json index 4a0b37a1652..a7c41f1ebb3 100644 --- a/www/core/components/course/lang/ca.json +++ b/www/core/components/course/lang/ca.json @@ -1,6 +1,4 @@ { - "activitynotyetviewable": "Aquesta activitat encara no es pot visualitzar a l'aplicació.", - "activitynotyetviewablegothere": "Aquest tipus d'activitat o recurs encara no està disponible per ser visualitzat des de l'aplicació, cliqueu al botó de més avall per accedir-hi des del web.", "activitynotyetviewableinapp": "Estem treballant per donar suport a l'activitat {{$a}}.", "activitynotyetviewableremoteaddon": "La vostra organització ha instal·lat un complement que encara no és compatible amb l'aplicació.", "activitynotyetviewablesiteupgradeneeded": "El Moodle de la vostra organització necessita una actualització.", @@ -8,7 +6,6 @@ "askadmintosupport": "Contacteu l'administrador del lloc i digueu-li que voleu fer servir aquesta activitat a Moodle Mobile.", "confirmdeletemodulefiles": "Confirmeu que voleu eliminar els fitxers d'aquest mòdul?", "confirmdownload": "Esteu a punt de descarregar {{size}}. Segur que voleu continuar?", - "confirmdownloadsection": "Esteu a punt de descarregar {{size}}. Segur que voleu continuar?", "confirmdownloadunknownsize": "No es pot calcular la mida de la descàrrega. Segur que voleu continuar?", "confirmpartialdownloadsize": "Ara descarregareu {{size}} com a mínim. Confirmeu que voleu continuar?", "contents": "Continguts", @@ -16,10 +13,8 @@ "couldnotloadsections": "No s'ha pogut carregar les seccions, si us plau, torneu-ho a provar més tard.", "errordownloadingsection": "S'ha produït un error en descarregar la secció.", "errorgetmodule": "S'ha produït un error en recuperar les dades del mòdul.", - "gotothesite": "Vés al web", "nocontentavailable": "No hi ha contingut disponible en aquest moment.", "overriddennotice": "La vostra qualificació final en aquesta activitat s'ha modificat manualment.", "showall": "Mostra-ho tot", - "useactivityonbrowser": "Tot i així, podeu fer-la servir al navegador del dispositiu.", - "whoops": "Renoi!" + "useactivityonbrowser": "Tot i així, podeu fer-la servir al navegador del dispositiu." } \ No newline at end of file diff --git a/www/core/components/course/lang/cs.json b/www/core/components/course/lang/cs.json index 6b5799d36d7..0cc56825e91 100644 --- a/www/core/components/course/lang/cs.json +++ b/www/core/components/course/lang/cs.json @@ -1,13 +1,10 @@ { - "activitynotyetviewable": "Tato činnost ještě není v aplikaci zobrazitelná.", - "activitynotyetviewablegothere": "Tato činnost nebo zdroj ještě není v aplikaci zobrazitelná, pro přístup z webu klikněte na tlačítko dole.", "activitynotyetviewableinapp": "Pracujeme na úpravě aktivity {{$a}}. Vraťte se brzy!", "activitynotyetviewableremoteaddon": "Tato aktivita je doplněk třetí strany, který ještě není aplikací podporován. Vraťte se brzy!", "activitynotyetviewablesiteupgradeneeded": "Na stránkách se nepoužívá nejnovější verze Moodlu. Obraťte se na správce webu.", "allsections": "Všechny sekce", "confirmdeletemodulefiles": "Jste si jisti, že chcete odstranit tyto soubory modulu?", "confirmdownload": "Chystáte se stahovat {{velikost}}. Jste si jisti, že chcete pokračovat?", - "confirmdownloadsection": "Chystáte se stahovat {{velikost}}. Jste si jisti, že chcete pokračovat?", "confirmdownloadunknownsize": "Nebyli jsme schopni vypočítat velikost stahování. Jste si jisti, že stahování chcete?", "confirmpartialdownloadsize": "Chystáte se stáhnout alespoň {{size}}. Jste si jisti, že chcete pokračovat?", "contents": "Obsah", @@ -15,9 +12,7 @@ "couldnotloadsections": "Nelze načíst sekce, zkuste to prosím později.", "errordownloadingsection": "Chyba při stahování sekce.", "errorgetmodule": "Chyba při načítání", - "gotothesite": "Přejít na stránky", "nocontentavailable": "V tuto chvíli není k dispozici žádný obsah.", "overriddennotice": "Vaše výsledná známka za tuto činnost byla ručně upravena.", - "showall": "Zobrazit vše", - "whoops": "Jejda!" + "showall": "Zobrazit vše" } \ No newline at end of file diff --git a/www/core/components/course/lang/da.json b/www/core/components/course/lang/da.json index edb54cac3dd..eb54b9a4ab4 100644 --- a/www/core/components/course/lang/da.json +++ b/www/core/components/course/lang/da.json @@ -1,17 +1,12 @@ { - "activitynotyetviewable": "Denne aktivitet eller ressource er det endnu ikke muligt at vise i denne app.", - "activitynotyetviewablegothere": "Denne aktivitet eller ressource er det endnu ikke muligt at vise i denne app, klik på knappen herunder for at åbne fra webstedet.", "allsections": "Alle sektioner", "confirmdownload": "Du er ved at hente {{size}}. Er du sikker på at du vil fortsætte?", - "confirmdownloadsection": "Du er ved at hente {{size}}. Er du sikker på at du vil fortsætte?", "confirmdownloadunknownsize": "Vi kunne ikke beregne størrelsen af dit download. Er du sikker på du vil hende det?", "contents": "Indhold", "couldnotloadsectioncontent": "Kunne ikke indlæse sektionens indhold, prøv igen senere.", "couldnotloadsections": "Kunne ikke indlæse sektionerne, prøv igen senere.", "errordownloadingsection": "Fejl ved indlæsning af sektion.", - "gotothesite": "Gå til webstedet", "nocontentavailable": "Intet indhold tilgængeligt lige nu.", "overriddennotice": "Din endelige karakter fra denne aktivitet blev justeret manuelt.", - "showall": "Vis alt", - "whoops": "Hovsa" + "showall": "Vis alt" } \ No newline at end of file diff --git a/www/core/components/course/lang/de.json b/www/core/components/course/lang/de.json index 776495bfa54..1bcbc476006 100644 --- a/www/core/components/course/lang/de.json +++ b/www/core/components/course/lang/de.json @@ -1,6 +1,4 @@ { - "activitynotyetviewable": "Diese Aktivität kann bisher nicht in der App angezeigt werden.", - "activitynotyetviewablegothere": "Die Aktivität oder das Material kann bisher in der App nicht angezeigt werden. Tippen Sie auf die Taste, um die Website im Browser anzuzeigen.", "activitynotyetviewableinapp": "Wir arbeiten daran, die Aktivität {{$a}} zu unterstützen.", "activitynotyetviewableremoteaddon": "Für die Website ist ein Plugin installiert, das bisher nicht unterstützt wird.", "activitynotyetviewablesiteupgradeneeded": "Diese Website muss aktualisiert werden.", @@ -8,7 +6,6 @@ "askadmintosupport": "Wenden Sie sich an den Administrator der Website, um diese Aktivität mit der Moodle Mobile App verwenden zu können.", "confirmdeletemodulefiles": "Möchten Sie diese Dateien wirklich löschen?", "confirmdownload": "Möchten Sie wirklich {{size}} herunterladen?", - "confirmdownloadsection": "Möchten Sie wirklich {{size}} herunterladen?", "confirmdownloadunknownsize": "Die Datenmenge kann nicht berechnet werden. Möchten Sie wirklich herunterladen?", "confirmpartialdownloadsize": "Sie sind dabei, mindestens {{size}} herunterzuladen. Sind Sie sicher, dass Sie fortfahren wollen?", "contents": "Inhalte", @@ -16,10 +13,8 @@ "couldnotloadsections": "Die Abschnitte konnten nicht geladen werden. Versuchen Sie es später noch einmal.", "errordownloadingsection": "Fehler beim Herunterladen des Abschnitts", "errorgetmodule": "Fehler beim Laden von Moduldaten", - "gotothesite": "Zur Website", "nocontentavailable": "Aktuell sind keine Inhalte verfügbar", "overriddennotice": "Die endgültige Bewertung zu dieser Aktivität wurde manuell bearbeitet.", "showall": "Alles anzeigen", - "useactivityonbrowser": "Sie können dafür weiterhin den normalen Browser verwenden.", - "whoops": "Whoops!" + "useactivityonbrowser": "Sie können dafür weiterhin den normalen Browser verwenden." } \ No newline at end of file diff --git a/www/core/components/course/lang/es-mx.json b/www/core/components/course/lang/es-mx.json index 2d4bbd667fe..b6c7f30026c 100644 --- a/www/core/components/course/lang/es-mx.json +++ b/www/core/components/course/lang/es-mx.json @@ -1,6 +1,4 @@ { - "activitynotyetviewable": "Esta actividad aun no es visible en la App.", - "activitynotyetviewablegothere": "Esta actividad o recurso todavía no es visible en la app. Haga click en el botón inferior para acceder a ella desde el sitio.", "activitynotyetviewableinapp": "Nosotros estamos trabajando para soportar la actividad de {{$a}}.", "activitynotyetviewableremoteaddon": "Su organización instaló un plugin complemento de terceros que todavía no está soportada por la App.", "activitynotyetviewablesiteupgradeneeded": "La instalación Moodle de su organización necesita actualizarse.", @@ -8,7 +6,6 @@ "askadmintosupport": "Contacte al administrador del sitio y dígale que Usted quiere usar esta actividad junto con la App Moodle Mobile.", "confirmdeletemodulefiles": "¿Está Usted seguro de querer eliminar estos archivos del módulo?", "confirmdownload": "Usted está a punto de descargar {{size}}. ¿Está Usted seguro de querer continuar?", - "confirmdownloadsection": "Usted está a punto de descargar {{size}}. ¿Está seguro de querer continuar?", "confirmdownloadunknownsize": "No pudimos calcular el tamaño de la descarga. ¿Está Usted seguro de querer descargarla?", "confirmpartialdownloadsize": "Usted está a punto de descargar al menos {{size}}. ¿Está Usted seguro de querer continuar?", "contents": "Contenidos", @@ -16,10 +13,8 @@ "couldnotloadsections": "No pudieron cargarse las secciones; por favor inténtelo nuevamente después.", "errordownloadingsection": "Error al descargar sección", "errorgetmodule": "Error al obtener datos del módulo.", - "gotothesite": "Ir al sitio", "nocontentavailable": "Sin contenido disponible al momento.", "overriddennotice": "La calificación final de esta actividad ha sido ajustada manualmente.", "showall": "Mostrar todo", - "useactivityonbrowser": "Usted todavía puede usarla si usa su navegador del dispositivo.", - "whoops": "¡Órale!" + "useactivityonbrowser": "Usted todavía puede usarla si usa su navegador del dispositivo." } \ No newline at end of file diff --git a/www/core/components/course/lang/es.json b/www/core/components/course/lang/es.json index 4b7090cd687..7f9bc3d87fe 100644 --- a/www/core/components/course/lang/es.json +++ b/www/core/components/course/lang/es.json @@ -1,18 +1,13 @@ { - "activitynotyetviewable": "Este tipo de actividad o recurso todavía no esta disponible para su visualización en la app.", - "activitynotyetviewablegothere": "Este tipo de actividad o recurso todavía no esta disponible para su visualización en la app, haga clic en el botón de abajo para acceder desde la web.", "allsections": "Todas las secciones", "confirmdownload": "Está a punto de descargar {{size}}. ¿Está seguro de que desea continuar?", - "confirmdownloadsection": "Está a punto de descargar {{size}}. ¿Está seguro de que desea continuar?", "confirmdownloadunknownsize": "No se puede calcular el tamaño de la descarga. ¿Está seguro que quiere descargarlo?", "contents": "Contenidos", "couldnotloadsectioncontent": "No se ha podido cargar el contenido de la sección, por favor inténtelo más tarde.", "couldnotloadsections": "No se ha podido cargar las secciones, por favor inténtelo más tarde.", "errordownloadingsection": "Error durante la descarga de la sección.", "errorgetmodule": "Se ha producido un error recuperando los datos del módulo.", - "gotothesite": "Ir al sitio", "nocontentavailable": "No hay contenido disponible en este momento.", "overriddennotice": "La calificación final de esta actividad ha sido ajustada manualmente.", - "showall": "Mostrar todo", - "whoops": "¡Vaya!" + "showall": "Mostrar todo" } \ No newline at end of file diff --git a/www/core/components/course/lang/eu.json b/www/core/components/course/lang/eu.json index 14cbbe99c2c..436f8debc69 100644 --- a/www/core/components/course/lang/eu.json +++ b/www/core/components/course/lang/eu.json @@ -1,6 +1,4 @@ { - "activitynotyetviewable": "Jarduera hau oraindik ezin da app-ean ikusi.", - "activitynotyetviewablegothere": "Jarduera edo baliabide hau oraindik ezin da app-ean ikusi, sakatu beheko botoia gunearen bidez sartzeko.", "activitynotyetviewableinapp": "{{$a}} jarduera onartzeko lanean ari gara.", "activitynotyetviewableremoteaddon": "Zure erakundeak oraindik app-ean onartzen ez den gehigarri bat instalatuta dauka..", "activitynotyetviewablesiteupgradeneeded": "Zure erakundeko Moodle instalazioak eguneraketa bat behar du.", @@ -8,7 +6,6 @@ "askadmintosupport": "Jarri harremanetan zure guneko kudeatzailearekin eta esaiozu jarduera hau Moodle Mobile app-an erabili nahi duzula.", "confirmdeletemodulefiles": "Ziur zaude modulu honetako fitxategiak ezabatu nahi dituzula?", "confirmdownload": "{{size}} jaistear zaude. Ziur al zaude aurrera egin nahi duzula?", - "confirmdownloadsection": "{{size}} deskargatzera zoaz. Ziur zaude jarraitu nahi duzula?", "confirmdownloadunknownsize": "Ezin izan dugu deskargaren tamaina kalkulatu. Ziur zaude jaitsi nahi duzula?", "confirmpartialdownloadsize": "Gutxienez {{size}} jaistera zoaz. Ziur zaude jarraitu nahi duzula?", "contents": "Edukiak", @@ -16,10 +13,8 @@ "couldnotloadsections": "Ezin izan dira atalak kargatu, saiatu beranduago mesedez.", "errordownloadingsection": "Errorea atala jaistean.", "errorgetmodule": "Errorea moduluaren datuak eskuratzean.", - "gotothesite": "Joan gunera", "nocontentavailable": "Ez dago edukirik eskuragarri momentu honetan.", "overriddennotice": "Jarduera honetako zure azken kalifikazioa eskuz egokitu da.", "showall": "Erakutsi denak", - "useactivityonbrowser": "Zure gailuko nabigatzailea erabilita erabili dezakezu.", - "whoops": "Ups!" + "useactivityonbrowser": "Zure gailuko nabigatzailea erabilita erabili dezakezu." } \ No newline at end of file diff --git a/www/core/components/course/lang/fr.json b/www/core/components/course/lang/fr.json index 7a1e76a9063..49d9796fab4 100644 --- a/www/core/components/course/lang/fr.json +++ b/www/core/components/course/lang/fr.json @@ -1,6 +1,4 @@ { - "activitynotyetviewable": "Cette activité n'est pas encore accessible via l'app.", - "activitynotyetviewablegothere": "Cette activité ou ressource n'est pas encore accessible via l'app ; cliquer sur le bouton ci-dessous pour y accéder sur la plateforme.", "activitynotyetviewableinapp": "L'activité {{$a}} sera bientôt supportée.", "activitynotyetviewableremoteaddon": "Votre institution a installé un plugin qui n'est pas encore supporté.", "activitynotyetviewablesiteupgradeneeded": "L'installation Moodle de votre institution doit être mise à jour.", @@ -8,7 +6,6 @@ "askadmintosupport": "Veuillez contacter l'administrateur de la plateforme et l'informer que vous désirez utiliser cette activité avec l'app mobile Moodle.", "confirmdeletemodulefiles": "Voulez-vous vraiment supprimer ces fichiers de module ?", "confirmdownload": "Vous allez télécharger {{size}}. Voulez-vous vraiment continuer ?", - "confirmdownloadsection": "Vous allez télécharger {{size}}. Voulez-vous vraiment continuer ?", "confirmdownloadunknownsize": "Il n'a pas été possible de calculer la taille du téléchargement. Voulez-vous vraiment effectuer le téléchargement ?", "confirmpartialdownloadsize": "Vous allez télécharger au moins {{size}}. Voulez-vous vraiment continuer ?", "contents": "Contenus", @@ -16,10 +13,8 @@ "couldnotloadsections": "Impossible de charger les sections. Veuillez essayer plus tard.", "errordownloadingsection": "Erreur lors du téléchargement de la section.", "errorgetmodule": "Erreur lors de l'obtention des données du module.", - "gotothesite": "Aller sur la plateforme", "nocontentavailable": "Aucun contenu disponible actuellement.", "overriddennotice": "Votre note finale pour cette activité a été ajustée manuellement.", "showall": "Tout afficher", - "useactivityonbrowser": "Vous pouvez continuer à l'utiliser avec le navigateur de votre appareil.", - "whoops": "Oups !" + "useactivityonbrowser": "Vous pouvez continuer à l'utiliser avec le navigateur de votre appareil." } \ No newline at end of file diff --git a/www/core/components/course/lang/he.json b/www/core/components/course/lang/he.json index 0b1a7413b94..828c1512ec0 100644 --- a/www/core/components/course/lang/he.json +++ b/www/core/components/course/lang/he.json @@ -1,13 +1,9 @@ { - "activitynotyetviewable": "פעילות או משאב זה עדיין לא ניתנים לצפיה ביישומון.", - "activitynotyetviewablegothere": "פעילות או משאב זה עדיין לא ניתנים לצפיה ביישומון, יש להקליק על הכפתור למטה לגישה מהאתר.", "allsections": "כל יחידות ההוראה", "contents": "תוכן", "couldnotloadsectioncontent": "אין אפשרות לטעון ולהציג את תוכן יחידת ההוראה. יש לנסות שוב מאוחר יותר.", "couldnotloadsections": "אין אפשרות לטעון ולהציג את יחידות ההוראה, יש לנסות שוב מאוחר יותר.", - "gotothesite": "צפיה בעזרת האתר", "nocontentavailable": "אין תוכן זמין כרגע.", "overriddennotice": "הציון הסופי שלך מפעילות זו הותאם ידנית.", - "showall": "הראה הכל", - "whoops": "אוווווופס!" + "showall": "הראה הכל" } \ No newline at end of file diff --git a/www/core/components/course/lang/it.json b/www/core/components/course/lang/it.json index 6d576b378e3..389da0ce2a0 100644 --- a/www/core/components/course/lang/it.json +++ b/www/core/components/course/lang/it.json @@ -1,17 +1,12 @@ { - "activitynotyetviewable": "Questa attività o risorsa non è visualizzabile nell'app.", - "activitynotyetviewablegothere": "Questa attività o risorsa non è visualizzabile nell'app, fai click sul pulsante sotto per accedervi tramite browser.", "allsections": "Tutte le sezioni", "confirmdownload": "Stai per scaricare {{size}}. Vuoi continuare?", - "confirmdownloadsection": "Stai per scaricare {{size}}. Vuoi continuare?", "confirmdownloadunknownsize": "Non è stato possibile calcolare la dimensione del download. Vuoi scaricare lo stesso?", "contents": "Contenuti", "couldnotloadsectioncontent": "Non è stato possibile caricare il contenuto della sezione, per favore riprova più tardi.", "couldnotloadsections": "Non è stato possibile caricare le sezioni, per favore riprova più tardi.", "errordownloadingsection": "Si è verificato un errore durante lo scaricamento della sezione.", - "gotothesite": "Vai al sito", "nocontentavailable": "Non sono presenti contenuti.", "overriddennotice": "La tua valutazione finale da questa attività è stata modificata manualmente.", - "showall": "Visualizza tutto", - "whoops": "Oops!" + "showall": "Visualizza tutto" } \ No newline at end of file diff --git a/www/core/components/course/lang/nl.json b/www/core/components/course/lang/nl.json index f9cfbbe4b23..1541168c846 100644 --- a/www/core/components/course/lang/nl.json +++ b/www/core/components/course/lang/nl.json @@ -1,6 +1,4 @@ { - "activitynotyetviewable": "Deze activiteit of bron kan nog niet bekeken worden met deze app.", - "activitynotyetviewablegothere": "Deze activiteit of bron kan nog niet bekeken worden met deze app. Klik op onderstaande knop om het te bekijken op de site.", "activitynotyetviewableinapp": "We werken aan de ondersteuning van de activiteit {{$a}}.", "activitynotyetviewableremoteaddon": "Jouw organisatie heeft een plugin geïnstalleerd die nog niet ondersteund wordt.", "activitynotyetviewablesiteupgradeneeded": "De site gebruikt de niet laatste Moodle-versie en moet worden geüpdatet. Neem contact op met de site-beheerder.", @@ -8,7 +6,6 @@ "askadmintosupport": "Neem contact op met de sitebeheerder en geef aan dat je deze activiteit met de Moodle mobile app wilt gebruiken.", "confirmdeletemodulefiles": "Weet he zeker dat je deze modulebestanden wil verwijderen?", "confirmdownload": "Je gaat {{size}} downloaden. Weet je zeker dat je verder wil gaan?", - "confirmdownloadsection": "Je gaat {{size}} downloaden. Weet je zeker dat je verder wil gaan?", "confirmdownloadunknownsize": "We konden de grootte van de download niet berekenen. Weet je zeker dat je toch wil downloaden?", "confirmpartialdownloadsize": "Je staat op het punt om minstens {{size}} te downloaden. Weet je zeker dat je verder wil gaan?", "contents": "Inhoud", @@ -16,10 +13,8 @@ "couldnotloadsections": "Kon secties niet laden. Probeer later opnieuw", "errordownloadingsection": "Fout bij het downloaden van de sectie.", "errorgetmodule": "Fout bij het ophalen van modulegegevens.", - "gotothesite": "Ga naar de site", "nocontentavailable": "Geen inhoud beschikbaar.", "overriddennotice": "Je totaalcijfer voor deze activiteit is manueel aangepast.", "showall": "Toon alle", - "useactivityonbrowser": "Je kunt de activiteit nog steeds via de browser van je apparaat gebruiken", - "whoops": "Whoops!" + "useactivityonbrowser": "Je kunt de activiteit nog steeds via de browser van je apparaat gebruiken" } \ No newline at end of file diff --git a/www/core/components/course/lang/pt-br.json b/www/core/components/course/lang/pt-br.json index a399c353eba..18652ca28a8 100644 --- a/www/core/components/course/lang/pt-br.json +++ b/www/core/components/course/lang/pt-br.json @@ -1,19 +1,14 @@ { - "activitynotyetviewable": "Essa atividade ou recurso ainda não é visualizável nesse aplicativo.", - "activitynotyetviewablegothere": "Essa atividade ou recurso ainda não é visualizável nesse aplicativo, clique no botão abaixo para acessar isso pelo site.", "allsections": "Todas as seções", "confirmdeletemodulefiles": "Você tem certeza que quer excluir esse modulo arquivos?", "confirmdownload": "Você está prestes a baixar {{size}}. Você tem certeza que quer continuar?", - "confirmdownloadsection": "Você está prestes a baixar {{size}}. Você tem certeza que quer continuar?", "confirmdownloadunknownsize": "Não fomos capazes de calcular o tamanho do download. Tem certeza de que deseja fazer o download?", "contents": "Conteúdos", "couldnotloadsectioncontent": "Não foi possível carregar o conteúdo da seção, por favor tente mais tarde.", "couldnotloadsections": "Não foi possível carregar a seção, por favor tente mais tarde.", "errordownloadingsection": "Erro ao baixar seção.", "errorgetmodule": "Erro ao obter os dados do módulo.", - "gotothesite": "Ir para o site", "nocontentavailable": "Nenhum conteúdo disponível nesse momento.", "overriddennotice": "Sua nota final para esta atividade foi ajustada manualmente", - "showall": "Mostrar todos", - "whoops": "Opa!!!" + "showall": "Mostrar todos" } \ No newline at end of file diff --git a/www/core/components/course/lang/pt.json b/www/core/components/course/lang/pt.json index 2f247a42c4c..2499f6b49e7 100644 --- a/www/core/components/course/lang/pt.json +++ b/www/core/components/course/lang/pt.json @@ -1,18 +1,13 @@ { - "activitynotyetviewable": "Não é possível visualizar esta atividade ou recurso nesta aplicação.", - "activitynotyetviewablegothere": "Não é possível visualizar esta atividade ou recurso nesta aplicação, clique no botão abaixo para aceder aos conteúdos a partir do site.", "allsections": "Todas as secções", "confirmdownload": "Está prestes a descarregar {{size}}. Tem a certeza que pretende continuar?", - "confirmdownloadsection": "Está prestes a descarregar {{size}}. Tem a certeza que pretende continuar?", "confirmdownloadunknownsize": "Não foi possível calcular o tamanho da transferência. Tem a certeza que pretende continuar?", "contents": "Conteúdos", "couldnotloadsectioncontent": "Não foi possível carregar o conteúdo da secção, por favor tente novamente mais tarde.", "couldnotloadsections": "Não foi possível carregar as secções, por favor tente novamente mais tarde.", "errordownloadingsection": "Erro ao descarregar a secção.", "errorgetmodule": "Erro ao obter os dados do módulo.", - "gotothesite": "Ir para o site", "nocontentavailable": "Nenhum conteúdo disponível neste momento.", "overriddennotice": "A sua nota final nesta atividade foi alterada manualmente na pauta.", - "showall": "Mostrar todos", - "whoops": "Ops!" + "showall": "Mostrar todos" } \ No newline at end of file diff --git a/www/core/components/course/lang/ro.json b/www/core/components/course/lang/ro.json index c695ad2bfb3..51cbfc90f94 100644 --- a/www/core/components/course/lang/ro.json +++ b/www/core/components/course/lang/ro.json @@ -1,18 +1,13 @@ { - "activitynotyetviewable": "Această activitate sau resursă nu este vizibilă în aplicație la acest moment.", - "activitynotyetviewablegothere": "Această activitate sau resursă nu este vizibilă în aplicație la acest moment, apăsați pe butonul de mai jos pentru a o accesa de pe site.", "allsections": "Toate secțiunile", "confirmdownload": "Porniți o descărcare de {{size}}. Sunteți sigur ca doriți să continuați?", - "confirmdownloadsection": "Porniți o descărcare de {{size}}. Sunteți sigur ca doriți să continuați?", "confirmdownloadunknownsize": "Nu putem calcula dimensiunea fișierului pe care doriți să îl descărcați. Sunteți sigur că doriți să descărcați?", "contents": "Conținut", "couldnotloadsectioncontent": "Nu se poate încărca conținutul acestei secțiuni, încercați mai târziu.", "couldnotloadsections": "Nu se pot încărca secțiunile, încercați mai târziu.", "errordownloadingsection": "A apărut o eroare la descărcarea secțiunii.", "errorgetmodule": "A apărut o eroare la preluarea modului de date.", - "gotothesite": "Mergeți pe site", "nocontentavailable": "Pentru moment nu există conținut.", "overriddennotice": "Nota finală obţinută de dumneavoastră pentru această activitate a fost ajustată manual.", - "showall": "Arată tot", - "whoops": "Ops!" + "showall": "Arată tot" } \ No newline at end of file diff --git a/www/core/components/course/lang/ru.json b/www/core/components/course/lang/ru.json index 2b1344272ab..6ad1915da97 100644 --- a/www/core/components/course/lang/ru.json +++ b/www/core/components/course/lang/ru.json @@ -1,13 +1,9 @@ { - "activitynotyetviewable": "Этот активный элемент или ресурс не просматривается в приложении", - "activitynotyetviewablegothere": "Этот активный элемент или ресурс не просматривается в приложении. Чтобы получить доступ на сайте нажмите на кнопку внизу.", "allsections": "Все разделы", "contents": "Содержание", "couldnotloadsectioncontent": "Не удалось загрузить содержимое раздела. Повторите попытку позже.", "couldnotloadsections": "Не удалось загрузить разделы, повторите попытку позже", - "gotothesite": "Зайти на сайт", "nocontentavailable": "Нет контента, доступного в данный момент", "overriddennotice": "Ваша итоговая оценка за этот элемента курса была скорректирована вручную.", - "showall": "Показать все", - "whoops": "Ой!" + "showall": "Показать все" } \ No newline at end of file diff --git a/www/core/components/course/lang/sv.json b/www/core/components/course/lang/sv.json index 7446dd015fd..5031139e061 100644 --- a/www/core/components/course/lang/sv.json +++ b/www/core/components/course/lang/sv.json @@ -1,18 +1,13 @@ { - "activitynotyetviewable": "Denna aktivitet eller resurs kan ännu inte visas i appen.", - "activitynotyetviewablegothere": "Denna aktivitet eller resurs kan ännu inte visas i appen, klicka på knappen nedan för att komma åt den via ordinarie webbsidan", "allsections": "Alla sektioner", "confirmdownload": "Du är på väg att ladda ner {{size}}. Är du säker att du vill fortsätta?", - "confirmdownloadsection": "Du är på väg att ladda ner {{size}}. Är du säker att du vill fortsätta?", "confirmdownloadunknownsize": "Det gick inte att beräkna storleken på nedladdningen . Det gick inte att beräkna storleken på nedladdningen . Är du säker att du vill fortsätta och ladda ner?", "contents": "Innehåll", "couldnotloadsectioncontent": "Det gick inte att läsa sektionens innehåll. Vänligen försök igen senare.", "couldnotloadsections": "Det gick inte att läsa sektionen. Vänligen försök igen senare.", "errordownloadingsection": "Fel vid nedladdning av sektion", "errorgetmodule": "Fel vid hämtning av data", - "gotothesite": "Gå till webbplatsen", "nocontentavailable": "Inget innehåll tillgängligt för tillfället.", "overriddennotice": "Ditt sammanfattningsbetyg för den här aktiviteten har justerats manuellt.", - "showall": "Visa alla", - "whoops": "Hoppsan!" + "showall": "Visa alla" } \ No newline at end of file diff --git a/www/core/components/courses/lang/ar.json b/www/core/components/courses/lang/ar.json index 94d0ed156c0..bdb0cf700b5 100644 --- a/www/core/components/courses/lang/ar.json +++ b/www/core/components/courses/lang/ar.json @@ -1,8 +1,12 @@ { + "availablecourses": "المقررات الدراسية المتاحة", + "categories": "تصنيفات المقررات الدراسية", + "courses": "تصنيف المقررات الدراسية", "enrolme": "سجلني", "frontpage": "الصفحة الرئيسية", "mycourses": "مقرراتي", "nocourses": "لا يوجد معلومات لمقرر دراسي ليتم اظهرها", + "nocoursesyet": "لا توجد مقررات دراسية لهذه الفئة", "nosearchresults": "لا توجد نتائج لهذا البحث", "notenroled": "أنت لست مسجلاً كطالب في هذا المقرر", "password": "كلمة المرور", diff --git a/www/core/components/courses/lang/bg.json b/www/core/components/courses/lang/bg.json index a35c4456dd1..b253b962f00 100644 --- a/www/core/components/courses/lang/bg.json +++ b/www/core/components/courses/lang/bg.json @@ -1,10 +1,13 @@ { + "availablecourses": "Налични курсове", + "categories": "Категории курсове", + "courses": "Курсове", "enrolme": "Запишете ме", "errorloadcourses": "Грешка при зареждането на курсовете.", - "filter": "Филтър", "frontpage": "Заглавна страница", "mycourses": "Моите курсове", "nocourses": "Няма информация за курса, която да бъде показана.", + "nocoursesyet": "Няма курсове в тази категория", "nosearchresults": "Няма открити резултати за Вашето търсене", "password": "Парола", "search": "Търсене", diff --git a/www/core/components/courses/lang/ca.json b/www/core/components/courses/lang/ca.json index 831edd1a646..6d8582dfea6 100644 --- a/www/core/components/courses/lang/ca.json +++ b/www/core/components/courses/lang/ca.json @@ -1,14 +1,17 @@ { + "availablecourses": "Cursos disponibles", + "categories": "Categories de cursos", "confirmselfenrol": "Segur que voleu autoinscriure-us en aquest curs?", + "courses": "Cursos", "enrolme": "Inscriu-me", "errorloadcourses": "S'ha produït un error carregant els cursos.", "errorsearching": "S'ha produït un error durant la cerca.", "errorselfenrol": "S'ha produït un error durant l'autoinscripció.", - "filter": "Filtre", "filtermycourses": "Filtrar els meus cursos", "frontpage": "Pàgina principal", "mycourses": "Els meus cursos", "nocourses": "No hi ha informació del curs per mostrar.", + "nocoursesyet": "No hi ha cursos en aquesta categoria", "nosearchresults": "No hi ha resultats per la vostra cerca", "notenroled": "No esteu inscrit en aquest curs", "notenrollable": "No podeu autoinscriure-us en aquest curs.", diff --git a/www/core/components/courses/lang/cs.json b/www/core/components/courses/lang/cs.json index ed930e37a0f..573226ea006 100644 --- a/www/core/components/courses/lang/cs.json +++ b/www/core/components/courses/lang/cs.json @@ -1,14 +1,17 @@ { + "availablecourses": "Dostupné kurzy", + "categories": "Kategorie kurzů", "confirmselfenrol": "Jste si jisti, že chcete zapsat se do tohoto kurzu?", + "courses": "Kurzy", "enrolme": "Zapsat se", "errorloadcourses": "Při načítání kurzů došlo k chybě.", "errorsearching": "Při vyhledávání došlo k chybě.", "errorselfenrol": "Při zápisu sebe sama došlo k chybě.", - "filter": "Filtr", "filtermycourses": "Filtrovat mé kurzy", "frontpage": "Titulní stránka", "mycourses": "Moje kurzy", "nocourses": "O kurzu nejsou žádné informace.", + "nocoursesyet": "Žádný kurz v této kategorii", "nosearchresults": "Z vašeho hledání nebyly nalezeny žádné výsledky", "notenroled": "V tomto kurzu nejste zapsán", "notenrollable": "Do tohoto kurzu se nemůžete sami zapsat.", diff --git a/www/core/components/courses/lang/da.json b/www/core/components/courses/lang/da.json index 8a5adede07d..b047b5d6d59 100644 --- a/www/core/components/courses/lang/da.json +++ b/www/core/components/courses/lang/da.json @@ -1,14 +1,17 @@ { + "availablecourses": "Tilgængelige kurser", + "categories": "Kursuskategorier", "confirmselfenrol": "Er du sikker på du ønsker at tilmelde dig dette kursus?", + "courses": "Alle kurser", "enrolme": "Tilmeld mig", "errorloadcourses": "En fejl opstod ved indlæsning af kurset.", "errorsearching": "En fejl opstod under søgning.", "errorselfenrol": "En fejl opstod under selvtilmelding.", - "filter": "Filter", "filtermycourses": "Filtrer mit kursus", "frontpage": "Forside", "mycourses": "Mine kurser", "nocourses": "Der er ingen kursusoplysninger at vise.", + "nocoursesyet": "Der er ingen kurser i denne kategori", "nosearchresults": "Din søgning gav ingen resultater", "notenroled": "Du er ikke tilmeldt dette kursus", "notenrollable": "Du kan ikke selv tilmelde dig dette kursus.", diff --git a/www/core/components/courses/lang/de.json b/www/core/components/courses/lang/de.json index 6119f75f951..aa18e16ea2f 100644 --- a/www/core/components/courses/lang/de.json +++ b/www/core/components/courses/lang/de.json @@ -1,14 +1,17 @@ { + "availablecourses": "Kursliste", + "categories": "Kursbereiche", "confirmselfenrol": "Möchten Sie sich selbst in diesen Kurs einschreiben?", + "courses": "Kurse", "enrolme": "Selbst einschreiben", "errorloadcourses": "Fehler beim Laden der Kurse", "errorsearching": "Fehler beim Suchen", "errorselfenrol": "Fehler bei der Selbsteinschreibung", - "filter": "Filter", "filtermycourses": "Meine Kurse filtern", "frontpage": "Startseite", "mycourses": "Meine Kurse", "nocourses": "Keine Kursinformation", + "nocoursesyet": "Keine Kurse in diesem Kursbereich", "nosearchresults": "Keine Suchergebnisse", "notenroled": "Sie sind nicht in diesen Kurs eingeschrieben.", "notenrollable": "Sie können sich nicht selbst in diesen Kurs einschreiben.", diff --git a/www/core/components/courses/lang/es-mx.json b/www/core/components/courses/lang/es-mx.json index 83962fa6d5b..b34f68fba92 100644 --- a/www/core/components/courses/lang/es-mx.json +++ b/www/core/components/courses/lang/es-mx.json @@ -1,14 +1,17 @@ { + "availablecourses": "Cursos disponibles", + "categories": "Categorías", "confirmselfenrol": "¿Está Usted seguro de querer inscribirse a Usted mismo en este curso?", + "courses": "Cursos", "enrolme": "Inscribirme", "errorloadcourses": "Ocurrió un error al cargar los cursos.", "errorsearching": "Ocurrio un error al buscar.", "errorselfenrol": "Ocurrio un error al auto-inscribir.", - "filter": "Filtro", "filtermycourses": "<<S'ha enviat un correu a la vostra adreça {{$a}}

\n

Conté instruccions senzilles per completar el registre.

\n

Si seguiu tenint problemes, contacteu amb l'administrador del lloc.

", "emailnotmatch": "Les adreces de correu electrònic no coincideixen", diff --git a/www/core/components/login/lang/cs.json b/www/core/components/login/lang/cs.json index 73c9a585055..2bdc7a046ae 100644 --- a/www/core/components/login/lang/cs.json +++ b/www/core/components/login/lang/cs.json @@ -1,7 +1,6 @@ { "authenticating": "Autentizace", "cancel": "Zrušit", - "cannotdownloadfiles": "Stahování souborů je vypnuto v mobilních službách, aplikace nebude fungovat s nastavením zakázu. Prosím, obraťte se na správce webu.", "checksiteversion": "Zkontrolujte, zda web používá Moodle 2.4 nebo novější.", "confirmdeletesite": "Jste si jisti, že chcete smazat web {{sitename}}?", "connect": "Připojit!", @@ -10,7 +9,6 @@ "contactyouradministratorissue": "Požádejte správce, prosím, aby zkontroloval následující problém: {{$a}}", "createaccount": "Vytvořit můj nový účet", "createuserandpass": "Vytvořit nové uživatelské jméno a heslo pro přihlášení", - "credentials": "Identifikační údaje", "credentialsdescription": "Pro přihlášení uveďte své uživatelské jméno a heslo", "emailconfirmsent": "

Na vaši adresu {{$a}} byl odeslán e-mail s jednoduchými pokyny k dokončení vaší registrace.

Narazíte-li na nějaké obtíže, spojte se se správcem těchto stránek.

", "enterthewordsabove": "Vložte výše uvedená slova", diff --git a/www/core/components/login/lang/da.json b/www/core/components/login/lang/da.json index 4fee2a4ac6a..10cdbfba765 100644 --- a/www/core/components/login/lang/da.json +++ b/www/core/components/login/lang/da.json @@ -1,13 +1,11 @@ { "authenticating": "Godkender", "cancel": "Afbryd", - "cannotdownloadfiles": "Download af filer er deaktiveret i din Moodle service. Appen virker ikke når med denne instilling. Kontakt venligst din administrator.", "confirmdeletesite": "Er du sikker på at du ønsker at slette websiden {{sitename}}?", "connect": "Tilslut!", "connecttomoodle": "Tilslut til Moodle", "createaccount": "Opret ny profil", "createuserandpass": "Vælg brugernavn og adgangskode", - "credentials": "Referencer", "credentialsdescription": "Skriv dit brugernavn og adgangskode for at logge på", "emailconfirmsent": "

En e-mail skulle være sendt til din adresse {{$a}}

Den indeholder anvisninger på, hvordan du fuldfører din registrering.

Hvis du stadig har problemer, så kontakt webadministratoren.

", "enterthewordsabove": "Skriv ordene herover", diff --git a/www/core/components/login/lang/de.json b/www/core/components/login/lang/de.json index 298511a9333..de0622deeae 100644 --- a/www/core/components/login/lang/de.json +++ b/www/core/components/login/lang/de.json @@ -2,7 +2,6 @@ "auth_email": "E-Mail-Registrierung", "authenticating": "Authentifizieren ...", "cancel": "Abbrechen", - "cannotdownloadfiles": "Das Herunterladen von Dateien ist für den mobilen Webservice deaktiviert. Diese Option ist aber für die App unbedingt notwendig. Wenden Sie sich an den Administrator.", "checksiteversion": "Prüfen Sie, ob Ihre Website mindestens Moodle 2.4 verwendet.", "confirmdeletesite": "Möchten Sie wirklich die Website '{{sitename}}' aus der Liste löschen?", "connect": "Verbinden", @@ -11,7 +10,6 @@ "contactyouradministratorissue": "Wenden Sie sich an den Administrator der Website, um folgendes Problem prüfen zu lassen: {{$a}}", "createaccount": "Zugang anlegen (Registrierung)", "createuserandpass": "Wählen Sie Ihren Anmeldenamen und Ihr Kennwort", - "credentials": "Bewertungen", "credentialsdescription": "Geben Sie den Anmeldenamen und das Kennwort ein. ", "emailconfirmsent": "

In Kürze wird eine E-Mail an {{$a}} gesendet.

Sie finden eine einfache Anleitung, wie Sie die Registrierung abschließen. Bei Schwierigkeiten wenden Sie sich an den Administrator der Website.

", "emailnotmatch": "Die E-Mail-Adressen stimmen nicht überein.", diff --git a/www/core/components/login/lang/es-mx.json b/www/core/components/login/lang/es-mx.json index 2de59ed6d71..4a072a99c94 100644 --- a/www/core/components/login/lang/es-mx.json +++ b/www/core/components/login/lang/es-mx.json @@ -2,7 +2,6 @@ "auth_email": "Auto-registro basado en Email", "authenticating": "Autenticando", "cancel": "Cancelar", - "cannotdownloadfiles": "La descarga de archivos está deshabilitada en su servicio Mobile, la app nop puede trabajar con esta configuración deshbilitada. Por favor contacte al administrador de su sitio.", "checksiteversion": "Revisar que su sitio usa Moodle 2.4 o más reciente.", "confirmdeletesite": "¿Está Usted seguro de querer eliminar el sitio {{sitename}}?", "connect": "¡Conectar!", @@ -11,7 +10,6 @@ "contactyouradministratorissue": "Por favor, pídale al administrador que revise el siguiente problema: {{$a}}", "createaccount": "Crear mi cuenta nueva", "createuserandpass": "Elegir su nombre_de_usuario y contraseña", - "credentials": "Credenciales", "credentialsdescription": "Por favor proporcione su nombre_de_usuario y contraseña para ingresar.", "emailconfirmsent": "

Debería de haberse enviado un Email a su dirección en {{$a}}

El Email contiene instrucciones sencillas para completar su registro.

Si continúa teniendo dificultades, contacte al administrador del sitio.

", "emailnotmatch": "No coinciden los Emails", diff --git a/www/core/components/login/lang/es.json b/www/core/components/login/lang/es.json index 5dee56cbd65..c872fabf574 100644 --- a/www/core/components/login/lang/es.json +++ b/www/core/components/login/lang/es.json @@ -1,14 +1,12 @@ { "authenticating": "Autenticando", "cancel": "Cancelar", - "cannotdownloadfiles": "La descarga de archivos está desactivada en el servicio móvil de Moodle, la aplicación no puede funcionar con este parámetro desactivado. Por favor, contacte con el administrador del sitio.", "checksiteversion": "Comprueba que tu sitio utiliza Moodle 2.4 o superior.", "confirmdeletesite": "¿Está seguro de que quiere eliminar el sitio {{sitename}}?", "connect": "Conectar", "connecttomoodle": "Conectar a Moodle", "createaccount": "Crear cuenta", "createuserandpass": "Crear un nuevo usuario y contraseña para acceder al sistema", - "credentials": "Credenciales", "credentialsdescription": "Introduzca su nombre se usuario y contraseña para entrar", "emailconfirmsent": "

Hemos enviado un correo electrónico a {{$a}}

\n

En él encontrará instrucciones sencillas para concluir el proceso.

\n

Si tuviera alguna dificultad, contacte con el Administrador del Sistema.

", "enterthewordsabove": "Escriba las palabras de arriba", diff --git a/www/core/components/login/lang/eu.json b/www/core/components/login/lang/eu.json index dc444567193..24048a9b794 100644 --- a/www/core/components/login/lang/eu.json +++ b/www/core/components/login/lang/eu.json @@ -2,7 +2,6 @@ "auth_email": "E-postaren bidezko autentifikazioa", "authenticating": "Egiaztatzen", "cancel": "Utzi", - "cannotdownloadfiles": "Fitxategiak jaistea ezgaituta dago zure Mobile zerbitzuan, app-ak ezin du ezarpen honekin funtzionatu. Mesedez zure gune kudeatzailean harremanetan jarri zaitez.", "checksiteversion": "Egiaztatu zure Moodle guneak 2.4 bertsioa edo aurreragokoa erabiltzen duela.", "confirmdeletesite": "Ziur zaude {{sitename}} gunea ezabatu nahi duzula?", "connect": "Konektatu!", @@ -11,7 +10,6 @@ "contactyouradministratorissue": "Mesedez, eskatu zure kudeatzaileari hurrengo arazoa ikuskatu dezala: {{$a}}", "createaccount": "Nire kontu berria sortu", "createuserandpass": "Aukeratu zure erabiltzaile-izena eta pasahitza", - "credentials": "Egiaztagiriak", "credentialsdescription": "Mesedez saioa hasteko zure sartu erabiltzaile eta pasahitza.", "emailconfirmsent": "

Zure {{$a}} helbidera mezu bat bidali da.

Zure erregistroa amaitzeko argibide erraz batzuk ditu.

Arazorik baduzu, jarri harremanetan kudeatzailearekin.

", "emailnotmatch": "E-posta helbideak ez datoz bat", diff --git a/www/core/components/login/lang/fa.json b/www/core/components/login/lang/fa.json index 13a7a0d8760..f0169765fad 100644 --- a/www/core/components/login/lang/fa.json +++ b/www/core/components/login/lang/fa.json @@ -1,11 +1,13 @@ { "authenticating": "بررسی مجوز", "cancel": "انصراف", + "connect": "اتصال", "createaccount": "ایجاد حساب کاربری من", "createuserandpass": "نام کاربری و رمز عبور خود را انتخاب کنید", "emailconfirmsent": "

باید نامه‌ای به آدرس شما در {{$a}} فرستاده شده باشد

\n

این نامه شامل دستورالعمل‌های ساده‌ای برای تکمیل عضویت شما است.

\n

در صورت تداوم مواجهه با مشکل، با مدیر سایت تماس بگیرید.

", "enterthewordsabove": "کلمات بالا را وارد نمائید", "firsttime": "برای اولین بار به این صفحه آمده‌اید؟", + "getanothercaptcha": "دریافت یک کپچای دیگر", "help": "راهنما", "helpmelogin": "

چندین هزار سایت مودل در دنیا وجود دارد. این برنامه فقط می‌تواند به آن مودل‌هایی متصل شود که صراحتا دسترسی «برنامه موبایل» را فعال کرده‌باشند.

اگر نمی‌توانید به سایت مودل خود وصل شوید، باید با مدیر مودل سایتی که مورد نظرتان است تماس بگیرید و بخواهید که http://docs.moodle.org/en/Mobile_app را مطالعه کنند.

\n

برای آزمایش برنامه با استفاده از یک سایت آزمایشی، در قسمت مربوط به آدرس سایت عبارت teacher یا student را وارد کرده و بر روی دکمه اضافه‌کردن کلیک کنید.

\n

", "instructions": "دستورالعمل", @@ -13,6 +15,7 @@ "invalidemail": "آدرس پست الکترونیک نامعتبر", "invalidmoodleversion": "این نسخه از برنامه سایت قابلیت اتصال به موبایل ندارد", "invalidsite": "نشانی سایت معتبر نیست", + "invalidurl": "آدرس نامعتبر", "login": "ورود به سایت", "logininsiterequired": "لازم است به سایت از طریق مرورگر متصل گردید", "loginsteps": "برای داشتن دسترسی کامل به این سایت، پیش از هر چیز باید یک حساب کاربری بسازید.", @@ -27,6 +30,7 @@ "policyagree": "برای ادامهٔ استفاده از این سایت باید موافقت خود را با خط مشی آن اعلام کنید. آیا موافقید؟", "policyagreement": "موافقت با خط مشی سایت", "policyagreementclick": "مشاهدهٔ موافقت‌نامهٔ خط مشی سایت", + "security_question": "سؤال امنیتی", "selectacountry": "انتخاب کشور", "siteinmaintenance": "سایت شما در حالت نگهداشت می باشد", "siteurl": "نشانی سایت", diff --git a/www/core/components/login/lang/fr.json b/www/core/components/login/lang/fr.json index 70bb4cecef3..5957be63e75 100644 --- a/www/core/components/login/lang/fr.json +++ b/www/core/components/login/lang/fr.json @@ -2,7 +2,6 @@ "auth_email": "Auto-enregistrement par courriel", "authenticating": "Authentification", "cancel": "Annuler", - "cannotdownloadfiles": "Le téléchargement des fichiers est désactivé sur votre Moodle et l'app ne peut pas fonctionner si ce réglage est désactivé. Veuillez contacter l'administrateur de la plateforme.", "checksiteversion": "Veuillez vérifier que votre site utilise Moodle 2.4 ou une version ultérieure.", "confirmdeletesite": "Voulez-vous vraiment supprimer la plateforme {{sitename}} ?", "connect": "Connecter !", @@ -11,7 +10,6 @@ "contactyouradministratorissue": "Veuillez demander à l'administrateur de la plateforme de vérifier l'élément suivant : {{$a}}", "createaccount": "Créer mon compte", "createuserandpass": "Créer un compte", - "credentials": "Données de connexion", "credentialsdescription": "Veuillez fournir votre nom d'utilisateur et votre mot de passe pour vous connecter.", "emailconfirmsent": "

Un message vous a été envoyé par courriel à l'adresse {{$a}}

Il contient des instructions vous permettant de terminer votre enregistrement.

En cas de difficulté, viellez contacter l'administrateur de la plateforme.

", "emailnotmatch": "Les adresses de courriel ne correspondent pas", diff --git a/www/core/components/login/lang/he.json b/www/core/components/login/lang/he.json index 3f4379a83d3..9ea5600a5dd 100644 --- a/www/core/components/login/lang/he.json +++ b/www/core/components/login/lang/he.json @@ -1,7 +1,6 @@ { "authenticating": "מאמת נתונים", "cancel": "ביטול", - "cannotdownloadfiles": "הורדת קבצים אינה מאופשרת בשירותי הנייד שלך, האפליקציה אינה יכולה לעבוד במצב זה. אנא פנה למנהל האתר.", "confirmdeletesite": "האם את/ה בטוח/ה שברצונך למחוק את האתר {{sitename}}?", "connect": "התחברות!", "connecttomoodle": "התחברות למוודל", diff --git a/www/core/components/login/lang/it.json b/www/core/components/login/lang/it.json index a7901ea2e15..6951a5de75a 100644 --- a/www/core/components/login/lang/it.json +++ b/www/core/components/login/lang/it.json @@ -1,13 +1,11 @@ { "authenticating": "Autenticazione in corso", "cancel": "Annulla", - "cannotdownloadfiles": "Lo scaricamento dei file è disabilitato nel servizio Mobile. l'app non può funzionare con questa impostazione disabilitata, per favore contatta l'amministratore dle sito.", "confirmdeletesite": "Sei sicuro di eliminare il sito {{sitename}}?", "connect": "Collegati!", "connecttomoodle": "Collegati a Moodle", "createaccount": "Crea il mio nuovo account", "createuserandpass": "Scegli username e password", - "credentials": "Credenziali", "credentialsdescription": "Per faovre inserisci username e password per l'autenticazione", "emailconfirmsent": "

Una email è stata inviata al tuo indirizzo {{$a}}

\n

Contiene semplici istruzioni per completare la tua registrazione.

\n

Se hai qualche difficoltà contatta l'amministratore del sito.

", "enterthewordsabove": "Inserisci le parole sovrastanti", diff --git a/www/core/components/login/lang/nl.json b/www/core/components/login/lang/nl.json index 75cb90543c2..bcab27da96a 100644 --- a/www/core/components/login/lang/nl.json +++ b/www/core/components/login/lang/nl.json @@ -2,7 +2,6 @@ "auth_email": "E-mail zelfregistratie", "authenticating": "Authenticeren", "cancel": "Annuleer", - "cannotdownloadfiles": "Het downloaden van bestanden is uitgeschakeld in je mobiele service. De app kan niet werken met deze instelling uitgeschakeld. Contacteer je Moodle sitebeheerder.", "checksiteversion": "Controleer of je site minstens Moodle 2.4 of nieuwe gebruikt.", "confirmdeletesite": "Weet je zeker dat je de site {{sitename}} wil verwijderen?", "connect": "Verbinden!", @@ -11,7 +10,6 @@ "contactyouradministratorissue": "Vraag aan je site-beheerder om volgend probleem te onderzoeken: {{$a}}", "createaccount": "Maak mijn nieuwe account aan", "createuserandpass": "Kies een gebruikersnaam en wachtwoord", - "credentials": "Accountgegevens", "credentialsdescription": "Geef je gebruikersnaam en wachtwoord op om je aan te melden", "emailconfirmsent": "

Er zou een e-mail gestuurd moeten zijn naar jouw adres {{$a}}

Het bericht bevat eenvoudige instructies om je registratie te voltooien.

Als je problemen blijft ondervinden, neem dan contact op met de sitebeheerder.

", "emailnotmatch": "E-mailadressen komen niet overeen", diff --git a/www/core/components/login/lang/pt-br.json b/www/core/components/login/lang/pt-br.json index 9a0b5d9f9b0..b476c4efef7 100644 --- a/www/core/components/login/lang/pt-br.json +++ b/www/core/components/login/lang/pt-br.json @@ -1,13 +1,11 @@ { "authenticating": "Autenticação", "cancel": "Cancelar", - "cannotdownloadfiles": "O download de arquivos está desabilitado em seu serviço Mobile, o aplicativo não pode trabalhar com essa configuração desabilitada. Por favor, contate o administrador do seu site.", "confirmdeletesite": "Você tem certeza que quer excluir o site {{sitename}}?", "connect": "Conectar!", "connecttomoodle": "Conectar ao moodle", "createaccount": "Cadastrar este novo usuário", "createuserandpass": "Escolha seu usuário e senha", - "credentials": "Credenciais", "credentialsdescription": "Por favor, informe seu nome de usuário e senha para efetuar o login", "emailconfirmsent": "

Uma mensagem foi enviada para o seu endereço {{$a}}

Esta mensagem contém instruções para completar a sua inscrição.

Se você encontrar dificuldades contate o administrador.

", "enterthewordsabove": "Digite as palavras acima", diff --git a/www/core/components/login/lang/pt.json b/www/core/components/login/lang/pt.json index fcac92b2b29..3eaeb731944 100644 --- a/www/core/components/login/lang/pt.json +++ b/www/core/components/login/lang/pt.json @@ -1,13 +1,11 @@ { "authenticating": "Autenticação", "cancel": "Cancelar", - "cannotdownloadfiles": "O seu serviço Mobile não permite descarregar ficheiros e a aplicação não funciona sem ativar esta configuração. Por favor, contacte o administrador do site.", "confirmdeletesite": "Tem a certeza que pretende remover o site {{sitename}}?", "connect": "Ligar!", "connecttomoodle": "Ligação ao Moodle", "createaccount": "Criar a minha conta", "createuserandpass": "Escolha um nome de utilizador e senha", - "credentials": "Credenciais", "credentialsdescription": "Por favor digite o seu nome de utilizador e senha para entrar", "emailconfirmsent": "

Acaba de ser enviada uma mensagem para o seu endereço {{$a}}, com instruções fáceis para completar a sua inscrição.

Se tiver alguma dificuldade em completar o registo, contacte o administrador do site.

", "enterthewordsabove": "Insira as palavras indicadas acima", diff --git a/www/core/components/login/lang/ro.json b/www/core/components/login/lang/ro.json index b3ca3b4b3ca..cda5c509435 100644 --- a/www/core/components/login/lang/ro.json +++ b/www/core/components/login/lang/ro.json @@ -1,13 +1,11 @@ { "authenticating": "Autentificare", "cancel": "Renunță", - "cannotdownloadfiles": "Descărcarea de fișiere este inactivată în serviciul pentru mobil iar aplicația nu poate funcționa cu această funcție dezactivată. Contactați administratorul siteului.", "confirmdeletesite": "Sunteți sigur că doriți sa ștergeți siteul {{sitename}}?", "connect": "Conectare!", "connecttomoodle": "Conectare la Moodle", "createaccount": "Creează noul meu cont", "createuserandpass": "Alege un nume de utilizator şi o parolă", - "credentials": "Contributori", "credentialsdescription": "Va rugăm să introduceți userul și parola dumneavoastră pentru a vă conecta", "emailconfirmsent": "

Un email a fost trimis la adresa Dvs. {{$a}}

\n

Acest mesaj conţine instrucţiuni despre finalizarea înregistrării.

\n

În cazul în care întâmpinaţi dificultăţi contactaţi administratorul site-ului.

", "enterthewordsabove": "Introduceţi cuvintele de mai sus", diff --git a/www/core/components/login/lang/ru.json b/www/core/components/login/lang/ru.json index 2a201c7dc39..667dcedcaf6 100644 --- a/www/core/components/login/lang/ru.json +++ b/www/core/components/login/lang/ru.json @@ -1,13 +1,11 @@ { "authenticating": "Аутентификация", "cancel": "Отменить", - "cannotdownloadfiles": "Скачивание файла отключено для мобильных служб; приложение не может работать с данной отключенной настройкой. Пожалуйста, свяжитесь с администратором сайта.", "confirmdeletesite": "Вы уверены, что хотите удалить сайт {{sitename}}?", "connect": "Подключено!", "connecttomoodle": "Подключение к Moodle", "createaccount": "Сохранить", "createuserandpass": "Выберите имя пользователя и пароль", - "credentials": "Учетные данные", "credentialsdescription": "Пожалуйста, укажите Ваш логин и пароль для входа", "emailconfirmsent": "На указанный Вами адрес электронной почты ({{$a}}) было отправлено письмо с простыми инструкциями для завершения регистрации.\n Если у вас появятся проблемы с регистрацией, свяжитесь с администратором сайта.", "enterthewordsabove": "Напишите слова, которые Вы видите выше", diff --git a/www/core/components/login/lang/sv.json b/www/core/components/login/lang/sv.json index af8422c1478..18416f9c3d5 100644 --- a/www/core/components/login/lang/sv.json +++ b/www/core/components/login/lang/sv.json @@ -1,13 +1,11 @@ { "authenticating": "Autentisera", "cancel": "Avbryt", - "cannotdownloadfiles": "Nedladdning av filer är avaktiverat i din mobila tjänst. Appen fungerar inte om den inställningen är inaktiverad. Vänligen kontakta administratören.", "confirmdeletesite": "Är du säker på att du vill ta bort webbsidan {{sitename}}?", "connect": "Anslut!", "connecttomoodle": "Anslut till Moodle", "createaccount": "Skapa mitt nya konto", "createuserandpass": "Skapa ett nytt användarnamn och lösenord för att logga in med.", - "credentials": "Referenser", "credentialsdescription": "Ange ditt användarnamn och lösenord för att logga på", "emailconfirmsent": "

Vi har skickat ett e-postbrev som Du bör ha fått
till Din adress på {{$a}}

\n

Det innehåller enkla instruktioner som hjälper Dig
att fullfölja Din registrering.

\n

Om Du stöter på problem, är Du välkommen att
kontakta den som ansvarar för webbplatsen.

", "enterthewordsabove": "Mata in de ovanstående orden", diff --git a/www/core/components/login/lang/tr.json b/www/core/components/login/lang/tr.json index 820fb7fc907..2e689b92e52 100644 --- a/www/core/components/login/lang/tr.json +++ b/www/core/components/login/lang/tr.json @@ -1,6 +1,7 @@ { "authenticating": "Kimlik doğrulanıyor", "cancel": "Vazgeç", + "connect": "Bağlan", "createaccount": "Yeni hesabımı oluştur", "createuserandpass": "Kullanıcı adınızı ve şifrenizi seçin", "emailconfirmsent": "

Bu e-posta adresinize ({{$a}}) bir mesaj gönderildi.

\n

Bu mesaj, kaydınızı tamamlamanız için basit yönergeleri içermektedir.

\n

Bu işlemleri yaparken bir zorlukla karşılaşırsanız site yöneticiyle iletişim kurabilirsiniz.

", @@ -29,6 +30,7 @@ "policyagree": "Bu siteyi kullanmaya devam etmek için bu sözleşmeyi kabul etmelisiniz. Kabul ediyor musunuz?", "policyagreement": "Site şartları sözleşmesi", "policyagreementclick": "Site şartları sözleşmesi bağlantısı", + "security_question": "Güvenlik sorusu", "selectacountry": "Bir ülke seç", "siteinmaintenance": "Siteniz bakım modunda", "siteurl": "Sİte Adresi", diff --git a/www/core/components/question/lang/ar.json b/www/core/components/question/lang/ar.json index 5e1068d162a..605a432685e 100644 --- a/www/core/components/question/lang/ar.json +++ b/www/core/components/question/lang/ar.json @@ -1,10 +1,16 @@ { "answer": "إجابة", + "answersaved": "تم حفظ الإجابة", "complete": "كامل", "correct": "صح", "feedback": "تقرير", "incorrect": "خطاء", + "information": "معلومات", + "invalidanswer": "إجابة غير مكتملة", "notanswered": "لم تتم الأجابة بعد", "notyetanswered": "لم يتم الاجابة بعد", - "partiallycorrect": "إجابة جزئية" + "partiallycorrect": "إجابة جزئية", + "questionno": "سؤال {{$a}}", + "requiresgrading": "يتطلب التصحيح", + "unknown": "غير معروف" } \ No newline at end of file diff --git a/www/core/components/question/lang/bg.json b/www/core/components/question/lang/bg.json index 68e5c3f5bee..f375fb3b363 100644 --- a/www/core/components/question/lang/bg.json +++ b/www/core/components/question/lang/bg.json @@ -1,10 +1,16 @@ { "answer": "Отговор", + "answersaved": "Отговорът съхранен", "complete": "Завършен", "correct": "Вярно", "feedback": "Обратна връзка", "incorrect": "Неправилно", + "information": "Информация", + "invalidanswer": "Непълен отговор", "notanswered": "Още няма отговори", "notyetanswered": "Още без отговор", - "partiallycorrect": "Частично верен" + "partiallycorrect": "Частично верен", + "questionno": "Въпрос {{$a}}", + "requiresgrading": "Изисква оценяване", + "unknown": "Неизвестно" } \ No newline at end of file diff --git a/www/core/components/question/lang/ca.json b/www/core/components/question/lang/ca.json index b9edd6c164d..e31c6bbe967 100644 --- a/www/core/components/question/lang/ca.json +++ b/www/core/components/question/lang/ca.json @@ -1,5 +1,6 @@ { "answer": "Resposta", + "answersaved": "Resposta desada", "complete": "Complet", "correct": "Correcta", "errorattachmentsnotsupported": "L'aplicació encara no admet l'adjunció de fitxers.", @@ -8,9 +9,13 @@ "feedback": "Retroacció", "howtodraganddrop": "Feu un toc per seleccionar i feu un toc de nou per deixar anar.", "incorrect": "Incorrecta", + "information": "Informació", + "invalidanswer": "Resposta no vàlida o incompleta", "notanswered": "No contestada encara", "notyetanswered": "Encara no s'ha contestat", "partiallycorrect": "Parcialment correcte", "questionmessage": "Pregunta {{$a}}: {{$b}}", + "questionno": "Pregunta {{$a}}", + "requiresgrading": "Cal puntuar", "unknown": "No es pot determinar l'estat" } \ No newline at end of file diff --git a/www/core/components/question/lang/cs.json b/www/core/components/question/lang/cs.json index c83adfe7322..21c2183113c 100644 --- a/www/core/components/question/lang/cs.json +++ b/www/core/components/question/lang/cs.json @@ -1,5 +1,6 @@ { "answer": "Odpověď", + "answersaved": "Odpověď uložena", "complete": "Podrobný", "correct": "Správná odpověď", "errorattachmentsnotsupported": "Aplikace ještě nepodporuje připojování souborů k odpovědím.", @@ -8,9 +9,13 @@ "feedback": "Komentář", "howtodraganddrop": "Klepnutím vyberte potom klepněte na místo umístění.", "incorrect": "Nesprávná odpověď", + "information": "Informace", + "invalidanswer": "Neúplná odpověď", "notanswered": "Dosud nezodpovězeno", "notyetanswered": "Dosud nezodpovězeno", "partiallycorrect": "Částečně správná odpověď", "questionmessage": "Úloha {{$a}}: {{$b}}", + "questionno": "Úloha {{$a}}", + "requiresgrading": "Vyžaduje hodnocení", "unknown": "Stav nelze určit" } \ No newline at end of file diff --git a/www/core/components/question/lang/da.json b/www/core/components/question/lang/da.json index 47c4b8ddec5..2ec14567445 100644 --- a/www/core/components/question/lang/da.json +++ b/www/core/components/question/lang/da.json @@ -1,10 +1,16 @@ { "answer": "Svar", + "answersaved": "Besvaret", "complete": "Færdiggør", "correct": "Rigtigt", "feedback": "Feedback", "incorrect": "Forkert", + "information": "Information", + "invalidanswer": "Ufuldstændigt svar", "notanswered": "Ikke besvaret endnu", "notyetanswered": "Endnu ikke besvaret", - "partiallycorrect": "Delvist rigtigt" + "partiallycorrect": "Delvist rigtigt", + "questionno": "Spørgsmål {{$a}}", + "requiresgrading": "Kræver bedømmelse", + "unknown": "Ukendt" } \ No newline at end of file diff --git a/www/core/components/question/lang/de.json b/www/core/components/question/lang/de.json index 02744e6463f..8e1a1ff2bc6 100644 --- a/www/core/components/question/lang/de.json +++ b/www/core/components/question/lang/de.json @@ -1,5 +1,6 @@ { "answer": "Antwort", + "answersaved": "Antwort gespeichert", "complete": "Fertig", "correct": "Richtig", "errorattachmentsnotsupported": "Die App erlaubt keine Antworten mit Dateianhängen.", @@ -8,9 +9,13 @@ "feedback": "Rückmeldung", "howtodraganddrop": "Tippen Sie zum Auswählen und tippen Sie noch einmal zum Ablegen.", "incorrect": "Falsch", + "information": "Information", + "invalidanswer": "Unvollständige Antwort", "notanswered": "Nicht abgestimmt", "notyetanswered": "unbeantwortet", "partiallycorrect": "Teilweise richtig", "questionmessage": "Frage {{$a}}: {{$b}}", + "questionno": "Frage {{$a}}", + "requiresgrading": "Bewertung notwendig", "unknown": "Der Status kann nicht bestimmt werden." } \ No newline at end of file diff --git a/www/core/components/question/lang/es-mx.json b/www/core/components/question/lang/es-mx.json index e3e151e0cd2..08650d56e54 100644 --- a/www/core/components/question/lang/es-mx.json +++ b/www/core/components/question/lang/es-mx.json @@ -1,5 +1,6 @@ { "answer": "Respuesta", + "answersaved": "Respuesta guardada", "complete": "Completado", "correct": "Correcto", "errorattachmentsnotsupported": "La aplicación todavía no soporta anexarle archivos a las respuestas.", @@ -8,9 +9,13 @@ "feedback": "Retroalimentación", "howtodraganddrop": "Tocar para seleccionar y tocar para soltar", "incorrect": "Incorrecta", + "information": "Información", + "invalidanswer": "Respuesta incompleta", "notanswered": "Sin contestar aún", "notyetanswered": "Aún no se ha dado respuesta", "partiallycorrect": "Parcialmente correcto", "questionmessage": "Pregunta {{$a}}: {{$b}}", + "questionno": "Pregunta {{$a}}", + "requiresgrading": "Requiere re-calificar", "unknown": "No se puede determinar el estatus" } \ No newline at end of file diff --git a/www/core/components/question/lang/es.json b/www/core/components/question/lang/es.json index 82b98b1364d..e9e902697f3 100644 --- a/www/core/components/question/lang/es.json +++ b/www/core/components/question/lang/es.json @@ -1,11 +1,17 @@ { "answer": "Respuesta", + "answersaved": "Respuesta guardada", "complete": "Completado", "correct": "Correcto", "feedback": "Retroalimentación", "incorrect": "Incorrecta", + "information": "Información", + "invalidanswer": "Respuesta incompleta", "notanswered": "Sin contestar aún", "notyetanswered": "Aún no se ha dado respuesta", "partiallycorrect": "Parcialmente correcto", - "questionmessage": "Pregunta {{$a}}: {{$b}}" + "questionmessage": "Pregunta {{$a}}: {{$b}}", + "questionno": "Pregunta {{$a}}", + "requiresgrading": "Requiere calificación", + "unknown": "Desconocido" } \ No newline at end of file diff --git a/www/core/components/question/lang/eu.json b/www/core/components/question/lang/eu.json index d0e9c0bcb4f..d47acec2068 100644 --- a/www/core/components/question/lang/eu.json +++ b/www/core/components/question/lang/eu.json @@ -1,5 +1,6 @@ { "answer": "Erantzun", + "answersaved": "Erantzuna gorde da", "complete": "Osoa", "correct": "Zuzena", "errorattachmentsnotsupported": "App-ak oraindik ez du erantzunei fitxategiak eranstea onartzen.", @@ -8,9 +9,13 @@ "feedback": "Feedbacka", "howtodraganddrop": "Sakatu aukeratzeko eta ondoren sakatu ezabatzeko.", "incorrect": "Ez zuzena", + "information": "Informazioa", + "invalidanswer": "Erantzuna ez dago osorik", "notanswered": "Oraindik erantzun gabe", "notyetanswered": "Erantzun gabea", "partiallycorrect": "Zuzena zati batean", "questionmessage": "{{$a}} galdera: {{$b}}", + "questionno": "{{$a}} galdera", + "requiresgrading": "Kalifikazioa behar du", "unknown": "Ezin da egoera zehaztu" } \ No newline at end of file diff --git a/www/core/components/question/lang/fa.json b/www/core/components/question/lang/fa.json index da9633c0823..15722458795 100644 --- a/www/core/components/question/lang/fa.json +++ b/www/core/components/question/lang/fa.json @@ -1,10 +1,16 @@ { "answer": "پاسخ", + "answersaved": "پاسخ ذخیره شده", "complete": "کامل", "correct": "درست", "feedback": "بازخورد", "incorrect": "نادرست", + "information": "توضیح", + "invalidanswer": "پاسخ ناقص", "notanswered": "هنوز پاسخ نداده‌اند", "notyetanswered": "هنوز پاسخ داده نشده است", - "partiallycorrect": "نیمه درست" + "partiallycorrect": "نیمه درست", + "questionno": "سؤال {{$a}}", + "requiresgrading": "نمره‌دهی لازم است", + "unknown": "نامعلوم" } \ No newline at end of file diff --git a/www/core/components/question/lang/fr.json b/www/core/components/question/lang/fr.json index 024dfb24941..53fa708cca6 100644 --- a/www/core/components/question/lang/fr.json +++ b/www/core/components/question/lang/fr.json @@ -1,5 +1,6 @@ { "answer": "Réponse", + "answersaved": "Réponse enregistrée", "complete": "Complet", "correct": "Correct", "errorattachmentsnotsupported": "L'application ne permet pas encore d'annexer des fichiers aux réponses.", @@ -8,9 +9,13 @@ "feedback": "Feedback", "howtodraganddrop": "Tapoter pour sélectionner, puis tapoter pour déposer.", "incorrect": "Incorrect", + "information": "Description", + "invalidanswer": "Réponse incomplète", "notanswered": "Pas encore répondu", "notyetanswered": "Pas encore répondu", "partiallycorrect": "Partiellement correct", "questionmessage": "Question {{$a}} : {{$b}}", + "questionno": "Question {{$a}}", + "requiresgrading": "Nécessite évaluation", "unknown": "Impossible de déterminer l'état" } \ No newline at end of file diff --git a/www/core/components/question/lang/he.json b/www/core/components/question/lang/he.json index 1b1cd4e6537..1761f82c521 100644 --- a/www/core/components/question/lang/he.json +++ b/www/core/components/question/lang/he.json @@ -1,10 +1,16 @@ { "answer": "תשובה", + "answersaved": "תשובה נשמרה", "complete": "הושלם", "correct": "נכון", "feedback": "תגובות", "incorrect": "לא נכון", + "information": "מידע", + "invalidanswer": "תשובה שלא הושלמה", "notanswered": "שאלה זו טרם נענתה", "notyetanswered": "עדין לא ענו", - "partiallycorrect": "תשובה נכונה חלקית" + "partiallycorrect": "תשובה נכונה חלקית", + "questionno": "שאלה {{$a}}", + "requiresgrading": "נדרש מתן ציון", + "unknown": "לא ידוע" } \ No newline at end of file diff --git a/www/core/components/question/lang/hu.json b/www/core/components/question/lang/hu.json index 08a57d51000..649b1988ef4 100644 --- a/www/core/components/question/lang/hu.json +++ b/www/core/components/question/lang/hu.json @@ -1,10 +1,16 @@ { "answer": "Válasz", + "answersaved": "A válasz elmentve", "complete": "Teljes", "correct": "Helyes", "feedback": "Visszajelzés", "incorrect": "Hibás", + "information": "Információ", + "invalidanswer": "Hiányos válasz", "notanswered": "Még nincs válasz", "notyetanswered": "Megválaszolatlan", - "partiallycorrect": "Részben helyes" + "partiallycorrect": "Részben helyes", + "questionno": "{{$a}}. kérdés", + "requiresgrading": "Pontozandó", + "unknown": "ismeretlen" } \ No newline at end of file diff --git a/www/core/components/question/lang/it.json b/www/core/components/question/lang/it.json index a4db68214b9..428103f0616 100644 --- a/www/core/components/question/lang/it.json +++ b/www/core/components/question/lang/it.json @@ -1,12 +1,17 @@ { "answer": "Risposta", + "answersaved": "Risposta salvata", "complete": "Completo", "correct": "Giusto", "feedback": "Feedback", "incorrect": "Sbagliato", + "information": "Informazione", + "invalidanswer": "Risposta incompleta", "notanswered": "Senza scelta", "notyetanswered": "Senza risposta", "partiallycorrect": "Parzialmente corretto", "questionmessage": "Domanda {{$a}}: {{$b}}", + "questionno": "Domanda {{$a}}", + "requiresgrading": "Richiede valutazione", "unknown": "Non è possibile determinare lo stato" } \ No newline at end of file diff --git a/www/core/components/question/lang/ja.json b/www/core/components/question/lang/ja.json index ffa6cadf1e0..2bea4fc9409 100644 --- a/www/core/components/question/lang/ja.json +++ b/www/core/components/question/lang/ja.json @@ -1,10 +1,16 @@ { "answer": "回答", + "answersaved": "解答保存", "complete": "詳細", "correct": "正解", "feedback": "フィードバック", "incorrect": "不正解", + "information": "情報", + "invalidanswer": "不完全な答え", "notanswered": "未投票", "notyetanswered": "未回答", - "partiallycorrect": "部分的に正解" + "partiallycorrect": "部分的に正解", + "questionno": "問題 {{$a}}", + "requiresgrading": "要評定", + "unknown": "不明" } \ No newline at end of file diff --git a/www/core/components/question/lang/nl.json b/www/core/components/question/lang/nl.json index be5bd15edd6..18382e872c6 100644 --- a/www/core/components/question/lang/nl.json +++ b/www/core/components/question/lang/nl.json @@ -1,5 +1,6 @@ { "answer": "Antwoord", + "answersaved": "Antwoord bewaard", "complete": "Voltooid", "correct": "Juist", "errorattachmentsnotsupported": "De applicatie ondersteunt nog geen blijlagen bij antwoorden.", @@ -8,9 +9,13 @@ "feedback": "Feedback", "howtodraganddrop": "Tik om te selecteren en tik om neer te zetten.", "incorrect": "Niet juist", + "information": "Informatie", + "invalidanswer": "Onvolledig antwoord", "notanswered": "Nog niet beantwoord", "notyetanswered": "Nog niet beantwoord", "partiallycorrect": "Gedeeltelijk juist", "questionmessage": "Vraag {{$a}}: {{$b}}", + "questionno": "Vraag {{$a}}", + "requiresgrading": "Beoordelen vereist", "unknown": "Kan status niet bepalen" } \ No newline at end of file diff --git a/www/core/components/question/lang/pl.json b/www/core/components/question/lang/pl.json index 87f1834226d..6e060784dd2 100644 --- a/www/core/components/question/lang/pl.json +++ b/www/core/components/question/lang/pl.json @@ -1,10 +1,16 @@ { "answer": "Odpowiedz", + "answersaved": "Odpowiedź zapisana", "complete": "Pełna wersja", "correct": "Poprawnie", "feedback": "Informacja zwrotna", "incorrect": "Niepoprawnie", + "information": "Informacja", + "invalidanswer": "Niekompletna odpowiedź", "notanswered": "Jeszcze nie udzielono odpowiedzi", "notyetanswered": "Brak odpowiedzi", - "partiallycorrect": "Częściowo poprawnie" + "partiallycorrect": "Częściowo poprawnie", + "questionno": "Pytanie {{$a}}", + "requiresgrading": "Wymaga oceny", + "unknown": "Nieznany" } \ No newline at end of file diff --git a/www/core/components/question/lang/pt-br.json b/www/core/components/question/lang/pt-br.json index 81bb3dad855..edc5aa4ce32 100644 --- a/www/core/components/question/lang/pt-br.json +++ b/www/core/components/question/lang/pt-br.json @@ -1,5 +1,6 @@ { "answer": "Resposta", + "answersaved": "Resposta salva", "complete": "Concluído", "correct": "Correto", "errorattachmentsnotsupported": "O aplicativo ainda não suporta anexar arquivos à resposta.", @@ -7,9 +8,13 @@ "feedback": "Feedback", "howtodraganddrop": "Toque para selecionar e então toque para soltar.", "incorrect": "Errado", + "information": "Informação", + "invalidanswer": "Resposta incompleta", "notanswered": "Nenhuma resposta", "notyetanswered": "Ainda não respondeu", "partiallycorrect": "Parcialmente correta", "questionmessage": "Questão {{$a}}: {{$b}}", + "questionno": "Questão {{$a}}", + "requiresgrading": "Requer avaliação", "unknown": "Não pôde determinar o estado" } \ No newline at end of file diff --git a/www/core/components/question/lang/pt.json b/www/core/components/question/lang/pt.json index 325da53a821..c183ab54179 100644 --- a/www/core/components/question/lang/pt.json +++ b/www/core/components/question/lang/pt.json @@ -1,10 +1,16 @@ { "answer": "Resposta", + "answersaved": "Resposta guardada", "complete": "Completo", "correct": "Correto", "feedback": "Comentários", "incorrect": "Incorreto", + "information": "Informação", + "invalidanswer": "Resposta incompleta", "notanswered": "Ainda não respondeu", "notyetanswered": "Ainda não respondeu", - "partiallycorrect": "Parcialmente correto" + "partiallycorrect": "Parcialmente correto", + "questionno": "Pergunta {{$a}}", + "requiresgrading": "Requer avaliação", + "unknown": "Desconhecido(a)" } \ No newline at end of file diff --git a/www/core/components/question/lang/ro.json b/www/core/components/question/lang/ro.json index dfd819b0607..a1bb7b725d9 100644 --- a/www/core/components/question/lang/ro.json +++ b/www/core/components/question/lang/ro.json @@ -1,10 +1,16 @@ { "answer": "Răspunde", + "answersaved": "Răspuns salvat", "complete": "Finalizează", "correct": "Corect", "feedback": "Feedback", "incorrect": "Incorect", + "information": "Informații", + "invalidanswer": "Răspuns incomplet", "notanswered": "Nu a fost rezolvat încă", "notyetanswered": "Incă nu s-a răspuns", - "partiallycorrect": "Parţial corect" + "partiallycorrect": "Parţial corect", + "questionno": "Întrebare {{$a}}", + "requiresgrading": "Trebuie să fie notată", + "unknown": "Necunoscut" } \ No newline at end of file diff --git a/www/core/components/question/lang/ru.json b/www/core/components/question/lang/ru.json index 3e18989d11b..68d3259d734 100644 --- a/www/core/components/question/lang/ru.json +++ b/www/core/components/question/lang/ru.json @@ -1,10 +1,16 @@ { "answer": "Ответ", + "answersaved": "Ответ сохранен", "complete": "Завершено", "correct": "Верно", "feedback": "Отзыв", "incorrect": "Неверно", + "information": "Информация", + "invalidanswer": "Неполный ответ", "notanswered": "Еще не ответили", "notyetanswered": "Пока нет ответа", - "partiallycorrect": "Частично верно" + "partiallycorrect": "Частично верно", + "questionno": "Вопрос {{$a}}", + "requiresgrading": "Требуется оценивание", + "unknown": "неизвестно" } \ No newline at end of file diff --git a/www/core/components/question/lang/sv.json b/www/core/components/question/lang/sv.json index f08daabc1c7..c5026909e1f 100644 --- a/www/core/components/question/lang/sv.json +++ b/www/core/components/question/lang/sv.json @@ -1,10 +1,16 @@ { "answer": "Svar", + "answersaved": "Svar sparade", "complete": "Komplett", "correct": "Rätt", "feedback": "Återkoppling", "incorrect": "Felaktigt", + "information": "Information", + "invalidanswer": "Ofullständigt svar", "notanswered": "Inte ännu besvarad", "notyetanswered": "Ännu inte besvarad", - "partiallycorrect": "Delvis korrekt" + "partiallycorrect": "Delvis korrekt", + "questionno": "Fråga {{$a}}", + "requiresgrading": "Kräver rättning", + "unknown": "Okänd" } \ No newline at end of file diff --git a/www/core/components/question/lang/tr.json b/www/core/components/question/lang/tr.json index 204c0471699..385441989df 100644 --- a/www/core/components/question/lang/tr.json +++ b/www/core/components/question/lang/tr.json @@ -1,9 +1,16 @@ { "answer": "Yanıt", + "answersaved": "Cevap kaydedildi", "complete": "Tamamlanmış", "correct": "Doğru", "feedback": "Geribildirim", "incorrect": "Yanlış", + "information": "Bilgi", + "invalidanswer": "Tamamlanmamış cevap", "notanswered": "Henüz yanıtlanmadı", - "partiallycorrect": "Kısmen doğru" + "notyetanswered": "Henüz yanıtlanmamış", + "partiallycorrect": "Kısmen doğru", + "questionno": "Soru {{$a}}", + "requiresgrading": "Notlandırma gerekir", + "unknown": "Bilinmeyen" } \ No newline at end of file diff --git a/www/core/components/question/lang/zh-cn.json b/www/core/components/question/lang/zh-cn.json index e074c1619bf..b0c02c82632 100644 --- a/www/core/components/question/lang/zh-cn.json +++ b/www/core/components/question/lang/zh-cn.json @@ -1,10 +1,16 @@ { "answer": "回答", + "answersaved": "答案已保存", "complete": "完全", "correct": "正确", "feedback": "反馈", "incorrect": "错误", + "information": "说明", + "invalidanswer": "答案不完成", "notanswered": "未答", "notyetanswered": "仍未作答", - "partiallycorrect": "部分正确" + "partiallycorrect": "部分正确", + "questionno": "题目{{$a}}", + "requiresgrading": "需要评分", + "unknown": "未知" } \ No newline at end of file diff --git a/www/core/components/question/lang/zh-tw.json b/www/core/components/question/lang/zh-tw.json index 1bfaf624db7..df8253e1f40 100644 --- a/www/core/components/question/lang/zh-tw.json +++ b/www/core/components/question/lang/zh-tw.json @@ -1,10 +1,16 @@ { "answer": "回答", + "answersaved": "答案已儲存", "complete": "完全", "correct": "正確", "feedback": "回饋", "incorrect": "不正確", + "information": "資訊", + "invalidanswer": "不完整的答案", "notanswered": "尚未回答", "notyetanswered": "還沒被填答", - "partiallycorrect": "部分正確" + "partiallycorrect": "部分正確", + "questionno": "試題{{$a}}", + "requiresgrading": "需要計分", + "unknown": "未知的" } \ No newline at end of file diff --git a/www/core/components/settings/lang/ar.json b/www/core/components/settings/lang/ar.json index 09752c272ce..40b91651104 100644 --- a/www/core/components/settings/lang/ar.json +++ b/www/core/components/settings/lang/ar.json @@ -1,10 +1,8 @@ { "about": "حول", - "appname": "تطبيق مودل {{version}}", "cacheexpirationtime": "وقت انتهاء صلاحية ذاكرة التخزين المؤقت (بالميلي ثانية)", "currentlanguage": "اللغة الحالية", "deletesitefiles": "هل أنت متأكد أنك تريد حذف الملفات التي تم تنزيلها من هذا الموقع '{{sitename}}'؟", - "development": "التطوير", "deviceinfo": "معلومات الجهاز", "deviceos": "نظام تشغيل الجهاز", "disableall": "تعطيل الإعلامات بشكل مؤقت", @@ -22,7 +20,6 @@ "settings": "الإعدادات", "sites": "المواقع", "spaceusage": "المساحة المستخدمة", - "success": "تم بنجاح", "synchronization": "تزامن", "synchronizenow": "زامن الأن", "synchronizing": "يتم التزامن", diff --git a/www/core/components/settings/lang/bg.json b/www/core/components/settings/lang/bg.json index dc2d2031bd9..e9de7ab1cf5 100644 --- a/www/core/components/settings/lang/bg.json +++ b/www/core/components/settings/lang/bg.json @@ -1,10 +1,8 @@ { "about": "Относно", - "appname": "Moodle Мобайл {{version}}", "cacheexpirationtime": "Продължителност на кеша (милисекунди)", "currentlanguage": "Текущ език", "deletesitefiles": "Сигурни ли сте, че искате да изтриете изтеглените от този сайт файлове?", - "development": "Разработка", "disableall": "Временно отменяне на съобщенията", "disabled": "Блокирано", "enabledebugging": "Позволяване на диагностициране", @@ -18,7 +16,6 @@ "loggedoff": "Не е онлайн", "settings": "Настройки", "spaceusage": "Използване на пространство", - "success": "Успех!", "synchronization": "Синхронизиране", "synchronizing": "Синхронизиране", "syncsitesuccess": "Данните от сайта са синхронизирани и всички кешове са инвалидирани.", diff --git a/www/core/components/settings/lang/ca.json b/www/core/components/settings/lang/ca.json index 7e726db6a3a..975370af0bb 100644 --- a/www/core/components/settings/lang/ca.json +++ b/www/core/components/settings/lang/ca.json @@ -1,6 +1,5 @@ { "about": "Quant a", - "appname": "Moodle Mobile {{version}}", "appready": "App preparada", "cacheexpirationtime": "Temps de venciment de memòria cau (milisegons)", "cannotsyncoffline": "No es poden sincronitzar dades fora de línia.", @@ -15,7 +14,6 @@ "currentlanguage": "Idioma actual", "deletesitefiles": "Esteu segur que voleu esborrar els fitxers baixats d'aquest lloc?", "deletesitefilestitle": "Elimina els fitxers del lloc", - "development": "Desenvolupament", "deviceinfo": "Informació del dispositiu", "deviceos": "OS del dispositiu", "devicewebworkers": "És compatible amb Device Web Workers", @@ -47,7 +45,6 @@ "sites": "Llocs", "spaceusage": "Utilització de l'espai", "storagetype": "Tipus d'emmagatzematge", - "success": "Èxit!", "synchronization": "Sincronització", "synchronizenow": "Sincronitza ara", "synchronizing": "S'està sincronitzant", diff --git a/www/core/components/settings/lang/cs.json b/www/core/components/settings/lang/cs.json index 66d2c0809e1..4cc9fa6da17 100644 --- a/www/core/components/settings/lang/cs.json +++ b/www/core/components/settings/lang/cs.json @@ -1,6 +1,5 @@ { "about": "O aplikaci", - "appname": "Moodle Mobile {{version}}", "appready": "Aplikace je připravena", "cacheexpirationtime": "Vypršení platnosti vyrovnávací paměti (milisekundy)", "cannotsyncoffline": "Nelze synchronizovat offline.", @@ -14,7 +13,6 @@ "currentlanguage": "Aktuální jazyk", "deletesitefiles": "Jste si jisti, že chcete odstranit stažené soubory z tohoto webu?", "deletesitefilestitle": "Odstranit soubory webu", - "development": "Vývoj", "deviceinfo": "Informace o zařízení", "deviceos": "OS zařízení", "devicewebworkers": "Podporovaný Web Workers zařízení", @@ -47,7 +45,6 @@ "sites": "Stránky", "spaceusage": "Použitý prostor", "storagetype": "Typ paměti", - "success": "Úspěch!", "synchronization": "Synchronizace", "synchronizenow": "Právě synchonizuji", "synchronizing": "Synchronizování", diff --git a/www/core/components/settings/lang/da.json b/www/core/components/settings/lang/da.json index 2f99eb63526..7be06c6be67 100644 --- a/www/core/components/settings/lang/da.json +++ b/www/core/components/settings/lang/da.json @@ -1,6 +1,5 @@ { "about": "Om", - "appname": "Moodle Mobile {{version}}", "appready": "App klar", "cacheexpirationtime": "Cache udløbstid (milisekunder)", "cordovadevicemodel": "Cordova Device model", @@ -12,7 +11,6 @@ "currentlanguage": "Nuværende sprog", "deletesitefiles": "Er du sikker på du ønsker at slette de indhentede filer fra webstedet '{{sitename}}'?", "deletesitefilestitle": "Slet webstedsfiler", - "development": "Udvikling", "deviceinfo": "Enheds information", "deviceos": "Enheds operativsystem", "disableall": "Deaktiver midlertidigt underretninger", @@ -39,7 +37,6 @@ "sites": "Steder", "spaceusage": "Pladsforbrug", "storagetype": "Lagertype", - "success": "Succes!", "synchronization": "Synkronisering", "synchronizenow": "Synkroniser nu", "synchronizing": "Synkroniserer", diff --git a/www/core/components/settings/lang/de.json b/www/core/components/settings/lang/de.json index 25282ba952e..dbfc19ae372 100644 --- a/www/core/components/settings/lang/de.json +++ b/www/core/components/settings/lang/de.json @@ -1,6 +1,5 @@ { "about": "Weitere Infos", - "appname": "Moodle Mobile {{version}}", "appready": "App nutzbar", "cacheexpirationtime": "Speicherdauer im Cache (Millisekunden)", "cannotsyncoffline": "Offline kann nicht synchronisiert werden.", @@ -15,7 +14,6 @@ "currentlanguage": "Sprache", "deletesitefiles": "Möchten Sie die von der Website '{{sitename}}' heruntergeladenen Dateien wirklich löschen?", "deletesitefilestitle": "Website-Dateien löschen", - "development": "Entwicklung", "deviceinfo": "Geräteinfo", "deviceos": "Geräte-OS", "devicewebworkers": "Device Web Workers unterstützt", @@ -48,7 +46,6 @@ "sites": "Websites", "spaceusage": "Speicherplatz", "storagetype": "Speicherart", - "success": "Fertig!", "synchronization": "Synchronisieren", "synchronizenow": "Synchronisieren", "synchronizing": "Synchronisieren ...", diff --git a/www/core/components/settings/lang/es-mx.json b/www/core/components/settings/lang/es-mx.json index 9896339688d..8fd20387bc5 100644 --- a/www/core/components/settings/lang/es-mx.json +++ b/www/core/components/settings/lang/es-mx.json @@ -1,6 +1,5 @@ { "about": "Acerca de", - "appname": "Moodle Mobile {{version}}", "appready": "App lista", "cacheexpirationtime": "Tiempo de caducidad del caché (mili segundos)", "cannotsyncoffline": "No puede sincronizarse fuera-de-línea.", @@ -15,7 +14,6 @@ "currentlanguage": "Idioma actual", "deletesitefiles": "¿Está seguro de que desea borrar todos los archivos descargados de este sitio?", "deletesitefilestitle": "Eliminar archivos del sitio", - "development": "Desarrollo", "deviceinfo": "Información del Dispositivo", "deviceos": "Sistema Operativo del dispositivo", "devicewebworkers": "Trabajadores Web del Dispositivo soportados", @@ -48,7 +46,6 @@ "sites": "Sitios", "spaceusage": "Espacio", "storagetype": "Tipo de almacenamiento", - "success": "¡Éxito!", "synchronization": "Sincronización", "synchronizenow": "Sincronizar ahorita", "synchronizing": "Sincronizando", diff --git a/www/core/components/settings/lang/es.json b/www/core/components/settings/lang/es.json index fe7e0940633..a56bf95cc55 100644 --- a/www/core/components/settings/lang/es.json +++ b/www/core/components/settings/lang/es.json @@ -1,6 +1,5 @@ { "about": "Acerca de", - "appname": "Moodle Mobile {{version}}", "appready": "App preparada", "cacheexpirationtime": "Tiempo de expiración de caché (mili segundos)", "cordovadevicemodel": "Modelo de dispositivo Cordova", @@ -12,7 +11,6 @@ "currentlanguage": "Idioma actual", "deletesitefiles": "¿Está seguro de que desea borrar todos los archivos descargados de este sitio?", "deletesitefilestitle": "Elimina los ficheros del sitio", - "development": "Desarrollo", "deviceinfo": "Información del dispositivo", "deviceos": "OS del dispositivo", "devicewebworkers": "Soporta Device Web Workers", @@ -37,12 +35,12 @@ "navigatorlanguage": "Lenguaje del navegador", "navigatoruseragent": "Agente de usuario del navegador", "networkstatus": "Estado de la conexión a internet", + "processorsettings": "Ajustes de procesador", "reportinbackground": "Informar de los errores automáticamente", "settings": "Ajustes", "sites": "Sitios", "spaceusage": "Espacio", "storagetype": "Tipo de almacenamiento", - "success": "Éxito", "synchronization": "Sincronización", "synchronizenow": "Sincronizar ahora", "synchronizing": "Sincronizando", diff --git a/www/core/components/settings/lang/eu.json b/www/core/components/settings/lang/eu.json index d711d317e79..ebe54719414 100644 --- a/www/core/components/settings/lang/eu.json +++ b/www/core/components/settings/lang/eu.json @@ -1,6 +1,5 @@ { "about": "Honi buruz", - "appname": "Moodle Mobile {{version}}", "appready": "App-a prest", "cacheexpirationtime": "Cache-aren iraungitze denbora (milisegundotan)", "cannotsyncoffline": "Ezin da lineaz-kanpo sinkronizatu.", @@ -15,7 +14,6 @@ "currentlanguage": "Oraingo hizkuntza", "deletesitefiles": "Ziur zaude '{{sitename}}' gunetik jaitsitako fitxategiak ezabatu nahi dituzula?", "deletesitefilestitle": "Ezabatu guneko fitxategiak", - "development": "Garapena", "deviceinfo": "Gailuaren informazio", "deviceos": "Gailuaren SEa", "devicewebworkers": "Device Web Workers onartuak", @@ -47,7 +45,6 @@ "sites": "Guneak", "spaceusage": "Lekuaren erabilera", "storagetype": "Biltegi mota", - "success": "Ondo!", "synchronization": "Sinkronizazioa", "synchronizenow": "Sinkronizatu orain", "synchronizing": "Sinkronizatzen", diff --git a/www/core/components/settings/lang/fr.json b/www/core/components/settings/lang/fr.json index 8fc20ba584a..63cc5ac8ead 100644 --- a/www/core/components/settings/lang/fr.json +++ b/www/core/components/settings/lang/fr.json @@ -1,6 +1,5 @@ { "about": "À propos", - "appname": "Moodle Mobile {{version}}", "appready": "Prêt pour l'app", "cacheexpirationtime": "Durée d'échéance du cache (ms)", "cannotsyncoffline": "Impossible de synchroniser sans connection réseau.", @@ -15,7 +14,6 @@ "currentlanguage": "Langue actuelle", "deletesitefiles": "Voulez-vous vraiment supprimer les fichiers téléchargés depuis ce site ?", "deletesitefilestitle": "Supprimer les fichiers de site", - "development": "Développement", "deviceinfo": "Info sur l'appareil", "deviceos": "Système d'exploitation de l'appareil", "devicewebworkers": "Web workers supportés", @@ -48,7 +46,6 @@ "sites": "Plateformes", "spaceusage": "Espace utilisé", "storagetype": "Type de stockage", - "success": "Succès !", "synchronization": "Synchronisation", "synchronizenow": "Synchroniser maintenant", "synchronizing": "Synchronisation en cours", diff --git a/www/core/components/settings/lang/he.json b/www/core/components/settings/lang/he.json index fb9798c3810..12f50bd95c4 100644 --- a/www/core/components/settings/lang/he.json +++ b/www/core/components/settings/lang/he.json @@ -5,7 +5,6 @@ "currentlanguage": "שפה נוכחית", "deletesitefiles": "האם אתה בטוח שברצונך למחוק את כל הקבצים שהורדו מאתר זה?", "deletesitefilestitle": "מחיקת קבצי אתר", - "development": "פיתוח", "deviceinfo": "מידע אודות המכשיר", "deviceos": "מערכת הפעלה של המכשיר", "disableall": "הודעות־מערכת כבויות זמנית", @@ -26,7 +25,6 @@ "settings": "הגדרות", "sites": "אתרים", "spaceusage": "זיכרון בשימוש", - "success": "הצלחה!", "synchronization": "סינכרון", "synchronizenow": "סינכרון עכשיו", "synchronizing": "מסנכרן", diff --git a/www/core/components/settings/lang/it.json b/www/core/components/settings/lang/it.json index cefcde944c6..ea9f2b111a6 100644 --- a/www/core/components/settings/lang/it.json +++ b/www/core/components/settings/lang/it.json @@ -1,6 +1,5 @@ { "about": "Informazioni", - "appname": "Moodle Mobile {{version}}", "appready": "App ready", "cacheexpirationtime": "Durata cache (millisecondi)", "cordovadevicemodel": "Modello del dispositivo Cordova", @@ -12,7 +11,6 @@ "currentlanguage": "Lingua in uso", "deletesitefiles": "Sei sicuro di eliminare i file scaricati dal sito '{{sitename}}'?", "deletesitefilestitle": "Elimina file del sito", - "development": "Sviluppo", "deviceinfo": "Informazioni sul dispositivo", "deviceos": "SO del dispositivo", "devicewebworkers": "Dispositivi Web Worker supportati", @@ -41,7 +39,6 @@ "sites": "Siti", "spaceusage": "Spazio utilizzato", "storagetype": "Tipo di storage", - "success": "Effettuato correttamente!", "synchronization": "Sincronizzazione", "synchronizenow": "Sincronizza adesso", "synchronizing": "Sincronizzazione in corso", diff --git a/www/core/components/settings/lang/nl.json b/www/core/components/settings/lang/nl.json index 114e98ed153..866d34654fb 100644 --- a/www/core/components/settings/lang/nl.json +++ b/www/core/components/settings/lang/nl.json @@ -1,6 +1,5 @@ { "about": "Over", - "appname": "Moodle Mobile {{version}}", "appready": "App klaar.", "cacheexpirationtime": "Cache verlooptijd (milliseconden)", "cannotsyncoffline": "Kan offline geen bestanden synchroniseren.", @@ -15,7 +14,6 @@ "currentlanguage": "Huidige taal", "deletesitefiles": "Weet je zeker dat je deze site en gedownloade bestanden ervan wil verwijderen?", "deletesitefilestitle": "Verwijder site-bestanden", - "development": "Ontwikkeling", "deviceinfo": "Toestel info", "deviceos": "Toestel OS", "devicewebworkers": "Ondersteunde Device Web Workers", @@ -48,7 +46,6 @@ "sites": "Sites", "spaceusage": "Gebruikte ruimte", "storagetype": "Opslagtype", - "success": "Gelukt!", "synchronization": "Synchronisatie", "synchronizenow": "Nu synchroniseren", "synchronizing": "Aan het synchroniseren...", diff --git a/www/core/components/settings/lang/pt-br.json b/www/core/components/settings/lang/pt-br.json index bde08e82dd7..30d7198231a 100644 --- a/www/core/components/settings/lang/pt-br.json +++ b/www/core/components/settings/lang/pt-br.json @@ -1,6 +1,5 @@ { "about": "Sobre", - "appname": "Moodle Mobile {{version}}", "appready": "Aplicativo pronto", "cacheexpirationtime": "Tempo de expiração do cache (milisegundos)", "cordovadevicemodel": "Cordova do modelo do dispositivo", @@ -12,7 +11,6 @@ "currentlanguage": "Idioma atual", "deletesitefiles": "Você tem certeza que quer excluir os arquivos baixados do site '{{sitename}}'?", "deletesitefilestitle": "Excluir os arquivos do site", - "development": "Desenvolvimento", "deviceinfo": "Informação do dispositivo", "deviceos": "Dispositivo OS", "devicewebworkers": "Device Web Workers suportados", @@ -44,7 +42,6 @@ "sites": "Sites", "spaceusage": "Uso do espaço", "storagetype": "Tipo de armazenamento", - "success": "Sucesso!", "synchronization": "Sincronização", "synchronizenow": "Sincronizar agora", "synchronizing": "Sincronizando", diff --git a/www/core/components/settings/lang/pt.json b/www/core/components/settings/lang/pt.json index 1e651667f97..9dcd9b37770 100644 --- a/www/core/components/settings/lang/pt.json +++ b/www/core/components/settings/lang/pt.json @@ -1,6 +1,5 @@ { "about": "Sobre", - "appname": "Moodle Mobile {{version}}", "appready": "Aplicação pronta", "cacheexpirationtime": "Intervalo de tempo para a cache expirar (milisegundos)", "cordovadevicemodel": "Modelo do Cordova Device", @@ -12,7 +11,6 @@ "currentlanguage": "Idioma atual", "deletesitefiles": "Tem a certeza que pretende apagar os ficheiros descarregados a partir do site '{{sitename}}'?", "deletesitefilestitle": "Excluir os ficheiros do site", - "development": "Desenvolvimento", "deviceinfo": "Informação do dispositivo", "deviceos": "Dispositivo OS", "devicewebworkers": "Device Web Workers suportados", @@ -37,12 +35,12 @@ "navigatorlanguage": "Idioma do navegador", "navigatoruseragent": "UserAgent do navegador", "networkstatus": "Estado da ligação à internet", + "processorsettings": "Configurações do processador", "reportinbackground": "Reportar erros automaticamente", "settings": "Configurações", "sites": "Sites", "spaceusage": "Utilização do espaço", "storagetype": "Tipo de armazenamento", - "success": "Sucesso!", "synchronization": "Sincronização", "synchronizenow": "Sincronizar agora", "synchronizing": "A sincronizar", diff --git a/www/core/components/settings/lang/ro.json b/www/core/components/settings/lang/ro.json index 5b2bcf83f36..09946ee22d7 100644 --- a/www/core/components/settings/lang/ro.json +++ b/www/core/components/settings/lang/ro.json @@ -1,6 +1,5 @@ { "about": "Despre", - "appname": "Moodle Mobile {{version}}", "appready": "Aplicația este pregătită", "cacheexpirationtime": "Timpul de expirare al cacheului (milisecunde)", "cordovadevicemodel": "Modelul Cordova Device", @@ -12,7 +11,6 @@ "currentlanguage": "Limba curenta", "deletesitefiles": "Sunteți sigur/ă ca doriți să ștergeți fișierele descărcate de pe siteul '{{sitename}}'?", "deletesitefilestitle": "Șterge fișierele de pe site", - "development": "Dezvoltare", "deviceinfo": "Informații despre dispozitiv", "deviceos": "Sistemul de operare al dispozitivului", "devicewebworkers": "Web Workers este suportat pe dispozitiv", @@ -42,7 +40,6 @@ "sites": "Siteuri", "spaceusage": "Spațiu utilizat", "storagetype": "Tipul stocării", - "success": "Succes!", "synchronization": "Sincronizare", "synchronizenow": "Sincronizați acum", "synchronizing": "Se sincronizeaza", diff --git a/www/core/components/settings/lang/ru.json b/www/core/components/settings/lang/ru.json index 5eb58abb46e..11efd2e04a9 100644 --- a/www/core/components/settings/lang/ru.json +++ b/www/core/components/settings/lang/ru.json @@ -1,12 +1,10 @@ { "about": "О приложении", - "appname": "Moodle Mobile {{version}}", "cacheexpirationtime": "Срок действия кэша (миллисекунд)", "credits": "Разработчики", "currentlanguage": "Выбранный язык", "deletesitefiles": "Вы уверены, что хотите удалить файлы, скачанные с сайта «{{sitename}}»?", "deletesitefilestitle": "Удалить файлы сайта", - "development": "Разработка", "disableall": "Временно отключить уведомления", "disabled": "Отключено", "enabledebugging": "Включить отладку", @@ -21,7 +19,6 @@ "settings": "Настройки", "sites": "Сайты", "spaceusage": "Используемое пространство", - "success": "Успешно!", "synchronization": "Синхронизация", "synchronizing": "Синхронизация", "syncsitesuccess": "Данные синхронизации сайта и все кэши недействительны.", diff --git a/www/core/components/settings/lang/sv.json b/www/core/components/settings/lang/sv.json index 50ab6aae45a..935618d25dd 100644 --- a/www/core/components/settings/lang/sv.json +++ b/www/core/components/settings/lang/sv.json @@ -1,6 +1,5 @@ { "about": "Om", - "appname": "Moodle Mobile {{version}}", "appready": "Appen är redo", "cacheexpirationtime": "Cache utgångs tid (millisekunder)", "cordovadevicemodel": "", @@ -12,7 +11,6 @@ "currentlanguage": "Aktuellt språk", "deletesitefiles": "Är du säker på att du vill ta bort de nedladdade filerna från den här webbplatsen?", "deletesitefilestitle": "Ta bort platsfiler", - "development": "Utveckling", "deviceinfo": "Info mobil enhet", "deviceos": "Mobil enhet operativsystem", "devicewebworkers": "Enheten stödjer Web Workers", @@ -42,7 +40,6 @@ "sites": "Webbsidor", "spaceusage": "Utrymmesanvändning", "storagetype": "Lagringstyp", - "success": "Framgång!", "synchronization": "Synkronisering", "synchronizenow": "Synkronisera nu", "synchronizing": "Synkronisera", diff --git a/www/core/components/settings/lang/zh-tw.json b/www/core/components/settings/lang/zh-tw.json index eff5fd3cba3..a590b0ec855 100644 --- a/www/core/components/settings/lang/zh-tw.json +++ b/www/core/components/settings/lang/zh-tw.json @@ -12,6 +12,7 @@ "license": "授權", "loggedin": "線上", "loggedoff": "不在線上", + "processorsettings": "處理器的各項設定", "settings": "設定", "sites": "網站", "spaceusage": "使用空間", diff --git a/www/core/components/sidemenu/lang/fa.json b/www/core/components/sidemenu/lang/fa.json index 94f6de71d8e..b659e9b546e 100644 --- a/www/core/components/sidemenu/lang/fa.json +++ b/www/core/components/sidemenu/lang/fa.json @@ -1,6 +1,7 @@ { "changesite": "خروج", "help": "راهنما", + "logout": "خروج از سایت", "mycourses": "درسهای من", "website": "پایگاه اینترنتی" } \ No newline at end of file diff --git a/www/core/components/sidemenu/lang/hu.json b/www/core/components/sidemenu/lang/hu.json index d0d9b6b277d..c7739b3a4bf 100644 --- a/www/core/components/sidemenu/lang/hu.json +++ b/www/core/components/sidemenu/lang/hu.json @@ -1,6 +1,7 @@ { "changesite": "Kilépés", "help": "Súgó", + "logout": "Kilépés", "mycourses": "Kurzusaim", "website": "Weboldal" } \ No newline at end of file diff --git a/www/core/components/sidemenu/lang/ja.json b/www/core/components/sidemenu/lang/ja.json index 22740b98247..909fed6cceb 100644 --- a/www/core/components/sidemenu/lang/ja.json +++ b/www/core/components/sidemenu/lang/ja.json @@ -1,6 +1,7 @@ { "changesite": "ログアウト", "help": "ヘルプ", + "logout": "ログアウト", "mycourses": "マイコース", "website": "ウェブサイト" } \ No newline at end of file diff --git a/www/core/components/sidemenu/lang/pl.json b/www/core/components/sidemenu/lang/pl.json index 6689dcfe263..db5b40a15cd 100644 --- a/www/core/components/sidemenu/lang/pl.json +++ b/www/core/components/sidemenu/lang/pl.json @@ -1,6 +1,7 @@ { "changesite": "Wyloguj", "help": "Pomoc", + "logout": "Wyloguj", "mycourses": "Moje kursy", "website": "Witryna" } \ No newline at end of file diff --git a/www/core/components/sidemenu/lang/tr.json b/www/core/components/sidemenu/lang/tr.json index bbc43e4eb5b..ace500a4db3 100644 --- a/www/core/components/sidemenu/lang/tr.json +++ b/www/core/components/sidemenu/lang/tr.json @@ -1,6 +1,7 @@ { "changesite": "Çıkış", "help": "Yardım", + "logout": "Çıkış yap", "mycourses": "Derslerim", "website": "Websitesi" } \ No newline at end of file diff --git a/www/core/components/sidemenu/lang/zh-cn.json b/www/core/components/sidemenu/lang/zh-cn.json index 3b772e77ff8..045f90c1630 100644 --- a/www/core/components/sidemenu/lang/zh-cn.json +++ b/www/core/components/sidemenu/lang/zh-cn.json @@ -1,6 +1,7 @@ { "changesite": "注销", "help": "帮助", + "logout": "退出", "mycourses": "我的课程", "website": "网站" } \ No newline at end of file diff --git a/www/core/components/sidemenu/lang/zh-tw.json b/www/core/components/sidemenu/lang/zh-tw.json index 8ec9f661409..ce2457c9b7d 100644 --- a/www/core/components/sidemenu/lang/zh-tw.json +++ b/www/core/components/sidemenu/lang/zh-tw.json @@ -1,6 +1,7 @@ { "changesite": "登出", "help": "協助", + "logout": "登出", "mycourses": "我的課程", "website": "網站" } \ No newline at end of file diff --git a/www/core/components/user/lang/ar.json b/www/core/components/user/lang/ar.json index 4c5085eba06..84eaaa44798 100644 --- a/www/core/components/user/lang/ar.json +++ b/www/core/components/user/lang/ar.json @@ -16,7 +16,6 @@ "newpicture": "صورة شخصية جديدة", "phone1": "الهاتف", "phone2": "الجوال", - "roles": "أدورا", "student": "طالب", "viewprofile": "عرض الحساب", "webpage": "صفحة إنترنت" diff --git a/www/core/components/user/lang/bg.json b/www/core/components/user/lang/bg.json index 3c6b5751c31..6ba63fb07d4 100644 --- a/www/core/components/user/lang/bg.json +++ b/www/core/components/user/lang/bg.json @@ -17,7 +17,6 @@ "newpicture": "Нова снимка", "phone1": "Телефон", "phone2": "Мобилен", - "roles": "Роли", "student": "Студент", "teacher": "Не-редактиращ учител", "viewprofile": "Разглеждане на профила", diff --git a/www/core/components/user/lang/ca.json b/www/core/components/user/lang/ca.json index bb763ff5503..442862022ca 100644 --- a/www/core/components/user/lang/ca.json +++ b/www/core/components/user/lang/ca.json @@ -17,7 +17,6 @@ "newpicture": "Nova imatge", "phone1": "Telèfon", "phone2": "Mòbil", - "roles": "Rols", "student": "Estudiant", "teacher": "Professor no editor", "viewprofile": "Mostra el perfil", diff --git a/www/core/components/user/lang/cs.json b/www/core/components/user/lang/cs.json index 1a2f2c18086..f5b462cc2bb 100644 --- a/www/core/components/user/lang/cs.json +++ b/www/core/components/user/lang/cs.json @@ -17,7 +17,6 @@ "newpicture": "Nový obrázek", "phone1": "Telefon", "phone2": "Mobil", - "roles": "Role", "student": "Student", "teacher": "Učitel bez práva upravovat", "viewprofile": "Zobrazit profil", diff --git a/www/core/components/user/lang/da.json b/www/core/components/user/lang/da.json index 6ce9996742a..1f11607881f 100644 --- a/www/core/components/user/lang/da.json +++ b/www/core/components/user/lang/da.json @@ -17,7 +17,6 @@ "newpicture": "Nyt billede", "phone1": "Telefon", "phone2": "Mobil", - "roles": "Roller", "student": "Studerende", "teacher": "Ikke redigerende lærer", "viewprofile": "Vis Profil", diff --git a/www/core/components/user/lang/de.json b/www/core/components/user/lang/de.json index f0e31d5d773..a2f9acb2358 100644 --- a/www/core/components/user/lang/de.json +++ b/www/core/components/user/lang/de.json @@ -17,7 +17,6 @@ "newpicture": "Neues Foto", "phone1": "Telefon", "phone2": "Mobil", - "roles": "Rollen", "student": "Teilnehmer/in", "teacher": "Trainer/in ohne Bearbeitungsrecht", "viewprofile": "Profil anzeigen", diff --git a/www/core/components/user/lang/es-mx.json b/www/core/components/user/lang/es-mx.json index 735bf044e99..4e47a067e67 100644 --- a/www/core/components/user/lang/es-mx.json +++ b/www/core/components/user/lang/es-mx.json @@ -17,7 +17,6 @@ "newpicture": "Imagen nueva", "phone1": "Teléfono", "phone2": "Móvil", - "roles": "Roles", "student": "Estudiante", "teacher": "Profesor sin derechos de edición", "viewprofile": "Ver perfil", diff --git a/www/core/components/user/lang/es.json b/www/core/components/user/lang/es.json index 4255815ce54..87267e1d4ba 100644 --- a/www/core/components/user/lang/es.json +++ b/www/core/components/user/lang/es.json @@ -17,7 +17,6 @@ "newpicture": "Imagen nueva", "phone1": "Teléfono", "phone2": "Móvil", - "roles": "Roles", "student": "Estudiante", "teacher": "Profesor sin permiso de edición", "viewprofile": "Ver perfil", diff --git a/www/core/components/user/lang/eu.json b/www/core/components/user/lang/eu.json index cbfe88bf7a6..95073f5257d 100644 --- a/www/core/components/user/lang/eu.json +++ b/www/core/components/user/lang/eu.json @@ -17,7 +17,6 @@ "newpicture": "Irudi berria", "phone1": "Telefonoa", "phone2": "Sakelekoa", - "roles": "Rolak", "student": "Ikaslea", "teacher": "Edizio-baimenik gabeko irakaslea", "viewprofile": "Ikusi profila", diff --git a/www/core/components/user/lang/fa.json b/www/core/components/user/lang/fa.json index 7206742762c..3239cccb83b 100644 --- a/www/core/components/user/lang/fa.json +++ b/www/core/components/user/lang/fa.json @@ -9,11 +9,11 @@ "emailagain": "پست الکترونیک (دوباره)", "firstname": "نام", "interests": "علایق", + "invaliduser": "کاربر نامعتبر", "lastname": "نام خانوادگی", "newpicture": "عکس جدید", "phone1": "تلفن", "phone2": "همراه", - "roles": "نقش‌ها", "student": "شاگرد", "viewprofile": "مشاهدهٔ صفحهٔ مشخصات فردی", "webpage": "صفحهٔ وب" diff --git a/www/core/components/user/lang/fr.json b/www/core/components/user/lang/fr.json index ef533e428db..eb008b46e06 100644 --- a/www/core/components/user/lang/fr.json +++ b/www/core/components/user/lang/fr.json @@ -17,7 +17,6 @@ "newpicture": "Nouvelle image", "phone1": "Tél.", "phone2": "Mobile", - "roles": "Rôles", "student": "Étudiant", "teacher": "Enseignant non-éditeur", "viewprofile": "Consulter le profil", diff --git a/www/core/components/user/lang/he.json b/www/core/components/user/lang/he.json index d028c08cdfc..eba48c9e556 100644 --- a/www/core/components/user/lang/he.json +++ b/www/core/components/user/lang/he.json @@ -17,7 +17,6 @@ "newpicture": "תמונה חדשה", "phone1": "טלפון", "phone2": "סלולרי", - "roles": "תפקידים", "student": "סטודנט", "teacher": "עוזר/ת הוראה", "viewprofile": "תצוגת מאפיינים", diff --git a/www/core/components/user/lang/hu.json b/www/core/components/user/lang/hu.json index 4140999b572..b92c21f061b 100644 --- a/www/core/components/user/lang/hu.json +++ b/www/core/components/user/lang/hu.json @@ -15,7 +15,6 @@ "newpicture": "Új kép", "phone1": "Telefon", "phone2": "Mobil", - "roles": "Szerepek", "student": "Tanuló", "viewprofile": "Profil megtekintése", "webpage": "Weboldal" diff --git a/www/core/components/user/lang/it.json b/www/core/components/user/lang/it.json index 64c06498fe8..28760bb4e5b 100644 --- a/www/core/components/user/lang/it.json +++ b/www/core/components/user/lang/it.json @@ -17,7 +17,6 @@ "newpicture": "Nuova immagine", "phone1": "Telefono", "phone2": "Mobile", - "roles": "Ruoli", "student": "Studente", "teacher": "Docente non editor", "viewprofile": "Visualizza profilo", diff --git a/www/core/components/user/lang/ja.json b/www/core/components/user/lang/ja.json index 4ff9174b263..8eaf82ef792 100644 --- a/www/core/components/user/lang/ja.json +++ b/www/core/components/user/lang/ja.json @@ -15,7 +15,6 @@ "newpicture": "新しい画像", "phone1": "電話", "phone2": "携帯電話", - "roles": "ロール", "student": "学生", "viewprofile": "プロファイルを表示する", "webpage": "ウェブページ" diff --git a/www/core/components/user/lang/nl.json b/www/core/components/user/lang/nl.json index 3b0659ae222..fcd96dafee2 100644 --- a/www/core/components/user/lang/nl.json +++ b/www/core/components/user/lang/nl.json @@ -17,7 +17,6 @@ "newpicture": "Nieuwe foto", "phone1": "Telefoon", "phone2": "Mobiele telefoon", - "roles": "Rollen", "student": "Leerling", "teacher": "Leraar zonder bewerken", "viewprofile": "Bekijk profiel", diff --git a/www/core/components/user/lang/pl.json b/www/core/components/user/lang/pl.json index 2bb0548b29c..e88224d8265 100644 --- a/www/core/components/user/lang/pl.json +++ b/www/core/components/user/lang/pl.json @@ -15,7 +15,6 @@ "newpicture": "Nowy obraz", "phone1": "Telefon", "phone2": "Telefon komórkowy", - "roles": "Role", "student": "Student", "viewprofile": "Zobacz profil", "webpage": "Strona WWW" diff --git a/www/core/components/user/lang/pt-br.json b/www/core/components/user/lang/pt-br.json index 6f32cf4b259..fd55c18128b 100644 --- a/www/core/components/user/lang/pt-br.json +++ b/www/core/components/user/lang/pt-br.json @@ -17,7 +17,6 @@ "newpicture": "Nova imagem", "phone1": "Telefone", "phone2": "Celular", - "roles": "Papéis", "student": "Estudante", "teacher": "Professor não-editor", "viewprofile": "Ver perfil", diff --git a/www/core/components/user/lang/pt.json b/www/core/components/user/lang/pt.json index 1621d40af1c..a5bae3d54b0 100644 --- a/www/core/components/user/lang/pt.json +++ b/www/core/components/user/lang/pt.json @@ -17,7 +17,6 @@ "newpicture": "Nova imagem", "phone1": "Telefone", "phone2": "Telemóvel", - "roles": "Papéis", "student": "Aluno", "teacher": "Professor não editor", "viewprofile": "Ver perfil", diff --git a/www/core/components/user/lang/ro.json b/www/core/components/user/lang/ro.json index 2e832d0720e..eb2834e0aeb 100644 --- a/www/core/components/user/lang/ro.json +++ b/www/core/components/user/lang/ro.json @@ -17,7 +17,6 @@ "newpicture": "Imagine nouă", "phone1": "Telefon", "phone2": "Mobil", - "roles": "Roluri", "student": "Student", "teacher": "Profesor asistent", "viewprofile": "Vezi profilul", diff --git a/www/core/components/user/lang/ru.json b/www/core/components/user/lang/ru.json index 5ef576632aa..d728f2b95c9 100644 --- a/www/core/components/user/lang/ru.json +++ b/www/core/components/user/lang/ru.json @@ -17,7 +17,6 @@ "newpicture": "Новое изображение", "phone1": "Телефон", "phone2": "Мобильный", - "roles": "Роли", "student": "Студент", "teacher": "Учитель без права редактирования (ассистент)", "viewprofile": "Просмотр профиля", diff --git a/www/core/components/user/lang/sv.json b/www/core/components/user/lang/sv.json index 2106aa65943..7de33b794fa 100644 --- a/www/core/components/user/lang/sv.json +++ b/www/core/components/user/lang/sv.json @@ -17,7 +17,6 @@ "newpicture": "Ny bild", "phone1": "Telefon", "phone2": "Mobil", - "roles": "Roller", "student": "Student", "teacher": "Icke editerande lärare", "viewprofile": "Visa profil", diff --git a/www/core/components/user/lang/tr.json b/www/core/components/user/lang/tr.json index 8325f283321..b5c097c356d 100644 --- a/www/core/components/user/lang/tr.json +++ b/www/core/components/user/lang/tr.json @@ -15,7 +15,6 @@ "newpicture": "Yeni resim", "phone1": "Telefon", "phone2": "Mobil", - "roles": "Roller", "student": "Öğrenci", "viewprofile": "Profile bak", "webpage": "Web sayfası" diff --git a/www/core/components/user/lang/zh-cn.json b/www/core/components/user/lang/zh-cn.json index 6c90be26989..e17e311115a 100644 --- a/www/core/components/user/lang/zh-cn.json +++ b/www/core/components/user/lang/zh-cn.json @@ -15,7 +15,6 @@ "newpicture": "新照片", "phone1": "电话", "phone2": "手机", - "roles": "角色", "student": "学生", "viewprofile": "查看个人资料", "webpage": "网页" diff --git a/www/core/components/user/lang/zh-tw.json b/www/core/components/user/lang/zh-tw.json index 370ef2e1738..a6f7202bc80 100644 --- a/www/core/components/user/lang/zh-tw.json +++ b/www/core/components/user/lang/zh-tw.json @@ -15,7 +15,6 @@ "newpicture": "新照片", "phone1": "電話", "phone2": "行動", - "roles": "角色", "student": "學生", "viewprofile": "瀏覽個人資料", "webpage": "網頁" diff --git a/www/core/lang/ar.json b/www/core/lang/ar.json index 8d4d9510738..06994b47bbd 100644 --- a/www/core/lang/ar.json +++ b/www/core/lang/ar.json @@ -18,6 +18,7 @@ "completion-alt-manual-y": "مكتمل؛ حدد لجعل هذا العنصر غير مكتمل", "content": "المحتوى", "course": "مقرر دراسي", + "coursedetails": "تفاصيل المقرر الدراسي", "date": "تاريخ", "day": "يوم", "days": "أيام", @@ -33,7 +34,9 @@ "filename": "اسم الملف", "folder": "مجلد", "forcepasswordchangenotice": "يجب عليك تغير كلمة المرور ليتسنى لك الاستمرار", + "fulllistofcourses": "كل المقررات الدراسية", "help": "مساعدة", + "hide": "إخفاء", "hour": "ساعة", "hours": "ساعات", "info": "معلومات", @@ -41,6 +44,7 @@ "lastsync": "آخر تزامن", "loading": "يتم التحميل", "lostconnection": "فقدنا الاتصال تحتاج إلى إعادة الاتصال. المميز الخاص بك هو الآن غير صالح", + "maxsizeandattachments": "الحجم الأقصى للملفات الجديدة: {{$a.size}}, أقصى عدد للمرفقات: {{$a.attachments}}", "min": "الحد الأدنى", "mins": "الأقل", "mod_assign": "مهمة", @@ -78,6 +82,7 @@ "offline": "غير متصل بالأنترنت", "online": "متصل بالإنترنت", "othergroups": "المجموعات الأخرى", + "pagea": "صفحة {{$a}}", "phone": "هاتف", "pictureof": "صورة {{$a}}", "previous": "السابق", @@ -92,6 +97,8 @@ "seemoredetail": "اضغط هنا لترى تفاصيل أكثر", "send": "إرسال", "sending": "يتم الإرسال", + "serverconnection": "خطأ في الاتصال بالخادم", + "show": "عرض", "site": "الموقع", "sizeb": "بايتز", "sizegb": "غيغابايت", @@ -104,6 +111,7 @@ "unexpectederror": "خطأ غير متوقع. الرجاء الإغلاق وإعادة فتح التطبيق للمحاولة مرة أخرى", "unknown": "غير معروف", "unlimited": "بلا حدود", + "upgraderunning": "ًيتم ترقية الموقع، الرجاء إعادة المحاولة لاحقا.", "userdeleted": "تم حذف اشتراك هذا المستخدم", "userdetails": "تفاصيل المستخدم", "users": "المستخدمون", diff --git a/www/core/lang/bg.json b/www/core/lang/bg.json index 4106ad99a0a..5d0c1ed197f 100644 --- a/www/core/lang/bg.json +++ b/www/core/lang/bg.json @@ -32,7 +32,9 @@ "filename": "Име на файл", "folder": "Папка", "forcepasswordchangenotice": "Трябва да промените Вашата парола, преди да продължите", + "fulllistofcourses": "Всички курсове", "help": "Помощ", + "hide": "Да не се вижда", "hour": "час", "hours": "часа", "info": "Информация", @@ -98,6 +100,7 @@ "seemoredetail": "Щракнете тук за повече подробности", "send": "Изпращане", "sending": "Изпраща се", + "show": "Да се вижда", "site": "Сайт", "sizeb": "Байтове", "sizegb": "ГБ", @@ -108,6 +111,7 @@ "time": "Време", "timesup": "Времето изтече!", "unexpectederror": "Неочаквана грешка. Моля, затворете мобилното приложение и го отворете пак, за да опитате отново.", + "unknown": "Неизвестно", "unlimited": "Неограничен", "userdeleted": "Тази потребителска регистрация е изтрита", "userdetails": "Информация за потребителя", @@ -115,5 +119,6 @@ "view": "Изглед", "viewprofile": "Разглеждане на профила", "whoops": "Опс!", + "years": "години", "yes": "Да" } \ No newline at end of file diff --git a/www/core/lang/ca.json b/www/core/lang/ca.json index 4f231fd830f..63dff6b9bcb 100644 --- a/www/core/lang/ca.json +++ b/www/core/lang/ca.json @@ -68,9 +68,11 @@ "filenameexist": "Ja existeix un fitxer amb el nom: {{$a}}", "folder": "Carpeta", "forcepasswordchangenotice": "Heu de canviar la contrasenya abans de continuar", + "fulllistofcourses": "Tots els cursos", "fullnameandsitename": "{{fullname}} ({{sitename}})", "hasdatatosync": "Aquest/a {{$a}} té dades fora de línia per sincronitzar.", "help": "Ajuda", + "hide": "Oculta", "hour": "hora", "hours": "hores", "humanreadablesize": "{{size}} {{unit}}", @@ -153,6 +155,7 @@ "send": "Envia", "sending": "S'està enviant", "serverconnection": "S'ha produït un error en connectar al servidor", + "show": "Mostra", "showmore": "Mostra'n més...", "site": "Lloc", "sitemaintenance": "S'estan executant tasques de manteniment i el lloc no està disponible", diff --git a/www/core/lang/cs.json b/www/core/lang/cs.json index 81f1740585d..07dcd2b91fc 100644 --- a/www/core/lang/cs.json +++ b/www/core/lang/cs.json @@ -65,9 +65,11 @@ "filenameexist": "Jméno souboru již existuje: {{$a}}", "folder": "Složka", "forcepasswordchangenotice": "Před pokračováním si musíte změnit heslo.", + "fulllistofcourses": "Všechny kurzy", "fullnameandsitename": "{{fullname}} ({{sitename}})", "hasdatatosync": "{{$a}} má offline data, která mají být synchronizována.", "help": "Nápověda", + "hide": "Skrýt", "hour": "hodina", "hours": "hodin", "humanreadablesize": "{{size}} {{unit}}", @@ -149,6 +151,7 @@ "send": "Odeslat", "sending": "Odeslání", "serverconnection": "Chyba připojení k serveru", + "show": "Ukázat", "showmore": "Zobrazit více...", "site": "Stránky", "sitemaintenance": "Na webu probíhá údržba a aktuálně není k dispozici", diff --git a/www/core/lang/da.json b/www/core/lang/da.json index c20fd13bd7a..d62cc9ee786 100644 --- a/www/core/lang/da.json +++ b/www/core/lang/da.json @@ -46,7 +46,9 @@ "filename": "Filnavn", "folder": "Mappe", "forcepasswordchangenotice": "Du skal ændre din kode inden du kan fortsætte", + "fulllistofcourses": "Alle kurser", "help": "Hjælp", + "hide": "Skjul", "hour": "time", "hours": "timer", "humanreadablesize": "{{size}} {{unit}}", @@ -124,6 +126,7 @@ "send": "Send", "sending": "Sender", "serverconnection": "Fejl ved tilslutning til server", + "show": "Vis", "site": "Websted", "sizeb": "bytes", "sizegb": "Gb", diff --git a/www/core/lang/de.json b/www/core/lang/de.json index e3ae59d7449..ce0a0bc09e1 100644 --- a/www/core/lang/de.json +++ b/www/core/lang/de.json @@ -68,9 +68,11 @@ "filenameexist": "Dateiname existiert bereits: {{$a}}", "folder": "Verzeichnis", "forcepasswordchangenotice": "Bitte ändern Sie Ihr Kennwort, bevor Sie weiterarbeiten", + "fulllistofcourses": "Alle Kurse", "fullnameandsitename": "{{fullname}} ({{sitename}})", "hasdatatosync": "Diese(s/r) {{$a}} enthält Offline-Daten, die synchronisiert werden müssen.", "help": "Hilfe", + "hide": "Verbergen", "hour": "Stunde", "hours": "Stunden", "humanreadablesize": "{{size}} {{unit}}", @@ -153,6 +155,7 @@ "send": "Senden", "sending": "Senden", "serverconnection": "Fehler beim Verbinden zum Server", + "show": "Anzeigen", "showmore": "Mehr anzeigen ...", "site": "Website", "sitemaintenance": "Wartungsmodus: Die Website ist im Moment nicht erreichbar!", @@ -178,6 +181,7 @@ "upgraderunning": "Diese Website wird gerade aktualisiert. Bitte versuchen Sie es später nochmal.", "userdeleted": "Dieses Nutzerkonto wurde gelöscht", "userdetails": "Mehr Details", + "usernotfullysetup": "Nutzerkonto unvollständig", "users": "Nutzer/innen", "view": "Anzeigen", "viewprofile": "Profil anzeigen", diff --git a/www/core/lang/es-mx.json b/www/core/lang/es-mx.json index 78b00394a61..0295a61905f 100644 --- a/www/core/lang/es-mx.json +++ b/www/core/lang/es-mx.json @@ -68,9 +68,11 @@ "filenameexist": "El archivo ya existe: {{$a}}", "folder": "Carpeta", "forcepasswordchangenotice": "Para continuar, deberá cambiar su contraseña.", + "fulllistofcourses": "Todos los cursos", "fullnameandsitename": "{{fullname}} ({{sitename}})", "hasdatatosync": "Este/a {{$a}} tiene datos fuera-de-línea para sincronizarse.", "help": "Ayuda", + "hide": "Ocultar", "hour": "hora", "hours": "horas", "humanreadablesize": "{{size}} {{unit}}", @@ -153,6 +155,7 @@ "send": "Enviar", "sending": "Enviando", "serverconnection": "Error al conectarse al servidor", + "show": "Mostrar", "showmore": "Mostrar más...", "site": "Sitio", "sitemaintenance": "El sitio está experimentando mantenimiento y actualmente no está disponible.", diff --git a/www/core/lang/es.json b/www/core/lang/es.json index 23170125bde..a4806302eff 100644 --- a/www/core/lang/es.json +++ b/www/core/lang/es.json @@ -53,8 +53,10 @@ "filename": "Nombre del archivo", "folder": "Carpeta", "forcepasswordchangenotice": "Para continuar, deberá cambiar su contraseña.", + "fulllistofcourses": "Todos los cursos", "fullnameandsitename": "{{fullname}} ({{sitename}})", "help": "Ayuda", + "hide": "Ocultar", "hour": "hora", "hours": "horas", "humanreadablesize": "{{size}} {{unit}}", @@ -135,6 +137,7 @@ "send": "Enviar", "sending": "Enviando", "serverconnection": "Error conectando con el servidor", + "show": "Mostrar", "showmore": "Mostrar más...", "site": "Sitio", "sizeb": "bytes", diff --git a/www/core/lang/eu.json b/www/core/lang/eu.json index 250243ae2a1..885bbb96a25 100644 --- a/www/core/lang/eu.json +++ b/www/core/lang/eu.json @@ -68,9 +68,11 @@ "filenameexist": "Fitxategi-izena dagoeneko existitzen da: {{$a}}", "folder": "Karpeta", "forcepasswordchangenotice": "Jarraitzeko zure pasahitza aldatu behar duzu.", + "fulllistofcourses": "Ikastaro guztiak", "fullnameandsitename": "{{fullname}} ({{sitename}})", "hasdatatosync": "{{$a}} honek sinkronizatu beharreko lineaz kanpoko informazioa du.", "help": "Laguntza", + "hide": "Ezkutatu", "hour": "ordu", "hours": "ordu(ak)", "humanreadablesize": "{{size}} {{unit}}", @@ -153,6 +155,7 @@ "send": "Bidali", "sending": "Bidaltzen", "serverconnection": "Errorea zerbitzariarekin konektatzean", + "show": "Erakutsi", "showmore": "Erakutsi gehiago...", "site": "Gunea", "sitemaintenance": "Gunea mantentze-lanetan dago eta une honetan ez dago eskuragarri.", diff --git a/www/core/lang/fa.json b/www/core/lang/fa.json index f174118e546..3918f42d40e 100644 --- a/www/core/lang/fa.json +++ b/www/core/lang/fa.json @@ -32,7 +32,9 @@ "error": "خطا", "folder": "پوشه", "forcepasswordchangenotice": "برای پیش‌روی باید رمز ورود خود را تغییر دهید.", + "fulllistofcourses": "همهٔ درس‌ها", "help": "راهنمایی", + "hide": "پنهان کردن", "hour": "ساعت", "hours": "ساعت", "info": "توضیحات", @@ -66,11 +68,14 @@ "required": "لازم است", "save": "ذخیره", "search": "جستجو", + "searching": "در حال جستجو در ...", "sec": "ثانیه", "secs": "ثانیه", "seemoredetail": "برای دیدن جزئیات بیشتر اینجا را کلیک کنید", "send": "ارسال", "sending": "ارسال کردن", + "serverconnection": "خطا در اتصال به کارگزار", + "show": "نمایش", "site": "سایت", "sizeb": "بایت", "sizegb": "گیگابایت", @@ -81,6 +86,7 @@ "time": "زمان", "timesup": "وقت تمام شد!", "unexpectederror": "خطای غیرمنتظره.لطفا برنامه را ببندید و دوباره اجرا نمایید", + "unknown": "نامعلوم", "unlimited": "نامحدود", "userdeleted": "این حساب کاربری حذف شده است", "userdetails": "با جزئیات", diff --git a/www/core/lang/fr.json b/www/core/lang/fr.json index ff18772cd2e..13ad8a5c109 100644 --- a/www/core/lang/fr.json +++ b/www/core/lang/fr.json @@ -68,9 +68,11 @@ "filenameexist": "Le nom de fichier existe déjà : {{$a}}", "folder": "Dossier", "forcepasswordchangenotice": "Vous devez changer votre mot de passe pour continuer.", + "fulllistofcourses": "Tous les cours", "fullnameandsitename": "{{fullname}} ({{sitename}})", "hasdatatosync": "Ce {{$a}} a des données locales à synchroniser.", "help": "Aide", + "hide": "Cacher", "hour": "heure", "hours": "heures", "humanreadablesize": "{{size}} {{unit}}", @@ -153,6 +155,7 @@ "send": "Envoyer", "sending": "Envoi", "serverconnection": "Erreur de connexion au serveur", + "show": "Afficher", "showmore": "Afficher plus...", "site": "Site", "sitemaintenance": "Le site est en cours de maintenance et n'est pas disponible.", diff --git a/www/core/lang/he.json b/www/core/lang/he.json index 059907fdf29..9a59282c3fe 100644 --- a/www/core/lang/he.json +++ b/www/core/lang/he.json @@ -42,7 +42,9 @@ "filename": "שם הקובץ", "folder": "תיקייה", "forcepasswordchangenotice": "יש לשנות סיסמה כדי להמשיך", + "fulllistofcourses": "כל הקורסים", "help": "עזרה", + "hide": "הסתרה", "hour": "שעה", "hours": "שעות", "image": "תמונה", @@ -116,6 +118,7 @@ "send": "שליחה", "sending": "שולח", "serverconnection": "שגיאה בחיבור לשרת", + "show": "הצגה", "site": "מערכת", "sizeb": "בתים", "sizegb": "GB", diff --git a/www/core/lang/hu.json b/www/core/lang/hu.json index 96f2e2ba795..b0a50c079d3 100644 --- a/www/core/lang/hu.json +++ b/www/core/lang/hu.json @@ -35,7 +35,9 @@ "filename": "Állománynév", "folder": "Mappa", "forcepasswordchangenotice": "Továbblépéshez módosítsa jelszavát.", + "fulllistofcourses": "Minden kurzus", "help": "Súgó", + "hide": "Elrejtés", "hour": "óra", "hours": "óra", "info": "Információ", @@ -76,6 +78,7 @@ "send": "Elküld", "sending": "Küldés", "serverconnection": "Hiba a szerverhez csatlakozás közben", + "show": "Mutat", "site": "Portál", "sizeb": "bájt", "sizegb": "GB", @@ -86,6 +89,7 @@ "time": "Idő", "timesup": "Ideje elfogyott", "unexpectederror": "Váratlan hiba. Zárja be és nyissa meg újból az alkalmazást.", + "unknown": "ismeretlen", "unlimited": "Korlátlan", "upgraderunning": "A portál frissítése folyamatban, próbálkozzék később.", "userdeleted": "Ez a felhasználó törölve lett", diff --git a/www/core/lang/it.json b/www/core/lang/it.json index 95df6169cb8..5b2dfbc305b 100644 --- a/www/core/lang/it.json +++ b/www/core/lang/it.json @@ -57,8 +57,10 @@ "filename": "Nome del file", "folder": "Cartella", "forcepasswordchangenotice": "È necessario cambiare la password per proseguire.", + "fulllistofcourses": "Tutti i corsi", "fullnameandsitename": "{{fullname}} ({{sitename}})", "help": "Aiuto", + "hide": "Nascondi", "hour": "ora", "hours": "ore", "humanreadablesize": "{{size}} {{unit}}", @@ -139,6 +141,7 @@ "send": "Invia", "sending": "Invio in c orso", "serverconnection": "Si è verificato un errore durante il collegamento con il server.", + "show": "Visualizza", "site": "Sito", "sizeb": "byte", "sizegb": "GB", @@ -158,6 +161,7 @@ "upgraderunning": "Il sito è in fase di aggiornamento, per favore provate ad accedere più tardi", "userdeleted": "Questo account utente è stato eliminato", "userdetails": "Dettagli dell'utente", + "usernotfullysetup": "Utente non completamente impostato", "users": "Utenti", "view": "Visualizza", "viewprofile": "Visualizza profilo", diff --git a/www/core/lang/ja.json b/www/core/lang/ja.json index 6728ced79dc..4e7f67efe5a 100644 --- a/www/core/lang/ja.json +++ b/www/core/lang/ja.json @@ -34,7 +34,9 @@ "filename": "ファイル名", "folder": "フォルダ", "forcepasswordchangenotice": "続けるにはパスワードを変更してください。", + "fulllistofcourses": "すべてのコース", "help": "ヘルプ", + "hide": "非表示", "hour": "時間", "hours": "時間", "info": "情報", @@ -75,6 +77,7 @@ "send": "送信", "sending": "送信中", "serverconnection": "サーバへの接続中にエラーが発生しました。", + "show": "表示", "site": "サイト", "sizeb": "バイト", "sizegb": "GB", @@ -85,6 +88,7 @@ "time": "時間", "timesup": "時間終了!", "unexpectederror": "不明なエラー。アプリを閉じて再起動してみてください。", + "unknown": "不明", "unlimited": "無制限", "upgraderunning": "サイトはアップグレード中です。後ほどお試しください。", "userdeleted": "このユーザのアカウントは削除されました。", diff --git a/www/core/lang/nl.json b/www/core/lang/nl.json index 6f5018853b6..f5c9f26cc07 100644 --- a/www/core/lang/nl.json +++ b/www/core/lang/nl.json @@ -68,9 +68,11 @@ "filenameexist": "Bestandsnaam bestaat al: {{$a}}", "folder": "Map", "forcepasswordchangenotice": "Je moet je wachtwoord wijzigen om verder te kunnen gaan", + "fulllistofcourses": "Alle cursussen", "fullnameandsitename": "{{fullname}} ({{sitename}})", "hasdatatosync": "Dit {{$a}} heeft offline data om te synchroniseren.", "help": "Help", + "hide": "Verberg", "hour": "uur", "hours": "uren", "humanreadablesize": "{{size}} {{unit}}", @@ -153,6 +155,7 @@ "send": "Stuur", "sending": "Sturen", "serverconnection": "Fout bij het verbinden met de server", + "show": "Toon", "showmore": "Toon meer...", "site": "Site", "sitemaintenance": "De site is in onderhoud en is op dit ogenblik niet beschikbaar.", @@ -178,6 +181,7 @@ "upgraderunning": "Site wordt geüpgraded. Probeer later nog eens.", "userdeleted": "Deze gebruikersaccount is verwijderd", "userdetails": "Gebruikersdetails", + "usernotfullysetup": "Gebruiker niet volledig ingesteld", "users": "Gebruikers", "view": "Bekijk", "viewprofile": "Bekijk profiel", diff --git a/www/core/lang/pl.json b/www/core/lang/pl.json index 73cc4228f98..b2e6a95951a 100644 --- a/www/core/lang/pl.json +++ b/www/core/lang/pl.json @@ -34,7 +34,9 @@ "filename": "Nazwa pliku", "folder": "Folder", "forcepasswordchangenotice": "W celu kontynuacji musisz zmienić swoje hasło", + "fulllistofcourses": "Wszystkie kursy", "help": "Pomoc", + "hide": "Ukryj", "hour": "godz.", "hours": "godz.", "info": "Informacja", @@ -75,6 +77,7 @@ "send": "Wyślij", "sending": "Wysyłanie", "serverconnection": "Błąd podczas łączenia się z serwerem", + "show": "Pokaż", "site": "Serwis", "sizeb": "bajtów", "sizegb": "GB", @@ -85,6 +88,7 @@ "time": "Czas", "timesup": "Koniec czasu", "unexpectederror": "Niespodziewany błąd. Zamknij i otwórz aplikację ponownie aby spróbować jeszcze raz", + "unknown": "Nieznany", "unlimited": "Nieograniczone", "upgraderunning": "Strona jest uaktualniana, proszę spróbować później.", "userdeleted": "To konto użytkownika zostało usunięte", diff --git a/www/core/lang/pt-br.json b/www/core/lang/pt-br.json index 56d074d01ee..37e4ed96320 100644 --- a/www/core/lang/pt-br.json +++ b/www/core/lang/pt-br.json @@ -57,8 +57,10 @@ "filename": "Nome do arquivo", "folder": "Pasta", "forcepasswordchangenotice": "Você tem que mudar a senha antes de continuar", + "fulllistofcourses": "Todos os cursos", "fullnameandsitename": "{{fullname}} ({{sitename}})", "help": "Ajuda", + "hide": "Ocultar", "hour": "hora", "hours": "horas", "humanreadablesize": "{{size}} {{unit}}", @@ -139,6 +141,7 @@ "send": "Enviar", "sending": "Enviando", "serverconnection": "Erro de conexão com o servidor", + "show": "Mostrar", "showmore": "Exibir mais...", "site": "Site", "sizeb": "bytes", diff --git a/www/core/lang/pt.json b/www/core/lang/pt.json index 08a3f97bfdf..a50bc48223c 100644 --- a/www/core/lang/pt.json +++ b/www/core/lang/pt.json @@ -52,7 +52,9 @@ "filename": "Nome do ficheiro", "folder": "Pasta", "forcepasswordchangenotice": "Deverá alterar a sua senha para poder continuar.", + "fulllistofcourses": "Todas as disciplinas", "help": "Ajuda", + "hide": "Ocultar", "hour": "hora", "hours": "horas", "humanreadablesize": "{{size}} {{unit}}", @@ -130,6 +132,7 @@ "send": "Enviar", "sending": "A enviar", "serverconnection": "Erro ao ligar ao servidor", + "show": "Mostrar", "site": "Site", "sizeb": "bytes", "sizegb": "GB", @@ -149,6 +152,7 @@ "upgraderunning": "O site está em processo de atualização, por favor, tente novamente mais tarde.", "userdeleted": "Este utilizador foi apagado", "userdetails": "Mais detalhes", + "usernotfullysetup": "O utilizador não está totalmente configurado", "users": "Utilizadores", "view": "Ver", "viewprofile": "Ver perfil", diff --git a/www/core/lang/ro.json b/www/core/lang/ro.json index 5b20dd81542..3774fee8f9b 100644 --- a/www/core/lang/ro.json +++ b/www/core/lang/ro.json @@ -52,7 +52,9 @@ "filename": "Nume fișier", "folder": "Folder", "forcepasswordchangenotice": "Trebui să vă schimbaţi parola pentru a putea continua.", + "fulllistofcourses": "Toate cursurile", "help": "Ajutor", + "hide": "Ascunde", "hour": "oră", "hours": "ore", "humanreadablesize": "{{mărime}} {{unitate}}", @@ -130,6 +132,7 @@ "send": "Trimis", "sending": "Se trimite", "serverconnection": "A apărut o eroare la conectarea la server", + "show": "Afişare", "site": "Site", "sizeb": "bytes", "sizegb": "GB", diff --git a/www/core/lang/ru.json b/www/core/lang/ru.json index ae436402308..6f319bae00b 100644 --- a/www/core/lang/ru.json +++ b/www/core/lang/ru.json @@ -39,7 +39,9 @@ "filename": "Имя файла", "folder": "Папка", "forcepasswordchangenotice": "Вы должны изменить свой пароль.", + "fulllistofcourses": "Все курсы", "help": "Справка", + "hide": "Скрыть", "hour": "ч.", "hours": "час.", "humanreadablesize": "{{size}} {{unit}}", @@ -109,6 +111,7 @@ "send": "Отправить", "sending": "Отправка", "serverconnection": "Ошибка соединения с сервером", + "show": "Показать", "site": "Сайт", "sizeb": "байт", "sizegb": "Гб", @@ -120,6 +123,7 @@ "time": "Время", "timesup": "Время закончилось!", "unexpectederror": "Неизвестная ошибка. Пожалуйста, закройте и снова еще раз откройте приложение", + "unknown": "неизвестно", "unlimited": "Неограничено", "upgraderunning": "Сайт обновляется, повторите попытку позже.", "userdeleted": "Учетная запись пользователя была удалена", diff --git a/www/core/lang/sv.json b/www/core/lang/sv.json index 40216465e6b..fdaf7466e48 100644 --- a/www/core/lang/sv.json +++ b/www/core/lang/sv.json @@ -52,7 +52,9 @@ "filename": "Filnamn", "folder": "Katalog", "forcepasswordchangenotice": "Du måste använda Ditt lösenord för att kunna fortsätta.", + "fulllistofcourses": "Alla kurser", "help": "Hjälp", + "hide": "Dölj", "hour": "timme", "hours": "timmar", "humanreadablesize": "{{size}} {{unit}}", @@ -132,6 +134,7 @@ "send": "Skicka", "sending": "Skickar", "serverconnection": "Fel vid anslutning till servern", + "show": "Visa", "site": "Webbplats", "sizeb": "bytes", "sizegb": "Gb", diff --git a/www/core/lang/tr.json b/www/core/lang/tr.json index 3e0ed1ed8a1..18b85c4f94d 100644 --- a/www/core/lang/tr.json +++ b/www/core/lang/tr.json @@ -34,7 +34,9 @@ "filename": "Dosya adı", "folder": "Klasör", "forcepasswordchangenotice": "Devam etmek için şifrenizi değiştirmelisiniz.", + "fulllistofcourses": "Tüm dersler", "help": "Yardım", + "hide": "Gizle", "hour": "saat", "hours": "saat", "info": "Bilgi", @@ -75,6 +77,7 @@ "send": "Gönder", "sending": "Gönderiliyor", "serverconnection": "Sunucuya bağlanma hatası", + "show": "Göster", "site": "Site", "sizeb": "byte", "sizegb": "GB", @@ -85,10 +88,12 @@ "time": "Zaman", "timesup": "Süre doldu!", "unexpectederror": "Beklenmeyen hata. Lütfen uygulamanızı yeniden açın ve tekrar deneyin", + "unknown": "Bilinmeyen", "unlimited": "Limitsiz", "upgraderunning": "Site güncellemesi yapılıyor, lütfen daha sonra deneyin.", "userdeleted": "Bu kullanıcının hesabı silindi", "userdetails": "Kullanıcı ayrıntıları", + "usernotfullysetup": "Kullanıcı tam kurulum yapmadı", "users": "Kullanıcılar", "view": "Görünüm", "viewprofile": "Profile bak", diff --git a/www/core/lang/zh-cn.json b/www/core/lang/zh-cn.json index 85030965463..3e42012b2c1 100644 --- a/www/core/lang/zh-cn.json +++ b/www/core/lang/zh-cn.json @@ -33,7 +33,9 @@ "filename": "文件名", "folder": "文件夹", "forcepasswordchangenotice": "继续下去之前,您必须修改您的密码。", + "fulllistofcourses": "所有课程", "help": "帮助", + "hide": "隐藏", "hour": "小时", "hours": "小时", "info": "信息", @@ -74,6 +76,7 @@ "send": "发送", "sending": "正在发送", "serverconnection": "连接到服务器时出错", + "show": "显示", "site": "网站", "sizeb": "字节", "sizegb": "GB", @@ -84,6 +87,7 @@ "time": "时间", "timesup": "时间到!", "unexpectederror": "意外出错。请关闭并重新打开APP再试一次", + "unknown": "未知", "unlimited": "无限制", "upgraderunning": "网站正在升级,请稍后再试。", "userdeleted": "该用户帐号已被删除", diff --git a/www/core/lang/zh-tw.json b/www/core/lang/zh-tw.json index 4039d466276..48b3583d6f9 100644 --- a/www/core/lang/zh-tw.json +++ b/www/core/lang/zh-tw.json @@ -33,7 +33,9 @@ "filename": "檔案名稱", "folder": "資料夾", "forcepasswordchangenotice": "您必須修改您的密碼才能繼續進行。", + "fulllistofcourses": "所有課程", "help": "輔助說明", + "hide": "隱藏", "hour": "小時", "hours": "小時", "info": "資訊", @@ -74,6 +76,7 @@ "send": "傳送", "sending": "正在傳送", "serverconnection": "連結到伺服器時發生錯誤", + "show": "顯示", "site": "網站", "sizeb": "位元組", "sizegb": "GB", @@ -84,10 +87,12 @@ "time": "時間", "timesup": "時間到", "unexpectederror": "無法預期的錯誤。請關閉並重新開啟應用程式,再試一次。", + "unknown": "未知的", "unlimited": "無限制", "upgraderunning": "網站正在升級中,請稍後再試。", "userdeleted": "該用戶帳號已被刪除", "userdetails": "用戶的詳細資料", + "usernotfullysetup": "用戶沒有完全設定好", "users": "用戶", "view": "瀏覽", "viewprofile": "瀏覽個人資料",