]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
Released Lightpics 1.8 beta!
authorSem <sembrestels@riseup.net>
Fri, 3 Aug 2012 22:43:38 +0000 (00:43 +0200)
committerSem <sembrestels@riseup.net>
Fri, 3 Aug 2012 22:43:38 +0000 (00:43 +0200)
languages/de.php
languages/en.php
manifest.xml

index 67763d6229eff06a63c4f0bfdfba40352a1afe76..7126c95bf092ab303ef6bcb93be6081287ae862a 100644 (file)
@@ -13,7 +13,7 @@ $german = array(
                        'albums' => "Bilderalben",\r
                        'tidypics:disabled' => 'Deaktiviert',\r
                        'tidypics:enabled' => 'Aktiviert',\r
-                       'admin:settings:photos' => 'Tidypics',\r
+                       'admin:settings:photos' => 'Lightpics'\r
 \r
                        'photos:add' => "Album hinzufügen",\r
                        'images:upload' => "Bilder hochladen",\r
index 65a7ea417aa5618484bbb219c84ed90f60679895..f4c95825f10dfc77b2e577e822f49dcef90bb23e 100644 (file)
@@ -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",
index 3120d9f969cc4e19d8085d42691d30535c42db03..6e9ff7852ce9c05087efc8712a80451b806c33d8 100644 (file)
@@ -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>