r75868 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r75867‎ | r75868 | r75869 >
Date:19:27, 2 November 2010
Author:raymond
Status:ok
Tags:
Comment:
2nd round of i18n tweaks for consistency: Rename i18n file
Modified paths:
  • /trunk/extensions/WikiSync/WikiSync.i18n.php (added) (history)
  • /trunk/extensions/WikiSync/WikiSync.php (modified) (history)
  • /trunk/extensions/WikiSync/WikiSync_i18n.php (deleted) (history)

Diff [purge]

Index: trunk/extensions/WikiSync/WikiSync_i18n.php
@@ -1,110 +0,0 @@
2 -<?php
3 -
4 -/**
5 - * Messages list.
6 - */
7 -
8 -$messages = array();
9 -
10 -/** English (English)
11 - * @author QuestPC
12 - */
13 -$messages['en'] = array(
14 - 'wikisync' => 'Wiki synchronization',
15 - 'wikisync-desc' => 'Provides a [[Special:WikiSync|special page]] to synchronize recent changes of two wikis - local one and remote one',
16 - 'wikisync_direction' => 'Please choose the direction of synchronization',
17 - 'wikisync_local_root' => 'Local wiki site root',
18 - 'wikisync_remote_root' => 'Remote wiki site root',
19 - 'wikisync_remote_log' => 'Remote operations log',
20 - 'wikisync_clear_log' => 'Clear log',
21 - 'wikisync_login_to_remote_wiki' => 'Login to remote wiki',
22 - 'wikisync_remote_wiki_root' => 'Remote wiki root',
23 - 'wikisync_remote_wiki_example' => 'Path to api.php, for example: http://www.mediawiki.org/w',
24 - 'wikisync_remote_wiki_user' => 'Remote wiki user name',
25 - 'wikisync_remote_wiki_pass' => 'Remote wiki password',
26 - 'wikisync_remote_login_button' => 'Log in',
27 - 'wikisync_sync_files' => 'Synchronize files',
28 - 'wikisync_synchronization_button' => 'Synchronize',
29 - 'wikisync_log_imported_by' => 'Imported by [[Special:WikiSync]]',
30 - 'wikisync_log_uploaded_by' => 'Uploaded by [[Special:WikiSync]]',
31 - 'wikisync_api_result_unknown_action' => 'Unknown API action',
32 - 'wikisync_api_result_exception' => 'Exception occured in local API call',
33 - 'wikisync_api_result_noaccess' => 'Only members of the following groups can perform this action: $1',
34 - 'wikisync_api_result_invalid_parameter' => 'Invalid value of parameter',
35 - 'wikisync_api_result_http' => 'HTTP error while querying data from remote API',
36 - 'wikisync_api_result_Unsupported' => 'Your version of MediaWiki is unsupported (less than 1.15)',
37 - 'wikisync_api_result_NoName' => 'You did not set the lgname parameter',
38 - 'wikisync_api_result_Illegal' => 'You provided an illegal username',
39 - 'wikisync_api_result_NotExists' => 'The username you provided does not exist',
40 - 'wikisync_api_result_EmptyPass' => 'You did not set the lgpassword parameter or you left it empty',
41 - 'wikisync_api_result_WrongPass' => 'The password you provided is incorrect',
42 - 'wikisync_api_result_WrongPluginPass' => 'Same as WrongPass, returned when an authentication plugin rather than MediaWiki itself rejected the password',
43 - 'wikisync_api_result_CreateBlocked' => 'The wiki tried to automatically create a new account for you, but your IP address has been blocked from account creation',
44 - 'wikisync_api_result_Throttled' => 'You have logged in too many times in a short time.',
45 - 'wikisync_api_result_Blocked' => 'User is blocked',
46 - 'wikisync_api_result_mustbeposted' => 'The login module requires a POST request',
47 - 'wikisync_api_result_NeedToken' => 'Either you did not provide the login token or the sessionid cookie. Request again with the token and cookie given in this response',
48 - 'wikisync_api_result_no_import_rights' => 'This user is not allowed to import XML dump files',
49 - 'wikisync_api_result_Success' => 'Successfully logged into remote wiki site',
50 - 'wikisync_js_last_op_error' => 'Last operation returned an error.
51 -
52 -Code: $1
53 -
54 -Message: $2
55 -
56 -Press [OK] to retry last operation',
57 - 'wikisync_js_synchronization_confirmation' => 'Are you sure you want to synchronize
58 -
59 -from $1
60 -
61 -to $2
62 -
63 -starting from revision $3?',
64 - 'wikisync_js_synchronization_success' => 'Synchronization was completed successfully',
65 - 'wikisync_js_already_synchronized' => 'Source and destination wikis seems to be already synchronized',
66 - 'wikisync_js_sync_to_itself' => 'You cannot synchronize the wiki to itself',
67 - 'wikisync_js_diff_search' => 'Looking for difference in destination revisions',
68 - 'wikisync_js_revision' => 'Revision $1',
69 - 'wikisync_js_file_size_mismatch' => 'Temporary file $1 size ($2 bytes) does not match required size ($3 bytes). Make sure the file $4 was not manually overwritten in repository of source wiki.'
70 -);
71 -
72 -/** Russian (Русский)
73 - * @author QuestPC
74 - */
75 -$messages['ru'] = array(
76 - 'wikisync' => 'Синхронизация вики сайтов',
77 - 'wikisync-desc' => 'Предоставляет специальную страницу [[Special:WikiSync]] для автоматической синхронизации последних изменений двух вики-сайтов - удалённого сайта и его локальной копии.',
78 - 'wikisync_direction' => 'Пожалуйста выберите направление синхронизации',
79 - 'wikisync_local_root' => 'Корневой адрес локального сайта',
80 - 'wikisync_remote_root' => 'Корневой адрес удалённого сайта',
81 - 'wikisync_remote_log' => 'Журнал удалённых действий',
82 - 'wikisync_clear_log' => 'Очистить журнал',
83 - 'wikisync_login_to_remote_wiki' => 'Зайти на удалённый сайт',
84 - 'wikisync_remote_wiki_root' => 'Корневой адрес удалённого сайта',
85 - 'wikisync_remote_wiki_example' => 'путь к api.php, например: http://www.mediawiki.org/w',
86 - 'wikisync_remote_wiki_user' => 'Имя пользователя удалённого сайта',
87 - 'wikisync_remote_wiki_pass' => 'Пароль на удалённом сайте',
88 - 'wikisync_remote_login_button' => 'Зайти',
89 - 'wikisync_sync_files' => 'Синхронизировать файлы',
90 - 'wikisync_synchronization_button' => 'Синхронизировать',
91 - 'wikisync_log_imported_by' => 'Импортировано с помощью [[Special:WikiSync]]',
92 - 'wikisync_log_uploaded_by' => 'Загружено с помощью [[Special:WikiSync]]',
93 - 'wikisync_api_result_unknown_action' => 'Неизвестное действие (action) API',
94 - 'wikisync_api_result_noaccess' => 'Только пользователи, входящие в нижеперечисленные группы, могут выполнять указанное действие: ($1)',
95 - 'wikisync_api_result_Illegal' => 'Недопустимое имя пользователя',
96 - 'wikisync_api_result_NotExists' => 'Такого пользователя не существует',
97 - 'wikisync_api_result_WrongPass' => 'Неверный пароль',
98 - 'wikisync_api_result_WrongPluginPass' => 'Неверный пароль для плагина авторизации',
99 - 'wikisync_api_result_Throttled' => 'Слишком много логинов в течение короткого времени.',
100 - 'wikisync_api_result_Blocked' => 'Пользователь заблокирован',
101 - 'wikisync_api_result_no_import_rights' => 'У пользователя нет прав на импортирование xml дампов',
102 - 'wikisync_api_result_Success' => 'Успешный заход на удалённый вики сайт',
103 - 'wikisync_js_last_op_error' => "Последнее действие вызвало ошибку\nКод ошибки: $1\nСообщение: $2\nНажмите [OK], чтобы попытаться повторить последнее действие",
104 - 'wikisync_js_synchronization_confirmation' => "Вы уверены в том что хотите синхронизировать последние изменения\nс $1\nна $2\nначиная с ревизии $3?",
105 - 'wikisync_js_synchronization_success' => 'Синхронизация успешно завершена',
106 - 'wikisync_js_already_synchronized' => 'Исходный и назначенный вики-сайты выглядят уже синхронизированными',
107 - 'wikisync_js_sync_to_itself' => 'Невозможно синхронизировать вики сайт сам в себя',
108 - 'wikisync_js_diff_search' => 'Поиск отличий в ревизиях вики-сайта назначения',
109 - 'wikisync_js_revision' => 'Ревизия $1',
110 - 'wikisync_js_file_size_mismatch' => 'Размер временного файла $1 ($2 байт) не соответствует требуемому размеру файла ($3 байт). Пожалуйста убедитесь, что файл $4 не был переписан вручную в репозиторий исходного вики-сайта.'
111 -);
Index: trunk/extensions/WikiSync/WikiSync.php
@@ -47,7 +47,7 @@
4848 );
4949
5050 $dir = dirname(__FILE__);
51 -$wgExtensionMessagesFiles['WikiSync'] = $dir . '/WikiSync_i18n.php';
 51+$wgExtensionMessagesFiles['WikiSync'] = $dir . '/WikiSync.i18n.php';
