diff options
author | Friendika <info@friendika.com> | 2011-03-21 04:10:08 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-03-21 04:10:08 -0700 |
commit | 94cbf3bb80371d5b4160db8bef1d70f28f8a0d97 (patch) | |
tree | cbf651656889afc49826666b3c4f120c0ef53ca6 /util | |
parent | 82bd1ce3cb0097ad6be9650e4a1414e819cf8b0c (diff) | |
download | volse-hubzilla-94cbf3bb80371d5b4160db8bef1d70f28f8a0d97.tar.gz volse-hubzilla-94cbf3bb80371d5b4160db8bef1d70f28f8a0d97.tar.bz2 volse-hubzilla-94cbf3bb80371d5b4160db8bef1d70f28f8a0d97.zip |
another template down
Diffstat (limited to 'util')
-rw-r--r-- | util/strings.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/util/strings.php b/util/strings.php index 31dffd162..907bfb6df 100644 --- a/util/strings.php +++ b/util/strings.php @@ -350,6 +350,9 @@ $a->strings['Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #cam $a->strings['Recent Photos'] = 'Recent Photos'; $a->strings['Upload New Photos'] = 'Upload New Photos'; $a->strings['View Album'] = 'View Album'; +$a->strings['Status'] = 'Status'; +$a->strings['Profile'] = 'Profile'; +$a->strings['Photos'] = 'Photos'; $a->strings['Image uploaded but image cropping failed.'] = 'Image uploaded but image cropping failed.'; $a->strings['Unable to process image'] = 'Unable to process image'; $a->strings['Image uploaded successfully.'] = 'Image uploaded successfully.'; |