From 3412e50b54e3daac8745234e21ab6e72be0ed165 Mon Sep 17 00:00:00 2001 From: Thomas Bruederli <thomas@roundcube.net> Date: Wed, 04 Jun 2014 11:20:33 -0400 Subject: [PATCH] Fix attachment menu structure and aria-attributes --- program/localization/lv_LV/labels.inc | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/program/localization/lv_LV/labels.inc b/program/localization/lv_LV/labels.inc index 0f80350..185d751 100644 --- a/program/localization/lv_LV/labels.inc +++ b/program/localization/lv_LV/labels.inc @@ -52,6 +52,7 @@ $labels['copy'] = 'Kopēt'; $labels['move'] = 'Pārvietot'; $labels['moveto'] = 'Pārvietot uz...'; +$labels['copyto'] = 'Kopēt uz ...'; $labels['download'] = 'lejupielādēt'; $labels['open'] = 'Atvērt'; $labels['showattachment'] = 'Rādīt'; @@ -197,6 +198,8 @@ $labels['checkspelling'] = 'Pārbaudīt pareizrakstību'; $labels['resumeediting'] = 'Turpināt rediģēšanu'; $labels['revertto'] = 'Atgriezt uz'; +$labels['restore'] = 'Atjaunot'; +$labels['restoremessage'] = 'Atjaunot vēstuli?'; $labels['responses'] = 'Atbildes'; $labels['insertresponse'] = 'Ievietot atbildi'; $labels['manageresponses'] = 'Pārvaldīt atbildes'; @@ -436,6 +439,9 @@ $labels['forwardmode'] = 'Vēstuļu pārsūtīšana'; $labels['inline'] = 'iekļaujot'; $labels['asattachment'] = 'kā pielikumu'; +$labels['replyallmode'] = '[Atbildēt visiem] pogas noklusētā darbība'; +$labels['replyalldefault'] = 'atbildēt visiem'; +$labels['replyalllist'] = 'atbildēt tikai sarakstei (ja tāda tiek atrasta)'; $labels['folder'] = 'Mapi'; $labels['folders'] = 'Mapes'; $labels['foldername'] = 'Mapes nosaukums'; -- Gitblit v1.9.1