source: extensions/autoupdate/language/pl_PL/plugin.lang.php @ 4835

Last change on this file since 4835 was 4835, checked in by patdenice, 14 years ago

Force the ajax response charset to UTF-8.
Add some missing traductions.

  • Property svn:eol-style set to LF
  • Property svn:keywords set to Author Date Id Revision
File size: 1.7 KB
Line 
1<?php
2
3$lang['Click here to upgrade automatically'] = 'Kliknij tutaj aby dokonać automatycznej aktualizacji';
4$lang['autoupdate_alert'] = 'Czy na pewno chcesz zaktualizować piwigo automatycznie?\nUwaga!!! Pliki ręcznie modyfikowane mogą zostać nadpisane.';
5$lang['autoupdate_success'] = 'Piwigo zostało zaktualizowane pomyślnie (wersja %s)';
6$lang['autoupdate_fail'] = 'Wystąpił błąd podczas aktualizacji.';
7
8$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>.';
9
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';
18
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';
21
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...';
24
25?>
Note: See TracBrowser for help on using the repository browser.