mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-13 18:17:07 +02:00
add new UploadImage plugin by Pim Snel ;)
This commit is contained in:
25
phpgwapi/js/htmlarea/plugins/UploadImage/lang/en.js
Executable file
25
phpgwapi/js/htmlarea/plugins/UploadImage/lang/en.js
Executable file
@ -0,0 +1,25 @@
|
||||
// I18N for the FullPage plugin
|
||||
|
||||
// LANG: "en", ENCODING: UTF-8 | ISO-8859-1
|
||||
// Author: Mihai Bazon, http://dynarch.com/mishoo
|
||||
|
||||
// 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.)
|
||||
|
||||
UploadImage.I18N = {
|
||||
"Alternate style-sheet:": "Alternate style-sheet:",
|
||||
"Background color:": "Background color:",
|
||||
"Cancel": "Cancel",
|
||||
"DOCTYPE:": "DOCTYPE:",
|
||||
"Document properties": "Document properties",
|
||||
"Document title:": "Document title:",
|
||||
"OK": "OK",
|
||||
"Primary style-sheet:": "Primary style-sheet:",
|
||||
"Text color:": "Text color:"
|
||||
};
|
Reference in New Issue
Block a user