Index: trunk/phase3/includes/ChangesList.php |
— | — | @@ -201,7 +201,7 @@ |
202 | 202 | protected function insertTimestamp(&$s, $rc) { |
203 | 203 | global $wgLang; |
204 | 204 | # Timestamp |
205 | | - $s .= $this->message['semicolon-separator'] . ' ' . $wgLang->time( $rc->mAttribs['rc_timestamp'], true, true ) . ' . . '; |
| 205 | + $s .= $this->message['semicolon-separator'] . $wgLang->time( $rc->mAttribs['rc_timestamp'], true, true ) . ' . . '; |
206 | 206 | } |
207 | 207 | |
208 | 208 | /** Insert links to user page, user talk page and eventually a blocking link */ |
— | — | @@ -592,7 +592,7 @@ |
593 | 593 | array_push( $users, $text ); |
594 | 594 | } |
595 | 595 | |
596 | | - $users = ' <span class="changedby">[' . implode( $this->message['semicolon-separator'] . ' ', $users ) . ']</span>'; |
| 596 | + $users = ' <span class="changedby">[' . implode( $this->message['semicolon-separator'], $users ) . ']</span>'; |
597 | 597 | |
598 | 598 | # Arrow |
599 | 599 | $rci = 'RCI'.$this->rcCacheIndex; |
— | — | @@ -712,7 +712,7 @@ |
713 | 713 | if ( !$rc_type == RC_LOG || $rc_type == RC_NEW ) { |
714 | 714 | $r .= ' ('; |
715 | 715 | $r .= $rcObj->curlink; |
716 | | - $r .= $this->message['semicolon-separator'] . ' '; |
| 716 | + $r .= $this->message['semicolon-separator']; |
717 | 717 | $r .= $rcObj->lastlink; |
718 | 718 | $r .= ')'; |
719 | 719 | } |
— | — | @@ -837,7 +837,7 @@ |
838 | 838 | |
839 | 839 | # Diff and hist links |
840 | 840 | if ( $rc_type != RC_LOG ) { |
841 | | - $r .= ' ('. $rcObj->difflink . $this->message['semicolon-separator'] . ' '; |
| 841 | + $r .= ' ('. $rcObj->difflink . $this->message['semicolon-separator']; |
842 | 842 | $r .= $this->skin->makeKnownLinkObj( $rcObj->getTitle(), wfMsg( 'hist' ), $curIdEq.'&action=history' ) . ')'; |
843 | 843 | } |
844 | 844 | $r .= ' . . '; |
Index: trunk/phase3/languages/messages/MessagesKu_arab.php |
— | — | @@ -340,8 +340,8 @@ |
341 | 341 | 'tooltip-pt-userpage' => 'پهڕهی تایبهتی خۆم', |
342 | 342 | |
343 | 343 | # Separators for various lists, etc. |
344 | | -'semicolon-separator' => '؛', |
345 | | -'comma-separator' => '،', |
| 344 | +'semicolon-separator' => '؛ ', |
| 345 | +'comma-separator' => '، ', |
346 | 346 | |
347 | 347 | # Live preview |
348 | 348 | 'livepreview-loading' => 'لهباركردنایه ...', |
Index: trunk/phase3/languages/messages/MessagesAr.php |
— | — | @@ -2927,8 +2927,8 @@ |
2928 | 2928 | 'useajaxsearch' => 'استخدم بحث أجاكس', |
2929 | 2929 | |
2930 | 2930 | # Separators for various lists, etc. |
2931 | | -'semicolon-separator' => '؛', |
2932 | | -'comma-separator' => '،', |
| 2931 | +'semicolon-separator' => '؛ ', |
| 2932 | +'comma-separator' => '، ', |
2933 | 2933 | |
2934 | 2934 | # Multipage image navigation |
2935 | 2935 | 'imgmultipageprev' => '← الصفحة السابقة', |
Index: trunk/phase3/languages/messages/MessagesKk_arab.php |
— | — | @@ -2879,7 +2879,7 @@ |
2880 | 2880 | 'useajaxsearch' => 'AJAX قولدانىپ ىزدەۋ', |
2881 | 2881 | |
2882 | 2882 | # Separators for various lists, etc. |
2883 | | -'semicolon-separator' => '؛', |
| 2883 | +'semicolon-separator' => '؛ ', |
2884 | 2884 | 'comma-separator' => '، ', |
2885 | 2885 | |
2886 | 2886 | # Multipage image navigation |
Index: trunk/phase3/languages/messages/MessagesEn.php |
— | — | @@ -3271,7 +3271,7 @@ |
3272 | 3272 | |
3273 | 3273 | # Separators for various lists, etc. |
3274 | 3274 | 'catseparator' => '|', # only translate this message to other languages if you have to change it |
3275 | | -'semicolon-separator' => ';', # only translate this message to other languages if you have to change it |
| 3275 | +'semicolon-separator' => '; ', # only translate this message to other languages if you have to change it |
3276 | 3276 | 'comma-separator' => ', ', # only translate this message to other languages if you have to change it |
3277 | 3277 | 'colon-separator' => ': ', # only translate this message to other languages if you have to change it |
3278 | 3278 | 'autocomment-prefix' => '- ', # only translate this message to other languages if you have to change it |
Index: trunk/phase3/languages/messages/MessagesFa.php |
— | — | @@ -2694,7 +2694,7 @@ |
2695 | 2695 | 'useajaxsearch' => 'از جستجوی مبتنی بر AJAX استفاده کن', |
2696 | 2696 | |
2697 | 2697 | # Separators for various lists, etc. |
2698 | | -'semicolon-separator' => '؛', |
| 2698 | +'semicolon-separator' => '؛ ', |
2699 | 2699 | 'comma-separator' => '، ', |
2700 | 2700 | |
2701 | 2701 | # Multipage image navigation |
Index: trunk/phase3/languages/messages/MessagesArz.php |
— | — | @@ -2718,9 +2718,9 @@ |
2719 | 2719 | 'useajaxsearch' => 'دور بـ أجاكس', |
2720 | 2720 | |
2721 | 2721 | # Separators for various lists, etc. |
2722 | | -'semicolon-separator' => '؛', |
2723 | | -'comma-separator' => '،', |
2724 | | -'autocomment-prefix' => '-', |
| 2722 | +'semicolon-separator' => '؛ ', |
| 2723 | +'comma-separator' => '، ', |
| 2724 | +'autocomment-prefix' => '- ', |
2725 | 2725 | |
2726 | 2726 | # Multipage image navigation |
2727 | 2727 | 'imgmultipageprev' => '← الصفحة اللي فاتت', |