diff --git a/core/src/plugins/action.timestamp/i18n/conf/it.php b/core/src/plugins/action.timestamp/i18n/conf/it.php new file mode 100644 index 0000000000..b9fdbf4364 --- /dev/null +++ b/core/src/plugins/action.timestamp/i18n/conf/it.php @@ -0,0 +1,33 @@ + +* 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( +"Timestamp" => "Timestamp", +"Allow Timestamp file with Universign." => "Abilita il file Timestamp con Universing.", +"msgBox1" => "Conferma di voler aggiungere un timestamp a questo file", +"URL" => "URL", +"Timestamp provider API URL" => "URL delle API del fornitore di Timestamp", +"User Mail" => "Email Utente", +"Password" => "Password", +"User account" => "Account", +"User Password" => "Password", +"timestamp" => "timestamp", +"Allow timestamp files with Universign." => "Permetti file timestamp con Universign.", +); diff --git a/core/src/plugins/action.timestamp/i18n/en.php b/core/src/plugins/action.timestamp/i18n/en.php index f7a2f00491..c01d3060fa 100644 --- a/core/src/plugins/action.timestamp/i18n/en.php +++ b/core/src/plugins/action.timestamp/i18n/en.php @@ -1,7 +1,7 @@ "Warning, a timestamp token is already attached to this file. Delete the token manuallyto be able to add a new one", -"2" => "Waring, you can't add a timestamp to a token", +"1" => "Warning, a timestamp token is already attached to this file. Delete the token manually to be able to add a new one", +"2" => "Warning, you can't add a timestamp to a token", "3" => "Timestamp token has already been created for the file ", "4" => "WARNING : Configuration problem, please contact the system administrator as soon as possible.", ); diff --git a/core/src/plugins/action.timestamp/i18n/it.php b/core/src/plugins/action.timestamp/i18n/it.php new file mode 100644 index 0000000000..06913fd966 --- /dev/null +++ b/core/src/plugins/action.timestamp/i18n/it.php @@ -0,0 +1,7 @@ + "ATTENZIONE: Un token con il timestamp è già allegato a questo file. Cancella il token manualmente prima di poterne aggiungere uno nuovo.", +"2" => "ATTENZIONE: non puoi aggiungere un timestamp al token", +"3" => "Un token con il timestamp è già stato creato per il file ", +"4" => "ATTENZIONE: Problemi di configurazione. Contatta l'amministratore di sistema il prima possibile.", +);