diff options
author | Eric <eric@piwigo.org> | 2009-10-08 21:05:51 +0000 |
---|---|---|
committer | Eric <eric@piwigo.org> | 2009-10-08 21:05:51 +0000 |
commit | a44ceedea6f0bc66db6dd924e111c7634d6e17f0 (patch) | |
tree | 3a2ec6d330d5fecc88805ec8e0b0a762c7075cb5 /language/es_ES | |
parent | 327cdb0eabdfd0e64b187d796fed6939263b40b5 (diff) |
[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
Diffstat (limited to 'language/es_ES')
-rw-r--r-- | language/es_ES/common.lang.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/language/es_ES/common.lang.php b/language/es_ES/common.lang.php index e7a2c820d..9af5df057 100644 --- a/language/es_ES/common.lang.php +++ b/language/es_ES/common.lang.php @@ -365,5 +365,5 @@ $lang['group by letters'] = 'Reagrupar por letras'; $lang['letters'] = 'letras'; $lang['show tag cloud'] = 'mostrar la nube de tags'; $lang['cloud'] = 'nube'; - +$lang['Reset_To_Default'] = 'Restablecer los valores predeterminados'; ?> |