Localisation updates for extension messages from translatewiki.net (2009-08-21 20:59 UTC)

This commit is contained in:
Siebrand Mazeland 2009-08-21 21:28:42 +00:00
parent df972cf8cb
commit 5693499ce2
2 changed files with 6 additions and 1 deletions

View file

@ -21,3 +21,7 @@ $magicWords['ar'] = array(
$magicWords['nl'] = array(
'categorytree' => array( '0', 'categorieboom', 'categorytree' ),
);
$magicWords['ru'] = array(
'categorytree' => array( '0', 'деревокатегорий', 'categorytree' ),
);

View file

@ -2736,6 +2736,7 @@ $messages['ps'] = array(
/** Portuguese (Português)
* @author 555
* @author Giro720
*/
$messages['pt'] = array(
'categorytree' => 'Árvore de categorias',
@ -2746,7 +2747,7 @@ $messages['pt'] = array(
Note que isso requer funcionalidades avançadas de JavaScript (como, por exemplo, AJAX).
Caso o seu navegador seja razoavelmente antigo, ou, caso JavaScript esteja desabilitado em seu navegador, isto não funcionará.',
'categorytree-category' => 'Categoria:',
'categorytree-go' => 'Exibir Árvore',
'categorytree-go' => 'Exibir árvore',
'categorytree-parents' => 'Categorias superiores',
'categorytree-mode-categories' => 'mostrar apenas as categorias',
'categorytree-mode-pages' => 'páginas, exceto imagens',