diff options
Diffstat (limited to 'languages/sr/sr.custom_index.php')
-rw-r--r-- | languages/sr/sr.custom_index.php | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/languages/sr/sr.custom_index.php b/languages/sr/sr.custom_index.php new file mode 100644 index 000000000..596d51bb2 --- /dev/null +++ b/languages/sr/sr.custom_index.php @@ -0,0 +1,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); + |