-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathMeanEditor.i18n.php
30 lines (30 loc) · 2.68 KB
/
MeanEditor.i18n.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<?php
$messages = array();
$messages['en'] = array(
'prefer_traditonal_editor' => 'Do not use the visual editor',
'meaneditor_desc' => 'The mean, the safe and the ugly visual editor for non-technical users. Based on WYMeditor and jQuery.',
'no_recent_images' => 'No recently uploaded images.',
'try_login' => 'Try logging in first.',
'no_visual' => 'The visual editor can\'t be used for this page. Most likely, it contains advanced or unsopported features. If you can, try editing smaller paragraphs.<br /><br />Reason: ',
'reason_whitespace' => 'Whitespace found at line beginning. Code and preformatted sections are not supported.',
'reason_tag' => 'Angle brackets < or > found. HTML and custom tags are not supported (exception: <br />).',
'reason_indent' => 'Found a <b>$1</b> at the beginning of a line. Definition lists and special indents are not supported.',
'reason_forbidden_char' => 'Found a <b>$1</b>. Sounds like an unsupported feature.',
'reason_special_link' => 'Special wikilinks like <b>$1</b> are not supported.',
'checkbox_force_traditional' => 'Force traditional code editing',
'recent_images_text' => 'Choose one of the images you recently uploaded or type the name of the image. You can also <a href=\'$1\' target=\'_blank\'>upload a new image</a>'
);
$messages['de'] = array(
'prefer_traditonal_editor' => 'Den visuellen Editor nicht benutzen.',
'meaneditor_desc' => 'Der grafische Editor für nicht technische Nutzer. Basiert auf WYMeditor und jQuery.',
'no_recent_images' => 'Keine kürzlich hochgeladenen Bilder.',
'try_login' => 'Versuchen sie sich zuerst anzumelden.',
'no_visual' => 'Der visuelle Editor kann auf dieser Seite nicht benutzt werden. Wahrscheinlich enthält sie erweiterte oder nicht unterstütze Funktionen. Wenn möglich versuchen sie einzelne Abschnitte zu bearbeiten.<br /><br />Begründung: ',
'reason_whitespace' => 'Whitespace am Zeilenanfang gefunden. Code und preformatted-Abschnitte werden nicht unterstützt.',
'reason_tag' => 'Spitze Klammern < oder > gefunden. HTML and benutzerdefinierte tags, mit Ausnahme von <br />, werden nicht unterstützt.',
'reason_indent' => '<b>$1</b> am Zeilenanfang gefunden. Definitionslisten und spezielle Einrückungen werden nicht unterstützt.',
'reason_forbidden_char' => '<b>$1</b> gefunden. Vermutlich eine nicht unterstützte Funktion.',
'reason_special_link' => 'Spezielle Wikilinks wie <b>$1</b> werden nicht unterstützt.',
'checkbox_force_traditional' => 'Traditionelle Bearbeitung erzwingen.',
'recent_images_text' => 'Wählen eine der Bilder die Du kürzlich hochgeladen oder tippe den Namen eines Bildes. Du kannst auch <a href=\'$1\' target=\'_blank\'>ein neues Bild hochladen.</a>'
);