summaryrefslogtreecommitdiff
path: root/plugins/newmail_notifier/localization/it_IT.inc
diff options
context:
space:
mode:
authorHugues Hiegel <root@paranoid>2015-04-21 12:45:58 +0200
committerHugues Hiegel <root@paranoid>2015-04-21 12:45:58 +0200
commitef2e7b3f9d264ec146d4dae257b1e295ab3b462a (patch)
tree76b4a98d7b3b38f691c4fbee1612197ab6615c2b /plugins/newmail_notifier/localization/it_IT.inc
parentd09b64c6270c638059b003922db508f95d32d555 (diff)
updates - plugins as a separate git folder
Diffstat (limited to 'plugins/newmail_notifier/localization/it_IT.inc')
-rw-r--r--plugins/newmail_notifier/localization/it_IT.inc28
1 files changed, 0 insertions, 28 deletions
diff --git a/plugins/newmail_notifier/localization/it_IT.inc b/plugins/newmail_notifier/localization/it_IT.inc
deleted file mode 100644
index 8e3843b81..000000000
--- a/plugins/newmail_notifier/localization/it_IT.inc
+++ /dev/null
@@ -1,28 +0,0 @@
-<?php
-
-/*
- +-----------------------------------------------------------------------+
- | plugins/newmail_notifier/localization/<lang>.inc |
- | |
- | Localization file of the Roundcube Webmail New Mail Notifier plugin |
- | Copyright (C) 2012-2013, The Roundcube Dev Team |
- | |
- | Licensed under the GNU General Public License version 3 or |
- | any later version with exceptions for skins & plugins. |
- | See the README file for a full license statement. |
- | |
- +-----------------------------------------------------------------------+
-
- For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-newmail_notifier/
-*/
-$labels['basic'] = 'visualizza notifica nel browser per nuovi messaggi';
-$labels['desktop'] = 'visualizza notifiche sul desktop per nuovi messaggi';
-$labels['sound'] = 'riproduci il suono per nuovi messaggi';
-$labels['test'] = 'Prova';
-$labels['title'] = 'nuovo messaggio';
-$labels['body'] = 'hai ricevuto un nuovo messaggio';
-$labels['testbody'] = 'notifica di prova';
-$labels['desktopdisabled'] = 'le notifiche sul desktop sono disabilitate nel tuo browser';
-$labels['desktopunsupported'] = 'il tuo browser non supporta le notifiche sul desktop';
-$labels['desktoptimeout'] = 'Chiudi la notifica visualizzata sul desktop';
-?>