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

Commit a2f7ac6

Browse files
committed
Update Italian translation for plugin 'action.scheduler'
1 parent 190b31c commit a2f7ac6

File tree

2 files changed

+26
-2
lines changed

2 files changed

+26
-2
lines changed
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
<?php
2+
/*
3+
* Copyright 2007-2013 Charles du Jeu - Abstrium SAS <team (at) pyd.io>
4+
* This file is part of Pydio.
5+
*
6+
* Pydio is free software: you can redistribute it and/or modify
7+
* it under the terms of the GNU Affero General Public License as published by
8+
* the Free Software Foundation, either version 3 of the License, or
9+
* (at your option) any later version.
10+
*
11+
* Pydio is distributed in the hope that it will be useful,
12+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
13+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14+
* GNU Affero General Public License for more details.
15+
*
16+
* You should have received a copy of the GNU Affero General Public License
17+
* along with Pydio. If not, see <http://www.gnu.org/licenses/>.
18+
*
19+
* The latest code can be found at <http://pyd.io/>.
20+
*/
21+
$mess = array(
22+
"Tasks Scheduler" => "Schedulatore Compiti",
23+
"Register tasks to be run on a regular basis instead of writing them one by one in cron tab." => "Memorizza compiti da eseguire regolarmente invece di scriverli uno per uno in un cron tab.",
24+
);

core/src/plugins/action.scheduler/i18n/it.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,6 @@
5656
"20d" => "Genera espressione Crontab",
5757
"21" => "Aggiungi la linea al CRONTAB, sostituendo il valore reale della tua password, e la schedulazione che preferisci (adesso è configurato per essere eseguito ogni 5 minuti).",
5858
"22" => "Schedulatore generico per eseguire azioni su basi regolari. Richiede l'attivazione della CLI e del CRONTAB (o equivalente).",
59-
"23" => "Execution Context",
60-
"24" => "Parameters",
59+
"23" => "Contesto Esecuzione",
60+
"24" => "Parametri",
6161
);

0 commit comments

Comments
 (0)