diff options
author | plegall <plg@piwigo.org> | 2010-05-24 15:30:46 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2010-05-24 15:30:46 +0000 |
commit | 6d37de58bf0bb53fa76145204c969d1462ebcb70 (patch) | |
tree | ebf147e8e7bb38780ec153bcb4343b823eb4daf0 | |
parent | 02ba44ef0813d84f2a12e3c466084ef434a6fd68 (diff) |
merge r6240 from trunk to branch 2.1
small translation bug correction
git-svn-id: http://piwigo.org/svn/branches/2.1@6328 68402e56-0260-453c-a942-63ccdbb3a9ee
-rw-r--r-- | language/pl_PL/common.lang.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/language/pl_PL/common.lang.php b/language/pl_PL/common.lang.php index 6ac5e7d09..5c3aeb8e2 100644 --- a/language/pl_PL/common.lang.php +++ b/language/pl_PL/common.lang.php @@ -304,7 +304,7 @@ $lang['the picture must be to the fileformat jpg, gif or png'] = 'zdjÄ™cia muszÄ $lang['the height of the picture must not exceed :'] = 'wysokość zdjÄ™cia nie może przekraczać : '; $lang['Optional, but recommended : choose a thumbnail to associate to'] = 'Opcjonalne, ale zalecane : wybierz miniaturÄ™ do powiÄ…zania z '; $lang['the width of the picture must not exceed :'] = 'szerokość zdjÄ™cia nie może przekraczać : '; -$lang['Author'] = 'Autor (np. "Pierrick LE GALL")'; +$lang['Author'] = 'Autor'; $lang['can\'t upload the picture on the server'] = 'nie można wgrać zdjÄ™cia na serwer'; $lang['the username must be given'] = 'nazwa użytkonika musi być podana'; $lang['A picture\'s name already used'] = 'Nazwa zdjÄ™cia już wykorzystana'; |