blob: 8e021ab6135f3d502e9fb3b85cf0e3ac04b8df89 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<?php
$gl = array (
'custom:bookmarks' => 'Últimos enlaces ',
'custom:groups' => 'Últimos grupos',
'custom:files' => 'Últimos ficheiros subidos',
'custom:blogs' => 'Últimas entradas',
'custom:members' => 'Últimxs habitantes',
);
add_translation("gl", $gl);
|