blob: 596d51bb281f8d4139dfc3dc9705e8441197abb7 (
plain)
1
2
3
4
5
6
7
8
9
10
|
<?php
$sr = array (
'custom:groups' => 'Najnovije grupe',
'custom:files' => 'Najnoviji fajlovi',
'custom:blogs' => 'Najnoviji blog postovi',
'custom:members' => 'Najnoviji clanovi',
);
add_translation("sr", $sr);
|