Last modified: 2007-05-01 01:42:21 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T7962, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 5962 - Update for Italian language (it)
Update for Italian language (it)
Status: RESOLVED FIXED
Product: MediaWiki
Classification: Unclassified
Internationalization (Other open bugs)
1.7.x
All All
: Normal enhancement (vote)
: ---
Assigned To: Niklas Laxström
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2006-05-15 16:17 UTC by Broken Arrow
Modified: 2007-05-01 01:42 UTC (History)
1 user (show)

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments
Patch for Italian (it) messages file (MessagesIt.php) (5.68 KB, patch)
2006-05-15 16:18 UTC, Broken Arrow
Details
Cleanup and reordering of MessagesIt.php - patch (12.66 KB, patch)
2006-05-16 09:06 UTC, Broken Arrow
Details
Cleanup and reordering of MessagesIt.php - documentation (1.50 KB, text/plain)
2006-05-16 09:07 UTC, Broken Arrow
Details
Content update of MessagesIt.php, part 1 - patch (19.72 KB, patch)
2006-05-19 20:28 UTC, Broken Arrow
Details
Content update of MessagesIt.php, part 2 - patch (40.85 KB, patch)
2006-05-21 10:44 UTC, Broken Arrow
Details
Content update of MessagesIt.php, part 2 - corrected patch (40.52 KB, patch)
2006-05-25 14:57 UTC, Broken Arrow
Details
Content update of MessagesIt.php, part 3 - patch (51.07 KB, patch)
2006-05-26 20:31 UTC, Broken Arrow
Details
Content update of MessagesIt.php, part 4 - patch (27.00 KB, patch)
2006-05-29 18:34 UTC, Broken Arrow
Details
Content update of MessagesIt.php, part 5 - patch (20.94 KB, patch)
2006-06-02 18:35 UTC, Broken Arrow
Details
Content update of MessagesIt.php, #14540 to #15156 (39.26 KB, patch)
2006-06-30 13:58 UTC, Broken Arrow
Details
Content update of MessagesIt.php, to #15237 (47.92 KB, patch)
2006-07-02 23:12 UTC, Broken Arrow
Details
Content update of MessagesIt.php, to #17763 (24.86 KB, patch)
2006-11-19 16:49 UTC, Broken Arrow
Details
Content update of MessagesIt.php, up to SVN r18939. (16.13 KB, patch)
2007-01-07 21:24 UTC, Broken Arrow
Details
Content update of MessagesIt.php, up to SVN r19560. (26.13 KB, patch)
2007-01-21 21:43 UTC, Broken Arrow
Details
Content update of MessagesIt.php, up to SVN r20070 (16.19 KB, patch)
2007-02-27 21:52 UTC, Broken Arrow
Details
Content update of MessagesIt.php, up to SVN r20386 (14.81 KB, patch)
2007-03-13 16:39 UTC, Broken Arrow
Details

Description Broken Arrow 2006-05-15 16:17:20 UTC
First attempt at updating the Italian language files, mainly to check my setup
and procedures.

Feel free to correct as needed. Attaching a patch now.
Comment 1 Broken Arrow 2006-05-15 16:18:25 UTC
Created attachment 1737 [details]
Patch for Italian (it) messages file (MessagesIt.php)

This test-run update addresses the issues reported in
http://nike.users.idler.fi/dev/problems.txt (see
http://mail.wikipedia.org/pipermail/mediawiki-i18n/2006-May/000028.html for
full details).

In MessagesIt.php

* blockedtext - reword, sync with en., add missing variable \$3
* rcnote - reword, add missing variable \$3
* rclinks - reword, add missing variable \$3, warning: removed trailing
whitespace
* largefile - reword, sync with en., add missing variables \$1, \$2 (Note 1)
* sitestatstext - reword, sync with en., add missing variables \$7, \$8 (Note
2)
* userstatstext  - reword, sync with en., add missing variable \$4
* revertpage - reword, sync with en., add missing variable \$2
* subjectpage - warning: no trailing white space found

Note 1: The en. message talks about "images" - it may be about any media file?

Note 2: Links to English-only [[m:Help:Job queue]] - where shall the
translation be?
Comment 2 Niklas Laxström 2006-05-15 17:32:27 UTC
Patch looks fine, committed to trunk.

1) any file
2) full documentation is planned to be at mediawiki.org in the future
Comment 3 Broken Arrow 2006-05-16 09:06:00 UTC
Created attachment 1749 [details]
Cleanup and reordering of MessagesIt.php - patch

Maintenance release - cleanup and align with English master file.

* Removed 16 untranslated messages (duplicatetrans.php)
* Removed 6 messages (untranslated and out-of-sync)
* Removed 11 redundant messages (redundanttrans.php)
* Removed 4 other messages (dupes or obsolete)
* Reordered some messages to match Messages.php
* Put in placeholders for all sections, matching Messages.php

See next attachment for a detailed list of changes.
Comment 4 Broken Arrow 2006-05-16 09:07:28 UTC
Created attachment 1750 [details]
Cleanup and reordering of MessagesIt.php - documentation

