PHPIndex

This page lists files in the current directory. You can view content, get download/execute commands for Wget, Curl, or PowerShell, or filter the list using wildcards (e.g., `*.sh`).

en.js
wget 'https://sme10.lists2.roe3.org/guppy/inc/ckeditor/plugins/btgrid/lang/en.js'
View Content
"use strict"

CKEDITOR.plugins.setLang( 'btgrid', 'en', {
	selNumCols: 'Select number of columns',
  genNrRows: 'Add number of rows to generate',
	infoTab: 'Info',
	createBtGrid: 'Create a Bootstrap grid',
	editBtGrid: 'Edit Bootstrap grid',
	numColsError:  'Please select number of columns.',
	numRowsError: 'Please insert numeric value for Number of rows.',
} );
eo.js
wget 'https://sme10.lists2.roe3.org/guppy/inc/ckeditor/plugins/btgrid/lang/eo.js'
View Content
"use strict"

CKEDITOR.plugins.setLang( 'btgrid', 'eo', {
	selNumCols: 'Elektu nombron da kolumnoj',
  genNrRows: 'Aldonu nombron da vicoj por generi',
	infoTab: 'Informoj',
	createBtGrid: 'Kreu Bootstrap-kradon',
	editBtGrid: 'Redaktu Bootstrap-kradon',
	numColsError: 'Bonvolu elekti nombron da kolumnoj.',
	numRowsError: 'Bonvolu enigi numeran valoron por Nombro da vicoj.',
} );
fr.js
wget 'https://sme10.lists2.roe3.org/guppy/inc/ckeditor/plugins/btgrid/lang/fr.js'
View Content
"use strict"

CKEDITOR.plugins.setLang( 'btgrid', 'fr', {
	selNumCols: 'Sélectionnez le nombre de colonnes',
  genNrRows: 'Nombre de lignes à générer',
	infoTab: 'Info',
	createBtGrid: 'Créer une grille Bootstrap',
	editBtGrid: 'Editer la grille Bootstrap',
	numColsError:  'Choisissez un nombre de colonnes',
	numRowsError: 'Choisissez un nombre de lignes',
} );
nl.js
wget 'https://sme10.lists2.roe3.org/guppy/inc/ckeditor/plugins/btgrid/lang/nl.js'
View Content
"use strict"

CKEDITOR.plugins.setLang( 'btgrid', 'nl', {
	selNumCols: 'Kies het aantal kolommen',
  genNrRows: 'Aantal rijen te genereren',
	infoTab: 'Info',
	createBtGrid: 'Maak een Bootstrap grid',
	editBtGrid: 'Bewerk de Bootstrap grid',
	numColsError:  'Kies een aantal kolommen',
	numRowsError: 'Kies een aantal rijen',
} );
ru.js
wget 'https://sme10.lists2.roe3.org/guppy/inc/ckeditor/plugins/btgrid/lang/ru.js'
View Content
"use strict"

CKEDITOR.plugins.setLang( 'btgrid', 'ru', {
	selNumCols: 'Выберите количество колонок',
  genNrRows: 'Количество рядов',
	infoTab: 'Информация',
	createBtGrid: 'Создать сетку Bootstrap',
	editBtGrid: 'Редактировать сетку Bootstrap',
	numColsError:  'Выберите количество колонок, пожалуйста.',
	numRowsError: 'Введите числовое значение для Количества рядов, пожалуйста.',
} );