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

Last change on this file since 4007 was 4007, checked in by patdenice, 15 years ago

[Plugin Autoupdate]
Try to change chmod if extraction fail.

  • Property svn:eol-style set to LF
  • Property svn:keywords set to Author Date Id Revision
File size: 612 bytes
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/*TODO*/$lang['autoupdate_extract_fail'] = 'An error occured during extract. Please check files permissions of your piwigo installation.<br><a href="%s">Click here to show log error</a>.';
9
10?>
Note: See TracBrowser for help on using the repository browser.