Please check our Instructions to Authors and send your manuscripts to nifs.journal@gmail.com.
Help:Sandbox: Difference between revisions
Jump to navigation
Jump to search
reporting-bg |
slimey-en |
||
| Line 1: | Line 1: | ||
<pre> | <pre> | ||
addLangs({ | |||
// functions.js | |||
"enter the url of the image": "Enter the URL of the image", | |||
"enter a color": "Enter a color", | |||
// editor.js | |||
"drag the bottom right corner to resize": "Drag the bottom right corner to resize", | |||
"double click to edit content": "Double click to edit content", | |||
// actions.js | |||
"some text": "Some Text", | |||
// navigation.js | |||
"new slide text": "Edit Me!", | |||
"slide {0}": "Slide {0}", | |||
"no slide to delete": "No slide to delete!", | |||
"click top left button to add a slide": "Click top left button to add a slide", | |||
"no slide to move": "No slide to move", | |||
"click to insert a new slide": "Click to insert a new slide", | |||
// slimey.js | |||
"bold text": "Bold text", | |||
"underline text": "Underline text", | |||
"italic text": "Italic text", | |||
"unsaved changes will be lost.": "Unsaved changes will be lost.", | |||
"align text to the left": "Align text to the left", | |||
"align text to the center": "Align text to the center", | |||
"align text to the right": "Align text to the right", | |||
// tools.js | |||
"generic tool": "Generic tool", | |||
"insert an element": "Insert an element", | |||
"what element do you wish to insert?": "What element do you wish to insert?", | |||
"insert text": "Insert text", | |||
"insert image": "Insert image", | |||
"insert ordered list": "Insert ordered list", | |||
"insert unordered list": "Insert unordered list", | |||
"edit the elements content": "Edit the element\'s content", | |||
"change font color": "Change font color", | |||
"change font size": "Change font size", | |||
"size": "Size", | |||
"font family": "Font family", | |||
"generic fonts": "Generic fonts", | |||
"specific fonts": "Specific fonts", | |||
"delete element": "Delete element", | |||
"redo": "Redo", | |||
"undo": "Undo", | |||
"send element to the back": "Send element to the back", | |||
"bring element to the front": "Bring element to the front", | |||
"view source code": "View source code", | |||
"save slideshow": "Save slideshow", | |||
"preview slideshow": "Preview slideshow", | |||
"add a new slide after the selected one": "Add a new slide after the selected one", | |||
"delete the selected slide": "Delete the selected slide", | |||
"move the selected slide down one place": "Move the selected slide down one place", | |||
"move the selected slide up one place": "Move the selected slide up one place", | |||
// slimey.html | |||
"new slideshow": "New slideshow", | |||
"second slide": "Second slide" | |||
}); | |||
</pre> | </pre> | ||
Revision as of 16:53, 28 February 2010
addLangs({
// functions.js
"enter the url of the image": "Enter the URL of the image",
"enter a color": "Enter a color",
// editor.js
"drag the bottom right corner to resize": "Drag the bottom right corner to resize",
"double click to edit content": "Double click to edit content",
// actions.js
"some text": "Some Text",
// navigation.js
"new slide text": "Edit Me!",
"slide {0}": "Slide {0}",
"no slide to delete": "No slide to delete!",
"click top left button to add a slide": "Click top left button to add a slide",
"no slide to move": "No slide to move",
"click to insert a new slide": "Click to insert a new slide",
// slimey.js
"bold text": "Bold text",
"underline text": "Underline text",
"italic text": "Italic text",
"unsaved changes will be lost.": "Unsaved changes will be lost.",
"align text to the left": "Align text to the left",
"align text to the center": "Align text to the center",
"align text to the right": "Align text to the right",
// tools.js
"generic tool": "Generic tool",
"insert an element": "Insert an element",
"what element do you wish to insert?": "What element do you wish to insert?",
"insert text": "Insert text",
"insert image": "Insert image",
"insert ordered list": "Insert ordered list",
"insert unordered list": "Insert unordered list",
"edit the elements content": "Edit the element\'s content",
"change font color": "Change font color",
"change font size": "Change font size",
"size": "Size",
"font family": "Font family",
"generic fonts": "Generic fonts",
"specific fonts": "Specific fonts",
"delete element": "Delete element",
"redo": "Redo",
"undo": "Undo",
"send element to the back": "Send element to the back",
"bring element to the front": "Bring element to the front",
"view source code": "View source code",
"save slideshow": "Save slideshow",
"preview slideshow": "Preview slideshow",
"add a new slide after the selected one": "Add a new slide after the selected one",
"delete the selected slide": "Delete the selected slide",
"move the selected slide down one place": "Move the selected slide down one place",
"move the selected slide up one place": "Move the selected slide up one place",
// slimey.html
"new slideshow": "New slideshow",
"second slide": "Second slide"
});