5252 $wgExtensionAliasesFiles['WikiSync'] = $dir . '/WikiSync.alias.php';
5353 $wgSpecialPages['WikiSync'] = array( 'WikiSyncPage' );
5454 $wgSpecialPageGroups['WikiSync'] = 'pagetools';
Index: trunk/extensions/WikiSync/WikiSync.i18n.php
@@ -0,0 +1,110 @@
 2+<?php
 3+
 4+/**
 5+ * Messages list.
 6+ */
 7+
 8+$messages = array();
 9+
 10+/** English (English)
 11+ * @author QuestPC
 12+ */
 13+$messages['en'] = array(
 14+ 'wikisync' => 'Wiki synchronization',
 15+ 'wikisync-desc' => 'Provides a [[Special:WikiSync|special page]] to synchronize recent changes of two wikis - local one and remote one',
 16+ 'wikisync_direction' => 'Please choose the direction of synchronization',
 17+ 'wikisync_local_root' => 'Local wiki site root',
 18+ 'wikisync_remote_root' => 'Remote wiki site root',
 19+ 'wikisync_remote_log' => 'Remote operations log',
 20+ 'wikisync_clear_log' => 'Clear log',
 21+ 'wikisync_login_to_remote_wiki' => 'Login to remote wiki',
 22+ 'wikisync_remote_wiki_root' => 'Remote wiki root',
 23+ 'wikisync_remote_wiki_example' => 'Path to api.php, for example: http://www.mediawiki.org/w',
 24+ 'wikisync_remote_wiki_user' => 'Remote wiki user name',
 25+ 'wikisync_remote_wiki_pass' => 'Remote wiki password',
 26+ 'wikisync_remote_login_button' => 'Log in',
 27+ 'wikisync_sync_files' => 'Synchronize files',
 28+ 'wikisync_synchronization_button' => 'Synchronize',
 29+ 'wikisync_log_imported_by' => 'Imported by [[Special:WikiSync]]',
 30+ 'wikisync_log_uploaded_by' => 'Uploaded by [[Special:WikiSync]]',
 31+ 'wikisync_api_result_unknown_action' => 'Unknown API action',
 32+ 'wikisync_api_result_exception' => 'Exception occured in local API call',
 33+ 'wikisync_api_result_noaccess' => 'Only members of the following groups can perform this action: $1',
 34+ 'wikisync_api_result_invalid_parameter' => 'Invalid value of parameter',
 35+ 'wikisync_api_result_http' => 'HTTP error while querying data from remote API',
 36+ 'wikisync_api_result_Unsupported' => 'Your version of MediaWiki is unsupported (less than 1.15)',
 37+ 'wikisync_api_result_NoName' => 'You did not set the lgname parameter',
 38+ 'wikisync_api_result_Illegal' => 'You provided an illegal username',
 39+ 'wikisync_api_result_NotExists' => 'The username you provided does not exist',
 40+ 'wikisync_api_result_EmptyPass' => 'You did not set the lgpassword parameter or you left it empty',
 41+ 'wikisync_api_result_WrongPass' => 'The password you provided is incorrect',
 42+ 'wikisync_api_result_WrongPluginPass' => 'Same as WrongPass, returned when an authentication plugin rather than MediaWiki itself rejected the password',
 43+ 'wikisync_api_result_CreateBlocked' => 'The wiki tried to automatically create a new account for you, but your IP address has been blocked from account creation',
 44+ 'wikisync_api_result_Throttled' => 'You have logged in too many times in a short time.',
 45+ 'wikisync_api_result_Blocked' => 'User is blocked',
 46+ 'wikisync_api_result_mustbeposted' => 'The login module requires a POST request',
 47+ 'wikisync_api_result_NeedToken' => 'Either you did not provide the login token or the sessionid cookie. Request again with the token and cookie given in this response',
 48+ 'wikisync_api_result_no_import_rights' => 'This user is not allowed to import XML dump files',
 49+ 'wikisync_api_result_Success' => 'Successfully logged into remote wiki site',
 50+ 'wikisync_js_last_op_error' => 'Last operation returned an error.
 51+
 52+Code: $1
 53+
 54+Message: $2
 55+
 56+Press [OK] to retry last operation',
 57+ 'wikisync_js_synchronization_confirmation' => 'Are you sure you want to synchronize
 58+
 59+from $1
 60+
 61+to $2
 62+
 63+starting from revision $3?',
 64+ 'wikisync_js_synchronization_success' => 'Synchronization was completed successfully',
 65+ 'wikisync_js_already_synchronized' => 'Source and destination wikis seems to be already synchronized',
 66+ 'wikisync_js_sync_to_itself' => 'You cannot synchronize the wiki to itself',
 67+ 'wikisync_js_diff_search' => 'Looking for difference in destination revisions',
 68+ 'wikisync_js_revision' => 'Revision $1',
 69+ 'wikisync_js_file_size_mismatch' => 'Temporary file $1 size ($2 bytes) does not match required size ($3 bytes). Make sure the file $4 was not manually overwritten in repository of source wiki.'
 70+);
 71+
 72+/** Russian (Русский)
 73+ * @author QuestPC
 74+ */
 75+$messages['ru'] = array(
 76+ 'wikisync' => 'Синхронизация вики сайтов',
 77+ 'wikisync-desc' => 'Предоставляет специальную страницу [[Special:WikiSync]] для автоматической синхронизации последних изменений двух вики-сайтов - удалённого сайта и его локальной копии.',
 78+ 'wikisync_direction' => 'Пожалуйста выберите направление синхронизации',
 79+ 'wikisync_local_root' => 'Корневой адрес локального сайта',
 80+ 'wikisync_remote_root' => 'Корневой адрес удалённого сайта',
 81+ 'wikisync_remote_log' => 'Журнал удалённых действий',
 82+ 'wikisync_clear_log' => 'Очистить журнал',
 83+ 'wikisync_login_to_remote_wiki' => 'Зайти на удалённый сайт',
 84+ 'wikisync_remote_wiki_root' => 'Корневой адрес удалённого сайта',
 85+ 'wikisync_remote_wiki_example' => 'путь к api.php, например: http://www.mediawiki.org/w',
 86+ 'wikisync_remote_wiki_user' => 'Имя пользователя удалённого сайта',
 87+ 'wikisync_remote_wiki_pass' => 'Пароль на удалённом сайте',
 88+ 'wikisync_remote_login_button' => 'Зайти',
 89+ 'wikisync_sync_files' => 'Синхронизировать файлы',
 90+ 'wikisync_synchronization_button' => 'Синхронизировать',
 91+ 'wikisync_log_imported_by' => 'Импортировано с помощью [[Special:WikiSync]]',
 92+ 'wikisync_log_uploaded_by' => 'Загружено с помощью [[Special:WikiSync]]',
 93+ 'wikisync_api_result_unknown_action' => 'Неизвестное действие (action) API',
 94+ 'wikisync_api_result_noaccess' => 'Только пользователи, входящие в нижеперечисленные группы, могут выполнять указанное действие: ($1)',
 95+ 'wikisync_api_result_Illegal' => 'Недопустимое имя пользователя',
 96+ 'wikisync_api_result_NotExists' => 'Такого пользователя не существует',
 97+ 'wikisync_api_result_WrongPass' => 'Неверный пароль',
 98+ 'wikisync_api_result_WrongPluginPass' => 'Неверный пароль для плагина авторизации',
 99+ 'wikisync_api_result_Throttled' => 'Слишком много логинов в течение короткого времени.',
 100+ 'wikisync_api_result_Blocked' => 'Пользователь заблокирован',
 101+ 'wikisync_api_result_no_import_rights' => 'У пользователя нет прав на импортирование xml дампов',
 102+ 'wikisync_api_result_Success' => 'Успешный заход на удалённый вики сайт',
 103+ 'wikisync_js_last_op_error' => "Последнее действие вызвало ошибку\nКод ошибки: $1\nСообщение: $2\nНажмите [OK], чтобы попытаться повторить последнее действие",
 104+ 'wikisync_js_synchronization_confirmation' => "Вы уверены в том что хотите синхронизировать последние изменения\nс $1\nна $2\nначиная с ревизии $3?",
 105+ 'wikisync_js_synchronization_success' => 'Синхронизация успешно завершена',
 106+ 'wikisync_js_already_synchronized' => 'Исходный и назначенный вики-сайты выглядят уже синхронизированными',
 107+ 'wikisync_js_sync_to_itself' => 'Невозможно синхронизировать вики сайт сам в себя',
 108+ 'wikisync_js_diff_search' => 'Поиск отличий в ревизиях вики-сайта назначения',
 109+ 'wikisync_js_revision' => 'Ревизия $1',
 110+ 'wikisync_js_file_size_mismatch' => 'Размер временного файла $1 ($2 байт) не соответствует требуемому размеру файла ($3 байт). Пожалуйста убедитесь, что файл $4 не был переписан вручную в репозиторий исходного вики-сайта.'
 111+);
Property changes on: trunk/extensions/WikiSync/WikiSync.i18n.php
___________________________________________________________________
Added: svn:eol-style
1112 + native

Status & tagging log