diff --git a/config/locales/de.yml b/config/locales/de.yml index 8499d705..2f64e551 100644 --- a/config/locales/de.yml +++ b/config/locales/de.yml @@ -161,3 +161,5 @@ de: wiki_pdf_header_info: Dieser Textblock wir auf der ersten Seite vor dem eigentlichen Inhalt der Wiki Seite in der PDF Ansicht angezeigt. Die Makros sind hier nur eingeschränkt einsetzbar. wiki_pdf_remove_attachments_info: Wenn aktiv, werden die an der Wiki Seite angehängten Dateien nicht in der PDF Ansicht angezeigt. wiki_pdf_remove_title_info: Wenn aktiv, wird der Wiki Titel nicht in der PDF Ansicht angezeigt. + label_help_integration: Online Hilfe Integration + label_access_token: Zugriffstoken diff --git a/config/locales/en.yml b/config/locales/en.yml index 2c5cadbc..8a458487 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -161,3 +161,5 @@ en: wiki_pdf_header_info: This text block will be displayed on the first page before the regular Wiki content in the PDF view. Macro use is very restricted, here. wiki_pdf_remove_attachments_info: When active the attached Wiki files will not be displayed in PDF view. wiki_pdf_remove_title_info: When active the Wiki title info will not be displayed in PDF view. + label_help_integration: Online help integration + label_access_token: Access token diff --git a/config/locales/fr.yml b/config/locales/fr.yml index ccc84d12..866b2cc4 100644 --- a/config/locales/fr.yml +++ b/config/locales/fr.yml @@ -161,3 +161,5 @@ fr: wiki_pdf_header_info: "Ce bloc de texte sera affiché sur la première page avant le contenu Wiki normal dans la vue PDF. L'utilisation des macros est très restreinte, ici." wiki_pdf_remove_attachments_info: "Lorsqu'ils sont actifs, les fichiers Wiki joints ne seront pas affichés en vue PDF." wiki_pdf_remove_title_info: "Lorsqu'elle est active, l'information sur le titre du wiki ne sera pas affichée dans la vue PDF." + label_help_integration: Online help integration + label_access_token: Access token diff --git a/config/locales/it.yml b/config/locales/it.yml index f07df6c0..7942b253 100644 --- a/config/locales/it.yml +++ b/config/locales/it.yml @@ -161,3 +161,5 @@ it: wiki_pdf_header_info: This text block will be displayed on the first page before the regular Wiki content in the PDF view. Macro use is very restricted, here. wiki_pdf_remove_attachments_info: "Quando è attivo, il Wiki file allegati non verranno visualizzati nella vista PDF." wiki_pdf_remove_title_info: "Quando è attivo, le informazioni sul titolo del Wiki non verranno visualizzate nella vista PDF." + label_help_integration: Online help integration + label_access_token: Access token diff --git a/config/locales/ja.yml b/config/locales/ja.yml index 1f6b5f85..01a84f08 100644 --- a/config/locales/ja.yml +++ b/config/locales/ja.yml @@ -161,3 +161,5 @@ ja: wiki_pdf_header_info: This text block will be displayed on the first page before the regular Wiki content in the PDF view. Macro use is very restricted, here. wiki_pdf_remove_attachments_info: When active the attached Wiki files will not be displayed in PDF view. wiki_pdf_remove_title_info: When active the Wiki title info will not be displayed in PDF view. + label_help_integration: Online help integration + label_access_token: Access token diff --git a/config/locales/zh-TW.yml b/config/locales/zh-TW.yml index fd6dd9d2..b7ec0598 100644 --- a/config/locales/zh-TW.yml +++ b/config/locales/zh-TW.yml @@ -161,3 +161,5 @@ wiki_pdf_header_info: "該訊息將顯示在PDF第一頁頁首。此處macros指令支援有限。" wiki_pdf_remove_attachments_info: "當啟用時,Wiki附件將不會顯示在PDF中。" wiki_pdf_remove_title_info: "當啟用時,Wiki標題訊息不會顯示在PDF中" + label_help_integration: Online help integration + label_access_token: Access token diff --git a/config/locales/zh.yml b/config/locales/zh.yml index 076621be..bcdcc517 100644 --- a/config/locales/zh.yml +++ b/config/locales/zh.yml @@ -161,3 +161,5 @@ zh: wiki_pdf_header_info: 该文本快将显示在 PDF 视图中的常规 WIKI 内容之前的第一页上。此处宏命令的使用非常有限。 wiki_pdf_remove_attachments_info: 当启用时,WIKI 附件将不会显示在PDF视图中。 wiki_pdf_remove_title_info: 当启用时,WIKI 标题信息将不会显示在PDF视图中。 + label_help_integration: Online help integration + label_access_token: Access token