Commit cf59c3e4e891c8aaa61445968805fc4a4385c5fc
1 parent
90f4bbde
KTS-4240 - Corrected spelling in source and i18n files.
"Spelling mistake when creating 'Fieldsets'" Fixed. Committed By: Kevin Fourie Reviewed By: Megan Watson
Showing
5 changed files
with
5 additions
and
5 deletions
i18n/knowledgeTree.pot
| ... | ... | @@ -6669,7 +6669,7 @@ msgid "It is not possible to archive a shortcut. Please archive the target docum |
| 6669 | 6669 | msgstr "" |
| 6670 | 6670 | |
| 6671 | 6671 | #: plugins/ktcore/admin/documentFieldsv2.php:115 |
| 6672 | -msgid "It is possibler to create different types of fieldsets. The most common kind is a \"normal\" fieldset, which can be configured to have different kinds of fields. The administrator may have installed additional plugins which provide different types of fieldsets." | |
| 6672 | +msgid "It is possible to create different types of fieldsets. The most common kind is a \"normal\" fieldset, which can be configured to have different kinds of fields. The administrator may have installed additional plugins which provide different types of fieldsets." | |
| 6673 | 6673 | msgstr "" |
| 6674 | 6674 | |
| 6675 | 6675 | #: i18n/templates.c:7529 | ... | ... |
plugins/i18n/french/translations/fr_FR/knowledgeTree.po
| ... | ... | @@ -6779,7 +6779,7 @@ msgid "It is not possible to archive a shortcut. Please archive the target docum |
| 6779 | 6779 | msgstr "Il est impossible d'archiver un raccourci. Veuillez archiver à la place le document ou le dossier ciblé." |
| 6780 | 6780 | |
| 6781 | 6781 | #: plugins/ktcore/admin/documentFieldsv2.php:115 |
| 6782 | -msgid "It is possibler to create different types of fieldsets. The most common kind is a \"normal\" fieldset, which can be configured to have different kinds of fields. The administrator may have installed additional plugins which provide different types of fieldsets." | |
| 6782 | +msgid "It is possible to create different types of fieldsets. The most common kind is a \"normal\" fieldset, which can be configured to have different kinds of fields. The administrator may have installed additional plugins which provide different types of fieldsets." | |
| 6783 | 6783 | msgstr "Il est possible de créer différents types de formulaires. Le plus commun est un formulaire \"normal\" , qui peut être configuré de facon à disposer de différents types de champs. L'administrateur peut avoir installé des plugins supplémentaires qui fournissent différents types de formulaires." |
| 6784 | 6784 | |
| 6785 | 6785 | #: i18n/templates.c:7160 | ... | ... |
plugins/i18n/german/translations/de_DE/knowledgeTree.po
| ... | ... | @@ -6785,7 +6785,7 @@ msgid "It is not possible to archive a shortcut. Please archive the target docum |
| 6785 | 6785 | msgstr "Verknüpfungen können nicht archiviert werden. Bitte archivieren Sie das Zieldokument oder den Zielordner." |
| 6786 | 6786 | |
| 6787 | 6787 | #: plugins/ktcore/admin/documentFieldsv2.php:115 |
| 6788 | -msgid "It is possibler to create different types of fieldsets. The most common kind is a \"normal\" fieldset, which can be configured to have different kinds of fields. The administrator may have installed additional plugins which provide different types of fieldsets." | |
| 6788 | +msgid "It is possible to create different types of fieldsets. The most common kind is a \"normal\" fieldset, which can be configured to have different kinds of fields. The administrator may have installed additional plugins which provide different types of fieldsets." | |
| 6789 | 6789 | msgstr "Es ist möglich verschiedene Typen von Feldgruppen zu erstellen. Die übliche Form ist eine \"normale\" Feldgruppe, welche unterschiedliche Felder beinhalten kann. Der Administrator hat eventuell weitere Plugins installiert die verschiedene Typen von Feldgruppen bereitstellen." |
| 6790 | 6790 | |
| 6791 | 6791 | #: i18n/templates.c:7160 | ... | ... |
plugins/i18n/italian/translations/it_IT/knowledgeTree.po
| ... | ... | @@ -6926,7 +6926,7 @@ msgid "It is not possible to archive a shortcut. Please archive the target docum |
| 6926 | 6926 | msgstr "Non è possibile archiviare un collegamento. Si prega di archiviare il documento scelto o la cartella." |
| 6927 | 6927 | |
| 6928 | 6928 | #: plugins/ktcore/admin/documentFieldsv2.php:115 |
| 6929 | -msgid "It is possibler to create different types of fieldsets. The most common kind is a \"normal\" fieldset, which can be configured to have different kinds of fields. The administrator may have installed additional plugins which provide different types of fieldsets." | |
| 6929 | +msgid "It is possible to create different types of fieldsets. The most common kind is a \"normal\" fieldset, which can be configured to have different kinds of fields. The administrator may have installed additional plugins which provide different types of fieldsets." | |
| 6930 | 6930 | msgstr "E' possibile crare tipi diversi di gruppi di attributi. Il tipo più comune è un gruppo di attributi \"normale\", che può essere configurato in modo da avere vari tipi di campi. L'amministratore potrebbe avere installato dei componenti aggiuntivi addizionali che forniscono tipi diversi di gruppi di attributi." |
| 6931 | 6931 | |
| 6932 | 6932 | #: i18n/templates.c:7175 | ... | ... |
plugins/ktcore/admin/documentFieldsv2.php
| ... | ... | @@ -112,7 +112,7 @@ class KTDocumentFieldDispatcher extends KTAdminDispatcher { |
| 112 | 112 | $widgets[] = array('ktcore.widgets.selection', array( |
| 113 | 113 | 'label' => _kt("Fieldset Type"), |
| 114 | 114 | 'use_simple' => false, |
| 115 | - 'description' => _kt("It is possibler to create different types of fieldsets. The most common kind is a \"normal\" fieldset, which can be configured to have different kinds of fields. The administrator may have installed additional plugins which provide different types of fieldsets."), | |
| 115 | + 'description' => _kt("It is possible to create different types of fieldsets. The most common kind is a \"normal\" fieldset, which can be configured to have different kinds of fields. The administrator may have installed additional plugins which provide different types of fieldsets."), | |
| 116 | 116 | 'important_description' => _kt('Note that it is not possible to convert between different types of fieldsets, so please choose carefully.'), |
| 117 | 117 | 'name' => 'fieldset_type', |
| 118 | 118 | 'required' => true, | ... | ... |