source: subversion/trunk/plugins/newmail_notifier/localization/lv_LV.inc @ 5697

Last change on this file since 5697 was 5697, checked in by thomasb, 17 months ago

Imported plugin translations from launchpad

File size: 1.4 KB
Line 
1<?php
2
3/*
4 +-----------------------------------------------------------------------+
5 | localization/lv_LV/labels.inc                                         |
6 |                                                                       |
7 | Language file of the Roundcube Webmail client                         |
8 | Copyright (C) 2012, The Roundcube Dev Team                            |
9 | Licensed under the GNU General Public License                         |
10 |                                                                       |
11 +-----------------------------------------------------------------------+
12 | Author: Thomas <Unknown>                                              |
13 +-----------------------------------------------------------------------+
14 @version $Id$
15*/
16
17$labels = array();
18$labels['basic'] = 'Attēlot paziņojumu pie jaunas vēstules saņemšanas';
19$labels['desktop'] = 'Attēlot darbvirsmas paziņojumu pie jaunas vēstules saņemšanas';
20$labels['sound'] = 'Atskaņot skaņas signālu pie jaunas vēstules saņemšanas';
21$labels['test'] = 'Test';
22$labels['title'] = 'Jauns E-pasts!';
23$labels['body'] = 'Jūs esat saņēmis jaunu e-pastu.';
24$labels['testbody'] = 'Šis ir testa paziņojums.';
25$labels['desktopdisabled'] = 'Darbvirsmas paziņojumi ir atslēgti Jūsu pārlūkprogrammā.';
26$labels['desktopunsupported'] = 'Jūsu pārlūkprogramma neatbalsta darbvirsmas paziņojumus.';
27
Note: See TracBrowser for help on using the repository browser.