r99037 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r99036‎ | r99037 | r99038 >
Date:19:54, 5 October 2011
Author:raymond
Status:ok
Tags:
Comment:
Localisation updates for ToolserverI18N messages from translatewiki.net
Modified paths:
  • /trunk/tools/ToolserverI18N/language/messages/Svgtranslate.i18n.php (modified) (history)
  • /trunk/tools/ToolserverI18N/language/messages/Toolserverstatus.i18n.php (modified) (history)
  • /trunk/tools/ToolserverI18N/language/messages/Wlm.i18n.php (modified) (history)

Diff [purge]

Index: trunk/tools/ToolserverI18N/language/messages/Svgtranslate.i18n.php
@@ -690,12 +690,13 @@
691691 * @author Crochet.david
692692 * @author IAlex
693693 * @author Jean-Frédéric
 694+ * @author Od1n
694695 * @author Sherbrooke
695696 * @author Verdy p
696697 */
697698 $messages['fr'] = array(
698699 'title' => 'SVG Traduction',
699 - 'error-tryagain' => '$1 Utilisez votre bouton Précédent du navigateur pour recommencer.',
 700+ 'error-tryagain' => '$1 Utilisez le bouton Précédent de votre navigateur pour réessayer.',
700701 'error-nothing' => 'Rien à traduire.',
701702 'error-notsvg' => 'Pas un fichier SVG.',
702703 'error-unexpected' => "Une erreur inattendue s'est produite.",
Index: trunk/tools/ToolserverI18N/language/messages/Wlm.i18n.php
@@ -355,6 +355,20 @@
356356 'province-none' => '(Desconocida)',
357357 );
358358
 359+/** French (Français)
 360+ * @author Od1n
 361+ */
 362+$messages['fr'] = array(
 363+ 'file' => 'Image',
 364+ 'author' => 'Auteur',
 365+ 'monument-heading' => 'Monument',
 366+ 'count-heading' => 'Photographies',
 367+ 'bic-list' => 'Liste',
 368+ 'bic-gallery' => 'Galerie',
 369+ 'author-heading' => 'Auteur',
 370+ 'bic-list-all' => 'Liste complète',
 371+);
 372+
359373 /** Galician (Galego)
360374 * @author Elisardojm
361375 * @author Toliño
@@ -783,6 +797,7 @@
784798 'show-images-all' => 'Hiện tất cả các hình ảnh',
785799 'search-monuments' => 'Tìm kiếm đài tưởng niệm',
786800 'view-frequency' => 'Đài tưởng niệm phổ biến',
 801+ 'view-province' => 'Xem theo tỉnh',
787802 'id-label' => 'ID của đài tưởng niệm',
788803 'id-none' => '(Không có)',
789804 'monument-heading' => 'Đài tưởng niệm',
@@ -795,5 +810,7 @@
796811 'bic-list-bad' => 'Xem',
797812 'bic-list-all' => 'Danh sách đầy đủ',
798813 'unregistered' => 'Không đăng ký',
 814+ 'province-heading' => 'Tỉnh',
 815+ 'province-none' => '(Không rõ)',
799816 );
800817
Index: trunk/tools/ToolserverI18N/language/messages/Toolserverstatus.i18n.php
@@ -53,6 +53,17 @@
5454 'toolserver-status-short-missing' => "A short status text for when the cluster name doesn't exist (invalid name passed by the calling program)",
5555 );
5656
 57+/** Belarusian (Taraškievica orthography) (‪Беларуская (тарашкевіца)‬)
 58+ * @author EugeneZelenko
 59+ */
 60+$messages['be-tarask'] = array(
 61+ 'toolserver-status-ok' => 'Няма ніякіх праблемаў у клястэры базы зьвестак $1 $2',
 62+ 'toolserver-status-info' => 'Паведамленьне для карыстальнікаў клястэра $1: $2',
 63+ 'toolserver-status-warn' => 'Папярэджаньне для карыстальнікаў клястэра $1: $2',
 64+ 'toolserver-status-down' => 'Клястэр базы зьвестак $1 быў часовы адключаны. $2',
 65+ 'toolserver-status-erro' => 'Клястэр базы зьвестак $1 ня дзейнічае. $2',
 66+);
 67+
