blob: c2743a0efac3426a2de33e6b78ad1a8365808b85 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
<?php
/*
+-----------------------------------------------------------------------+
| localization/gl_ES/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['addvcardmsg'] = 'Engadir a tarxeta ao caderno de enderezos';
$labels['vcardsavefailed'] = 'Non foi posible gardar a tarxeta';
|