| | |
| | | <?php |
| | | |
| | | /* |
| | | |
| | | +-----------------------------------------------------------------------+ |
| | | | language/ca/labels.inc | |
| | | | | |
| | | | Language file of the RoundCube Webmail client | |
| | | | Copyright (C) 2005, RoundCube Dev. - Switzerland | |
| | | | Copyright (C) 2005-2007, RoundCube Dev. - Switzerland | |
| | | | Licensed under the GNU GPL | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | | Author: Miguel Canteras i CaƱizares <miguel@canteras.org> | |
| | | +-----------------------------------------------------------------------+ |
| | | |
| | | $Id$ |
| | | @version $Id$ |
| | | |
| | | */ |
| | | |
| | |
| | | $labels['sortasc'] = 'Ordena ascendentment'; |
| | | $labels['sortdesc'] = 'Ordena descendentment'; |
| | | |
| | | ?> |
| | | ?> |