From 2d22d8df6d901dfdbd3402c017b0a473a6d84beb Mon Sep 17 00:00:00 2001 From: Andreas Traczyk <andreas.traczyk@savoirfairelinux.com> Date: Wed, 20 Feb 2019 17:25:35 -0500 Subject: [PATCH] translations: update transifex config Change-Id: Ib8d4839d7728ff2ce9d0b05a8672f8b4633b5937 --- .tx/config | 50 +++++++++++++++++++++++++------------------------- 1 file changed, 25 insertions(+), 25 deletions(-) diff --git a/.tx/config b/.tx/config index 384a33c6..7d8b0d0f 100644 --- a/.tx/config +++ b/.tx/config @@ -1,151 +1,151 @@ [main] host = https://www.transifex.com -[ring.localizablestrings] +[jami.localizablestrings] file_filter = ui/<lang>.lproj/Localizable.strings source_file = ui/Base.lproj/Localizable.strings source_lang = en type = STRINGS -[ring.osxAccAdvanced] +[jami.osxAccAdvanced] file_filter = ui/<lang>.lproj/AccAdvanced.strings source_file = ui/Base.lproj/AccAdvanced.strings source_lang = en type = STRINGS -[ring.osxAccMedia] +[jami.osxAccMedia] file_filter = ui/<lang>.lproj/AccMedia.strings source_file = ui/Base.lproj/AccMedia.strings source_lang = en type = STRINGS -[ring.osxAccGeneral] +[jami.osxAccGeneral] file_filter = ui/<lang>.lproj/AccGeneral.strings source_file = ui/Base.lproj/AccGeneral.strings source_lang = en type = STRINGS -[ring.osxAccounts] +[jami.osxAccounts] file_filter = ui/<lang>.lproj/Accounts.strings source_file = ui/Base.lproj/Accounts.strings source_lang = en type = STRINGS -[ring.osxAccRing] +[jami.osxAccRing] file_filter = ui/<lang>.lproj/AccRing.strings source_file = ui/Base.lproj/AccRing.strings source_lang = en type = STRINGS -[ring.osxAccSecurity] +[jami.osxAccSecurity] file_filter = ui/<lang>.lproj/AccSecurity.strings source_file = ui/Base.lproj/AccSecurity.strings source_lang = en type = STRINGS -[ring.osxAudioPrefs] +[jami.osxAudioPrefs] file_filter = ui/<lang>.lproj/AudioPrefs.strings source_file = ui/Base.lproj/AudioPrefs.strings source_lang = en type = STRINGS -[ring.osxCertificateWindow] +[jami.osxCertificateWindow] file_filter = ui/<lang>.lproj/CertificateWindow.strings source_file = ui/Base.lproj/CertificateWindow.strings source_lang = en type = STRINGS -[ring.osxCurrentCall] +[jami.osxCurrentCall] file_filter = ui/<lang>.lproj/CurrentCall.strings source_file = ui/Base.lproj/CurrentCall.strings source_lang = en type = STRINGS -[ring.osxGeneralPrefs] +[jami.osxGeneralPrefs] file_filter = ui/<lang>.lproj/GeneralPrefs.strings source_file = ui/Base.lproj/GeneralPrefs.strings source_lang = en type = STRINGS -[ring.osxMainMenu] +[jami.osxMainMenu] file_filter = ui/<lang>.lproj/MainMenu.strings source_file = ui/Base.lproj/MainMenu.strings source_lang = en type = STRINGS -[ring.osxPersonLinker] +[jami.osxPersonLinker] file_filter = ui/<lang>.lproj/PersonLinker.strings source_file = ui/Base.lproj/PersonLinker.strings source_lang = en type = STRINGS -[ring.osxPreferencesWindow] +[jami.osxPreferencesWindow] file_filter = ui/<lang>.lproj/PreferencesWindow.strings source_file = ui/Base.lproj/PreferencesWindow.strings source_lang = en type = STRINGS -[ring.osxRingWindow] +[jami.osxRingWindow] file_filter = ui/<lang>.lproj/RingWindow.strings source_file = ui/Base.lproj/RingWindow.strings source_lang = en type = STRINGS -[ring.osxRingWizard] +[jami.osxRingWizard] file_filter = ui/<lang>.lproj/RingWizard.strings source_file = ui/Base.lproj/RingWizard.strings source_lang = en type = STRINGS -[ring.osxVideoPrefs] +[jami.osxVideoPrefs] file_filter = ui/<lang>.lproj/VideoPrefs.strings source_file = ui/Base.lproj/VideoPrefs.strings source_lang = en type = STRINGS -[ring.osxConversation] +[jami.osxConversation] file_filter = ui/<lang>.lproj/Conversation.strings source_file = ui/Base.lproj/Conversation.strings source_lang = en type = STRINGS -[ring.osxBackupAccountWindow] +[jami.osxBackupAccountWindow] file_filter = ui/<lang>.lproj/BackupAccountWindow.strings source_file = ui/Base.lproj/BackupAccountWindow.strings source_lang = en type = STRINGS -[ring.osxExportPasswordWindow] +[jami.osxExportPasswordWindow] file_filter = ui/<lang>.lproj/ExportPasswordWindow.strings source_file = ui/Base.lproj/ExportPasswordWindow.strings source_lang = en type = STRINGS -[ring.osxRingWizardNewAccount] +[jami.osxRingWizardNewAccount] file_filter = ui/<lang>.lproj/RingWizardNewAccount.strings source_file = ui/Base.lproj/RingWizardNewAccount.strings source_lang = en type = STRINGS -[ring.osxRingWizardLinkAccount] +[jami.osxRingWizardLinkAccount] file_filter = ui/<lang>.lproj/RingWizardLinkAccount.strings source_file = ui/Base.lproj/RingWizardLinkAccount.strings source_lang = en type = STRINGS -[ring.osxRingWizardChoose] +[jami.osxRingWizardChoose] file_filter = ui/<lang>.lproj/RingWizardChoose.strings source_file = ui/Base.lproj/RingWizardChoose.strings source_lang = en type = STRINGS -[ring.osxRegisterNameWindow] +[jami.osxRegisterNameWindow] file_filter = ui/<lang>.lproj/RegisterNameWindow.strings source_file = ui/Base.lproj/RegisterNameWindow.strings source_lang = en type = STRINGS -[ring.osxMigrateRingAccountsWindow] +[jami.osxMigrateRingAccountsWindow] file_filter = ui/<lang>.lproj/MigrateRingAccountsWindow.strings source_file = ui/Base.lproj/MigrateRingAccountsWindow.strings source_lang = en -- GitLab