aboutsummaryrefslogtreecommitdiffstats
path: root/language/pl_PL/admin.lang.php
diff options
context:
space:
mode:
authorEric <eric@piwigo.org>2009-08-18 20:51:39 +0000
committerEric <eric@piwigo.org>2009-08-18 20:51:39 +0000
commit554fe94f7fa599ff8109df5371bbdfa6fd61eee7 (patch)
tree86d77c2dc7c28041e6e897bac6b5de93e20ad514 /language/pl_PL/admin.lang.php
parent71774d6496e808fa6baa2b6567c89bfc5fb2ceff (diff)
Bug 1041 fixed : manual user adding in admin's user management panel
- Double password type fields - Add controls of the filling fields - Alert text added in language pack - EN, FR, DE and ES are OK. IT have to be fixed. - Subsidiary fix : Small grammatical error in FR/common.lang.php git-svn-id: http://piwigo.org/svn/trunk@3751 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r--language/pl_PL/admin.lang.php10
1 files changed, 9 insertions, 1 deletions
diff --git a/language/pl_PL/admin.lang.php b/language/pl_PL/admin.lang.php
index 4fe20436c..364f82ca1 100644
--- a/language/pl_PL/admin.lang.php
+++ b/language/pl_PL/admin.lang.php
@@ -647,7 +647,15 @@ $lang['Bound template'] = 'Przypisz Szablon';
/* TODO */ $lang['Downloads'] = 'Downloads';
/* TODO */ $lang['Released on'] = 'Released on';
/* TODO */ $lang['Number of downloads'] = 'Number of downloads';
-// --------- Starting below: New or revised $lang ---- from Colibri (2.1)
+// --------- Starting below: New or revised $lang ---- from Colibri
+/*TODO*/$lang['Piwigo Announcements Newsletter'] = 'Piwigo Announcements Newsletter';
+/*TODO*/$lang['Subscribe to Piwigo Announcements Newsletter'] = 'Keep in touch with Piwigo project, subscribe to Piwigo Announcement Newsletter. You will receive emails when a new release is available (sometimes including a security bug fix, it\'s important to know and upgrade) and when major events happen to the project. Only a few emails a year.';
+/*TODO*/$lang['Subscribe %s'] = 'Subscribe %s';
+/*TODO*/$lang['Subscribe %s to Piwigo Announcements Newsletter'] = 'Subscribe %s to Piwigo English Announcements Newsletter';
/*TODO*/$lang['Purge search history'] = 'Purge search history';
/*TODO*/$lang['Hide'] = 'Hide';
+/*TODO*/$lang['Password is missing'] = 'Password is missing. Please enter the password.';
+/*TODO*/$lang['Password confirmation is missing'] = 'Password confirmation is missing. Please confirm the chosen password.';
+/*TODO*/$lang['Email address is missing'] = 'Email address is missing. Please specify an email address.';
+/*TODO*/$lang['Password confirmation error'] = 'Password confirmation error.';
?>