Home
last modified time | relevance | path

Searched refs:strLanguage (Results 1 – 25 of 33) sorted by relevance

12

/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/peripherals/devices/
H A DPeripheralCecAdapter.cpp551 if (!strcmp(strLanguage, "bul")) in SetMenuLanguage()
553 else if (!strcmp(strLanguage, "hrv")) in SetMenuLanguage()
555 else if (!strcmp(strLanguage, "cze")) in SetMenuLanguage()
557 else if (!strcmp(strLanguage, "dan")) in SetMenuLanguage()
559 else if (!strcmp(strLanguage, "dut")) in SetMenuLanguage()
561 else if (!strcmp(strLanguage, "eng")) in SetMenuLanguage()
563 else if (!strcmp(strLanguage, "fin")) in SetMenuLanguage()
565 else if (!strcmp(strLanguage, "fre")) in SetMenuLanguage()
567 else if (!strcmp(strLanguage, "ger")) in SetMenuLanguage()
569 else if (!strcmp(strLanguage, "gre")) in SetMenuLanguage()
[all …]
H A DPeripheralCecAdapter.h147 void SetMenuLanguage(const char* strLanguage);
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/addons/kodi-dev-kit/include/kodi/addon-instance/pvr/
H A DStream.h166 m_cStructure->strLanguage[0] = language[0]; in SetLanguage()
167 m_cStructure->strLanguage[1] = language[1]; in SetLanguage()
168 m_cStructure->strLanguage[2] = language[2]; in SetLanguage()
169 m_cStructure->strLanguage[3] = 0; in SetLanguage()
173 std::string GetLanguage() const { return m_cStructure->strLanguage; } in GetLanguage()
/dports/audio/jamulus/jamulus-r3_8_1/src/
H A Dclientsettingsdlg.h99 void OnLanguageChanged ( QString strLanguage ) { pSettings->strLanguage = strLanguage; } in OnLanguageChanged() argument
H A Dserverdlg.h116 void OnLanguageChanged ( QString strLanguage ) { pSettings->strLanguage = strLanguage; } in OnLanguageChanged() argument
H A Dsettings.h47 strLanguage ( "" ), in CSettings()
58 QString strLanguage; variable
H A Dsettings.cpp264 strLanguage = in ReadSettingsFromXML()
584 PutIniSetting ( IniXMLDocument, "client", "language", strLanguage ); in WriteSettingsToXML()
765 strLanguage = in ReadSettingsFromXML()
839 PutIniSetting ( IniXMLDocument, "server", "language", strLanguage ); in WriteSettingsToXML()
H A Dutil.cpp1812 void CLocale::LoadTranslation ( const QString strLanguage, QCoreApplication* pApp ) in LoadTranslation() argument
1819 const QString strTranslationFileName = TranslMap[strLanguage]; in LoadTranslation()
1827 …if ( myqtTranslator.load ( QLocale ( strLanguage ), "qt", "_", QLibraryInfo::location ( QLibraryIn… in LoadTranslation()
H A Dmain.cpp814 CLocale::LoadTranslation ( Settings.strLanguage, pApp ); in main()
880 CLocale::LoadTranslation ( Settings.strLanguage, pApp ); in main()
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/video/dialogs/
H A DGUIDialogSubtitleSettings.cpp336 std::string strLanguage; in SubtitleStreamsOptionFiller() local
338 if (!g_LangCodeExpander.Lookup(info.language, strLanguage)) in SubtitleStreamsOptionFiller()
339 strLanguage = g_localizeStrings.Get(13205); // Unknown in SubtitleStreamsOptionFiller()
342 strItem = strLanguage; in SubtitleStreamsOptionFiller()
344 strItem = StringUtils::Format("%s - %s", strLanguage.c_str(), info.name.c_str()); in SubtitleStreamsOptionFiller()
H A DGUIDialogVideoSettings.cpp482 std::string strLanguage; in VideoStreamsOptionFiller() local
487 g_LangCodeExpander.Lookup(info.language, strLanguage); in VideoStreamsOptionFiller()
491 if (!strLanguage.empty()) in VideoStreamsOptionFiller()
492 strItem = StringUtils::Format("%s - %s", strLanguage.c_str(), info.name.c_str()); in VideoStreamsOptionFiller()
496 else if (!strLanguage.empty()) in VideoStreamsOptionFiller()
498 strItem = strLanguage; in VideoStreamsOptionFiller()
H A DGUIDialogAudioSettings.cpp325 std::string strLanguage; in AudioStreamsOptionFiller() local
330 if (!g_LangCodeExpander.Lookup(info.language, strLanguage)) in AudioStreamsOptionFiller()
331 strLanguage = strUnknown; in AudioStreamsOptionFiller()
336 strItem = StringUtils::Format(strFormat, strLanguage.c_str(), info.name.c_str(), info.channels); in AudioStreamsOptionFiller()
H A DGUIDialogSubtitles.cpp334 std::string strLanguage; in Search() local
338 if (!g_LangCodeExpander.Lookup(info.language, strLanguage)) in Search()
339 strLanguage = "Unknown"; in Search()
341 preferredLanguage = strLanguage; in Search()
/dports/devel/codeblocks/codeblocks-20.03/src/plugins/contrib/SpellChecker/
H A DHunspellInterface.cpp379 wxString strLanguage = GetSelectedLanguage(); in GetAffixFileName() local
380 if (strLanguage != wxEmptyString) in GetAffixFileName()
381 return GetAffixFileName(strLanguage); in GetAffixFileName()
401 wxString strLanguage = GetSelectedLanguage(); in GetDictionaryFileName() local
402 if (strLanguage != wxEmptyString) in GetDictionaryFileName()
403 return GetDictionaryFileName(strLanguage); in GetDictionaryFileName()
/dports/devel/msbuild/msbuild-0.06/src/Tasks.UnitTests/
H A DResGen_Tests.cs392 string strLanguage = "c#"; in StronglyTypedParameters()
421 t.StronglyTypedLanguage = strLanguage; in StronglyTypedParameters()
426 …CommandLine.ValidateHasParameter(t, "/str:" + strLanguage + ",,,", false /* resgen 4.0 does not ap… in StronglyTypedParameters()
429 …CommandLine.ValidateHasParameter(t, "/str:" + strLanguage + "," + strNamespace + ",,", false /* re… in StronglyTypedParameters()
432 …CommandLine.ValidateHasParameter(t, "/str:" + strLanguage + "," + strNamespace + "," + strClass + … in StronglyTypedParameters()
435 …CommandLine.ValidateHasParameter(t, "/str:" + strLanguage + "," + strNamespace + "," + strClass + … in StronglyTypedParameters()
/dports/astro/qmapshack/qmapshack-V_1.16.1/src/qmapshack/gis/rte/router/
H A DCRouterRoutino.cpp382 QString strLanguage = comboLanguage->currentData(Qt::UserRole).toString(); in calcRoute() local
389 Routino_Translation* translation = Routino_GetTranslation(strLanguage.toUtf8()); in calcRoute()
474 QString strLanguage = comboLanguage->currentData(Qt::UserRole).toString(); in calcRoute() local
481 Routino_Translation* translation = Routino_GetTranslation(strLanguage.toUtf8()); in calcRoute()
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/addons/kodi-dev-kit/include/kodi/c-api/addon-instance/pvr/
H A Dpvr_stream.h119 char strLanguage[4]; member
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/guilib/
H A DLocalizeStrings.cpp154 bool CLocalizeStrings::Load(const std::string& strPathName, const std::string& strLanguage) in Load() argument
157 if (!LoadWithFallback(strPathName, strLanguage, strings)) in Load()
H A DLocalizeStrings.h43 bool Load(const std::string& strPathName, const std::string& strLanguage);
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/
H A DLangInfo.h90 bool SetLanguage(std::string strLanguage = "", bool reloadServices = true);
222 bool Load(const std::string& strLanguage);
H A DLangInfo.cpp383 bool CLangInfo::Load(const std::string& strLanguage) in Load() argument
387 std::string strFileName = GetLanguageInfoPath(strLanguage); in Load()
397 m_languageAddon = GetLanguageAddon(strLanguage); in Load()
400 CLog::Log(LOGERROR, "Unknown language %s", strLanguage.c_str()); in Load()
/dports/multimedia/libcec/libcec-libcec-6.0.2/src/libcec/devices/
H A DCECBusDevice.cpp448 void CCECBusDevice::SetMenuLanguage(const std::string& strLanguage) in SetMenuLanguage() argument
451 if (m_menuLanguage != strLanguage) in SetMenuLanguage()
453 m_menuLanguage = strLanguage; in SetMenuLanguage()
460 std::string strLanguage(language); in SetMenuLanguage() local
461 SetMenuLanguage(strLanguage); in SetMenuLanguage()
/dports/editors/abiword/abiword-3.0.5/plugins/opendocument/exp/xp/
H A DODe_Style_Style.cpp1714 gchar strLanguage[4]; in fetchAttributesFromAbiProps() local
1721 strLanguage[0] = pValue[0]; in fetchAttributesFromAbiProps()
1722 strLanguage[1] = pValue[1]; in fetchAttributesFromAbiProps()
1725 strLanguage[2] = pValue[2]; in fetchAttributesFromAbiProps()
1730 strLanguage[2] = 0; in fetchAttributesFromAbiProps()
1736 strLanguage[3] = 0; in fetchAttributesFromAbiProps()
1739 m_language = strLanguage; in fetchAttributesFromAbiProps()
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/pvr/channels/
H A DPVRRadioRDSInfoTag.h37 void SetLanguage(const std::string& strLanguage);
H A DPVRRadioRDSInfoTag.cpp219 void CPVRRadioRDSInfoTag::SetLanguage(const std::string& strLanguage) in SetLanguage() argument
222 m_strLanguage = Trim(strLanguage); in SetLanguage()

12