mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/TitleBlacklist
synced 2024-11-15 18:19:45 +00:00
Localisation updates for extension messages from Betawiki (2008-02-16 16:34 CET)
This commit is contained in:
parent
54590cd059
commit
02f24a6c4e
|
@ -380,6 +380,13 @@ $messages['sv'] = array(
|
|||
'titleblacklist-invalid' => 'Följande {{PLURAL:$1|rad|rader}} i listan är {{PLURAL:$1|felaktig|felaktiga}}; {{PLURAL:$1|den|de}} måste rättas innan du kan spara:',
|
||||
);
|
||||
|
||||
/** Telugu (తెలుగు)
|
||||
* @author Veeven
|
||||
*/
|
||||
$messages['te'] = array(
|
||||
'titleblacklist-forbidden-edit' => '"$2" అనే శీర్షిక గల పేజీలను సృష్టించడంపై నిషేధం విధించారు. ఇది నిరోధపు జాబితాలోని ఈ పద్దుకి సరిపోలింది: <code>$1</code>',
|
||||
);
|
||||
|
||||
/** Cantonese (粵語 / 廣東話)
|
||||
* @author Shinjiman
|
||||
*/
|
||||
|
@ -423,3 +430,4 @@ $messages['zh-hant'] = array(
|
|||
'titleblacklist-forbidden-upload' => '檔案名稱 "$2" 已經被禁止創建。它跟以下黑名單的項目配合: <code>\$1</code>',
|
||||
'titleblacklist-invalid' => '以下在標題黑名單上的{{PLURAL:$1|一行|多行}}無效;請在保存前改正{{PLURAL:$1|它|它們}}:',
|
||||
);
|
||||
|
||||
|
|
Loading…
Reference in a new issue