From 36cde6c78174cf969d87b1191972765037511b61 Mon Sep 17 00:00:00 2001 From: Rotem Liss Date: Thu, 19 Jun 2008 15:39:30 +0000 Subject: [PATCH] Fixes. --- languages/messages/MessagesEn.php | 26 +++++++++++++------------- maintenance/language/messages.inc | 1 + 2 files changed, 14 insertions(+), 13 deletions(-) diff --git a/languages/messages/MessagesEn.php b/languages/messages/MessagesEn.php index 675af7fb3a..0229bc9b69 100644 --- a/languages/messages/MessagesEn.php +++ b/languages/messages/MessagesEn.php @@ -3333,19 +3333,19 @@ You can also [[Special:Watchlist/edit|use the standard editor]].', 'iranian-calendar-m11' => 'Bahman', # only translate this message to other languages if you have to change it 'iranian-calendar-m12' => 'Esfand', # only translate this message to other languages if you have to change it -#Hijri month names -+'hijri-calendar-m1' => 'Muharram', # only translate this message to other languages if you have to change it -+'hijri-calendar-m2' => 'Safar', # only translate this message to other languages if you have to change it -+'hijri-calendar-m3' => 'Rabi\' al-awwal', # only translate this message to other languages if you have to change it -+'hijri-calendar-m4' => 'Rabi\' al-thani', # only translate this message to other languages if you have to change it -+'hijri-calendar-m5' => 'Jumada al-awwal', # only translate this message to other languages if you have to change it -+'hijri-calendar-m6' => 'Jumada al-thani', # only translate this message to other languages if you have to change it -+'hijri-calendar-m7' => 'Rajab', # only translate this message to other languages if you have to change it -+'hijri-calendar-m8' => 'Sha\'aban', # only translate this message to other languages if you have to change it -+'hijri-calendar-m9' => 'Ramadan', # only translate this message to other languages if you have to change it -+'hijri-calendar-m10' => 'Shawwal', # only translate this message to other languages if you have to change it -+'hijri-calendar-m11' => 'Dhu al-Qi\'dah', # only translate this message to other languages if you have to change it -+'hijri-calendar-m12' => 'Dhu al-Hijjah', # only translate this message to other languages if you have to change it +# Hijri month names +'hijri-calendar-m1' => 'Muharram', # only translate this message to other languages if you have to change it +'hijri-calendar-m2' => 'Safar', # only translate this message to other languages if you have to change it +'hijri-calendar-m3' => "Rabi' al-awwal", # only translate this message to other languages if you have to change it +'hijri-calendar-m4' => "Rabi' al-thani", # only translate this message to other languages if you have to change it +'hijri-calendar-m5' => 'Jumada al-awwal', # only translate this message to other languages if you have to change it +'hijri-calendar-m6' => 'Jumada al-thani', # only translate this message to other languages if you have to change it +'hijri-calendar-m7' => 'Rajab', # only translate this message to other languages if you have to change it +'hijri-calendar-m8' => "Sha'aban", # only translate this message to other languages if you have to change it +'hijri-calendar-m9' => 'Ramadan', # only translate this message to other languages if you have to change it +'hijri-calendar-m10' => 'Shawwal', # only translate this message to other languages if you have to change it +'hijri-calendar-m11' => "Dhu al-Qi'dah", # only translate this message to other languages if you have to change it +'hijri-calendar-m12' => 'Dhu al-Hijjah', # only translate this message to other languages if you have to change it # Hebrew month names 'hebrew-calendar-m1' => 'Tishrei', # only translate this message to other languages if you have to change it diff --git a/maintenance/language/messages.inc b/maintenance/language/messages.inc index 015145ceb0..68f6a621c6 100644 --- a/maintenance/language/messages.inc +++ b/maintenance/language/messages.inc @@ -2787,6 +2787,7 @@ Variants for Chinese language", 'watchlisteditor' => 'Watchlist editor', 'watchlisttools' => 'Watchlist editing tools', 'iranian-dates' => 'Iranian month names', + 'hijri-dates' => 'Hijri month names', 'hebrew-dates' => 'Hebrew month names', 'signatures' => 'Signatures', 'CoreParserFunctions' => 'Core parser functions', -- 2.20.1