aboutsummaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorMike Macgirvin <mike@macgirvin.com>2010-10-12 04:46:22 -0700
committerMike Macgirvin <mike@macgirvin.com>2010-10-12 04:46:22 -0700
commita340f70c5154571c6758618505b16104a340ca1b (patch)
tree0f8cae83f1536654941f9de0ddb20bc33ad8b1f8 /util
parentdba866c689e4539b389c9c3982a6e1fb7b373c03 (diff)
downloadvolse-hubzilla-a340f70c5154571c6758618505b16104a340ca1b.tar.gz
volse-hubzilla-a340f70c5154571c6758618505b16104a340ca1b.tar.bz2
volse-hubzilla-a340f70c5154571c6758618505b16104a340ca1b.zip
i18n strings update
Diffstat (limited to 'util')
-rw-r--r--util/strings.php22
1 files changed, 14 insertions, 8 deletions
diff --git a/util/strings.php b/util/strings.php
index a7c012776..82897a3a1 100644
--- a/util/strings.php
+++ b/util/strings.php
@@ -46,18 +46,23 @@ $a->strings['Find'] = 'Find';
$a->strings['Visit '] = 'Visit ';
$a->strings['\'s profile'] = '\'s profile';
$a->strings['Edit contact'] = 'Edit contact';
-$a->strings['Contact Photos'] = 'Contact Photos';
-$a->strings["Unable to set contact photo info."] = "Unable to set contact photo info.";
-$a->strings["Connection accepted at "] = "Connection accepted at ";
-$a->strings['Administrator'] = 'Administrator';
-$a->strings["Email notification failed."] = "Email notification failed.";
-$a->strings['Node does not exist.'] = 'Node does not exist.';
$a->strings['Response from remote site was not understood.'] = 'Response from remote site was not understood.';
$a->strings['Unexpected response from remote site: '] = 'Unexpected response from remote site: ';
-$a->strings["Confirmation completed successfully"] = "Confirmation completed successfully";
+$a->strings["Confirmation completed successfully."] = "Confirmation completed successfully.";
+$a->strings['Remote site reported: '] = 'Remote site reported: ';
$a->strings["Temporary failure. Please wait and try again."] = "Temporary failure. Please wait and try again.";
-$a->strings["Introduction failed or was revoked. Cannot complete."] = "Introduction failed or was revoked. Cannot complete.";
+$a->strings["Introduction failed or was revoked."] = "Introduction failed or was revoked.";
+$a->strings['Contact Photos'] = 'Contact Photos';
$a->strings['Unable to set contact photo.'] = 'Unable to set contact photo.';
+$a->strings['No user record found for '] = 'No user record found for ';
+$a->strings['Our site encryption key is apparently messed up.'] = 'Our site encryption key is apparently messed up.';
+$a->strings['Empty site URL was provided or URL could not be decrypted by us.'] = 'Empty site URL was provided or URL could not be decrypted by us.';
+$a->strings['Contact record was not found for you on our site.'] = 'Contact record was not found for you on our site.';
+$a->strings['The ID provided by your system is a duplicate on our system. It should work if you try again.'] = 'The ID provided by your system is a duplicate on our system. It should work if you try again.';
+$a->strings['Unable to set your contact credentials on our system.'] = 'Unable to set your contact credentials on our system.';
+$a->strings['Unable to update your contact profile details on our system'] = 'Unable to update your contact profile details on our system';
+$a->strings["Connection accepted at "] = "Connection accepted at ";
+$a->strings['Administrator'] = 'Administrator';
$a->strings['New mail received at '] = 'New mail received at ';
$a->strings[" commented on your item at "] = " commented on your item at ";
$a->strings[" commented on an item at "] = " commented on an item at ";
@@ -254,6 +259,7 @@ $a->strings[' ago'] = ' ago';
$a->strings['Create a new group'] = 'Create a new group';
$a->strings['Everybody'] = 'Everybody';
$a->strings['Logout'] = 'Logout';
+$a->strings['Login'] = 'Login';
$a->strings['Home'] = 'Home';
$a->strings['Register'] = 'Register';
$a->strings['Directory'] = 'Directory';