Index: trunk/phase3/maintenance/language/messageTypes.inc |
— | — | @@ -6,7 +6,7 @@ |
7 | 7 | * @ingroup MaintenanceLanguage |
8 | 8 | */ |
9 | 9 | |
10 | | -/** Ignored messages, which should be exist only in the English messages file. */ |
| 10 | +/** Ignored messages, which should exist only in the English messages file. */ |
11 | 11 | $wgIgnoredMessages = array( |
12 | 12 | 'sidebar', |
13 | 13 | 'accesskey-pt-userpage', |
— | — | @@ -111,16 +111,6 @@ |
112 | 112 | 'uploadfooter', |
113 | 113 | 'listgrouprights-link', |
114 | 114 | 'search-interwiki-custom', |
115 | | -); |
116 | | - |
117 | | -/** Optional messages, which may be translated only if changed in the other language. */ |
118 | | -$wgOptionalMessages = array( |
119 | | - 'linkprefix', |
120 | | - 'editsection-brackets', |
121 | | - 'feed-atom', |
122 | | - 'feed-rss', |
123 | | - 'sectionlink', |
124 | | - 'unit-pixel', |
125 | 115 | 'allpages-summary', |
126 | 116 | 'booksources-summary', |
127 | 117 | 'categories-summary', |
— | — | @@ -152,7 +142,6 @@ |
153 | 143 | 'ancientpages-summary', |
154 | 144 | 'unwatchedpages-summary', |
155 | 145 | 'userrights-summary', |
156 | | - 'userrights-irreversible-marker', |
157 | 146 | 'brokenredirects-summary', |
158 | 147 | 'deadendpages-summary', |
159 | 148 | 'protectedpages-summary', |
— | — | @@ -163,6 +152,17 @@ |
164 | 153 | 'fewestrevisions-summary', |
165 | 154 | 'missingfiles-summary', |
166 | 155 | 'upload-summary', |
| 156 | +); |
| 157 | + |
| 158 | +/** Optional messages, which may be translated only if changed in the target language. */ |
| 159 | +$wgOptionalMessages = array( |
| 160 | + 'linkprefix', |
| 161 | + 'editsection-brackets', |
| 162 | + 'feed-atom', |
| 163 | + 'feed-rss', |
| 164 | + 'sectionlink', |
| 165 | + 'unit-pixel', |
| 166 | + 'userrights-irreversible-marker', |
167 | 167 | 'tog-nolangconversion', |
168 | 168 | 'yourvariant', |
169 | 169 | 'variantname-zh-hans', |
Index: trunk/phase3/languages/messages/MessagesPt_br.php |
— | — | @@ -754,7 +754,6 @@ |
755 | 755 | 'nocreate-loggedin' => 'Você não possui permissões de criar novas páginas neste wiki.', |
756 | 756 | 'permissionserrors' => 'Erros de permissões', |
757 | 757 | 'permissionserrorstext' => 'Você não possui permissão de fazer isso, {{PLURAL:$1|pelo seguinte motivo|pelos seguintes motivos}}:', |
758 | | -'permissionserrorstext' => 'Você não possui permissão de fazer isso, {{PLURAL:$1|pelo seguinte motivo|pelos seguintes motivos}}:', |
759 | 758 | 'recreate-deleted-warn' => "'''Atenção: Você está recriando uma página já eliminada em outra ocasião.''' |
760 | 759 | |
761 | 760 | Certifique-se de que seja adequado prosseguir editando esta página. |
— | — | @@ -2654,4 +2653,5 @@ |
2655 | 2654 | # Special:Blankpage |
2656 | 2655 | 'blankpage' => 'Página em branco', |
2657 | 2656 | 'intentionallyblankpage' => 'Esta página foi intencionalmente deixada em branco e é usada para medições de performance, etc.', |
| 2657 | + |
2658 | 2658 | ); |
Index: trunk/phase3/languages/messages/MessagesEn.php |
— | — | @@ -1377,7 +1377,7 @@ |
1378 | 1378 | |
1379 | 1379 | # Preferences page |
1380 | 1380 | 'preferences' => 'Preferences', |
1381 | | -'preferences-summary' => '', # only translate this message to other languages if you have to change it |
| 1381 | +'preferences-summary' => '', # do not translate or duplicate this message to other languages |
1382 | 1382 | 'mypreferences' => 'My preferences', |
1383 | 1383 | 'prefs-edits' => 'Number of edits:', |
1384 | 1384 | 'prefsnologin' => 'Not logged in', |
— | — | @@ -1443,7 +1443,7 @@ |
1444 | 1444 | |
1445 | 1445 | # User rights |
1446 | 1446 | 'userrights' => 'User rights management', # Not used as normal message but as header for the special page itself |
1447 | | -'userrights-summary' => '', # only translate this message to other languages if you have to change it |
| 1447 | +'userrights-summary' => '', # do not translate or duplicate this message to other languages |
1448 | 1448 | 'userrights-lookup-user' => 'Manage user groups', |
1449 | 1449 | 'userrights-user-editname' => 'Enter a username:', |
1450 | 1450 | 'editusergroup' => 'Edit User Groups', |
— | — | @@ -1597,7 +1597,7 @@ |
1598 | 1598 | 'upload_directory_missing' => 'The upload directory ($1) is missing and could not be created by the webserver.', |
1599 | 1599 | 'upload_directory_read_only' => 'The upload directory ($1) is not writable by the webserver.', |
1600 | 1600 | 'uploaderror' => 'Upload error', |
1601 | | -'upload-summary' => '', # only translate this message to other languages if you have to change it |
| 1601 | +'upload-summary' => '', # do not translate or duplicate this message to other languages |
1602 | 1602 | 'uploadtext' => "Use the form below to upload files. |
1603 | 1603 | To view or search previously uploaded files go to the [[Special:Imagelist|list of uploaded files]], uploads and deletions are also logged in the [[Special:Log/upload|upload log]]. |
1604 | 1604 | |
— | — | @@ -1805,15 +1805,15 @@ |
1806 | 1806 | |
1807 | 1807 | # Unwatched pages |
1808 | 1808 | 'unwatchedpages' => 'Unwatched pages', |
1809 | | -'unwatchedpages-summary' => '', # only translate this message to other languages if you have to change it |
| 1809 | +'unwatchedpages-summary' => '', # do not translate or duplicate this message to other languages |
1810 | 1810 | |
1811 | 1811 | # List redirects |
1812 | 1812 | 'listredirects' => 'List redirects', |
1813 | | -'listredirects-summary' => '', # only translate this message to other languages if you have to change it |
| 1813 | +'listredirects-summary' => '', # do not translate or duplicate this message to other languages |
1814 | 1814 | |
1815 | 1815 | # Unused templates |
1816 | 1816 | 'unusedtemplates' => 'Unused templates', |
1817 | | -'unusedtemplates-summary' => '', # only translate this message to other languages if you have to change it |
| 1817 | +'unusedtemplates-summary' => '', # do not translate or duplicate this message to other languages |
1818 | 1818 | 'unusedtemplatestext' => 'This page lists all pages in the template namespace which are not included in another page. |
1819 | 1819 | Remember to check for other links to the templates before deleting them.', |
1820 | 1820 | 'unusedtemplateswlh' => 'other links', |
— | — | @@ -1846,18 +1846,18 @@ |
1847 | 1847 | 'statistics-footer' => '', # do not translate or duplicate this message to other languages |
1848 | 1848 | |
1849 | 1849 | 'disambiguations' => 'Disambiguation pages', |
1850 | | -'disambiguations-summary' => '', # only translate this message to other languages if you have to change it |
| 1850 | +'disambiguations-summary' => '', # do not translate or duplicate this message to other languages |
1851 | 1851 | 'disambiguationspage' => 'Template:disambig', |
1852 | 1852 | 'disambiguations-text' => "The following pages link to a '''disambiguation page'''. |
1853 | 1853 | They should link to the appropriate topic instead.<br /> |
1854 | 1854 | A page is treated as disambiguation page if it uses a template which is linked from [[MediaWiki:Disambiguationspage]]", |
1855 | 1855 | |
1856 | 1856 | 'doubleredirects' => 'Double redirects', |
1857 | | -'doubleredirects-summary' => '', # only translate this message to other languages if you have to change it |
| 1857 | +'doubleredirects-summary' => '', # do not translate or duplicate this message to other languages |
1858 | 1858 | 'doubleredirectstext' => 'This page lists pages which redirect to other redirect pages. Each row contains links to the first and second redirect, as well as the target of the second redirect, which is usually "real" target page, which the first redirect should point to.', |
1859 | 1859 | |
1860 | 1860 | 'brokenredirects' => 'Broken redirects', |
1861 | | -'brokenredirects-summary' => '', # only translate this message to other languages if you have to change it |
| 1861 | +'brokenredirects-summary' => '', # do not translate or duplicate this message to other languages |
1862 | 1862 | 'brokenredirectstext' => 'The following redirects link to non-existent pages:', |
1863 | 1863 | 'brokenredirects-edit' => '(edit)', |
1864 | 1864 | 'brokenredirects-delete' => '(delete)', |
— | — | @@ -1868,7 +1868,7 @@ |
1869 | 1869 | 'withoutinterwiki-submit' => 'Show', |
1870 | 1870 | |
1871 | 1871 | 'fewestrevisions' => 'Pages with the fewest revisions', |
1872 | | -'fewestrevisions-summary' => '', # only translate this message to other languages if you have to change it |
| 1872 | +'fewestrevisions-summary' => '', # do not translate or duplicate this message to other languages |
1873 | 1873 | |
1874 | 1874 | # Miscellaneous special pages |
1875 | 1875 | 'nbytes' => '$1 {{PLURAL:$1|byte|bytes}}', |
— | — | @@ -1879,63 +1879,63 @@ |
1880 | 1880 | 'nviews' => '$1 {{PLURAL:$1|view|views}}', |
1881 | 1881 | 'specialpage-empty' => 'There are no results for this report.', |
1882 | 1882 | 'lonelypages' => 'Orphaned pages', |
1883 | | -'lonelypages-summary' => '', # only translate this message to other languages if you have to change it |
| 1883 | +'lonelypages-summary' => '', # do not translate or duplicate this message to other languages |
1884 | 1884 | 'lonelypagestext' => 'The following pages are not linked from other pages in {{SITENAME}}.', |
1885 | 1885 | 'uncategorizedpages' => 'Uncategorized pages', |
1886 | | -'uncategorizedpages-summary' => '', # only translate this message to other languages if you have to change it |
| 1886 | +'uncategorizedpages-summary' => '', # do not translate or duplicate this message to other languages |
1887 | 1887 | 'uncategorizedcategories' => 'Uncategorized categories', |
1888 | | -'uncategorizedcategories-summary' => '', # only translate this message to other languages if you have to change it |
| 1888 | +'uncategorizedcategories-summary' => '', # do not translate or duplicate this message to other languages |
1889 | 1889 | 'uncategorizedimages' => 'Uncategorized files', |
1890 | | -'uncategorizedimages-summary' => '', # only translate this message to other languages if you have to change it |
| 1890 | +'uncategorizedimages-summary' => '', # do not translate or duplicate this message to other languages |
1891 | 1891 | 'uncategorizedtemplates' => 'Uncategorized templates', |
1892 | | -'uncategorizedtemplates-summary' => '', # only translate this message to other languages if you have to change it |
| 1892 | +'uncategorizedtemplates-summary' => '', # do not translate or duplicate this message to other languages |
1893 | 1893 | 'unusedcategories' => 'Unused categories', |
1894 | 1894 | 'unusedimages' => 'Unused files', |
1895 | 1895 | 'popularpages' => 'Popular pages', |
1896 | | -'popularpages-summary' => '', # only translate this message to other languages if you have to change it |
| 1896 | +'popularpages-summary' => '', # do not translate or duplicate this message to other languages |
1897 | 1897 | 'wantedcategories' => 'Wanted categories', |
1898 | | -'wantedcategories-summary' => '', # only translate this message to other languages if you have to change it |
| 1898 | +'wantedcategories-summary' => '', # do not translate or duplicate this message to other languages |
1899 | 1899 | 'wantedpages' => 'Wanted pages', |
1900 | | -'wantedpages-summary' => '', # only translate this message to other languages if you have to change it |
| 1900 | +'wantedpages-summary' => '', # do not translate or duplicate this message to other languages |
1901 | 1901 | 'missingfiles' => 'Missing files', |
1902 | | -'missingfiles-summary' => '', # only translate this message to other languages if you have to change it |
| 1902 | +'missingfiles-summary' => '', # do not translate or duplicate this message to other languages |
1903 | 1903 | 'mostlinked' => 'Most linked-to pages', |
1904 | | -'mostlinked-summary' => '', # only translate this message to other languages if you have to change it |
| 1904 | +'mostlinked-summary' => '', # do not translate or duplicate this message to other languages |
1905 | 1905 | 'mostlinkedcategories' => 'Most linked-to categories', |
1906 | | -'mostlinkedcategories-summary' => '', # only translate this message to other languages if you have to change it |
| 1906 | +'mostlinkedcategories-summary' => '', # do not translate or duplicate this message to other languages |
1907 | 1907 | 'mostlinkedtemplates' => 'Most linked-to templates', |
1908 | | -'mostlinkedtemplates-summary' => '', # only translate this message to other languages if you have to change it |
| 1908 | +'mostlinkedtemplates-summary' => '', # do not translate or duplicate this message to other languages |
1909 | 1909 | 'mostcategories' => 'Pages with the most categories', |
1910 | | -'mostcategories-summary' => '', # only translate this message to other languages if you have to change it |
| 1910 | +'mostcategories-summary' => '', # do not translate or duplicate this message to other languages |
1911 | 1911 | 'mostimages' => 'Most linked-to files', |
1912 | | -'mostimages-summary' => '', # only translate this message to other languages if you have to change it |
| 1912 | +'mostimages-summary' => '', # do not translate or duplicate this message to other languages |
1913 | 1913 | 'mostrevisions' => 'Pages with the most revisions', |
1914 | | -'mostrevisions-summary' => '', # only translate this message to other languages if you have to change it |
| 1914 | +'mostrevisions-summary' => '', # do not translate or duplicate this message to other languages |
1915 | 1915 | 'prefixindex' => 'Prefix index', |
1916 | | -'prefixindex-summary' => '', # only translate this message to other languages if you have to change it |
| 1916 | +'prefixindex-summary' => '', # do not translate or duplicate this message to other languages |
1917 | 1917 | 'shortpages' => 'Short pages', |
1918 | | -'shortpages-summary' => '', # only translate this message to other languages if you have to change it |
| 1918 | +'shortpages-summary' => '', # do not translate or duplicate this message to other languages |
1919 | 1919 | 'longpages' => 'Long pages', |
1920 | | -'longpages-summary' => '', # only translate this message to other languages if you have to change it |
| 1920 | +'longpages-summary' => '', # do not translate or duplicate this message to other languages |
1921 | 1921 | 'deadendpages' => 'Dead-end pages', |
1922 | | -'deadendpages-summary' => '', # only translate this message to other languages if you have to change it |
| 1922 | +'deadendpages-summary' => '', # do not translate or duplicate this message to other languages |
1923 | 1923 | 'deadendpagestext' => 'The following pages do not link to other pages in {{SITENAME}}.', |
1924 | 1924 | 'protectedpages' => 'Protected pages', |
1925 | 1925 | 'protectedpages-indef' => 'Indefinite protections only', |
1926 | | -'protectedpages-summary' => '', # only translate this message to other languages if you have to change it |
| 1926 | +'protectedpages-summary' => '', # do not translate or duplicate this message to other languages |
1927 | 1927 | 'protectedpagestext' => 'The following pages are protected from moving or editing', |
1928 | 1928 | 'protectedpagesempty' => 'No pages are currently protected with these parameters.', |
1929 | 1929 | 'protectedtitles' => 'Protected titles', |
1930 | | -'protectedtitles-summary' => '', # only translate this message to other languages if you have to change it |
| 1930 | +'protectedtitles-summary' => '', # do not translate or duplicate this message to other languages |
1931 | 1931 | 'protectedtitlestext' => 'The following titles are protected from creation', |
1932 | 1932 | 'protectedtitlesempty' => 'No titles are currently protected with these parameters.', |
1933 | 1933 | 'listusers' => 'User list', |
1934 | | -'listusers-summary' => '', # only translate this message to other languages if you have to change it |
| 1934 | +'listusers-summary' => '', # do not translate or duplicate this message to other languages |
1935 | 1935 | 'newpages' => 'New pages', |
1936 | | -'newpages-summary' => '', # only translate this message to other languages if you have to change it |
| 1936 | +'newpages-summary' => '', # do not translate or duplicate this message to other languages |
1937 | 1937 | 'newpages-username' => 'Username:', |
1938 | 1938 | 'ancientpages' => 'Oldest pages', |
1939 | | -'ancientpages-summary' => '', # only translate this message to other languages if you have to change it |
| 1939 | +'ancientpages-summary' => '', # do not translate or duplicate this message to other languages |
1940 | 1940 | 'move' => 'Move', |
1941 | 1941 | 'movethispage' => 'Move this page', |
1942 | 1942 | 'unusedimagestext' => 'Please note that other web sites may link to a file with a direct URL, and so may still be listed here despite being in active use.', |
— | — | @@ -1950,7 +1950,7 @@ |
1951 | 1951 | |
1952 | 1952 | # Book sources |
1953 | 1953 | 'booksources' => 'Book sources', |
1954 | | -'booksources-summary' => '', # only translate this message to other languages if you have to change it |
| 1954 | +'booksources-summary' => '', # do not translate or duplicate this message to other languages |
1955 | 1955 | 'booksources-search-legend' => 'Search for book sources', |
1956 | 1956 | 'booksources-isbn' => 'ISBN:', # only translate this message to other languages if you have to change it |
1957 | 1957 | 'booksources-go' => 'Go', |
— | — | @@ -1974,7 +1974,7 @@ |
1975 | 1975 | |
1976 | 1976 | # Special:Allpages |
1977 | 1977 | 'allpages' => 'All pages', |
1978 | | -'allpages-summary' => '', # only translate this message to other languages if you have to change it |
| 1978 | +'allpages-summary' => '', # do not translate or duplicate this message to other languages |
1979 | 1979 | 'alphaindexline' => '$1 to $2', |
1980 | 1980 | 'nextpage' => 'Next page ($1)', |
1981 | 1981 | 'prevpage' => 'Previous page ($1)', |
— | — | @@ -1992,7 +1992,7 @@ |
1993 | 1993 | |
1994 | 1994 | # Special:Categories |
1995 | 1995 | 'categories' => 'Categories', |
1996 | | -'categories-summary' => '', # only translate this message to other languages if you have to change it |
| 1996 | +'categories-summary' => '', # do not translate or duplicate this message to other languages |
1997 | 1997 | 'categoriespagetext' => 'The following categories contain pages or media.', |
1998 | 1998 | 'categoriesfrom' => 'Display categories starting at:', |
1999 | 1999 | 'special-categories-sort-count' => 'sort by count', |
— | — | @@ -2288,9 +2288,9 @@ |
2289 | 2289 | # What links here |
2290 | 2290 | 'whatlinkshere' => 'What links here', |
2291 | 2291 | 'whatlinkshere-title' => 'Pages that link to $1', |
2292 | | -'whatlinkshere-summary' => '', # only translate this message to other languages if you have to change it |
| 2292 | +'whatlinkshere-summary' => '', # do not translate or duplicate this message to other languages |
2293 | 2293 | 'whatlinkshere-page' => 'Page:', |
2294 | | -'whatlinkshere-barrow' => '>', # only translate this message to other languages if you have to change it |
| 2294 | +'whatlinkshere-barrow' => '>', # do not translate or duplicate this message to other languages |
2295 | 2295 | 'linklistsub' => '(List of links)', |
2296 | 2296 | 'linkshere' => "The following pages link to '''[[:$1]]''':", |
2297 | 2297 | 'nolinkshere' => "No pages link to '''[[:$1]]'''.", |
— | — | @@ -2354,7 +2354,7 @@ |
2355 | 2355 | 'ipblocklist' => 'List of blocked IP addresses and usernames', |
2356 | 2356 | 'ipblocklist-legend' => 'Find a blocked user', |
2357 | 2357 | 'ipblocklist-username' => 'Username or IP address:', |
2358 | | -'ipblocklist-summary' => '', # only translate this message to other languages if you have to change it |
| 2358 | +'ipblocklist-summary' => '', # do not translate or duplicate this message to other languages |
2359 | 2359 | 'ipblocklist-submit' => 'Search', |
2360 | 2360 | 'blocklistline' => '$1, $2 blocked $3 ($4)', |
2361 | 2361 | 'infiniteblock' => 'infinite', |
— | — | @@ -3447,7 +3447,7 @@ |
3448 | 3448 | |
3449 | 3449 | # Special:SpecialPages |
3450 | 3450 | 'specialpages' => 'Special pages', |
3451 | | -'specialpages-summary' => '', # only translate this message to other languages if you have to change it |
| 3451 | +'specialpages-summary' => '', # do not translate or duplicate this message to other languages |
3452 | 3452 | 'specialpages-note' => '---- |
3453 | 3453 | * Normal special pages. |
3454 | 3454 | * <span class="mw-specialpagerestricted">Restricted special pages.</span>', |