Skip to content
This repository has been archived by the owner on Nov 25, 2020. It is now read-only.

Commit

Permalink
Italian translation for plugin 'action.timestamp' and FIX the English…
Browse files Browse the repository at this point in the history
… one
  • Loading branch information
DepaMarco committed Jul 25, 2014
1 parent 8d2bdb2 commit 33c9be3
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 2 deletions.
33 changes: 33 additions & 0 deletions core/src/plugins/action.timestamp/i18n/conf/it.php
@@ -0,0 +1,33 @@
<?php
/*
* Copyright 2007-2013 Charles du Jeu - Abstrium SAS <team (at) pyd.io>
* 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 <http://www.gnu.org/licenses/>.
*
* The latest code can be found at <http://pyd.io/>.
*/
$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.",
);
4 changes: 2 additions & 2 deletions core/src/plugins/action.timestamp/i18n/en.php
@@ -1,7 +1,7 @@
<?php
$mess = array(
"1" => "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.",
);
7 changes: 7 additions & 0 deletions core/src/plugins/action.timestamp/i18n/it.php
@@ -0,0 +1,7 @@
<?php
$mess = array(
"1" => "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.",
);

0 comments on commit 33c9be3

Please sign in to comment.