diff options
author | Sem <sembrestels@riseup.net> | 2012-08-04 00:43:38 +0200 |
---|---|---|
committer | Sem <sembrestels@riseup.net> | 2012-08-04 00:43:38 +0200 |
commit | de5b21f4a2a820e731aba6cddd6b85de80a6eae2 (patch) | |
tree | 880582cfd9e762f81be7b91ba02f500fee7bba62 | |
parent | a52b5173a3af6f29f8dd3341dac1e35548c83d8b (diff) | |
download | elgg-de5b21f4a2a820e731aba6cddd6b85de80a6eae2.tar.gz elgg-de5b21f4a2a820e731aba6cddd6b85de80a6eae2.tar.bz2 |
Released Lightpics 1.8 beta!
-rw-r--r-- | languages/de.php | 2 | ||||
-rw-r--r-- | languages/en.php | 2 | ||||
-rw-r--r-- | manifest.xml | 14 |
3 files changed, 9 insertions, 9 deletions
diff --git a/languages/de.php b/languages/de.php index 67763d622..7126c95bf 100644 --- a/languages/de.php +++ b/languages/de.php @@ -13,7 +13,7 @@ $german = array( 'albums' => "Bilderalben",
'tidypics:disabled' => 'Deaktiviert',
'tidypics:enabled' => 'Aktiviert',
- 'admin:settings:photos' => 'Tidypics',
+ 'admin:settings:photos' => 'Lightpics'
'photos:add' => "Album hinzufügen",
'images:upload' => "Bilder hochladen",
diff --git a/languages/en.php b/languages/en.php index 65a7ea417..f4c95825f 100644 --- a/languages/en.php +++ b/languages/en.php @@ -13,7 +13,7 @@ $english = array( 'albums' => "Photo Albums", 'tidypics:disabled' => 'Disabled', 'tidypics:enabled' => 'Enabled', - 'admin:settings:photos' => 'Tidypics', + 'admin:settings:photos' => 'Lightpics', 'photos:add' => "Create album", 'images:upload' => "Upload photos", diff --git a/manifest.xml b/manifest.xml index 3120d9f96..6e9ff7852 100644 --- a/manifest.xml +++ b/manifest.xml @@ -1,13 +1,13 @@ <?xml version="1.0" encoding="UTF-8"?> <plugin_manifest xmlns="http://www.elgg.org/plugin_manifest/1.8"> - <name>Tidypics Photo Gallery</name> - <author>Cash Costello</author> - <version>1.8.0-rc1</version> - <description>A photo gallery with albums, tagging, and a slideshow.</description> + <name>Lightpics Photo Gallery</name> + <author>Lorea developers</author> + <version>1.8-beta</version> + <description>A simple photo gallery with albums and a slideshow.</description> <category>content</category> <category>multimedia</category> - <website>https://github.com/cash/Tidypics</website> - <copyright>Cash Costello 2011-2012</copyright> + <website>http://lorea.org</website> + <copyright>(C) 2011-2012 Cash Costello, 2012 Lorea</copyright> <license>GNU General Public License Version 2</license> <requires> <type>elgg_release</type> @@ -27,4 +27,4 @@ <priority>after</priority> <plugin>colorbox</plugin> </requires> -</plugin_manifest>
\ No newline at end of file +</plugin_manifest> |