diff options
| author | richs <richs@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2006-06-19 19:04:51 +0000 |
|---|---|---|
| committer | richs <richs@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2006-06-19 19:04:51 +0000 |
| commit | eb842e0f7067d7b1fb117b8ff0498c3ce527602c (patch) | |
| tree | c5f0836d53863218b4fed2d97e10443c8924bb4f /roundcubemail/program/localization/es/labels.inc | |
| parent | 809885b2199a332c4bd5458da84f377bc764bd42 (diff) | |
Added Drafts support (Feature #1326839) (richs)
git-svn-id: https://svn.roundcube.net/trunk@261 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/localization/es/labels.inc')
| -rw-r--r-- | roundcubemail/program/localization/es/labels.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/roundcubemail/program/localization/es/labels.inc b/roundcubemail/program/localization/es/labels.inc index ca083491a..1b648d5c1 100644 --- a/roundcubemail/program/localization/es/labels.inc +++ b/roundcubemail/program/localization/es/labels.inc @@ -37,6 +37,7 @@ $labels['addressbook'] = 'Contactos'; // mailbox names $labels['inbox'] = 'Entrada'; +$labels['drafts'] = 'Bosquejos'; $labels['sent'] = 'Enviados'; $labels['trash'] = 'Papelera'; $labels['drafts'] = 'Borradores'; @@ -118,6 +119,7 @@ $labels['quota'] = 'Uso de disco'; // message compose $labels['compose'] = 'Escribir un mensaje'; +$labels['savemessage'] = 'Excepto este bosquejo'; $labels['sendmessage'] = 'Enviar ahora el mensaje'; $labels['addattachment'] = 'AƱadir un fichero'; $labels['charset'] = 'Codigo'; |
