Skip to content

EN,PL lang some fixes / addings #121

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Jan 19, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion resources/lang/en/blocks.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@

// News/Articles
'new-news' => 'New News',
'check-news' => 'News (Check Daily)',
'check-news' => 'News (Check Daily)',
];
2 changes: 1 addition & 1 deletion resources/lang/en/bon.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
'bonus' => 'Bonus',
'points' => 'Points',
'your-points' => 'Your Points',
'store' => 'Store',
'store' => 'Store',
'gift-to' => 'Gift Bonus Points To?',
'gift' => 'Gift Bonus Points',
'exchange' => 'Exchange',
Expand Down
4 changes: 2 additions & 2 deletions resources/lang/en/common.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@
'results' => 'Results',
'contact' => 'Contact',
'about' => 'About Us',
'community' => 'Community',
'buffer' => 'Buffer',
'community' => 'Community',
'buffer' => 'Buffer',
'times' => 'Times',
'name' => 'Name',
'add' => 'Add',
Expand Down
2 changes: 1 addition & 1 deletion resources/lang/en/pm.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@
'send' => 'Send',
'create' => 'Create',
'select' => 'Select A User',
'mark-all-read' => "Mark all messages as read",
'mark-all-read' => 'Mark all messages as read',
];
1 change: 1 addition & 0 deletions resources/lang/pl/auth.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,5 @@
'lost-password' => 'Zapomniałeś hasła?',
'recover-my-password' => 'Przypomnij mi hasło',
'remember-me' => 'Zapamiętaj mnie',
'lost-username' => 'Zapomniałeś nazwy użytkownika?'
];
2 changes: 1 addition & 1 deletion resources/lang/pl/blocks.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@

// News/Articles
'new-news' => 'Nowe newsy',
'check-news' => 'Newsy (Sprawdzaj codziennie)',
'check-news' => 'Newsy (Sprawdzaj codziennie)',
];
2 changes: 1 addition & 1 deletion resources/lang/pl/bon.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
'bonus' => 'Bonusowe',
'points' => 'Punkty',
'your-points' => 'Twoje punkty',
'store' => 'Sklep',
'store' => 'Sklep',
'gift-to' => 'Komu chcesz wysłać punkty?',
'gift' => 'Podaruj punkty',
'exchange' => 'Wymiany',
Expand Down
8 changes: 8 additions & 0 deletions resources/lang/pl/common.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,12 @@
'results' => 'Wyniki',
'contact' => 'Kontakt',
'about' => 'O nas',
'community' => 'Społeczność',
'buffer' => 'Bufor',
'times' => 'razy',
'name' => 'Nazwa',
'add' => 'Dodaj',
'staff' => 'Zespół',
'blacklist' => 'Czarna lista',
'fl_tokens' => 'Tokeny Freeleech'
];
1 change: 1 addition & 0 deletions resources/lang/pl/forum.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,5 @@
'mark-as-resolved' => 'Zablokuj wątek',
'delete-topic' => 'Usuń watek',
'display-forum' => 'Pokaz wątki w ',
'edit-topic' => 'Edytuj wątek'
];
1 change: 1 addition & 0 deletions resources/lang/pl/pm.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,5 @@
'send' => 'Wyślij',
'create' => 'Utwórz',
'select' => 'Wybierz użytkownika',
'mark-all-read' => 'Oznacz wszystkie jako przeczytane',
];