├── es ├── certificateelement_image.php ├── certificateelement_userfield.php ├── certificateelement_date.php ├── certificateelement_digitalsignature.php ├── certificateelement_program.php ├── certificateelement_userpicture.php ├── certificateelement_border.php ├── certificateelement_code.php └── tool_certificate.php ├── zh_cn ├── certificateelement_text.php ├── certificateelement_userfield.php ├── certificateelement_program.php ├── certificateelement_border.php ├── certificateelement_date.php ├── certificateelement_code.php ├── certificateelement_digitalsignature.php ├── certificateelement_userpicture.php ├── certificateelement_image.php └── tool_certificate.php ├── zh_tw ├── certificateelement_text.php ├── certificateelement_userfield.php ├── certificateelement_program.php ├── certificateelement_border.php ├── certificateelement_date.php ├── certificateelement_code.php ├── certificateelement_digitalsignature.php ├── certificateelement_userpicture.php ├── certificateelement_image.php └── tool_certificate.php ├── ja ├── certificateelement_text.php ├── certificateelement_userfield.php ├── certificateelement_border.php ├── certificateelement_program.php ├── certificateelement_date.php ├── certificateelement_userpicture.php ├── certificateelement_code.php ├── certificateelement_image.php ├── certificateelement_digitalsignature.php └── tool_certificate.php ├── ar ├── certificateelement_text.php ├── certificateelement_border.php ├── certificateelement_userfield.php ├── certificateelement_program.php ├── certificateelement_date.php ├── certificateelement_userpicture.php ├── certificateelement_code.php ├── certificateelement_image.php ├── certificateelement_digitalsignature.php └── tool_certificate.php ├── no ├── certificateelement_text.php ├── certificateelement_userfield.php ├── certificateelement_border.php ├── certificateelement_program.php ├── certificateelement_date.php ├── certificateelement_userpicture.php ├── certificateelement_code.php ├── certificateelement_image.php ├── certificateelement_digitalsignature.php └── tool_certificate.php ├── ca ├── certificateelement_text.php ├── certificateelement_userfield.php ├── certificateelement_border.php ├── certificateelement_program.php ├── certificateelement_date.php ├── certificateelement_userpicture.php ├── certificateelement_code.php ├── certificateelement_image.php └── certificateelement_digitalsignature.php ├── de ├── certificateelement_text.php ├── certificateelement_userfield.php ├── certificateelement_border.php ├── certificateelement_program.php ├── certificateelement_date.php ├── certificateelement_userpicture.php ├── certificateelement_code.php ├── certificateelement_image.php └── certificateelement_digitalsignature.php ├── fr ├── certificateelement_text.php ├── certificateelement_border.php ├── certificateelement_userfield.php ├── certificateelement_program.php ├── certificateelement_date.php ├── certificateelement_userpicture.php ├── certificateelement_code.php ├── certificateelement_image.php └── certificateelement_digitalsignature.php ├── nl ├── certificateelement_text.php ├── certificateelement_userfield.php ├── certificateelement_border.php ├── certificateelement_program.php ├── certificateelement_date.php ├── certificateelement_userpicture.php ├── certificateelement_code.php ├── certificateelement_image.php └── certificateelement_digitalsignature.php └── el ├── certificateelement_text.php ├── certificateelement_userfield.php ├── certificateelement_border.php ├── certificateelement_program.php ├── certificateelement_date.php ├── certificateelement_digitalsignature.php ├── certificateelement_userpicture.php ├── certificateelement_code.php ├── certificateelement_image.php └── tool_certificate.php /es/certificateelement_image.php: -------------------------------------------------------------------------------- 1 | . 16 | 17 | /** 18 | * Strings for component 'certificateelement_image', language 'es_wp', version '3.11'. 19 | * 20 | * @package certificateelement_image 21 | * @category string 22 | * @copyright 1999 Martin Dougiamas and contributors 23 | * @license https://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later 24 | */ 25 | 26 | defined('MOODLE_INTERNAL') || die(); 27 | 28 | $string['height'] = 'Altura'; 29 | -------------------------------------------------------------------------------- /es/certificateelement_userfield.php: -------------------------------------------------------------------------------- 1 | . 16 | 17 | /** 18 | * Strings for component 'certificateelement_userfield', language 'es_wp', version '3.11'. 19 | * 20 | * @package certificateelement_userfield 21 | * @category string 22 | * @copyright 1999 Martin Dougiamas and contributors 23 | * @license https://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later 24 | */ 25 | 26 | defined('MOODLE_INTERNAL') || die(); 27 | 28 | $string['userfield'] = 'Campo de usuario'; 29 | -------------------------------------------------------------------------------- /es/certificateelement_date.php: -------------------------------------------------------------------------------- 1 | . 16 | 17 | /** 18 | * Strings for component 'certificateelement_date', language 'es_wp', version '3.11'. 19 | * 20 | * @package certificateelement_date 21 | * @category string 22 | * @copyright 1999 Martin Dougiamas and contributors 23 | * @license https://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later 24 | */ 25 | 26 | defined('MOODLE_INTERNAL') || die(); 27 | 28 | $string['dateformat'] = 'Formato de fecha'; 29 | $string['expirydate'] = 'Fecha de vencimiento'; 30 | -------------------------------------------------------------------------------- /es/certificateelement_digitalsignature.php: -------------------------------------------------------------------------------- 1 | . 16 | 17 | /** 18 | * Strings for component 'certificateelement_digitalsignature', language 'es_wp', version '3.11'. 19 | * 20 | * @package certificateelement_digitalsignature 21 | * @category string 22 | * @copyright 1999 Martin Dougiamas and contributors 23 | * @license https://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later 24 | */ 25 | 26 | defined('MOODLE_INTERNAL') || die(); 27 | 28 | $string['height'] = 'Alto'; 29 | $string['width'] = 'Ancho'; 30 | -------------------------------------------------------------------------------- /es/certificateelement_program.php: -------------------------------------------------------------------------------- 1 | . 16 | 17 | /** 18 | * Strings for component 'certificateelement_program', language 'es_wp', version '3.11'. 19 | * 20 | * @package certificateelement_program 21 | * @category string 22 | * @copyright 1999 Martin Dougiamas and contributors 23 | * @license https://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later 24 | */ 25 | 26 | defined('MOODLE_INTERNAL') || die(); 27 | 28 | $string['fieldoptions'] = 'Campo'; 29 | $string['pluginname'] = 'Campos dinámicos'; 30 | -------------------------------------------------------------------------------- /es/certificateelement_userpicture.php: -------------------------------------------------------------------------------- 1 | . 16 | 17 | /** 18 | * Strings for component 'certificateelement_userpicture', language 'es_wp', version '3.11'. 19 | * 20 | * @package certificateelement_userpicture 21 | * @category string 22 | * @copyright 1999 Martin Dougiamas and contributors 23 | * @license https://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later 24 | */ 25 | 26 | defined('MOODLE_INTERNAL') || die(); 27 | 28 | $string['height'] = 'Altura'; 29 | $string['pluginname'] = 'Imagen del usuario'; 30 | $string['width'] = 'Ancho'; 31 | -------------------------------------------------------------------------------- /zh_cn/certificateelement_text.php: -------------------------------------------------------------------------------- 1 | . 16 | 17 | /** 18 | * Strings for component 'certificateelement_text', language 'zh_cn_wp', version '3.11'. 19 | * 20 | * @package certificateelement_text 21 | * @category string 22 | * @copyright 1999 Martin Dougiamas and contributors 23 | * @license https://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later 24 | */ 25 | 26 | defined('MOODLE_INTERNAL') || die(); 27 | 28 | $string['pluginname'] = '本文'; 29 | $string['privacy:metadata'] = '本文外挂不会储存任何个人信息。'; 30 | $string['text'] = '本文'; 31 | $string['text_help'] = '这是将显示在PDF上的文本。'; 32 | -------------------------------------------------------------------------------- /zh_tw/certificateelement_text.php: -------------------------------------------------------------------------------- 1 | . 16 | 17 | /** 18 | * Strings for component 'certificateelement_text', language 'zh_tw_wp', version '3.11'. 19 | * 20 | * @package certificateelement_text 21 | * @category string 22 | * @copyright 1999 Martin Dougiamas and contributors 23 | * @license https://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later 24 | */ 25 | 26 | defined('MOODLE_INTERNAL') || die(); 27 | 28 | $string['pluginname'] = '本文'; 29 | $string['privacy:metadata'] = '本文外掛不會儲存任何個人資訊。'; 30 | $string['text'] = '本文'; 31 | $string['text_help'] = '這是將顯示在PDF上的文本。'; 32 | -------------------------------------------------------------------------------- /ja/certificateelement_text.php: -------------------------------------------------------------------------------- 1 | . 16 | 17 | /** 18 | * Strings for component 'certificateelement_text', language 'ja_wp', version '3.11'. 19 | * 20 | * @package certificateelement_text 21 | * @category string 22 | * @copyright 1999 Martin Dougiamas and contributors 23 | * @license https://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later 24 | */ 25 | 26 | defined('MOODLE_INTERNAL') || die(); 27 | 28 | $string['pluginname'] = 'テキスト'; 29 | $string['privacy:metadata'] = 'テキストプラグインはいかなる個人データも保存しません。'; 30 | $string['text'] = 'テキスト'; 31 | $string['text_help'] = 'これはPDFに表示されるテキストです。'; 32 | -------------------------------------------------------------------------------- /es/certificateelement_border.php: -------------------------------------------------------------------------------- 1 | . 16 | 17 | /** 18 | * Strings for component 'certificateelement_border', language 'es_wp', version '3.11'. 19 | * 20 | * @package certificateelement_border 21 | * @category string 22 | * @copyright 1999 Martin Dougiamas and contributors 23 | * @license https://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later 24 | */ 25 | 26 | defined('MOODLE_INTERNAL') || die(); 27 | 28 | $string['invalidwidth'] = 'El ancho debe ser mayor a cero.'; 29 | $string['pluginname'] = 'Borde'; 30 | $string['width'] = 'Ancho'; 31 | $string['width_help'] = 'Ancho del borde en mm'; 32 | -------------------------------------------------------------------------------- /ar/certificateelement_text.php: -------------------------------------------------------------------------------- 1 | . 16 | 17 | /** 18 | * Strings for component 'certificateelement_text', language 'ar_wp', version '3.11'. 19 | * 20 | * @package certificateelement_text 21 | * @category string 22 | * @copyright 1999 Martin Dougiamas and contributors 23 | * @license https://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later 24 | */ 25 | 26 | defined('MOODLE_INTERNAL') || die(); 27 | 28 | $string['pluginname'] = 'نص'; 29 | $string['privacy:metadata'] = 'ملحق النص لا يخزن أي بيانات شخصية'; 30 | $string['text'] = 'نص'; 31 | $string['text_help'] = 'هذا هو النص الذي سيتم عرضه على PDF.'; 32 | -------------------------------------------------------------------------------- /zh_cn/certificateelement_userfield.php: -------------------------------------------------------------------------------- 1 | . 16 | 17 | /** 18 | * Strings for component 'certificateelement_userfield', language 'zh_cn_wp', version '3.11'. 19 | * 20 | * @package certificateelement_userfield 21 | * @category string 22 | * @copyright 1999 Martin Dougiamas and contributors 23 | * @license https://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later 24 | */ 25 | 26 | defined('MOODLE_INTERNAL') || die(); 27 | 28 | $string['pluginname'] = '用户字段'; 29 | $string['privacy:metadata'] = '用户字段外挂不会储存任何个人信息。'; 30 | $string['userfield'] = '用户字段'; 31 | $string['userfield_help'] = '这是将显示在PDF上的用户字段。'; 32 | -------------------------------------------------------------------------------- /zh_tw/certificateelement_userfield.php: -------------------------------------------------------------------------------- 1 | . 16 | 17 | /** 18 | * Strings for component 'certificateelement_userfield', language 'zh_tw_wp', version '3.11'. 19 | * 20 | * @package certificateelement_userfield 21 | * @category string 22 | * @copyright 1999 Martin Dougiamas and contributors 23 | * @license https://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later 24 | */ 25 | 26 | defined('MOODLE_INTERNAL') || die(); 27 | 28 | $string['pluginname'] = '用戶欄位'; 29 | $string['privacy:metadata'] = '用戶欄位外掛不會儲存任何個人資訊。'; 30 | $string['userfield'] = '用戶欄位'; 31 | $string['userfield_help'] = '這是將顯示在PDF上的用戶欄位。'; 32 | -------------------------------------------------------------------------------- /zh_cn/certificateelement_program.php: -------------------------------------------------------------------------------- 1 | . 16 | 17 | /** 18 | * Strings for component 'certificateelement_program', language 'zh_cn_wp', version '3.11'. 19 | * 20 | * @package certificateelement_program 21 | * @category string 22 | * @copyright 1999 Martin Dougiamas and contributors 23 | * @license https://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later 24 | */ 25 | 26 | defined('MOODLE_INTERNAL') || die(); 27 | 28 | $string['fieldoptions'] = '字段'; 29 | $string['fieldoptions_help'] = '要显示的字段。如果需要显示多个字段,请添加此元素的更多实例并进行相应配置。'; 30 | $string['pluginname'] = '计划'; 31 | $string['privacy:metadata'] = '计划外挂不会储存任何个人信息。'; 32 | -------------------------------------------------------------------------------- /zh_tw/certificateelement_program.php: -------------------------------------------------------------------------------- 1 | . 16 | 17 | /** 18 | * Strings for component 'certificateelement_program', language 'zh_tw_wp', version '3.11'. 19 | * 20 | * @package certificateelement_program 21 | * @category string 22 | * @copyright 1999 Martin Dougiamas and contributors 23 | * @license https://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later 24 | */ 25 | 26 | defined('MOODLE_INTERNAL') || die(); 27 | 28 | $string['fieldoptions'] = '欄位'; 29 | $string['fieldoptions_help'] = '要顯示的欄位。如果需要顯示多個欄位,請添加此元素的更多實例並進行相應配置。'; 30 | $string['pluginname'] = '計畫'; 31 | $string['privacy:metadata'] = '計畫外掛不會儲存任何個人資訊。'; 32 | -------------------------------------------------------------------------------- /ja/certificateelement_userfield.php: -------------------------------------------------------------------------------- 1 | . 16 | 17 | /** 18 | * Strings for component 'certificateelement_userfield', language 'ja_wp', version '3.11'. 19 | * 20 | * @package certificateelement_userfield 21 | * @category string 22 | * @copyright 1999 Martin Dougiamas and contributors 23 | * @license https://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later 24 | */ 25 | 26 | defined('MOODLE_INTERNAL') || die(); 27 | 28 | $string['pluginname'] = 'ユーザフィールド'; 29 | $string['privacy:metadata'] = 'ユーザフィールドプラグインはいかなる個人データも保存しません。'; 30 | $string['userfield'] = 'ユーザフィールド'; 31 | $string['userfield_help'] = 'これはPDFに表示されるユーザフィールドです。'; 32 | -------------------------------------------------------------------------------- /no/certificateelement_text.php: -------------------------------------------------------------------------------- 1 | . 16 | 17 | /** 18 | * Strings for component 'certificateelement_text', language 'no_wp', version '3.11'. 19 | * 20 | * @package certificateelement_text 21 | * @category string 22 | * @copyright 1999 Martin Dougiamas and contributors 23 | * @license https://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later 24 | */ 25 | 26 | defined('MOODLE_INTERNAL') || die(); 27 | 28 | $string['pluginname'] = 'Tekst'; 29 | $string['privacy:metadata'] = 'Tekstmodulen lagrer ikke noe personlig informasjon'; 30 | $string['text'] = 'Tekst'; 31 | $string['text_help'] = 'Dette er teksten som vises på PDF.'; 32 | -------------------------------------------------------------------------------- /ca/certificateelement_text.php: -------------------------------------------------------------------------------- 1 | . 16 | 17 | /** 18 | * Strings for component 'certificateelement_text', language 'ca_wp', version '3.11'. 19 | * 20 | * @package certificateelement_text 21 | * @category string 22 | * @copyright 1999 Martin Dougiamas and contributors 23 | * @license https://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later 24 | */ 25 | 26 | defined('MOODLE_INTERNAL') || die(); 27 | 28 | $string['pluginname'] = 'Text'; 29 | $string['privacy:metadata'] = 'El connector Text no emmagatzema cap dada personal.'; 30 | $string['text'] = 'Text'; 31 | $string['text_help'] = 'Aquest és el text que es mostrarà al PDF.'; 32 | -------------------------------------------------------------------------------- /de/certificateelement_text.php: -------------------------------------------------------------------------------- 1 | . 16 | 17 | /** 18 | * Strings for component 'certificateelement_text', language 'de_wp', version '3.11'. 19 | * 20 | * @package certificateelement_text 21 | * @category string 22 | * @copyright 1999 Martin Dougiamas and contributors 23 | * @license https://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later 24 | */ 25 | 26 | defined('MOODLE_INTERNAL') || die(); 27 | 28 | $string['pluginname'] = 'Text'; 29 | $string['privacy:metadata'] = 'Das Text-Plugin speichert keine Nutzerdaten'; 30 | $string['text'] = 'Text'; 31 | $string['text_help'] = 'Dieser Text wird in dem PDF-Dokument angezeigt'; 32 | -------------------------------------------------------------------------------- /zh_cn/certificateelement_border.php: -------------------------------------------------------------------------------- 1 | . 16 | 17 | /** 18 | * Strings for component 'certificateelement_border', language 'zh_cn_wp', version '3.11'. 19 | * 20 | * @package certificateelement_border 21 | * @category string 22 | * @copyright 1999 Martin Dougiamas and contributors 23 | * @license https://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later 24 | */ 25 | 26 | defined('MOODLE_INTERNAL') || die(); 27 | 28 | $string['invalidwidth'] = '宽度必须是大于0的有效数字。'; 29 | $string['pluginname'] = '边框'; 30 | $string['privacy:metadata'] = '边框外挂不会储存任何个人信息。'; 31 | $string['width'] = '宽度'; 32 | $string['width_help'] = '边框的宽度以公厘(mm)为单位。'; 33 | -------------------------------------------------------------------------------- /zh_tw/certificateelement_border.php: -------------------------------------------------------------------------------- 1 | . 16 | 17 | /** 18 | * Strings for component 'certificateelement_border', language 'zh_tw_wp', version '3.11'. 19 | * 20 | * @package certificateelement_border 21 | * @category string 22 | * @copyright 1999 Martin Dougiamas and contributors 23 | * @license https://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later 24 | */ 25 | 26 | defined('MOODLE_INTERNAL') || die(); 27 | 28 | $string['invalidwidth'] = '寬度必須是大於0的有效數字。'; 29 | $string['pluginname'] = '邊框'; 30 | $string['privacy:metadata'] = '邊框外掛不會儲存任何個人資訊。'; 31 | $string['width'] = '寬度'; 32 | $string['width_help'] = '邊框的寬度以公厘(mm)為單位。'; 33 | -------------------------------------------------------------------------------- /fr/certificateelement_text.php: -------------------------------------------------------------------------------- 1 | . 16 | 17 | /** 18 | * Strings for component 'certificateelement_text', language 'fr_wp', version '3.11'. 19 | * 20 | * @package certificateelement_text 21 | * @category string 22 | * @copyright 1999 Martin Dougiamas and contributors 23 | * @license https://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later 24 | */ 25 | 26 | defined('MOODLE_INTERNAL') || die(); 27 | 28 | $string['pluginname'] = 'Texte'; 29 | $string['privacy:metadata'] = 'Le plugin Texte ne stocke aucune donnée personnelle.'; 30 | $string['text'] = 'Texte'; 31 | $string['text_help'] = 'C\'est le texte qui s\'affichera sur le PDF.'; 32 | -------------------------------------------------------------------------------- /nl/certificateelement_text.php: -------------------------------------------------------------------------------- 1 | . 16 | 17 | /** 18 | * Strings for component 'certificateelement_text', language 'nl_wp', version '3.11'. 19 | * 20 | * @package certificateelement_text 21 | * @category string 22 | * @copyright 1999 Martin Dougiamas and contributors 23 | * @license https://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later 24 | */ 25 | 26 | defined('MOODLE_INTERNAL') || die(); 27 | 28 | $string['pluginname'] = 'Tekst'; 29 | $string['privacy:metadata'] = 'De Tekst plugin slaat geen persoonlijke gegevens op.'; 30 | $string['text'] = 'Tekst'; 31 | $string['text_help'] = 'Dit is de tekst die wordt getoond op de PDF.'; 32 | -------------------------------------------------------------------------------- /ja/certificateelement_border.php: -------------------------------------------------------------------------------- 1 | . 16 | 17 | /** 18 | * Strings for component 'certificateelement_border', language 'ja_wp', version '3.11'. 19 | * 20 | * @package certificateelement_border 21 | * @category string 22 | * @copyright 1999 Martin Dougiamas and contributors 23 | * @license https://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later 24 | */ 25 | 26 | defined('MOODLE_INTERNAL') || die(); 27 | 28 | $string['invalidwidth'] = '幅は0より大きい有効な数値を入力する必要があります。'; 29 | $string['pluginname'] = '枠線'; 30 | $string['privacy:metadata'] = 'ボーダープラグインはいかなる個人データも保存しません。'; 31 | $string['width'] = '幅'; 32 | $string['width_help'] = 'これは枠線の幅(mm)です'; 33 | -------------------------------------------------------------------------------- /el/certificateelement_text.php: -------------------------------------------------------------------------------- 1 | . 16 | 17 | /** 18 | * Strings for component 'certificateelement_text', language 'el_wp', version '3.11'. 19 | * 20 | * @package certificateelement_text 21 | * @category string 22 | * @copyright 1999 Martin Dougiamas and contributors 23 | * @license https://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later 24 | */ 25 | 26 | defined('MOODLE_INTERNAL') || die(); 27 | 28 | $string['pluginname'] = 'Κείμενο'; 29 | $string['privacy:metadata'] = 'Το πρόσθετο Κείμενο δεν αποθηκεύει κανένα προσωπικό στοιχείο.'; 30 | $string['text'] = 'Κείμενο'; 31 | $string['text_help'] = 'Αυτό είναι το κείμενο που θα εμφανιστεί στο PDF.'; 32 | -------------------------------------------------------------------------------- /ja/certificateelement_program.php: -------------------------------------------------------------------------------- 1 | . 16 | 17 | /** 18 | * Strings for component 'certificateelement_program', language 'ja_wp', version '3.11'. 19 | * 20 | * @package certificateelement_program 21 | * @category string 22 | * @copyright 1999 Martin Dougiamas and contributors 23 | * @license https://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later 24 | */ 25 | 26 | defined('MOODLE_INTERNAL') || die(); 27 | 28 | $string['fieldoptions'] = 'フィールド'; 29 | $string['fieldoptions_help'] = '表示するフィールド。複数のフィールドを表示する必要がある場合は、この要素のインスタンスを追加し、それに応じて設定します。'; 30 | $string['pluginname'] = 'ダイナミックルールデータ'; 31 | $string['privacy:metadata'] = 'ダイナミックルールデータプラグインはいかなる個人データも保存しません。'; 32 | -------------------------------------------------------------------------------- /ar/certificateelement_border.php: -------------------------------------------------------------------------------- 1 | . 16 | 17 | /** 18 | * Strings for component 'certificateelement_border', language 'ar_wp', version '3.11'. 19 | * 20 | * @package certificateelement_border 21 | * @category string 22 | * @copyright 1999 Martin Dougiamas and contributors 23 | * @license https://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later 24 | */ 25 | 26 | defined('MOODLE_INTERNAL') || die(); 27 | 28 | $string['invalidwidth'] = 'يجب أن يكون العرض رقمًا صالحًا أكبر من 0'; 29 | $string['pluginname'] = 'إطار'; 30 | $string['privacy:metadata'] = 'ملحق الإطار لا يخزن أي معلومات شخصية'; 31 | $string['width'] = 'العرض'; 32 | $string['width_help'] = 'عرض الإطار بالملم'; 33 | -------------------------------------------------------------------------------- /ar/certificateelement_userfield.php: -------------------------------------------------------------------------------- 1 | . 16 | 17 | /** 18 | * Strings for component 'certificateelement_userfield', language 'ar_wp', version '3.11'. 19 | * 20 | * @package certificateelement_userfield 21 | * @category string 22 | * @copyright 1999 Martin Dougiamas and contributors 23 | * @license https://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later 24 | */ 25 | 26 | defined('MOODLE_INTERNAL') || die(); 27 | 28 | $string['pluginname'] = 'حقل المستخدم'; 29 | $string['privacy:metadata'] = 'لا يخزن الملحق الإضافي لحقل المستخدم أي بيانات شخصية'; 30 | $string['userfield'] = 'حقل المستخدم'; 31 | $string['userfield_help'] = 'هذا هو حقل المستخدم الذي سيتم عرضه على PDF.'; 32 | -------------------------------------------------------------------------------- /de/certificateelement_userfield.php: -------------------------------------------------------------------------------- 1 | . 16 | 17 | /** 18 | * Strings for component 'certificateelement_userfield', language 'de_wp', version '3.11'. 19 | * 20 | * @package certificateelement_userfield 21 | * @category string 22 | * @copyright 1999 Martin Dougiamas and contributors 23 | * @license https://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later 24 | */ 25 | 26 | defined('MOODLE_INTERNAL') || die(); 27 | 28 | $string['pluginname'] = 'Nutzerfeld'; 29 | $string['privacy:metadata'] = 'Das Nutzerfeld-Plugin speichert keine Nutzerdaten'; 30 | $string['userfield'] = 'Nutzerfeld'; 31 | $string['userfield_help'] = 'Dieses Nutzerfeld wird auf dem PDF-Dokument angezeigt.'; 32 | -------------------------------------------------------------------------------- /no/certificateelement_userfield.php: -------------------------------------------------------------------------------- 1 | . 16 | 17 | /** 18 | * Strings for component 'certificateelement_userfield', language 'no_wp', version '3.11'. 19 | * 20 | * @package certificateelement_userfield 21 | * @category string 22 | * @copyright 1999 Martin Dougiamas and contributors 23 | * @license https://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later 24 | */ 25 | 26 | defined('MOODLE_INTERNAL') || die(); 27 | 28 | $string['pluginname'] = 'Brukerfelt'; 29 | $string['privacy:metadata'] = 'Modulen for brukerfelt lagrer ikke noe personlig informasjon.'; 30 | $string['userfield'] = 'Brukerfelt'; 31 | $string['userfield_help'] = 'Dette er brukerfelt som vil bli vist på PDF.'; 32 | -------------------------------------------------------------------------------- /ca/certificateelement_userfield.php: -------------------------------------------------------------------------------- 1 | . 16 | 17 | /** 18 | * Strings for component 'certificateelement_userfield', language 'ca_wp', version '3.11'. 19 | * 20 | * @package certificateelement_userfield 21 | * @category string 22 | * @copyright 1999 Martin Dougiamas and contributors 23 | * @license https://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later 24 | */ 25 | 26 | defined('MOODLE_INTERNAL') || die(); 27 | 28 | $string['pluginname'] = 'Camp d\'usuari'; 29 | $string['privacy:metadata'] = 'El connector del Camp d\'Usuari no emmagatzema cap dada personal.'; 30 | $string['userfield'] = 'Camp d\'usuari'; 31 | $string['userfield_help'] = 'Aquest és el camp d’usuari que es mostrarà al PDF.'; 32 | -------------------------------------------------------------------------------- /de/certificateelement_border.php: -------------------------------------------------------------------------------- 1 | . 16 | 17 | /** 18 | * Strings for component 'certificateelement_border', language 'de_wp', version '3.11'. 19 | * 20 | * @package certificateelement_border 21 | * @category string 22 | * @copyright 1999 Martin Dougiamas and contributors 23 | * @license https://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later 24 | */ 25 | 26 | defined('MOODLE_INTERNAL') || die(); 27 | 28 | $string['invalidwidth'] = 'Die Breite muss eine gültige Zahl größer als 0 sein'; 29 | $string['pluginname'] = 'Rand'; 30 | $string['privacy:metadata'] = 'Das Rand-Plugin speichert keine Nutzerdaten'; 31 | $string['width'] = 'Breite'; 32 | $string['width_help'] = 'Breite des Randes in mm.'; 33 | -------------------------------------------------------------------------------- /el/certificateelement_userfield.php: -------------------------------------------------------------------------------- 1 | . 16 | 17 | /** 18 | * Strings for component 'certificateelement_userfield', language 'el_wp', version '3.11'. 19 | * 20 | * @package certificateelement_userfield 21 | * @category string 22 | * @copyright 1999 Martin Dougiamas and contributors 23 | * @license https://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later 24 | */ 25 | 26 | defined('MOODLE_INTERNAL') || die(); 27 | 28 | $string['pluginname'] = 'Πεδίο χρήστη'; 29 | $string['privacy:metadata'] = 'Το πρόσθετο Πεδίο χρήστη δεν αποθηκεύει κανένα προσωπικό στοιχείο.'; 30 | $string['userfield'] = 'Πεδίο χρήστη'; 31 | $string['userfield_help'] = 'Αυτό είναι το πεδίο χρήστη που θα εμφανιστεί στο PDF.'; 32 | -------------------------------------------------------------------------------- /nl/certificateelement_userfield.php: -------------------------------------------------------------------------------- 1 | . 16 | 17 | /** 18 | * Strings for component 'certificateelement_userfield', language 'nl_wp', version '3.11'. 19 | * 20 | * @package certificateelement_userfield 21 | * @category string 22 | * @copyright 1999 Martin Dougiamas and contributors 23 | * @license https://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later 24 | */ 25 | 26 | defined('MOODLE_INTERNAL') || die(); 27 | 28 | $string['pluginname'] = 'Gebruikers veld'; 29 | $string['privacy:metadata'] = 'De Gebruikers veld plugin slaat geen persoonlijke gegevens op.'; 30 | $string['userfield'] = 'Gebruikers veld'; 31 | $string['userfield_help'] = 'Dit het gebruikers veld dat wordt getoond op de PDF.'; 32 | -------------------------------------------------------------------------------- /ca/certificateelement_border.php: -------------------------------------------------------------------------------- 1 | . 16 | 17 | /** 18 | * Strings for component 'certificateelement_border', language 'ca_wp', version '3.11'. 19 | * 20 | * @package certificateelement_border 21 | * @category string 22 | * @copyright 1999 Martin Dougiamas and contributors 23 | * @license https://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later 24 | */ 25 | 26 | defined('MOODLE_INTERNAL') || die(); 27 | 28 | $string['invalidwidth'] = 'L\'amplada ha de ser un nombre vàlid superior a 0.'; 29 | $string['pluginname'] = 'Marge'; 30 | $string['privacy:metadata'] = 'El connector Marge no emmagatzema dades personals.'; 31 | $string['width'] = 'Amplada'; 32 | $string['width_help'] = 'Amplada del marge en mm.'; 33 | -------------------------------------------------------------------------------- /no/certificateelement_border.php: -------------------------------------------------------------------------------- 1 | . 16 | 17 | /** 18 | * Strings for component 'certificateelement_border', language 'no_wp', version '3.11'. 19 | * 20 | * @package certificateelement_border 21 | * @category string 22 | * @copyright 1999 Martin Dougiamas and contributors 23 | * @license https://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later 24 | */ 25 | 26 | defined('MOODLE_INTERNAL') || die(); 27 | 28 | $string['invalidwidth'] = 'Bredden må være et gyldig tall større enn 0.'; 29 | $string['pluginname'] = 'Rammestrek'; 30 | $string['privacy:metadata'] = 'Rammestrek modulen lagrer ingen personlige data.'; 31 | $string['width'] = 'Bredde'; 32 | $string['width_help'] = 'Bredde på rammestrek i mm.'; 33 | -------------------------------------------------------------------------------- /nl/certificateelement_border.php: -------------------------------------------------------------------------------- 1 | . 16 | 17 | /** 18 | * Strings for component 'certificateelement_border', language 'nl_wp', version '3.11'. 19 | * 20 | * @package certificateelement_border 21 | * @category string 22 | * @copyright 1999 Martin Dougiamas and contributors 23 | * @license https://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later 24 | */ 25 | 26 | defined('MOODLE_INTERNAL') || die(); 27 | 28 | $string['invalidwidth'] = 'De breedte moet een geldig getal zijn groter dan 0.'; 29 | $string['pluginname'] = 'Rand'; 30 | $string['privacy:metadata'] = 'De Rand plugin slaat geen persoonlijke gegevens op.'; 31 | $string['width'] = 'Breedte'; 32 | $string['width_help'] = 'Breedte van de rand in mm.'; 33 | -------------------------------------------------------------------------------- /fr/certificateelement_border.php: -------------------------------------------------------------------------------- 1 | . 16 | 17 | /** 18 | * Strings for component 'certificateelement_border', language 'fr_wp', version '3.11'. 19 | * 20 | * @package certificateelement_border 21 | * @category string 22 | * @copyright 1999 Martin Dougiamas and contributors 23 | * @license https://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later 24 | */ 25 | 26 | defined('MOODLE_INTERNAL') || die(); 27 | 28 | $string['invalidwidth'] = 'La largeur doit être un nombre valide supérieur à 0.'; 29 | $string['pluginname'] = 'Bordure'; 30 | $string['privacy:metadata'] = 'Le plugin Bordure ne stocke aucune donnée personnelle.'; 31 | $string['width'] = 'Largeur'; 32 | $string['width_help'] = 'Largeur de la bordure en mm.'; 33 | -------------------------------------------------------------------------------- /ar/certificateelement_program.php: -------------------------------------------------------------------------------- 1 | . 16 | 17 | /** 18 | * Strings for component 'certificateelement_program', language 'ar_wp', version '3.11'. 19 | * 20 | * @package certificateelement_program 21 | * @category string 22 | * @copyright 1999 Martin Dougiamas and contributors 23 | * @license https://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later 24 | */ 25 | 26 | defined('MOODLE_INTERNAL') || die(); 27 | 28 | $string['fieldoptions'] = 'حقل'; 29 | $string['fieldoptions_help'] = 'الحقل الذي سيتم عرضه. إذا كنت بحاجة إلى عرض أكثر من حقل ، فأضف المزيد من مثيلات هذا العنصر وتكوينه وفقًا لذلك'; 30 | $string['pluginname'] = 'حقول ديناميكية'; 31 | $string['privacy:metadata'] = 'ملحق الحقل الديناميكي لا يخزن أي بيانات شخصية.'; 32 | -------------------------------------------------------------------------------- /fr/certificateelement_userfield.php: -------------------------------------------------------------------------------- 1 | . 16 | 17 | /** 18 | * Strings for component 'certificateelement_userfield', language 'fr_wp', version '3.11'. 19 | * 20 | * @package certificateelement_userfield 21 | * @category string 22 | * @copyright 1999 Martin Dougiamas and contributors 23 | * @license https://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later 24 | */ 25 | 26 | defined('MOODLE_INTERNAL') || die(); 27 | 28 | $string['pluginname'] = 'Champ de l\'utilisateur'; 29 | $string['privacy:metadata'] = 'Le plug-in Champ de l\'utilisateur ne stocke aucune donnée personnelle.'; 30 | $string['userfield'] = 'Champ de l\'utilisateur'; 31 | $string['userfield_help'] = 'Ceci est le champ utilisateur qui sera affiché sur le PDF.'; 32 | -------------------------------------------------------------------------------- /zh_cn/certificateelement_date.php: -------------------------------------------------------------------------------- 1 | . 16 | 17 | /** 18 | * Strings for component 'certificateelement_date', language 'zh_cn_wp', version '3.11'. 19 | * 20 | * @package certificateelement_date 21 | * @category string 22 | * @copyright 1999 Martin Dougiamas and contributors 23 | * @license https://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later 24 | */ 25 | 26 | defined('MOODLE_INTERNAL') || die(); 27 | 28 | $string['dateformat'] = '日期格式'; 29 | $string['dateformat_help'] = '这是将显示的日期格式'; 30 | $string['dateitem'] = '日期项目'; 31 | $string['dateitem_help'] = '这将是证书上印刷的日期'; 32 | $string['expirydate'] = '失效日期'; 33 | $string['issueddate'] = '发行日期'; 34 | $string['pluginname'] = '日期'; 35 | $string['privacy:metadata'] = '日期外挂不会储存任何个人信息。'; 36 | -------------------------------------------------------------------------------- /zh_tw/certificateelement_date.php: -------------------------------------------------------------------------------- 1 | . 16 | 17 | /** 18 | * Strings for component 'certificateelement_date', language 'zh_tw_wp', version '3.11'. 19 | * 20 | * @package certificateelement_date 21 | * @category string 22 | * @copyright 1999 Martin Dougiamas and contributors 23 | * @license https://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later 24 | */ 25 | 26 | defined('MOODLE_INTERNAL') || die(); 27 | 28 | $string['dateformat'] = '日期格式'; 29 | $string['dateformat_help'] = '這是將顯示的日期格式'; 30 | $string['dateitem'] = '日期項目'; 31 | $string['dateitem_help'] = '這將是證書上印刷的日期'; 32 | $string['expirydate'] = '失效日期'; 33 | $string['issueddate'] = '發行日期'; 34 | $string['pluginname'] = '日期'; 35 | $string['privacy:metadata'] = '日期外掛不會儲存任何個人資訊。'; 36 | -------------------------------------------------------------------------------- /no/certificateelement_program.php: -------------------------------------------------------------------------------- 1 | . 16 | 17 | /** 18 | * Strings for component 'certificateelement_program', language 'no_wp', version '3.11'. 19 | * 20 | * @package certificateelement_program 21 | * @category string 22 | * @copyright 1999 Martin Dougiamas and contributors 23 | * @license https://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later 24 | */ 25 | 26 | defined('MOODLE_INTERNAL') || die(); 27 | 28 | $string['fieldoptions'] = 'Felt'; 29 | $string['fieldoptions_help'] = 'Feltet som skal vises. Dersom du trenger å vise mer enn ett felt må du legge til flere og konfigurere hver av dem.'; 30 | $string['pluginname'] = 'Dynamiske felt'; 31 | $string['privacy:metadata'] = 'Modulen for dynamiske felt lagrer ingen personlige data.'; 32 | -------------------------------------------------------------------------------- /el/certificateelement_border.php: -------------------------------------------------------------------------------- 1 | . 16 | 17 | /** 18 | * Strings for component 'certificateelement_border', language 'el_wp', version '3.11'. 19 | * 20 | * @package certificateelement_border 21 | * @category string 22 | * @copyright 1999 Martin Dougiamas and contributors 23 | * @license https://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later 24 | */ 25 | 26 | defined('MOODLE_INTERNAL') || die(); 27 | 28 | $string['invalidwidth'] = 'Το πλάτος πρέπει να είναι έγκυρος αριθμός μεγαλύτερο από 0.'; 29 | $string['pluginname'] = 'Περιθώριο'; 30 | $string['privacy:metadata'] = 'Το πρόσθετο Περιγράμματος δεν αποθηκεύει κανένα προσωπικό στοιχείο.'; 31 | $string['width'] = 'Πλάτος'; 32 | $string['width_help'] = 'Το πλάτος του περιγράμματος σε mm.'; 33 | -------------------------------------------------------------------------------- /ja/certificateelement_date.php: -------------------------------------------------------------------------------- 1 | . 16 | 17 | /** 18 | * Strings for component 'certificateelement_date', language 'ja_wp', version '3.11'. 19 | * 20 | * @package certificateelement_date 21 | * @category string 22 | * @copyright 1999 Martin Dougiamas and contributors 23 | * @license https://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later 24 | */ 25 | 26 | defined('MOODLE_INTERNAL') || die(); 27 | 28 | $string['dateformat'] = '日付フォーマット'; 29 | $string['dateformat_help'] = 'これは表示される日付のフォーマットです'; 30 | $string['dateitem'] = '日付アイテム'; 31 | $string['dateitem_help'] = 'これは認定証に印刷される日付です。'; 32 | $string['expirydate'] = '有効期限日'; 33 | $string['issueddate'] = '発行日'; 34 | $string['pluginname'] = '日付'; 35 | $string['privacy:metadata'] = '日付プラグインはいかなる個人データも保存しません。'; 36 | -------------------------------------------------------------------------------- /nl/certificateelement_program.php: -------------------------------------------------------------------------------- 1 | . 16 | 17 | /** 18 | * Strings for component 'certificateelement_program', language 'nl_wp', version '3.11'. 19 | * 20 | * @package certificateelement_program 21 | * @category string 22 | * @copyright 1999 Martin Dougiamas and contributors 23 | * @license https://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later 24 | */ 25 | 26 | defined('MOODLE_INTERNAL') || die(); 27 | 28 | $string['fieldoptions'] = 'Veld'; 29 | $string['fieldoptions_help'] = 'Het getoonde veld. Als je meer dan 1 veld moet tonen, voeg dan meer elementen van dit type toe en configureer die overeenkomstig.'; 30 | $string['pluginname'] = 'Dynamische velden'; 31 | $string['privacy:metadata'] = 'De Dynamische velden slaat geen persoonlijke data op.'; 32 | -------------------------------------------------------------------------------- /ca/certificateelement_program.php: -------------------------------------------------------------------------------- 1 | . 16 | 17 | /** 18 | * Strings for component 'certificateelement_program', language 'ca_wp', version '3.11'. 19 | * 20 | * @package certificateelement_program 21 | * @category string 22 | * @copyright 1999 Martin Dougiamas and contributors 23 | * @license https://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later 24 | */ 25 | 26 | defined('MOODLE_INTERNAL') || die(); 27 | 28 | $string['fieldoptions'] = 'Camp'; 29 | $string['fieldoptions_help'] = 'El camp que es mostrarà. Si voleu mostrar més d’un camp, afegiu més instàncies d’aquest element i configureu-lo en conseqüència.'; 30 | $string['pluginname'] = 'Camps dinàmics'; 31 | $string['privacy:metadata'] = 'El connector de camps dinàmics no emmagatzema cap dada personal.'; 32 | -------------------------------------------------------------------------------- /de/certificateelement_program.php: -------------------------------------------------------------------------------- 1 | . 16 | 17 | /** 18 | * Strings for component 'certificateelement_program', language 'de_wp', version '3.11'. 19 | * 20 | * @package certificateelement_program 21 | * @category string 22 | * @copyright 1999 Martin Dougiamas and contributors 23 | * @license https://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later 24 | */ 25 | 26 | defined('MOODLE_INTERNAL') || die(); 27 | 28 | $string['fieldoptions'] = 'Feld'; 29 | $string['fieldoptions_help'] = 'Das anzuzeigende Feld. Falls mehr als ein Feld angezeigt werden soll, fügen Sie weitere Instanzen dieser Art hinzu und konfigurieren Sie sie entsprechend.'; 30 | $string['pluginname'] = 'Dynamisches Feld'; 31 | $string['privacy:metadata'] = 'Das Programm-Plugin speichert keine Nutzerdaten'; 32 | -------------------------------------------------------------------------------- /fr/certificateelement_program.php: -------------------------------------------------------------------------------- 1 | . 16 | 17 | /** 18 | * Strings for component 'certificateelement_program', language 'fr_wp', version '3.11'. 19 | * 20 | * @package certificateelement_program 21 | * @category string 22 | * @copyright 1999 Martin Dougiamas and contributors 23 | * @license https://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later 24 | */ 25 | 26 | defined('MOODLE_INTERNAL') || die(); 27 | 28 | $string['fieldoptions'] = 'Champ'; 29 | $string['fieldoptions_help'] = 'Le champ à afficher. Si vous devez afficher plusieurs champs, ajoutez plus d\'instances de cet élément et configurez en conséquence.'; 30 | $string['pluginname'] = 'Champs dynamiques'; 31 | $string['privacy:metadata'] = 'Le plugin des champs dynamiques ne stocke aucune donnée personnelle.'; 32 | -------------------------------------------------------------------------------- /zh_cn/certificateelement_code.php: -------------------------------------------------------------------------------- 1 | . 16 | 17 | /** 18 | * Strings for component 'certificateelement_code', language 'zh_cn_wp', version '3.11'. 19 | * 20 | * @package certificateelement_code 21 | * @category string 22 | * @copyright 1999 Martin Dougiamas and contributors 23 | * @license https://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later 24 | */ 25 | 26 | defined('MOODLE_INTERNAL') || die(); 27 | 28 | $string['display'] = '显示'; 29 | $string['display_help'] = '如何显示编码: 30 | 31 | * 仅编码(默认):将仅显示用于验证证书的代码 32 | * 编码和链接:将显示指向验证页面的连结 33 | * 网址:将验证网址显示为本文(通常用于无法点击连结的打印证书)'; 34 | $string['displaycode'] = '仅编码'; 35 | $string['displaycodelink'] = '包含链接的编码'; 36 | $string['displayurl'] = '验证网址'; 37 | $string['pluginname'] = '编码'; 38 | $string['privacy:metadata'] = '编码外挂不会储存任何个人信息。'; 39 | -------------------------------------------------------------------------------- /zh_tw/certificateelement_code.php: -------------------------------------------------------------------------------- 1 | . 16 | 17 | /** 18 | * Strings for component 'certificateelement_code', language 'zh_tw_wp', version '3.11'. 19 | * 20 | * @package certificateelement_code 21 | * @category string 22 | * @copyright 1999 Martin Dougiamas and contributors 23 | * @license https://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later 24 | */ 25 | 26 | defined('MOODLE_INTERNAL') || die(); 27 | 28 | $string['display'] = '顯示'; 29 | $string['display_help'] = '如何顯示編碼: 30 | 31 | * 僅編碼(預設):將僅顯示用於驗證證書的代碼 32 | * 編碼和連結:將顯示指向驗證頁面的連結 33 | * 網址:將驗證網址顯示為本文(通常用於無法點擊連結的列印證書)'; 34 | $string['displaycode'] = '僅編碼'; 35 | $string['displaycodelink'] = '包含連結的編碼'; 36 | $string['displayurl'] = '驗證網址'; 37 | $string['pluginname'] = '編碼'; 38 | $string['privacy:metadata'] = '編碼外掛不會儲存任何個人資訊。'; 39 | -------------------------------------------------------------------------------- /el/certificateelement_program.php: -------------------------------------------------------------------------------- 1 | . 16 | 17 | /** 18 | * Strings for component 'certificateelement_program', language 'el_wp', version '3.11'. 19 | * 20 | * @package certificateelement_program 21 | * @category string 22 | * @copyright 1999 Martin Dougiamas and contributors 23 | * @license https://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later 24 | */ 25 | 26 | defined('MOODLE_INTERNAL') || die(); 27 | 28 | $string['fieldoptions'] = 'Πεδίο'; 29 | $string['fieldoptions_help'] = 'Το πεδίο που θα εμφανιστεί. Εάν πρέπει να εμφανίσετε περισσότερα από ένα πεδία, προσθέστε περισσότερα στιγμιότυπα αυτού του στοιχείου και διαμορφώστε τα ανάλογα.'; 30 | $string['pluginname'] = 'Πρόγραμμα'; 31 | $string['privacy:metadata'] = 'Το πρόσθετο Πρόγραμμα δεν αποθηκεύει κανένα προσωπικό στοιχείο.'; 32 | -------------------------------------------------------------------------------- /zh_cn/certificateelement_digitalsignature.php: -------------------------------------------------------------------------------- 1 | . 16 | 17 | /** 18 | * Strings for component 'certificateelement_digitalsignature', language 'zh_cn_wp', version '3.11'. 19 | * 20 | * @package certificateelement_digitalsignature 21 | * @category string 22 | * @copyright 1999 Martin Dougiamas and contributors 23 | * @license https://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later 24 | */ 25 | 26 | defined('MOODLE_INTERNAL') || die(); 27 | 28 | $string['digitalsignature'] = '电子签名'; 29 | $string['pluginname'] = '电子签名'; 30 | $string['privacy:metadata'] = '电子签名外挂不会储存任何个人信息。'; 31 | $string['signaturecontactinfo'] = '签名联络方式'; 32 | $string['signaturelocation'] = '签名位置'; 33 | $string['signaturename'] = '签名名称'; 34 | $string['signaturepassword'] = '签名密码'; 35 | $string['signaturereason'] = '签名'; 36 | -------------------------------------------------------------------------------- /zh_tw/certificateelement_digitalsignature.php: -------------------------------------------------------------------------------- 1 | . 16 | 17 | /** 18 | * Strings for component 'certificateelement_digitalsignature', language 'zh_tw_wp', version '3.11'. 19 | * 20 | * @package certificateelement_digitalsignature 21 | * @category string 22 | * @copyright 1999 Martin Dougiamas and contributors 23 | * @license https://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later 24 | */ 25 | 26 | defined('MOODLE_INTERNAL') || die(); 27 | 28 | $string['digitalsignature'] = '電子簽名'; 29 | $string['pluginname'] = '電子簽名'; 30 | $string['privacy:metadata'] = '電子簽名外掛不會儲存任何個人資訊。'; 31 | $string['signaturecontactinfo'] = '簽名聯絡方式'; 32 | $string['signaturelocation'] = '簽名位置'; 33 | $string['signaturename'] = '簽名名稱'; 34 | $string['signaturepassword'] = '簽名密碼'; 35 | $string['signaturereason'] = '簽名'; 36 | -------------------------------------------------------------------------------- /zh_cn/certificateelement_userpicture.php: -------------------------------------------------------------------------------- 1 | . 16 | 17 | /** 18 | * Strings for component 'certificateelement_userpicture', language 'zh_cn_wp', version '3.11'. 19 | * 20 | * @package certificateelement_userpicture 21 | * @category string 22 | * @copyright 1999 Martin Dougiamas and contributors 23 | * @license https://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later 24 | */ 25 | 26 | defined('MOODLE_INTERNAL') || die(); 27 | 28 | $string['height'] = '高度'; 29 | $string['height_help'] = '图片的高度以公厘(mm)为单位。如果等于零,则会自动计算。'; 30 | $string['invalidheight'] = '高度必须是大于或等于0的有效数字。'; 31 | $string['invalidwidth'] = '宽度必须是大于或等于0的有效数字。'; 32 | $string['pluginname'] = '用户图片'; 33 | $string['privacy:metadata'] = '用户图片外挂不会储存任何个人信息。'; 34 | $string['width'] = '宽度'; 35 | $string['width_help'] = '图片的宽度以公厘(mm)为单位。如果等于零,则会自动计算。'; 36 | -------------------------------------------------------------------------------- /zh_tw/certificateelement_userpicture.php: -------------------------------------------------------------------------------- 1 | . 16 | 17 | /** 18 | * Strings for component 'certificateelement_userpicture', language 'zh_tw_wp', version '3.11'. 19 | * 20 | * @package certificateelement_userpicture 21 | * @category string 22 | * @copyright 1999 Martin Dougiamas and contributors 23 | * @license https://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later 24 | */ 25 | 26 | defined('MOODLE_INTERNAL') || die(); 27 | 28 | $string['height'] = '高度'; 29 | $string['height_help'] = '圖片的高度以公厘(mm)為單位。如果等於零,則會自動計算。'; 30 | $string['invalidheight'] = '高度必須是大於或等於0的有效數字。'; 31 | $string['invalidwidth'] = '寬度必須是大於或等於0的有效數字。'; 32 | $string['pluginname'] = '用戶圖片'; 33 | $string['privacy:metadata'] = '用戶圖片外掛不會儲存任何個人資訊。'; 34 | $string['width'] = '寬度'; 35 | $string['width_help'] = '圖片的寬度以公厘(mm)為單位。如果等於零,則會自動計算。'; 36 | -------------------------------------------------------------------------------- /ja/certificateelement_userpicture.php: -------------------------------------------------------------------------------- 1 | . 16 | 17 | /** 18 | * Strings for component 'certificateelement_userpicture', language 'ja_wp', version '3.11'. 19 | * 20 | * @package certificateelement_userpicture 21 | * @category string 22 | * @copyright 1999 Martin Dougiamas and contributors 23 | * @license https://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later 24 | */ 25 | 26 | defined('MOODLE_INTERNAL') || die(); 27 | 28 | $string['height'] = '高さ'; 29 | $string['height_help'] = 'これは画像の高さ(mm)です。0と記入した場合は自動的に計算されます。'; 30 | $string['invalidheight'] = '高さは0以上の有効な数値の必要があります。'; 31 | $string['invalidwidth'] = '幅は0以上の有効な数値の必要があります。'; 32 | $string['pluginname'] = 'ユーザ画像'; 33 | $string['privacy:metadata'] = 'ユーザ画像プラグインはいかなる個人データも保存しません。'; 34 | $string['width'] = '幅'; 35 | $string['width_help'] = 'これは画像の幅(mm)です。0と記入した場合は自動的に計算されます。'; 36 | -------------------------------------------------------------------------------- /ar/certificateelement_date.php: -------------------------------------------------------------------------------- 1 | . 16 | 17 | /** 18 | * Strings for component 'certificateelement_date', language 'ar_wp', version '3.11'. 19 | * 20 | * @package certificateelement_date 21 | * @category string 22 | * @copyright 1999 Martin Dougiamas and contributors 23 | * @license https://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later 24 | */ 25 | 26 | defined('MOODLE_INTERNAL') || die(); 27 | 28 | $string['dateformat'] = 'صياغة التاريخ'; 29 | $string['dateformat_help'] = 'هذا هو تنسيق التاريخ الذي سيتم عرضه'; 30 | $string['dateitem'] = 'عنصر التاريخ'; 31 | $string['dateitem_help'] = 'هذا هو التاريخ الذي ستتم طباعته على الشهادة'; 32 | $string['expirydate'] = 'تاريخ الانتهاء'; 33 | $string['issueddate'] = 'تاريخ الاصدار'; 34 | $string['pluginname'] = 'التاريخ'; 35 | $string['privacy:metadata'] = 'لا يخزن ملحق التاريخ أي بيانات شخصية'; 36 | -------------------------------------------------------------------------------- /no/certificateelement_date.php: -------------------------------------------------------------------------------- 1 | . 16 | 17 | /** 18 | * Strings for component 'certificateelement_date', language 'no_wp', version '3.11'. 19 | * 20 | * @package certificateelement_date 21 | * @category string 22 | * @copyright 1999 Martin Dougiamas and contributors 23 | * @license https://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later 24 | */ 25 | 26 | defined('MOODLE_INTERNAL') || die(); 27 | 28 | $string['dateformat'] = 'Datoformat'; 29 | $string['dateformat_help'] = 'Dette er formatet for datoen som skal vises'; 30 | $string['dateitem'] = 'Datoelement'; 31 | $string['dateitem_help'] = 'Dette vil bli datoen som trykkes på kursbeviset'; 32 | $string['expirydate'] = 'Utløpsdato'; 33 | $string['issueddate'] = 'Dato tildelt'; 34 | $string['pluginname'] = 'Dato'; 35 | $string['privacy:metadata'] = 'Datomodulen lagrer ikke noe personlig informasjon'; 36 | -------------------------------------------------------------------------------- /ja/certificateelement_code.php: -------------------------------------------------------------------------------- 1 | . 16 | 17 | /** 18 | * Strings for component 'certificateelement_code', language 'ja_wp', version '3.11'. 19 | * 20 | * @package certificateelement_code 21 | * @category string 22 | * @copyright 1999 Martin Dougiamas and contributors 23 | * @license https://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later 24 | */ 25 | 26 | defined('MOODLE_INTERNAL') || die(); 27 | 28 | $string['display'] = '表示'; 29 | $string['display_help'] = 'コードの表示の仕方: 30 | 31 | *コードのみ(デフォルト):認定証を確認するためのコードのみ表示します 32 | *リンクつきコード:確認ページへのリンクを表示します 33 | *URL:確認URLをテキストで表示します(主にリンクを表示できない紙の認定証のためです)'; 34 | $string['displaycode'] = 'コードのみ'; 35 | $string['displaycodelink'] = 'リンクつきコード'; 36 | $string['displayqrcode'] = 'QRコード'; 37 | $string['displayurl'] = 'URLの確認'; 38 | $string['pluginname'] = 'コード'; 39 | $string['privacy:metadata'] = 'コードプラグインはいかなる個人データも保存しません。'; 40 | -------------------------------------------------------------------------------- /de/certificateelement_date.php: -------------------------------------------------------------------------------- 1 | . 16 | 17 | /** 18 | * Strings for component 'certificateelement_date', language 'de_wp', version '3.11'. 19 | * 20 | * @package certificateelement_date 21 | * @category string 22 | * @copyright 1999 Martin Dougiamas and contributors 23 | * @license https://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later 24 | */ 25 | 26 | defined('MOODLE_INTERNAL') || die(); 27 | 28 | $string['dateformat'] = 'Datumsformat'; 29 | $string['dateformat_help'] = 'Dies ist das Datumsformat, das angezeigt wird.'; 30 | $string['dateitem'] = 'Datumswert'; 31 | $string['dateitem_help'] = 'Dies ist das Datum, das auf dem Zertifikat abgedruckt wird.'; 32 | $string['expirydate'] = 'Ablaufdatum'; 33 | $string['issueddate'] = 'Ausstellungsdatum'; 34 | $string['pluginname'] = 'Datum'; 35 | $string['privacy:metadata'] = 'Das Datum-Plugin speichert keine Nutzerdaten'; 36 | -------------------------------------------------------------------------------- /fr/certificateelement_date.php: -------------------------------------------------------------------------------- 1 | . 16 | 17 | /** 18 | * Strings for component 'certificateelement_date', language 'fr_wp', version '3.11'. 19 | * 20 | * @package certificateelement_date 21 | * @category string 22 | * @copyright 1999 Martin Dougiamas and contributors 23 | * @license https://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later 24 | */ 25 | 26 | defined('MOODLE_INTERNAL') || die(); 27 | 28 | $string['dateformat'] = 'Format de date'; 29 | $string['dateformat_help'] = 'C\'est le format de la date qui sera affiché'; 30 | $string['dateitem'] = 'Elément Date'; 31 | $string['dateitem_help'] = 'Ce sera la date imprimée sur le certificat'; 32 | $string['expirydate'] = 'Date d\'expiration'; 33 | $string['issueddate'] = 'Date de publication'; 34 | $string['pluginname'] = 'Date'; 35 | $string['privacy:metadata'] = 'Le plugin Date ne stocke aucune donnée personnelle.'; 36 | -------------------------------------------------------------------------------- /ca/certificateelement_date.php: -------------------------------------------------------------------------------- 1 | . 16 | 17 | /** 18 | * Strings for component 'certificateelement_date', language 'ca_wp', version '3.11'. 19 | * 20 | * @package certificateelement_date 21 | * @category string 22 | * @copyright 1999 Martin Dougiamas and contributors 23 | * @license https://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later 24 | */ 25 | 26 | defined('MOODLE_INTERNAL') || die(); 27 | 28 | $string['dateformat'] = 'Format de data'; 29 | $string['dateformat_help'] = 'Aquest és el format de la data que es mostrarà'; 30 | $string['dateitem'] = 'Element de la data'; 31 | $string['dateitem_help'] = 'Aquesta serà la data que s\'imprimeixi al certificat'; 32 | $string['expirydate'] = 'Data de caducitat'; 33 | $string['issueddate'] = 'Data d\'emissió'; 34 | $string['pluginname'] = 'Data'; 35 | $string['privacy:metadata'] = 'El connector Data no emmagatzema cap dada personal.'; 36 | -------------------------------------------------------------------------------- /es/certificateelement_code.php: -------------------------------------------------------------------------------- 1 | . 16 | 17 | /** 18 | * Strings for component 'certificateelement_code', language 'es_wp', version '3.11'. 19 | * 20 | * @package certificateelement_code 21 | * @category string 22 | * @copyright 1999 Martin Dougiamas and contributors 23 | * @license https://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later 24 | */ 25 | 26 | defined('MOODLE_INTERNAL') || die(); 27 | 28 | $string['display_help'] = 'Cómo mostrar el código: 29 | * Sólo código (por defecto): sólo mostrará el código para verificar el certificado 30 | * Código con vínculo: insertará un link a la página de verificación 31 | * URL: mostrará la dirección completa de la página de verificación, útil para certificados impresos.'; 32 | $string['displaycode'] = 'Sólo código'; 33 | $string['displaycodelink'] = 'Código con vínculo'; 34 | $string['displayurl'] = 'URL'; 35 | $string['pluginname'] = 'Código'; 36 | -------------------------------------------------------------------------------- /nl/certificateelement_date.php: -------------------------------------------------------------------------------- 1 | . 16 | 17 | /** 18 | * Strings for component 'certificateelement_date', language 'nl_wp', version '3.11'. 19 | * 20 | * @package certificateelement_date 21 | * @category string 22 | * @copyright 1999 Martin Dougiamas and contributors 23 | * @license https://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later 24 | */ 25 | 26 | defined('MOODLE_INTERNAL') || die(); 27 | 28 | $string['dateformat'] = 'Datum weergave'; 29 | $string['dateformat_help'] = 'Dit is de datum weergave waarin de datum wordt getoond'; 30 | $string['dateitem'] = 'Datum veld'; 31 | $string['dateitem_help'] = 'Dit is de datum die op het certificaat zal worden weergegeven'; 32 | $string['expirydate'] = 'Verloop datum'; 33 | $string['issueddate'] = 'Datum uitgifte'; 34 | $string['pluginname'] = 'Datum'; 35 | $string['privacy:metadata'] = 'De Datum plugin slaat geen persoonlijke gegevens op.'; 36 | -------------------------------------------------------------------------------- /zh_cn/certificateelement_image.php: -------------------------------------------------------------------------------- 1 | . 16 | 17 | /** 18 | * Strings for component 'certificateelement_image', language 'zh_cn_wp', version '3.11'. 19 | * 20 | * @package certificateelement_image 21 | * @category string 22 | * @copyright 1999 Martin Dougiamas and contributors 23 | * @license https://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later 24 | */ 25 | 26 | defined('MOODLE_INTERNAL') || die(); 27 | 28 | $string['height'] = '高度'; 29 | $string['height_help'] = '图片的高度以公厘(mm)为单位。如果等于零,则会自动计算。'; 30 | $string['imagerequired'] = '您必须上传图片或选择共享图片'; 31 | $string['invalidheight'] = '高度必须是大于或等于0的有效数字。'; 32 | $string['invalidwidth'] = '宽度必须是大于或等于0的有效数字。'; 33 | $string['isbackground'] = '作为背景图片'; 34 | $string['pluginname'] = '图片'; 35 | $string['privacy:metadata'] = '图片外挂不会储存任何个人信息。'; 36 | $string['selectsharedimage'] = '选择共享图片'; 37 | $string['width'] = '宽度'; 38 | $string['width_help'] = '图片的宽度以公厘(mm)为单位。如果等于零,则会自动计算。'; 39 | -------------------------------------------------------------------------------- /zh_tw/certificateelement_image.php: -------------------------------------------------------------------------------- 1 | . 16 | 17 | /** 18 | * Strings for component 'certificateelement_image', language 'zh_tw_wp', version '3.11'. 19 | * 20 | * @package certificateelement_image 21 | * @category string 22 | * @copyright 1999 Martin Dougiamas and contributors 23 | * @license https://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later 24 | */ 25 | 26 | defined('MOODLE_INTERNAL') || die(); 27 | 28 | $string['height'] = '高度'; 29 | $string['height_help'] = '圖片的高度以公厘(mm)為單位。如果等於零,則會自動計算。'; 30 | $string['imagerequired'] = '您必須上傳圖片或選擇共用圖片'; 31 | $string['invalidheight'] = '高度必須是大於或等於0的有效數字。'; 32 | $string['invalidwidth'] = '寬度必須是大於或等於0的有效數字。'; 33 | $string['isbackground'] = '作為背景圖片'; 34 | $string['pluginname'] = '圖片'; 35 | $string['privacy:metadata'] = '圖片外掛不會儲存任何個人資訊。'; 36 | $string['selectsharedimage'] = '選擇共用圖片'; 37 | $string['width'] = '寬度'; 38 | $string['width_help'] = '圖片的寬度以公厘(mm)為單位。如果等於零,則會自動計算。'; 39 | -------------------------------------------------------------------------------- /el/certificateelement_date.php: -------------------------------------------------------------------------------- 1 | . 16 | 17 | /** 18 | * Strings for component 'certificateelement_date', language 'el_wp', version '3.11'. 19 | * 20 | * @package certificateelement_date 21 | * @category string 22 | * @copyright 1999 Martin Dougiamas and contributors 23 | * @license https://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later 24 | */ 25 | 26 | defined('MOODLE_INTERNAL') || die(); 27 | 28 | $string['dateformat'] = 'Μορφή ημερομηνίας'; 29 | $string['dateformat_help'] = 'Αυτή είναι η μορφή της ημερομηνίας που θα εμφανιστεί'; 30 | $string['dateitem'] = 'Στοιχείο ημερομηνίας'; 31 | $string['dateitem_help'] = 'Αυτή θα είναι η ημερομηνία που εκτυπώνεται στο πιστοποιητικό'; 32 | $string['expirydate'] = 'Ημερομηνία λήξης'; 33 | $string['issueddate'] = 'Ημερομηνία έκδοσης'; 34 | $string['pluginname'] = 'Ημερομηνία'; 35 | $string['privacy:metadata'] = 'Το πρόσθετο Ημερομηνία δεν αποθηκεύει κανένα προσωπικό στοιχείο.'; 36 | -------------------------------------------------------------------------------- /el/certificateelement_digitalsignature.php: -------------------------------------------------------------------------------- 1 | . 16 | 17 | /** 18 | * Strings for component 'certificateelement_digitalsignature', language 'el_wp', version '3.11'. 19 | * 20 | * @package certificateelement_digitalsignature 21 | * @category string 22 | * @copyright 1999 Martin Dougiamas and contributors 23 | * @license https://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later 24 | */ 25 | 26 | defined('MOODLE_INTERNAL') || die(); 27 | 28 | $string['digitalsignature'] = 'Ψηφιακή υπογραφή'; 29 | $string['pluginname'] = 'Ψηφιακή υπογραφή'; 30 | $string['privacy:metadata'] = 'Το πρόσθτο Ψηφιακής υπογραφής δεν αποθηκεύει κανένα προσωπικό στοιχείο.'; 31 | $string['signaturecontactinfo'] = 'Στοιχεία επικοινωνίας της υπογραφής'; 32 | $string['signaturelocation'] = 'Θέση υπογραφής'; 33 | $string['signaturename'] = 'Όνομα υπογραφής'; 34 | $string['signaturepassword'] = 'Κωδικός υπογραφής'; 35 | $string['signaturereason'] = 'Αιτιολογία υπογραφής'; 36 | -------------------------------------------------------------------------------- /ja/certificateelement_image.php: -------------------------------------------------------------------------------- 1 | . 16 | 17 | /** 18 | * Strings for component 'certificateelement_image', language 'ja_wp', version '3.11'. 19 | * 20 | * @package certificateelement_image 21 | * @category string 22 | * @copyright 1999 Martin Dougiamas and contributors 23 | * @license https://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later 24 | */ 25 | 26 | defined('MOODLE_INTERNAL') || die(); 27 | 28 | $string['height'] = '高さ'; 29 | $string['height_help'] = 'これは画像の高さ(mm)です。0と記入した場合は自動的に計算されます。'; 30 | $string['imagerequired'] = '画像をアップロードするか、共有画像から選択してください。'; 31 | $string['invalidheight'] = '高さは0以上の有効な数値の必要があります。'; 32 | $string['invalidwidth'] = '幅は0以上の有効な数値の必要があります。'; 33 | $string['isbackground'] = '背景イメージに使用'; 34 | $string['pluginname'] = 'イメージ'; 35 | $string['privacy:metadata'] = 'イメージプラグインはいかなる個人データも保存しません。'; 36 | $string['selectsharedimage'] = '共有画像を選択'; 37 | $string['width'] = '幅'; 38 | $string['width_help'] = 'これは画像の幅(mm)です。0と記入した場合は自動的に計算されます。'; 39 | -------------------------------------------------------------------------------- /ar/certificateelement_userpicture.php: -------------------------------------------------------------------------------- 1 | . 16 | 17 | /** 18 | * Strings for component 'certificateelement_userpicture', language 'ar_wp', version '3.11'. 19 | * 20 | * @package certificateelement_userpicture 21 | * @category string 22 | * @copyright 1999 Martin Dougiamas and contributors 23 | * @license https://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later 24 | */ 25 | 26 | defined('MOODLE_INTERNAL') || die(); 27 | 28 | $string['height'] = 'ارتفاع'; 29 | $string['height_help'] = 'ارتفاع الصورة بالملم. إذا كان يساوي الصفر، يتم حسابه تلقائيًا'; 30 | $string['invalidheight'] = 'يجب أن يكون الارتفاع رقمًا صالحًا أكبر من أو يساوي 0'; 31 | $string['invalidwidth'] = 'يجب أن يكون العرض رقمًا صالحًا أكبر من أو يساوي 0'; 32 | $string['pluginname'] = 'صورة المستخدم'; 33 | $string['privacy:metadata'] = 'الملحق الخاص بصورة المستخدم لا يخزن أي بيانات شخصية'; 34 | $string['width'] = 'العرض'; 35 | $string['width_help'] = 'يجب أن يكون العرض رقمًا صالحًا أكبر من أو يساوي 0'; 36 | -------------------------------------------------------------------------------- /no/certificateelement_userpicture.php: -------------------------------------------------------------------------------- 1 | . 16 | 17 | /** 18 | * Strings for component 'certificateelement_userpicture', language 'no_wp', version '3.11'. 19 | * 20 | * @package certificateelement_userpicture 21 | * @category string 22 | * @copyright 1999 Martin Dougiamas and contributors 23 | * @license https://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later 24 | */ 25 | 26 | defined('MOODLE_INTERNAL') || die(); 27 | 28 | $string['height'] = 'Høyde'; 29 | $string['height_help'] = 'Høyde på bildet i mm. Dersom det er lik 0, blir den automatisk beregnet.'; 30 | $string['invalidheight'] = 'Høyden må være et gyldig tall større enn eller lik 0.'; 31 | $string['invalidwidth'] = 'Bredden må være et gyldig tall større enn eller lik 0.'; 32 | $string['pluginname'] = 'Profilbilde'; 33 | $string['privacy:metadata'] = 'Modulen for profilbilde lagrer ikke noe personlig informasjon.'; 34 | $string['width'] = 'Bredde'; 35 | $string['width_help'] = 'Bredden på bildet i mm. Dersom 0, blir det automatisk beregnet.'; 36 | -------------------------------------------------------------------------------- /ar/certificateelement_code.php: -------------------------------------------------------------------------------- 1 | . 16 | 17 | /** 18 | * Strings for component 'certificateelement_code', language 'ar_wp', version '3.11'. 19 | * 20 | * @package certificateelement_code 21 | * @category string 22 | * @copyright 1999 Martin Dougiamas and contributors 23 | * @license https://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later 24 | */ 25 | 26 | defined('MOODLE_INTERNAL') || die(); 27 | 28 | $string['display'] = 'العرض'; 29 | $string['display_help'] = 'كيفية عرض الكود: 30 | 31 | * الكود فقط (افتراضي): سيعرض الكود فقط للتحقق من الشهادة 32 | * الكود مع الرابط: سيعرض الرابط لصفحة التحقق 33 | * عنوان URL: سيعرض رابط التوثيق كنص ( عادة للشهادات المطبوعة عندما لا تكون هناك إمكانية النقر على الرابط )'; 34 | $string['displaycode'] = 'الكود فقط'; 35 | $string['displaycodelink'] = 'الكود مع الرابط'; 36 | $string['displayqrcode'] = 'كود الإستجابة السريع'; 37 | $string['displayurl'] = 'رابط التوثيق'; 38 | $string['pluginname'] = 'كود'; 39 | $string['privacy:metadata'] = 'ملحق الكود لا يخزن أي معلومات شخصية'; 40 | -------------------------------------------------------------------------------- /de/certificateelement_userpicture.php: -------------------------------------------------------------------------------- 1 | . 16 | 17 | /** 18 | * Strings for component 'certificateelement_userpicture', language 'de_wp', version '3.11'. 19 | * 20 | * @package certificateelement_userpicture 21 | * @category string 22 | * @copyright 1999 Martin Dougiamas and contributors 23 | * @license https://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later 24 | */ 25 | 26 | defined('MOODLE_INTERNAL') || die(); 27 | 28 | $string['height'] = 'Höhe'; 29 | $string['height_help'] = 'Höhe des Bildes in mm. Falls diese 0 ist, wird sie automatisch berechnet.'; 30 | $string['invalidheight'] = 'Die Höhe muss eine gültige Zahl größer als oder gleich 0 sein.'; 31 | $string['invalidwidth'] = 'Die Breite muss eine gültige Zahl größer als oder gleich 0 sein.'; 32 | $string['pluginname'] = 'Nutzerbild'; 33 | $string['privacy:metadata'] = 'Das Nutzerbild-Plugin speichert keine Nutzerdaten.'; 34 | $string['width'] = 'Breite'; 35 | $string['width_help'] = 'Breite des Bildes in mm. Falls diese 0 ist, wird sie automatisch berechnet.'; 36 | -------------------------------------------------------------------------------- /ca/certificateelement_userpicture.php: -------------------------------------------------------------------------------- 1 | . 16 | 17 | /** 18 | * Strings for component 'certificateelement_userpicture', language 'ca_wp', version '3.11'. 19 | * 20 | * @package certificateelement_userpicture 21 | * @category string 22 | * @copyright 1999 Martin Dougiamas and contributors 23 | * @license https://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later 24 | */ 25 | 26 | defined('MOODLE_INTERNAL') || die(); 27 | 28 | $string['height'] = 'Alçada'; 29 | $string['height_help'] = 'Alçada de la imatge en mm. Si és igual a zero, es calcula automàticament.'; 30 | $string['invalidheight'] = 'L’alçada ha de ser un nombre vàlid superior o igual a 0.'; 31 | $string['invalidwidth'] = 'L\'amplada ha de ser un nombre vàlid superior o igual a 0.'; 32 | $string['pluginname'] = 'Imatge d\'usuari'; 33 | $string['privacy:metadata'] = 'El connector de la Imatge d\'Usuari no emmagatzema cap dada personal.'; 34 | $string['width'] = 'Amplada'; 35 | $string['width_help'] = 'Amplada de la imatge en mm. Si és igual a zero, es calcula automàticament.'; 36 | -------------------------------------------------------------------------------- /el/certificateelement_userpicture.php: -------------------------------------------------------------------------------- 1 | . 16 | 17 | /** 18 | * Strings for component 'certificateelement_userpicture', language 'el_wp', version '3.11'. 19 | * 20 | * @package certificateelement_userpicture 21 | * @category string 22 | * @copyright 1999 Martin Dougiamas and contributors 23 | * @license https://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later 24 | */ 25 | 26 | defined('MOODLE_INTERNAL') || die(); 27 | 28 | $string['height'] = 'Ύψος'; 29 | $string['height_help'] = 'Ύψος της εικόνας σε mm. Αν είναι ίσο με μηδέν, υπολογίζεται αυτόματα.'; 30 | $string['invalidheight'] = 'Το ύψος πρέπει να είναι έγκυρος αριθμός μεγαλύτερος ή ίσος με 0.'; 31 | $string['invalidwidth'] = 'Το πλάτος πρέπει να είναι ένας έγκυρος αριθμός μεγαλύτερος ή ίσος με 0.'; 32 | $string['pluginname'] = 'Εικόνα χρήστη'; 33 | $string['privacy:metadata'] = 'Το πρόσθετο Εικόνα χρήστη δεν αποθηκεύει κανένα προσωπικό στοιχείο.'; 34 | $string['width'] = 'Πλάτος'; 35 | $string['width_help'] = 'Πλάτος της εικόνας σε mm. Αν είναι ίσο με μηδέν, υπολογίζεται αυτόματα.'; 36 | -------------------------------------------------------------------------------- /fr/certificateelement_userpicture.php: -------------------------------------------------------------------------------- 1 | . 16 | 17 | /** 18 | * Strings for component 'certificateelement_userpicture', language 'fr_wp', version '3.11'. 19 | * 20 | * @package certificateelement_userpicture 21 | * @category string 22 | * @copyright 1999 Martin Dougiamas and contributors 23 | * @license https://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later 24 | */ 25 | 26 | defined('MOODLE_INTERNAL') || die(); 27 | 28 | $string['height'] = 'Hauteur'; 29 | $string['height_help'] = 'Hauteur de l\'image en mm. Si égal à zéro, il est calculé automatiquement.'; 30 | $string['invalidheight'] = 'La hauteur doit être un nombre valide supérieur ou égal à 0.'; 31 | $string['invalidwidth'] = 'La largeur doit être un nombre valide supérieur ou égal à 0.'; 32 | $string['pluginname'] = 'Image de l\'utilisateur'; 33 | $string['privacy:metadata'] = 'Le plug-in Image de l\'utilisateur ne stocke aucune donnée personnelle.'; 34 | $string['width'] = 'Largeur'; 35 | $string['width_help'] = 'Largeur de l\'image en mm. Si égal à zéro, il est calculé automatiquement.'; 36 | -------------------------------------------------------------------------------- /nl/certificateelement_userpicture.php: -------------------------------------------------------------------------------- 1 | . 16 | 17 | /** 18 | * Strings for component 'certificateelement_userpicture', language 'nl_wp', version '3.11'. 19 | * 20 | * @package certificateelement_userpicture 21 | * @category string 22 | * @copyright 1999 Martin Dougiamas and contributors 23 | * @license https://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later 24 | */ 25 | 26 | defined('MOODLE_INTERNAL') || die(); 27 | 28 | $string['height'] = 'Hoogte'; 29 | $string['height_help'] = 'Hoogte van de afbeelding in mm. Indien gelijk aan 0, wordt deze automatisch berekend.'; 30 | $string['invalidheight'] = 'De hoogte moet een geldig getal zijn groter of gelijk aan 0.'; 31 | $string['invalidwidth'] = 'De breedte moet een geldig getal zijn groter of gelijk aan 0.'; 32 | $string['pluginname'] = 'Gebruikers afbeelding'; 33 | $string['privacy:metadata'] = 'De Gebruikers afbeelding plugin slaat geen persoonlijke gegevens op.'; 34 | $string['width'] = 'Breedte'; 35 | $string['width_help'] = 'Breedte van de afbeelding in mm. Indien gelijk aan 0, wordt deze automatisch berekend.'; 36 | -------------------------------------------------------------------------------- /no/certificateelement_code.php: -------------------------------------------------------------------------------- 1 | . 16 | 17 | /** 18 | * Strings for component 'certificateelement_code', language 'no_wp', version '3.11'. 19 | * 20 | * @package certificateelement_code 21 | * @category string 22 | * @copyright 1999 Martin Dougiamas and contributors 23 | * @license https://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later 24 | */ 25 | 26 | defined('MOODLE_INTERNAL') || die(); 27 | 28 | $string['display'] = 'Vis'; 29 | $string['display_help'] = 'Hvordan koden skal vises: 30 | 31 | * Bare kode (standard): vil vise bare koden for verifisering av kursbeviset 32 | * Kode og link: Vil vise en link til verifikasjonssiden 33 | * URL: vil vise verifikasjons-URL som tekst (vanligvis for trykte kursbevis hvor det ikke er mulig å klikke på en link)'; 34 | $string['displaycode'] = 'Bare kode'; 35 | $string['displaycodelink'] = 'Kode med link'; 36 | $string['displayqrcode'] = 'QR-kode'; 37 | $string['displayurl'] = 'Verifikasjons-URL'; 38 | $string['pluginname'] = 'Kode'; 39 | $string['privacy:metadata'] = 'Kodemodulen lagrer ikke noe personlig informasjon.'; 40 | -------------------------------------------------------------------------------- /de/certificateelement_code.php: -------------------------------------------------------------------------------- 1 | . 16 | 17 | /** 18 | * Strings for component 'certificateelement_code', language 'de_wp', version '3.11'. 19 | * 20 | * @package certificateelement_code 21 | * @category string 22 | * @copyright 1999 Martin Dougiamas and contributors 23 | * @license https://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later 24 | */ 25 | 26 | defined('MOODLE_INTERNAL') || die(); 27 | 28 | $string['display'] = 'Anzeigen'; 29 | $string['display_help'] = 'Wie der Code angezeigt wird: 30 | 31 | * Nur Code (Standard): Zeigt nur den Code an um Zertifikat zu verifizieren 32 | * Code mit Link: Zeigt Link zur Überprüfungsseite an 33 | * URL: zeigt URL-Adresse als Text an (wird normalerweise für ausgedruckte Zertifikate verwendet, bei denen kein Link angeklickt werden kann)'; 34 | $string['displaycode'] = 'Nur Code'; 35 | $string['displaycodelink'] = 'Code mit Link'; 36 | $string['displayqrcode'] = 'QR-Code'; 37 | $string['displayurl'] = 'Verifikations-URL'; 38 | $string['pluginname'] = 'Code'; 39 | $string['privacy:metadata'] = 'Das Code-Plugin speichert keine Nutzerdaten'; 40 | -------------------------------------------------------------------------------- /nl/certificateelement_code.php: -------------------------------------------------------------------------------- 1 | . 16 | 17 | /** 18 | * Strings for component 'certificateelement_code', language 'nl_wp', version '3.11'. 19 | * 20 | * @package certificateelement_code 21 | * @category string 22 | * @copyright 1999 Martin Dougiamas and contributors 23 | * @license https://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later 24 | */ 25 | 26 | defined('MOODLE_INTERNAL') || die(); 27 | 28 | $string['display'] = 'Toon'; 29 | $string['display_help'] = 'Opties om de code te tonen: 30 | 31 | * Alleen code (standaard waarde): toont alleen de code om het certificaat te verifiëren 32 | * Code met link: toont een link naar de verificatie pagina 33 | * URL: toont de verificatie URL als tekst (gebruikelijk voor geprinte certificaten waar er geen mogelijkheid is om op de link te klikken)'; 34 | $string['displaycode'] = 'Alleen code'; 35 | $string['displaycodelink'] = 'Code met link'; 36 | $string['displayqrcode'] = 'QR Code'; 37 | $string['displayurl'] = 'Verificatie URL'; 38 | $string['pluginname'] = 'Code'; 39 | $string['privacy:metadata'] = 'The Code plugin slaat geen persoonlijke gegevens op.'; 40 | -------------------------------------------------------------------------------- /ca/certificateelement_code.php: -------------------------------------------------------------------------------- 1 | . 16 | 17 | /** 18 | * Strings for component 'certificateelement_code', language 'ca_wp', version '3.11'. 19 | * 20 | * @package certificateelement_code 21 | * @category string 22 | * @copyright 1999 Martin Dougiamas and contributors 23 | * @license https://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later 24 | */ 25 | 26 | defined('MOODLE_INTERNAL') || die(); 27 | 28 | $string['display'] = 'Pantalla'; 29 | $string['display_help'] = 'Com mostrar el codi: 30 | 31 | * Només codi (per defecte): només es mostrarà el codi per verificar el certificat 32 | * Codi i enllaç: es mostrarà un enllaç a la pàgina de verificació 33 | * URL: es mostrarà l\'URL de verificació com a text (normalment per als certificats impresos on no és possible fer clic en un enllaç)'; 34 | $string['displaycode'] = 'Només el codi'; 35 | $string['displaycodelink'] = 'Codi amb enllaç'; 36 | $string['displayqrcode'] = 'Codi QR'; 37 | $string['displayurl'] = 'Verificació de l\'URL'; 38 | $string['pluginname'] = 'Codi'; 39 | $string['privacy:metadata'] = 'El connector del codi no emmagatzema dades personals.'; 40 | -------------------------------------------------------------------------------- /ar/certificateelement_image.php: -------------------------------------------------------------------------------- 1 | . 16 | 17 | /** 18 | * Strings for component 'certificateelement_image', language 'ar_wp', version '3.11'. 19 | * 20 | * @package certificateelement_image 21 | * @category string 22 | * @copyright 1999 Martin Dougiamas and contributors 23 | * @license https://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later 24 | */ 25 | 26 | defined('MOODLE_INTERNAL') || die(); 27 | 28 | $string['height'] = 'ارتفاع'; 29 | $string['height_help'] = 'ارتفاع الصورة بالملم. إذا كان يساوي الصف، يتم حسابه تلقائيًا'; 30 | $string['imagerequired'] = 'عليك أن تحمّل صورة أو تختار صورة مشتركة'; 31 | $string['invalidheight'] = 'يجب أن يكون الارتفاع رقمًا صالحًا أكبر من أو يساوي 0'; 32 | $string['invalidwidth'] = 'يجب أن يكون العرض رقمًا صالحًا أكبر من أو يساوي 0'; 33 | $string['isbackground'] = 'استخدم كصورة خلفية'; 34 | $string['pluginname'] = 'صورة'; 35 | $string['privacy:metadata'] = 'البرنامج المساعد للصور لا يخزن أي بيانات شخصية'; 36 | $string['selectsharedimage'] = 'اختر صورة مشتركة'; 37 | $string['width'] = 'عرض'; 38 | $string['width_help'] = 'عرض الصورة في مم. إذا كان يساوي الصفر ، يتم حسابه تلقائيًا.'; 39 | -------------------------------------------------------------------------------- /ja/certificateelement_digitalsignature.php: -------------------------------------------------------------------------------- 1 | . 16 | 17 | /** 18 | * Strings for component 'certificateelement_digitalsignature', language 'ja_wp', version '3.11'. 19 | * 20 | * @package certificateelement_digitalsignature 21 | * @category string 22 | * @copyright 1999 Martin Dougiamas and contributors 23 | * @license https://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later 24 | */ 25 | 26 | defined('MOODLE_INTERNAL') || die(); 27 | 28 | $string['digitalsignature'] = 'デジタル署名'; 29 | $string['errormultipleimages'] = '選択できる画像は1つだけです(アップロードまたは共有)'; 30 | $string['height'] = '高さ'; 31 | $string['height_help'] = '要素の高さ(mm)。 0に設定すると、アップロード/共有画像の値を自動的に計算できます。設定しない場合は、指定する必要があります。'; 32 | $string['pluginname'] = 'デジタル署名'; 33 | $string['privacy:metadata'] = 'デジタル署名プラグインは個人データを保存しません。'; 34 | $string['signaturecontactinfo'] = '署名: 連絡先情報'; 35 | $string['signaturelocation'] = '署名: 場所'; 36 | $string['signaturename'] = '署名: 名前'; 37 | $string['signaturepassword'] = '署名: パスワード'; 38 | $string['signaturereason'] = '署名: 理由'; 39 | $string['width'] = '幅'; 40 | $string['width_help'] = '要素の幅(mm)。 0に設定すると、アップロード/共有画像の値を自動的に計算できます。設定しない場合は、指定する必要があります。'; 41 | -------------------------------------------------------------------------------- /el/certificateelement_code.php: -------------------------------------------------------------------------------- 1 | . 16 | 17 | /** 18 | * Strings for component 'certificateelement_code', language 'el_wp', version '3.11'. 19 | * 20 | * @package certificateelement_code 21 | * @category string 22 | * @copyright 1999 Martin Dougiamas and contributors 23 | * @license https://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later 24 | */ 25 | 26 | defined('MOODLE_INTERNAL') || die(); 27 | 28 | $string['display'] = 'Εμφάνιση'; 29 | $string['display_help'] = 'Πώς να εμφανίσετε τον κωδικό: 30 | 31 | * Μόνο κωδικός (προεπιλογή): θα εμφανιστεί μόνο ο κωδικός για την επαλήθευση του πιστοποιητικού 32 | * Κωδικός και σύνδεσμος: θα εμφανίσει ένα σύνδεσμο προς τη σελίδα ελέγχου 33 | * URL: θα εμφανίσει τη διεύθυνση URL επαλήθευσης ως κείμενο (συνήθως για εκτυπωμένα πιστοποιητικά όπου δεν είναι δυνατό να γίνει κλικ σε έναν σύνδεσμο)'; 34 | $string['displaycode'] = 'Κωδικός μόνο'; 35 | $string['displaycodelink'] = 'Κωδικός με σύνδεσμο'; 36 | $string['displayurl'] = 'Διεύθυνση URL επαλήθευσης'; 37 | $string['pluginname'] = 'Κωδικός'; 38 | $string['privacy:metadata'] = 'Η προσθήκη κωδικού δεν αποθηκεύει κανένα προσωπικό στοιχείο.'; 39 | -------------------------------------------------------------------------------- /no/certificateelement_image.php: -------------------------------------------------------------------------------- 1 | . 16 | 17 | /** 18 | * Strings for component 'certificateelement_image', language 'no_wp', version '3.11'. 19 | * 20 | * @package certificateelement_image 21 | * @category string 22 | * @copyright 1999 Martin Dougiamas and contributors 23 | * @license https://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later 24 | */ 25 | 26 | defined('MOODLE_INTERNAL') || die(); 27 | 28 | $string['height'] = 'Høyde'; 29 | $string['height_help'] = 'Høyden på bildet i mm. Hvis 0 blir den automatisk beregnet.'; 30 | $string['imagerequired'] = 'Du må enten laste opp et bilde eller velge et delt bilde'; 31 | $string['invalidheight'] = 'Høyden må være et gyldig tall større enn eller lik 0'; 32 | $string['invalidwidth'] = 'Bredden må være et gyldig tall større enn eller lik 0'; 33 | $string['isbackground'] = 'Bruk et bakgrunnsbilde'; 34 | $string['pluginname'] = 'Bilde'; 35 | $string['privacy:metadata'] = 'Bildemodulen lagrer ingen personlig informasjon'; 36 | $string['selectsharedimage'] = 'Velg et delt bilde'; 37 | $string['width'] = 'Bredde'; 38 | $string['width_help'] = 'Bredden på bildet i mm. Dersom 0, blir det automatisk beregnet.'; 39 | -------------------------------------------------------------------------------- /fr/certificateelement_code.php: -------------------------------------------------------------------------------- 1 | . 16 | 17 | /** 18 | * Strings for component 'certificateelement_code', language 'fr_wp', version '3.11'. 19 | * 20 | * @package certificateelement_code 21 | * @category string 22 | * @copyright 1999 Martin Dougiamas and contributors 23 | * @license https://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later 24 | */ 25 | 26 | defined('MOODLE_INTERNAL') || die(); 27 | 28 | $string['display'] = 'Afficher'; 29 | $string['display_help'] = 'Comment afficher le code: 30 | 31 | * Code uniquement (par défaut): affichera uniquement le code permettant de vérifier le certificat 32 | * Code et lien: affichera un lien vers la page de vérification 33 | * URL: affichera l\'URL de vérification sous forme de texte (généralement pour les certificats imprimés pour lesquels il n\'est pas possible de cliquer sur un lien).'; 34 | $string['displaycode'] = 'Code uniquement'; 35 | $string['displaycodelink'] = 'Code avec lien'; 36 | $string['displayqrcode'] = 'QR Code'; 37 | $string['displayurl'] = 'L\'URL de vérification'; 38 | $string['pluginname'] = 'Code'; 39 | $string['privacy:metadata'] = 'Le plugin Code ne stocke aucune donnée personnelle.'; 40 | -------------------------------------------------------------------------------- /de/certificateelement_image.php: -------------------------------------------------------------------------------- 1 | . 16 | 17 | /** 18 | * Strings for component 'certificateelement_image', language 'de_wp', version '3.11'. 19 | * 20 | * @package certificateelement_image 21 | * @category string 22 | * @copyright 1999 Martin Dougiamas and contributors 23 | * @license https://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later 24 | */ 25 | 26 | defined('MOODLE_INTERNAL') || die(); 27 | 28 | $string['height'] = 'Höhe'; 29 | $string['height_help'] = 'Höhe des Bildes in mm. Falls diese 0 ist, wird sie automatisch berechnet.'; 30 | $string['imagerequired'] = 'Sie müssen entweder ein Bild hochladen oder eine geteiltes Bild auswählen'; 31 | $string['invalidheight'] = 'Die Höhe muss eine gültige Zahl größer als 0 sein.'; 32 | $string['invalidwidth'] = 'Die Breite muss eine gültige Zahl größer als oder gleich 0 sein.'; 33 | $string['isbackground'] = 'Als Hintergrundbild verwenden'; 34 | $string['pluginname'] = 'Bild'; 35 | $string['privacy:metadata'] = 'Das Bild Plugin speichert keine Nutzerdaten'; 36 | $string['selectsharedimage'] = 'Geteiltes Bild auswählen'; 37 | $string['width'] = 'Breite'; 38 | $string['width_help'] = 'Breite des Bildes in mm. Falls diese 0 ist, wird sie automatisch berechnet.'; 39 | -------------------------------------------------------------------------------- /ca/certificateelement_image.php: -------------------------------------------------------------------------------- 1 | . 16 | 17 | /** 18 | * Strings for component 'certificateelement_image', language 'ca_wp', version '3.11'. 19 | * 20 | * @package certificateelement_image 21 | * @category string 22 | * @copyright 1999 Martin Dougiamas and contributors 23 | * @license https://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later 24 | */ 25 | 26 | defined('MOODLE_INTERNAL') || die(); 27 | 28 | $string['height'] = 'Alçada'; 29 | $string['height_help'] = 'Alçada de la imatge en mm. Si és igual a zero, es calcula automàticament.'; 30 | $string['imagerequired'] = 'Cal pujar una imatge o seleccionar una imatge compartida'; 31 | $string['invalidheight'] = 'L’alçada ha de ser un nombre vàlid superior o igual a 0.'; 32 | $string['invalidwidth'] = 'L\'amplada ha de ser un nombre vàlid superior o igual a 0.'; 33 | $string['isbackground'] = 'Utilitza com a imatge de fons'; 34 | $string['pluginname'] = 'Imatge'; 35 | $string['privacy:metadata'] = 'El connector Imatge no emmagatzema cap dada personal.'; 36 | $string['selectsharedimage'] = 'Selecciona la imatge compartida'; 37 | $string['width'] = 'Amplada'; 38 | $string['width_help'] = 'Amplada de la imatge en mm. Si és igual a zero, es calcula automàticament.'; 39 | -------------------------------------------------------------------------------- /el/certificateelement_image.php: -------------------------------------------------------------------------------- 1 | . 16 | 17 | /** 18 | * Strings for component 'certificateelement_image', language 'el_wp', version '3.11'. 19 | * 20 | * @package certificateelement_image 21 | * @category string 22 | * @copyright 1999 Martin Dougiamas and contributors 23 | * @license https://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later 24 | */ 25 | 26 | defined('MOODLE_INTERNAL') || die(); 27 | 28 | $string['height'] = 'Ύψος'; 29 | $string['height_help'] = 'Ύψος της εικόνας σε mm. Αν είναι ίσο με μηδέν, υπολογίζεται αυτόματα.'; 30 | $string['imagerequired'] = 'Πρέπει είτε να φορτώσετε μια εικόνα είτε να επιλέξετε μια κοινόχρηστη εικόνα'; 31 | $string['invalidheight'] = 'Το ύψος πρέπει να είναι έγκυρος αριθμός μεγαλύτερος ή ίσος με 0.'; 32 | $string['invalidwidth'] = 'Το πλάτος πρέπει να είναι ένας έγκυρος αριθμός μεγαλύτερος ή ίσος με 0.'; 33 | $string['isbackground'] = 'Χρησιμοποιήστε ως εικόνα φόντου'; 34 | $string['pluginname'] = 'Εικόνα'; 35 | $string['privacy:metadata'] = 'Το πρόσθετο Εικόνα δεν αποθηκεύει κανένα προσωπικό στοιχείο.'; 36 | $string['selectsharedimage'] = 'Επιλέξτε κοινόχρηστη εικόνα'; 37 | $string['width'] = 'Πλάτος'; 38 | $string['width_help'] = 'Πλάτος της εικόνας σε mm. Αν είναι ίσο με μηδέν, υπολογίζεται αυτόματα'; 39 | -------------------------------------------------------------------------------- /fr/certificateelement_image.php: -------------------------------------------------------------------------------- 1 | . 16 | 17 | /** 18 | * Strings for component 'certificateelement_image', language 'fr_wp', version '3.11'. 19 | * 20 | * @package certificateelement_image 21 | * @category string 22 | * @copyright 1999 Martin Dougiamas and contributors 23 | * @license https://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later 24 | */ 25 | 26 | defined('MOODLE_INTERNAL') || die(); 27 | 28 | $string['height'] = 'Hauteur'; 29 | $string['height_help'] = 'Hauteur de l\'image en mm. Si égal à zéro, il est calculé automatiquement.'; 30 | $string['imagerequired'] = 'Vous devez soit télécharger une image ou sélectionner une image partagée.'; 31 | $string['invalidheight'] = 'La hauteur doit être un nombre valide supérieur ou égal à 0.'; 32 | $string['invalidwidth'] = 'La largeur doit être un nombre valide supérieur ou égal à 0.'; 33 | $string['isbackground'] = 'Utiliser comme une image d\'arrière-plan'; 34 | $string['pluginname'] = 'Image'; 35 | $string['privacy:metadata'] = 'Le plugin Image ne stocke aucune donnée personnelle.'; 36 | $string['selectsharedimage'] = 'Sélectionner une image partagée'; 37 | $string['width'] = 'Largeur'; 38 | $string['width_help'] = 'Largeur de l\'image en mm. Si égal à zéro, il est calculé automatiquement.'; 39 | -------------------------------------------------------------------------------- /nl/certificateelement_image.php: -------------------------------------------------------------------------------- 1 | . 16 | 17 | /** 18 | * Strings for component 'certificateelement_image', language 'nl_wp', version '3.11'. 19 | * 20 | * @package certificateelement_image 21 | * @category string 22 | * @copyright 1999 Martin Dougiamas and contributors 23 | * @license https://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later 24 | */ 25 | 26 | defined('MOODLE_INTERNAL') || die(); 27 | 28 | $string['height'] = 'Hoogte'; 29 | $string['height_help'] = 'Hoogte van de afbeelding in mm. Indien gelijk aan 0 wordt deze automatisch berekend.'; 30 | $string['imagerequired'] = 'Je moet een afbeelding uploaden of een gedeelde afbeelding selecteren'; 31 | $string['invalidheight'] = 'De hoogte moet een geldig nummer zijn groter of gelijk aan 0.'; 32 | $string['invalidwidth'] = 'De breedte moet een geldig nummer zijn groter of gelijk aan 0.'; 33 | $string['isbackground'] = 'Gebruik een achtergrond afbeelding'; 34 | $string['pluginname'] = 'Afbeelding'; 35 | $string['privacy:metadata'] = 'De Afbeelding plugin slaat geen persoonlijke gegevens op.'; 36 | $string['selectsharedimage'] = 'Selecteer gedeelde afbeelding'; 37 | $string['width'] = 'Breedte'; 38 | $string['width_help'] = 'Breedte van de afbeelding in mm. Indien gelijk aan 0 wordt deze automatisch berekend.'; 39 | -------------------------------------------------------------------------------- /ar/certificateelement_digitalsignature.php: -------------------------------------------------------------------------------- 1 | . 16 | 17 | /** 18 | * Strings for component 'certificateelement_digitalsignature', language 'ar_wp', version '3.11'. 19 | * 20 | * @package certificateelement_digitalsignature 21 | * @category string 22 | * @copyright 1999 Martin Dougiamas and contributors 23 | * @license https://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later 24 | */ 25 | 26 | defined('MOODLE_INTERNAL') || die(); 27 | 28 | $string['digitalsignature'] = 'توقيع رقمي'; 29 | $string['errormultipleimages'] = 'بامكانك اختيار صورة واحدة فقط ( اما مُحمّلة أو تمت مشاركتها)'; 30 | $string['height'] = 'ارتفاع'; 31 | $string['height_help'] = 'ارتفاع العنصر بالملم. يمكن حساب القيمة تلقائيًا للصور التي تم تحميلها / مشاركتها إذا تم تعيينها على 0 ، وإلا يجب تحديدها'; 32 | $string['pluginname'] = 'التوقيع الرقمي'; 33 | $string['privacy:metadata'] = 'لا يقوم ملحق التوقيع الرقمي بتخزين أي بيانات شخصية'; 34 | $string['signaturecontactinfo'] = 'معلومات اتصال التوقيع'; 35 | $string['signaturelocation'] = 'موقع التوقيع'; 36 | $string['signaturename'] = 'اسم التوقيع'; 37 | $string['signaturepassword'] = 'كلمة مرور التوقيع'; 38 | $string['signaturereason'] = 'سبب التوقيع'; 39 | $string['width'] = 'عرض'; 40 | $string['width_help'] = 'عرض العنصر بالملم. يمكن حساب القيمة تلقائيًا للصور التي تم تحميلها / مشاركتها إذا تم تعيينها على 0 ، وإلا يجب تحديدها'; 41 | -------------------------------------------------------------------------------- /no/certificateelement_digitalsignature.php: -------------------------------------------------------------------------------- 1 | . 16 | 17 | /** 18 | * Strings for component 'certificateelement_digitalsignature', language 'no_wp', version '3.11'. 19 | * 20 | * @package certificateelement_digitalsignature 21 | * @category string 22 | * @copyright 1999 Martin Dougiamas and contributors 23 | * @license https://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later 24 | */ 25 | 26 | defined('MOODLE_INTERNAL') || die(); 27 | 28 | $string['digitalsignature'] = 'Digital signatur'; 29 | $string['errormultipleimages'] = 'Du kan bare velge ett bilde (enten lastet opp eller delt)'; 30 | $string['height'] = 'Høyde'; 31 | $string['height_help'] = 'Elementets høyde i mm. Verdien kan automatisk beregnes for opplastede / delte bilder hvis den er satt til 0, ellers må den spesifiseres'; 32 | $string['pluginname'] = 'Digital signatur'; 33 | $string['privacy:metadata'] = 'Modulen for digital signatur lagrer ikke noe personlig informasjon.'; 34 | $string['signaturecontactinfo'] = 'Kontaktinfo for signaturen'; 35 | $string['signaturelocation'] = 'Plassering av signatur'; 36 | $string['signaturename'] = 'Navn på signatur'; 37 | $string['signaturepassword'] = 'Passord for signatur'; 38 | $string['signaturereason'] = 'Årsak for signatur'; 39 | $string['width'] = 'Bredde'; 40 | $string['width_help'] = 'Elementets bredde i mm. Verdien kan automatisk beregnes for opplastede / delte bilder hvis den er satt til 0, ellers må den spesifiseres'; 41 | -------------------------------------------------------------------------------- /ca/certificateelement_digitalsignature.php: -------------------------------------------------------------------------------- 1 | . 16 | 17 | /** 18 | * Strings for component 'certificateelement_digitalsignature', language 'ca_wp', version '3.11'. 19 | * 20 | * @package certificateelement_digitalsignature 21 | * @category string 22 | * @copyright 1999 Martin Dougiamas and contributors 23 | * @license https://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later 24 | */ 25 | 26 | defined('MOODLE_INTERNAL') || die(); 27 | 28 | $string['digitalsignature'] = 'Signatura digital'; 29 | $string['errormultipleimages'] = 'Només podeu seleccionar una imatge (pujada o compartida)'; 30 | $string['height'] = 'Alçada'; 31 | $string['height_help'] = 'Alçada de l’element en mm. Si es defineix en 0, el valor es pot calcular automàticament per a les imatges carregades / compartides, sino, s\'ha d\'especificar'; 32 | $string['pluginname'] = 'Signatura digital'; 33 | $string['privacy:metadata'] = 'El connector de Signatura Digital no emmagatzema dades personals.'; 34 | $string['signaturecontactinfo'] = 'Informació de contacte de la signatura'; 35 | $string['signaturelocation'] = 'Ubicació de la signatura'; 36 | $string['signaturename'] = 'Nom de la signatura'; 37 | $string['signaturepassword'] = 'Contrasenya de la signatura'; 38 | $string['signaturereason'] = 'Motiu de la signatura'; 39 | $string['width'] = 'Amplada'; 40 | $string['width_help'] = 'Amplada de l’element en mm. Si es defineix en 0, el valor es pot calcular automàticament per a les imatges pujades / compartides, si no, s\'ha d\'especificar'; 41 | -------------------------------------------------------------------------------- /fr/certificateelement_digitalsignature.php: -------------------------------------------------------------------------------- 1 | . 16 | 17 | /** 18 | * Strings for component 'certificateelement_digitalsignature', language 'fr_wp', version '3.11'. 19 | * 20 | * @package certificateelement_digitalsignature 21 | * @category string 22 | * @copyright 1999 Martin Dougiamas and contributors 23 | * @license https://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later 24 | */ 25 | 26 | defined('MOODLE_INTERNAL') || die(); 27 | 28 | $string['digitalsignature'] = 'Signature numérique'; 29 | $string['errormultipleimages'] = 'Vous pouvez sélectionner une image (soit téléchargée ou partagée)'; 30 | $string['height'] = 'Hauteur'; 31 | $string['height_help'] = 'Hauteur de l\'élément en mm. La valeur peut être calculée automatiquement pour les images téléchargées/partagées si elle est réglée sur 0, sinon elle doit être spécifiée.'; 32 | $string['pluginname'] = 'Signature numérique'; 33 | $string['privacy:metadata'] = 'Le plugin Signature numérique ne stocke aucune donnée personnelle.'; 34 | $string['signaturecontactinfo'] = 'Informations de contact de signature'; 35 | $string['signaturelocation'] = 'Lieu de signature'; 36 | $string['signaturename'] = 'Nom de la signature'; 37 | $string['signaturepassword'] = 'Mot de passe Signature'; 38 | $string['signaturereason'] = 'Raison de la signature'; 39 | $string['width'] = 'Largeur'; 40 | $string['width_help'] = 'Largeur de l\'élément en mm. La valeur peut être calculée automatiquement pour les images téléchargées/partagées si elle est réglée sur 0, sinon elle doit être spécifiée.'; 41 | -------------------------------------------------------------------------------- /nl/certificateelement_digitalsignature.php: -------------------------------------------------------------------------------- 1 | . 16 | 17 | /** 18 | * Strings for component 'certificateelement_digitalsignature', language 'nl_wp', version '3.11'. 19 | * 20 | * @package certificateelement_digitalsignature 21 | * @category string 22 | * @copyright 1999 Martin Dougiamas and contributors 23 | * @license https://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later 24 | */ 25 | 26 | defined('MOODLE_INTERNAL') || die(); 27 | 28 | $string['digitalsignature'] = 'Digitale handtekening'; 29 | $string['errormultipleimages'] = 'Je kunt slechts 1 afbeelding selecteren (upload of gedeeld)'; 30 | $string['height'] = 'Hoogte'; 31 | $string['height_help'] = 'Hoogte van het element in mm. De waarde kan automatisch berekend worden voor geuploade / gedeelde afbeeldingen als de waarde op 0 staat, of de waarde moet gespecificeerd worden.'; 32 | $string['pluginname'] = 'Digitale handtekening'; 33 | $string['privacy:metadata'] = 'De Digitale handtekening plugin slaat geen persoonlijke gegeven op.'; 34 | $string['signaturecontactinfo'] = 'Handtekening contact informatie'; 35 | $string['signaturelocation'] = 'Handtekening locatie'; 36 | $string['signaturename'] = 'Handtekening naam'; 37 | $string['signaturepassword'] = 'Handtekening wachtwoord'; 38 | $string['signaturereason'] = 'Reden handtekening'; 39 | $string['width'] = 'Breedte'; 40 | $string['width_help'] = 'Breedte van het element in mm. De waarde kan automatisch berekend worden voor geuploade / gedeelde afbeeldingen als de waarde op 0 staat, of de waarde moet gespecificeerd worden.'; 41 | -------------------------------------------------------------------------------- /de/certificateelement_digitalsignature.php: -------------------------------------------------------------------------------- 1 | . 16 | 17 | /** 18 | * Strings for component 'certificateelement_digitalsignature', language 'de_wp', version '3.11'. 19 | * 20 | * @package certificateelement_digitalsignature 21 | * @category string 22 | * @copyright 1999 Martin Dougiamas and contributors 23 | * @license https://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later 24 | */ 25 | 26 | defined('MOODLE_INTERNAL') || die(); 27 | 28 | $string['digitalsignature'] = 'Digitale Unterschrift'; 29 | $string['errormultipleimages'] = 'Sie können nur eine Bild auswählen (entweder hochgeladen oder geteilt)'; 30 | $string['height'] = 'Höhe'; 31 | $string['height_help'] = 'Höhe des Elements in mm. Der Wert kann für hochgeladene/geteilte Bilder automatisch berechnet werden, indem man ihn auf "0" setzt. Ansonsten muss er definiert werden.'; 32 | $string['pluginname'] = 'Digitale Unterschrift'; 33 | $string['privacy:metadata'] = 'Das digitale Unterschriften-Plugin speichert keine Nutzerdaten.'; 34 | $string['signaturecontactinfo'] = 'Kontaktinformationen für Unterzeichner'; 35 | $string['signaturelocation'] = 'Unterschrift (Ort)'; 36 | $string['signaturename'] = 'Name des/der Unterschreibenden'; 37 | $string['signaturepassword'] = 'Passwort für Unterschrift'; 38 | $string['signaturereason'] = 'Grund für Unterzeichnung'; 39 | $string['width'] = 'Breite'; 40 | $string['width_help'] = 'Breite des Elements in mm. Der Wert kann für hochgeladene/geteilte Bilder automatisch berechnet werden, indem man ihn auf "0" setzt. Ansonsten muss er definiert werden.'; 41 | -------------------------------------------------------------------------------- /zh_cn/tool_certificate.php: -------------------------------------------------------------------------------- 1 | . 16 | 17 | /** 18 | * Strings for component 'tool_certificate', language 'zh_cn_wp', version '3.11'. 19 | * 20 | * @package tool_certificate 21 | * @category string 22 | * @copyright 1999 Martin Dougiamas and contributors 23 | * @license https://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later 24 | */ 25 | 26 | defined('MOODLE_INTERNAL') || die(); 27 | 28 | $string['addcertpage'] = '新增页面'; 29 | $string['addelement'] = '新增元素'; 30 | $string['aissueswerecreated'] = '{$a} 颁布已经建立'; 31 | $string['aligncentre'] = '置中'; 32 | $string['alignleft'] = '左侧'; 33 | $string['alignment'] = '文字对齐'; 34 | $string['alignment_help'] = '靠右对齐表示元素坐标(位置X和位置Y)将对齐文字框的右上角,中心对齐表示它们将对齐顶部中间,而靠左则是对齐到左上角。'; 35 | $string['alignright'] = '右侧'; 36 | $string['certificate'] = '证书'; 37 | $string['certificate:issue'] = '为用户颁发证书'; 38 | $string['certificate:manage'] = '管理证书'; 39 | $string['certificate:verify'] = '确认目前租户中的任何证书'; 40 | $string['certificate:viewallcertificates'] = '查看目前租户的所有证书模板以及发出的证书'; 41 | $string['certificateimages'] = '证书图片'; 42 | $string['certificates'] = '证书'; 43 | $string['certificatesissued'] = '已颁发证书'; 44 | $string['changeelementsequence'] = '前进或后退'; 45 | $string['code'] = '编码'; 46 | $string['createtemplate'] = '新模板'; 47 | $string['deleteelement'] = '删除元素'; 48 | $string['deleteelementconfirm'] = '您确定要删除元素 \'{$a}\' 吗?'; 49 | $string['deletepageconfirm'] = '您确定要删除此证书页吗?'; 50 | $string['deletetemplateconfirm'] = '您确定要删除证书模板 \'{$a}\' 和所有相关数据吗?此操作无法撤销。'; 51 | $string['duplicate'] = '复制'; 52 | $string['duplicatetemplateconfirm'] = '您确定要复制模板 \'{$a}\' 吗?'; 53 | $string['editcertificate'] = '编修证书 \'{$a}\''; 54 | $string['editcontent'] = '编修内容'; 55 | $string['editdetails'] = '编修细节'; 56 | $string['editelement'] = '编修 \'{$a}\''; 57 | $string['editelementname'] = '编修元素名称'; 58 | $string['editpage'] = '编修页面 {$a}'; 59 | $string['edittemplatename'] = '编修模板名称'; 60 | $string['elementname'] = '元素名称'; 61 | $string['elementname_help'] = '这将是编修证书时用于标识此元素的名称。请注意,这不会显示在PDF上。'; 62 | $string['elementwidth'] = '宽度 (mm)'; 63 | $string['elementwidth_help'] = '指定元素的宽度。零(0) 表示没有宽度限制。'; 64 | $string['entitycertificate'] = '证书'; 65 | $string['entitycertificateissues'] = '颁布证书'; 66 | $string['eventcertificateissued'] = '已颁发证书'; 67 | $string['eventcertificaterevoked'] = '已撤销证书'; 68 | $string['eventcertificateverified'] = '已验证证书'; 69 | $string['eventtemplatecreated'] = '已建立模板'; 70 | $string['eventtemplatedeleted'] = '已删除模板'; 71 | $string['eventtemplateupdated'] = '已更新模板'; 72 | $string['expired'] = '过期'; 73 | $string['expires'] = '到期'; 74 | $string['font'] = '字体'; 75 | $string['font_help'] = '生成此元素时使用的字体。'; 76 | $string['fontcolour'] = '颜色'; 77 | $string['fontcolour_help'] = '字体颜色。'; 78 | $string['fontsize'] = '大小 (pt)'; 79 | $string['fontsize_help'] = '以point(pt)为单位的字体大小。'; 80 | $string['hideshow'] = '隐藏/显示'; 81 | $string['invalidcolour'] = '选择了无效的颜色。请输入有效的HTML颜色名称,六位数或三位十六进制颜色。'; 82 | $string['invalidelementwidth'] = '请输入正数。'; 83 | $string['invalidheight'] = '高度必须是大于0的有效数字。'; 84 | $string['invalidmargin'] = '边距必须是大于0的有效数字。'; 85 | $string['invalidposition'] = '请为位置 {$a} 选择一个正数。'; 86 | $string['invalidwidth'] = '宽度必须是大于0的有效数字。'; 87 | $string['issuecertificates'] = '颁发新证书'; 88 | $string['issuedon'] = '颁发于'; 89 | $string['issuenewcertificate'] = '从此模板颁发新证书'; 90 | $string['issuenewcertificates'] = '颁发新证书'; 91 | $string['issuenotallowed'] = '您不能从此模板颁发证书。'; 92 | $string['issueormangenotallowed'] = '您不能从此模板颁发证书或管理此模板。'; 93 | $string['leftmargin'] = '左边距 (mm)'; 94 | $string['leftmargin_help'] = '这是证书PDF的左边距,单位为mm。'; 95 | $string['manageelementplugins'] = '管理证书元素插件'; 96 | $string['managetemplates'] = '管理证书模板'; 97 | $string['mycertificates'] = '我的证书'; 98 | $string['mycertificatesdescription'] = '这些是您透过电子邮件或手动下载的证书。'; 99 | $string['name'] = '名称'; 100 | $string['nametoolong'] = '您已超过名称允许的最大长度'; 101 | $string['noimage'] = '没有图片'; 102 | $string['noissueswerecreated'] = '没有创建任何颁布'; 103 | $string['notverified'] = '未验证'; 104 | $string['oneissuewascreated'] = '创建了一个发布'; 105 | $string['outcomecertificate'] = '颁发证书'; 106 | $string['outcomecertificatedescription'] = '颁发证书 \'{$a}\' 给用户'; 107 | $string['page'] = '第 {$a} 页'; 108 | $string['pageheight'] = '页面高度 (mm)'; 109 | $string['pageheight_help'] = '这是证书PDF的高度,单位为mm。作为参考:A4纸高度为297mm,一封信高度为279mm。'; 110 | $string['pagewidth'] = '页面宽度 (mm)'; 111 | $string['pagewidth_help'] = '这是证书PDF的宽度,单位为mm。作为参考:A4纸宽度为210mm,一封信宽度为216mm。'; 112 | $string['pluginname'] = '证书工具'; 113 | $string['posx'] = '位置X (mm)'; 114 | $string['posx_help'] = '这是从左上角开始的位置(mm),您希望元素位于X方向的参考点。'; 115 | $string['posy'] = '位置Y (mm)'; 116 | $string['posy_help'] = '这是从左上角开始的位置(mm),您希望元素位于Y方向的参考点。'; 117 | $string['privacy:metadata:tool_certificate:issues'] = '颁发的证书列表'; 118 | $string['privacy:metadata:tool_certificate_issues:code'] = '证书的编码'; 119 | $string['privacy:metadata:tool_certificate_issues:expires'] = '证书过期时的时间戳。 0表示没有期限。'; 120 | $string['privacy:metadata:tool_certificate_issues:templateid'] = '证书的ID'; 121 | $string['privacy:metadata:tool_certificate_issues:timecreated'] = '证书颁发的时间'; 122 | $string['privacy:metadata:tool_certificate_issues:userid'] = '颁发证书的用户 ID'; 123 | $string['receiveddate'] = '授予'; 124 | $string['reg_wpcertificates'] = '证书 ({$a}) 数量'; 125 | $string['reg_wpcertificatesissues'] = '颁发的 ({$a}) 证书数量'; 126 | $string['revoke'] = '撤销'; 127 | $string['revokecertificateconfirm'] = '您确定要从此用户撤销此颁布的证书吗?'; 128 | $string['rightmargin'] = '右边距 (mm)'; 129 | $string['rightmargin_help'] = '这是证书PDF的右边距,单位为mm。'; 130 | $string['selectcertificate'] = '选择证书'; 131 | $string['selectuserstoissuecertificatefor'] = '选择要为其颁发证书的用户'; 132 | $string['shared'] = '租户之间共享'; 133 | $string['subplugintype_certificateelement_plural'] = '元素插件'; 134 | $string['toomanycertificatestoshow'] = '太多证书 ({$a}) 以至于无法显示'; 135 | $string['type'] = '类型'; 136 | $string['uploadimage'] = '上传图片'; 137 | $string['valid'] = '有效'; 138 | $string['verified'] = '已验证'; 139 | $string['verify'] = '验证'; 140 | $string['verifycertificates'] = '验证证书'; 141 | $string['verifynotallowed'] = '您不能验证证书。'; 142 | $string['viewcertificate'] = '查看证书'; 143 | -------------------------------------------------------------------------------- /zh_tw/tool_certificate.php: -------------------------------------------------------------------------------- 1 | . 16 | 17 | /** 18 | * Strings for component 'tool_certificate', language 'zh_tw_wp', version '3.11'. 19 | * 20 | * @package tool_certificate 21 | * @category string 22 | * @copyright 1999 Martin Dougiamas and contributors 23 | * @license https://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later 24 | */ 25 | 26 | defined('MOODLE_INTERNAL') || die(); 27 | 28 | $string['addcertpage'] = '新增頁面'; 29 | $string['addelement'] = '新增元素'; 30 | $string['aissueswerecreated'] = '{$a} 頒佈已經建立'; 31 | $string['aligncentre'] = '置中'; 32 | $string['alignleft'] = '左側'; 33 | $string['alignment'] = '文字對齊'; 34 | $string['alignment_help'] = '靠右對齊表示元素坐標(位置X和位置Y)將對齊文字框的右上角,中心對齊表示它們將對齊頂部中間,而靠左則是對齊到左上角。'; 35 | $string['alignright'] = '右側'; 36 | $string['certificate'] = '證書'; 37 | $string['certificate:issue'] = '為用戶頒發證書'; 38 | $string['certificate:manage'] = '管理證書'; 39 | $string['certificate:verify'] = '確認目前租戶中的任何證書'; 40 | $string['certificate:viewallcertificates'] = '查看目前租戶的所有證書模板以及發出的證書'; 41 | $string['certificateimages'] = '證書圖片'; 42 | $string['certificates'] = '證書'; 43 | $string['certificatesissued'] = '已頒發證書'; 44 | $string['changeelementsequence'] = '前進或後退'; 45 | $string['code'] = '編碼'; 46 | $string['createtemplate'] = '新模板'; 47 | $string['deleteelement'] = '刪除元素'; 48 | $string['deleteelementconfirm'] = '您確定要刪除元素 \'{$a}\' 嗎?'; 49 | $string['deletepageconfirm'] = '您確定要刪除此證書頁嗎?'; 50 | $string['deletetemplateconfirm'] = '您確定要刪除證書模板 \'{$a}\' 和所有相關數據嗎?此操作無法撤銷。'; 51 | $string['duplicate'] = '複製'; 52 | $string['duplicatetemplateconfirm'] = '您確定要複製模板 \'{$a}\' 嗎?'; 53 | $string['editcertificate'] = '編修證書 \'{$a}\''; 54 | $string['editcontent'] = '編修內容'; 55 | $string['editdetails'] = '編修細節'; 56 | $string['editelement'] = '編修 \'{$a}\''; 57 | $string['editelementname'] = '編修元素名稱'; 58 | $string['editpage'] = '編修頁面 {$a}'; 59 | $string['edittemplatename'] = '編修模板名稱'; 60 | $string['elementname'] = '元素名稱'; 61 | $string['elementname_help'] = '這將是編修證書時用於標識此元素的名稱。請注意,這不會顯示在PDF上。'; 62 | $string['elementwidth'] = '寬度 (mm)'; 63 | $string['elementwidth_help'] = '指定元素的寬度。零(0) 表示沒有寬度限制。'; 64 | $string['entitycertificate'] = '證書'; 65 | $string['entitycertificateissues'] = '頒佈證書'; 66 | $string['eventcertificateissued'] = '已頒發證書'; 67 | $string['eventcertificaterevoked'] = '已撤銷證書'; 68 | $string['eventcertificateverified'] = '已驗證證書'; 69 | $string['eventtemplatecreated'] = '已建立模板'; 70 | $string['eventtemplatedeleted'] = '已刪除模板'; 71 | $string['eventtemplateupdated'] = '已更新模板'; 72 | $string['expired'] = '過期'; 73 | $string['expires'] = '到期'; 74 | $string['font'] = '字體'; 75 | $string['font_help'] = '生成此元素時使用的字體。'; 76 | $string['fontcolour'] = '顏色'; 77 | $string['fontcolour_help'] = '字體顏色。'; 78 | $string['fontsize'] = '大小 (pt)'; 79 | $string['fontsize_help'] = '以point(pt)為單位的字體大小。'; 80 | $string['hideshow'] = '隱藏/顯示'; 81 | $string['invalidcolour'] = '選擇了無效的顏色。請輸入有效的HTML顏色名稱,六位數或三位十六進制顏色。'; 82 | $string['invalidelementwidth'] = '請輸入正數。'; 83 | $string['invalidheight'] = '高度必須是大於0的有效數字。'; 84 | $string['invalidmargin'] = '邊距必須是大於0的有效數字。'; 85 | $string['invalidposition'] = '請為位置 {$a} 選擇一個正數。'; 86 | $string['invalidwidth'] = '寬度必須是大於0的有效數字。'; 87 | $string['issuecertificates'] = '頒發新證書'; 88 | $string['issuedon'] = '頒發於'; 89 | $string['issuenewcertificate'] = '從此模板頒發新證書'; 90 | $string['issuenewcertificates'] = '頒發新證書'; 91 | $string['issuenotallowed'] = '您不能從此模板頒發證書。'; 92 | $string['issueormangenotallowed'] = '您不能從此模板頒發證書或管理此模板。'; 93 | $string['leftmargin'] = '左邊距 (mm)'; 94 | $string['leftmargin_help'] = '這是證書PDF的左邊距,單位為mm。'; 95 | $string['manageelementplugins'] = '管理證書元素插件'; 96 | $string['managetemplates'] = '管理證書模板'; 97 | $string['mycertificates'] = '我的證書'; 98 | $string['mycertificatesdescription'] = '這些是您透過電子郵件或手動下載的證書。'; 99 | $string['name'] = '名稱'; 100 | $string['nametoolong'] = '您已超過名稱允許的最大長度'; 101 | $string['noimage'] = '沒有圖片'; 102 | $string['noissueswerecreated'] = '沒有創建任何頒佈'; 103 | $string['notverified'] = '未驗證'; 104 | $string['oneissuewascreated'] = '創建了一個發佈'; 105 | $string['outcomecertificate'] = '頒發證書'; 106 | $string['outcomecertificatedescription'] = '頒發證書 \'{$a}\' 給用戶'; 107 | $string['page'] = '第 {$a} 頁'; 108 | $string['pageheight'] = '頁面高度 (mm)'; 109 | $string['pageheight_help'] = '這是證書PDF的高度,單位為mm。作為參考:A4紙高度為297mm,一封信高度為279mm。'; 110 | $string['pagewidth'] = '頁面寬度 (mm)'; 111 | $string['pagewidth_help'] = '這是證書PDF的寬度,單位為mm。作為參考:A4紙寬度為210mm,一封信寬度為216mm。'; 112 | $string['pluginname'] = '證書工具'; 113 | $string['posx'] = '位置X (mm)'; 114 | $string['posx_help'] = '這是從左上角開始的位置(mm),您希望元素位於X方向的參考點。'; 115 | $string['posy'] = '位置Y (mm)'; 116 | $string['posy_help'] = '這是從左上角開始的位置(mm),您希望元素位於Y方向的參考點。'; 117 | $string['privacy:metadata:tool_certificate:issues'] = '頒發的證書列表'; 118 | $string['privacy:metadata:tool_certificate_issues:code'] = '證書的編碼'; 119 | $string['privacy:metadata:tool_certificate_issues:expires'] = '證書過期時的時間戳。 0表示沒有期限。'; 120 | $string['privacy:metadata:tool_certificate_issues:templateid'] = '證書的ID'; 121 | $string['privacy:metadata:tool_certificate_issues:timecreated'] = '證書頒發的時間'; 122 | $string['privacy:metadata:tool_certificate_issues:userid'] = '頒發證書的用戶 ID'; 123 | $string['receiveddate'] = '授予'; 124 | $string['reg_wpcertificates'] = '證書 ({$a}) 數量'; 125 | $string['reg_wpcertificatesissues'] = '頒發的 ({$a}) 證書數量'; 126 | $string['revoke'] = '撤銷'; 127 | $string['revokecertificateconfirm'] = '您確定要從此用戶撤銷此頒佈的證書嗎?'; 128 | $string['rightmargin'] = '右邊距 (mm)'; 129 | $string['rightmargin_help'] = '這是證書PDF的右邊距,單位為mm。'; 130 | $string['selectcertificate'] = '選擇證書'; 131 | $string['selectuserstoissuecertificatefor'] = '選擇要為其頒發證書的用戶'; 132 | $string['shared'] = '租戶之間共享'; 133 | $string['subplugintype_certificateelement_plural'] = '元素插件'; 134 | $string['toomanycertificatestoshow'] = '太多證書 ({$a}) 以至於無法顯示'; 135 | $string['type'] = '類型'; 136 | $string['uploadimage'] = '上傳圖片'; 137 | $string['valid'] = '有效'; 138 | $string['verified'] = '已驗證'; 139 | $string['verify'] = '驗證'; 140 | $string['verifycertificates'] = '驗證證書'; 141 | $string['verifynotallowed'] = '您不能驗證證書。'; 142 | $string['viewcertificate'] = '查看證書'; 143 | -------------------------------------------------------------------------------- /es/tool_certificate.php: -------------------------------------------------------------------------------- 1 | . 16 | 17 | /** 18 | * Strings for component 'tool_certificate', language 'es_wp', version '3.11'. 19 | * 20 | * @package tool_certificate 21 | * @category string 22 | * @copyright 1999 Martin Dougiamas and contributors 23 | * @license https://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later 24 | */ 25 | 26 | defined('MOODLE_INTERNAL') || die(); 27 | 28 | $string['addcertpage'] = 'Agregar página'; 29 | $string['addelement'] = 'Agregar elemento'; 30 | $string['aissueswerecreated'] = 'Se emitieron {$a} certificados'; 31 | $string['aligncentre'] = 'Centrado'; 32 | $string['alignleft'] = 'Izquierda'; 33 | $string['alignment'] = 'Alineación de texto'; 34 | $string['alignright'] = 'Derecha'; 35 | $string['availableincourses'] = 'Disponible en subcategorías y cursos'; 36 | $string['certificate'] = 'Certificado'; 37 | $string['certificate:image'] = 'Gestionar las imágenes de certificados'; 38 | $string['certificate:issue'] = 'Emitir certificado para usuarios'; 39 | $string['certificate:manage'] = 'Gestionar certificados'; 40 | $string['certificate:verify'] = 'Verificar cualquier certificado'; 41 | $string['certificate:viewallcertificates'] = 'Ver todas las plantillas de certificado y los emitidos para el Sitio actual'; 42 | $string['certificate_customfield'] = 'Campos personalizados de certificados'; 43 | $string['certificatecopy'] = '{$a} (copia)'; 44 | $string['certificateimages'] = 'Imágenes de certificados'; 45 | $string['certificates'] = 'Certificados'; 46 | $string['certificatesissued'] = 'Certificados emitidos'; 47 | $string['certificatesissues'] = 'Emisiones de certificados'; 48 | $string['certificatetemplate'] = 'Plantilla de certificado'; 49 | $string['certificatetemplatename'] = 'Nombre de la plantilla de certificado'; 50 | $string['certificatetemplates'] = 'Plantillas de certificado'; 51 | $string['changeelementsequence'] = 'Traer al frente o mover al fondo'; 52 | $string['code'] = 'Código'; 53 | $string['codewithlink'] = 'Código con link'; 54 | $string['coursecategorywithlink'] = 'Categoría del curso con link'; 55 | $string['createtemplate'] = 'Nueva plantilla de certificados'; 56 | $string['customfield_previewvalue'] = 'Previsualizar el valor'; 57 | $string['customfield_previewvalue_help'] = 'Valor mostrado durante la previsualización de la plantilla'; 58 | $string['customfield_visible'] = 'Visible'; 59 | $string['customfield_visible_help'] = 'Permitir seleccionar este campo en la plantilla de certificado'; 60 | $string['deleteelement'] = 'Eliminar elemento'; 61 | $string['deletepage'] = 'Eliminar página'; 62 | $string['duplicate'] = 'Duplicar'; 63 | $string['editcertificate'] = 'Editar la plantilla de certificados \'{$a}\''; 64 | $string['editcontent'] = 'Editar el contenido'; 65 | $string['editdetails'] = 'Editar detalles'; 66 | $string['editelement'] = 'Editar \'{$a}\''; 67 | $string['editelementname'] = 'Editar el nombre del elemento'; 68 | $string['editpage'] = 'Editar página {$a}'; 69 | $string['edittemplatename'] = 'Editar nombre de la plantilla'; 70 | $string['elementname'] = 'Nombre del elemento'; 71 | $string['elementwidth'] = 'Ancho en mm'; 72 | $string['entitycertificate'] = 'Certificado'; 73 | $string['entitycertificateissue'] = 'Certificado emitido'; 74 | $string['entitycertificateissues'] = 'Certificados emitidos'; 75 | $string['errornopermissionissuecertificate'] = 'No tienes permiso para emitir este certificado'; 76 | $string['eventcertificateissued'] = 'Certificado emitido'; 77 | $string['eventcertificaterevoked'] = 'Certificados revocados'; 78 | $string['eventcertificateverified'] = 'Certificado verificado'; 79 | $string['eventtemplatecreated'] = 'Plantilla creada'; 80 | $string['eventtemplatedeleted'] = 'Plantilla eliminada'; 81 | $string['eventtemplateupdated'] = 'Plantilla actualizada'; 82 | $string['expired'] = 'Vencido'; 83 | $string['expiredcertificate'] = 'Este certificado venció'; 84 | $string['expires'] = 'Vence el'; 85 | $string['font'] = 'Fuente'; 86 | $string['font_help'] = 'La fuente utilizada para la generación de este elemento'; 87 | $string['fontcolour'] = 'Color'; 88 | $string['fontcolour_help'] = 'Color de la fuente'; 89 | $string['fontsize'] = 'Tamaño en pt'; 90 | $string['fontsize_help'] = 'El tamaño de la fuente en puntos.'; 91 | $string['hideshow'] = 'Mostrar/ ocultar'; 92 | $string['invalidelementwidth'] = 'Por favor ingrese un número positivo'; 93 | $string['invalidheight'] = 'La altura debe ser un número mayor a cero.'; 94 | $string['invalidmargin'] = 'El margen debe ser mayor a cero.'; 95 | $string['invalidposition'] = 'Por favor, elija un número positivo para la posición {$a}.'; 96 | $string['invalidwidth'] = 'El ancho debe ser mayor a cero.'; 97 | $string['issuecertificates'] = 'Emitir certificados'; 98 | $string['issuedon'] = 'Emitido el'; 99 | $string['issuenewcertificate'] = 'Emitir nuevo certificado a partir de esta plantilla'; 100 | $string['issuenewcertificates'] = 'Emitir nuevos certificados'; 101 | $string['issuenotallowed'] = 'No estás autorizado a emitir certificados desde esta plantilla.'; 102 | $string['issueormangenotallowed'] = 'No estás autorizado a emitir certificados ni gestionar esta plantilla.'; 103 | $string['leftmargin'] = 'Margen izquierdo en mm'; 104 | $string['leftmargin_help'] = 'Este es el margen izquierdo del PDF del certificado, en milímetros.'; 105 | $string['managetemplates'] = 'Gestionar las plantillas de certificados'; 106 | $string['mycertificates'] = 'Mis certificados'; 107 | $string['name'] = 'Nombre'; 108 | $string['notverified'] = 'No verificado'; 109 | $string['outcomecertificate'] = 'Emitir certificado'; 110 | $string['outcomecertificatedescription'] = 'Emitir el certificado \'{$a}\' a los usuarios'; 111 | $string['page'] = 'Página {$a}'; 112 | $string['pageheight'] = 'Altura de la página en mm'; 113 | $string['pagewidth'] = 'Ancho de la página en mm'; 114 | $string['pluginname'] = 'Certificado'; 115 | $string['posx'] = 'Posición X en mm'; 116 | $string['posy'] = 'Posición Y en mm'; 117 | $string['privacy:metadata:tool_certificate_issues:templateid'] = 'El ID del certificado'; 118 | $string['reg_wpcertificates'] = 'Cantidad de certificados ({$a})'; 119 | $string['reg_wpcertificatesissues'] = 'Cantidad de certificados emitidos ({$a})'; 120 | $string['revoke'] = 'Revocar'; 121 | $string['rightmargin'] = 'Margen derecho en mm'; 122 | $string['rightmargin_help'] = 'Margen derecho del certificado en PDF, en milímetros.'; 123 | $string['selectcertificate'] = 'Seleccionar certificado'; 124 | $string['type'] = 'Tipo'; 125 | $string['uploadimage'] = 'Subir imagen'; 126 | $string['verify'] = 'Verificar'; 127 | $string['verifycertificates'] = 'Verificar certificados'; 128 | $string['viewcertificate'] = 'Ver certificado'; 129 | -------------------------------------------------------------------------------- /ja/tool_certificate.php: -------------------------------------------------------------------------------- 1 | . 16 | 17 | /** 18 | * Strings for component 'tool_certificate', language 'ja_wp', version '3.11'. 19 | * 20 | * @package tool_certificate 21 | * @category string 22 | * @copyright 1999 Martin Dougiamas and contributors 23 | * @license https://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later 24 | */ 25 | 26 | defined('MOODLE_INTERNAL') || die(); 27 | 28 | $string['addcertpage'] = 'ページを追加'; 29 | $string['addelement'] = '要素を追加'; 30 | $string['addelementwithname'] = '\'{$a}\' 要素を追加'; 31 | $string['aissueswerecreated'] = '{$a} 枚発行されました'; 32 | $string['aligncentre'] = '中央'; 33 | $string['alignleft'] = '左'; 34 | $string['alignment'] = 'テキストの配置'; 35 | $string['alignment_help'] = 'テキストの右揃えでは、要素の組み合わせ(ポジションXとポジションY)がテキストボックス右上に配置されます。中央揃えでは中央に、左揃えでは左上に配置されます。'; 36 | $string['alignright'] = '右'; 37 | $string['availableincourses'] = 'サブカテゴリとコースで利用可能'; 38 | $string['availableincourses_help'] = 'このオプションを有効にすると、(発行機能を持つ)ユーザーは、選択したカテゴリ内のすべてのコースとそのサブカテゴリ内のコースでこのテンプレートを使用できるようになります。このオプションが無効になっている場合、このテンプレートは、選択したカテゴリの発行機能を持つユーザーのみが使用できます。'; 39 | $string['certificate'] = '認定証'; 40 | $string['certificate:image'] = '認定証イメージを管理'; 41 | $string['certificate:issue'] = 'ユーザに認定証を発行する'; 42 | $string['certificate:manage'] = '認定証を管理'; 43 | $string['certificate:verify'] = '全ての認定証を確認する'; 44 | $string['certificate:viewallcertificates'] = '発行されたすべての認定証とテンプレートを表示する'; 45 | $string['certificate_customfield'] = '認定証のカスタムフィールド'; 46 | $string['certificatecopy'] = '{$a} (コピー)'; 47 | $string['certificateimages'] = '認定証のイメージ'; 48 | $string['certificates'] = '認定証'; 49 | $string['certificatesissued'] = '認定証発行日'; 50 | $string['certificatesissues'] = '認定証の発行'; 51 | $string['certificatetemplate'] = '認定証テンプレート'; 52 | $string['certificatetemplatename'] = '認定証テンプレート名'; 53 | $string['certificatetemplates'] = '認定証テンプレート'; 54 | $string['changeelementsequence'] = '前へまたは後ろへ'; 55 | $string['code'] = 'コード'; 56 | $string['codewithlink'] = 'リンクつきコード'; 57 | $string['coursecategorywithlink'] = 'リンクつきコースカテゴリ'; 58 | $string['createtemplate'] = '新しいテンプレート'; 59 | $string['customfield_previewvalue'] = '値のプレビュー'; 60 | $string['customfield_previewvalue_help'] = '認定証テンプレートをプレビューするときに表示される値'; 61 | $string['customfield_visible'] = '表示'; 62 | $string['customfield_visible_help'] = '認定証テンプレートでのこのフィールドの選択を許可'; 63 | $string['customfieldsettings'] = '共通する認定証のカスタムフィールド設定'; 64 | $string['deleteelement'] = '要素を削除'; 65 | $string['deleteelementconfirm'] = '本当に要素 \'{$a}\' を消去しますか?'; 66 | $string['deletepage'] = 'ページを削除'; 67 | $string['deletepageconfirm'] = '本当にこの認定証ページを消去しますか?'; 68 | $string['deletetemplateconfirm'] = '本当にこの認定証テンプレート \'{$a}\' とそれに関連するデータを消去しますか?この操作は元に戻せません。'; 69 | $string['demotmpl'] = '認定証デモテンプレート'; 70 | $string['demotmplawardedon'] = '授与'; 71 | $string['demotmplawardedto'] = 'この認定証はに授与されます'; 72 | $string['demotmplbackground'] = '背景画像'; 73 | $string['demotmplcoursefullname'] = 'コースのフルネーム'; 74 | $string['demotmpldirector'] = '校長'; 75 | $string['demotmplforcompleting'] = 'コース修了用'; 76 | $string['demotmplissueddate'] = '発行日'; 77 | $string['demotmplqrcode'] = 'QRコード'; 78 | $string['demotmplsignature'] = '署名'; 79 | $string['demotmplusername'] = 'ユーザー名'; 80 | $string['duplicate'] = '複製'; 81 | $string['duplicatetemplateconfirm'] = '本当にテンプレート \'{$a}\' を複製しますか?'; 82 | $string['editcertificate'] = '認定証 \'{$a}\' を編集'; 83 | $string['editcontent'] = 'コンテンツを編集'; 84 | $string['editdetails'] = '詳細を編集'; 85 | $string['editelement'] = '\'{$a}\' を編集'; 86 | $string['editelementname'] = '要素の名前を編集'; 87 | $string['editpage'] = 'ページ {$a} を編集'; 88 | $string['edittemplatename'] = 'テンプレート名を編集'; 89 | $string['elementname'] = '要素名'; 90 | $string['elementname_help'] = 'これは、認定証を編集するときにこの要素を識別するために使われる名前です。これはPDFに表示されないので注意してください。'; 91 | $string['elementwidth'] = '幅(mm)'; 92 | $string['elementwidth_help'] = '要素の幅を設定します。0のときは特に幅の設定がないことを示します。'; 93 | $string['entitycertificate'] = '認定証'; 94 | $string['entitycertificateissue'] = '認定証の発行'; 95 | $string['entitycertificateissues'] = '認定証の発行'; 96 | $string['errornopermissionissuecertificate'] = 'この認定証を発行する権限がありません'; 97 | $string['eventcertificateissued'] = '認定証発行日'; 98 | $string['eventcertificaterevoked'] = '認定証の失効'; 99 | $string['eventcertificateverified'] = '認定証の確認'; 100 | $string['eventtemplatecreated'] = '作成済みテンプレート'; 101 | $string['eventtemplatedeleted'] = '削除されたテンプレート'; 102 | $string['eventtemplateupdated'] = '更新されたテンプレート'; 103 | $string['expired'] = '有効期限切れ'; 104 | $string['expiredcertificate'] = 'この認定証の有効期限が切れています'; 105 | $string['expires'] = '有効期限切れ'; 106 | $string['font'] = 'フォント'; 107 | $string['font_help'] = '要素を作成するとき利用するフォント'; 108 | $string['fontcolour'] = '色'; 109 | $string['fontcolour_help'] = 'フォントの色'; 110 | $string['fontsize'] = 'サイズ(pt)'; 111 | $string['fontsize_help'] = 'フォントのサイズ(ポイント)'; 112 | $string['hideshow'] = '非表示/表示'; 113 | $string['invalidcolour'] = '無効な色が選択されています。有効なHTMLカラーコードか、6桁あるいは3桁の16進数カラーコードを入力してください。'; 114 | $string['invalidelementwidth'] = '正の数を入力してください。'; 115 | $string['invalidheight'] = '高さは0以上の有効な数字である必要があります。'; 116 | $string['invalidmargin'] = '余白は0以上の有効な数字である必要があります。'; 117 | $string['invalidposition'] = 'ポジション {$a} には正の数を選択してください。'; 118 | $string['invalidwidth'] = '幅は0以上の有効な数字である必要があります。'; 119 | $string['issuecertificates'] = '新しい認定証を発行する'; 120 | $string['issuedon'] = '発行日'; 121 | $string['issuenewcertificate'] = 'このテンプレートで新しい認定証を発行する'; 122 | $string['issuenewcertificates'] = '新しい認定証を発行する'; 123 | $string['issuenotallowed'] = 'このテンプレートで認定証を発行することはできません。'; 124 | $string['issueormangenotallowed'] = 'このテンプレートで認定証を発行したり、管理することはできません。'; 125 | $string['leftmargin'] = '左余白(mm)'; 126 | $string['leftmargin_help'] = 'これは認定証PDFの左余白(mm)です。'; 127 | $string['manageelementplugins'] = '認定証要素プラグインを管理'; 128 | $string['managetemplates'] = '認定証テンプレートを管理'; 129 | $string['mappingerrorcertificateheader'] = '一部の認定証テンプレートが存在しません'; 130 | $string['mappingerrorcertificatelog'] = '認定証 {$a} が見つかりません'; 131 | $string['messageprovider:certificateissued'] = '認定証を受け取りました'; 132 | $string['mycertificates'] = '私の認定証'; 133 | $string['mycertificatesdescription'] = 'これは学習者がメールか手動ダウンロードで発行した認定証です。'; 134 | $string['name'] = '名前'; 135 | $string['nametoolong'] = '名前の文字数が制限を超えています。'; 136 | $string['noimage'] = '画像がありません'; 137 | $string['noissueswerecreated'] = '発行されていません'; 138 | $string['nopermissionform'] = 'このフォームにアクセスする権限がありません。'; 139 | $string['notificationmsgcertificateissued'] = '{$a->fullname}さん、

