diff options
author | friendica <info@friendica.com> | 2014-08-05 20:09:01 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-08-05 20:09:01 -0700 |
commit | 1f415d983081170ec707e0f72d99efc12e7cde4a (patch) | |
tree | 28c249e0f2d5f60f716296af7691b6a96e717f7f /view/en-au/strings.php | |
parent | 8da548344be6493aeedc7d9896bc784880dff3fe (diff) | |
download | volse-hubzilla-1f415d983081170ec707e0f72d99efc12e7cde4a.tar.gz volse-hubzilla-1f415d983081170ec707e0f72d99efc12e7cde4a.tar.bz2 volse-hubzilla-1f415d983081170ec707e0f72d99efc12e7cde4a.zip |
add en-gb and en-au ('en-us' aka 'en' is the default language now so watch out for words like colour and centralise and please use the US variants in translatable strings)
Diffstat (limited to 'view/en-au/strings.php')
-rw-r--r-- | view/en-au/strings.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/view/en-au/strings.php b/view/en-au/strings.php new file mode 100644 index 000000000..db383f50f --- /dev/null +++ b/view/en-au/strings.php @@ -0,0 +1,5 @@ +<?php +require_once('view/en-gb/strings.php'); +$a->strings['Welcome %s. Remote authentication successful.'] = "G'day %s. Remote authentication successful"; + + |