mirror of
https://github.com/Universal-Omega/PortableInfobox.git
synced 2024-11-15 11:59:56 +00:00
107 lines
7.7 KiB
PHP
107 lines
7.7 KiB
PHP
<?php
|
||
$messages = array();
|
||
|
||
$messages['en'] = array(
|
||
'portable-infobox-desc' => 'Create portable infoboxes which can be rendered using clean semantic HTML markup on
|
||
any skin / platform using using easy to understand powerful XML-like markup',
|
||
'portable-infobox-unimplemented-infobox-tag' => 'Unimplemented infobox tag: <$1>',
|
||
'portable-infobox-xml-parse-error-info' => 'There is a problem with parsing the infobox',
|
||
'portable-infobox-xml-parse-error' => 'Incorrect XML markup. Please validate your XML',
|
||
'portable-infobox-xml-parse-error-document-end' => 'Extra content at the end of the document',
|
||
'portable-infobox-xml-parse-error-undeclared-entity' => 'Undeclared entity (for example: )',
|
||
'portable-infobox-xml-parse-error-attribute-not-started' => 'Attribute value should be inside quotation marks',
|
||
'portable-infobox-xml-parse-error-attribute-without-value' => 'Tag attribute needs to have value',
|
||
'portable-infobox-xml-parse-error-space-required' => 'Attributes construct error',
|
||
'portable-infobox-xml-parse-error-name-required' => 'Error parsing attribute name',
|
||
'portable-infobox-xml-parse-error-gt-required' => 'Tag definition is not properly terminated',
|
||
'portable-infobox-xml-parse-error-tag-name-mismatch' => 'Opening and ending tag mismatch',
|
||
'portable-infobox-xml-parse-error-tag-not-finished' => 'Premature end of tag',
|
||
'portable-infobox-xml-parse-error-infobox-tag-attribute-unsupported' => 'Attribute "$1" is not supported in
|
||
<infobox> tag',
|
||
);
|
||
|
||
$messages['qqq'] = array(
|
||
'portable-infobox-desc' => 'Portable Infobox extension description',
|
||
'portable-infobox-unimplemented-infobox-tag' => 'Error message for using unimplemented infobox tag; $1 is the tag name without pointy braces',
|
||
'portable-infobox-xml-parse-error-info' => 'General message for parsing problem',
|
||
'portable-infobox-xml-parse-error' => 'Error message for providing incorrect XML markup',
|
||
'portable-infobox-xml-parse-error-document-end' => 'XML Error: extra content at the end',
|
||
'portable-infobox-xml-parse-error-undeclared-entity' => 'XML Error: undeclared entity (for example: ). This typically comes from HTML.',
|
||
'portable-infobox-xml-parse-error-attribute-not-started' => 'XML Error: ending tag without start tag',
|
||
'portable-infobox-xml-parse-error-attribute-without-value' => 'XML Error: tag attribute was provided without value',
|
||
'portable-infobox-xml-parse-error-space-required' => 'XML Error: issue with parsing tag attributes',
|
||
'portable-infobox-xml-parse-error-name-required' => 'XML Error: error parsing name attribute',
|
||
'portable-infobox-xml-parse-error-gt-required' => 'XML Error: could not find end of tag definition (for example: <data><label </data>',
|
||
'portable-infobox-xml-parse-error-tag-name-mismatch' => 'XML Error: Opening and ending tag mismatch (for example: <data></label>)',
|
||
'portable-infobox-xml-parse-error-tag-not-finished' => 'XML Error: premature end of tag',
|
||
'portable-infobox-xml-parse-error-infobox-tag-attribute-unsupported' => 'Unsupported attribute used inside <infobox> tag. $1 param contains attribute name.',
|
||
);
|
||
|
||
$messages['de'] = array(
|
||
'portable-infobox-desc' => 'Erstelle mit einfachem mächtigen XML-Markup portable Infoboxen, die in jedem Skin und auf jeder Plattform in sauberem semantischen HTML-Markup gerendert werden.',
|
||
'portable-infobox-unimplemented-infobox-tag' => 'Nicht implementiertes Infobox-Tag: <$1>',
|
||
'xml-parse-error' => 'Fehler im XML-Markup. Bitte überprüfe deinen XML-Code.',
|
||
);
|
||
|
||
$messages['es'] = array(
|
||
'portable-infobox-desc' => 'Crea infoboxes portátiles usando marcadores XML de fácil comprensión y renderizádolas en cualquier diseño/plataforma con un claro marcado semántico HTML',
|
||
'portable-infobox-unimplemented-infobox-tag' => 'Etiqueta de la infobox no implementada: <$1>',
|
||
'xml-parse-error' => 'Marcado XML incorrecto. Por favor, comprueba tu XML.',
|
||
);
|
||
|
||
$messages['fr'] = array(
|
||
'portable-infobox-desc' => "À l'aide d'un balisage de type XML facile à comprendre et simple, permet de créer des infoboxes portables et de les afficher sur n'importe quelle apparence/plateforme",
|
||
'portable-infobox-unimplemented-infobox-tag' => "Balise d'infobox non reconnue : <$1>",
|
||
'xml-parse-error' => 'Balisage XML incorrect. Veuillez valider votre code.',
|
||
);
|
||
|
||
$messages['it'] = array(
|
||
'portable-infobox-desc' => 'Crea profili portatili con potenti codici tipo XML facili da capire che possono essere processati su qualunque skin o piattaforma usando semplici codici semantici HTML',
|
||
'portable-infobox-unimplemented-infobox-tag' => 'Tag profilo non inclusi: <$1>',
|
||
'xml-parse-error' => 'Sintassi XML non corretta. Per favore, controlla il tuo XML.',
|
||
);
|
||
|
||
$messages['ja'] = array(
|
||
'portable-infobox-desc' => '分かりやすくてパワフルなXML的マークアップを使ってポータブル・インフォボックスを作成し、どんなスキンやプラットフォーム上でも整ったセマンティックHTMLでの表示を可能にします',
|
||
'portable-infobox-unimplemented-infobox-tag' => '実装されていないインフォボックスのタグです:<$1>',
|
||
'xml-parse-error' => 'XMLマークアップに誤りがあります。XMLをもう一度ご確認ください。',
|
||
);
|
||
|
||
$messages['nl'] = array(
|
||
'portable-infobox-desc' => 'Create portable infoboxes which can be rendered using clean semantic HTML markup on
|
||
any skin / platform using using easy to understand powerful XML-like markup',
|
||
'portable-infobox-unimplemented-infobox-tag' => 'Unimplemented infobox tag: <$1>',
|
||
'xml-parse-error' => 'Incorrect XML markup. Please validate your XML.',
|
||
);
|
||
|
||
$messages['pl'] = array(
|
||
'portable-infobox-desc' => 'Twórz przenośne infoboksy używając prostej do zrozumienia i zarazem potężnej składni podobnej do XML. W efekcie powstanie czysta semantyczna składnia HTML, która pozwoli na wyświetlanie infoboksu na każdej skórce i platformie',
|
||
'portable-infobox-unimplemented-infobox-tag' => 'Niezaimplementowany tag infoboksa: <$1>',
|
||
'xml-parse-error' => 'Błędna składnia XML. Proszę sprawdź kod XML.',
|
||
);
|
||
|
||
$messages['pt'] = array(
|
||
'portable-infobox-desc' => 'Cria infoboxes portáteis usando marcadores semânticos de HTML claros em qualquer skin/ plataforma usando marcadores XML de fácil compreensão',
|
||
'portable-infobox-unimplemented-infobox-tag' => 'Etiqueta de infobox não implementada: <$1>',
|
||
'xml-parse-error' => 'Marcador XML incorreto. Por favor, verifique o seu XML.',
|
||
);
|
||
|
||
$messages['ru'] = array(
|
||
'portable-infobox-desc' => 'Создавайте модульные инфобоксы, используя простую и эффективную XML-подобную разметку, которые будут отображаться в любом скине и для любой платформы в простой семантической HTML-разметке',
|
||
'portable-infobox-unimplemented-infobox-tag' => 'Несуществующий тег инфобокса: <$1>',
|
||
'xml-parse-error' => 'Некорректная XML-разметка. Пожалуйста, проверьте разметку.',
|
||
);
|
||
|
||
$messages['zh-hans'] = array(
|
||
'portable-infobox-desc' => '您可以使用类似XML标记创建简便的信息表格,并且可以使用清晰的语义特性HTML标记在任何皮肤或者平台进行呈现',
|
||
'portable-infobox-unimplemented-infobox-tag' => '未生效的信息表格标签:<$1>',
|
||
'xml-parse-error' => '不正确的XML标记。请重新验证您的XML。',
|
||
);
|
||
|
||
$messages['zh-hant'] = array(
|
||
'portable-infobox-desc' => '您可以使用類似XML標記創建簡便的信息表格,並且可以使用清晰的語義特性HTML標記在任何皮膚或者平台進行呈現',
|
||
'portable-infobox-unimplemented-infobox-tag' => '未生效的信息表格標籤:<$1>',
|
||
'xml-parse-error' => '不正確的XML標記。請重新驗證您的XML。',
|
||
);
|
||
|