File tree Expand file tree Collapse file tree 3 files changed +38
-2
lines changed
Expand file tree Collapse file tree 3 files changed +38
-2
lines changed Original file line number Diff line number Diff line change 1+ <?php
2+ /**
3+ * Translations are managed using Transifex. To create a new translation
4+ * or to help to maintain an existing one, please register at transifex.com.
5+ *
6+ * @license http://www.gnu.org/licenses/lgpl-3.0.html LGPL
7+ *
8+ * @link https://www.transifex.com/signup/
9+ * @link https://www.transifex.com/projects/p/$$project$$/language/$$lang$$/
10+ *
11+ * last-updated: 2018-03-08T09:48:39+01:00
12+ */
13+
14+
15+ $ GLOBALS ['TL_LANG ' ]['MSC ' ]['extended_no ' ] = '%s: ei ' ;
16+
Original file line number Diff line number Diff line change 1+ <?php
2+ /**
3+ * Translations are managed using Transifex. To create a new translation
4+ * or to help to maintain an existing one, please register at transifex.com.
5+ *
6+ * @license http://www.gnu.org/licenses/lgpl-3.0.html LGPL
7+ *
8+ * @link https://www.transifex.com/signup/
9+ * @link https://www.transifex.com/projects/p/$$project$$/language/$$lang$$/
10+ *
11+ * last-updated: 2018-03-08T09:48:42+01:00
12+ */
13+
14+
15+ $ GLOBALS ['TL_LANG ' ]['tl_metamodel_filtersetting ' ]['no ' ] = 'Märkekast ei ' ;
16+ $ GLOBALS ['TL_LANG ' ]['tl_metamodel_filtersetting ' ]['typenames ' ]['checkbox ' ] = 'Jah/Ei ' ;
17+ $ GLOBALS ['TL_LANG ' ]['tl_metamodel_filtersetting ' ]['yes ' ] = 'Märkekast jah ' ;
18+ $ GLOBALS ['TL_LANG ' ]['tl_metamodel_filtersetting ' ]['ynfield ' ]['0 ' ] = 'Omaduse nime asemel Jah/Ei ' ;
19+ $ GLOBALS ['TL_LANG ' ]['tl_metamodel_filtersetting ' ]['ynmode ' ]['1 ' ] = 'Tee Jah/ei valitavaks ' ;
20+
Original file line number Diff line number Diff line change 88 *
99 * @license http://www.gnu.org/licenses/lgpl-3.0.html LGPL
1010 *
11- * last-updated: 2015-07-11T08:02:14+02 :00
11+ * last-updated: 2018-03-08T09:48:42+01 :00
1212 */
1313
1414$ GLOBALS ['TL_LANG ' ]['tl_metamodel_filtersetting ' ]['no ' ] = 'Чекбокс нет ' ;
1515$ GLOBALS ['TL_LANG ' ]['tl_metamodel_filtersetting ' ]['radio ' ] = 'Выбор радио-кнопкой ' ;
1616$ GLOBALS ['TL_LANG ' ]['tl_metamodel_filtersetting ' ]['typenames ' ]['checkbox ' ] = 'Да/нет ' ;
1717$ GLOBALS ['TL_LANG ' ]['tl_metamodel_filtersetting ' ]['yes ' ] = 'Чекбокс да ' ;
18- $ GLOBALS ['TL_LANG ' ]['tl_metamodel_filtersetting ' ]['ynfield ' ]['0 ' ] = 'Да/нет вместо имени атрибута ' ;
18+ $ GLOBALS ['TL_LANG ' ]['tl_metamodel_filtersetting ' ]['ynfield ' ]['0 ' ] = 'Да/нет вместо названия атрибута ' ;
1919$ GLOBALS ['TL_LANG ' ]['tl_metamodel_filtersetting ' ]['ynfield ' ]['1 ' ] = 'Показать да/нет вместо имени атрибута и предоставить имя атрибута в качестве заголовка. ' ;
2020$ GLOBALS ['TL_LANG ' ]['tl_metamodel_filtersetting ' ]['ynmode ' ]['0 ' ] = 'Модус ' ;
2121$ GLOBALS ['TL_LANG ' ]['tl_metamodel_filtersetting ' ]['ynmode ' ]['1 ' ] = 'Сделать да/нет выбираемым ' ;
You can’t perform that action at this time.
0 commit comments