source: extensions/Admin_Messages/language/pl_PL/plugin.lang.php @ 12356

Last change on this file since 12356 was 12356, checked in by mistic100, 13 years ago

Reorganize language files

File size: 735 bytes
Line 
1<?php
2
3$lang['Messages'] = 'Wiadomości';
4$lang['No message'] = 'Brak wiadomości';
5$lang['Messages list'] = 'Lista wiadomości';
6$lang['Add a message'] = 'Dodaj wiadomość';
7$lang['Edit the message'] = 'Edytuj wiadomości';
8$lang['Message content'] = 'Zawartość wiadomości';
9$lang['Number of messages to display on the admin main page'] = 'Liczba wiadomości wyświetlana na stronie głównej admina';
10$lang['Allow users to modify their name when post a message'] = 'Pozwól użytkownikom zmieniać im nazwy po dodaniu wiadomości';
11$lang['(fixed)'] = '(ustawione)';
12$lang['Message added'] = 'Wiadomość dodana';
13$lang['Message deleted'] = 'Wiadomość skasowana';
14$lang['Content empty'] = 'Zawartość pusta';
15
16?>
Note: See TracBrowser for help on using the repository browser.