mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-12 19:38:49 +00:00
add per-plugin language files
This commit is contained in:
parent
32063986f5
commit
887fcdbd3e
840 changed files with 10332 additions and 0 deletions
18
impressum/lang/ca/strings.php
Normal file
18
impressum/lang/ca/strings.php
Normal file
|
@ -0,0 +1,18 @@
|
|||
<?php
|
||||
|
||||
$a->strings["Impressum"] = "Impressum";
|
||||
$a->strings["Site Owner"] = "Propietari del lloc";
|
||||
$a->strings["Email Address"] = "Adreça de correu";
|
||||
$a->strings["Postal Address"] = "Adreça postal";
|
||||
$a->strings["The impressum addon needs to be configured!<br />Please add at least the <tt>owner</tt> variable to your config file. For other variables please refer to the README file of the addon."] = "El complement impressum s'ha de configurar!<br />Si us plau afegiu almenys la variable <tt>propietari </tt> al fitxer de configuració. Per a les altres variables, consulteu el fitxer README del complement.";
|
||||
$a->strings["Settings updated."] = "Ajustos actualitzats.";
|
||||
$a->strings["Submit"] = "Enviar";
|
||||
$a->strings["The page operators name."] = "Nom de la pàgina del gestor.";
|
||||
$a->strings["Site Owners Profile"] = "Perfil del Propietari del Lloc";
|
||||
$a->strings["Profile address of the operator."] = "Adreça del perfil del gestor.";
|
||||
$a->strings["How to contact the operator via snail mail. You can use BBCode here."] = "Com posar-se en contacte amb l'operador a través de correu postal. Vostè pot utilitzar BBCode aquí.";
|
||||
$a->strings["Notes"] = "Notes";
|
||||
$a->strings["Additional notes that are displayed beneath the contact information. You can use BBCode here."] = "Notes addicionals que es mostren sota de la informació de contacte. Vostè pot usar BBCode aquí.";
|
||||
$a->strings["How to contact the operator via email. (will be displayed obfuscated)"] = "Com contactar amb el gestor via correu electronic. ( es visualitzara ofuscat)";
|
||||
$a->strings["Footer note"] = "Nota a peu de pàgina";
|
||||
$a->strings["Text for the footer. You can use BBCode here."] = "Text pel peu de pàgina. Pots emprar BBCode aquí.";
|
18
impressum/lang/cs/strings.php
Normal file
18
impressum/lang/cs/strings.php
Normal file
|
@ -0,0 +1,18 @@
|
|||
<?php
|
||||
|
||||
$a->strings["Impressum"] = "Impressum";
|
||||
$a->strings["Site Owner"] = "Vlastník webu";
|
||||
$a->strings["Email Address"] = "E-mailová adresa";
|
||||
$a->strings["Postal Address"] = "Poštovní adresa";
|
||||
$a->strings["The impressum addon needs to be configured!<br />Please add at least the <tt>owner</tt> variable to your config file. For other variables please refer to the README file of the addon."] = "Doplněk Impressum musí být nakonfigurován!<br/>Prosím, přidejte alespoň proměnnou <tt>owner</tt> do konfiguračního souboru. Pro nastavení ostatních proměnných se seznamte s nápovědou v souboru README tohoto doplňku.";
|
||||
$a->strings["Settings updated."] = "Nastavení aktualizováno.";
|
||||
$a->strings["Submit"] = "Odeslat";
|
||||
$a->strings["The page operators name."] = "Jméno operátora stránky.";
|
||||
$a->strings["Site Owners Profile"] = "Profil majitele webu";
|
||||
$a->strings["Profile address of the operator."] = "Profilová addresa operátora.";
|
||||
$a->strings["How to contact the operator via snail mail. You can use BBCode here."] = "Jak kontaktovat operátora prostřednictvím klasické pošty. Zde můžete použít BBCode.";
|
||||
$a->strings["Notes"] = "Poznámky";
|
||||
$a->strings["Additional notes that are displayed beneath the contact information. You can use BBCode here."] = "Další poznámky, které jsou zobrazeny pod kontaktními informacemi. Zde můžete použít BBCode.";
|
||||
$a->strings["How to contact the operator via email. (will be displayed obfuscated)"] = "Jak konktaktovat operátora přes mail. (bude zobrazen \"zmateně\")";
|
||||
$a->strings["Footer note"] = "Poznámka v zápatí";
|
||||
$a->strings["Text for the footer. You can use BBCode here."] = "Text pro zápatí. Zde můžete použít BBCode.";
|
18
impressum/lang/de/strings.php
Normal file
18
impressum/lang/de/strings.php
Normal file
|
@ -0,0 +1,18 @@
|
|||
<?php
|
||||
|
||||
$a->strings["Impressum"] = "Impressum";
|
||||
$a->strings["Site Owner"] = "Betreiber der Seite";
|
||||
$a->strings["Email Address"] = "Email Adresse";
|
||||
$a->strings["Postal Address"] = "Postalische Anschrift";
|
||||
$a->strings["The impressum addon needs to be configured!<br />Please add at least the <tt>owner</tt> variable to your config file. For other variables please refer to the README file of the addon."] = "Das Impressums-Plugin muss noch konfiguriert werden.<br />Bitte gebe mindestens den <tt>Betreiber</tt> in der Konfiguration an. Alle weiteren Parameter werden in der README-Datei des Addons erläutert.";
|
||||
$a->strings["Settings updated."] = "Einstellungen aktualisiert.";
|
||||
$a->strings["Submit"] = "Senden";
|
||||
$a->strings["The page operators name."] = "Name des Serveradministrators";
|
||||
$a->strings["Site Owners Profile"] = "Profil des Seitenbetreibers";
|
||||
$a->strings["Profile address of the operator."] = "Profil-Adresse des Serveradministrators";
|
||||
$a->strings["How to contact the operator via snail mail. You can use BBCode here."] = "Kontaktmöglichkeiten zum Administrator via Schneckenpost. Du kannst BBCode verwenden.";
|
||||
$a->strings["Notes"] = "Hinweise";
|
||||
$a->strings["Additional notes that are displayed beneath the contact information. You can use BBCode here."] = "Zusätzliche Informationen die neben den Kontaktmöglichkeiten angezeigt werden. Du kannst BBCode verwenden.";
|
||||
$a->strings["How to contact the operator via email. (will be displayed obfuscated)"] = "Wie man den Betreiber per Email erreicht. (Adresse wird verschleiert dargestellt)";
|
||||
$a->strings["Footer note"] = "Fußnote";
|
||||
$a->strings["Text for the footer. You can use BBCode here."] = "Text für die Fußzeile. Du kannst BBCode verwenden.";
|
18
impressum/lang/eo/strings.php
Normal file
18
impressum/lang/eo/strings.php
Normal file
|
@ -0,0 +1,18 @@
|
|||
<?php
|
||||
|
||||
$a->strings["Impressum"] = "Kolofono";
|
||||
$a->strings["Site Owner"] = "Proprietulo de la paĝo";
|
||||
$a->strings["Email Address"] = "Retpoŝta Adreso";
|
||||
$a->strings["Postal Address"] = "Poŝta Adreso";
|
||||
$a->strings["The impressum addon needs to be configured!<br />Please add at least the <tt>owner</tt> variable to your config file. For other variables please refer to the README file of the addon."] = "La kolofono (impressum) kromprogramo bezonas agordojn!<br />Bonvolu aldoni minimume la <tt>owner</tt> variablon al via agorda dosiero. Por aliaj variabloj, bonvolu legi la README dosieron de la kromprogramo.";
|
||||
$a->strings["Settings updated."] = "Agordoj ĝisdatigita.";
|
||||
$a->strings["Submit"] = "Sendi";
|
||||
$a->strings["The page operators name."] = "La nomo de la funkciigisto de la retejo.";
|
||||
$a->strings["Site Owners Profile"] = "Profilo de la Proprietulo de la Retejo";
|
||||
$a->strings["Profile address of the operator."] = "La profilo de la funkciigisto de la retejo.";
|
||||
$a->strings["How to contact the operator via snail mail. You can use BBCode here."] = "Kiel poŝte kontakti la funkciigisto de la retejo. Vi eblas uzi BBCode ĉi tie.";
|
||||
$a->strings["Notes"] = "Notoj";
|
||||
$a->strings["Additional notes that are displayed beneath the contact information. You can use BBCode here."] = "Pli da notoj kiuj aperas sub la kontaktinformoj. Vi eblas uzi BBCode ĉi tie.";
|
||||
$a->strings["How to contact the operator via email. (will be displayed obfuscated)"] = "Kiel kontakti la funkciigiston de la retejo per retpoŝto. (montriĝos vuale) ";
|
||||
$a->strings["Footer note"] = "Paĝpiednoto";
|
||||
$a->strings["Text for the footer. You can use BBCode here."] = "Teksto por la paĝpiedo. Vie eblas uzi BBCode ĉi tie.";
|
18
impressum/lang/es/strings.php
Normal file
18
impressum/lang/es/strings.php
Normal file
|
@ -0,0 +1,18 @@
|
|||
<?php
|
||||
|
||||
$a->strings["Impressum"] = "Términos y Política del sitio";
|
||||
$a->strings["Site Owner"] = "Propietario";
|
||||
$a->strings["Email Address"] = "Dirección de correo";
|
||||
$a->strings["Postal Address"] = "Dirección";
|
||||
$a->strings["The impressum addon needs to be configured!<br />Please add at least the <tt>owner</tt> variable to your config file. For other variables please refer to the README file of the addon."] = "Impressum necesita ser configurado.<br />Por favor añade al menos la variable <tt>propietario<tt> a tu archivo de configuración. Para otras variables lee el archivo README.";
|
||||
$a->strings["Settings updated."] = "Configuración actualizada.";
|
||||
$a->strings["Submit"] = "Envíar";
|
||||
$a->strings["The page operators name."] = "Nombre del operador de la página.";
|
||||
$a->strings["Site Owners Profile"] = "Perfil del propietario del sitio";
|
||||
$a->strings["Profile address of the operator."] = "Dirección del perfil del operador.";
|
||||
$a->strings["How to contact the operator via snail mail. You can use BBCode here."] = "Cómo contactar con el operador vía correo postal. BBCode permitido.";
|
||||
$a->strings["Notes"] = "Notas";
|
||||
$a->strings["Additional notes that are displayed beneath the contact information. You can use BBCode here."] = "Notas adicionales que se mostrarán bajo la información del contacto. BBCode permitido.";
|
||||
$a->strings["How to contact the operator via email. (will be displayed obfuscated)"] = "Cómo contactar con el operador vía email (aparecerá oculto)";
|
||||
$a->strings["Footer note"] = "Nota a pie";
|
||||
$a->strings["Text for the footer. You can use BBCode here."] = "Texto para el Pie de página. BBCode permitido.";
|
18
impressum/lang/fr/strings.php
Normal file
18
impressum/lang/fr/strings.php
Normal file
|
@ -0,0 +1,18 @@
|
|||
<?php
|
||||
|
||||
$a->strings["Impressum"] = "Impressum";
|
||||
$a->strings["Site Owner"] = "Propriétaire du site";
|
||||
$a->strings["Email Address"] = "Adresse courriel";
|
||||
$a->strings["Postal Address"] = "Adresse postale";
|
||||
$a->strings["The impressum addon needs to be configured!<br />Please add at least the <tt>owner</tt> variable to your config file. For other variables please refer to the README file of the addon."] = "L'extension \"Impressum\" (ou <em>ours</em>) n'est pas configuré!<br />Merci d'ajouter au moins la variable <tt>owner</tt> à votre fichier de configuration. Pour les autres variables, reportez-vous au fichier README accompagnant l'extension.";
|
||||
$a->strings["Settings updated."] = "Réglages mis à jour.";
|
||||
$a->strings["Submit"] = "Envoyer";
|
||||
$a->strings["The page operators name."] = "Le nom de l'administrateur de la page.";
|
||||
$a->strings["Site Owners Profile"] = "Profil des propriétaires du site";
|
||||
$a->strings["Profile address of the operator."] = "L'adresse de profil de l'administrateur.";
|
||||
$a->strings["How to contact the operator via snail mail. You can use BBCode here."] = "Comment contacter l'administrateur par courrier postal. Vous pouvez utiliser du BBCode.";
|
||||
$a->strings["Notes"] = "Notes";
|
||||
$a->strings["Additional notes that are displayed beneath the contact information. You can use BBCode here."] = "Notes additionnelles à afficher sous les informations de contact. Vous pouvez utiliser du BBCode.";
|
||||
$a->strings["How to contact the operator via email. (will be displayed obfuscated)"] = "Comment contacter l'administrateur par courriel. (sera camouflée)";
|
||||
$a->strings["Footer note"] = "Note de bas de page";
|
||||
$a->strings["Text for the footer. You can use BBCode here."] = "Texte du pied de page. Vous pouvez utiliser du BBCode.";
|
18
impressum/lang/is/strings.php
Normal file
18
impressum/lang/is/strings.php
Normal file
|
@ -0,0 +1,18 @@
|
|||
<?php
|
||||
|
||||
$a->strings["Impressum"] = "Impressum";
|
||||
$a->strings["Site Owner"] = "Eigandi vefs";
|
||||
$a->strings["Email Address"] = "Póstfang";
|
||||
$a->strings["Postal Address"] = "Heimilisfang";
|
||||
$a->strings["The impressum addon needs to be configured!<br />Please add at least the <tt>owner</tt> variable to your config file. For other variables please refer to the README file of the addon."] = "Það þarf að stilla Impressum viðbótina! <br />Vinsamlegast bætið allavega við <tt>eiganda</tt> breytunni ";
|
||||
$a->strings["Settings updated."] = "Stillingar uppfærðar";
|
||||
$a->strings["Submit"] = "Senda inn";
|
||||
$a->strings["The page operators name."] = "";
|
||||
$a->strings["Site Owners Profile"] = "Forsíða eiganda vefs";
|
||||
$a->strings["Profile address of the operator."] = "";
|
||||
$a->strings["How to contact the operator via snail mail. You can use BBCode here."] = "";
|
||||
$a->strings["Notes"] = "Glósur";
|
||||
$a->strings["Additional notes that are displayed beneath the contact information. You can use BBCode here."] = "";
|
||||
$a->strings["How to contact the operator via email. (will be displayed obfuscated)"] = "";
|
||||
$a->strings["Footer note"] = "";
|
||||
$a->strings["Text for the footer. You can use BBCode here."] = "";
|
18
impressum/lang/it/strings.php
Normal file
18
impressum/lang/it/strings.php
Normal file
|
@ -0,0 +1,18 @@
|
|||
<?php
|
||||
|
||||
$a->strings["Impressum"] = "Impressum";
|
||||
$a->strings["Site Owner"] = "Proprietario del sito";
|
||||
$a->strings["Email Address"] = "Indirizzo email";
|
||||
$a->strings["Postal Address"] = "Indirizzo";
|
||||
$a->strings["The impressum addon needs to be configured!<br />Please add at least the <tt>owner</tt> variable to your config file. For other variables please refer to the README file of the addon."] = "Il plugin Impressum deve essere configurato!<br>Aggiungi almeno il Proprietario del sito.";
|
||||
$a->strings["Settings updated."] = "Impostazioni aggiornate.";
|
||||
$a->strings["Submit"] = "Invia";
|
||||
$a->strings["The page operators name."] = "Nome del gestore della pagina.";
|
||||
$a->strings["Site Owners Profile"] = "Profilo del proprietario del sito";
|
||||
$a->strings["Profile address of the operator."] = "Indirizzo del profilo del gestore della pagina";
|
||||
$a->strings["How to contact the operator via snail mail. You can use BBCode here."] = "";
|
||||
$a->strings["Notes"] = "Note";
|
||||
$a->strings["Additional notes that are displayed beneath the contact information. You can use BBCode here."] = "";
|
||||
$a->strings["How to contact the operator via email. (will be displayed obfuscated)"] = "Come contattare l'operatore via email. (verrà mostrato offuscato)";
|
||||
$a->strings["Footer note"] = "Footer delle note";
|
||||
$a->strings["Text for the footer. You can use BBCode here."] = "";
|
18
impressum/lang/nb-no/strings.php
Normal file
18
impressum/lang/nb-no/strings.php
Normal file
|
@ -0,0 +1,18 @@
|
|||
<?php
|
||||
|
||||
$a->strings["Impressum"] = "Informasjon om nettstedet";
|
||||
$a->strings["Site Owner"] = "Nettstedets eier";
|
||||
$a->strings["Email Address"] = "E-postadresse";
|
||||
$a->strings["Postal Address"] = "Postadresse";
|
||||
$a->strings["The impressum addon needs to be configured!<br />Please add at least the <tt>owner</tt> variable to your config file. For other variables please refer to the README file of the addon."] = "Tillegget for \"Informasjon om nettstedet\" må konfigureres!<br />Vennligst fyll ut minst <tt>eier</tt> variabelen i konfigurasjonsfilen din. For andre variabler, vennligst se over README-filen til tillegget.";
|
||||
$a->strings["Settings updated."] = "Innstillinger oppdatert.";
|
||||
$a->strings["Submit"] = "Lagre";
|
||||
$a->strings["The page operators name."] = "";
|
||||
$a->strings["Site Owners Profile"] = "Nettstedseiers profil";
|
||||
$a->strings["Profile address of the operator."] = "";
|
||||
$a->strings["How to contact the operator via snail mail. You can use BBCode here."] = "";
|
||||
$a->strings["Notes"] = "Notater";
|
||||
$a->strings["Additional notes that are displayed beneath the contact information. You can use BBCode here."] = "";
|
||||
$a->strings["How to contact the operator via email. (will be displayed obfuscated)"] = "";
|
||||
$a->strings["Footer note"] = "";
|
||||
$a->strings["Text for the footer. You can use BBCode here."] = "";
|
18
impressum/lang/pl/strings.php
Normal file
18
impressum/lang/pl/strings.php
Normal file
|
@ -0,0 +1,18 @@
|
|||
<?php
|
||||
|
||||
$a->strings["Impressum"] = "";
|
||||
$a->strings["Site Owner"] = "Właściciel strony";
|
||||
$a->strings["Email Address"] = "Adres e-mail";
|
||||
$a->strings["Postal Address"] = "Adres pocztowy";
|
||||
$a->strings["The impressum addon needs to be configured!<br />Please add at least the <tt>owner</tt> variable to your config file. For other variables please refer to the README file of the addon."] = "";
|
||||
$a->strings["Settings updated."] = "Zaktualizowano ustawienia.";
|
||||
$a->strings["Submit"] = "Potwierdź";
|
||||
$a->strings["The page operators name."] = "";
|
||||
$a->strings["Site Owners Profile"] = "Profil właściciela strony";
|
||||
$a->strings["Profile address of the operator."] = "";
|
||||
$a->strings["How to contact the operator via snail mail. You can use BBCode here."] = "";
|
||||
$a->strings["Notes"] = "Notatki";
|
||||
$a->strings["Additional notes that are displayed beneath the contact information. You can use BBCode here."] = "";
|
||||
$a->strings["How to contact the operator via email. (will be displayed obfuscated)"] = "";
|
||||
$a->strings["Footer note"] = "Notka w stopce";
|
||||
$a->strings["Text for the footer. You can use BBCode here."] = "";
|
18
impressum/lang/pt-br/strings.php
Normal file
18
impressum/lang/pt-br/strings.php
Normal file
|
@ -0,0 +1,18 @@
|
|||
<?php
|
||||
|
||||
$a->strings["Impressum"] = "Impressum";
|
||||
$a->strings["Site Owner"] = "Responsável pelo site";
|
||||
$a->strings["Email Address"] = "Endereço de e-mail";
|
||||
$a->strings["Postal Address"] = "Endereço postal";
|
||||
$a->strings["The impressum addon needs to be configured!<br />Please add at least the <tt>owner</tt> variable to your config file. For other variables please refer to the README file of the addon."] = "O complemento Impressum necessita ser configurado!<br/>Por favor, adicione ao menos o nome do <tt>responsável</tt> ao arquivo de configuração. Para outras informações, por favor, consulte o arquivo README do complemento.";
|
||||
$a->strings["Settings updated."] = "As configurações foram atualizadas.";
|
||||
$a->strings["Submit"] = "Enviar";
|
||||
$a->strings["The page operators name."] = "O nome da página operadores";
|
||||
$a->strings["Site Owners Profile"] = "Perfil do responsável pelo site";
|
||||
$a->strings["Profile address of the operator."] = "Endereço do perfil do operador";
|
||||
$a->strings["How to contact the operator via snail mail. You can use BBCode here."] = "";
|
||||
$a->strings["Notes"] = "Notas";
|
||||
$a->strings["Additional notes that are displayed beneath the contact information. You can use BBCode here."] = "";
|
||||
$a->strings["How to contact the operator via email. (will be displayed obfuscated)"] = "Como entrar em contato com o operador por e-mail. (não será mostrado)";
|
||||
$a->strings["Footer note"] = "Nota de rodapé";
|
||||
$a->strings["Text for the footer. You can use BBCode here."] = "";
|
18
impressum/lang/ru/strings.php
Normal file
18
impressum/lang/ru/strings.php
Normal file
|
@ -0,0 +1,18 @@
|
|||
<?php
|
||||
|
||||
$a->strings["Impressum"] = "Impressum";
|
||||
$a->strings["Site Owner"] = "Владелец сайта";
|
||||
$a->strings["Email Address"] = "Адрес электронной почты";
|
||||
$a->strings["Postal Address"] = "Почтовый адрес";
|
||||
$a->strings["The impressum addon needs to be configured!<br />Please add at least the <tt>owner</tt> variable to your config file. For other variables please refer to the README file of the addon."] = "Расширение Impressum должно быть настроено!<br /> Пожалуйста, добавьте по крайней мере переменную <tt>владельца</tt> в ваш конфигурационный файл. Описание других переменных можно найти в файле README для расширения.";
|
||||
$a->strings["Settings updated."] = "Настройки обновлены.";
|
||||
$a->strings["Submit"] = "Подтвердить";
|
||||
$a->strings["The page operators name."] = "";
|
||||
$a->strings["Site Owners Profile"] = "Профиль владельцев сайта";
|
||||
$a->strings["Profile address of the operator."] = "";
|
||||
$a->strings["How to contact the operator via snail mail. You can use BBCode here."] = "";
|
||||
$a->strings["Notes"] = "Заметки";
|
||||
$a->strings["Additional notes that are displayed beneath the contact information. You can use BBCode here."] = "";
|
||||
$a->strings["How to contact the operator via email. (will be displayed obfuscated)"] = "";
|
||||
$a->strings["Footer note"] = "";
|
||||
$a->strings["Text for the footer. You can use BBCode here."] = "";
|
4
impressum/lang/sv/strings.php
Normal file
4
impressum/lang/sv/strings.php
Normal file
|
@ -0,0 +1,4 @@
|
|||
<?php
|
||||
|
||||
$a->strings["Settings updated."] = "Inställningarna har uppdaterats.";
|
||||
$a->strings["Submit"] = "Spara";
|
18
impressum/lang/zh-cn/strings.php
Normal file
18
impressum/lang/zh-cn/strings.php
Normal file
|
@ -0,0 +1,18 @@
|
|||
<?php
|
||||
|
||||
$a->strings["Impressum"] = "Impressum(法定的出版信息)";
|
||||
$a->strings["Site Owner"] = "网站主";
|
||||
$a->strings["Email Address"] = "电子邮件地址";
|
||||
$a->strings["Postal Address"] = "邮政邮件地址";
|
||||
$a->strings["The impressum addon needs to be configured!<br />Please add at least the <tt>owner</tt> variable to your config file. For other variables please refer to the README file of the addon."] = "Impressum插件必须被设置!<br />请加至少<tt>owner</tt>变量在您的设置文件。关于别的变量请指插件的README文件。";
|
||||
$a->strings["Settings updated."] = "设置跟新了";
|
||||
$a->strings["Submit"] = "提交";
|
||||
$a->strings["The page operators name."] = "也运作员名。";
|
||||
$a->strings["Site Owners Profile"] = "网站主的简介";
|
||||
$a->strings["Profile address of the operator."] = "运作员的简介地址。";
|
||||
$a->strings["How to contact the operator via snail mail. You can use BBCode here."] = "怎么用邮政跟运作员联系。您会用BBCode。";
|
||||
$a->strings["Notes"] = "便条";
|
||||
$a->strings["Additional notes that are displayed beneath the contact information. You can use BBCode here."] = "附加的便条表示在联系消息下。您会用BBCode。";
|
||||
$a->strings["How to contact the operator via email. (will be displayed obfuscated)"] = "怎么用电子邮件跟运作员联系。(将使混乱的表示)";
|
||||
$a->strings["Footer note"] = "页脚便条";
|
||||
$a->strings["Text for the footer. You can use BBCode here."] = "页脚征文。您会用BBCode。";
|
Loading…
Add table
Add a link
Reference in a new issue