diff options
Diffstat (limited to 'language/pl_PL')
-rw-r--r-- | language/pl_PL/common.lang.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/language/pl_PL/common.lang.php b/language/pl_PL/common.lang.php index c8136601c..6cb46feae 100644 --- a/language/pl_PL/common.lang.php +++ b/language/pl_PL/common.lang.php @@ -354,9 +354,9 @@ $lang['Yes'] = 'Tak'; $lang['No'] = 'Nie'; $lang['%d element']='%d obraz'; $lang['%d elements']='%d obrazów'; -$lang['%d element are also linked to current tags'] = '%d image is also linked to current tags'; -$lang['%d elements are also linked to current tags'] = '%d images are also linked to current tags'; -$lang['See elements linked to this tag only'] = 'See images linked to this tag only'; +$lang['%d element are also linked to current tags'] = '%d obraz jest także podpięty do aktualnych tagów'; +$lang['%d elements are also linked to current tags'] = '%d obrazy są także podpięte do aktualnych tagów'; +$lang['See elements linked to this tag only'] = 'Zobacz obrazy podięte tylko do tego tagu'; $lang['elements posted during the last %d days'] = 'obrazy wgrane przez ostatnich %d dni'; $lang['Choose an image'] = 'Wybierz obraz'; $lang['Piwigo Help'] = 'Piwigo Pomoc'; |