summaryrefslogtreecommitdiff
path: root/platform/www/lib/plugins/blog/lang/ca/lang.php
blob: 9acf319a2d3ef092cd6003eea5cd2fe47f05522d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<?php

/**
 * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
 *
 * @author Marc Zulet <marczulet@gmail.com>
 */
$lang['blog']                  = 'Bloc';
$lang['older']                 = 'Entrades anteriors';
$lang['newer']                 = 'Entrades noves';
$lang['newentry']              = 'Nova entrada al bloc:';
$lang['missing_includeplugin'] = 'El plugin Include ha d\'estar instal·lat perquè el bloc funcioni correctament.';
$lang['missing_pagelistplugin'] = 'El plugin Pagelist ha d\'estar instal·lat perquè funcionin els llistats d\'arxiu.';
$lang['missing_tagplugin']     = 'El plugin Tag ha d\'estar instal·lat perquè funcionin les etiquetes.';
$lang['autoarchive']           = '%1$d Publicació(ns) de %2$s %3$s';
$lang['month_01']              = 'Gener';
$lang['month_02']              = 'Febrer';
$lang['month_03']              = 'Març';
$lang['month_04']              = 'Abril';
$lang['month_05']              = 'Maig';
$lang['month_06']              = 'Juny';
$lang['month_07']              = 'Juliol';
$lang['month_08']              = 'Agost';
$lang['month_09']              = 'Setembre';
$lang['month_10']              = 'Octubre';
$lang['month_11']              = 'Novembre';
$lang['month_12']              = 'Desembre';
$lang['entries']               = 'entrades';
$lang['entry']                 = 'entrada';
$lang['archive_title']         = 'Històric';