diff options
author | rvelices <rv-github@modusoptimus.com> | 2007-01-24 05:07:08 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2007-01-24 05:07:08 +0000 |
commit | 585d7c434e9dfdadd3d6755f0af7957f20f6b5a9 (patch) | |
tree | 1ff919c24113089bd503e3439eb88daec1c7085e /language/en_UK.iso-8859-1/common.lang.php | |
parent | d71f764762c13927b8dd2a94dd4be8b734b35090 (diff) |
- plugins with own independent scripts work now (cookie_path and url root are
correct)
- prepare a bit some url functions so that later we can fully embed pwg in
scripts located outside pwg
- remove some unnecessary language strings
git-svn-id: http://piwigo.org/svn/trunk@1750 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'language/en_UK.iso-8859-1/common.lang.php')
-rw-r--r-- | language/en_UK.iso-8859-1/common.lang.php | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/language/en_UK.iso-8859-1/common.lang.php b/language/en_UK.iso-8859-1/common.lang.php index aaf550866..4a11f897b 100644 --- a/language/en_UK.iso-8859-1/common.lang.php +++ b/language/en_UK.iso-8859-1/common.lang.php @@ -301,12 +301,9 @@ $lang['%d new comment'] = '%d new comment'; $lang['%d new comments'] = '%d new comments'; $lang['%d new element'] = '%d new element'; $lang['%d new elements'] = '%d new elements'; -$lang['%d element added'] = '%d element added'; -$lang['%d elements added'] = '%d elements added'; $lang['%d new user'] = '%d new user'; $lang['%d new users'] = '%d new users'; $lang['%d pictures are also linked to current tags'] = '%d pictures are also linked to current tags'; -$lang['%d pictures'] = '%d pictures'; $lang['%d waiting element'] = '%d waiting element'; $lang['%d waiting elements'] = '%d waiting elements'; $lang['About'] = 'About'; |