Submit your research to the International Journal "Notes on Intuitionistic Fuzzy Sets". Contact us at nifs.journal@gmail.com

Call for Papers for the 27th International Conference on Intuitionistic Fuzzy Sets is now open!
Conference: 5–6 July 2024, Burgas, Bulgaria • EXTENDED DEADLINE for submissions: 15 APRIL 2024.

Help:Sandbox: Difference between revisions

From Ifigenia, the wiki for intuitionistic fuzzy sets and generalized nets
Jump to navigation Jump to search
(reporting-bg)
(slimey-en)
Line 1: Line 1:
<pre>
<pre>
<?php
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"
});
 


  // Reporting
  return array(
 
  'custom' => 'Персонализация',
    'custom reports' => 'Персонализирани отчети',
  'no custom reports' => 'Няма персонализирани отчети',
  'add custom report' => 'Добавяне на персонализиран отчет',
  'edit custom report' => 'Редактиране на персонализиран отчет',
  'new custom report' => 'Нов персонализиран отчет',
  'add report' => 'Добавяне на отчет',
  'object type' => 'Обектен тип',
  'add condition' => 'Добавяне на условие',
  'custom report created' => 'Създаден е персонализиран отчет',
  'custom report updated' => 'Обновен е персонализираният отчет',
  'conditions' => 'Условия',
  'columns and order' => 'Колони и наредба',
  'true' => 'Истина',
  'false' => 'Лъжа',
  'field' => 'Поле',
  'condition' => 'Условие',
  'ends with' => 'завършва на',
  'select unselect all' => 'Маркирай/Размаркирай всички',
  'ascending' => 'Възходящ ред',
  'descending' => 'Низходящ ред',
  'parametrizable'=> 'Параметър?',
  );
 
?>
</pre>
</pre>

Revision as of 17: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"
});