Home
last modified time | relevance | path

Searched refs:translationFile (Results 1 – 25 of 109) sorted by relevance

12345

/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/form/Classes/Service/
H A DTranslationService.php179 * @param array|string|null $translationFile
191 if (is_string($translationFile)) {
267 if (empty($translationFile)) {
271 if (is_string($translationFile)) {
272 $translationFiles = [$translationFile];
370 if (empty($translationFile)) {
374 if (is_string($translationFile)) {
375 $translationFiles = [$translationFile];
493 if (empty($translationFile)) {
497 if (is_string($translationFile)) {
[all …]
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/form/Classes/Service/
H A DTranslationService.php201 foreach ($translationFiles as $translationFile) {
202 $translatedValue = $this->translate($value, null, $translationFile, null);
233 foreach ($translationFiles as $translationFile) {
234 … $translatedValue = $this->translate($key, $arguments, $translationFile, $language, $key);
303 foreach ($translationFiles as $translationFile) {
308 …$translationKeyChain[] = sprintf('%s:finisher.%s.%s', $translationFile, $finisherIdentifier, $opti…
394 foreach ($translationFiles as $translationFile) {
415 foreach ($translationFiles as $translationFile) {
435 foreach ($translationFiles as $translationFile) {
505 foreach ($translationFiles as $translationFile) {
[all …]
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/form/Classes/Service/
H A DTranslationService.php194 foreach ($translationFiles as $translationFile) {
195 $translatedValue = $this->translate($value, null, $translationFile, null);
226 foreach ($translationFiles as $translationFile) {
227 … $translatedValue = $this->translate($key, $arguments, $translationFile, $language, $key);
296 foreach ($translationFiles as $translationFile) {
301 …$translationKeyChain[] = sprintf('%s:finisher.%s.%s', $translationFile, $finisherIdentifier, $opti…
387 foreach ($translationFiles as $translationFile) {
408 foreach ($translationFiles as $translationFile) {
428 foreach ($translationFiles as $translationFile) {
498 foreach ($translationFiles as $translationFile) {
[all …]
/dports/devel/cppcheck-gui/cppcheck-2.6.3/gui/
H A Dtranslationhandler.cpp116 QString translationFile; in setLanguage() local
118 translationFile = datadir + "/lang/" + mTranslations[index].mFilename + ".qm"; in setLanguage()
121 translationFile = datadir + "/" + mTranslations[index].mFilename + ".qm"; in setLanguage()
124 translationFile = appPath + "/" + mTranslations[index].mFilename + ".qm"; in setLanguage()
126 if (!mTranslator->load(translationFile) && !failure) { in setLanguage()
128 if (!QFile::exists(translationFile)) { in setLanguage()
130 error = error.arg(translationFile); in setLanguage()
137 error = error.arg(translationFile); in setLanguage()
/dports/devel/cppcheck/cppcheck-2.6.3/gui/
H A Dtranslationhandler.cpp116 QString translationFile; in setLanguage() local
118 translationFile = datadir + "/lang/" + mTranslations[index].mFilename + ".qm"; in setLanguage()
121 translationFile = datadir + "/" + mTranslations[index].mFilename + ".qm"; in setLanguage()
124 translationFile = appPath + "/" + mTranslations[index].mFilename + ".qm"; in setLanguage()
126 if (!mTranslator->load(translationFile) && !failure) { in setLanguage()
128 if (!QFile::exists(translationFile)) { in setLanguage()
130 error = error.arg(translationFile); in setLanguage()
137 error = error.arg(translationFile); in setLanguage()
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/core/Documentation/Changelog/10.0/
H A DBreaking-87009-UseMultipleTranslationFilesByDefaultInEXTform.rst12 All :yaml:`translationFile` options in EXT:form setup and form definitions have been renamed to :ya…
25 The option :yaml:`translationFile` does not work anymore and must be migrated to :yaml:`translation…
33 All installations which use EXT:form and its :yaml:`translationFile` option.
39 In your custom form configuration, migrate the single value :yaml:`translationFile` option to the m…
50 translationFile: path/to/locallang.xlf
67 translationFile:
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/core/Documentation/Changelog/10.0/
H A DBreaking-87009-UseMultipleTranslationFilesByDefaultInEXTform.rst12 All :yaml:`translationFile` options in EXT:form setup and form definitions have been renamed to :ya…
25 The option :yaml:`translationFile` does not work anymore and must be migrated to :yaml:`translation…
33 All installations which use EXT:form and its :yaml:`translationFile` option.
39 In your custom form configuration, migrate the single value :yaml:`translationFile` option to the m…
50 translationFile: path/to/locallang.xlf
67 translationFile:
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/core/Documentation/Changelog/8.7/
H A DImportant-80241-ExtFormSimplifyTranslationHandling.rst29 translationFile: 'EXT:form/Resources/Private/Language/locallang.xlf'
44 translationFile:
54 The default settings keep the translationFile property as string because
71 "translationFile" setting within the "FormEngine" option.
81 translationFile:
104 translationFile:
112 translationFile:
118 translationFile:
127 translationFile:
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/core/Documentation/Changelog/8.7/
H A DImportant-80241-ExtFormSimplifyTranslationHandling.rst29 translationFile: 'EXT:form/Resources/Private/Language/locallang.xlf'
44 translationFile:
54 The default settings keep the translationFile property as string because
71 "translationFile" setting within the "FormEngine" option.
81 translationFile:
104 translationFile:
112 translationFile:
118 translationFile:
127 translationFile:
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/core/Documentation/Changelog/8.7/
H A DImportant-80241-ExtFormSimplifyTranslationHandling.rst29 translationFile: 'EXT:form/Resources/Private/Language/locallang.xlf'
44 translationFile:
54 The default settings keep the translationFile property as string because
71 "translationFile" setting within the "FormEngine" option.
81 translationFile:
104 translationFile:
112 translationFile:
118 translationFile:
127 translationFile:
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/form/Documentation/Config/proto/formElements/formElementTypes/Form/renderingOptions/translation/
H A DtranslationFile.rst1 renderingOptions.translation.translationFile
5 …ypes.<prototypeIdentifier>.formElementsDefinition.Form.renderingOptions.translation.translationFile
30 translationFile: 'EXT:form/Resources/Private/Language/locallang.xlf'
56translationFile`` is undefined, - :ref:`"TYPO3.CMS.Form.prototypes.\<prototypeIdentifier>.formElem…
/dports/astro/marble/marble-21.12.3/src/apps/marble-maps/
H A DDeveloperDialog.qml29 settings.setValue("localization", "translationFile", localizationItem.translationFile)
205 property string translationFile: settings.value("localization", "translationFile", "")
206 …property string displayFile: translationFile.length > 0 ? translationFile.replace(/^.*[\\\/]/, '')…
243 onClicked: localizationItem.translationFile = ""
279 onAccepted: localizationItem.translationFile = fileUrl
H A Dmain.cpp57 QString const translationFile = settings.value("translationFile").toUrl().path(); in loadTranslations() local
73 if (!translationFile.isEmpty() && loadTranslator(translationFile, app)) { in loadTranslations()
/dports/irc/py-limnoria/Limnoria-master-2019-09-08/src/
H A Di18n.py141 def parse(translationFile): argument
144 for line in translationFile:
221 translationFile = open(getLocalePath(self.name,
224 translationFile = open(getLocalePath(self.name,
226 self._parse(translationFile)
231 translationFile.close()
233 def _parse(self, translationFile): argument
238 for translation in parse(translationFile):
/dports/net-im/tkabber/tkabber-1.1.2/contrib/extract-translations/
H A Dextract.tcl44 set translationFile ""
48 set translationFile [lindex $argv 1]
62 regexp {([-a-z]+)\.msg$} $translationFile -> lang
193 if {$translationFile != "" && [file readable $translationFile]} {
195 set translated [read_translation_file $translationFile $regexp]
/dports/deskutils/birdtray/birdtray-1.9.0/.github/workflows/
H A Dtranslations.yml48 with open(translationFilePath) as translationFile:
49 for lineNumber, line in enumerate(translationFile):
85 with open(translation, 'w', encoding='utf-8') as translationFile:
89 translationFile.write(line)
94 translationFile.write(line)
96 translationFile.write(line.replace(sourceId, source))
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/form/Documentation/Config/proto/formEngine/
H A DIndex.rst18 translationFile section in Properties
22 TYPO3.CMS.Form.prototypes.<prototypeIdentifier>.formEngine.translationFile
39 translationFile: 'EXT:form/Resources/Private/Language/Database.xlf'
/dports/www/nextcloud/nextcloud/lib/private/L10N/
H A DL10N.php226 * @param string $translationFile
229 protected function load(string $translationFile): bool { argument
230 $json = json_decode(file_get_contents($translationFile), true);
233 …\OC::$server->getLogger()->warning("Failed to load $translationFile - json error code: $jsonError"…
/dports/www/owncloud/owncloud/lib/private/L10N/
H A DL10N.php185 protected function load($translationFile) { argument
186 $json = \json_decode(\file_get_contents($translationFile), true);
189 …\OC::$server->getLogger()->warning("Failed to load $translationFile - json error code: $jsonError"…
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/core/Documentation/Changelog/9.0/
H A DFeature-81363-AcceptFormElementTranslationArguments.rst26 translationFile: path/to/locallang.xlf
44 translationFile: path/to/locallang.xlf
95 translationFile: path/to/locallang.xlf
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/core/Documentation/Changelog/9.0/
H A DFeature-81363-AcceptFormElementTranslationArguments.rst26 translationFile: path/to/locallang.xlf
44 translationFile: path/to/locallang.xlf
95 translationFile: path/to/locallang.xlf
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/core/Documentation/Changelog/9.0/
H A DFeature-81363-AcceptFormElementTranslationArguments.rst26 translationFile: path/to/locallang.xlf
44 translationFile: path/to/locallang.xlf
95 translationFile: path/to/locallang.xlf
/dports/net-im/ricochet/ricochet-1.1.4/src/ui/
H A DLanguagesModel.cpp44 foreach (const QString& translationFile, languagesFolder.entryList()) { in LanguagesModel()
45 QString localeID = translationFile; in LanguagesModel()
/dports/graphics/converseen/Converseen-0.9.9.3/src/
H A Dtranslator.cpp53 QString translationFile = QString("%1/%2").arg(m_loc).arg(loadCurrentTranslationName()); in translation() local
55 transl->load(translationFile); in translation()
/dports/x11-toolkits/qt5-declarative/kde-qtdeclarative-5.15.2p41/tools/qml/
H A Dmain.cpp442 QString translationFile; in main() local
581 translationFile = parser.value(translationOption); in main()
602 if (!translationFile.isEmpty()) { in main()
605 if (translator.load(translationFile)) { in main()
608 …printf("qml: Loaded translation file %s\n", qPrintable(QDir::toNativeSeparators(translationFile))); in main()
611 … Could not load the translation file %s\n", qPrintable(QDir::toNativeSeparators(translationFile))); in main()
615 if (!translationFile.isEmpty() && !quietMode) in main()

12345