5768 /** German (Deutsch)
5869 * @author Kghbln
5970 */
@@ -73,6 +84,93 @@
7485 'toolserver-status-short-missing' => '$1: Nicht vorhanden',
7586 );
7687
 88+/** French (Français)
 89+ * @author Od1n
 90+ */
 91+$messages['fr'] = array(
 92+ 'toolserver-status-missing' => 'Le cluster $1 n’existe pas',
 93+);
 94+
 95+/** Galician (Galego)
 96+ * @author Toliño
 97+ */
 98+$messages['gl'] = array(
 99+ 'toolserver-status-ok' => 'Non hai ningún problema no clúster da base de datos $1 $2',
 100+ 'toolserver-status-info' => 'Nota aos usuarios do clúster $1: $2',
 101+ 'toolserver-status-warn' => 'Aviso aos usuarios do clúster $1: $2',
 102+ 'toolserver-status-down' => 'O clúster $1 da base de datos está pechado temporalmente. $2',
 103+ 'toolserver-status-erro' => 'O clúster $1 da base de datos está caído. $2',
 104+ 'toolserver-status-unknown' => 'Descoñécese o estado do clúster $1',
 105+ 'toolserver-status-missing' => 'O clúster "$1" non existe',
 106+ 'toolserver-status-short-ok' => '$1: Ben',
 107+ 'toolserver-status-short-info' => '$1: Información',
 108+ 'toolserver-status-short-warn' => '$1: Aviso',
 109+ 'toolserver-status-short-down' => '$1: Pechado',
 110+ 'toolserver-status-short-erro' => '$1: Erro',
 111+ 'toolserver-status-short-unknown' => '$1: Descoñecido',
 112+ 'toolserver-status-short-missing' => '$1: Inexistente',
 113+);
 114+
 115+/** Colognian (Ripoarisch)
 116+ * @author Purodha
 117+ */
 118+$messages['ksh'] = array(
 119+ 'toolserver-status-ok' => 'Mer han kein Probleeme em Daatebank-Knubbel $1 $2',
 120+ 'toolserver-status-info' => 'Henwieß för der Jebruch vom Daatebank-Knubbel $1: $2',
 121+ 'toolserver-status-warn' => 'Warnong för der Zohjreff op dä Daatebank-Knubbel $1: $2',
 122+ 'toolserver-status-down' => 'Dä Daatebank-Knubbel $1 wood för en Zigg eronger jefahre. $2',
 123+ 'toolserver-status-erro' => 'Dä Daatebank-Knubbel $1 es eronger jefahre, $2',
 124+ 'toolserver-status-unknown' => 'Mer han kein Aanjaabe övver dä Daatebank-Knubbel $1',
 125+ 'toolserver-status-missing' => 'Ene Daatebank-Knubbel $1 jidd_et nit.',
 126+ 'toolserver-status-short-ok' => '$1: Alles joot.',
 127+ 'toolserver-status-short-info' => '$1: Henwieß.',
 128+ 'toolserver-status-short-warn' => '$1: Oppaße!',
 129+ 'toolserver-status-short-down' => '$1: Läuf nit.',
 130+ 'toolserver-status-short-erro' => '$1: Fähler.',
 131+ 'toolserver-status-short-unknown' => '$1: Nit klohr.',
 132+ 'toolserver-status-short-missing' => '$1: Ham_mer nit.',
 133+);
 134+
 135+/** Macedonian (Македонски)
 136+ * @author Bjankuloski06
 137+ */
 138+$messages['mk'] = array(
 139+ 'toolserver-status-ok' => 'Нема проблеми во гроздот $1 во базата $2',
 140+ 'toolserver-status-info' => 'Напомена за корисниците на гроздот $1: $2',
 141+ 'toolserver-status-warn' => 'Предупредување за корисниците на гроздот $1: $2',
 142+ 'toolserver-status-down' => 'Гроздот $1 во базата привремено е исклучен. $2',
 143+ 'toolserver-status-erro' => 'Гроздот $1 на базата падна. $2',
 144+ 'toolserver-status-unknown' => 'Состојбата на гроздот $1 е непозната',
 145+ 'toolserver-status-missing' => 'Гроздот $1 не постои',
 146+ 'toolserver-status-short-ok' => '$1: Во ред',
 147+ 'toolserver-status-short-info' => '$1: Инфо',
 148+ 'toolserver-status-short-warn' => '$1: Предупредување',
 149+ 'toolserver-status-short-down' => '$1: Паднат',
 150+ 'toolserver-status-short-erro' => '$1: Грешка',
 151+ 'toolserver-status-short-unknown' => '$1: Непознато',
 152+ 'toolserver-status-short-missing' => '$1: Недостасува',
 153+);
 154+
 155+/** Malay (Bahasa Melayu)
 156+ * @author Anakmalaysia
 157+ */
 158+$messages['ms'] = array(
 159+ 'toolserver-status-ok' => 'Tiada masalah dalam kelompok pangkalan data $1 $2',
 160+ 'toolserver-status-info' => 'Pemberitahuan untuk pengguna kelompok $1 : $2',
 161+ 'toolserver-status-warn' => 'Amaran untuk pengguna kelompok $1 : $2',
 162+ 'toolserver-status-down' => 'Kelompok pangkalan data $1 telah ditutup buat sementara waktu. $2',
 163+ 'toolserver-status-erro' => 'Kelompok pangkalan data $1 tergendala. $2',
 164+ 'toolserver-status-unknown' => 'Status kelompok $1 tidak diketahui.',
 165+ 'toolserver-status-missing' => 'Kelompok $1 tidak wujud',
 166+ 'toolserver-status-short-ok' => '$1: Ok',
 167+ 'toolserver-status-short-info' => '$1: Maklumat',
 168+ 'toolserver-status-short-warn' => '$1: Amaran',
 169+ 'toolserver-status-short-down' => '$1: Tergendala',
 170+ 'toolserver-status-short-erro' => '$1: Ralat',
 171+ 'toolserver-status-short-unknown' => '$1: Tidak diketahui',
 172+ 'toolserver-status-short-missing' => '$1: Tiada',
 173+);
 174+
