summaryrefslogtreecommitdiff
path: root/inc/lang
diff options
context:
space:
mode:
authorGerry Weißbach <gerry.w@gammaproduction.de>2015-05-07 11:32:29 +0200
committerGerry Weißbach <gerry.w@gammaproduction.de>2015-05-07 11:32:29 +0200
commitd2d5fb4254e659561b6bae97cfd9ed2bdad73aa6 (patch)
treed6b1ec7d36c8861e716554533c2fd59156b94c09 /inc/lang
parentc594265e447bf705dae05f5e59560ea4c3afea0b (diff)
parent9234bce90e1297ac66acc321827cb0f832864fe4 (diff)
downloadrpg-d2d5fb4254e659561b6bae97cfd9ed2bdad73aa6.tar.gz
rpg-d2d5fb4254e659561b6bae97cfd9ed2bdad73aa6.tar.bz2
Merge commit '9234bce90e1297ac66acc321827cb0f832864fe4' into extension_manager
Diffstat (limited to 'inc/lang')
-rw-r--r--inc/lang/en/lang.php2
-rw-r--r--inc/lang/nl/lang.php3
2 files changed, 5 insertions, 0 deletions
diff --git a/inc/lang/en/lang.php b/inc/lang/en/lang.php
index 3f11a1ee4..2bbf61000 100644
--- a/inc/lang/en/lang.php
+++ b/inc/lang/en/lang.php
@@ -75,6 +75,7 @@ $lang['regmissing'] = 'Sorry, you must fill in all fields.';
$lang['reguexists'] = 'Sorry, a user with this login already exists.';
$lang['regsuccess'] = 'The user has been created and the password was sent by email.';
$lang['regsuccess2'] = 'The user has been created.';
+$lang['regfail'] = 'The user could not be created.';
$lang['regmailfail'] = 'Looks like there was an error on sending the password mail. Please contact the admin!';
$lang['regbadmail'] = 'The given email address looks invalid - if you think this is an error, contact the admin';
$lang['regbadpass'] = 'The two given passwords are not identical, please try again.';
@@ -90,6 +91,7 @@ $lang['profdeleteuser'] = 'Delete Account';
$lang['profdeleted'] = 'Your user account has been deleted from this wiki';
$lang['profconfdelete'] = 'I wish to remove my account from this wiki. <br/> This action can not be undone.';
$lang['profconfdeletemissing'] = 'Confirmation check box not ticked';
+$lang['proffail'] = 'User profile was not updated.';
$lang['pwdforget'] = 'Forgotten your password? Get a new one';
$lang['resendna'] = 'This wiki does not support password resending.';
diff --git a/inc/lang/nl/lang.php b/inc/lang/nl/lang.php
index f0a235d67..e7d82af19 100644
--- a/inc/lang/nl/lang.php
+++ b/inc/lang/nl/lang.php
@@ -25,6 +25,7 @@
* @author Rene <wllywlnt@yahoo.com>
* @author Johan Vervloet <johan.vervloet@gmail.com>
* @author Mijndert <mijndert@mijndertstuij.nl>
+ * @author Johan Wijnker <johan@wijnker.eu>
*/
$lang['encoding'] = 'utf-8';
$lang['direction'] = 'ltr';
@@ -353,3 +354,5 @@ $lang['currentns'] = 'Huidige namespace';
$lang['searchresult'] = 'Zoekresultaat';
$lang['plainhtml'] = 'Alleen HTML';
$lang['wikimarkup'] = 'Wiki Opmaak';
+$lang['page_nonexist_rev'] = 'Pagina bestaat niet bij %s. Het is vervolgens aangemaakt bij <a href="%s">%s</a>.';
+$lang['unable_to_parse_date'] = 'Begrijp het niet bij parameter "% s".';