diff options
Diffstat (limited to 'program/localization/lv/labels.inc')
-rw-r--r-- | program/localization/lv/labels.inc | 16 |
1 files changed, 3 insertions, 13 deletions
diff --git a/program/localization/lv/labels.inc b/program/localization/lv/labels.inc index 3a1afe52d..9cc2c25ee 100644 --- a/program/localization/lv/labels.inc +++ b/program/localization/lv/labels.inc @@ -1,18 +1,19 @@ <?php /* + +-----------------------------------------------------------------------+ | language/lv/labels.inc | | | | Language file of the RoundCube Webmail client | - | Copyright (C) 2005, RoundQube Dev. - Switzerland | + | Copyright (C) 2005-2007, RoundCube Dev. - Switzerland | | Licensed under the GNU GPL | | | +-----------------------------------------------------------------------+ | Author: Rudolfs Osins <dev.random@gmail.com> | +-----------------------------------------------------------------------+ - $Id$ + @version $Id$ */ @@ -107,15 +108,12 @@ $labels['all'] = 'Visas'; $labels['none'] = 'Nevienu'; $labels['unread'] = 'Nelasītās'; - - $labels['compact'] = 'Saspiest'; $labels['empty'] = 'Iztukšot'; $labels['purge'] = 'Iztīrīt'; $labels['quota'] = 'Kvota'; - // message compose $labels['compose'] = 'Rakstīt vēstuli'; $labels['sendmessage'] = 'Sūtīt vēstuli'; @@ -133,11 +131,9 @@ $labels['normal'] = 'Normāla'; $labels['high'] = 'Augsta'; $labels['highest'] = 'Augstākā'; - $labels['nosubject'] = '(no subject)'; $labels['showimages'] = 'Rādīt attēlus'; - // address boook $labels['name'] = 'Uzrādītais vārds'; $labels['firstname'] = 'Vārds'; @@ -161,8 +157,6 @@ $labels['contactsfromto'] = 'Ieraksti $from līdz $to no $count'; $labels['print'] = 'Drukāt'; $labels['export'] = 'Eksportēt'; - - // LDAP search $labels['ldapsearch'] = 'Meklēšana LDAP direktorijā'; @@ -173,8 +167,6 @@ $labels['ldappublicsearchfield'] = 'Meklēt pēc'; $labels['ldappublicsearchform'] = 'Meklēt kontaktpersonu'; $labels['ldappublicsearch'] = 'Meklēt'; - - // settings $labels['settingsfor'] = 'Iestatījumi'; @@ -195,7 +187,6 @@ $labels['timezone'] = 'Laika zona'; $labels['pagesize'] = 'Rindas lapā'; $labels['signature'] = 'Paraksts'; - $labels['folder'] = 'Mape'; $labels['folders'] = 'Mapes'; $labels['foldername'] = 'Mapes nosaukums'; @@ -205,7 +196,6 @@ $labels['createfolder'] = 'Izveidot jaunu mapi'; $labels['deletefolder'] = 'Dzēst mapi'; $labels['managefolders'] = 'Rediģēt mapes'; - $labels['sortby'] = 'Kārtot pēc'; $labels['sortasc'] = 'Kārtot augošā secībā'; $labels['sortdesc'] = 'Kārtot dilstošā secībā'; |