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

Commit 190b31c

Browse files
committed
Adding Italian translation for plugin 'action.disclaimer'
1 parent 93bb096 commit 190b31c

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<?php
2+
/*
3+
* Disclaimer plugin for Pydio
4+
*/
5+
$mess=array(
6+
"Disclaimer" => "Disclaimer",
7+
"Display a disclaimer and force acceptation by user" => "Visualizza un disclaimer e richiedine l'accettazione agli utenti",
8+
"Disclaimer Content" => "Contenuto Disclaimer",
9+
"You can use HTML" => "Puoi far uso dell'HTML",
10+
"Validation" => "Convalida",
11+
"Whether the user has accepted the disclaimer or not" => "Se l'utente ha accettato il the disclaimer o no",
12+
"Accepted" => "Accettato",
13+
"Not Accepted" => "Non Accettato",
14+
);
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<?php
2+
/*
3+
* Disclaimer plugin for Pydio
4+
*/
5+
$mess=array(
6+
"1" => "Disclaimer",
7+
"2" => "Accetta Disclaimer",
8+
"3" => "Devi accettare le condizioni generali d'uso sottostanti. Leggi e usa il checkbox per accettare.",
9+
"4" => "Accetto le condizioni d'uso",
10+
);

0 commit comments

Comments
 (0)