Skip to content

Commit 9598a6f

Browse files
committed
New translations entities.php (Polish)
1 parent e9e85f6 commit 9598a6f

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

lang/pl/entities.php

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -392,8 +392,11 @@
392392
'comment' => 'Komentarz',
393393
'comments' => 'Komentarze',
394394
'comment_add' => 'Dodaj komentarz',
395+
'comment_none' => 'No comments to display',
395396
'comment_placeholder' => 'Napisz swój komentarz tutaj',
396-
'comment_count' => '{0} Brak komentarzy |{1} 1 komentarz|[2,*] :count komentarzy',
397+
'comment_thread_count' => ':count Comment Thread|:count Comment Threads',
398+
'comment_archived_count' => ':count Archived',
399+
'comment_archived_threads' => 'Archived Threads',
397400
'comment_save' => 'Zapisz komentarz',
398401
'comment_new' => 'Nowy komentarz',
399402
'comment_created' => 'Skomentowano :createDiff',
@@ -402,8 +405,14 @@
402405
'comment_deleted_success' => 'Komentarz usunięty',
403406
'comment_created_success' => 'Komentarz dodany',
404407
'comment_updated_success' => 'Komentarz zaktualizowany',
408+
'comment_archive_success' => 'Comment archived',
409+
'comment_unarchive_success' => 'Comment un-archived',
410+
'comment_view' => 'View comment',
411+
'comment_jump_to_thread' => 'Jump to thread',
405412
'comment_delete_confirm' => 'Czy na pewno chcesz usunąc ten komentarz?',
406413
'comment_in_reply_to' => 'W odpowiedzi na :commentId',
414+
'comment_reference' => 'Reference',
415+
'comment_reference_outdated' => '(Outdated)',
407416
'comment_editor_explain' => 'Oto komentarze pozostawione na tej stronie. Komentarze mogą być dodawane i zarządzane podczas przeglądania zapisanej strony.',
408417

409418
// Revision

0 commit comments

Comments
 (0)