diff options
author | alfalive <dkfree@gmx.de> | 2009-04-03 19:14:32 +0000 |
---|---|---|
committer | alfalive <dkfree@gmx.de> | 2009-04-03 19:14:32 +0000 |
commit | 9adff06c774ed66b99f9754263642fcf84b1dec4 (patch) | |
tree | 2148f0872f47ebb49f57edec4d5ff465c5ebae62 | |
parent | 74f7d6c4109851a83a2310900ac15e29e4254aea (diff) | |
download | elgg-9adff06c774ed66b99f9754263642fcf84b1dec4.tar.gz elgg-9adff06c774ed66b99f9754263642fcf84b1dec4.tar.bz2 |
Added String tidypics:newalbum' => 'New photo album',
-rw-r--r-- | languages/de.php | 22 |
1 files changed, 13 insertions, 9 deletions
diff --git a/languages/de.php b/languages/de.php index 25604f1d6..582590c7f 100644 --- a/languages/de.php +++ b/languages/de.php @@ -1,12 +1,12 @@ <?php
- /**
- * Elgg tidypics plugin german language pack
- *
- * @version 1.2
- * @author Modified and fixed by Dieter Konrad aka alfalive
- * @contact http://community.elgg.org/pg/profile/alfalive
- *
- */
+/**
+* Elgg tidypics plugin german language pack
+*
+* @version 1.21
+* @author Modified and fixed by Dieter Konrad aka alfalive
+* @contact http://community.elgg.org/pg/profile/alfalive
+*
+*/
$german = array(
@@ -77,10 +77,14 @@ 'image:river:item' => "ein Bild",
'image:river:annotate' => "%s kommentierte",
- //albums
+ //albums
'album:river:created' => "%s erstellte",
'album:river:item' => "ein Album",
'album:river:annotate' => "%s kommentierte",
+
+ //Benachrichtigungen
+ 'tidypics:newalbum' => 'Neues Foto-Album',
+
// Status messages
|