Code development platform for open source projects from the European Union institutions :large_blue_circle: EU Login authentication by SMS has been phased out. To see alternatives please check here

Skip to content
Snippets Groups Projects
Commit 7d8eda0b authored by Davis Ragels's avatar Davis Ragels
Browse files

MT provider setup help text updates

parent c1182352
No related branches found
No related tags found
No related merge requests found
Pipeline #119555 failed
......@@ -252,13 +252,13 @@ CREDITS
==============
Command line extractor functionality orignally by
Jacobo Tarrio <jtarrio [at] alfa21.com> (2003, 2004 Alfa21 Outsourcing)
Jacobo Tarrio (2003, 2004 Alfa21 Outsourcing)
Greatly optimized by
Brandon Bergren (2007)
Currently maintained by
Gabor Hojtsy <gabor [at] hojtsy.hu>
Gabor Hojtsy
==============
The original code for Translation template extractor@7.x-1.0 (available here: https://git.drupalcode.org/project/potx/) has been modified in December 2022. Modifications copyright (C) 2023 European Union.
......@@ -337,7 +337,7 @@ debug@3.1.0
(The MIT License)
Copyright (c) 2014-2017 TJ Holowaychuk <tj@vision-media.ca>
Copyright (c) 2014-2017 TJ Holowaychuk
Copyright (c) 2018-2021 Josh Junon
Permission is hereby granted, free of charge, to any person obtaining a copy of this software
......@@ -397,7 +397,7 @@ postcss@8.4.19
The MIT License (MIT)
Copyright 2013 Andrey Sitnik <andrey@sitnik.ru>
Copyright 2013 Andrey Sitnik
Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
......@@ -450,7 +450,7 @@ nanoid@3.3.4
The MIT License (MIT)
Copyright 2017 Andrey Sitnik <andrey@sitnik.ru>
Copyright 2017 Andrey Sitnik
Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
......
......@@ -73,7 +73,17 @@ function etm_etranslation_add_settings( $mt_settings ) {
}
?>
<p class="description">
To create a new eTranslation account, please write to eTranslation Helpdesk: <a href="mailto:help@cefat-tools-services.eu">help@cefat-tools-services.eu</a>
<?php
echo wp_kses(
__( 'Set up an account for <a target="_blank" href="https://website-translation.language-tools.ec.europe.eu/automated-translation_en">eTranslation</a>', 'etranslation-multilingual' ),
array(
'a' => array(
'href' => array(),
'target' => array(),
),
)
);
?>
</p>
</td>
</tr>
......
......@@ -84,7 +84,17 @@ function etm_othermt_add_settings( $mt_settings ){
}
?>
<p class="description">
<?php echo wp_kses( __( 'Ask your MT provider for its Base URL & API key' ), array() ); ?>
<?php
echo wp_kses(
__( 'Get <a target="_blank" href="https://website-translation.language-tools.ec.europe.eu/automated-translation_en">MT provider access</a>', 'etranslation-multilingual' ),
array(
'a' => array(
'href' => array(),
'target' => array(),
),
)
);
?>
</p>
</td>
</tr>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment