Changeset 4838

Show
Ignore:
Timestamp:
02/07/10 10:38:38 (3 years ago)
Author:
ddtddt
Message:

[extensions]- [autoupdate] update PL tranks to Emcek

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • extensions/autoupdate/language/pl_PL/plugin.lang.php

    r4835 r4838  
    88$lang['autoupdate_extract_fail'] = 'Wystąpił błąd podczas rozpokowywania. Sprawdź uprawnienia do plików w katalogu gdize jest zainstalowane piwigo.<br><a href="%s">Kliknij aby zobaczyć błędy</a>.'; 
    99 
    10 /*TODO*/$lang['Piwigo cannot retrieve upgrade file from server'] = 'Piwigo cannot retrieve upgrade file from server'; 
    11 /*TODO*/$lang['Click here to see Piwigo %s release notes'] = 'Click here to see Piwigo %s release notes'; 
    12 /*TODO*/$lang['Some upgrades are available for you plugins'] = 'Some upgrades are available for you plugins'; 
    13 /*TODO*/$lang['Click here see upgrade plugins page'] = 'Click here see upgrade plugins page'; 
    14 /*TODO*/$lang['Gallery and plugins are up to date'] = 'Gallery and plugins are up to date'; 
    15 /*TODO*/$lang['Unable to check upgrades...'] = 'Unable to check upgrades...'; 
    16 /*TODO*/$lang['Piwigo will automaticaly try again later.'] = 'Piwigo will automaticaly try again later.'; 
    17 /*TODO*/$lang['Click here to check upgrades now'] = 'Click here to check upgrades now'; 
     10$lang['Piwigo cannot retrieve upgrade file from server'] = 'Piwigo nie może ściągnąć pliku aktualizacji z serwera'; 
     11$lang['Click here to see Piwigo %s release notes'] = 'Kliknij tutaj, aby przejść do informacji o wydaniu Piwigo %s '; 
     12$lang['Some upgrades are available for you plugins'] = 'Są dostępne aktualizacje do niektórych Twoich wtyczek'; 
     13$lang['Click here see upgrade plugins page'] = 'Kliknij tutaj, aby przejść na stronę aktualizacji wtyczek'; 
     14$lang['Gallery and plugins are up to date'] = 'Galeria i wtyczki są aktualne'; 
     15$lang['Unable to check upgrades...'] = 'Nie można sprawdzić aktualizacji...'; 
     16$lang['Piwigo will automaticaly try again later.'] = 'Piwigo później automatycznie spróbuje jeszcze raz.'; 
     17$lang['Click here to check upgrades now'] = 'Kliknij tutaj, aby teraz sprawdzić aktualizacje'; 
    1818 
    19 /*TODO*/$lang['Notify on admin homepage'] = 'Notify on admin homepage'; 
    20 /*TODO*/$lang['Don\'t notify on admin homepage'] = 'Don\'t notify on admin homepage'; 
     19$lang['Notify on admin homepage'] = 'Poinformuj na stronie domowej administratora'; 
     20$lang['Don\'t notify on admin homepage'] = 'Nie informuj na stronie domowej administratora'; 
    2121 
    22 /*TODO*/$lang['Upgrade in progress... Please wait.'] = 'Upgrade in progress... Please wait.'; 
    23 /*TODO*/$lang['Checking upgrades for gallery and plugins...'] = 'Checking upgrades for gallery and plugins...'; 
     22$lang['Upgrade in progress... Please wait.'] = 'Trwa aktualizacja... Proszę czekać.'; 
     23$lang['Checking upgrades for gallery and plugins...'] = 'Sprawdzanie aktualizacji dla galerii oraz wtyczek...'; 
    2424 
    2525?>