From b87c77b72a7fca1db4507b56ff1cecfccced9629 Mon Sep 17 00:00:00 2001 From: iwkse Date: Tue, 27 Jan 2009 14:10:42 +0100 Subject: [PATCH] Blocktype Resumefield --- .../lang/it.utf8/blocktype.resumefield.php | 37 +++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 artefact/resume/blocktype/resumefield/lang/it.utf8/blocktype.resumefield.php diff --git a/artefact/resume/blocktype/resumefield/lang/it.utf8/blocktype.resumefield.php b/artefact/resume/blocktype/resumefield/lang/it.utf8/blocktype.resumefield.php new file mode 100644 index 0000000..80e08bb --- /dev/null +++ b/artefact/resume/blocktype/resumefield/lang/it.utf8/blocktype.resumefield.php @@ -0,0 +1,37 @@ +. + * + * @package mahara + * @subpackage blocktype-resumefield + * @author Salvatore De Paolis + * @license http://www.gnu.org/copyleft/gpl.html GNU GPL + * @copyright (C) 2006-2008 Catalyst IT Ltd http://catalyst.net.nz + * + */ + +defined('INTERNAL') || die(); + +$string['title'] = 'Un campo del Resumé'; +$string['description'] = 'Mostra tutte le informazioni del resumé'; + +$string['fieldtoshow'] = 'Campi da mostrare'; +$string['filloutyourresume'] = '%sCompila il tuo resumé%s in modo da aggiungere più campi!'; + +$string['defaulttitledescription'] = 'Se si lascia questo campo vuoto, verra utilizzato il nome del campo'; + +?> -- GitLab