r86506 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r86505‎ | r86506 | r86507 >
Date:17:07, 20 April 2011
Author:krinkle
Status:deferred
Tags:
Comment:
Follow-up r86504: Forgot to commit this file
Modified paths:
  • /trunk/tools/ToolserverI18N/language/messages/Commonshelper2.i18n.php (modified) (history)

Diff [purge]

Index: trunk/tools/ToolserverI18N/language/messages/Commonshelper2.i18n.php
@@ -1,8 +1,12 @@
2 -<?PHP
 2+<?php
33 /**
4 - * General purpose messages.
 4+ * Interface messages for tool "CommonsHelper2".
 5+ *
 6+ * @toolowner jan
57 */
68
 9+$url = '~commonshelper2/';
 10+
711 $messages = array();
812
913 /**
@@ -11,63 +15,62 @@
1216 * @author Jan Luca
1317 */
1418 $messages['en'] = array(
15 - // Title
16 - 'attention' => 'ATTENTION',
17 - 'commonshelper2' => 'CommonsHelper 2',
18 - 'description' => 'A tool to transfer files from Wikimedia projects to Wikimedia Commons',
19 - 'change_meta' => 'Change the $1category and template settings$2 for $3', // $1 and $2 are for the link tag (<a href=...> and </a>), $3 for target wiki name
20 - 'jira_link' => 'Report a bug or suggest a feature',
 19+ 'attention' => 'Attention',
 20+ 'commonshelper2' => 'CommonsHelper 2',
 21+ 'description' => 'A tool to transfer files from Wikimedia projects to Wikimedia Commons',
 22+ 'change_meta' => 'Change the $1category and template settings$2 for $3', // $1 and $2 are for the link tag (<a href=...> and </a>), $3 for target wiki name
 23+ 'jira_link' => 'Report a bug or suggest a feature',
2124
2225 // Main form
23 - 'language' => 'Language',
24 - 'project' => 'Project',
25 - 'source_file' => 'Source-File',
26 - 'target_file' => 'Target-File',
27 - 'commons_username' => 'Commons-Username',
 26+ 'language' => 'Language',
 27+ 'project' => 'Project',
 28+ 'source_file' => 'Source-File',
 29+ 'target_file' => 'Target-File',
 30+ 'commons_username' => 'Commons-Username',
2831 'commons_to_project' => 'Commons to project',
2932 'move_file_from_com' => 'Move file from commons to project',
30 - 'categories' => 'Categories',
31 - 'remove_cats' => 'Remove existing categories',
32 - 'checkusage' => 'CheckUsage',
33 - 'use_checkusage' => 'Use $1CommonSense$2 to suggest new categories', // $1 and $2 are for the link tag (<a href=...> and </a>)
34 - 'tusc' => 'TUSC',
35 - 'use_tusc' => 'Use $1TUSC$2 to transfer the file directly', // $1 and $2 are for the link tag (<a href=...> and </a>)
36 - 'tusc_user' => 'TUSC user name',
37 - 'tusc_pass' => 'TUSC password',
38 - 'do_it' => 'Do it',
 33+ 'categories' => 'Categories',
 34+ 'remove_cats' => 'Remove existing categories',
 35+ 'checkusage' => 'CheckUsage',
 36+ 'use_checkusage' => 'Use $1CommonSense$2 to suggest new categories', // $1 and $2 are for the link tag (<a href=...> and </a>)
 37+ 'tusc' => 'TUSC',
 38+ 'use_tusc' => 'Use $1TUSC$2 to transfer the file directly', // $1 and $2 are for the link tag (<a href=...> and </a>)
 39+ 'tusc_user' => 'TUSC user name',
 40+ 'tusc_pass' => 'TUSC password',
 41+ 'do_it' => 'Do it',
3942
4043 // Error
4144 'error_transfer_usr' => 'You have not set a Commons-Username',
42 - 'error_not_exists' => 'Source file does not exist!',
43 - 'error_file_exists' => 'File already exists on $3 as "$1$4$2"!', // $1 and $2 are for the link tag (<a href=...> and </a>), $3 'Commons' or message 'target_wiki', $4 is the name of the file
44 - 'error_diff_exists' => 'Different target file exists on the target wiki under the same name!',
45 - 'error_no_meta' => 'No meta data found for the source wiki! $1Link$2', // $1 and $2 are for the link tag (<a href=...> and </a>)
 45+ 'error_not_exists' => 'Source file does not exist!',
 46+ 'error_file_exists' => 'File already exists on $3 as "$1$4$2"!', // $1 and $2 are for the link tag (<a href=...> and </a>), $3 'Commons' or message 'target_wiki', $4 is the name of the file
 47+ 'error_diff_exists' => 'Different target file exists on the target wiki under the same name!',
 48+ 'error_no_meta' => 'No meta data found for the source wiki! $1Link$2', // $1 and $2 are for the link tag (<a href=...> and </a>)
4649 'error_meta_no_good' => 'Meta-Data: No good templates found! $1Link$2', // $1 and $2 are for the link tag (<a href=...> and </a>)
47 - 'error_meta_bad' => 'Meta-Data: Bad template found! $1Link$2', // $1 and $2 are for the link tag (<a href=...> and </a>)
 50+ 'error_meta_bad' => 'Meta-Data: Bad template found! $1Link$2', // $1 and $2 are for the link tag (<a href=...> and </a>)
4851
4952 // Output
50 - 'original_wikitext' => 'Original wikitext',
51 - 'new_wikitext' => 'New wikitext',
52 - 'new_filename' => 'New filename:',
 53+ 'original_wikitext' => 'Original wikitext',
 54+ 'new_wikitext' => 'New wikitext',
 55+ 'new_filename' => 'New filename:',
5356 'output_information' => 'For manual upload, edit the above text (if necessary), save $1the file$2 on your computer, then', // $1 and $2 are for the link tag (<a href=...> and </a>)
54 - 'upload_it' => 'upload it',
 57+ 'upload_it' => 'upload it',
5558
5659 // Misc
57 - 'target_wiki' => 'the target wiki',
 60+ 'target_wiki' => 'the target wiki',
5861
5962 // Standard values in Latin chars (for Maindesk and Metadata-Links)
60 - 'standard_language' => 'en',
61 - 'standard_project' => 'wikipedia',
 63+ 'standard_language' => 'en',
 64+ 'standard_project' => 'wikipedia',
6265
6366 //Upload
64 - 'error_bot_blocked' => 'Upload bot is blocked on Commons.',
65 - 'error_upload_meta' => 'Cannot upload directly because there are problem with the meta data (see above)!',
66 - 'error_tusc_failed' => 'TUSC verification failed!',
 67+ 'error_bot_blocked' => 'Upload bot is blocked on Commons.',
 68+ 'error_upload_meta' => 'Cannot upload directly because there are problem with the meta data (see above)!',
 69+ 'error_tusc_failed' => 'TUSC verification failed!',
6770 'error_only_commons' => 'Direct upload works only at commons!',
6871 'upload_control_text'=> 'Please control the new wikitext and click "Upload!" if all is OK!',
6972 'error_commons_user' => 'To identify the transfer user, your Commons-Username have to be in the description!',
7073 'error_upload_users' => 'The upload function is only to some users during the test time!',
71 - 'error_upload_file' => 'The orginal file cannot downloaded.'
 74+ 'error_upload_file' => 'The orginal file cannot downloaded.'
7275 );
7376
7477 /** German (Deutsch)
@@ -75,8 +78,8 @@
7679 */
7780 $messages['de'] = array(
7881 // Title
79 - 'commonshelper2' => 'CommonsHelper 2',
80 - 'description' => 'Ein Tool, um Dateien von Wikimedia Projekten nach Wikimedia Commons zu transportieren',
 82+ 'commonshelper2' => 'CommonsHelper 2',
 83+ 'description' => 'Ein Tool, um Dateien von Wikimedia Projekten nach Wikimedia Commons zu transportieren',
8184 );
8285
8386 /** Hebrew (עברית)
@@ -84,52 +87,50 @@
8588 */
8689 $messages['he'] = array(
8790 // Title
88 - 'attention' => 'לתשומת לבך',
89 - 'commonshelper2' => 'CommonsHelper 2',
90 - 'description' => 'כלי להעברת קבצים ממיזמים של קרן ויקימדיה לוויקישיתוף',
91 - 'change_meta' => 'לשנות את $1הגדרות הקטגוריות והתבניות$2 עבור $3', // $1 and $2 are for the link tag (<a href=...> and </a>), $3 for target wiki name
92 - 'jira_link' => 'דיווח באג או הצעת שיפור',
 91+ 'attention' => 'לתשומת לבך',
 92+ 'commonshelper2' => 'CommonsHelper 2',
 93+ 'description' => 'כלי להעברת קבצים ממיזמים של קרן ויקימדיה לוויקישיתוף',
 94+ 'change_meta' => 'לשנות את $1הגדרות הקטגוריות והתבניות$2 עבור $3', // $1 and $2 are for the link tag (<a href=...> and </a>), $3 for target wiki name
 95+ 'jira_link' => 'דיווח באג או הצעת שיפור',
9396
9497 // Main form
95 - 'language' => 'שפת המיזם',
96 - 'project' => 'שם המיזם',
97 - 'source_file' => 'קובץ מקור',
98 - 'target_file' => 'קובץ יעד',
99 - 'commons_username' => 'שם משתמש בוויקישיתוף',
 98+ 'language' => 'שפת המיזם',
 99+ 'project' => 'שם המיזם',
 100+ 'source_file' => 'קובץ מקור',
 101+ 'target_file' => 'קובץ יעד',
 102+ 'commons_username' => 'שם משתמש בוויקישיתוף',
100103 'commons_to_project' => 'מוויקישיתוף למיזם',
101104 'move_file_from_com' => 'העברת קובץ מוויקישיתוף למיזם מקומי',
102 - 'categories' => 'קטגוריות',
103 - 'remove_cats' => 'מחיקת קטגוריות קיימות',
104 - 'checkusage' => 'CheckUsage',
105 - 'use_checkusage' => 'להשתמש ב־$1CheckUsage$2 כדי לאתר קטגוריות', // $1 and $2 are for the link tag (<a href=...> and </a>)
106 - 'tusc' => 'TUSC',
107 - 'use_tusc' => 'להשתמש ב־$1TUSC$2 כדי להעביר את הקובץ ישירות', // $1 and $2 are for the link tag (<a href=...> and </a>)
108 - 'tusc_user' => 'שם משתמש ב־TUSC',
109 - 'tusc_pass' => 'סיסמה ב־TUSC',
110 - 'do_it' => 'העברה',
 105+ 'categories' => 'קטגוריות',
 106+ 'remove_cats' => 'מחיקת קטגוריות קיימות',
 107+ 'checkusage' => 'CheckUsage',
 108+ 'use_checkusage' => 'להשתמש ב־$1CheckUsage$2 כדי לאתר קטגוריות', // $1 and $2 are for the link tag (<a href=...> and </a>)
 109+ 'tusc' => 'TUSC',
 110+ 'use_tusc' => 'להשתמש ב־$1TUSC$2 כדי להעביר את הקובץ ישירות', // $1 and $2 are for the link tag (<a href=...> and </a>)
 111+ 'tusc_user' => 'שם משתמש ב־TUSC',
 112+ 'tusc_pass' => 'סיסמה ב־TUSC',
 113+ 'do_it' => 'העברה',
111114
112115 // Error
113116 'error_transfer_usr' => 'לא יצרת שם משתמש בוויקישיתוף',
114 - 'error_not_exists' => 'קובץ המקור לא קיים!',
115 - 'error_file_exists' => 'הקובץ כבר קיים ב־$3 בשם "$1$4$2"!', // $1 and $2 are for the link tag (<a href=...> and </a>), $3 'Commons' or message 'target_wiki', $4 is the name of the file
116 - 'error_diff_exists' => 'קובץ שונה קיים באתר היעד באותו שם!',
117 - 'error_no_meta' => 'לא נמצאו מטא־נתונים בוויקי המקור! $1Link$2', // $1 and $2 are for the link tag (<a href=...> and </a>)
 117+ 'error_not_exists' => 'קובץ המקור לא קיים!',
 118+ 'error_file_exists' => 'הקובץ כבר קיים ב־$3 בשם "$1$4$2"!', // $1 and $2 are for the link tag (<a href=...> and </a>), $3 'Commons' or message 'target_wiki', $4 is the name of the file
 119+ 'error_diff_exists' => 'קובץ שונה קיים באתר היעד באותו שם!',
 120+ 'error_no_meta' => 'לא נמצאו מטא־נתונים בוויקי המקור! $1Link$2', // $1 and $2 are for the link tag (<a href=...> and </a>)
118121 'error_meta_no_good' => 'מטא־נתונים: לא נמצאו תבניות קבילות! $1Link$2', // $1 and $2 are for the link tag (<a href=...> and </a>)
119 - 'error_meta_bad' => 'מטא־נתונים: נמצאו תבניות לא קבילות! $1Link$2', // $1 and $2 are for the link tag (<a href=...> and </a>)
 122+ 'error_meta_bad' => 'מטא־נתונים: נמצאו תבניות לא קבילות! $1Link$2', // $1 and $2 are for the link tag (<a href=...> and </a>)
120123
121124 // Output
122 - 'original_wikitext' => 'תיאור מקורי',
123 - 'new_wikitext' => 'תיאור חדש',
124 - 'new_filename' => 'שם קובץ חדש:',
 125+ 'original_wikitext' => 'תיאור מקורי',
 126+ 'new_wikitext' => 'תיאור חדש',
 127+ 'new_filename' => 'שם קובץ חדש:',
125128 'output_information' => 'לשם העלאה ידנית יש לערוך את הטקסט למעלה (אם זה נחוץ), לשמור את $1הקובץ$2 במחשב שלך ואז', // $1 and $2 are for the link tag (<a href=...> and </a>)
126 - 'upload_it' => 'להעלות אותו',
 129+ 'upload_it' => 'להעלות אותו',
127130
128131 // Misc
129 - 'target_wiki' => 'ויקי היעד',
 132+ 'target_wiki' => 'ויקי היעד',
130133
131134 // Standard values in Latin chars (for Maindesk and Metadata-Links)
132 - 'standard_language' => 'he',
133 - 'standard_project' => 'wikipedia',
 135+ 'standard_language' => 'he',
 136+ 'standard_project' => 'wikipedia',
134137 );
135 -
136 -?>
\ No newline at end of file

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r86504Clean up...krinkle17:04, 20 April 2011

Status & tagging log