diff options
Diffstat (limited to 'languages/eu/eu.custom_index.php')
-rw-r--r-- | languages/eu/eu.custom_index.php | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/languages/eu/eu.custom_index.php b/languages/eu/eu.custom_index.php index ef769d3c3..73a3d78b4 100644 --- a/languages/eu/eu.custom_index.php +++ b/languages/eu/eu.custom_index.php @@ -1,11 +1,10 @@ <?php -$eu = array ( +$basque=array ( 'custom:bookmarks' => 'Azken laster-markak', 'custom:groups' => 'Azken taldeak', 'custom:files' => 'Azken fitxategiak', - 'custom:blogs' => 'Azken blog sarrerak', - 'custom:members' => 'Taldekide berrienak', + 'custom:blogs' => 'Azken blog mezuak', + 'custom:members' => 'Erabiltzaile berrienak', ); -add_translation("eu", $eu); - +add_translation("eu", $basque);
\ No newline at end of file |