Full details of modifications for Attachment #1749 [details]
Comment 5 Niklas Laxström 2006-05-16 13:46:46 UTC
Committed with small changes.
Comment 6 Broken Arrow 2006-05-19 20:28:16 UTC
Created attachment 1794 [details]
Content update of MessagesIt.php, part 1 - patch

Following sections up to date with current Messages.php:

* User preference toggles - many additions, updates
* dates - months/day names don't get caps in Italian
* Bits of text used by many pages - many additions, updates
* Short words for each namespace - new section
* Main script and global functions - updates
* General errors - many additions, updates
Comment 7 Broken Arrow 2006-05-21 10:44:38 UTC
Created attachment 1809 [details]
Content update of MessagesIt.php, part 2 - patch

Following sections brought up to date with current Messages.php:

* Login and logout pages
* Edit page toolbar
* Edit pages
* History pages
* Revision deletion
* Diffs
* Search results
* Preferences page
* User rights
* Groups

Also, corrected some typos and small rewordings in earlier sections; removed
trailing space from "subjectpage"; checked for syntax, redundant and
duplicates, tested with 1.6.3/1.6.5.
Comment 8 Broken Arrow 2006-05-25 14:57:29 UTC
Created attachment 1827 [details]
Content update of MessagesIt.php, part 2 - corrected patch

Corrections to Attachment 1809 [details]: 

* Removed messages listed in
http://nike.users.idler.fi/betawiki/Ignored_messages
* Removed entities: ← and →
* Checked trailing whitespace
Comment 9 Niklas Laxström 2006-05-25 15:18:17 UTC
Applied to trunk.
Comment 10 Broken Arrow 2006-05-26 20:31:23 UTC
Created attachment 1838 [details]
Content update of MessagesIt.php, part 3 - patch

* Complete review and update of the following sections (mainly related to
special pages): Recent changes; Upload; Image list; Mime search;
Unwatchedpages; List redirects; Unused templates; Random redirects; Statistics;
Miscellaneous special pages; Special:Allpages; Email this user; Watchlist;
Delete/Protect/Revert; Undelete; Namespace form on various pages;
Contributions; What links here; Block/unblock IP; Developer tools (about 200
new messages were added).
* Correction of some typos and URLs.
* Commented 'edittools' (in ignore list?)
* Added parameter $4 in 'passwordremindertext'
* Checked for syntax, trailing spaces, html entities, redundant and duplicate
entries, tested with 1.6.3/1.6.5.
Comment 11 Niklas Laxström 2006-05-26 20:42:26 UTC
In trunk with some modifications: r14411.
Comment 12 Broken Arrow 2006-05-29 18:34:40 UTC
Created attachment 1855 [details]
Content update of MessagesIt.php, part 4 - patch

* Corrected right arrow in 'sectionlink'
* Corrected single-quote escaping in 'emailuser', 'emailpage' and
'usermailererror'
* Removed redundant entries 'subcategorycount1' and 'categoryarticlecount1'
* New/updated sections: from "Make sysop" to EOF, excluding EXIF messages

Notes:
* Untranslated: variant names for zh and sr
* Stylesheets: translated empty stub for monobook.css
* Monobook.js: added missing ca-unprotect, modified some shortcuts
Comment 13 Broken Arrow 2006-06-02 18:35:02 UTC
Created attachment 1882 [details]
Content update of MessagesIt.php, part 5 - patch

Last batch of messages and corrections:

* Translated: all EXIF messages and EXIF attributes; also:
* added: qbspecialpages, moredotdotdot, nogomatch
* renamed: trackback (-> trackbackbox)
* uncommented: copyrightwarning

