You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
1.3 KiB
PHTML
28 lines
1.3 KiB
PHTML
13 years ago
|
<?php
|
||
|
|
||
|
/*
|
||
|
+-----------------------------------------------------------------------+
|
||
|
| localization/fi_FI/labels.inc |
|
||
|
| |
|
||
|
| Language file of the Roundcube Webmail client |
|
||
|
| Copyright (C) 2012, The Roundcube Dev Team |
|
||
|
| Licensed under the GNU General Public License |
|
||
|
| |
|
||
|
+-----------------------------------------------------------------------+
|
||
|
| Author: Jiri Grönroos <Unknown> |
|
||
|
+-----------------------------------------------------------------------+
|
||
|
@version $Id$
|
||
|
*/
|
||
|
|
||
|
$labels = array();
|
||
|
$labels['basic'] = 'Näytä selainilmoitus uuden viestin saapuessa';
|
||
|
$labels['desktop'] = 'Näytä työpöytäilmoitus uuden viestin saapuessa';
|
||
|
$labels['sound'] = 'Soita ääni uuden viestin saapuessa';
|
||
|
$labels['test'] = 'Testaa';
|
||
|
$labels['title'] = 'Uutta sähköpostia!';
|
||
|
$labels['body'] = 'Sait uuden sähköpostiviestin.';
|
||
|
$labels['testbody'] = 'Tämä on testi-ilmoitus.';
|
||
|
$labels['desktopdisabled'] = 'Työpöytäilmoitukset on poistettu käytöstä selaimesi asetuksista.';
|
||
|
$labels['desktopunsupported'] = 'Selaimesi ei tue työpöytäilmoituksia.';
|
||
|
|