source: documentation/trunk/packages/dokuwiki-2011-05-25a/lib/plugins/revert/lang/ca/lang.php@ 25027

Last change on this file since 25027 was 25027, checked in by jmt12, 12 years ago

Adding the packages directory, and within it a configured version of dokuwiki all ready to run

File size: 1.0 KB
RevLine 
[25027]1<?php
2/**
3 * Catalan language file
4 *
5 * @author Carles Bellver <[email protected]>
6 * @author [email protected]
7 * @author [email protected]
8 * @author Carles Bellver <[email protected]>
9 */
10$lang['menu'] = 'Gestió de reversions';
11$lang['filter'] = 'Cerca pàgines brossa';
12$lang['revert'] = 'Reverteix les pàgines seleccionades';
13$lang['reverted'] = 'S\'ha revertit %s a la revisió %s';
14$lang['removed'] = 'S\'ha suprimit %s';
15$lang['revstart'] = 'S\'ha iniciat el procés de reversió. Això pot trigar una bona estona. Si s\'excedeix el temps d\'espera màxim del servidor, haureu de tornar a intentar-ho per parts.';
16$lang['revstop'] = 'El procés de reversió ha acabat amb Úxit.';
17$lang['note1'] = 'Nota: aquesta cerca distingeix entre majúscules i minúscules.';
18$lang['note2'] = 'Nota: la pàgina es revertirà a la darrera versió que no contingui el terme brossa especificat <em>%s</em>.';
Note: See TracBrowser for help on using the repository browser.