first re-commit.

This commit is contained in:
2025-08-05 22:42:07 +02:00
commit 60ce743fc0
1736 changed files with 227235 additions and 0 deletions

View File

@@ -0,0 +1,70 @@
tinyMCE.addI18n('de.snstuff_dlg',{
img_tab_upload: "Bilder Hochladen",
img_general:"Allgemein",
img_title:"Title",
img_preview:"Vorschau",
img_style:"Style",
img_classes:"Classes",
img_ltr:"Links nach Rechts",
img_rtl:"Rechts nach Links",
img_id:"Id",
img_map:"Bilderliste",
img_dialog_title:"Bilder/Videos Einf\u00FCgen/Bearbeiten",
img_list:"Medienliste",
img_align:"Ausrichtung",
img_align_top:"Oben",
img_align_middle:"Mittig",
img_align_bottom:"Unten",
img_align_texttop:"Text oben",
img_align_textbottom:"Text unten",
img_align_left:"Links",
img_align_right:"Reschts",
img_align_none:"Keine",
img_image_list:"Medienliste",
img_image_delete:"Löschen",
img_upload:"Bild/Video hochladen",
img_imagefile_select:"Bild/Video:",
img_imagefile_sndbtn: "Hochladen",
img_imagefile_uploadnotify:"Bildvorschau",
img_imagedelete:"Gewähltes Bild/Video löschen",
img_imgsize_40height : "40 Pixel Höhe",
img_imgsize_80height : "80 Pixel Höhe",
img_imgsize_200width : "200 Pixel Breite",
img_imgsize_470width : "470 Pixel Breite",
img_width:"Breite",
img_height:"Höhe",
img_pic_select : "Bild größe",
img_vpic_select : "Vorschaubild",
img_video_pic : " ",
img_pic_show : " ",
img_pic_show_full : " Vollbild ",
lnk_title: "Link Einf\u00FCgen/Bearbeiten",
lnk_general_props: "Link bearbeiten",
lnk_desc:"Link",
lnk_field_url:"URL",
lnk_field_desc:"Title (Opt.)",
lnk_field_name:"Text",
quote_desc:"Zitat",
qoute_general_props: "Zitat",
quote_title:"Zitat einf\u00FCgen",
code_desc:"Quelltext",
code_general_props: "Quelltext",
code_title:"Quelltext einf\u00FCgen",
ibox_title: "InfoBox Einf\u00FCgen/Bearbeiten",
ibox_general_props:"InfoBox",
ibox_input_titel:"Titel:",
ibox_input_size:"Breite:",
ibox_input_float:"Position:",
ibox_fopt_none:"keine",
ibox_fopt_right:"Rechts",
ibox_fopt_left:"Links",
ibox_defaulttext:"Bitte text eingeben..",
////
last:""
});

View File

@@ -0,0 +1,83 @@
tinyMCE.addI18n('en.snimages_dlg',{
tab_general:"General",
tab_appearance:"Appearance",
tab_advanced:"Advanced",
tab_upload: "Image Upload",
general:"General",
title:"Title",
preview:"Preview",
constrain_proportions:"Constrain proportions",
langdir:"Language direction",
langcode:"Language code",
long_desc:"Long description link",
style:"Style",
classes:"Classes",
ltr:"Left to right",
rtl:"Right to left",
id:"Id",
map:"Image map",
swap_image:"Swap image",
alt_image:"Alternative image",
mouseover:"for mouse over",
mouseout:"for mouse out",
misc:"Miscellaneous",
example_img:"Appearance preview image",
missing_alt:"Are you sure you want to continue without including an Image Description? Without it the image may not be accessible to some users with disabilities, or to those using a text browser, or browsing the Web with images turned off.",
dialog_title:"1Insert/edit image",
src:"Image URL",
alt:"Image description",
list:"Image list",
border:"Border",
dimensions:"Dimensions",
vspace:"Vertical space",
hspace:"Horizontal space",
align:"Alignment",
align_baseline:"Baseline",
align_top:"Top",
align_middle:"Middle",
align_bottom:"Bottom",
align_texttop:"Text top",
align_textbottom:"Text bottom",
align_left:"Left",
align_right:"Right",
align_none:"None",
image_list:"Image list",
image_delete:"Delete",
upload:"Image Upload",
imagefile_select:"Select Image",
imagefile_sndbtn: "Upload",
imagefile_uploadnotify:"Image Preview",
imagedelete:"Delete selected Image",
imgsize_40height : "40 Pixel height",
imgsize_80height : "80 Pixel height",
imgsize_200width : "200 Pixel width",
imgsize_470width : "470 Pixel width",
lnk_title: "Insert/Edit link",
lnk_general_props: "Edit Link",
lnk_desc:"Link",
lnk_field_url:"URL",
lnk_field_desc:"Description",
quote_desc:"Quote",
qoute_general_props: "Quote",
quote_title:"Insert Quote",
code_desc:"Code",
code_general_props: "Code",
code_title:"Insert Code",
ibox_titel:"Insert/Edit InfoBox",
ibox_general_props:"InfoBox",
ibox_input_titel:"Titel:",
ibox_input_size:"Width:",
ibox_input_float:"Position:",
ibox_fopt_none:"none",
ibox_fopt_right:"Right",
ibox_fopt_left:"Left",
ibox_defaulttext:"Enter text here...",
////
last:""
});