summaryrefslogtreecommitdiff
path: root/inc/lang
diff options
context:
space:
mode:
authorMatthias Grimm <matthiasgrimm@users.sourceforge.net>2005-11-11 18:01:22 +0100
committerMatthias Grimm <matthiasgrimm@users.sourceforge.net>2005-11-11 18:01:22 +0100
commit4cb796577ee06e5db0058b4a820243db1b9a48f4 (patch)
treef2f8df239be1740c11d6191ac560af9da557ffd1 /inc/lang
parent5beae5da4955cae1f238049f8752ee435db58217 (diff)
downloadrpg-4cb796577ee06e5db0058b4a820243db1b9a48f4.tar.gz
rpg-4cb796577ee06e5db0058b4a820243db1b9a48f4.tar.bz2
profile change feedback
This pathc adds a feedback for the user after changing his/her profile and the profile dialog will be closed. darcs-hash:20051111170122-4145d-8b04e5078ac5f7f5bff2309d55002232e67f344a.gz
Diffstat (limited to 'inc/lang')
-rw-r--r--inc/lang/de/lang.php1
-rw-r--r--inc/lang/en/lang.php1
2 files changed, 2 insertions, 0 deletions
diff --git a/inc/lang/de/lang.php b/inc/lang/de/lang.php
index a62175837..733f8caf5 100644
--- a/inc/lang/de/lang.php
+++ b/inc/lang/de/lang.php
@@ -69,6 +69,7 @@ $lang['reghere'] = 'Sie haben noch keinen Zugang? Hier anmelden';
$lang['profna'] = 'Änderung des Benutzerprofils in diesem Wiki nicht möglich.';
$lang['profnochange'] = 'Keine Änderungen, nichts zu tun.';
$lang['profnoempty'] = 'Es muß ein Name und eine E-Mail Adresse angegeben werden.';
+$lang['profchanged'] = 'Benuzerprofil erfolgreich geändert.';
$lang['pwdforget'] = 'Passwort vergessen? Kein Problem';
$lang['resendna'] = 'Passwörter versenden ist in diesem Wiki nicht möglich.';
diff --git a/inc/lang/en/lang.php b/inc/lang/en/lang.php
index d686f0c23..3642038dc 100644
--- a/inc/lang/en/lang.php
+++ b/inc/lang/en/lang.php
@@ -67,6 +67,7 @@ $lang['reghere'] = 'You don\'t have an account yet? Just get one';
$lang['profna'] = 'This wiki does not support profile modification';
$lang['profnochange'] = 'No changes, nothing to do.';
$lang['profnoempty'] = 'An empty name or email address is not allowed.';
+$lang['profchanged'] = 'User profile sucessfully updated.';
$lang['pwdforget'] = 'Forgotten your password? Get a new one';
$lang['resendna'] = 'This wiki does not support password resending.';