To keep up to date with Messages.php (#14540):

* New messages: autoredircomment, editold, feed-invalid, nosuchusershort,
nouserspecified, history-feed-title, history-feed-description,
history-feed-item-nocomment, history-feed-empty, viewdeletedpage,
undeleteextrahelp, undeletereset, undeletedrevisions, sp-newimages-showfrom
* Modified messages: redirectedfrom, redirectpagesub, unprotectedarticle (for
consistency)
* Renamed messages: uploadnewversion (-> uploadnewversion-linktext);
undeletedtext (-> undeletedpage)
Comment 14 Niklas Laxström 2006-06-03 18:11:18 UTC
Whee. r14552
Comment 15 Broken Arrow 2006-06-30 13:58:48 UTC
Created attachment 2031 [details]
Content update of MessagesIt.php, #14540 to #15156

New release to keep up to date with Messages.php (#15156).

Also corrected several validation issues in previous release, thanks to
[[user:gangleri]] for the editing work!
Comment 16 Broken Arrow 2006-07-02 23:12:04 UTC
Created attachment 2041 [details]
Content update of MessagesIt.php, to #15237

Corrected some typos, modified further updated messages.

Patch against MessagesIt.php SVN #15256, needs review.
Comment 17 Jimmy Collins 2006-07-02 23:56:05 UTC
(In reply to comment #16)

applied in r15265 with minor changes like discussed in irc
(removed messages from ignore list an FORMATNUM stuff)
Comment 18 Broken Arrow 2006-11-19 16:49:43 UTC
Created attachment 2743 [details]
Content update of MessagesIt.php, to #17763

Content update of MessagesIt.php, up to SVN #17795.

Added 107 messages, corrected 4 per checklanguage.php.
Minor changes on some other messages.

Patch against MessagesIt.php SVN #17263, tested on current trunk.
Comment 19 Niklas Laxström 2006-11-19 17:02:38 UTC
r17796
Comment 20 Broken Arrow 2007-01-07 21:24:24 UTC
Created attachment 3029 [details]
Content update of MessagesIt.php, up to SVN r18939.

Added 52 messages, corrected 1, deleted 6 per checkLanguage.php.

Minor changes on some other messages, mainly for consistency; 
moved "wldone" to keep the file aligned with MessagesEn.php.

Patch against MessagesIt.php SVN r18269, (briefly) tested on current trunk.
Comment 21 Rob Church 2007-01-07 21:57:55 UTC
Comment on attachment 3029 [details]
Content update of MessagesIt.php, up to SVN r18939.

Applied in r18941.
Comment 22 Broken Arrow 2007-01-21 21:43:20 UTC
Created attachment 3110 [details]
Content update of MessagesIt.php, up to SVN r19560.

Added 26 messages, corrected 1, deleted 59 (mostly accesskeys) per
checkLanguage.php.

Added $specialPageAliases and $linkTrail; moved tooltips to same place as in
current MessagesEn; corrected some typos.

Patch against MessagesIt.php SVN r19502, (briefly) tested on current trunk.
Comment 23 Rotem Liss 2007-01-22 14:54:01 UTC
Applied to r19579.
Comment 24 Broken Arrow 2007-02-27 21:52:39 UTC
Created attachment 3274 [details]
Content update of MessagesIt.php, up to SVN r20070

Added 27 messages, removed 2, per checkLanguage.php.

Changed 6 links, per http://nike.users.idler.fi/dev/nfo/problems.txt

Added #media-info section as in current MessagesEn; corrected some typos.

Patch against MessagesIt.php SVN r20033, (briefly) tested on current trunk.
Comment 25 Aaron Schulz 2007-02-27 22:03:27 UTC
Applied to r20073.
Comment 26 Broken Arrow 2007-03-13 16:39:42 UTC
Created attachment 3348 [details]
Content update of MessagesIt.php, up to SVN r20386

Added 15 messages, removed 5, per checkLanguage.php.

Added PLURAL where it has been added in en.

Removed hard link to Meta in sitestatstext.

Corrected some typos.

Patch against MessagesIt.php SVN r20074, (briefly) tested on current trunk.
Comment 27 Raimond Spekking 2007-03-13 17:55:20 UTC
Reformatted with rebuildLanguage.php and than applied as r20398
Comment 28 Shinjiman 2007-04-30 17:16:45 UTC
FYI, there's some issues on the following message array items, by the 
checkLanguage.php file.

51 messages of 1630 are not translated to it, but exist in en:
* talkpagelinktext
* nosuchsectiontitle
* nosuchsectiontext
* rev-deleted-event
* logdelete-selected
* revdelete-hide-name
* revdelete-suppress
* revdelete-hide-image
* revdelete-unsuppress
* logdelete-logentry
* revdelete-logaction
* logdelete-logaction
* revdelete-success
* logdelete-success
* oversightlog
* overlogpagetext
* recentchangesdays
* userrights-reason
* fileexists-extension
* fileexists-thumb
* fileexists-thumbnail-yes
* file-thumbnail-no
* randomredirect-nopages
* withoutinterwiki
* withoutinterwiki-header
* fewestrevisions
* randompage-nopages
* log-search-legend
* log-search-submit
* log-title-wildcard
* protect-locked-blocked
* protect-locked-dblock
* protect-locked-access
* restriction-type
* restriction-level
* minimum-size
* restriction-level-all
* undeleterevdel
* nolinkshere-ns
* whatlinkshere-prev
* whatlinkshere-next
* ipbreasonotherlist
* ipbreason-dropdown
* ipbotherreason
* ipbhidename
* ipb-edit-dropdown
* block-log-flags-noautoblock
* djvu_page_error
* djvu_no_xml
* thumbnail_invalid_params
* thumbnail_dest_directory

2 messages of 1582 are not exist in en (or are in the ignored list), but still e
xist in it:
* protect-viewtext
* block-log-flags-autoblock

4 messages of 1582 in it don't use some variables while en uses them:
* cascadeprotected
* cascadeprotectedwarning
* revdelete-selected
* protect-cascadeon
Comment 29 Broken Arrow 2007-05-01 01:42:21 UTC
Thanks. All issues were addressed on Betawiki earlier today and are waiting to
be committed (hopefully in time for 1.10 branching). 

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links