77175 /** Dutch (Nederlands)
78176 * @author SPQRobin
79177 */
@@ -150,3 +248,22 @@
151249 'toolserver-status-short-missing' => '$1: Nedostaje',
152250 );
153251
 252+/** Vietnamese (Tiếng Việt)
 253+ * @author Minh Nguyen
 254+ */
 255+$messages['vi'] = array(
 256+ 'toolserver-status-ok' => 'Không có vấn đề trong cụm cơ sở dữ liệu $1 $2',
 257+ 'toolserver-status-info' => 'Thông báo cho những người dùng cụm $1: $2',
 258+ 'toolserver-status-down' => 'Cụm cơ sở dữ liệu $1 đã bị tắt tạm thời. $2',
 259+ 'toolserver-status-erro' => 'Cụm cơ sở dữ liệu $1 đang tắt: $2',
 260+ 'toolserver-status-unknown' => 'Trạng thái của cụm $1 không rõ',
 261+ 'toolserver-status-missing' => 'Cụm $1 không tồn tại',
 262+ 'toolserver-status-short-ok' => '$1: OK',
 263+ 'toolserver-status-short-info' => '$1: Thông báo',
 264+ 'toolserver-status-short-warn' => '$1: Cảnh báo',
 265+ 'toolserver-status-short-down' => '$1: Tắt',
 266+ 'toolserver-status-short-erro' => '$1: Lỗi',
 267+ 'toolserver-status-short-unknown' => '$1: Không rõ',
 268+ 'toolserver-status-short-missing' => '$1: Không có',
 269+);
 270+

Status & tagging log