diff --git a/core/src/plugins/action.skeleton/res/i18n/conf/it.php b/core/src/plugins/action.skeleton/res/i18n/conf/it.php new file mode 100644 index 0000000000..216e76d7cc --- /dev/null +++ b/core/src/plugins/action.skeleton/res/i18n/conf/it.php @@ -0,0 +1,30 @@ + +* This file is part of Pydio. +* +* Pydio is free software: you can redistribute it and/or modify +* it under the terms of the GNU Affero General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* Pydio is distributed in the hope that it will be useful, +* but WITHOUT ANY WARRANTY; without even the implied warranty of +* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +* GNU Affero General Public License for more details. +* +* You should have received a copy of the GNU Affero General Public License +* along with Pydio. If not, see . +* +* The latest code can be found at . +*/ +$mess=array( +"Skeleton Plugin" => "Skeleton Plugin", +"This is an empty container to demonstrate the basics of plugins coding." => "Questo è un contenitore vuoto per dimostrare le funzionalità base del plugin.", +"Custom Footer" => "Footer Personalizzato", +"Show a custom footer div" => "Visualizza un DIV per il footer personalizzato", +"Footer Content" => "Contenuto Footer", +"Display this content in the footer" => "Visualizza questo contenuto nel footer", +"Button Target Url" => "URL pulsante", +"The target URL of the button that will be added to the application" => "L'URL del pulsante da aggiungere all'applicazione", +); diff --git a/core/src/plugins/action.skeleton/res/i18n/it.php b/core/src/plugins/action.skeleton/res/i18n/it.php new file mode 100644 index 0000000000..f4fb3b3d7d --- /dev/null +++ b/core/src/plugins/action.skeleton/res/i18n/it.php @@ -0,0 +1,32 @@ + + * This file is part of Pydio. + * + * Pydio is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * Pydio is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with Pydio. If not, see . + * + * The latest code can be found at . + */ + +defined('AJXP_EXEC') or die( 'Accesso non consentito'); + +$mess = array( + "1" => "Link Esterno", + "2" => "Link aggiunyo dal plugin action.skeleton", + "3" => "Sicuro di voler aprire %s in una nuova finestra?", + "4" => "Link Modale", + "5" => "Apri il link in una finestra modale", + "6" => "Contenuto dinamico", + "7" => "Caricamento contenuto..." +);