aboutsummaryrefslogtreecommitdiffstats
path: root/util/strings.php
diff options
context:
space:
mode:
authorfabrixxm <fabrix.xm@gmail.com>2010-12-23 21:33:45 +0100
committerfabrixxm <fabrix.xm@gmail.com>2010-12-23 21:33:45 +0100
commitdd83923057643888cc1c6dbb8ded9d52e766f525 (patch)
tree564a7b150cc2118ac5a040cfafdcaa8b7950b4ce /util/strings.php
parentfa756ffcb987a37dae888bf84c9519d55a484da5 (diff)
downloadvolse-hubzilla-dd83923057643888cc1c6dbb8ded9d52e766f525.tar.gz
volse-hubzilla-dd83923057643888cc1c6dbb8ded9d52e766f525.tar.bz2
volse-hubzilla-dd83923057643888cc1c6dbb8ded9d52e766f525.zip
Translatable "Welcome to" in home
Diffstat (limited to 'util/strings.php')
-rw-r--r--util/strings.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/util/strings.php b/util/strings.php
index 39d66a3a9..6e6c4b27c 100644
--- a/util/strings.php
+++ b/util/strings.php
@@ -4,6 +4,7 @@ $a->strings['Page not found.' ] = 'Page not found.' ;
$a->strings['Permission denied'] = 'Permission denied';
$a->strings['Permission denied.'] = 'Permission denied.';
$a->strings['Nickname or Email address: '] = 'Nickname or Email address: ';
+$a->strings['Welcome to '] = 'Welcome to ';
$a->strings['Password: '] = 'Password: ';
$a->strings['Login'] = 'Login';
$a->strings['Nickname/Email/OpenID: '] = 'Nickname/Email/OpenID: ';