aboutsummaryrefslogtreecommitdiffstats
path: root/languages/messages/MessagesNds.php
Commit message (Collapse)AuthorAgeFilesLines
* Remove twn-related comment from languages/messages/* filesStang2022-11-131-2/+0
| | | | | Bug: T304802 Change-Id: Iccacf6288d758e526c95df69861385a4ac2d0f55
* language: Continue doc Languages subgroup for msg files and subclassesTimo Tijhof2022-06-291-1/+1
| | | | | | | | | | | Follows-up I301f471f86ba2. For ease of navigation, move Converter subclasses to a group called "Languages", which for documentation purposes is a subgroup of "Language". The next commit does the same for Messages* files, and Language subclasses (done separately for ease of review). Change-Id: If1cef9aa15f536ebaedd4477ad7453426e7f3b85
* Make SpecialPageAliasTest more strictThiemo Kreuz2022-05-131-48/+48
| | | | | | | | | | The underscores are not strictly necessary, but appear to be good practice. The vast majority of special page aliases we have already use underscores (94% according to my test). I made this a warning in the test for now, not an error. Change-Id: I18827eb795f84bdb7895793d00bc3c895abebc7a
* Sort magic words alises alphabetically in static language filesUmherirrender2021-03-061-19/+20
| | | | | | | | | | Use @phpcs-require-sorted-array from new codesniffer release 32.0.0 Similiar to special page alias in I827d1f5010d000609324ec398beeb142d9bac299 Bug: T255826 Change-Id: I7b7cbf0c03714001609437af68fe16e06930cc33
* Sort special page alises alphabeticallyUmherirrender2020-10-301-1/+2
| | | | | | | Use @phpcs-require-sorted-array from new codesniffer release 32.0.0 Bug: T255826 Change-Id: I827d1f5010d000609324ec398beeb142d9bac299
* Use HTTPS instead of HTTP for AmazonFomafix2017-01-191-1/+1
| | | | | | | | This change is performed using: sed -i -e 's/http:\/\/www.amazon/https:\/\/www.amazon/g' languages/messages/Messages*.php Change-Id: I22c5e7a8d33a80b8cbe814f9735e7c24f1b004f9
* Remove trailing empty lines in PHPFomafix2017-01-161-1/+0
| | | | | | | Performed using find . -name \*.php -exec sed -i -e :a -e '/./,$!d;/^\n*$/{$d;N;};/\n$/ba' {} \; Change-Id: I5d0627f94c73690cf3a8a453539c22c760c2aa60
* Add prefered magic words firsteranroz2016-04-021-3/+3
| | | | | | | | | | | | | When there are multiple aliases, the first alias MUST be the preferred alias in that language, so that wikitext code generators can generate the desired syntax. The other aliases SHOULD be sorted by the following convention: - Local first, English last - Most common first, least common last Bug: T116020 Change-Id: Ia670512e0cb375335873e7f9a08b638bbe039e45
* build: Update mediawiki-codesniffer to 0.6.0, add "composer fix"Kunal Mehta2016-02-171-1/+0
| | | | | | | | | | * Fix errors spotted by new release * Introduce "composer fix", which uses phpcbf to automatically fix some errors spotted by phpcs. * Drop $PHPCS_ARGS variable that didn't work on Windows, and add -s flag * Remove rules from phpcs.xml that are now in MW-CS ruleset. Change-Id: I13e2155695918c918b67497ac65b85a03897095e
* Convert all array() syntax to []Kunal Mehta2016-02-171-120/+120
| | | | | | | | | | Per wikitech-l consensus: https://lists.wikimedia.org/pipermail/wikitech-l/2016-February/084821.html Notes: * Disabled CallTimePassByReference due to false positives (T127163) Change-Id: I2c8ce713ce6600a0bb7bf67537c87044c7a45c4b
* Remove references to Popularpages aliasMark A. Hershberger2015-07-251-1/+0
| | | | | | The bit being removed here causes a NOTICE with HitCounters. Change-Id: I318eb641d4ed4b50dea0a172cf7970045b3a49e7
* Remove redundant NS_MAIN from translationsNiklas Laxström2015-04-011-1/+0
| | | | Change-Id: Ia01549310909281e48260950f97a8f6fa12ae230
* Remove fallback 'de' gender namespacesumherirrender2014-08-171-0/+3
| | | | | | | | | | | Some languages are fallback to 'de', but have there own namespaces. There is no feedback, that the german gender namespaces should override the localized namespaces for gender, so removing it for now. At least nds has ask for this at https://de.wikipedia.org/w/index.php?title=Benutzer_Diskussion:Raymond&oldid=133185685#merkw.C3.BCrdiges_Software-Verhalten_auf_nds.wp Change-Id: Ie666c95b614faeb9ac1cb57d4b5d96294d43c6cf
* Cleanup message file documentationNiklas Laxström2014-06-051-2/+1
| | | | | | | | * Interface strings are now elsewhere * MessagesQQQ no longer exists * Prefer https for translatewiki.net Change-Id: I76652ea94cca80441cd5d978029e4707ee41c4fd
* Migrate translations for core to JSON formatSiebrand Mazeland2014-04-011-2842/+0
| | | | | | Largest patch set in the history of MediaWiki! Change-Id: I918cfdc46c099017ca3622d1bcbbdd30c4fd00f6
* Localisation updates from https://translatewiki.net.Translation updater bot2014-03-271-1/+1
| | | | Change-Id: Ica6fa7fc2d685a655e07b24cd54c7ec42d10f214
* Localisation updates from https://translatewiki.net.Translation updater bot2014-03-261-1/+0
| | | | Change-Id: I31ee0d1685cdf6b315cb5336b30e548c76d67a95
* Localisation updates from https://translatewiki.net.Translation updater bot2014-03-211-2/+1
| | | | Change-Id: I18970accbce3b383e4ad89df2b5cd0d638861e26
* Localisation updates from https://translatewiki.net.Translation updater bot2014-03-151-2/+0
| | | | Change-Id: If66ddc1478b986417b08bd6d84cf441ea7f4526c
* Localisation updates from https://translatewiki.net.Translation updater bot2014-02-211-1/+0
| | | | Change-Id: I71e13fdbb541c2fccbe303849a3c78f0c1260bd2
* Localisation updates from https://translatewiki.net.Translation updater bot2014-02-011-4/+0
| | | | Change-Id: I9ed903822cabaf2a845d01f1a68ee34ac444d980
* Localisation updates from https://translatewiki.net.Translation updater bot2014-01-261-1/+0
| | | | Change-Id: I8187963fdb3b2cb88ee7afc1cc3b32cf8672e20b
* Localisation updates from https://translatewiki.net.Translation updater bot2014-01-241-1/+0
| | | | Change-Id: Idf89d2bff84d9c4e74be06a2532222891b0fb30e
* Localisation updates from https://translatewiki.net.Translation updater bot2014-01-081-1/+0
| | | | Change-Id: Iaee33fbd265807b18879b6f9873d1d4344dfb878
* Localisation updates from https://translatewiki.net.Translation updater bot2013-12-101-1/+0
| | | | Change-Id: I78257c1482d2a8a5a36693082c3228a63d0f4b8f
* Localisation updates from https://translatewiki.net.Translation updater bot2013-12-081-10/+0
| | | | Change-Id: Id4b89fcef61ccf1e329710f6beff9398669fdadb
* Localisation updates from https://translatewiki.net.Translation updater bot2013-12-071-16/+1
| | | | Change-Id: Id32d5c87533081016e6a00312703f450782a1d6d
* Localisation updates from https://translatewiki.net.Translation updater bot2013-12-051-14/+0
| | | | Change-Id: I91af046a42d410457d6ccb6ce44657a29d184434
* Localisation updates from https://translatewiki.net.Translation updater bot2013-12-041-8/+0
| | | | Change-Id: Ic4c5e76d04630a9da5bde0590db09b55d30132ec
* Localisation updates from https://translatewiki.net.Siebrand Mazeland2013-12-021-2/+0
| | | | | | Updates for translations of special page aliases. Change-Id: I061d2f9c8f5b3f4df58060fae4101e340c68a04d
* Localisation updates from https://translatewiki.net.Translation updater bot2013-11-241-3/+16
| | | | Change-Id: Iac7415ec17a0a30026e8c542f5ddd98d67b35d59
* Localisation updates from http://translatewiki.net.Translation updater bot2013-11-201-3/+1
| | | | Change-Id: I0eb353cd0cadf0bed7cd17d4c3eb2c7e108f6aa6
* Localisation updates from http://translatewiki.net.Translation updater bot2013-11-181-2/+2
| | | | Change-Id: I5a74c20de10a3203ff81d453de6c739a8a476081
* Localisation updates from http://translatewiki.net.Translation updater bot2013-10-241-0/+1
| | | | Change-Id: I7d7dfd1a1e1a395c639b30489bacceedfbfc6330
* Localisation updates from http://translatewiki.net.Translation updater bot2013-10-211-3/+0
| | | | Change-Id: I922e660fafc7a952129beebeaed001712f5c2bc1
* Localisation updates from http://translatewiki.net.Translation updater bot2013-09-071-5/+1
| | | | Change-Id: I4f52889299ffc8ae8d49634fd8b36d73c66d8b5a
* Localisation updates from http://translatewiki.net.Translation updater bot2013-09-041-12/+0
| | | | Change-Id: I5e7da5913a10c7f75cdf223f2166cc7873134949
* Localisation updates from http://translatewiki.net.Translation updater bot2013-08-181-1/+1
| | | | Change-Id: Iad6b538be6d172d232b8e593ff98faf3d5707abe
* Localisation updates from http://translatewiki.net.Translation updater bot2013-08-021-1/+0
| | | | Change-Id: I9a8b8769d0077d4d406c27910b8f94d9f3a2ceeb
* Localisation updates from http://translatewiki.net.Translation updater bot2013-07-251-3/+0
| | | | Change-Id: I8ba898043b74a52eeb01aabfb81af51ef3a0c451
* Localisation updates from http://translatewiki.net.Translation updater bot2013-07-091-1/+0
| | | | Change-Id: I1a47d9aee7f6b86cdd51f1ad0ecad9cd92d2ac4f
* Localisation updates from http://translatewiki.net.Translation updater bot2013-07-011-4/+0
| | | | Change-Id: Idfa4331722672da932fe8a124bc9618de0e31fea
* Localisation updates from http://translatewiki.net.Translation updater bot2013-06-231-2/+2
| | | | Change-Id: I053c79ff1f095d49668e94a0e05a2b56e668a9ea
* Localisation updates from http://translatewiki.net.Translation updater bot2013-06-181-1/+0
| | | | Change-Id: I4e865f40a8c69fdc7520bd3a89ec61ca9af57337
* Localisation updates from http://translatewiki.net.Translation updater bot2013-06-121-1/+0
| | | | Change-Id: I599770c4c8b53d0d46c74f1426168a5c3d963a81
* Localisation updates from http://translatewiki.net.Translation updater bot2013-05-201-10/+11
| | | | Change-Id: Ic862c638ed6ce33d3fe4dad9743c88136d832433
* SpecialWatchlist: Page header cleanupMatmaRex2013-05-191-1/+1
| | | | | | | | | | | | | | | | | | Format the three messages in header as one paragraph with three sentences, instead of a paragraph and two split unordered lists with one item each and inconsistent full stops. Message changes: In 'wlheader-enotif' and 'wlheader-showupdated', remove initial bullet point if present and add final full stop if missing. First used the regexes below, then went through each language file and manually changed the messages if applicable (e.g., Thai not using full stops at all, Asian languages using '。', Devanagari languages using '।' etc.) Find: ('wlheader-[^']+'\s*=>\s*)(['"])(?:\*\s*)?([\s\S]+?)\.?\2,\n Replace with: $1$2$3.$2,\n Bug: 48615 Change-Id: I856f71f36d7f4b4baff5e968d88e4d3f7aeecce2
* Localisation updates from http://translatewiki.net.Translation updater bot2013-04-111-2/+0
| | | | Change-Id: I6c19864b175b2cbb84273326a981467af2db8610
* Localisation updates from http://translatewiki.net.Translation updater bot2013-04-071-14/+7
| | | | Change-Id: I182906ee394da739d6b8fb64bc7743c05b3b6ac6
* Localisation updates from http://translatewiki.net.Translation updater bot2013-04-021-3/+0
| | | | Change-Id: I6a69fcf18f4a18174882fe6024ff9ae6d4b8b2c2