diff --git a/Echo.alias.php b/Echo.alias.php index ff2fc9662..39f0936bd 100644 --- a/Echo.alias.php +++ b/Echo.alias.php @@ -28,6 +28,11 @@ $specialPageAliases['mk'] = array( 'Notifications' => array( 'Известувања' ), ); +/** Punjabi (ਪੰਜਾਬੀ) */ +$specialPageAliases['pa'] = array( + 'Notifications' => array( 'ਇਤਲਾਹਾਂ' ), +); + /** Sicilian (sicilianu) */ $specialPageAliases['scn'] = array( 'Notifications' => array( 'Notifiche' ), diff --git a/Echo.i18n.php b/Echo.i18n.php index fc92146f8..9016ae68c 100644 --- a/Echo.i18n.php +++ b/Echo.i18n.php @@ -1524,7 +1524,7 @@ Sistem pemberitahuan {{SITENAME}}.', $1', 'echo-link-new' => '$1 pemberitahuan baru', - 'echo-link' => 'Pemberitahuan saya', # Fuzzy + 'echo-link' => 'Pemberitahuan', 'echo-overlay-link' => 'Semua pemberitahuan…', 'echo-overlay-title' => 'Pemberitahuan saya', );