diff options
author | rvelices <rv-github@modusoptimus.com> | 2013-06-24 04:23:03 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2013-06-24 04:23:03 +0000 |
commit | 46dd825423005091f394afb081ab93a95af3c715 (patch) | |
tree | 3d286e8eda2fec135c2abbe48bb6cad2ad20764b /language/pl_PL/admin.lang.php | |
parent | d12e519e1a4a2bd2a5b7edf2716c32b80413a1b5 (diff) |
change lang key (email -> Email) and moved it to common from admin (used in comment add)
git-svn-id: http://piwigo.org/svn/trunk@23496 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | language/pl_PL/admin.lang.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/language/pl_PL/admin.lang.php b/language/pl_PL/admin.lang.php index 6fe40acde..b664f6c5d 100644 --- a/language/pl_PL/admin.lang.php +++ b/language/pl_PL/admin.lang.php @@ -222,7 +222,7 @@ $lang['Prepared time for list of users to send mail is limited. Others users are $lang['Time to send mail is limited. Others mails are skipped.'] = 'Czas wysłania wiadomości jest ograniczony. Pozostałe wiadomości zostaną pominięte.'; $lang['To send ?'] = 'Do wysłania ?'; $lang['Last send'] = 'Ostatnio wysłane'; -$lang['email'] = 'email'; +$lang['Email'] = 'email'; $lang['User'] = 'Użytkownik'; $lang['See you soon,'] = 'Do zobaczenia wkrótce,'; $lang['Go to'] = 'Przejdź do '; |