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.4 KiB
PHP
28 lines
1.4 KiB
PHP
<?php
|
|
|
|
/*
|
|
+-----------------------------------------------------------------------+
|
|
| localization/lv_LV/labels.inc |
|
|
| |
|
|
| Language file of the Roundcube Webmail client |
|
|
| Copyright (C) 2012, The Roundcube Dev Team |
|
|
| Licensed under the GNU General Public License |
|
|
| |
|
|
+-----------------------------------------------------------------------+
|
|
| Author: Thomas <Unknown> |
|
|
+-----------------------------------------------------------------------+
|
|
@version $Id$
|
|
*/
|
|
|
|
$labels = array();
|
|
$labels['basic'] = 'Attēlot paziņojumu pie jaunas vēstules saņemšanas';
|
|
$labels['desktop'] = 'Attēlot darbvirsmas paziņojumu pie jaunas vēstules saņemšanas';
|
|
$labels['sound'] = 'Atskaņot skaņas signālu pie jaunas vēstules saņemšanas';
|
|
$labels['test'] = 'Test';
|
|
$labels['title'] = 'Jauns E-pasts!';
|
|
$labels['body'] = 'Jūs esat saņēmis jaunu e-pastu.';
|
|
$labels['testbody'] = 'Šis ir testa paziņojums.';
|
|
$labels['desktopdisabled'] = 'Darbvirsmas paziņojumi ir atslēgti Jūsu pārlūkprogrammā.';
|
|
$labels['desktopunsupported'] = 'Jūsu pārlūkprogramma neatbalsta darbvirsmas paziņojumus.';
|
|
|