]> ToastFreeware Gitweb - toast/cookiecaptcha.git/blobdiff - ConfirmEdit.alias.php
Fix inappropriate use of empty(), it should only be used when you want to suppress...
[toast/cookiecaptcha.git] / ConfirmEdit.alias.php
index dc5c89b117988fc1cc6a9f517af5a244aacf5a7f..5d69fcc60130b777a237667b73d06f855286ef82 100644 (file)
@@ -13,3 +13,13 @@ $aliases['en'] = array(
        'Captcha' => array( 'Captcha' ),
 );
 
+/** Arabic (العربية) */
+$aliases['ar'] = array(
+       'Captcha' => array( 'كابتشا' ),
+);
+
+/** Maltese (Malti) */
+$aliases['mt'] = array(
+       'Captcha' => array( 'Captcha' ),
+);
+