認定証が利用可能になりました! URL: 140 | 私の認定証'; 141 | $string['notificationsubjectcertificateissued'] = 'あなたの証明書が利用可能です!'; 142 | $string['notverified'] = '未確認'; 143 | $string['numberofpages'] = 'ページ数'; 144 | $string['oneissuewascreated'] = '1枚発行されました'; 145 | $string['outcomecertificate'] = '認定証を発行'; 146 | $string['outcomecertificatedescription'] = '認定証 \'{$a}\' をユーザに発行する'; 147 | $string['page'] = 'ページ {$a}'; 148 | $string['pageheight'] = 'ページの高さ(mm)'; 149 | $string['pageheight_help'] = 'これは認定証PDFの高さ(mm)です。参考までに、A4サイズの高さが297mm、レターサイズの高さが279mmです。'; 150 | $string['pagewidth'] = 'ページ幅(mm)'; 151 | $string['pagewidth_help'] = 'これは認定証PDFの幅(mm)です。参考までに、A4サイズの高さが297mm、レターサイズの高さが279mmです。'; 152 | $string['pluginname'] = '認定証ツール'; 153 | $string['posx'] = 'ポジションX(mm)'; 154 | $string['posx_help'] = 'これはポジションX(mm)で、左上の隅からx軸(横軸)方向に指定した距離だけ離れて要素が配置されます。'; 155 | $string['posy'] = 'ポジションY(mm)'; 156 | $string['posy_help'] = 'これはポジションY(mm)で、左上の隅からy軸(縦軸)方向に指定した距離だけ離れて要素が配置されます。'; 157 | $string['privacy:metadata:tool_certificate:issues'] = '発行済みの認定証の一覧'; 158 | $string['privacy:metadata:tool_certificate_issues:code'] = '認定証に付属するコード'; 159 | $string['privacy:metadata:tool_certificate_issues:expires'] = '認定証の有効期限日です。有効期限がない場合は0を入力します。'; 160 | $string['privacy:metadata:tool_certificate_issues:templateid'] = '認定証のID'; 161 | $string['privacy:metadata:tool_certificate_issues:timecreated'] = '認定証発行日'; 162 | $string['privacy:metadata:tool_certificate_issues:userid'] = '認定証を発行したユーザのID'; 163 | $string['receiveddate'] = '取得者'; 164 | $string['reg_wpcertificates'] = '認定証({$a})の数'; 165 | $string['reg_wpcertificatesissues'] = '発行済みの認定証({$a})の数'; 166 | $string['regenerate'] = '再発行'; 167 | $string['regeneratefileconfirm'] = 'このユーザーに発行された認定証を再発行してもよろしいですか?'; 168 | $string['regenerateissuefile'] = '発行ファイルを再発行する'; 169 | $string['revoke'] = '取り消し'; 170 | $string['revokecertificateconfirm'] = '本当にこのユーザからの認定証発行を取り消しますか?'; 171 | $string['rightmargin'] = '右余白(mm)'; 172 | $string['rightmargin_help'] = 'これは認定証PDFの右余白(mm)です'; 173 | $string['selectcertificate'] = '認定証を選択'; 174 | $string['selectuserstoissuecertificatefor'] = '認定証を発行するユーザを選択'; 175 | $string['shared'] = '共有'; 176 | $string['subplugintype_certificateelement_plural'] = '要素プラグイン'; 177 | $string['timecreated'] = '作成日時'; 178 | $string['toomanycertificatestoshow'] = '認定証({$a})が多すぎて表示できません'; 179 | $string['type'] = 'タイプ'; 180 | $string['uploadimage'] = '画像をアップロード'; 181 | $string['valid'] = '有効'; 182 | $string['validcertificate'] = 'この認定証は有効です'; 183 | $string['verified'] = '確認済み'; 184 | $string['verify'] = '確認'; 185 | $string['verifycertificates'] = '認定証を確認する'; 186 | $string['verifynotallowed'] = '認定証を確認ができません'; 187 | $string['viewcertificate'] = '認定証を表示'; 188 | -------------------------------------------------------------------------------- /el/tool_certificate.php: -------------------------------------------------------------------------------- 1 | . 16 | 17 | /** 18 | * Strings for component 'tool_certificate', language 'el_wp', version '3.11'. 19 | * 20 | * @package tool_certificate 21 | * @category string 22 | * @copyright 1999 Martin Dougiamas and contributors 23 | * @license https://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later 24 | */ 25 | 26 | defined('MOODLE_INTERNAL') || die(); 27 | 28 | $string['addcertpage'] = 'Προσθήκη σελίδας'; 29 | $string['addelement'] = 'Προσθήκη στοιχείου'; 30 | $string['aissueswerecreated'] = 'δημιουργήθηκαν {$ a} αντίτυπα'; 31 | $string['aligncentre'] = 'Κέντρο'; 32 | $string['alignleft'] = 'Αριστερά'; 33 | $string['alignment'] = 'Στοίχιση κειμένου'; 34 | $string['alignment_help'] = 'Η δεξιά στοίχιση του κειμένου θα σημαίνει ότι οι συντεταγμένες στοιχείων (Θέση Χ και Θέση Υ) θα αναφέρονται στην πάνω δεξιά γωνία του πλαισίου κειμένου, στην κεντρική στοίχιση θα αναφέρονται στην πάνω μεσαία και στην αριστερή στοίχιση στην πάνω αριστερή γωνία'; 35 | $string['alignright'] = 'Δεξιά'; 36 | $string['certificate'] = 'Πιστοποιητικό'; 37 | $string['certificate:issue'] = 'Έκδοση πιστοποιητικού για τους χρήστες'; 38 | $string['certificate:manage'] = 'Διαχείριση πιστοποιητικών'; 39 | $string['certificate:verify'] = 'Επαλήθευση πιστοποιητικών εντός του παρόντος τομέα'; 40 | $string['certificate:viewallcertificates'] = 'Δείτε όλα τα πρότυπα πιστοποιητικά και τα αντίτυπα για τον τρέχοντα τομέα'; 41 | $string['certificateimages'] = 'Εικόνες πιστοποιητικών'; 42 | $string['certificates'] = 'Πιστοποιητικά'; 43 | $string['certificatesissued'] = 'Πιστοποιητικά που έχουν εκδοθεί'; 44 | $string['changeelementsequence'] = 'Φέρτε προς τα εμπρός ή μεταφέρετε από πίσω'; 45 | $string['code'] = 'Κωδικός'; 46 | $string['createtemplate'] = 'Νέο πρότυπο'; 47 | $string['deleteelement'] = 'Διαγραφή στοιχείου'; 48 | $string['deleteelementconfirm'] = 'Είστε βέβαιοι ότι θέλετε να διαγράψετε το στοιχείο \'{$ a}\';'; 49 | $string['deletepageconfirm'] = 'Είστε βέβαιοι ότι θέλετε να διαγράψετε αυτήν τη σελίδα πιστοποιητικού;'; 50 | $string['deletetemplateconfirm'] = 'Είστε βέβαιοι ότι θέλετε να διαγράψετε το πρότυπο πιστοποιητικού \'{$ a}\' και όλα τα σχετικά δεδομένα; Αυτή η πράξη δε μπορεί να αναιρεθεί.'; 51 | $string['duplicate'] = 'Κλωνοποίηση'; 52 | $string['duplicatetemplateconfirm'] = 'Είστε βέβαιοι ότι θέλετε να κλωνοποιήσετε το πρότυπο \'{$ a}\';'; 53 | $string['editcertificate'] = 'Επεξεργασία πιστοποιητικού \'{$a}\\'; 54 | $string['editcontent'] = 'Επεξεργασία περιεχομένου'; 55 | $string['editdetails'] = 'Επεξεργασία λεπτομερειών'; 56 | $string['editelement'] = 'Επεξεργασία \'{$a}\\'; 57 | $string['editelementname'] = 'Επεξεργασία ονόματος στοιχείου'; 58 | $string['editpage'] = 'Επεξεργασία σελίδας {$a}'; 59 | $string['edittemplatename'] = 'Επεξεργασία ονόματος προτύπου'; 60 | $string['elementname'] = 'Όνομα στοιχείου'; 61 | $string['elementname_help'] = 'Αυτό θα είναι το όνομα που χρησιμοποιείται για την αναγνώριση αυτού του στοιχείου κατά την επεξεργασία ενός πιστοποιητικού. Σημειώστε ότι αυτό δεν θα εμφανιστεί στο PDF.'; 62 | $string['elementwidth'] = 'Πλάτος, mm'; 63 | $string['elementwidth_help'] = 'Καθορίστε το πλάτος του στοιχείου. Το μηδέν (0) σημαίνει ότι δεν υπάρχει περιορισμός πλάτους.'; 64 | $string['entitycertificate'] = 'Πιστοποιητικό'; 65 | $string['entitycertificateissues'] = 'Αντίτυπα πιστοποιητικών'; 66 | $string['eventcertificateissued'] = 'Πιστοποιητικό που εκδόθηκε'; 67 | $string['eventcertificaterevoked'] = 'Το πιστοποιητικό ανακλήθηκε'; 68 | $string['eventcertificateverified'] = 'Το πιστοποιητικό επαληθεύτηκε'; 69 | $string['eventtemplatecreated'] = 'Το πρότυπο δημιουργήθηκε'; 70 | $string['eventtemplatedeleted'] = 'Το πρότυπο διαγράφηκε'; 71 | $string['eventtemplateupdated'] = 'Το πρότυπο ενημερώθηκε'; 72 | $string['expired'] = 'Έχει λήξει'; 73 | $string['expires'] = 'Λήγει στις'; 74 | $string['font'] = 'Γραμματοσειρά'; 75 | $string['font_help'] = 'Η γραμματοσειρά που χρησιμοποιείται κατά τη δημιουργία αυτού του στοιχείου.'; 76 | $string['fontcolour'] = 'Χρώμα'; 77 | $string['fontcolour_help'] = 'Το χρώμα της γραμματοσειράς.'; 78 | $string['fontsize'] = 'Μέγεθος, pt'; 79 | $string['fontsize_help'] = 'Το μέγεθος της γραμματοσειράς σε σημεία (pt).'; 80 | $string['hideshow'] = 'Απόκρυψη/εμφάνιση'; 81 | $string['invalidcolour'] = 'Επιλέχθηκε μη έγκυρο χρώμα. Καταχωρίστε ένα έγκυρο όνομα χρώματος HTML ή ένα εξαψήφιο ή τριψήφιο δεκαεξαδικό χρώμα.'; 82 | $string['invalidelementwidth'] = 'Εισαγάγετε έναν θετικό αριθμό.'; 83 | $string['invalidheight'] = 'Το ύψος πρέπει να είναι ένας έγκυρος αριθμός μεγαλύτερος από 0.'; 84 | $string['invalidmargin'] = 'Το περιθώριο πρέπει να είναι ένας έγκυρος αριθμός μεγαλύτερος από 0.'; 85 | $string['invalidposition'] = 'Επιλέξτε ένα θετικό αριθμό για τη θέση {$ a}.'; 86 | $string['invalidwidth'] = 'Το πλάτος πρέπει να είναι ένας έγκυρος αριθμός μεγαλύτερος από 0.'; 87 | $string['issuecertificates'] = 'Έκδοση νέων πιστοποιητικών'; 88 | $string['issuedon'] = 'Εκδόθηκε στις'; 89 | $string['issuenewcertificate'] = 'Εκδώστε νέο πιστοποιητικό από αυτό το πρότυπο'; 90 | $string['issuenewcertificates'] = 'Έκδοση νέων πιστοποιητικών'; 91 | $string['issuenotallowed'] = 'Δεν επιτρέπεται να εκδίδετε πιστοποιητικά από αυτό το πρότυπο.'; 92 | $string['issueormangenotallowed'] = 'Δεν επιτρέπεται να εκδίδετε ή να διαχειρίζεστε πιστοποιητικά από αυτό το πρότυπο.'; 93 | $string['leftmargin'] = 'Αριστερό περιθώριο, mm'; 94 | $string['leftmargin_help'] = 'Αυτό είναι το αριστερό περιθώριο του πιστοποιητικού PDF σε mm.'; 95 | $string['manageelementplugins'] = 'Διαχείριση πρόσθετων στοιχείων πιστοποιητικού'; 96 | $string['managetemplates'] = 'Διαχείριση προτύπων πιστοποιητικών'; 97 | $string['mycertificates'] = 'Τα πιστοποιητικά μου'; 98 | $string['mycertificatesdescription'] = 'Αυτά είναι τα πιστοποιητικά που έχετε εκδώσει είτε με ηλεκτρονικό ταχυδρομείο είτε χειροκίνητα.'; 99 | $string['name'] = 'Όνομα'; 100 | $string['nametoolong'] = 'Έχετε υπερβεί το μέγιστο επιτρεπόμενο μήκος για το όνομα'; 101 | $string['noimage'] = 'Χωρίς εικόνα'; 102 | $string['noissueswerecreated'] = 'Δεν δημιουργήθηκαν αντίτυπα'; 103 | $string['notverified'] = 'Δεν επαληθεύεται'; 104 | $string['oneissuewascreated'] = 'Δημιουργήθηκε ένα αντίτυπο'; 105 | $string['outcomecertificate'] = 'Έκδοση πιστοποιητικού'; 106 | $string['outcomecertificatedescription'] = 'Έκδοση του πιστοποιητικού \'{$a}\' στους χρήστες'; 107 | $string['page'] = 'Σελίδα {$a}'; 108 | $string['pageheight'] = 'Ύψος σελίδας, mm'; 109 | $string['pageheight_help'] = 'Αυτό είναι το ύψος του πιστοποιητικού PDF σε mm. Σημιώστε ότι μία κόλα A4 έχει ύψος 297mm και μία κόλα Letter 279mm.'; 110 | $string['pagewidth'] = 'Πλάτος σελίδας, mm'; 111 | $string['pagewidth_help'] = 'Αυτό είναι το πλάτος του πιστοποιητικού PDF σε mm. Σημειώστε ότι μία κόλα A4 έχει πλάτος 210 mm και μία κόλα Letter 216 mm.'; 112 | $string['pluginname'] = 'Πιστοποιητικό'; 113 | $string['posx'] = 'Θέση X, mm'; 114 | $string['posx_help'] = 'Αυτή είναι η θέση σε mm από την επάνω αριστερή γωνία που θέλετε το σημείο αναφοράς του στοιχείου να εντοπίσει στην κατεύθυνση Χ.'; 115 | $string['posy'] = 'Θέση Ψ, mm'; 116 | $string['posy_help'] = 'Αυτή είναι η θέση σε mm από την επάνω αριστερή γωνία που θέλετε το σημείο αναφοράς του στοιχείου να εντοπίσει στην κατεύθυνση Ψ.'; 117 | $string['privacy:metadata:tool_certificate:issues'] = 'Η λίστα των πιστοποιητικών που εκδόθηκαν'; 118 | $string['privacy:metadata:tool_certificate_issues:code'] = 'Ο κωδικός που ανήκει στο πιστοποιητικό'; 119 | $string['privacy:metadata:tool_certificate_issues:expires'] = 'Η χρονική σφραγίδα όταν λήξει το πιστοποιητικό. Χρησιμοποιήστε το 0 αν δεν λήγει.'; 120 | $string['privacy:metadata:tool_certificate_issues:templateid'] = 'Το αναγνωριστικό (ID) του πιστοποιητικού'; 121 | $string['privacy:metadata:tool_certificate_issues:timecreated'] = 'Η ώρα που εκδόθηκε το πιστοποιητικό'; 122 | $string['privacy:metadata:tool_certificate_issues:userid'] = 'Το αναγνωριστικό (ID) του χρήστη στον οποίο εκδόθηκε το πιστοποιητικό'; 123 | $string['receiveddate'] = 'Απονεμήθηκε στις'; 124 | $string['reg_wpcertificates'] = 'Αριθμός πιστοποιητικών ({$ a})'; 125 | $string['reg_wpcertificatesissues'] = 'Αριθμός πιστοποιητικών που εκδόθηκαν ({$ a})'; 126 | $string['revoke'] = 'Ανάκληση'; 127 | $string['revokecertificateconfirm'] = 'Είστε βέβαιοι ότι θέλετε να ανακαλέσετε αυτό το αντίτυπο πιστοποιητικού από αυτόν τον χρήστη;'; 128 | $string['rightmargin'] = 'Δεξί περιθώριο, mm'; 129 | $string['rightmargin_help'] = 'Αυτό είναι το δεξί περιθώριο του πιστοποιητικού PDF σε mm.'; 130 | $string['selectcertificate'] = 'Επιλογή πιστοποιητικού'; 131 | $string['selectuserstoissuecertificatefor'] = 'Επιλογή χρήστν για να εκδώσετε πιστοποιητικό'; 132 | $string['shared'] = 'Κοινό ανάμεσα στους τομείς'; 133 | $string['subplugintype_certificateelement_plural'] = 'Πρόσθετα στοιχείων'; 134 | $string['toomanycertificatestoshow'] = 'Πάρα πολλά πιστοποιητικά ({$ a}) για εμφάνιση'; 135 | $string['type'] = 'Πληκτρολογήστε'; 136 | $string['uploadimage'] = 'Φόρτωση εικόνας'; 137 | $string['valid'] = 'Έγκυρο'; 138 | $string['verified'] = 'Επαληθεύτηκε'; 139 | $string['verify'] = 'Επαλήθευση'; 140 | $string['verifycertificates'] = 'Επαλήθευση πιστοποιητικών'; 141 | $string['verifynotallowed'] = 'Δεν έχετε το δικαίωμα να επαληθεύετε πιστοποιητικά.'; 142 | $string['viewcertificate'] = 'Εμφάνιση πιστοποιητικού'; 143 | -------------------------------------------------------------------------------- /ar/tool_certificate.php: -------------------------------------------------------------------------------- 1 | . 16 | 17 | /** 18 | * Strings for component 'tool_certificate', language 'ar_wp', version '3.11'. 19 | * 20 | * @package tool_certificate 21 | * @category string 22 | * @copyright 1999 Martin Dougiamas and contributors 23 | * @license https://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later 24 | */ 25 | 26 | defined('MOODLE_INTERNAL') || die(); 27 | 28 | $string['addcertpage'] = 'إضافة صفحة'; 29 | $string['addelement'] = 'إضافة عنصر'; 30 | $string['addelementwithname'] = 'إضافة عنصر \'{$a}\''; 31 | $string['aissueswerecreated'] = 'تم إصدارالشهادات {$a}'; 32 | $string['aligncentre'] = 'إلى الوسط'; 33 | $string['alignleft'] = 'لليسار'; 34 | $string['alignment'] = 'محاذاة النص'; 35 | $string['alignment_help'] = 'تعني المحاذاة اليمنى للنص أن إحداثيات العنصر (الموضع س والموضع ص) ستشير إلى الركن الأيمن العلوي من مربع النص ، وفي المحاذاة الوسطية ستشير إلى الجزء العلوي الأوسط وفي المحاذاة اليسرى إلى الزاوية اليسرى العليا'; 36 | $string['alignright'] = 'لليمين'; 37 | $string['availableincourses'] = 'متوفر في الفئات الفرعية و الحقائب التدريبية'; 38 | $string['availableincourses_help'] = 'في حال تمكين هذا الخيار، سيتمكن المستخدمون (الذين لديهم إمكانيات الإصدار) من استخدام هذا القالب في كل حقيبة تدريبية داخل الفئة المحددة و الحقائب التدريبية داخل فئاتها الفرعية أيضًا. و في حال تم تعطيل هذا الخيار، فسيكون هذا القالب متاحًا حصريًا للمستخدمين الذين لديهم إمكانيات إصدار في الفئة المحددة.'; 39 | $string['certificate'] = 'شهادة'; 40 | $string['certificate:image'] = 'إدارة صور الشهادة'; 41 | $string['certificate:issue'] = 'إصدار الشهادة للمستخدمين'; 42 | $string['certificate:manage'] = 'إدارة الشهادات'; 43 | $string['certificate:verify'] = 'تحقق من أي شهادات'; 44 | $string['certificate:viewallcertificates'] = 'عرض جميع قوالب الشهادات والشهادات الممنوحة للمستأجر الحالي'; 45 | $string['certificate_customfield'] = 'الحقول المخصصة للشهادات'; 46 | $string['certificatecopy'] = '{$a} (نسخة)'; 47 | $string['certificateimages'] = 'صور الشهادة'; 48 | $string['certificates'] = 'شهادات'; 49 | $string['certificatesissued'] = 'الشهادات الممنوحة'; 50 | $string['certificatesissues'] = 'إصدارات الشهادات'; 51 | $string['certificatetemplate'] = 'قالب الشهادة'; 52 | $string['certificatetemplatename'] = 'اسم قالب الشهادة'; 53 | $string['certificatetemplates'] = 'قوالب الشهادة'; 54 | $string['changeelementsequence'] = 'تقدم إلى الأمام أو العودة للخلف'; 55 | $string['code'] = 'كود'; 56 | $string['codewithlink'] = 'الرمز مع الرابط'; 57 | $string['coursecategorywithlink'] = 'فئة الحقيبة التدريبية مع الرابط'; 58 | $string['createtemplate'] = 'قالب شهادة جديد'; 59 | $string['customfield_previewvalue'] = 'معاينة القيمة'; 60 | $string['customfield_previewvalue_help'] = 'القيمة المعروضة عند معاينة نموذج الشهادة'; 61 | $string['customfield_visible'] = 'ظاهر'; 62 | $string['customfield_visible_help'] = 'السماح لتحديد هذا الحقل في نموذج الشهادة'; 63 | $string['customfieldsettings'] = 'إعدادات الحقول المخصصة للشهادة الشائعة'; 64 | $string['deleteelement'] = 'حذف العنصر'; 65 | $string['deleteelementconfirm'] = 'هل أنت متأكد من أنك تريد حذف العنصر \'{$a}\'؟'; 66 | $string['deletepage'] = 'حذف الصفحة'; 67 | $string['deletepageconfirm'] = 'هل أنت متأكد أنك تريد حذف صفحة الشهادة هذه؟'; 68 | $string['deletetemplateconfirm'] = 'هل أنت متأكد من أنك تريد حذف نموذج الشهادة \'{$a}\' وجميع البيانات المرتبطة به؟ لا يمكن التراجع عن هذا الإجراء.'; 69 | $string['demotmpl'] = 'القالب التجريبي للشهادة'; 70 | $string['demotmplawardedon'] = 'مُنحت في'; 71 | $string['demotmplawardedto'] = 'مُنحت هذه الشهادة في'; 72 | $string['demotmplbackground'] = 'صورة الخلفية'; 73 | $string['demotmplcoursefullname'] = 'الاسم الكامل للحقيبة التدريبية'; 74 | $string['demotmpldirector'] = 'مدير المدرسة'; 75 | $string['demotmplforcompleting'] = 'لإكمال الحقيبة التدريبية'; 76 | $string['demotmplissueddate'] = 'تاريخ الإصدار'; 77 | $string['demotmplqrcode'] = 'رمز QR'; 78 | $string['demotmplsignature'] = 'التوقيع'; 79 | $string['demotmplusername'] = 'اسم المستخدم'; 80 | $string['duplicate'] = 'مكرر'; 81 | $string['duplicatetemplateconfirm'] = 'هل أنت متأكد من أنك تريد تكرار القالب \'{$a}\'؟'; 82 | $string['editcertificate'] = 'تعديل الشهادة \'{$a}\''; 83 | $string['editcontent'] = 'تعديل المحتوى'; 84 | $string['editdetails'] = 'تعديل التفاصيل'; 85 | $string['editelement'] = 'تعديل \'{$a}\''; 86 | $string['editelementname'] = 'تعديل اسم العنصر'; 87 | $string['editpage'] = 'تعديل الصفحة {$a}'; 88 | $string['edittemplatename'] = 'تعديل اسم القالب'; 89 | $string['elementname'] = 'اسم العنصر'; 90 | $string['elementname_help'] = 'سيكون هذا هو الاسم المستخدم لتحديد هذا العنصر عند تعديل الشهادة. لاحظ أن هذا لن يتم عرضه على PDF.'; 91 | $string['elementwidth'] = 'العرض'; 92 | $string['elementwidth_help'] = 'حدد عرض العنصر. الصفر (0) يعني عدم وجود قيود على العرض.'; 93 | $string['entitycertificate'] = 'شهادة'; 94 | $string['entitycertificateissue'] = 'إصدار الشهادة'; 95 | $string['entitycertificateissues'] = 'إصدارات الشهادة'; 96 | $string['errornopermissionissuecertificate'] = 'ليس لديك الصلاحية لإصدار هذه الشهادة'; 97 | $string['eventcertificateissued'] = 'تم إصدار الشهادة'; 98 | $string['eventcertificaterevoked'] = 'تم إبطال الشهادة'; 99 | $string['eventcertificateverified'] = 'تم التحقق من الشهادة'; 100 | $string['eventtemplatecreated'] = 'تم إنشاء النموذج'; 101 | $string['eventtemplatedeleted'] = 'تم حذف القالب'; 102 | $string['eventtemplateupdated'] = 'تم تحديث القالب'; 103 | $string['expired'] = 'انتهت الصلاحية'; 104 | $string['expiredcertificate'] = 'انتهت صلاحية هذه الشهادة'; 105 | $string['expires'] = 'تنتهي صلاحيته في'; 106 | $string['font'] = 'الخط'; 107 | $string['font_help'] = 'الخط المستخدم عند إنشاء هذا العنصر.'; 108 | $string['fontcolour'] = 'اللون'; 109 | $string['fontcolour_help'] = 'لون الخط'; 110 | $string['fontsize'] = 'الحجم'; 111 | $string['fontsize_help'] = 'حجم الخط بالنقاط.'; 112 | $string['hideshow'] = 'إخفاء / عرض'; 113 | $string['invalidcolour'] = 'اللون غير صالح المختار. الرجاء إدخال اسم ألوان HTML صالح أو لون سداسي عشري مكون من ستة أرقام أو ثلاثة أرقام.'; 114 | $string['invalidelementwidth'] = 'الرجاء إدخال رقم موجب.'; 115 | $string['invalidheight'] = 'يجب أن يكون الارتفاع رقمًا صالحًا أكبر من 0.'; 116 | $string['invalidmargin'] = 'يجب أن يكون الهامش رقمًا صالحًا أكبر من 0.'; 117 | $string['invalidposition'] = 'يرجى تحديد رقم موجب للموضع {$a}.'; 118 | $string['invalidwidth'] = 'يجب أن يكون العرض رقمًا صالحًا أكبر من 0.'; 119 | $string['issuecertificates'] = 'إصدار شهادات'; 120 | $string['issuedon'] = 'الصادر في'; 121 | $string['issuenewcertificate'] = 'إصدار شهادة من هذا القالب'; 122 | $string['issuenewcertificates'] = 'إصدار شهادات جديدة'; 123 | $string['issuenotallowed'] = 'غير مسموح لك بإصدار شهادات من هذا القالب.'; 124 | $string['issueormangenotallowed'] = 'غير مسموح لك بإصدار شهادات من هذا القالب أو إدارته.'; 125 | $string['leftmargin'] = 'الهامش الأيسر'; 126 | $string['leftmargin_help'] = 'هذا هو الهامش الأيسر للشهادة بصيغة PDF بالملم'; 127 | $string['manageelementplugins'] = 'إدارة ملحقات عنصر الشهادة'; 128 | $string['managetemplates'] = 'إدارة قوالب الشهادة'; 129 | $string['mappingerrorcertificateheader'] = 'بعض قوالب الشهادات غير موجودة'; 130 | $string['mappingerrorcertificatelog'] = 'لم يتم العثور على الشهادة {$a}'; 131 | $string['messageprovider:certificateissued'] = 'تم استلام الشهادة'; 132 | $string['milimeter'] = 'ملم'; 133 | $string['mycertificates'] = 'شهاداتي'; 134 | $string['mycertificatesdescription'] = 'هذه هي الشهادات التي تم إصدارها إما عن طريق البريد الإلكتروني أو التنزيل يدويًا.'; 135 | $string['name'] = 'الاسم'; 136 | $string['nametoolong'] = 'لقد تجاوزت الحد الأقصى للطول المسموح به للاسم'; 137 | $string['noimage'] = 'لا توجد صورة'; 138 | $string['noissueswerecreated'] = 'لم يتم انشاء اي اصدارات'; 139 | $string['nopermissionform'] = 'ليس لديك الصلاحية للوصول إلى هذا النموذج'; 140 | $string['notificationmsgcertificateissued'] = 'مرحبًا {$a->fullname} ،

