1*29f0b144SAndreas Gohr<?php 2*29f0b144SAndreas Gohr/** 3*29f0b144SAndreas Gohr * valencian language file 4*29f0b144SAndreas Gohr */ 5*29f0b144SAndreas Gohr 6*29f0b144SAndreas Gohr// for admin plugins, the menu prompt to be displayed in the admin menu 7*29f0b144SAndreas Gohr// if set here, the plugin doesn't need to override the getMenuText() method 8*29f0b144SAndreas Gohr$lang['menu'] = 'Gestor de reversions'; 9*29f0b144SAndreas Gohr 10*29f0b144SAndreas Gohr// custom language strings for the plugin 11*29f0b144SAndreas Gohr 12*29f0b144SAndreas Gohr$lang['filter'] = 'Buscar pàgines en spam'; 13*29f0b144SAndreas Gohr$lang['revert'] = 'Revertir pàgines seleccionades'; 14*29f0b144SAndreas Gohr$lang['reverted'] = '%s revertides a la versió %s'; 15*29f0b144SAndreas Gohr$lang['removed'] = '%s llevades'; 16*29f0b144SAndreas Gohr$lang['revstart'] = 'El procés de reversió ha començat. Açò pot dur prou de temps. Si 17*29f0b144SAndreas Gohr es talla abans d\'acabar, haurà de revertir per parts.'; 18*29f0b144SAndreas Gohr$lang['revstop'] = 'El procés de reversió ha finalisat exitosament.'; 19*29f0b144SAndreas Gohr$lang['note1'] = 'Nota: esta busca és sensible a mayúscules'; 20*29f0b144SAndreas Gohr$lang['note2'] = 'Nota: esta pàgina es revertirà a l\'última versió que no continga el spam definit pel terme <i>%s</i>.'; 21*29f0b144SAndreas Gohr 22*29f0b144SAndreas Gohr//Setup VIM: ex: et ts=4 enc=utf-8 : 23