Skip to content

Commit edceaf6

Browse files
marczingerdokuwiki-translate
authored andcommitted
translation update
1 parent 19b5a0c commit edceaf6

File tree

2 files changed

+57
-0
lines changed

2 files changed

+57
-0
lines changed

lang/ca/lang.php

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
<?php
2+
3+
/**
4+
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
5+
*
6+
* @author Marc Zulet <[email protected]>
7+
*/
8+
$lang['blog'] = 'Bloc';
9+
$lang['older'] = 'Entrades anteriors';
10+
$lang['newer'] = 'Entrades noves';
11+
$lang['newentry'] = 'Nova entrada al bloc:';
12+
$lang['missing_includeplugin'] = 'El plugin Include ha d\'estar instal·lat perquè el bloc funcioni correctament.';
13+
$lang['missing_pagelistplugin'] = 'El plugin Pagelist ha d\'estar instal·lat perquè funcionin els llistats d\'arxiu.';
14+
$lang['missing_tagplugin'] = 'El plugin Tag ha d\'estar instal·lat perquè funcionin les etiquetes.';
15+
$lang['autoarchive'] = '%1$d Publicació(ns) de %2$s %3$s';
16+
$lang['month_01'] = 'Gener';
17+
$lang['month_02'] = 'Febrer';
18+
$lang['month_03'] = 'Març';
19+
$lang['month_04'] = 'Abril';
20+
$lang['month_05'] = 'Maig';
21+
$lang['month_06'] = 'Juny';
22+
$lang['month_07'] = 'Juliol';
23+
$lang['month_08'] = 'Agost';
24+
$lang['month_09'] = 'Setembre';
25+
$lang['month_10'] = 'Octubre';
26+
$lang['month_11'] = 'Novembre';
27+
$lang['month_12'] = 'Desembre';
28+
$lang['entries'] = 'entrades';
29+
$lang['entry'] = 'entrada';
30+
$lang['archive_title'] = 'Històric';

lang/ca/settings.php

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
<?php
2+
3+
/**
4+
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
5+
*
6+
* @author Marc Zulet <[email protected]>
7+
*/
8+
$lang['namespace'] = 'namespace predeterminat per al bloc';
9+
$lang['formposition'] = 'posició del formulari de nova entrada';
10+
$lang['formposition_o_top'] = 'amunt';
11+
$lang['formposition_o_bottom'] = 'avall';
12+
$lang['formposition_o_none'] = 'cap';
13+
$lang['newentrytitle'] = 'títol del formulari de nova entrada';
14+
$lang['dateprefix'] = 'afegir un prefix de data a les publicacions noves';
15+
$lang['sortkey'] = 'ordenar entrades per';
16+
$lang['sortkey_o_cdate'] = 'data de creació';
17+
$lang['sortkey_o_mdate'] = 'data de modificació';
18+
$lang['sortkey_o_pagename'] = 'nom de la pàgina';
19+
$lang['sortkey_o_id'] = 'ID de la pàgina';
20+
$lang['sortkey_o_title'] = 'títol';
21+
$lang['sortorder'] = 'ordre';
22+
$lang['sortorder_o_ascending'] = 'ascendent';
23+
$lang['sortorder_o_descending'] = 'descendent';
24+
$lang['excluded_pages'] = 'exclou determinades pàgines de la llista de blocs (es requereix una expressió regular)';
25+
$lang['showhistogram'] = 'Mostra l\'histograma en la representació de l\'arxiu';
26+
$lang['max_months'] = 'Màxim de mesos per mostrar a l\'histograma';
27+
$lang['histogram_height'] = 'Alçada de l\'histograma (en píxels)';

0 commit comments

Comments
 (0)