شهادتك متاحة! ستجدها هنا: 141 | شهاداتي '; 142 | $string['notificationsubjectcertificateissued'] = 'شهادتك متاحة!'; 143 | $string['notverified'] = 'لم يتم التحقق منه'; 144 | $string['numberofpages'] = 'عدد الصفحات'; 145 | $string['oneissuewascreated'] = 'تم انشاء اصدار واحد'; 146 | $string['outcomecertificate'] = 'شهادة الإصدار'; 147 | $string['outcomecertificatedescription'] = 'إصدار شهادة \'{$a}\' للمستخدمين'; 148 | $string['page'] = 'الصفحة {$a}'; 149 | $string['pageheight'] = 'ارتفاع الصفحة'; 150 | $string['pageheight_help'] = 'هذا يمثل ارتفاع شهادة بصغة الـPDF بالملم. كمرجع، الورقة بحجم A4 يبلغ إرتفاعها 279 ملم والورقة بحجم الرسالة يبلغ إرتفاعها 279 ملم.'; 151 | $string['pagewidth'] = 'عرض الصفحة'; 152 | $string['pagewidth_help'] = 'هذا يمثل عرض شهادة بصغة الـPDF بالملم. كمرجع، الورقة بحجم A4 يبلغ إرتفاعها 210 ملم والورقة بحجم الرسالة يبلغ إرتفاعها 216 ملم.'; 153 | $string['pluginname'] = 'أداة الشهادة'; 154 | $string['point'] = 'نقطة'; 155 | $string['posx'] = 'موضع X'; 156 | $string['posx_help'] = 'هذا هو الموضع بالملم من الزاوية اليسرى العليا التي ترغب في تحديد موقع النقطة المرجعية للعنصر فيها في الاتجاه x.'; 157 | $string['posy'] = 'موضع Y'; 158 | $string['posy_help'] = 'هذا هو الموضع بالملم من الزاوية العلوية اليسرى التي ترغب في تحديد موقع النقطة المرجعية للعنصر فيها في الاتجاه y.'; 159 | $string['privacy:metadata:tool_certificate:issues'] = 'قائمة الشهادات الصادرة'; 160 | $string['privacy:metadata:tool_certificate_issues:code'] = 'الرمز الذي ينتمي إلى الشهادة'; 161 | $string['privacy:metadata:tool_certificate_issues:expires'] = 'الطابع الزمني عند انتهاء صلاحية الشهادة. 0 إذا لم تنتهي.'; 162 | $string['privacy:metadata:tool_certificate_issues:templateid'] = 'معرف الشهادة'; 163 | $string['privacy:metadata:tool_certificate_issues:timecreated'] = 'وقت إصدار الشهادة'; 164 | $string['privacy:metadata:tool_certificate_issues:userid'] = 'معرف المستخدم الذي تم إصدار الشهادة له'; 165 | $string['receiveddate'] = 'منحت على'; 166 | $string['reg_wpcertificates'] = 'عدد الشهادات ({$a})'; 167 | $string['reg_wpcertificatesissues'] = 'عدد الشهادات الصادرة ({$a})'; 168 | $string['regenerate'] = 'إعادة إنشاء'; 169 | $string['regeneratefileconfirm'] = 'هل أنت متأكد أنك تريد إعادة إنشاء الشهادة الصادرة لهذا المستخدم؟'; 170 | $string['regenerateissuefile'] = 'إعادة إنشاء إصدار الملف'; 171 | $string['revoke'] = 'سحب او إبطال'; 172 | $string['revokecertificateconfirm'] = 'هل تريد بالتأكيد إلغاء اصدار الشهادة هذه من هذا المستخدم؟'; 173 | $string['rightmargin'] = 'الهامش الأيمن'; 174 | $string['rightmargin_help'] = 'هذا هو الهامش الأيمن للشهادة بصيفة PDF بالملم.'; 175 | $string['selectcertificate'] = 'اختر الشهادة'; 176 | $string['selectuserstoissuecertificatefor'] = 'حدد المستخدمين لإصدار شهادة لهم'; 177 | $string['shared'] = 'مشترك'; 178 | $string['subplugintype_certificateelement_plural'] = 'إضافات العنصر'; 179 | $string['timecreated'] = 'وقت الإنشاء'; 180 | $string['toomanycertificatestoshow'] = 'هناك عدد كبير جدًا من الشهادات ({$a}) لإظهارها'; 181 | $string['type'] = 'اكتب'; 182 | $string['uploadimage'] = 'تحميل الصور'; 183 | $string['valid'] = 'صالح'; 184 | $string['validcertificate'] = 'هذه الشهادة صالحة'; 185 | $string['verified'] = 'متحقق منه'; 186 | $string['verify'] = 'تحقق من'; 187 | $string['verifycertificates'] = 'تحقق من الشهادات'; 188 | $string['verifynotallowed'] = 'غير مسموح لك بالتحقق من الشهادات.'; 189 | $string['viewcertificate'] = 'عرض الشهادة'; 190 | -------------------------------------------------------------------------------- /no/tool_certificate.php: -------------------------------------------------------------------------------- 1 | . 16 | 17 | /** 18 | * Strings for component 'tool_certificate', language 'no_wp', version '3.11'. 19 | * 20 | * @package tool_certificate 21 | * @category string 22 | * @copyright 1999 Martin Dougiamas and contributors 23 | * @license https://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later 24 | */ 25 | 26 | defined('MOODLE_INTERNAL') || die(); 27 | 28 | $string['addcertpage'] = 'Ny side'; 29 | $string['addelement'] = 'Legg til element'; 30 | $string['addelementwithname'] = 'Legg til \'{$a}\' element'; 31 | $string['aissueswerecreated'] = '{$a} kursbevistildelinger ble foretatt'; 32 | $string['aligncentre'] = 'Midtstilt'; 33 | $string['alignleft'] = 'Venstre'; 34 | $string['alignment'] = 'Tekstjustering'; 35 | $string['alignment_help'] = 'Høyrejustering av tekst betyr at elementkoordinater (Posisjon x og Posisjon Y) vil vise til øvre høyre hjørne av tekstboksen, midtjustering vil vise til senter topp og med venstrejustering til øvre venstre hjørne.'; 36 | $string['alignright'] = 'Høyre'; 37 | $string['availableincourses'] = 'Tilgjengelig i underkategorier og kurs'; 38 | $string['availableincourses_help'] = 'Ved å aktivere dette alternativet, vil brukere (med tildelingsrettigheter) kunne bruke denne malen i hvert kurs i den valgte kategorien og kursene i underkategoriene også. Hvis dette alternativet er deaktivert, vil denne malen være tilgjengelig utelukkende for brukere med tildelingsrettigheter i den valgte kategorien.'; 39 | $string['certificate'] = 'Kursbevis'; 40 | $string['certificate:image'] = 'Administrere kursbevisbilder'; 41 | $string['certificate:issue'] = 'Tildel kursbevis til brukere'; 42 | $string['certificate:manage'] = 'Administrer kursbevis'; 43 | $string['certificate:verify'] = 'Verifiser et kursbevis'; 44 | $string['certificate:viewallcertificates'] = 'Vis alle kursbevistildelinger og kursbevismaler'; 45 | $string['certificate_customfield'] = 'Tilpassede felt for kursbevis'; 46 | $string['certificatecopy'] = '{$a} (kopi)'; 47 | $string['certificateimages'] = 'Kursbevisbilder'; 48 | $string['certificates'] = 'Kursbevis'; 49 | $string['certificatesissued'] = 'Kursbevis tildelt'; 50 | $string['certificatesissues'] = 'Kursbevis tildelinger'; 51 | $string['certificatetemplate'] = 'Kursbevis-mal'; 52 | $string['certificatetemplatename'] = 'Navn på kursbevis-mal'; 53 | $string['certificatetemplates'] = 'Kursbevis-maler'; 54 | $string['changeelementsequence'] = 'Flytt til front eller flytt bakover'; 55 | $string['code'] = 'Kode'; 56 | $string['codewithlink'] = 'Kode med lenke'; 57 | $string['coursecategorywithlink'] = 'Kurskategori med lenke'; 58 | $string['createtemplate'] = 'Ny kursbevis-mal'; 59 | $string['customfield_previewvalue'] = 'Forhåndsvis verdi'; 60 | $string['customfield_previewvalue_help'] = 'Verdien vises når du forhåndsviser kursbevismalen'; 61 | $string['customfield_visible'] = 'Synlige'; 62 | $string['customfield_visible_help'] = 'Tillat å velge dette feltet på kursbevismalen'; 63 | $string['customfieldsettings'] = 'Innstillinger for vanlige felt for tilpassede kursbevis'; 64 | $string['deleteelement'] = 'Slett element'; 65 | $string['deleteelementconfirm'] = 'Er du sikker på at du ønsker å slette elementet \'{$a}\'?'; 66 | $string['deletepage'] = 'Slett side'; 67 | $string['deletepageconfirm'] = 'Er du sikker på at du vil slette denne kursbevissiden?'; 68 | $string['deletetemplateconfirm'] = 'Er du sikker på at du vil slette kursbevismalen \'{$a}\' og alle tilhørende data? Denne handlingen kan ikke angres.'; 69 | $string['demotmpl'] = 'Demomal for kursbevis'; 70 | $string['demotmplawardedon'] = 'Tildelt dato'; 71 | $string['demotmplawardedto'] = 'Dette kursbeviset tildeles'; 72 | $string['demotmplbackground'] = 'Bakgrunnsbilde'; 73 | $string['demotmplcoursefullname'] = 'Kursets fulle navn'; 74 | $string['demotmpldirector'] = 'Skoleleder'; 75 | $string['demotmplforcompleting'] = 'For fullføring av kurset'; 76 | $string['demotmplissueddate'] = 'Utstedt dato'; 77 | $string['demotmplqrcode'] = 'QR-kode'; 78 | $string['demotmplsignature'] = 'Signatur'; 79 | $string['demotmplusername'] = 'Brukers navn'; 80 | $string['duplicate'] = 'Dupliser'; 81 | $string['duplicatetemplateconfirm'] = 'Er du sikker på at du vil duplisere malen \'{$a}\'?'; 82 | $string['editcertificate'] = 'Endre kursbevis-mal \'{$a}\''; 83 | $string['editcontent'] = 'Rediger innhold'; 84 | $string['editdetails'] = 'Rediger detaljer'; 85 | $string['editelement'] = 'Rediger \'{$a}\''; 86 | $string['editelementname'] = 'Rediger elementnavn'; 87 | $string['editpage'] = 'Rediger side {$a}'; 88 | $string['edittemplatename'] = 'Rediger malnavn'; 89 | $string['elementname'] = 'Elementnavn'; 90 | $string['elementname_help'] = 'Dette vil bli det navnet som brukes til å identifisere dette elementet når det redigeres. Merk at dette ikke vises på en PDF.'; 91 | $string['elementwidth'] = 'Bredde'; 92 | $string['elementwidth_help'] = 'Angi bredden på elementet. 0 betyr at det ikke er noen breddebegrensning.'; 93 | $string['entitycertificate'] = 'Kursbevis'; 94 | $string['entitycertificateissue'] = 'Kursbevis tildelt'; 95 | $string['entitycertificateissues'] = 'Tildelte kursbevis'; 96 | $string['errornopermissionissuecertificate'] = 'Du har ikke tillatelse til å tildele dette kursbeviset'; 97 | $string['eventcertificateissued'] = 'Kursbevis tildelt'; 98 | $string['eventcertificaterevoked'] = 'Kursbeviset er trukket tilbake'; 99 | $string['eventcertificateverified'] = 'Kursbevis verifisert'; 100 | $string['eventtemplatecreated'] = 'Mal opprettet'; 101 | $string['eventtemplatedeleted'] = 'Mal slettet'; 102 | $string['eventtemplateupdated'] = 'Mal oppdatert'; 103 | $string['expired'] = 'Utløpt'; 104 | $string['expiredcertificate'] = 'Dette kursbeviset har utløpt'; 105 | $string['expires'] = 'Utløper den'; 106 | $string['font'] = 'Font'; 107 | $string['font_help'] = 'Fonten som brukes når dette elementet genereres.'; 108 | $string['fontcolour'] = 'Farge'; 109 | $string['fontcolour_help'] = 'Skriftfarge'; 110 | $string['fontsize'] = 'Størrelse'; 111 | $string['fontsize_help'] = 'Størrelsen på fonten i punkter.'; 112 | $string['hideshow'] = 'Skjul/vis'; 113 | $string['invalidcolour'] = 'Ugyldig farge angitt. Vennligst velg et gyldig HTML fargenavn, eller bruk en sekssifret, eller tresifret hexadesimal farge.'; 114 | $string['invalidelementwidth'] = 'Vennligst bruk et positivt tall'; 115 | $string['invalidheight'] = 'Høyde må være større enn 0'; 116 | $string['invalidmargin'] = 'Marginen må være større enn 0'; 117 | $string['invalidposition'] = 'Vennligst velg et positivt tall for plasseringen {$a}.'; 118 | $string['invalidwidth'] = 'Bredden må være større enn 0'; 119 | $string['issuecertificates'] = 'Tildel kursbevis'; 120 | $string['issuedon'] = 'Tildelt den'; 121 | $string['issuenewcertificate'] = 'Tildel kursbevis fra denne malen.'; 122 | $string['issuenewcertificates'] = 'Tildel nye kursbevis'; 123 | $string['issuenotallowed'] = 'Du har ikke tillatelse til å tildele kursbevis med denne malen.'; 124 | $string['issueormangenotallowed'] = 'Du har ikke tillatelse til å tildele kursbevis fra eller administrere denne malen.'; 125 | $string['leftmargin'] = 'Venstremarg'; 126 | $string['leftmargin_help'] = 'Dette er venstre marg på godkjenningens PDF i mm.'; 127 | $string['manageelementplugins'] = 'Administrer elementmoduler for kursbevis'; 128 | $string['managetemplates'] = 'Administrer kursbevismaler'; 129 | $string['mappingerrorcertificateheader'] = 'Noen kursbevismaler eksisterer ikke'; 130 | $string['mappingerrorcertificatelog'] = 'Kursbevis {$a} ble ikke funnet'; 131 | $string['messageprovider:certificateissued'] = 'Kursbevis mottatt'; 132 | $string['milimeter'] = 'mm'; 133 | $string['mycertificates'] = 'Mine kursbevis'; 134 | $string['mycertificatesdescription'] = 'Dette er kursbevis du er tildelt via e-post eller manuelt ved direkte nedlasting.'; 135 | $string['name'] = 'Navn'; 136 | $string['nametoolong'] = 'Du har skrevet inn et for langt navn.'; 137 | $string['noimage'] = 'Bilde mangler'; 138 | $string['noissueswerecreated'] = 'Ingen kursbevistildelinger'; 139 | $string['nopermissionform'] = 'Du har ikke tilgang til dette skjemaet.'; 140 | $string['notificationmsgcertificateissued'] = 'Hei {$a->fullname},

