[Piwigo] Merged from trunk to branch - Bug 1079 fixed : Return to default settings in user profile page.

(I don't really enjoy the code but it's the simplest way i've found)

git-svn-id: http://piwigo.org/svn/branches/2.0@3996 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
Eric
2009-10-08 21:05:51 +00:00
parent 327cdb0eab
commit a44ceedea6
7 changed files with 80 additions and 1 deletions
+1
View File
@@ -365,4 +365,5 @@ $lang['group by letters'] = 'Gruppieren nach Buchstaben';
$lang['letters'] = 'Buchstaben';
$lang['show tag cloud'] = 'zeigen die Tag-Wolke';
$lang['cloud'] = 'Wolke';
$lang['Reset_To_Default'] = 'Zurücksetzen auf Standardwerte';
?>