git add stuff

This commit is contained in:
Alan
2026-02-14 19:50:25 +03:00
parent 5c3329238b
commit 3942076805
1130 changed files with 120023 additions and 6 deletions

View File

@@ -0,0 +1,20 @@
tinyMCE.addI18n('de.smeditimage',{
desc : 'SMEditImage - Bild bearbeiten',
button_ok_caption : 'OK',
button_cancel_caption : 'Abbrechen',
label_1_caption : 'Beschreibung',
label_2_caption : 'Titel',
label_3_caption : 'Ausrichtung',
label_4_caption : 'Au\u00DFenabstand',
label_5_caption : 'Format',
label_6_caption : 'Gr\u00F6\u00DFe',
label_7_caption : 'Rahmen',
label_8_caption : 'px',
alignment_1_hint : 'Keine',
alignment_2_hint : 'Links',
alignment_3_hint : 'Rechts',
size_1_hint : 'Breite',
size_2_hint : 'H\u00F6he',
size_lock_hint : 'Gr\u00F6\u00DFenverhältnis beibehalten',
size_orig_hint : 'Originalgr\u00F6\u00DFe anzeigen'
});

View File

@@ -0,0 +1,20 @@
tinyMCE.addI18n('en.smeditimage',{
desc : 'SMEditImage - Edit image',
button_ok_caption : 'OK',
button_cancel_caption : 'Cancel',
label_1_caption : 'Description',
label_2_caption : 'Title',
label_3_caption : 'Alignment',
label_4_caption : 'Margin',
label_5_caption : 'Style',
label_6_caption : 'Size',
label_7_caption : 'Border',
label_8_caption : 'px',
alignment_1_hint : 'None',
alignment_2_hint : 'Left',
alignment_3_hint : 'Right',
size_1_hint : 'Width',
size_2_hint : 'Height',
size_lock_hint : 'Constrain proportions',
size_orig_hint : 'Show original size'
});

View File

@@ -0,0 +1,20 @@
tinyMCE.addI18n('ru.smeditimage',{
desc : 'Редактор изображений',
button_ok_caption : 'OK',
button_cancel_caption : 'Отмена',
label_1_caption : 'Описание',
label_2_caption : 'Title',
label_3_caption : 'Выравнивание',
label_4_caption : 'Отступы',
label_5_caption : 'Стиль',
label_6_caption : 'Размер',
label_7_caption : 'Граница',
label_8_caption : 'px',
alignment_1_hint : 'Нет',
alignment_2_hint : 'Налево',
alignment_3_hint : 'Направо',
size_1_hint : 'Ширина',
size_2_hint : 'Высота',
size_lock_hint : 'Сохранять пропорции',
size_orig_hint : 'Показать исходный размер'
});