Kursbeviset ditt er nå tilgjengelig! Du finner det her: 141 | Mine kursbevis'; 142 | $string['notificationsubjectcertificateissued'] = 'Kursbeviset ditt er tilgjengelig!'; 143 | $string['notverified'] = 'Ikke verifisert'; 144 | $string['numberofpages'] = 'Antall sider'; 145 | $string['oneissuewascreated'] = 'En tildeling ble opprettet'; 146 | $string['outcomecertificate'] = 'Tildel kursbevis'; 147 | $string['outcomecertificatedescription'] = 'Tildel kursbevis \'{$a}\' til brukere'; 148 | $string['page'] = 'Side {$a}'; 149 | $string['pageheight'] = 'Sidehøyde'; 150 | $string['pageheight_help'] = 'Dette er høyden på kursbeviset i PDF i mm. Et A4-ark er 297mm høyt og Letter-formatet har en høyde på 279mm.'; 151 | $string['pagewidth'] = 'Sidebredde'; 152 | $string['pagewidth_help'] = 'Dette er bredden på kursbeviset i PDF i mm. Et A4-ark er 210mm bredt og Letter-formatet har en bredde på 216mm.'; 153 | $string['pluginname'] = 'Kursbevis-administrator'; 154 | $string['point'] = 'pt'; 155 | $string['posx'] = 'Posisjon X'; 156 | $string['posx_help'] = 'Dette er posisjonen i mm fra øvre venstre hjørne til referansepunktet i X-retningen.'; 157 | $string['posy'] = 'Posisjon Y'; 158 | $string['posy_help'] = 'Dette er posisjonen i mm fra øvre venstre hjørne til referansepunktet i Y-retningen.'; 159 | $string['privacy:metadata:tool_certificate:issues'] = 'Listen over tildelte kursbevis'; 160 | $string['privacy:metadata:tool_certificate_issues:code'] = 'Tilhørende kode for kursbeviset'; 161 | $string['privacy:metadata:tool_certificate_issues:expires'] = 'Datoen kursbeviset utløper. 0 betyr at det ikke er noen utløpsdato.'; 162 | $string['privacy:metadata:tool_certificate_issues:templateid'] = 'ID-en til kursbeviset'; 163 | $string['privacy:metadata:tool_certificate_issues:timecreated'] = 'Tidspunktet kursbeviset ble tildelt'; 164 | $string['privacy:metadata:tool_certificate_issues:userid'] = 'ID-en for brukeren som ble tildelt kursbeviset'; 165 | $string['receiveddate'] = 'Tildelt'; 166 | $string['reg_wpcertificates'] = 'Antall kursbevis ({$a})'; 167 | $string['reg_wpcertificatesissues'] = 'Antall tildelte kursbevis ({$a})'; 168 | $string['regenerate'] = 'Regenerer'; 169 | $string['regeneratefileconfirm'] = 'Er du sikker på at du vil regenerere kursbevistildelingen til denne brukeren?'; 170 | $string['regenerateissuefile'] = 'Regenerer tildelingsfil'; 171 | $string['revoke'] = 'Tilbakekall'; 172 | $string['revokecertificateconfirm'] = 'Er du sikker på at du vil trekke tilbake dette kursbeviset for denne brukeren?'; 173 | $string['rightmargin'] = 'Høyre marg'; 174 | $string['rightmargin_help'] = 'Dette er den høyre marginen i mm på kursbeviset i PDF.'; 175 | $string['selectcertificate'] = 'Velg kursbevis'; 176 | $string['selectuserstoissuecertificatefor'] = 'Velg brukere å tildele kursbevis til'; 177 | $string['shared'] = 'Delt'; 178 | $string['subplugintype_certificateelement_plural'] = 'Elementmoduler'; 179 | $string['timecreated'] = 'Opprettet'; 180 | $string['toomanycertificatestoshow'] = 'For mange kursbevis ({$a}) til at de kan vises'; 181 | $string['type'] = 'Type'; 182 | $string['uploadimage'] = 'Last opp bilde'; 183 | $string['valid'] = 'Gyldig'; 184 | $string['validcertificate'] = 'Dette kursbeviset er gyldig'; 185 | $string['verified'] = 'Verifisert'; 186 | $string['verify'] = 'Verifiser'; 187 | $string['verifycertificates'] = 'Verifiser kursbevis'; 188 | $string['verifynotallowed'] = 'Du har ikke lov til å verifisere kursbevis.'; 189 | $string['viewcertificate'] = 'Vis kursbevis'; 190 | --------------------------------------------------------------------------------