import htmlarea 3.0beta
eGW code to use it, is in phpgwapi/inc/class.html.inc.php the translations (via eGW standard translation system) are in phpgwapi/inc/htmlarea-lang.php
After Width: | Height: | Size: 118 B |
BIN
phpgwapi/js/htmlarea/plugins/TableOperations/img/cell-merge.gif
Normal file
After Width: | Height: | Size: 896 B |
BIN
phpgwapi/js/htmlarea/plugins/TableOperations/img/cell-prop.gif
Normal file
After Width: | Height: | Size: 155 B |
BIN
phpgwapi/js/htmlarea/plugins/TableOperations/img/cell-split.gif
Normal file
After Width: | Height: | Size: 907 B |
BIN
phpgwapi/js/htmlarea/plugins/TableOperations/img/col-delete.gif
Normal file
After Width: | Height: | Size: 100 B |
After Width: | Height: | Size: 110 B |
BIN
phpgwapi/js/htmlarea/plugins/TableOperations/img/col-split.gif
Normal file
After Width: | Height: | Size: 908 B |
BIN
phpgwapi/js/htmlarea/plugins/TableOperations/img/row-delete.gif
Normal file
After Width: | Height: | Size: 104 B |
After Width: | Height: | Size: 116 B |
After Width: | Height: | Size: 115 B |
BIN
phpgwapi/js/htmlarea/plugins/TableOperations/img/row-prop.gif
Normal file
After Width: | Height: | Size: 149 B |
BIN
phpgwapi/js/htmlarea/plugins/TableOperations/img/row-split.gif
Normal file
After Width: | Height: | Size: 895 B |
BIN
phpgwapi/js/htmlarea/plugins/TableOperations/img/table-prop.gif
Normal file
After Width: | Height: | Size: 145 B |
90
phpgwapi/js/htmlarea/plugins/TableOperations/lang/en.js
Normal file
@@ -0,0 +1,90 @@
|
||||
// I18N constants
|
||||
|
||||
// LANG: "en", ENCODING: UTF-8 | ISO-8859-1
|
||||
// Author: Mihai Bazon, <mishoo@infoiasi.ro>
|
||||
|
||||
// FOR TRANSLATORS:
|
||||
//
|
||||
// 1. PLEASE PUT YOUR CONTACT INFO IN THE ABOVE LINE
|
||||
// (at least a valid email address)
|
||||
//
|
||||
// 2. PLEASE TRY TO USE UTF-8 FOR ENCODING;
|
||||
// (if this is not possible, please include a comment
|
||||
// that states what encoding is necessary.)
|
||||
|
||||
TableOperations.I18N = {
|
||||
"Align": "Align",
|
||||
"All four sides": "All four sides",
|
||||
"Background": "Background",
|
||||
"Baseline": "Baseline",
|
||||
"Border": "Border",
|
||||
"Borders": "Borders",
|
||||
"Bottom": "Bottom",
|
||||
"CSS Style": "Style [CSS]",
|
||||
"Caption": "Caption",
|
||||
"Cell Properties": "Cell Properties",
|
||||
"Center": "Center",
|
||||
"Char": "Char",
|
||||
"Collapsed borders": "Collapsed borders",
|
||||
"Color": "Color",
|
||||
"Description": "Description",
|
||||
"FG Color": "FG Color",
|
||||
"Float": "Float",
|
||||
"Frames": "Frames",
|
||||
"Height": "Height",
|
||||
"How many columns would you like to merge?": "How many columns would you like to merge?",
|
||||
"How many rows would you like to merge?": "How many rows would you like to merge?",
|
||||
"Image URL": "Image URL",
|
||||
"Justify": "Justify",
|
||||
"Layout": "Layout",
|
||||
"Left": "Left",
|
||||
"Margin": "Margin",
|
||||
"Middle": "Middle",
|
||||
"No rules": "No rules",
|
||||
"No sides": "No sides",
|
||||
"None": "None",
|
||||
"Padding": "Padding",
|
||||
"Please click into some cell": "Please click into some cell",
|
||||
"Right": "Right",
|
||||
"Row Properties": "Row Properties",
|
||||
"Rules will appear between all rows and columns": "Rules will appear between all rows and columns",
|
||||
"Rules will appear between columns only": "Rules will appear between columns only",
|
||||
"Rules will appear between rows only": "Rules will appear between rows only",
|
||||
"Rules": "Rules",
|
||||
"Spacing and padding": "Spacing and padding",
|
||||
"Spacing": "Spacing",
|
||||
"Summary": "Summary",
|
||||
"TO-cell-delete": "Delete cell",
|
||||
"TO-cell-insert-after": "Insert cell after",
|
||||
"TO-cell-insert-before": "Insert cell before",
|
||||
"TO-cell-merge": "Merge cells",
|
||||
"TO-cell-prop": "Cell properties",
|
||||
"TO-cell-split": "Split cell",
|
||||
"TO-col-delete": "Delete column",
|
||||
"TO-col-insert-after": "Insert column after",
|
||||
"TO-col-insert-before": "Insert column before",
|
||||
"TO-col-split": "Split column",
|
||||
"TO-row-delete": "Delete row",
|
||||
"TO-row-insert-above": "Insert row before",
|
||||
"TO-row-insert-under": "Insert row after",
|
||||
"TO-row-prop": "Row properties",
|
||||
"TO-row-split": "Split row",
|
||||
"TO-table-prop": "Table properties",
|
||||
"Table Properties": "Table Properties",
|
||||
"Text align": "Text align",
|
||||
"The bottom side only": "The bottom side only",
|
||||
"The left-hand side only": "The left-hand side only",
|
||||
"The right and left sides only": "The right and left sides only",
|
||||
"The right-hand side only": "The right-hand side only",
|
||||
"The top and bottom sides only": "The top and bottom sides only",
|
||||
"The top side only": "The top side only",
|
||||
"Top": "Top",
|
||||
"Unset color": "Unset color",
|
||||
"Vertical align": "Vertical align",
|
||||
"Width": "Width",
|
||||
"not-del-last-cell": "HTMLArea cowardly refuses to delete the last cell in row.",
|
||||
"not-del-last-col": "HTMLArea cowardly refuses to delete the last column in table.",
|
||||
"not-del-last-row": "HTMLArea cowardly refuses to delete the last row in table.",
|
||||
"percent": "percent",
|
||||
"pixels": "pixels"
|
||||
};
|
66
phpgwapi/js/htmlarea/plugins/TableOperations/lang/fi.js
Normal file
@@ -0,0 +1,66 @@
|
||||
TableOperations.I18N = {
|
||||
"Align": "Kohdistus",
|
||||
"All four sides": "Kaikki nelj<6C> sivua",
|
||||
"Background": "Tausta",
|
||||
"Baseline": "Takaraja",
|
||||
"Border": "Reuna",
|
||||
"Borders": "Reunat",
|
||||
"Bottom": "Alle",
|
||||
"CSS Style": "Tyyli [CSS]",
|
||||
"Caption": "Otsikko",
|
||||
"Cell Properties": "Solun asetukset",
|
||||
"Center": "Keskelle",
|
||||
"Char": "Merkki",
|
||||
"Collapsed borders": "Luhistetut reunat",
|
||||
"Color": "V<>ri",
|
||||
"Description": "Kuvaus",
|
||||
"FG Color": "FG V<>ri",
|
||||
"Frames": "Kehykset",
|
||||
"Image URL": "Kuvan osoite",
|
||||
"Layout": "Sommittelu",
|
||||
"Left": "Vasen",
|
||||
"Margin": "Marginaali",
|
||||
"Middle": "Keskelle",
|
||||
"No rules": "Ei viivoja",
|
||||
"No sides": "Ei sivuja",
|
||||
"Padding": "Palstant<6E>yte",
|
||||
"Right": "Oikea",
|
||||
"Row Properties": "Rivin asetukset",
|
||||
"Rules will appear between all rows and columns": "Viivat jokaisen rivin ja sarakkeen v<>lill<6C>",
|
||||
"Rules will appear between columns only": "Viivat ainoastaan sarakkeiden v<>lill<6C>",
|
||||
"Rules will appear between rows only": "Viivat ainoastaan rivien v<>lill<6C>",
|
||||
"Rules": "Viivat",
|
||||
"Spacing": "Palstatila",
|
||||
"Summary": "Yhteenveto",
|
||||
"TO-cell-delete": "Poista solu",
|
||||
"TO-cell-insert-after": "Lis<69><73> solu per<65><72>n",
|
||||
"TO-cell-insert-before": "Lis<69><73> solu ennen",
|
||||
"TO-cell-merge": "Yhdist<73> solut",
|
||||
"TO-cell-prop": "Solun asetukset",
|
||||
"TO-cell-split": "Jaa solu",
|
||||
"TO-col-delete": "Poista sarake",
|
||||
"TO-col-insert-after": "Lis<69><73> sarake per<65><72>n",
|
||||
"TO-col-insert-before": "Lis<69><73> sarake ennen",
|
||||
"TO-col-split": "Jaa sarake",
|
||||
"TO-row-delete": "Poista rivi",
|
||||
"TO-row-insert-above": "Lis<69><73> rivi yl<79>puolelle",
|
||||
"TO-row-insert-under": "Lis<69><73> rivi alapuolelle",
|
||||
"TO-row-prop": "Rivin asetukset",
|
||||
"TO-row-split": "Jaa rivi",
|
||||
"TO-table-prop": "Taulukon asetukset",
|
||||
"Top": "Yl<59>s",
|
||||
"Table Properties": "Taulukon asetukset",
|
||||
"The bottom side only": "Ainoastaan alapuolelle",
|
||||
"The left-hand side only": "Ainoastaan vasenreuna",
|
||||
"The right and left sides only": "Oikea- ja vasenreuna",
|
||||
"The right-hand side only": "Ainoastaan oikeareuna",
|
||||
"The top and bottom sides only": "Yl<59>- ja alapuoli.",
|
||||
"The top side only": "Ainoastaan yl<79>puoli",
|
||||
"Vertical align": "Vertikaali kohdistus",
|
||||
"Width": "Leveys",
|
||||
"not-del-last-cell": "Ei voida poistaa viimeist<73> solua rivist<73>.",
|
||||
"not-del-last-col": "Ei voida poistaa viimeist<73> saraketta taulusta.",
|
||||
"not-del-last-row": "Ei voida poistaa viimeist<73> rivi<76> taulusta.",
|
||||
"percent": "prosenttia",
|
||||
"pixels": "pikseli<6C>"
|
||||
};
|
90
phpgwapi/js/htmlarea/plugins/TableOperations/lang/ro.js
Normal file
@@ -0,0 +1,90 @@
|
||||
// I18N constants
|
||||
|
||||
// LANG: "ro", ENCODING: UTF-8
|
||||
// Author: Mihai Bazon, <mishoo@infoiasi.ro>
|
||||
|
||||
// FOR TRANSLATORS:
|
||||
//
|
||||
// 1. PLEASE PUT YOUR CONTACT INFO IN THE ABOVE LINE
|
||||
// (at least a valid email address)
|
||||
//
|
||||
// 2. PLEASE TRY TO USE UTF-8 FOR ENCODING;
|
||||
// (if this is not possible, please include a comment
|
||||
// that states what encoding is necessary.)
|
||||
|
||||
TableOperations.I18N = {
|
||||
"Align": "Aliniere",
|
||||
"All four sides": "Toate părţile",
|
||||
"Background": "Fundal",
|
||||
"Baseline": "Baseline",
|
||||
"Border": "Chenar",
|
||||
"Borders": "Chenare",
|
||||
"Bottom": "Jos",
|
||||
"CSS Style": "Stil [CSS]",
|
||||
"Caption": "Titlu de tabel",
|
||||
"Cell Properties": "Proprietăţile celulei",
|
||||
"Center": "Centru",
|
||||
"Char": "Caracter",
|
||||
"Collapsed borders": "Chenare asimilate",
|
||||
"Color": "Culoare",
|
||||
"Description": "Descriere",
|
||||
"FG Color": "Culoare text",
|
||||
"Float": "Poziţie",
|
||||
"Frames": "Chenare",
|
||||
"Height": "Înălţimea",
|
||||
"How many columns would you like to merge?": "Câte coloane vrei să uneşti?",
|
||||
"How many rows would you like to merge?": "Câte linii vrei să uneşti?",
|
||||
"Image URL": "URL-ul imaginii",
|
||||
"Justify": "Justify",
|
||||
"Layout": "Aranjament",
|
||||
"Left": "Stânga",
|
||||
"Margin": "Margine",
|
||||
"Middle": "Mijloc",
|
||||
"No rules": "Fără linii",
|
||||
"No sides": "Fără părţi",
|
||||
"None": "Nimic",
|
||||
"Padding": "Spaţiere",
|
||||
"Please click into some cell": "Vă rog să daţi click într-o celulă",
|
||||
"Right": "Dreapta",
|
||||
"Row Properties": "Proprietăţile liniei",
|
||||
"Rules will appear between all rows and columns": "Vor apărea linii între toate rândurile şi coloanele",
|
||||
"Rules will appear between columns only": "Vor apărea doar linii verticale",
|
||||
"Rules will appear between rows only": "Vor apărea doar linii orizontale",
|
||||
"Rules": "Linii",
|
||||
"Spacing and padding": "Spaţierea",
|
||||
"Spacing": "Între celule",
|
||||
"Summary": "Sumar",
|
||||
"TO-cell-delete": "Şterge celula",
|
||||
"TO-cell-insert-after": "Inserează o celulă la dreapta",
|
||||
"TO-cell-insert-before": "Inserează o celulă la stânga",
|
||||
"TO-cell-merge": "Uneşte celulele",
|
||||
"TO-cell-prop": "Proprietăţile celulei",
|
||||
"TO-cell-split": "Împarte celula",
|
||||
"TO-col-delete": "Şterge coloana",
|
||||
"TO-col-insert-after": "Inserează o coloană la dreapta",
|
||||
"TO-col-insert-before": "Inserează o coloană la stânga",
|
||||
"TO-col-split": "Împarte coloana",
|
||||
"TO-row-delete": "Şterge rândul",
|
||||
"TO-row-insert-above": "Inserează un rând înainte",
|
||||
"TO-row-insert-under": "Inserează un rând după",
|
||||
"TO-row-prop": "Proprietăţile rândului",
|
||||
"TO-row-split": "Împarte rândul",
|
||||
"TO-table-prop": "Proprietăţile tabelei",
|
||||
"Table Properties": "Proprietăţile tabelei",
|
||||
"Text align": "Aliniere",
|
||||
"The bottom side only": "Doar partea de jos",
|
||||
"The left-hand side only": "Doar partea din stânga",
|
||||
"The right and left sides only": "Partea din stânga şi cea din dreapta",
|
||||
"The right-hand side only": "Doar partea din dreapta",
|
||||
"The top and bottom sides only": "Partea de sus si cea de jos",
|
||||
"The top side only": "Doar partea de sus",
|
||||
"Top": "Sus",
|
||||
"Unset color": "Dezactivează culoarea",
|
||||
"Vertical align": "Aliniere pe verticală",
|
||||
"Width": "Lăţime",
|
||||
"not-del-last-cell": "HTMLArea refuză cu laşitate să şteargă ultima celulă din rând.",
|
||||
"not-del-last-col": "HTMLArea refuză cu laşitate să şteargă ultima coloamă din tabela.",
|
||||
"not-del-last-row": "HTMLArea refuză cu laşitate să şteargă ultimul rând din tabela.",
|
||||
"percent": "procente",
|
||||
"pixels": "pixeli"
|
||||
};
|