diff --git a/ui/ar.lproj/Conversation.strings b/ui/ar.lproj/Conversation.strings index 943d13e18dd72d5458645c380a2293e677b41b55..0601cee406b77b3c2ff8206fe7de2af35223b0cf 100644 --- a/ui/ar.lproj/Conversation.strings +++ b/ui/ar.lproj/Conversation.strings @@ -20,6 +20,9 @@ /* Class = "NSButton"; ibShadowedToolTip = "Start video call"; ObjectID = "cFH-d7-Erh"; */ "cFH-d7-Erh.ibShadowedToolTip" = "بدء مكالمة فيديو"; +/* Class = "NSButton"; ibShadowedToolTip = "Enable plugins"; ObjectID = "FvO-Yj-ry0"; */ +"FvO-Yj-ry0.ibShadowedToolTip" = "Enable plugins"; + /* Class = "NSBox"; title = "Box"; ObjectID = "ciI-CA-tly"; */ "ciI-CA-tly.title" = "صندوق"; diff --git a/ui/ar.lproj/CurrentCall.strings b/ui/ar.lproj/CurrentCall.strings index 1d002d2f5f59e99cedd8f4d7234454132b07d6ec..10f38d155991d22dd6c809ef1cb0ea9e0b21cf7c 100644 --- a/ui/ar.lproj/CurrentCall.strings +++ b/ui/ar.lproj/CurrentCall.strings @@ -20,6 +20,15 @@ /* Class = "NSButton"; ibShadowedToolTip = "Mute Video"; ObjectID = "LVS-yZ-98V"; */ "LVS-yZ-98V.ibShadowedToolTip" = "أبكم الفيديو"; +/* Class = "NSButton"; ibShadowedToolTip = "Select video device"; ObjectID = "Vcv-ia-VEy"; */ +"Vcv-ia-VEy.ibShadowedToolTip" = "Select video device"; + +/* Class = "NSButton"; ibShadowedToolTip = "Share"; ObjectID = "ZGn-Tc-sg3"; */ +"ZGn-Tc-sg3.ibShadowedToolTip" = "مشاركة"; + +/* Class = "NSButton"; ibShadowedToolTip = "Enable plugins"; ObjectID = "YtG-ob-etP"; */ +"YtG-ob-etP.ibShadowedToolTip" = "Enable plugins"; + /* Class = "CocoaBindingsConnection"; ibShadowedMultipleValuesPlaceholder = "Send a message"; ObjectID = "NRc-5f-Ujc"; */ "NRc-5f-Ujc.ibShadowedMultipleValuesPlaceholder" = "إرسال رسالة"; @@ -33,7 +42,7 @@ "QYT-0n-4sw.ibShadowedToolTip" = "تسجيل"; /* Class = "NSButton"; ibShadowedToolTip = "add contact to call"; ObjectID = "Vhk-fx-6RW"; */ -"Vhk-fx-6RW.ibShadowedToolTip" = "إضافة جهة اتصال للاتصال بها"; +"Vhk-fx-6RW.ibShadowedToolTip" = "Add contact to call"; /* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "YGj-SP-ikj"; */ "YGj-SP-ikj.title" = "خلية نص"; @@ -65,8 +74,14 @@ /* Class = "NSButton"; ibShadowedToolTip = "Send"; ObjectID = "rqa-be-VIB"; */ "rqa-be-VIB.ibShadowedToolTip" = "أرسل"; -/* Class = "NSButton"; ibShadowedToolTip = "Mute Audio"; ObjectID = "tQl-cT-0Lb"; */ -"tQl-cT-0Lb.ibShadowedToolTip" = "أبكم الصوت"; +/* Class = "NSButton"; ibShadowedToolTip = "Select audio output device"; ObjectID = "Yma-O2-Ljp"; */ +"Yma-O2-Ljp.ibShadowedToolTip" = "Select audio output device"; + +/* Class = "NSButton"; ibShadowedToolTip = "Select audio input device"; ObjectID = "aMU-l3-xFT"; */ +"aMU-l3-xFT.ibShadowedToolTip" = "Select audio input device"; + +/* Class = "NSButton"; ibShadowedToolTip = "Mute microphone"; ObjectID = "N0A-rb-6rf"; */ +"N0A-rb-6rf.ibShadowedToolTip" = "كتم ميكروفون"; /* Class = "NSTextFieldCell"; placeholderString = "Person name"; ObjectID = "ues-20-34k"; */ "ues-20-34k.placeholderString" = "اسم الشخص"; diff --git a/ui/ar.lproj/Localizable.strings b/ui/ar.lproj/Localizable.strings index 771c38961c3d1b991ba597e0296ab0676dbb7a8a..ce743afe851cadec1b2d2357e743c945df0c1b5e 100644 --- a/ui/ar.lproj/Localizable.strings +++ b/ui/ar.lproj/Localizable.strings @@ -41,7 +41,7 @@ "Canceled" = "تم الإلغاء"; /* Contextual menu entry */ -"Choose file" = "إختار ملف"; +"Stream file" = "Stream file"; /* Contextual menu action */ "Clear conversation" = "مسح المحادثة"; @@ -292,3 +292,15 @@ /* Contextual menu for message */ "Resend" = "Resend"; +/* In call status info */ +"Wants to talk to you" = "Wants to talk to you"; + +/* share button tooltip */ +"Stop screen sharing" = "Stop screen sharing"; + +/* share button tooltip */ +"Stop file streaming" = "Stop file streaming"; + +/* share button tooltip */ +"Share" = "مشاركة"; + diff --git a/ui/ar.lproj/PreferencesWindow.strings b/ui/ar.lproj/PreferencesWindow.strings index e527067f180871827e0a2df63ae09b3366cefda6..7f1c58c2fb5298b9596bdb642351eaa70aa80f5e 100644 --- a/ui/ar.lproj/PreferencesWindow.strings +++ b/ui/ar.lproj/PreferencesWindow.strings @@ -25,3 +25,10 @@ /* Class = "NSToolbarItem"; paletteLabel = "Video"; ObjectID = "jLi-an-TR2"; */ "jLi-an-TR2.paletteLabel" = "فيديو"; + +/* Class = "NSToolbarItem"; label = "Plugins"; ObjectID = "zzE-XA-cFn"; */ +"zzE-XA-cFn.label" = "الإضافات"; + +/* Class = "NSToolbarItem"; paletteLabel = "Plugins"; ObjectID = "zzE-XA-cFn"; */ +"zzE-XA-cFn.paletteLabel" = "الإضافات"; + diff --git a/ui/bg.lproj/Conversation.strings b/ui/bg.lproj/Conversation.strings index 99ea201832001df9b5ec50144bdc839745807ef7..d5f1e2d1c673c516b1681f92e1bb4d8cbb649611 100644 --- a/ui/bg.lproj/Conversation.strings +++ b/ui/bg.lproj/Conversation.strings @@ -20,6 +20,9 @@ /* Class = "NSButton"; ibShadowedToolTip = "Start video call"; ObjectID = "cFH-d7-Erh"; */ "cFH-d7-Erh.ibShadowedToolTip" = "Започване на видео разговор"; +/* Class = "NSButton"; ibShadowedToolTip = "Enable plugins"; ObjectID = "FvO-Yj-ry0"; */ +"FvO-Yj-ry0.ibShadowedToolTip" = "Enable plugins"; + /* Class = "NSBox"; title = "Box"; ObjectID = "ciI-CA-tly"; */ "ciI-CA-tly.title" = "Кутийка"; diff --git a/ui/bg.lproj/CurrentCall.strings b/ui/bg.lproj/CurrentCall.strings index fea1eb3c1755f64962946f559e57e2bc2b94287f..c9b0072b507207fb232f360e3ab39401bee3e5de 100644 --- a/ui/bg.lproj/CurrentCall.strings +++ b/ui/bg.lproj/CurrentCall.strings @@ -20,6 +20,15 @@ /* Class = "NSButton"; ibShadowedToolTip = "Mute Video"; ObjectID = "LVS-yZ-98V"; */ "LVS-yZ-98V.ibShadowedToolTip" = "Заглушаване на видеото"; +/* Class = "NSButton"; ibShadowedToolTip = "Select video device"; ObjectID = "Vcv-ia-VEy"; */ +"Vcv-ia-VEy.ibShadowedToolTip" = "Select video device"; + +/* Class = "NSButton"; ibShadowedToolTip = "Share"; ObjectID = "ZGn-Tc-sg3"; */ +"ZGn-Tc-sg3.ibShadowedToolTip" = "Споделяне"; + +/* Class = "NSButton"; ibShadowedToolTip = "Enable plugins"; ObjectID = "YtG-ob-etP"; */ +"YtG-ob-etP.ibShadowedToolTip" = "Enable plugins"; + /* Class = "CocoaBindingsConnection"; ibShadowedMultipleValuesPlaceholder = "Send a message"; ObjectID = "NRc-5f-Ujc"; */ "NRc-5f-Ujc.ibShadowedMultipleValuesPlaceholder" = "Изпращане на съобщение"; @@ -33,7 +42,7 @@ "QYT-0n-4sw.ibShadowedToolTip" = "Записване"; /* Class = "NSButton"; ibShadowedToolTip = "add contact to call"; ObjectID = "Vhk-fx-6RW"; */ -"Vhk-fx-6RW.ibShadowedToolTip" = "add contact to call"; +"Vhk-fx-6RW.ibShadowedToolTip" = "Add contact to call"; /* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "YGj-SP-ikj"; */ "YGj-SP-ikj.title" = "Текстова клетка"; @@ -65,8 +74,14 @@ /* Class = "NSButton"; ibShadowedToolTip = "Send"; ObjectID = "rqa-be-VIB"; */ "rqa-be-VIB.ibShadowedToolTip" = "Изпращане"; -/* Class = "NSButton"; ibShadowedToolTip = "Mute Audio"; ObjectID = "tQl-cT-0Lb"; */ -"tQl-cT-0Lb.ibShadowedToolTip" = "Заглушаване"; +/* Class = "NSButton"; ibShadowedToolTip = "Select audio output device"; ObjectID = "Yma-O2-Ljp"; */ +"Yma-O2-Ljp.ibShadowedToolTip" = "Select audio output device"; + +/* Class = "NSButton"; ibShadowedToolTip = "Select audio input device"; ObjectID = "aMU-l3-xFT"; */ +"aMU-l3-xFT.ibShadowedToolTip" = "Select audio input device"; + +/* Class = "NSButton"; ibShadowedToolTip = "Mute microphone"; ObjectID = "N0A-rb-6rf"; */ +"N0A-rb-6rf.ibShadowedToolTip" = "Заглушаване на микрофона"; /* Class = "NSTextFieldCell"; placeholderString = "Person name"; ObjectID = "ues-20-34k"; */ "ues-20-34k.placeholderString" = "Име на човека"; diff --git a/ui/bg.lproj/Localizable.strings b/ui/bg.lproj/Localizable.strings index 1d3edb28460d12b2a5d6a64b1de3ba82481a56c1..639de9f9dede8a5906ba6c383e5a7506970192ac 100644 --- a/ui/bg.lproj/Localizable.strings +++ b/ui/bg.lproj/Localizable.strings @@ -41,7 +41,7 @@ "Canceled" = "Отменено"; /* Contextual menu entry */ -"Choose file" = "Избиране на файл"; +"Stream file" = "Stream file"; /* Contextual menu action */ "Clear conversation" = "Изчистване на разговора"; @@ -292,3 +292,15 @@ /* Contextual menu for message */ "Resend" = "Resend"; +/* In call status info */ +"Wants to talk to you" = "Wants to talk to you"; + +/* share button tooltip */ +"Stop screen sharing" = "Stop screen sharing"; + +/* share button tooltip */ +"Stop file streaming" = "Stop file streaming"; + +/* share button tooltip */ +"Share" = "Споделяне"; + diff --git a/ui/bg.lproj/PreferencesWindow.strings b/ui/bg.lproj/PreferencesWindow.strings index b2c8ed2f1b6ff3b9349ee7cc788ffff446d42947..a4303819549bd11551981cdaee2baf35ad3028c3 100644 --- a/ui/bg.lproj/PreferencesWindow.strings +++ b/ui/bg.lproj/PreferencesWindow.strings @@ -25,3 +25,10 @@ /* Class = "NSToolbarItem"; paletteLabel = "Video"; ObjectID = "jLi-an-TR2"; */ "jLi-an-TR2.paletteLabel" = "Видео"; + +/* Class = "NSToolbarItem"; label = "Plugins"; ObjectID = "zzE-XA-cFn"; */ +"zzE-XA-cFn.label" = "Plugins"; + +/* Class = "NSToolbarItem"; paletteLabel = "Plugins"; ObjectID = "zzE-XA-cFn"; */ +"zzE-XA-cFn.paletteLabel" = "Plugins"; + diff --git a/ui/ca.lproj/Conversation.strings b/ui/ca.lproj/Conversation.strings index 70f699147bb002e57b7c06a030b881aba65239f3..52f855deeeea6738b589d30ebe4f5f2426f03031 100644 --- a/ui/ca.lproj/Conversation.strings +++ b/ui/ca.lproj/Conversation.strings @@ -20,6 +20,9 @@ /* Class = "NSButton"; ibShadowedToolTip = "Start video call"; ObjectID = "cFH-d7-Erh"; */ "cFH-d7-Erh.ibShadowedToolTip" = "Comença una videotrucada"; +/* Class = "NSButton"; ibShadowedToolTip = "Enable plugins"; ObjectID = "FvO-Yj-ry0"; */ +"FvO-Yj-ry0.ibShadowedToolTip" = "Enable plugins"; + /* Class = "NSBox"; title = "Box"; ObjectID = "ciI-CA-tly"; */ "ciI-CA-tly.title" = "Box"; diff --git a/ui/ca.lproj/CurrentCall.strings b/ui/ca.lproj/CurrentCall.strings index b26f0835241232c2cabf88cc66d655e8e527ef74..e9465c5ac23cfcd1e06622763b1c921be9c38f05 100644 --- a/ui/ca.lproj/CurrentCall.strings +++ b/ui/ca.lproj/CurrentCall.strings @@ -20,6 +20,15 @@ /* Class = "NSButton"; ibShadowedToolTip = "Mute Video"; ObjectID = "LVS-yZ-98V"; */ "LVS-yZ-98V.ibShadowedToolTip" = "Silencia el vídeo"; +/* Class = "NSButton"; ibShadowedToolTip = "Select video device"; ObjectID = "Vcv-ia-VEy"; */ +"Vcv-ia-VEy.ibShadowedToolTip" = "Select video device"; + +/* Class = "NSButton"; ibShadowedToolTip = "Share"; ObjectID = "ZGn-Tc-sg3"; */ +"ZGn-Tc-sg3.ibShadowedToolTip" = "Comparteix"; + +/* Class = "NSButton"; ibShadowedToolTip = "Enable plugins"; ObjectID = "YtG-ob-etP"; */ +"YtG-ob-etP.ibShadowedToolTip" = "Enable plugins"; + /* Class = "CocoaBindingsConnection"; ibShadowedMultipleValuesPlaceholder = "Send a message"; ObjectID = "NRc-5f-Ujc"; */ "NRc-5f-Ujc.ibShadowedMultipleValuesPlaceholder" = "Send a message"; @@ -33,7 +42,7 @@ "QYT-0n-4sw.ibShadowedToolTip" = "Grava"; /* Class = "NSButton"; ibShadowedToolTip = "add contact to call"; ObjectID = "Vhk-fx-6RW"; */ -"Vhk-fx-6RW.ibShadowedToolTip" = "add contact to call"; +"Vhk-fx-6RW.ibShadowedToolTip" = "Add contact to call"; /* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "YGj-SP-ikj"; */ "YGj-SP-ikj.title" = "Cel·la de text"; @@ -65,8 +74,14 @@ /* Class = "NSButton"; ibShadowedToolTip = "Send"; ObjectID = "rqa-be-VIB"; */ "rqa-be-VIB.ibShadowedToolTip" = "Envia"; -/* Class = "NSButton"; ibShadowedToolTip = "Mute Audio"; ObjectID = "tQl-cT-0Lb"; */ -"tQl-cT-0Lb.ibShadowedToolTip" = "Mute Audio"; +/* Class = "NSButton"; ibShadowedToolTip = "Select audio output device"; ObjectID = "Yma-O2-Ljp"; */ +"Yma-O2-Ljp.ibShadowedToolTip" = "Select audio output device"; + +/* Class = "NSButton"; ibShadowedToolTip = "Select audio input device"; ObjectID = "aMU-l3-xFT"; */ +"aMU-l3-xFT.ibShadowedToolTip" = "Select audio input device"; + +/* Class = "NSButton"; ibShadowedToolTip = "Mute microphone"; ObjectID = "N0A-rb-6rf"; */ +"N0A-rb-6rf.ibShadowedToolTip" = "Silencia el micròfon"; /* Class = "NSTextFieldCell"; placeholderString = "Person name"; ObjectID = "ues-20-34k"; */ "ues-20-34k.placeholderString" = "Person name"; diff --git a/ui/ca.lproj/Localizable.strings b/ui/ca.lproj/Localizable.strings index 8ea99cee3876e317e0a2843f2ff9a649162de2a3..553cb2e143036c0abfef5bc2a6f2fc399a4c9a73 100644 --- a/ui/ca.lproj/Localizable.strings +++ b/ui/ca.lproj/Localizable.strings @@ -41,7 +41,7 @@ "Canceled" = "Canceled"; /* Contextual menu entry */ -"Choose file" = "Choose file"; +"Stream file" = "Stream file"; /* Contextual menu action */ "Clear conversation" = "Neteja la conversa"; @@ -292,3 +292,15 @@ /* Contextual menu for message */ "Resend" = "Resend"; +/* In call status info */ +"Wants to talk to you" = "Wants to talk to you"; + +/* share button tooltip */ +"Stop screen sharing" = "Stop screen sharing"; + +/* share button tooltip */ +"Stop file streaming" = "Stop file streaming"; + +/* share button tooltip */ +"Share" = "Comparteix"; + diff --git a/ui/ca.lproj/PreferencesWindow.strings b/ui/ca.lproj/PreferencesWindow.strings index 2009de15775c98565dbba0ce1bc6069b65b3d590..da750fb40bdbcc315059ef94d67b129a4fa0e002 100644 --- a/ui/ca.lproj/PreferencesWindow.strings +++ b/ui/ca.lproj/PreferencesWindow.strings @@ -25,3 +25,10 @@ /* Class = "NSToolbarItem"; paletteLabel = "Video"; ObjectID = "jLi-an-TR2"; */ "jLi-an-TR2.paletteLabel" = "Vídeo"; + +/* Class = "NSToolbarItem"; label = "Plugins"; ObjectID = "zzE-XA-cFn"; */ +"zzE-XA-cFn.label" = "Plugins"; + +/* Class = "NSToolbarItem"; paletteLabel = "Plugins"; ObjectID = "zzE-XA-cFn"; */ +"zzE-XA-cFn.paletteLabel" = "Plugins"; + diff --git a/ui/cs_CZ.lproj/Conversation.strings b/ui/cs_CZ.lproj/Conversation.strings index d548e0df47daf221058e7fc85ba4dd29182b6afe..c426e00f6f7e8b0d338f98a2421515d183456e24 100644 --- a/ui/cs_CZ.lproj/Conversation.strings +++ b/ui/cs_CZ.lproj/Conversation.strings @@ -20,6 +20,9 @@ /* Class = "NSButton"; ibShadowedToolTip = "Start video call"; ObjectID = "cFH-d7-Erh"; */ "cFH-d7-Erh.ibShadowedToolTip" = "Začít video hovor"; +/* Class = "NSButton"; ibShadowedToolTip = "Enable plugins"; ObjectID = "FvO-Yj-ry0"; */ +"FvO-Yj-ry0.ibShadowedToolTip" = "Povolit zásuvné moduly"; + /* Class = "NSBox"; title = "Box"; ObjectID = "ciI-CA-tly"; */ "ciI-CA-tly.title" = "Box"; diff --git a/ui/cs_CZ.lproj/CurrentCall.strings b/ui/cs_CZ.lproj/CurrentCall.strings index 46ac8f44660a09fc7acfa84b66824e10d4b62c6e..8b324490e4657dbf6bc64efd808466f3a02ad600 100644 --- a/ui/cs_CZ.lproj/CurrentCall.strings +++ b/ui/cs_CZ.lproj/CurrentCall.strings @@ -20,6 +20,15 @@ /* Class = "NSButton"; ibShadowedToolTip = "Mute Video"; ObjectID = "LVS-yZ-98V"; */ "LVS-yZ-98V.ibShadowedToolTip" = "Vypnout video"; +/* Class = "NSButton"; ibShadowedToolTip = "Select video device"; ObjectID = "Vcv-ia-VEy"; */ +"Vcv-ia-VEy.ibShadowedToolTip" = "Vybrat video zařízení"; + +/* Class = "NSButton"; ibShadowedToolTip = "Share"; ObjectID = "ZGn-Tc-sg3"; */ +"ZGn-Tc-sg3.ibShadowedToolTip" = "Sdílet"; + +/* Class = "NSButton"; ibShadowedToolTip = "Enable plugins"; ObjectID = "YtG-ob-etP"; */ +"YtG-ob-etP.ibShadowedToolTip" = "Povolit zásuvné moduly"; + /* Class = "CocoaBindingsConnection"; ibShadowedMultipleValuesPlaceholder = "Send a message"; ObjectID = "NRc-5f-Ujc"; */ "NRc-5f-Ujc.ibShadowedMultipleValuesPlaceholder" = "Poslat zprávu"; @@ -33,7 +42,7 @@ "QYT-0n-4sw.ibShadowedToolTip" = "Nahrávat"; /* Class = "NSButton"; ibShadowedToolTip = "add contact to call"; ObjectID = "Vhk-fx-6RW"; */ -"Vhk-fx-6RW.ibShadowedToolTip" = "Připojit kontakt k hovoru"; +"Vhk-fx-6RW.ibShadowedToolTip" = "Add contact to call"; /* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "YGj-SP-ikj"; */ "YGj-SP-ikj.title" = "Textová buňka"; @@ -65,8 +74,14 @@ /* Class = "NSButton"; ibShadowedToolTip = "Send"; ObjectID = "rqa-be-VIB"; */ "rqa-be-VIB.ibShadowedToolTip" = "Odeslat"; -/* Class = "NSButton"; ibShadowedToolTip = "Mute Audio"; ObjectID = "tQl-cT-0Lb"; */ -"tQl-cT-0Lb.ibShadowedToolTip" = "Vypnout zvuk"; +/* Class = "NSButton"; ibShadowedToolTip = "Select audio output device"; ObjectID = "Yma-O2-Ljp"; */ +"Yma-O2-Ljp.ibShadowedToolTip" = "Vybrat výstupní zvukové zařízení"; + +/* Class = "NSButton"; ibShadowedToolTip = "Select audio input device"; ObjectID = "aMU-l3-xFT"; */ +"aMU-l3-xFT.ibShadowedToolTip" = "Vybrat vstupní zvukové zařízení"; + +/* Class = "NSButton"; ibShadowedToolTip = "Mute microphone"; ObjectID = "N0A-rb-6rf"; */ +"N0A-rb-6rf.ibShadowedToolTip" = "Ztlumit mikrofon"; /* Class = "NSTextFieldCell"; placeholderString = "Person name"; ObjectID = "ues-20-34k"; */ "ues-20-34k.placeholderString" = "Jméno osoby"; diff --git a/ui/cs_CZ.lproj/Localizable.strings b/ui/cs_CZ.lproj/Localizable.strings index 6a0656c9b5a1a4713d9177f238deb58d34315f56..3edfe8348642b377ea723c62195d02229e4e4f3d 100644 --- a/ui/cs_CZ.lproj/Localizable.strings +++ b/ui/cs_CZ.lproj/Localizable.strings @@ -41,7 +41,7 @@ "Canceled" = "Zrušeno"; /* Contextual menu entry */ -"Choose file" = "Vybrat soubor"; +"Stream file" = "Stream file"; /* Contextual menu action */ "Clear conversation" = "Vyprázdnit konverzaci"; @@ -292,3 +292,15 @@ /* Contextual menu for message */ "Resend" = "Resend"; +/* In call status info */ +"Wants to talk to you" = "Wants to talk to you"; + +/* share button tooltip */ +"Stop screen sharing" = "Stop screen sharing"; + +/* share button tooltip */ +"Stop file streaming" = "Stop file streaming"; + +/* share button tooltip */ +"Share" = "Sdílet"; + diff --git a/ui/cs_CZ.lproj/PreferencesWindow.strings b/ui/cs_CZ.lproj/PreferencesWindow.strings index 246730bb311294463f6977037fab53d98ef7f4e3..295570e1d84e8ab5fd92da1a45d96f8bb437754c 100644 --- a/ui/cs_CZ.lproj/PreferencesWindow.strings +++ b/ui/cs_CZ.lproj/PreferencesWindow.strings @@ -25,3 +25,10 @@ /* Class = "NSToolbarItem"; paletteLabel = "Video"; ObjectID = "jLi-an-TR2"; */ "jLi-an-TR2.paletteLabel" = "Video"; + +/* Class = "NSToolbarItem"; label = "Plugins"; ObjectID = "zzE-XA-cFn"; */ +"zzE-XA-cFn.label" = "Zásuvné moduly"; + +/* Class = "NSToolbarItem"; paletteLabel = "Plugins"; ObjectID = "zzE-XA-cFn"; */ +"zzE-XA-cFn.paletteLabel" = "Zásuvné moduly"; + diff --git a/ui/da.lproj/Conversation.strings b/ui/da.lproj/Conversation.strings index 06e1b52915e072ce2c24c17ca80ffcf3e59a2038..aea20604942a7da543c88e44e08d86406e4f69f3 100644 --- a/ui/da.lproj/Conversation.strings +++ b/ui/da.lproj/Conversation.strings @@ -20,6 +20,9 @@ /* Class = "NSButton"; ibShadowedToolTip = "Start video call"; ObjectID = "cFH-d7-Erh"; */ "cFH-d7-Erh.ibShadowedToolTip" = "Start et video opkald"; +/* Class = "NSButton"; ibShadowedToolTip = "Enable plugins"; ObjectID = "FvO-Yj-ry0"; */ +"FvO-Yj-ry0.ibShadowedToolTip" = "Enable plugins"; + /* Class = "NSBox"; title = "Box"; ObjectID = "ciI-CA-tly"; */ "ciI-CA-tly.title" = "Boks"; diff --git a/ui/da.lproj/CurrentCall.strings b/ui/da.lproj/CurrentCall.strings index c0e07906d947eb5807f80c4c06cee394e7223bc3..2c1a9219b71e10cbc236f1817c30d1592c211432 100644 --- a/ui/da.lproj/CurrentCall.strings +++ b/ui/da.lproj/CurrentCall.strings @@ -20,6 +20,15 @@ /* Class = "NSButton"; ibShadowedToolTip = "Mute Video"; ObjectID = "LVS-yZ-98V"; */ "LVS-yZ-98V.ibShadowedToolTip" = "Sluk mikrofon"; +/* Class = "NSButton"; ibShadowedToolTip = "Select video device"; ObjectID = "Vcv-ia-VEy"; */ +"Vcv-ia-VEy.ibShadowedToolTip" = "Select video device"; + +/* Class = "NSButton"; ibShadowedToolTip = "Share"; ObjectID = "ZGn-Tc-sg3"; */ +"ZGn-Tc-sg3.ibShadowedToolTip" = "Del"; + +/* Class = "NSButton"; ibShadowedToolTip = "Enable plugins"; ObjectID = "YtG-ob-etP"; */ +"YtG-ob-etP.ibShadowedToolTip" = "Enable plugins"; + /* Class = "CocoaBindingsConnection"; ibShadowedMultipleValuesPlaceholder = "Send a message"; ObjectID = "NRc-5f-Ujc"; */ "NRc-5f-Ujc.ibShadowedMultipleValuesPlaceholder" = "Send en besked"; @@ -33,7 +42,7 @@ "QYT-0n-4sw.ibShadowedToolTip" = "Optag"; /* Class = "NSButton"; ibShadowedToolTip = "add contact to call"; ObjectID = "Vhk-fx-6RW"; */ -"Vhk-fx-6RW.ibShadowedToolTip" = "add contact to call"; +"Vhk-fx-6RW.ibShadowedToolTip" = "Add contact to call"; /* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "YGj-SP-ikj"; */ "YGj-SP-ikj.title" = "Tekst celle"; @@ -65,8 +74,14 @@ /* Class = "NSButton"; ibShadowedToolTip = "Send"; ObjectID = "rqa-be-VIB"; */ "rqa-be-VIB.ibShadowedToolTip" = "Send"; -/* Class = "NSButton"; ibShadowedToolTip = "Mute Audio"; ObjectID = "tQl-cT-0Lb"; */ -"tQl-cT-0Lb.ibShadowedToolTip" = "Sluk for lyden"; +/* Class = "NSButton"; ibShadowedToolTip = "Select audio output device"; ObjectID = "Yma-O2-Ljp"; */ +"Yma-O2-Ljp.ibShadowedToolTip" = "Select audio output device"; + +/* Class = "NSButton"; ibShadowedToolTip = "Select audio input device"; ObjectID = "aMU-l3-xFT"; */ +"aMU-l3-xFT.ibShadowedToolTip" = "Select audio input device"; + +/* Class = "NSButton"; ibShadowedToolTip = "Mute microphone"; ObjectID = "N0A-rb-6rf"; */ +"N0A-rb-6rf.ibShadowedToolTip" = "Sluk mikrofon"; /* Class = "NSTextFieldCell"; placeholderString = "Person name"; ObjectID = "ues-20-34k"; */ "ues-20-34k.placeholderString" = "Personnavn"; diff --git a/ui/da.lproj/Localizable.strings b/ui/da.lproj/Localizable.strings index e6a872df0a09ca27a6fce3698430191e556448f9..305ebab780c3ba5ae1bf5380c21aa4845618ea3f 100644 --- a/ui/da.lproj/Localizable.strings +++ b/ui/da.lproj/Localizable.strings @@ -41,7 +41,7 @@ "Canceled" = "Annulleret"; /* Contextual menu entry */ -"Choose file" = "Vælg fil"; +"Stream file" = "Stream file"; /* Contextual menu action */ "Clear conversation" = "Ryd samtale"; @@ -292,3 +292,15 @@ /* Contextual menu for message */ "Resend" = "Resend"; +/* In call status info */ +"Wants to talk to you" = "Wants to talk to you"; + +/* share button tooltip */ +"Stop screen sharing" = "Stop screen sharing"; + +/* share button tooltip */ +"Stop file streaming" = "Stop file streaming"; + +/* share button tooltip */ +"Share" = "Del"; + diff --git a/ui/da.lproj/PreferencesWindow.strings b/ui/da.lproj/PreferencesWindow.strings index 6d4a83131c955b3b7bf2f43ada3c3310ce51b03e..fd8882ec0400e1d1690b345bbe20cb0f9f86a7d2 100644 --- a/ui/da.lproj/PreferencesWindow.strings +++ b/ui/da.lproj/PreferencesWindow.strings @@ -25,3 +25,10 @@ /* Class = "NSToolbarItem"; paletteLabel = "Video"; ObjectID = "jLi-an-TR2"; */ "jLi-an-TR2.paletteLabel" = "Video"; + +/* Class = "NSToolbarItem"; label = "Plugins"; ObjectID = "zzE-XA-cFn"; */ +"zzE-XA-cFn.label" = "Plugins"; + +/* Class = "NSToolbarItem"; paletteLabel = "Plugins"; ObjectID = "zzE-XA-cFn"; */ +"zzE-XA-cFn.paletteLabel" = "Plugins"; + diff --git a/ui/de.lproj/Conversation.strings b/ui/de.lproj/Conversation.strings index 9cb3858d745c05df5fae7319c7f386c2f83339c8..f922f9e3a34b1bd3cf33a49b0e2d8f031b80a4b5 100644 --- a/ui/de.lproj/Conversation.strings +++ b/ui/de.lproj/Conversation.strings @@ -20,6 +20,9 @@ /* Class = "NSButton"; ibShadowedToolTip = "Start video call"; ObjectID = "cFH-d7-Erh"; */ "cFH-d7-Erh.ibShadowedToolTip" = "Videoanruf starten"; +/* Class = "NSButton"; ibShadowedToolTip = "Enable plugins"; ObjectID = "FvO-Yj-ry0"; */ +"FvO-Yj-ry0.ibShadowedToolTip" = "Plugins aktivieren"; + /* Class = "NSBox"; title = "Box"; ObjectID = "ciI-CA-tly"; */ "ciI-CA-tly.title" = "Box"; diff --git a/ui/de.lproj/CurrentCall.strings b/ui/de.lproj/CurrentCall.strings index 117780a0bf87e032bf6b846fef9a32233e07e13f..e98629d7751eb5c8f79d5f6f1bc48a3446446ad6 100644 --- a/ui/de.lproj/CurrentCall.strings +++ b/ui/de.lproj/CurrentCall.strings @@ -20,6 +20,15 @@ /* Class = "NSButton"; ibShadowedToolTip = "Mute Video"; ObjectID = "LVS-yZ-98V"; */ "LVS-yZ-98V.ibShadowedToolTip" = "Video stummschalten"; +/* Class = "NSButton"; ibShadowedToolTip = "Select video device"; ObjectID = "Vcv-ia-VEy"; */ +"Vcv-ia-VEy.ibShadowedToolTip" = "Select video device"; + +/* Class = "NSButton"; ibShadowedToolTip = "Share"; ObjectID = "ZGn-Tc-sg3"; */ +"ZGn-Tc-sg3.ibShadowedToolTip" = "Teilen"; + +/* Class = "NSButton"; ibShadowedToolTip = "Enable plugins"; ObjectID = "YtG-ob-etP"; */ +"YtG-ob-etP.ibShadowedToolTip" = "Plugins aktivieren"; + /* Class = "CocoaBindingsConnection"; ibShadowedMultipleValuesPlaceholder = "Send a message"; ObjectID = "NRc-5f-Ujc"; */ "NRc-5f-Ujc.ibShadowedMultipleValuesPlaceholder" = "Sende eine Nachricht"; @@ -33,7 +42,7 @@ "QYT-0n-4sw.ibShadowedToolTip" = "Aufzeichnen"; /* Class = "NSButton"; ibShadowedToolTip = "add contact to call"; ObjectID = "Vhk-fx-6RW"; */ -"Vhk-fx-6RW.ibShadowedToolTip" = "Kontakt zum Anruf hinzufügen"; +"Vhk-fx-6RW.ibShadowedToolTip" = "Add contact to call"; /* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "YGj-SP-ikj"; */ "YGj-SP-ikj.title" = "Textzelle"; @@ -65,8 +74,14 @@ /* Class = "NSButton"; ibShadowedToolTip = "Send"; ObjectID = "rqa-be-VIB"; */ "rqa-be-VIB.ibShadowedToolTip" = "Senden"; -/* Class = "NSButton"; ibShadowedToolTip = "Mute Audio"; ObjectID = "tQl-cT-0Lb"; */ -"tQl-cT-0Lb.ibShadowedToolTip" = "Audio stummschalten"; +/* Class = "NSButton"; ibShadowedToolTip = "Select audio output device"; ObjectID = "Yma-O2-Ljp"; */ +"Yma-O2-Ljp.ibShadowedToolTip" = "Select audio output device"; + +/* Class = "NSButton"; ibShadowedToolTip = "Select audio input device"; ObjectID = "aMU-l3-xFT"; */ +"aMU-l3-xFT.ibShadowedToolTip" = "Select audio input device"; + +/* Class = "NSButton"; ibShadowedToolTip = "Mute microphone"; ObjectID = "N0A-rb-6rf"; */ +"N0A-rb-6rf.ibShadowedToolTip" = "Mikrofon stummschalten"; /* Class = "NSTextFieldCell"; placeholderString = "Person name"; ObjectID = "ues-20-34k"; */ "ues-20-34k.placeholderString" = "Personenname"; diff --git a/ui/de.lproj/Localizable.strings b/ui/de.lproj/Localizable.strings index eabf7f3346a30edb184d9379cf2b994ecc26b793..16a56d9c80ea3ed15c891da161a5a2254f3f4ec6 100644 --- a/ui/de.lproj/Localizable.strings +++ b/ui/de.lproj/Localizable.strings @@ -41,7 +41,7 @@ "Canceled" = "Abgebrochen"; /* Contextual menu entry */ -"Choose file" = "Datei auswählen"; +"Stream file" = "Stream file"; /* Contextual menu action */ "Clear conversation" = "Gesprächsverlauf löschen"; @@ -292,3 +292,15 @@ /* Contextual menu for message */ "Resend" = "Resend"; +/* In call status info */ +"Wants to talk to you" = "Wants to talk to you"; + +/* share button tooltip */ +"Stop screen sharing" = "Stop screen sharing"; + +/* share button tooltip */ +"Stop file streaming" = "Stop file streaming"; + +/* share button tooltip */ +"Share" = "Teilen"; + diff --git a/ui/de.lproj/PreferencesWindow.strings b/ui/de.lproj/PreferencesWindow.strings index c6563901a934de1b314d3e6461a1c857f1962e47..2aa77f4cf7e028200c8e24f9aa175933398746ca 100644 --- a/ui/de.lproj/PreferencesWindow.strings +++ b/ui/de.lproj/PreferencesWindow.strings @@ -25,3 +25,10 @@ /* Class = "NSToolbarItem"; paletteLabel = "Video"; ObjectID = "jLi-an-TR2"; */ "jLi-an-TR2.paletteLabel" = "Video"; + +/* Class = "NSToolbarItem"; label = "Plugins"; ObjectID = "zzE-XA-cFn"; */ +"zzE-XA-cFn.label" = "Plugins"; + +/* Class = "NSToolbarItem"; paletteLabel = "Plugins"; ObjectID = "zzE-XA-cFn"; */ +"zzE-XA-cFn.paletteLabel" = "Plugins"; + diff --git a/ui/de_DE.lproj/Conversation.strings b/ui/de_DE.lproj/Conversation.strings index 2123e20da899ee645e2c1c4f93e6be6f7391e2c5..6cb56134457073e5cbb10872d8d724bb66a9b1cb 100644 --- a/ui/de_DE.lproj/Conversation.strings +++ b/ui/de_DE.lproj/Conversation.strings @@ -20,6 +20,9 @@ /* Class = "NSButton"; ibShadowedToolTip = "Start video call"; ObjectID = "cFH-d7-Erh"; */ "cFH-d7-Erh.ibShadowedToolTip" = "Video-Anruf beginnen"; +/* Class = "NSButton"; ibShadowedToolTip = "Enable plugins"; ObjectID = "FvO-Yj-ry0"; */ +"FvO-Yj-ry0.ibShadowedToolTip" = "Plugins einschalten"; + /* Class = "NSBox"; title = "Box"; ObjectID = "ciI-CA-tly"; */ "ciI-CA-tly.title" = "Feld"; diff --git a/ui/de_DE.lproj/CurrentCall.strings b/ui/de_DE.lproj/CurrentCall.strings index 03e9b093df783ac836241a027bbc7c1173ea3fdf..85557e49c97a5ebb74387ffafc46393b9de573c3 100644 --- a/ui/de_DE.lproj/CurrentCall.strings +++ b/ui/de_DE.lproj/CurrentCall.strings @@ -20,6 +20,15 @@ /* Class = "NSButton"; ibShadowedToolTip = "Mute Video"; ObjectID = "LVS-yZ-98V"; */ "LVS-yZ-98V.ibShadowedToolTip" = "Video ausschalten"; +/* Class = "NSButton"; ibShadowedToolTip = "Select video device"; ObjectID = "Vcv-ia-VEy"; */ +"Vcv-ia-VEy.ibShadowedToolTip" = "Kamera auswählen"; + +/* Class = "NSButton"; ibShadowedToolTip = "Share"; ObjectID = "ZGn-Tc-sg3"; */ +"ZGn-Tc-sg3.ibShadowedToolTip" = "Freigeben"; + +/* Class = "NSButton"; ibShadowedToolTip = "Enable plugins"; ObjectID = "YtG-ob-etP"; */ +"YtG-ob-etP.ibShadowedToolTip" = "Plugins einschalten"; + /* Class = "CocoaBindingsConnection"; ibShadowedMultipleValuesPlaceholder = "Send a message"; ObjectID = "NRc-5f-Ujc"; */ "NRc-5f-Ujc.ibShadowedMultipleValuesPlaceholder" = "Eine Nachricht senden"; @@ -33,7 +42,7 @@ "QYT-0n-4sw.ibShadowedToolTip" = "Aufzeichnen"; /* Class = "NSButton"; ibShadowedToolTip = "add contact to call"; ObjectID = "Vhk-fx-6RW"; */ -"Vhk-fx-6RW.ibShadowedToolTip" = "einen Kontakt zum Anruf hinzufügen"; +"Vhk-fx-6RW.ibShadowedToolTip" = "Add contact to call"; /* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "YGj-SP-ikj"; */ "YGj-SP-ikj.title" = "Textzelle"; @@ -65,8 +74,14 @@ /* Class = "NSButton"; ibShadowedToolTip = "Send"; ObjectID = "rqa-be-VIB"; */ "rqa-be-VIB.ibShadowedToolTip" = "Senden"; -/* Class = "NSButton"; ibShadowedToolTip = "Mute Audio"; ObjectID = "tQl-cT-0Lb"; */ -"tQl-cT-0Lb.ibShadowedToolTip" = "Audio ausschalten"; +/* Class = "NSButton"; ibShadowedToolTip = "Select audio output device"; ObjectID = "Yma-O2-Ljp"; */ +"Yma-O2-Ljp.ibShadowedToolTip" = "Audio-Ausgabegerät wählen"; + +/* Class = "NSButton"; ibShadowedToolTip = "Select audio input device"; ObjectID = "aMU-l3-xFT"; */ +"aMU-l3-xFT.ibShadowedToolTip" = "Audio-Eingabegerät wählen"; + +/* Class = "NSButton"; ibShadowedToolTip = "Mute microphone"; ObjectID = "N0A-rb-6rf"; */ +"N0A-rb-6rf.ibShadowedToolTip" = "Mikrofon stummschalten"; /* Class = "NSTextFieldCell"; placeholderString = "Person name"; ObjectID = "ues-20-34k"; */ "ues-20-34k.placeholderString" = "Name der Person"; diff --git a/ui/de_DE.lproj/Localizable.strings b/ui/de_DE.lproj/Localizable.strings index 0462806c00b8c75d949edee5ae63d86638ee11c7..340e83559e6def602ce7107843628de8257c9555 100644 --- a/ui/de_DE.lproj/Localizable.strings +++ b/ui/de_DE.lproj/Localizable.strings @@ -41,7 +41,7 @@ "Canceled" = "Abgebrochen"; /* Contextual menu entry */ -"Choose file" = "Datei auswählen"; +"Stream file" = "Stream file"; /* Contextual menu action */ "Clear conversation" = "Konversation löschen"; @@ -292,3 +292,15 @@ /* Contextual menu for message */ "Resend" = "Resend"; +/* In call status info */ +"Wants to talk to you" = "Wants to talk to you"; + +/* share button tooltip */ +"Stop screen sharing" = "Stop screen sharing"; + +/* share button tooltip */ +"Stop file streaming" = "Stop file streaming"; + +/* share button tooltip */ +"Share" = "Freigeben"; + diff --git a/ui/de_DE.lproj/PreferencesWindow.strings b/ui/de_DE.lproj/PreferencesWindow.strings index c6563901a934de1b314d3e6461a1c857f1962e47..2aa77f4cf7e028200c8e24f9aa175933398746ca 100644 --- a/ui/de_DE.lproj/PreferencesWindow.strings +++ b/ui/de_DE.lproj/PreferencesWindow.strings @@ -25,3 +25,10 @@ /* Class = "NSToolbarItem"; paletteLabel = "Video"; ObjectID = "jLi-an-TR2"; */ "jLi-an-TR2.paletteLabel" = "Video"; + +/* Class = "NSToolbarItem"; label = "Plugins"; ObjectID = "zzE-XA-cFn"; */ +"zzE-XA-cFn.label" = "Plugins"; + +/* Class = "NSToolbarItem"; paletteLabel = "Plugins"; ObjectID = "zzE-XA-cFn"; */ +"zzE-XA-cFn.paletteLabel" = "Plugins"; + diff --git a/ui/el.lproj/Conversation.strings b/ui/el.lproj/Conversation.strings index 99d65ec11e271ba4d0a73eac85edec20aabc3254..a9a4b4f5a0bc4ad3f2d362e83eb56fb1bc980985 100644 --- a/ui/el.lproj/Conversation.strings +++ b/ui/el.lproj/Conversation.strings @@ -20,6 +20,9 @@ /* Class = "NSButton"; ibShadowedToolTip = "Start video call"; ObjectID = "cFH-d7-Erh"; */ "cFH-d7-Erh.ibShadowedToolTip" = "Start video call"; +/* Class = "NSButton"; ibShadowedToolTip = "Enable plugins"; ObjectID = "FvO-Yj-ry0"; */ +"FvO-Yj-ry0.ibShadowedToolTip" = "Enable plugins"; + /* Class = "NSBox"; title = "Box"; ObjectID = "ciI-CA-tly"; */ "ciI-CA-tly.title" = "Κουτί"; diff --git a/ui/el.lproj/CurrentCall.strings b/ui/el.lproj/CurrentCall.strings index c5054069d284c3ee2983ca35b09b9c51054a267a..848d0f57af1d506f9f0e11cc03b31cf25044fd96 100644 --- a/ui/el.lproj/CurrentCall.strings +++ b/ui/el.lproj/CurrentCall.strings @@ -20,6 +20,15 @@ /* Class = "NSButton"; ibShadowedToolTip = "Mute Video"; ObjectID = "LVS-yZ-98V"; */ "LVS-yZ-98V.ibShadowedToolTip" = "Mute Video"; +/* Class = "NSButton"; ibShadowedToolTip = "Select video device"; ObjectID = "Vcv-ia-VEy"; */ +"Vcv-ia-VEy.ibShadowedToolTip" = "Select video device"; + +/* Class = "NSButton"; ibShadowedToolTip = "Share"; ObjectID = "ZGn-Tc-sg3"; */ +"ZGn-Tc-sg3.ibShadowedToolTip" = "Κοινοποίηση"; + +/* Class = "NSButton"; ibShadowedToolTip = "Enable plugins"; ObjectID = "YtG-ob-etP"; */ +"YtG-ob-etP.ibShadowedToolTip" = "Enable plugins"; + /* Class = "CocoaBindingsConnection"; ibShadowedMultipleValuesPlaceholder = "Send a message"; ObjectID = "NRc-5f-Ujc"; */ "NRc-5f-Ujc.ibShadowedMultipleValuesPlaceholder" = "Αποστολή μηνύματος"; @@ -33,7 +42,7 @@ "QYT-0n-4sw.ibShadowedToolTip" = "Εγγραφή"; /* Class = "NSButton"; ibShadowedToolTip = "add contact to call"; ObjectID = "Vhk-fx-6RW"; */ -"Vhk-fx-6RW.ibShadowedToolTip" = "add contact to call"; +"Vhk-fx-6RW.ibShadowedToolTip" = "Add contact to call"; /* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "YGj-SP-ikj"; */ "YGj-SP-ikj.title" = "Text Cell"; @@ -65,8 +74,14 @@ /* Class = "NSButton"; ibShadowedToolTip = "Send"; ObjectID = "rqa-be-VIB"; */ "rqa-be-VIB.ibShadowedToolTip" = "Αποστολή"; -/* Class = "NSButton"; ibShadowedToolTip = "Mute Audio"; ObjectID = "tQl-cT-0Lb"; */ -"tQl-cT-0Lb.ibShadowedToolTip" = "Mute Audio"; +/* Class = "NSButton"; ibShadowedToolTip = "Select audio output device"; ObjectID = "Yma-O2-Ljp"; */ +"Yma-O2-Ljp.ibShadowedToolTip" = "Select audio output device"; + +/* Class = "NSButton"; ibShadowedToolTip = "Select audio input device"; ObjectID = "aMU-l3-xFT"; */ +"aMU-l3-xFT.ibShadowedToolTip" = "Select audio input device"; + +/* Class = "NSButton"; ibShadowedToolTip = "Mute microphone"; ObjectID = "N0A-rb-6rf"; */ +"N0A-rb-6rf.ibShadowedToolTip" = "Mute microphone"; /* Class = "NSTextFieldCell"; placeholderString = "Person name"; ObjectID = "ues-20-34k"; */ "ues-20-34k.placeholderString" = "Person name"; diff --git a/ui/el.lproj/Localizable.strings b/ui/el.lproj/Localizable.strings index 27031567e83e7d463e2db177230f0136689b1cae..e3816a0327c41d3c7ea885479ef267a7fd611c46 100644 --- a/ui/el.lproj/Localizable.strings +++ b/ui/el.lproj/Localizable.strings @@ -41,7 +41,7 @@ "Canceled" = "Canceled"; /* Contextual menu entry */ -"Choose file" = "Choose file"; +"Stream file" = "Stream file"; /* Contextual menu action */ "Clear conversation" = "Clear conversation"; @@ -292,3 +292,15 @@ /* Contextual menu for message */ "Resend" = "Resend"; +/* In call status info */ +"Wants to talk to you" = "Wants to talk to you"; + +/* share button tooltip */ +"Stop screen sharing" = "Stop screen sharing"; + +/* share button tooltip */ +"Stop file streaming" = "Stop file streaming"; + +/* share button tooltip */ +"Share" = "Κοινοποίηση"; + diff --git a/ui/el.lproj/PreferencesWindow.strings b/ui/el.lproj/PreferencesWindow.strings index 63fd56736822d837c7e0a777e239bf703459c666..7648fc3b1c7fc42f58282ebd9835903d87784766 100644 --- a/ui/el.lproj/PreferencesWindow.strings +++ b/ui/el.lproj/PreferencesWindow.strings @@ -25,3 +25,10 @@ /* Class = "NSToolbarItem"; paletteLabel = "Video"; ObjectID = "jLi-an-TR2"; */ "jLi-an-TR2.paletteLabel" = "Βίντεο"; + +/* Class = "NSToolbarItem"; label = "Plugins"; ObjectID = "zzE-XA-cFn"; */ +"zzE-XA-cFn.label" = "Plugins"; + +/* Class = "NSToolbarItem"; paletteLabel = "Plugins"; ObjectID = "zzE-XA-cFn"; */ +"zzE-XA-cFn.paletteLabel" = "Plugins"; + diff --git a/ui/eo.lproj/Conversation.strings b/ui/eo.lproj/Conversation.strings index 14385eb754f14a95b55f17f2f3d8aac652e4e2a4..9810f53bfc8fd71cf45af47c8a9e1213fecbb0b4 100644 --- a/ui/eo.lproj/Conversation.strings +++ b/ui/eo.lproj/Conversation.strings @@ -20,6 +20,9 @@ /* Class = "NSButton"; ibShadowedToolTip = "Start video call"; ObjectID = "cFH-d7-Erh"; */ "cFH-d7-Erh.ibShadowedToolTip" = "Start video call"; +/* Class = "NSButton"; ibShadowedToolTip = "Enable plugins"; ObjectID = "FvO-Yj-ry0"; */ +"FvO-Yj-ry0.ibShadowedToolTip" = "Enable plugins"; + /* Class = "NSBox"; title = "Box"; ObjectID = "ciI-CA-tly"; */ "ciI-CA-tly.title" = "Box"; diff --git a/ui/eo.lproj/CurrentCall.strings b/ui/eo.lproj/CurrentCall.strings index 694ca2a5d404ea6052b6a5f0cc4d8d35d44b0a40..3dc6b862318a9d3f4ae7d92377a88a8dc572aab6 100644 --- a/ui/eo.lproj/CurrentCall.strings +++ b/ui/eo.lproj/CurrentCall.strings @@ -20,6 +20,15 @@ /* Class = "NSButton"; ibShadowedToolTip = "Mute Video"; ObjectID = "LVS-yZ-98V"; */ "LVS-yZ-98V.ibShadowedToolTip" = "Silentigi videon"; +/* Class = "NSButton"; ibShadowedToolTip = "Select video device"; ObjectID = "Vcv-ia-VEy"; */ +"Vcv-ia-VEy.ibShadowedToolTip" = "Select video device"; + +/* Class = "NSButton"; ibShadowedToolTip = "Share"; ObjectID = "ZGn-Tc-sg3"; */ +"ZGn-Tc-sg3.ibShadowedToolTip" = "Kunhavi"; + +/* Class = "NSButton"; ibShadowedToolTip = "Enable plugins"; ObjectID = "YtG-ob-etP"; */ +"YtG-ob-etP.ibShadowedToolTip" = "Enable plugins"; + /* Class = "CocoaBindingsConnection"; ibShadowedMultipleValuesPlaceholder = "Send a message"; ObjectID = "NRc-5f-Ujc"; */ "NRc-5f-Ujc.ibShadowedMultipleValuesPlaceholder" = "Sendi mesaĝon"; @@ -33,7 +42,7 @@ "QYT-0n-4sw.ibShadowedToolTip" = "Registri"; /* Class = "NSButton"; ibShadowedToolTip = "add contact to call"; ObjectID = "Vhk-fx-6RW"; */ -"Vhk-fx-6RW.ibShadowedToolTip" = "add contact to call"; +"Vhk-fx-6RW.ibShadowedToolTip" = "Add contact to call"; /* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "YGj-SP-ikj"; */ "YGj-SP-ikj.title" = "Teksta Ĉelo"; @@ -65,8 +74,14 @@ /* Class = "NSButton"; ibShadowedToolTip = "Send"; ObjectID = "rqa-be-VIB"; */ "rqa-be-VIB.ibShadowedToolTip" = "Sendi"; -/* Class = "NSButton"; ibShadowedToolTip = "Mute Audio"; ObjectID = "tQl-cT-0Lb"; */ -"tQl-cT-0Lb.ibShadowedToolTip" = "Silentigi aŭdion"; +/* Class = "NSButton"; ibShadowedToolTip = "Select audio output device"; ObjectID = "Yma-O2-Ljp"; */ +"Yma-O2-Ljp.ibShadowedToolTip" = "Select audio output device"; + +/* Class = "NSButton"; ibShadowedToolTip = "Select audio input device"; ObjectID = "aMU-l3-xFT"; */ +"aMU-l3-xFT.ibShadowedToolTip" = "Select audio input device"; + +/* Class = "NSButton"; ibShadowedToolTip = "Mute microphone"; ObjectID = "N0A-rb-6rf"; */ +"N0A-rb-6rf.ibShadowedToolTip" = "Mute microphone"; /* Class = "NSTextFieldCell"; placeholderString = "Person name"; ObjectID = "ues-20-34k"; */ "ues-20-34k.placeholderString" = "Nomo de persono"; diff --git a/ui/eo.lproj/Localizable.strings b/ui/eo.lproj/Localizable.strings index a185163702ab0f77d69f71bd0201e230af776325..99f4c8d1bfebceb0c58b830b10c6226615cae8c0 100644 --- a/ui/eo.lproj/Localizable.strings +++ b/ui/eo.lproj/Localizable.strings @@ -41,7 +41,7 @@ "Canceled" = "Canceled"; /* Contextual menu entry */ -"Choose file" = "Elekti dosieron"; +"Stream file" = "Stream file"; /* Contextual menu action */ "Clear conversation" = "Clear conversation"; @@ -292,3 +292,15 @@ /* Contextual menu for message */ "Resend" = "Resend"; +/* In call status info */ +"Wants to talk to you" = "Wants to talk to you"; + +/* share button tooltip */ +"Stop screen sharing" = "Stop screen sharing"; + +/* share button tooltip */ +"Stop file streaming" = "Stop file streaming"; + +/* share button tooltip */ +"Share" = "Kunhavi"; + diff --git a/ui/eo.lproj/PreferencesWindow.strings b/ui/eo.lproj/PreferencesWindow.strings index be8dc46de65debdc0299845cadd60e55dd5a32cc..f6f48d93199ddf9b25ab413808a03cc6ae6098f8 100644 --- a/ui/eo.lproj/PreferencesWindow.strings +++ b/ui/eo.lproj/PreferencesWindow.strings @@ -25,3 +25,10 @@ /* Class = "NSToolbarItem"; paletteLabel = "Video"; ObjectID = "jLi-an-TR2"; */ "jLi-an-TR2.paletteLabel" = "Video"; + +/* Class = "NSToolbarItem"; label = "Plugins"; ObjectID = "zzE-XA-cFn"; */ +"zzE-XA-cFn.label" = "Plugins"; + +/* Class = "NSToolbarItem"; paletteLabel = "Plugins"; ObjectID = "zzE-XA-cFn"; */ +"zzE-XA-cFn.paletteLabel" = "Plugins"; + diff --git a/ui/es.lproj/Conversation.strings b/ui/es.lproj/Conversation.strings index ede30c44bda0c0c5287465464a8040b5fa9c9858..2ea1647618ee43dbe53cbf2bb16bbfe468935b5c 100644 --- a/ui/es.lproj/Conversation.strings +++ b/ui/es.lproj/Conversation.strings @@ -20,6 +20,9 @@ /* Class = "NSButton"; ibShadowedToolTip = "Start video call"; ObjectID = "cFH-d7-Erh"; */ "cFH-d7-Erh.ibShadowedToolTip" = "Iniciar videollamada"; +/* Class = "NSButton"; ibShadowedToolTip = "Enable plugins"; ObjectID = "FvO-Yj-ry0"; */ +"FvO-Yj-ry0.ibShadowedToolTip" = "Habilitar complementos"; + /* Class = "NSBox"; title = "Box"; ObjectID = "ciI-CA-tly"; */ "ciI-CA-tly.title" = "Caja"; diff --git a/ui/es.lproj/CurrentCall.strings b/ui/es.lproj/CurrentCall.strings index e05ce1a16617328960fa35e6a5d7aa0b34a1fcc2..04d0befffb4c68ce485f82a6bab1ab56f5fc8883 100644 --- a/ui/es.lproj/CurrentCall.strings +++ b/ui/es.lproj/CurrentCall.strings @@ -20,6 +20,15 @@ /* Class = "NSButton"; ibShadowedToolTip = "Mute Video"; ObjectID = "LVS-yZ-98V"; */ "LVS-yZ-98V.ibShadowedToolTip" = "Silenciar Video"; +/* Class = "NSButton"; ibShadowedToolTip = "Select video device"; ObjectID = "Vcv-ia-VEy"; */ +"Vcv-ia-VEy.ibShadowedToolTip" = "Elige el dispositivo de video"; + +/* Class = "NSButton"; ibShadowedToolTip = "Share"; ObjectID = "ZGn-Tc-sg3"; */ +"ZGn-Tc-sg3.ibShadowedToolTip" = "Compartir"; + +/* Class = "NSButton"; ibShadowedToolTip = "Enable plugins"; ObjectID = "YtG-ob-etP"; */ +"YtG-ob-etP.ibShadowedToolTip" = "Habilitar complementos"; + /* Class = "CocoaBindingsConnection"; ibShadowedMultipleValuesPlaceholder = "Send a message"; ObjectID = "NRc-5f-Ujc"; */ "NRc-5f-Ujc.ibShadowedMultipleValuesPlaceholder" = "Envía un mensaje"; @@ -33,7 +42,7 @@ "QYT-0n-4sw.ibShadowedToolTip" = "Grabar"; /* Class = "NSButton"; ibShadowedToolTip = "add contact to call"; ObjectID = "Vhk-fx-6RW"; */ -"Vhk-fx-6RW.ibShadowedToolTip" = "Añadir otro contacto a la llamada"; +"Vhk-fx-6RW.ibShadowedToolTip" = "Add contact to call"; /* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "YGj-SP-ikj"; */ "YGj-SP-ikj.title" = "SMS a Teléfono Celular"; @@ -65,8 +74,14 @@ /* Class = "NSButton"; ibShadowedToolTip = "Send"; ObjectID = "rqa-be-VIB"; */ "rqa-be-VIB.ibShadowedToolTip" = "Enviar"; -/* Class = "NSButton"; ibShadowedToolTip = "Mute Audio"; ObjectID = "tQl-cT-0Lb"; */ -"tQl-cT-0Lb.ibShadowedToolTip" = "Silenciar el audio"; +/* Class = "NSButton"; ibShadowedToolTip = "Select audio output device"; ObjectID = "Yma-O2-Ljp"; */ +"Yma-O2-Ljp.ibShadowedToolTip" = "Elige el dispositivo de salida de audio"; + +/* Class = "NSButton"; ibShadowedToolTip = "Select audio input device"; ObjectID = "aMU-l3-xFT"; */ +"aMU-l3-xFT.ibShadowedToolTip" = "Elige el dispositivo de entrada de audio"; + +/* Class = "NSButton"; ibShadowedToolTip = "Mute microphone"; ObjectID = "N0A-rb-6rf"; */ +"N0A-rb-6rf.ibShadowedToolTip" = "Silenciar micrófono"; /* Class = "NSTextFieldCell"; placeholderString = "Person name"; ObjectID = "ues-20-34k"; */ "ues-20-34k.placeholderString" = "Nombre de la Persona"; diff --git a/ui/es.lproj/Localizable.strings b/ui/es.lproj/Localizable.strings index 716e445658da8e1d275b83be0866a81dffa28b5e..5aa1ad963dd1ccb5caef7c3e5f7cf2f8dd056ea4 100644 --- a/ui/es.lproj/Localizable.strings +++ b/ui/es.lproj/Localizable.strings @@ -41,7 +41,7 @@ "Canceled" = "Cancelado"; /* Contextual menu entry */ -"Choose file" = "Elegir archivo"; +"Stream file" = "Stream file"; /* Contextual menu action */ "Clear conversation" = "Limpiar conversación"; @@ -266,7 +266,7 @@ "Audio muted" = "Audio silenciado"; /* conference state tooltip organiser */ -"Conference Organiser" = "Conference Organiser"; +"Conference Organiser" = "Organizador de conferencia"; /* conference state tooltip moderator */ "Moderator" = "Moderador"; @@ -292,3 +292,15 @@ /* Contextual menu for message */ "Resend" = "Reenviar"; +/* In call status info */ +"Wants to talk to you" = "Wants to talk to you"; + +/* share button tooltip */ +"Stop screen sharing" = "Stop screen sharing"; + +/* share button tooltip */ +"Stop file streaming" = "Stop file streaming"; + +/* share button tooltip */ +"Share" = "Compartir"; + diff --git a/ui/es.lproj/PreferencesWindow.strings b/ui/es.lproj/PreferencesWindow.strings index fda718246d418bba882a6aba09c1f0bfa358e13b..861f602a71c877664d8807f0273633447ef829f6 100644 --- a/ui/es.lproj/PreferencesWindow.strings +++ b/ui/es.lproj/PreferencesWindow.strings @@ -25,3 +25,10 @@ /* Class = "NSToolbarItem"; paletteLabel = "Video"; ObjectID = "jLi-an-TR2"; */ "jLi-an-TR2.paletteLabel" = "Vídeo"; + +/* Class = "NSToolbarItem"; label = "Plugins"; ObjectID = "zzE-XA-cFn"; */ +"zzE-XA-cFn.label" = "Complementos"; + +/* Class = "NSToolbarItem"; paletteLabel = "Plugins"; ObjectID = "zzE-XA-cFn"; */ +"zzE-XA-cFn.paletteLabel" = "Complementos"; + diff --git a/ui/es_AR.lproj/Conversation.strings b/ui/es_AR.lproj/Conversation.strings index b5d92c48fdbc23a96800b7e73105f5b10b4b9d43..539c0fca1bee122feb8e2fd1fc8a493092c26da8 100644 --- a/ui/es_AR.lproj/Conversation.strings +++ b/ui/es_AR.lproj/Conversation.strings @@ -20,6 +20,9 @@ /* Class = "NSButton"; ibShadowedToolTip = "Start video call"; ObjectID = "cFH-d7-Erh"; */ "cFH-d7-Erh.ibShadowedToolTip" = "Realizar una videollamada"; +/* Class = "NSButton"; ibShadowedToolTip = "Enable plugins"; ObjectID = "FvO-Yj-ry0"; */ +"FvO-Yj-ry0.ibShadowedToolTip" = "Habilitar complementos"; + /* Class = "NSBox"; title = "Box"; ObjectID = "ciI-CA-tly"; */ "ciI-CA-tly.title" = "Caja"; diff --git a/ui/es_AR.lproj/CurrentCall.strings b/ui/es_AR.lproj/CurrentCall.strings index bb6d59a7bc4dcd15f76396a5b355dac7e7cd08d7..0af95d905d135f80f41abd266dc979331ea47e45 100644 --- a/ui/es_AR.lproj/CurrentCall.strings +++ b/ui/es_AR.lproj/CurrentCall.strings @@ -20,6 +20,15 @@ /* Class = "NSButton"; ibShadowedToolTip = "Mute Video"; ObjectID = "LVS-yZ-98V"; */ "LVS-yZ-98V.ibShadowedToolTip" = "Deshabilitar video"; +/* Class = "NSButton"; ibShadowedToolTip = "Select video device"; ObjectID = "Vcv-ia-VEy"; */ +"Vcv-ia-VEy.ibShadowedToolTip" = "Elegí el dispositivo de video"; + +/* Class = "NSButton"; ibShadowedToolTip = "Share"; ObjectID = "ZGn-Tc-sg3"; */ +"ZGn-Tc-sg3.ibShadowedToolTip" = "Compartir"; + +/* Class = "NSButton"; ibShadowedToolTip = "Enable plugins"; ObjectID = "YtG-ob-etP"; */ +"YtG-ob-etP.ibShadowedToolTip" = "Habilitar complementos"; + /* Class = "CocoaBindingsConnection"; ibShadowedMultipleValuesPlaceholder = "Send a message"; ObjectID = "NRc-5f-Ujc"; */ "NRc-5f-Ujc.ibShadowedMultipleValuesPlaceholder" = "Enviar un mensaje"; @@ -33,7 +42,7 @@ "QYT-0n-4sw.ibShadowedToolTip" = "Grabar"; /* Class = "NSButton"; ibShadowedToolTip = "add contact to call"; ObjectID = "Vhk-fx-6RW"; */ -"Vhk-fx-6RW.ibShadowedToolTip" = "agregar contacto para llamar"; +"Vhk-fx-6RW.ibShadowedToolTip" = "Add contact to call"; /* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "YGj-SP-ikj"; */ "YGj-SP-ikj.title" = "Celda de texto"; @@ -65,8 +74,14 @@ /* Class = "NSButton"; ibShadowedToolTip = "Send"; ObjectID = "rqa-be-VIB"; */ "rqa-be-VIB.ibShadowedToolTip" = "Enviar"; -/* Class = "NSButton"; ibShadowedToolTip = "Mute Audio"; ObjectID = "tQl-cT-0Lb"; */ -"tQl-cT-0Lb.ibShadowedToolTip" = "Silenciar audio"; +/* Class = "NSButton"; ibShadowedToolTip = "Select audio output device"; ObjectID = "Yma-O2-Ljp"; */ +"Yma-O2-Ljp.ibShadowedToolTip" = "Elegí el dispositivo de salida de audio"; + +/* Class = "NSButton"; ibShadowedToolTip = "Select audio input device"; ObjectID = "aMU-l3-xFT"; */ +"aMU-l3-xFT.ibShadowedToolTip" = "Elegí el dispositivo de entrada de audio"; + +/* Class = "NSButton"; ibShadowedToolTip = "Mute microphone"; ObjectID = "N0A-rb-6rf"; */ +"N0A-rb-6rf.ibShadowedToolTip" = "Enmudecer micrófono"; /* Class = "NSTextFieldCell"; placeholderString = "Person name"; ObjectID = "ues-20-34k"; */ "ues-20-34k.placeholderString" = "Nombre de persona"; diff --git a/ui/es_AR.lproj/Localizable.strings b/ui/es_AR.lproj/Localizable.strings index 1f4889fa457eb23d81500a8ca11415ba248c8aaa..455e36227baaba4210277f61c1881ab533ff48c5 100644 --- a/ui/es_AR.lproj/Localizable.strings +++ b/ui/es_AR.lproj/Localizable.strings @@ -41,7 +41,7 @@ "Canceled" = "Cancelado"; /* Contextual menu entry */ -"Choose file" = "Elegir archivo"; +"Stream file" = "Stream file"; /* Contextual menu action */ "Clear conversation" = "Limpiar conversación"; @@ -266,7 +266,7 @@ "Audio muted" = "Audio silenciado"; /* conference state tooltip organiser */ -"Conference Organiser" = "Conference Organiser"; +"Conference Organiser" = "Organizador de conferencia"; /* conference state tooltip moderator */ "Moderator" = "Moderador"; @@ -292,3 +292,15 @@ /* Contextual menu for message */ "Resend" = "Reenviar"; +/* In call status info */ +"Wants to talk to you" = "Wants to talk to you"; + +/* share button tooltip */ +"Stop screen sharing" = "Stop screen sharing"; + +/* share button tooltip */ +"Stop file streaming" = "Stop file streaming"; + +/* share button tooltip */ +"Share" = "Compartir"; + diff --git a/ui/es_AR.lproj/PreferencesWindow.strings b/ui/es_AR.lproj/PreferencesWindow.strings index bf3bfc0d73e641fac5639d9a5549de1d0b75606e..7ad8e183b1452a312ceaef26fffed47d4ce63d5f 100644 --- a/ui/es_AR.lproj/PreferencesWindow.strings +++ b/ui/es_AR.lproj/PreferencesWindow.strings @@ -25,3 +25,10 @@ /* Class = "NSToolbarItem"; paletteLabel = "Video"; ObjectID = "jLi-an-TR2"; */ "jLi-an-TR2.paletteLabel" = "Video"; + +/* Class = "NSToolbarItem"; label = "Plugins"; ObjectID = "zzE-XA-cFn"; */ +"zzE-XA-cFn.label" = "Complementos"; + +/* Class = "NSToolbarItem"; paletteLabel = "Plugins"; ObjectID = "zzE-XA-cFn"; */ +"zzE-XA-cFn.paletteLabel" = "Complementos"; + diff --git a/ui/es_CO.lproj/Conversation.strings b/ui/es_CO.lproj/Conversation.strings index 5ba18bc02990714425b82adde366fd03b696db42..7071a90e4c0e12d67a7ea78072a4e8e8a991349b 100644 --- a/ui/es_CO.lproj/Conversation.strings +++ b/ui/es_CO.lproj/Conversation.strings @@ -20,6 +20,9 @@ /* Class = "NSButton"; ibShadowedToolTip = "Start video call"; ObjectID = "cFH-d7-Erh"; */ "cFH-d7-Erh.ibShadowedToolTip" = "Start video call"; +/* Class = "NSButton"; ibShadowedToolTip = "Enable plugins"; ObjectID = "FvO-Yj-ry0"; */ +"FvO-Yj-ry0.ibShadowedToolTip" = "Activar complementos"; + /* Class = "NSBox"; title = "Box"; ObjectID = "ciI-CA-tly"; */ "ciI-CA-tly.title" = "Box"; diff --git a/ui/es_CO.lproj/CurrentCall.strings b/ui/es_CO.lproj/CurrentCall.strings index 1467b7806521bddca96b76ea90e23bb852bca98c..4f9b723d9e032d72f9f9821c84b803421b498752 100644 --- a/ui/es_CO.lproj/CurrentCall.strings +++ b/ui/es_CO.lproj/CurrentCall.strings @@ -20,6 +20,15 @@ /* Class = "NSButton"; ibShadowedToolTip = "Mute Video"; ObjectID = "LVS-yZ-98V"; */ "LVS-yZ-98V.ibShadowedToolTip" = "Mute Video"; +/* Class = "NSButton"; ibShadowedToolTip = "Select video device"; ObjectID = "Vcv-ia-VEy"; */ +"Vcv-ia-VEy.ibShadowedToolTip" = "Select video device"; + +/* Class = "NSButton"; ibShadowedToolTip = "Share"; ObjectID = "ZGn-Tc-sg3"; */ +"ZGn-Tc-sg3.ibShadowedToolTip" = "Share"; + +/* Class = "NSButton"; ibShadowedToolTip = "Enable plugins"; ObjectID = "YtG-ob-etP"; */ +"YtG-ob-etP.ibShadowedToolTip" = "Activar complementos"; + /* Class = "CocoaBindingsConnection"; ibShadowedMultipleValuesPlaceholder = "Send a message"; ObjectID = "NRc-5f-Ujc"; */ "NRc-5f-Ujc.ibShadowedMultipleValuesPlaceholder" = "Send a message"; @@ -33,7 +42,7 @@ "QYT-0n-4sw.ibShadowedToolTip" = "Grabar"; /* Class = "NSButton"; ibShadowedToolTip = "add contact to call"; ObjectID = "Vhk-fx-6RW"; */ -"Vhk-fx-6RW.ibShadowedToolTip" = "add contact to call"; +"Vhk-fx-6RW.ibShadowedToolTip" = "Add contact to call"; /* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "YGj-SP-ikj"; */ "YGj-SP-ikj.title" = "Text Cell"; @@ -65,8 +74,14 @@ /* Class = "NSButton"; ibShadowedToolTip = "Send"; ObjectID = "rqa-be-VIB"; */ "rqa-be-VIB.ibShadowedToolTip" = "Enviar"; -/* Class = "NSButton"; ibShadowedToolTip = "Mute Audio"; ObjectID = "tQl-cT-0Lb"; */ -"tQl-cT-0Lb.ibShadowedToolTip" = "Mute Audio"; +/* Class = "NSButton"; ibShadowedToolTip = "Select audio output device"; ObjectID = "Yma-O2-Ljp"; */ +"Yma-O2-Ljp.ibShadowedToolTip" = "Select audio output device"; + +/* Class = "NSButton"; ibShadowedToolTip = "Select audio input device"; ObjectID = "aMU-l3-xFT"; */ +"aMU-l3-xFT.ibShadowedToolTip" = "Select audio input device"; + +/* Class = "NSButton"; ibShadowedToolTip = "Mute microphone"; ObjectID = "N0A-rb-6rf"; */ +"N0A-rb-6rf.ibShadowedToolTip" = "Mute microphone"; /* Class = "NSTextFieldCell"; placeholderString = "Person name"; ObjectID = "ues-20-34k"; */ "ues-20-34k.placeholderString" = "Person name"; diff --git a/ui/es_CO.lproj/Localizable.strings b/ui/es_CO.lproj/Localizable.strings index 7a9af6b9b9106886342cbf05319120be2e96c03d..8507d19460fcad7539acea3618b829f0618d2d90 100644 --- a/ui/es_CO.lproj/Localizable.strings +++ b/ui/es_CO.lproj/Localizable.strings @@ -41,7 +41,7 @@ "Canceled" = "Canceled"; /* Contextual menu entry */ -"Choose file" = "Elegir archivo"; +"Stream file" = "Stream file"; /* Contextual menu action */ "Clear conversation" = "Clear conversation"; @@ -292,3 +292,15 @@ /* Contextual menu for message */ "Resend" = "Resend"; +/* In call status info */ +"Wants to talk to you" = "Wants to talk to you"; + +/* share button tooltip */ +"Stop screen sharing" = "Stop screen sharing"; + +/* share button tooltip */ +"Stop file streaming" = "Stop file streaming"; + +/* share button tooltip */ +"Share" = "Share"; + diff --git a/ui/es_CO.lproj/PreferencesWindow.strings b/ui/es_CO.lproj/PreferencesWindow.strings index 4b6ab2eb46463ac0b6434bee7e6751465f87e322..d3154cfa5abd7f80c6002f19abb456d141163fde 100644 --- a/ui/es_CO.lproj/PreferencesWindow.strings +++ b/ui/es_CO.lproj/PreferencesWindow.strings @@ -25,3 +25,10 @@ /* Class = "NSToolbarItem"; paletteLabel = "Video"; ObjectID = "jLi-an-TR2"; */ "jLi-an-TR2.paletteLabel" = "Video"; + +/* Class = "NSToolbarItem"; label = "Plugins"; ObjectID = "zzE-XA-cFn"; */ +"zzE-XA-cFn.label" = "Complementos"; + +/* Class = "NSToolbarItem"; paletteLabel = "Plugins"; ObjectID = "zzE-XA-cFn"; */ +"zzE-XA-cFn.paletteLabel" = "Complementos"; + diff --git a/ui/es_MX.lproj/CurrentCall.strings b/ui/es_MX.lproj/CurrentCall.strings index 4ddc219f98e458e3c0e41137897ce7c1bbb6c88b..10763c46f24cd1ff83d4b33188bfc022e75f9e50 100644 --- a/ui/es_MX.lproj/CurrentCall.strings +++ b/ui/es_MX.lproj/CurrentCall.strings @@ -20,6 +20,15 @@ /* Class = "NSButton"; ibShadowedToolTip = "Mute Video"; ObjectID = "LVS-yZ-98V"; */ "LVS-yZ-98V.ibShadowedToolTip" = "Mute Video"; +/* Class = "NSButton"; ibShadowedToolTip = "Select video device"; ObjectID = "Vcv-ia-VEy"; */ +"Vcv-ia-VEy.ibShadowedToolTip" = "Select video device"; + +/* Class = "NSButton"; ibShadowedToolTip = "Share"; ObjectID = "ZGn-Tc-sg3"; */ +"ZGn-Tc-sg3.ibShadowedToolTip" = "Share"; + +/* Class = "NSButton"; ibShadowedToolTip = "Enable plugins"; ObjectID = "YtG-ob-etP"; */ +"YtG-ob-etP.ibShadowedToolTip" = "Enable plugins"; + /* Class = "CocoaBindingsConnection"; ibShadowedMultipleValuesPlaceholder = "Send a message"; ObjectID = "NRc-5f-Ujc"; */ "NRc-5f-Ujc.ibShadowedMultipleValuesPlaceholder" = "Send a message"; @@ -33,7 +42,7 @@ "QYT-0n-4sw.ibShadowedToolTip" = "Record"; /* Class = "NSButton"; ibShadowedToolTip = "add contact to call"; ObjectID = "Vhk-fx-6RW"; */ -"Vhk-fx-6RW.ibShadowedToolTip" = "add contact to call"; +"Vhk-fx-6RW.ibShadowedToolTip" = "Add contact to call"; /* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "YGj-SP-ikj"; */ "YGj-SP-ikj.title" = "Text Cell"; @@ -65,8 +74,14 @@ /* Class = "NSButton"; ibShadowedToolTip = "Send"; ObjectID = "rqa-be-VIB"; */ "rqa-be-VIB.ibShadowedToolTip" = "Send"; -/* Class = "NSButton"; ibShadowedToolTip = "Mute Audio"; ObjectID = "tQl-cT-0Lb"; */ -"tQl-cT-0Lb.ibShadowedToolTip" = "Mute Audio"; +/* Class = "NSButton"; ibShadowedToolTip = "Select audio output device"; ObjectID = "Yma-O2-Ljp"; */ +"Yma-O2-Ljp.ibShadowedToolTip" = "Select audio output device"; + +/* Class = "NSButton"; ibShadowedToolTip = "Select audio input device"; ObjectID = "aMU-l3-xFT"; */ +"aMU-l3-xFT.ibShadowedToolTip" = "Select audio input device"; + +/* Class = "NSButton"; ibShadowedToolTip = "Mute microphone"; ObjectID = "N0A-rb-6rf"; */ +"N0A-rb-6rf.ibShadowedToolTip" = "Mute microphone"; /* Class = "NSTextFieldCell"; placeholderString = "Person name"; ObjectID = "ues-20-34k"; */ "ues-20-34k.placeholderString" = "Person name"; diff --git a/ui/es_MX.lproj/Localizable.strings b/ui/es_MX.lproj/Localizable.strings index 226b7981280c7114cddc3ad817976055d851f7df..1d64bcf02de567c3362cbb54914c06ed2c279f5b 100644 --- a/ui/es_MX.lproj/Localizable.strings +++ b/ui/es_MX.lproj/Localizable.strings @@ -41,7 +41,7 @@ "Canceled" = "Canceled"; /* Contextual menu entry */ -"Choose file" = "Choose file"; +"Stream file" = "Stream file"; /* Contextual menu action */ "Clear conversation" = "Clear conversation"; @@ -292,3 +292,15 @@ /* Contextual menu for message */ "Resend" = "Resend"; +/* In call status info */ +"Wants to talk to you" = "Wants to talk to you"; + +/* share button tooltip */ +"Stop screen sharing" = "Stop screen sharing"; + +/* share button tooltip */ +"Stop file streaming" = "Stop file streaming"; + +/* share button tooltip */ +"Share" = "Share"; + diff --git a/ui/es_MX.lproj/PreferencesWindow.strings b/ui/es_MX.lproj/PreferencesWindow.strings index 511e6afe85f6cde22851ee560d08bda3a8357015..b44fc34deceea02ab4100b86ec59c85e780e2d8c 100644 --- a/ui/es_MX.lproj/PreferencesWindow.strings +++ b/ui/es_MX.lproj/PreferencesWindow.strings @@ -25,3 +25,10 @@ /* Class = "NSToolbarItem"; paletteLabel = "Video"; ObjectID = "jLi-an-TR2"; */ "jLi-an-TR2.paletteLabel" = "Video"; + +/* Class = "NSToolbarItem"; label = "Plugins"; ObjectID = "zzE-XA-cFn"; */ +"zzE-XA-cFn.label" = "Plugins"; + +/* Class = "NSToolbarItem"; paletteLabel = "Plugins"; ObjectID = "zzE-XA-cFn"; */ +"zzE-XA-cFn.paletteLabel" = "Plugins"; + diff --git a/ui/et.lproj/Localizable.strings b/ui/et.lproj/Localizable.strings index 53f1ee7ef63f183ff8c8fa36001389042b723a48..be28f12f7643ab475bd0177b6eba896a1e842d3a 100644 --- a/ui/et.lproj/Localizable.strings +++ b/ui/et.lproj/Localizable.strings @@ -41,7 +41,7 @@ "Canceled" = "Canceled"; /* Contextual menu entry */ -"Choose file" = "Choose file"; +"Stream file" = "Stream file"; /* Contextual menu action */ "Clear conversation" = "Clear conversation"; @@ -292,3 +292,15 @@ /* Contextual menu for message */ "Resend" = "Resend"; +/* In call status info */ +"Wants to talk to you" = "Wants to talk to you"; + +/* share button tooltip */ +"Stop screen sharing" = "Stop screen sharing"; + +/* share button tooltip */ +"Stop file streaming" = "Stop file streaming"; + +/* share button tooltip */ +"Share" = "Share"; + diff --git a/ui/et_EE.lproj/CurrentCall.strings b/ui/et_EE.lproj/CurrentCall.strings index 71061b09ff902804f4d2b263b486e644bc56111e..487420960657e434a1e8a52e41b8c2e108f21642 100644 --- a/ui/et_EE.lproj/CurrentCall.strings +++ b/ui/et_EE.lproj/CurrentCall.strings @@ -20,6 +20,15 @@ /* Class = "NSButton"; ibShadowedToolTip = "Mute Video"; ObjectID = "LVS-yZ-98V"; */ "LVS-yZ-98V.ibShadowedToolTip" = "Mute Video"; +/* Class = "NSButton"; ibShadowedToolTip = "Select video device"; ObjectID = "Vcv-ia-VEy"; */ +"Vcv-ia-VEy.ibShadowedToolTip" = "Select video device"; + +/* Class = "NSButton"; ibShadowedToolTip = "Share"; ObjectID = "ZGn-Tc-sg3"; */ +"ZGn-Tc-sg3.ibShadowedToolTip" = "Share"; + +/* Class = "NSButton"; ibShadowedToolTip = "Enable plugins"; ObjectID = "YtG-ob-etP"; */ +"YtG-ob-etP.ibShadowedToolTip" = "Enable plugins"; + /* Class = "CocoaBindingsConnection"; ibShadowedMultipleValuesPlaceholder = "Send a message"; ObjectID = "NRc-5f-Ujc"; */ "NRc-5f-Ujc.ibShadowedMultipleValuesPlaceholder" = "Send a message"; @@ -33,7 +42,7 @@ "QYT-0n-4sw.ibShadowedToolTip" = "Salvestus"; /* Class = "NSButton"; ibShadowedToolTip = "add contact to call"; ObjectID = "Vhk-fx-6RW"; */ -"Vhk-fx-6RW.ibShadowedToolTip" = "add contact to call"; +"Vhk-fx-6RW.ibShadowedToolTip" = "Add contact to call"; /* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "YGj-SP-ikj"; */ "YGj-SP-ikj.title" = "Text Cell"; @@ -65,8 +74,14 @@ /* Class = "NSButton"; ibShadowedToolTip = "Send"; ObjectID = "rqa-be-VIB"; */ "rqa-be-VIB.ibShadowedToolTip" = "Send"; -/* Class = "NSButton"; ibShadowedToolTip = "Mute Audio"; ObjectID = "tQl-cT-0Lb"; */ -"tQl-cT-0Lb.ibShadowedToolTip" = "Mute Audio"; +/* Class = "NSButton"; ibShadowedToolTip = "Select audio output device"; ObjectID = "Yma-O2-Ljp"; */ +"Yma-O2-Ljp.ibShadowedToolTip" = "Select audio output device"; + +/* Class = "NSButton"; ibShadowedToolTip = "Select audio input device"; ObjectID = "aMU-l3-xFT"; */ +"aMU-l3-xFT.ibShadowedToolTip" = "Select audio input device"; + +/* Class = "NSButton"; ibShadowedToolTip = "Mute microphone"; ObjectID = "N0A-rb-6rf"; */ +"N0A-rb-6rf.ibShadowedToolTip" = "Mute microphone"; /* Class = "NSTextFieldCell"; placeholderString = "Person name"; ObjectID = "ues-20-34k"; */ "ues-20-34k.placeholderString" = "Person name"; diff --git a/ui/et_EE.lproj/PreferencesWindow.strings b/ui/et_EE.lproj/PreferencesWindow.strings index 511e6afe85f6cde22851ee560d08bda3a8357015..b44fc34deceea02ab4100b86ec59c85e780e2d8c 100644 --- a/ui/et_EE.lproj/PreferencesWindow.strings +++ b/ui/et_EE.lproj/PreferencesWindow.strings @@ -25,3 +25,10 @@ /* Class = "NSToolbarItem"; paletteLabel = "Video"; ObjectID = "jLi-an-TR2"; */ "jLi-an-TR2.paletteLabel" = "Video"; + +/* Class = "NSToolbarItem"; label = "Plugins"; ObjectID = "zzE-XA-cFn"; */ +"zzE-XA-cFn.label" = "Plugins"; + +/* Class = "NSToolbarItem"; paletteLabel = "Plugins"; ObjectID = "zzE-XA-cFn"; */ +"zzE-XA-cFn.paletteLabel" = "Plugins"; + diff --git a/ui/eu.lproj/Conversation.strings b/ui/eu.lproj/Conversation.strings index 1687a9c42c2f214f237981747fbb84603ac104cf..75e9791b9ab5da3d450603205d46ffc8dc013614 100644 --- a/ui/eu.lproj/Conversation.strings +++ b/ui/eu.lproj/Conversation.strings @@ -20,6 +20,9 @@ /* Class = "NSButton"; ibShadowedToolTip = "Start video call"; ObjectID = "cFH-d7-Erh"; */ "cFH-d7-Erh.ibShadowedToolTip" = "Hasi bideo-deia"; +/* Class = "NSButton"; ibShadowedToolTip = "Enable plugins"; ObjectID = "FvO-Yj-ry0"; */ +"FvO-Yj-ry0.ibShadowedToolTip" = "Enable plugins"; + /* Class = "NSBox"; title = "Box"; ObjectID = "ciI-CA-tly"; */ "ciI-CA-tly.title" = "Kutxa"; diff --git a/ui/eu.lproj/CurrentCall.strings b/ui/eu.lproj/CurrentCall.strings index 19b2fbf237622440764da45730f241b618523608..8fa347ced59783a858a842d18beb43c51da764da 100644 --- a/ui/eu.lproj/CurrentCall.strings +++ b/ui/eu.lproj/CurrentCall.strings @@ -20,6 +20,15 @@ /* Class = "NSButton"; ibShadowedToolTip = "Mute Video"; ObjectID = "LVS-yZ-98V"; */ "LVS-yZ-98V.ibShadowedToolTip" = "Mute Video"; +/* Class = "NSButton"; ibShadowedToolTip = "Select video device"; ObjectID = "Vcv-ia-VEy"; */ +"Vcv-ia-VEy.ibShadowedToolTip" = "Select video device"; + +/* Class = "NSButton"; ibShadowedToolTip = "Share"; ObjectID = "ZGn-Tc-sg3"; */ +"ZGn-Tc-sg3.ibShadowedToolTip" = "Partekatu"; + +/* Class = "NSButton"; ibShadowedToolTip = "Enable plugins"; ObjectID = "YtG-ob-etP"; */ +"YtG-ob-etP.ibShadowedToolTip" = "Enable plugins"; + /* Class = "CocoaBindingsConnection"; ibShadowedMultipleValuesPlaceholder = "Send a message"; ObjectID = "NRc-5f-Ujc"; */ "NRc-5f-Ujc.ibShadowedMultipleValuesPlaceholder" = "Bidali mezu bat"; @@ -33,7 +42,7 @@ "QYT-0n-4sw.ibShadowedToolTip" = "Grabatu"; /* Class = "NSButton"; ibShadowedToolTip = "add contact to call"; ObjectID = "Vhk-fx-6RW"; */ -"Vhk-fx-6RW.ibShadowedToolTip" = "add contact to call"; +"Vhk-fx-6RW.ibShadowedToolTip" = "Add contact to call"; /* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "YGj-SP-ikj"; */ "YGj-SP-ikj.title" = "Testu gelaxka"; @@ -65,8 +74,14 @@ /* Class = "NSButton"; ibShadowedToolTip = "Send"; ObjectID = "rqa-be-VIB"; */ "rqa-be-VIB.ibShadowedToolTip" = "Bidali"; -/* Class = "NSButton"; ibShadowedToolTip = "Mute Audio"; ObjectID = "tQl-cT-0Lb"; */ -"tQl-cT-0Lb.ibShadowedToolTip" = "Mute Audio"; +/* Class = "NSButton"; ibShadowedToolTip = "Select audio output device"; ObjectID = "Yma-O2-Ljp"; */ +"Yma-O2-Ljp.ibShadowedToolTip" = "Select audio output device"; + +/* Class = "NSButton"; ibShadowedToolTip = "Select audio input device"; ObjectID = "aMU-l3-xFT"; */ +"aMU-l3-xFT.ibShadowedToolTip" = "Select audio input device"; + +/* Class = "NSButton"; ibShadowedToolTip = "Mute microphone"; ObjectID = "N0A-rb-6rf"; */ +"N0A-rb-6rf.ibShadowedToolTip" = "Mututu mikrofonoa"; /* Class = "NSTextFieldCell"; placeholderString = "Person name"; ObjectID = "ues-20-34k"; */ "ues-20-34k.placeholderString" = "Pertsona-izena"; diff --git a/ui/eu.lproj/Localizable.strings b/ui/eu.lproj/Localizable.strings index b8ed0347b5798bac72348226c472a5bd97f0ba7b..7c721e52b781fa64a15774bad6f67d580e9f7053 100644 --- a/ui/eu.lproj/Localizable.strings +++ b/ui/eu.lproj/Localizable.strings @@ -41,7 +41,7 @@ "Canceled" = "Canceled"; /* Contextual menu entry */ -"Choose file" = "Choose file"; +"Stream file" = "Stream file"; /* Contextual menu action */ "Clear conversation" = "Clear conversation"; @@ -292,3 +292,15 @@ /* Contextual menu for message */ "Resend" = "Resend"; +/* In call status info */ +"Wants to talk to you" = "Wants to talk to you"; + +/* share button tooltip */ +"Stop screen sharing" = "Stop screen sharing"; + +/* share button tooltip */ +"Stop file streaming" = "Stop file streaming"; + +/* share button tooltip */ +"Share" = "Partekatu"; + diff --git a/ui/eu.lproj/PreferencesWindow.strings b/ui/eu.lproj/PreferencesWindow.strings index 54659d3b5604369c1a0803477bade8a959a1148d..71c0de073934341f7f4375ceb64d38ee30350119 100644 --- a/ui/eu.lproj/PreferencesWindow.strings +++ b/ui/eu.lproj/PreferencesWindow.strings @@ -25,3 +25,10 @@ /* Class = "NSToolbarItem"; paletteLabel = "Video"; ObjectID = "jLi-an-TR2"; */ "jLi-an-TR2.paletteLabel" = "Bideoa"; + +/* Class = "NSToolbarItem"; label = "Plugins"; ObjectID = "zzE-XA-cFn"; */ +"zzE-XA-cFn.label" = "Plugins"; + +/* Class = "NSToolbarItem"; paletteLabel = "Plugins"; ObjectID = "zzE-XA-cFn"; */ +"zzE-XA-cFn.paletteLabel" = "Plugins"; + diff --git a/ui/fa_IR.lproj/Conversation.strings b/ui/fa_IR.lproj/Conversation.strings index 66bb58e56c9c13cac2e4894d0e4c90b3129fe5e7..be81d61937c6d72a90161e7c17a378c8140e3168 100644 --- a/ui/fa_IR.lproj/Conversation.strings +++ b/ui/fa_IR.lproj/Conversation.strings @@ -20,6 +20,9 @@ /* Class = "NSButton"; ibShadowedToolTip = "Start video call"; ObjectID = "cFH-d7-Erh"; */ "cFH-d7-Erh.ibShadowedToolTip" = "شروع تماس ویدیویی"; +/* Class = "NSButton"; ibShadowedToolTip = "Enable plugins"; ObjectID = "FvO-Yj-ry0"; */ +"FvO-Yj-ry0.ibShadowedToolTip" = "فعالسازی افزونهها"; + /* Class = "NSBox"; title = "Box"; ObjectID = "ciI-CA-tly"; */ "ciI-CA-tly.title" = "صندوق"; diff --git a/ui/fa_IR.lproj/CurrentCall.strings b/ui/fa_IR.lproj/CurrentCall.strings index 1ce146e733de8166046f1e98a85e8d86ff869082..8871309138a03cdbae7b6978019d318a5ead2a9c 100644 --- a/ui/fa_IR.lproj/CurrentCall.strings +++ b/ui/fa_IR.lproj/CurrentCall.strings @@ -20,6 +20,15 @@ /* Class = "NSButton"; ibShadowedToolTip = "Mute Video"; ObjectID = "LVS-yZ-98V"; */ "LVS-yZ-98V.ibShadowedToolTip" = "بیصدا کردن ویدیو"; +/* Class = "NSButton"; ibShadowedToolTip = "Select video device"; ObjectID = "Vcv-ia-VEy"; */ +"Vcv-ia-VEy.ibShadowedToolTip" = "Select video device"; + +/* Class = "NSButton"; ibShadowedToolTip = "Share"; ObjectID = "ZGn-Tc-sg3"; */ +"ZGn-Tc-sg3.ibShadowedToolTip" = "همرسانی"; + +/* Class = "NSButton"; ibShadowedToolTip = "Enable plugins"; ObjectID = "YtG-ob-etP"; */ +"YtG-ob-etP.ibShadowedToolTip" = "فعالسازی افزونهها"; + /* Class = "CocoaBindingsConnection"; ibShadowedMultipleValuesPlaceholder = "Send a message"; ObjectID = "NRc-5f-Ujc"; */ "NRc-5f-Ujc.ibShadowedMultipleValuesPlaceholder" = "ارسال پیام"; @@ -33,7 +42,7 @@ "QYT-0n-4sw.ibShadowedToolTip" = "ضبط"; /* Class = "NSButton"; ibShadowedToolTip = "add contact to call"; ObjectID = "Vhk-fx-6RW"; */ -"Vhk-fx-6RW.ibShadowedToolTip" = "افزودن مخاطب به تماس"; +"Vhk-fx-6RW.ibShadowedToolTip" = "Add contact to call"; /* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "YGj-SP-ikj"; */ "YGj-SP-ikj.title" = "سلول متنی"; @@ -65,8 +74,14 @@ /* Class = "NSButton"; ibShadowedToolTip = "Send"; ObjectID = "rqa-be-VIB"; */ "rqa-be-VIB.ibShadowedToolTip" = "ارسال"; -/* Class = "NSButton"; ibShadowedToolTip = "Mute Audio"; ObjectID = "tQl-cT-0Lb"; */ -"tQl-cT-0Lb.ibShadowedToolTip" = "بیصدا"; +/* Class = "NSButton"; ibShadowedToolTip = "Select audio output device"; ObjectID = "Yma-O2-Ljp"; */ +"Yma-O2-Ljp.ibShadowedToolTip" = "Select audio output device"; + +/* Class = "NSButton"; ibShadowedToolTip = "Select audio input device"; ObjectID = "aMU-l3-xFT"; */ +"aMU-l3-xFT.ibShadowedToolTip" = "Select audio input device"; + +/* Class = "NSButton"; ibShadowedToolTip = "Mute microphone"; ObjectID = "N0A-rb-6rf"; */ +"N0A-rb-6rf.ibShadowedToolTip" = "قطع میکروفون"; /* Class = "NSTextFieldCell"; placeholderString = "Person name"; ObjectID = "ues-20-34k"; */ "ues-20-34k.placeholderString" = "نام شخص"; diff --git a/ui/fa_IR.lproj/Localizable.strings b/ui/fa_IR.lproj/Localizable.strings index 6831afadd445ce4e679df65b2a2de213fb564435..fc8dc4b3e1a7c9844e094c301ed75297c13824f1 100644 --- a/ui/fa_IR.lproj/Localizable.strings +++ b/ui/fa_IR.lproj/Localizable.strings @@ -41,7 +41,7 @@ "Canceled" = "لغو شده"; /* Contextual menu entry */ -"Choose file" = "انتخاب فایل"; +"Stream file" = "Stream file"; /* Contextual menu action */ "Clear conversation" = "پاک کردن گفتگو"; @@ -292,3 +292,15 @@ /* Contextual menu for message */ "Resend" = "Resend"; +/* In call status info */ +"Wants to talk to you" = "Wants to talk to you"; + +/* share button tooltip */ +"Stop screen sharing" = "Stop screen sharing"; + +/* share button tooltip */ +"Stop file streaming" = "Stop file streaming"; + +/* share button tooltip */ +"Share" = "همرسانی"; + diff --git a/ui/fa_IR.lproj/PreferencesWindow.strings b/ui/fa_IR.lproj/PreferencesWindow.strings index a06693e2e4c22cd4f0b38d7b7cb47be227aad156..c9c138c262d475efb4acb658bb666546453ff7b8 100644 --- a/ui/fa_IR.lproj/PreferencesWindow.strings +++ b/ui/fa_IR.lproj/PreferencesWindow.strings @@ -25,3 +25,10 @@ /* Class = "NSToolbarItem"; paletteLabel = "Video"; ObjectID = "jLi-an-TR2"; */ "jLi-an-TR2.paletteLabel" = "تصویر"; + +/* Class = "NSToolbarItem"; label = "Plugins"; ObjectID = "zzE-XA-cFn"; */ +"zzE-XA-cFn.label" = "افزونهها"; + +/* Class = "NSToolbarItem"; paletteLabel = "Plugins"; ObjectID = "zzE-XA-cFn"; */ +"zzE-XA-cFn.paletteLabel" = "افزونهها"; + diff --git a/ui/fi.lproj/Conversation.strings b/ui/fi.lproj/Conversation.strings index ffed8dcf0738aac55db740b2f8f8eb764fb1f191..e2769475cf94dda3c63007c92d7c9abc59ee584d 100644 --- a/ui/fi.lproj/Conversation.strings +++ b/ui/fi.lproj/Conversation.strings @@ -20,6 +20,9 @@ /* Class = "NSButton"; ibShadowedToolTip = "Start video call"; ObjectID = "cFH-d7-Erh"; */ "cFH-d7-Erh.ibShadowedToolTip" = "Aloita videopuhelu"; +/* Class = "NSButton"; ibShadowedToolTip = "Enable plugins"; ObjectID = "FvO-Yj-ry0"; */ +"FvO-Yj-ry0.ibShadowedToolTip" = "Lisäosa käyttöön"; + /* Class = "NSBox"; title = "Box"; ObjectID = "ciI-CA-tly"; */ "ciI-CA-tly.title" = "Laatikko"; diff --git a/ui/fi.lproj/CurrentCall.strings b/ui/fi.lproj/CurrentCall.strings index 348b6a3e1f0ea0d3179316cd296d736ff59c1b78..f8f721bc0f2fbc0329687bc6d2fc0b7d86ef4374 100644 --- a/ui/fi.lproj/CurrentCall.strings +++ b/ui/fi.lproj/CurrentCall.strings @@ -20,6 +20,15 @@ /* Class = "NSButton"; ibShadowedToolTip = "Mute Video"; ObjectID = "LVS-yZ-98V"; */ "LVS-yZ-98V.ibShadowedToolTip" = "Tauota video"; +/* Class = "NSButton"; ibShadowedToolTip = "Select video device"; ObjectID = "Vcv-ia-VEy"; */ +"Vcv-ia-VEy.ibShadowedToolTip" = "Valitse laite videolle"; + +/* Class = "NSButton"; ibShadowedToolTip = "Share"; ObjectID = "ZGn-Tc-sg3"; */ +"ZGn-Tc-sg3.ibShadowedToolTip" = "Jako"; + +/* Class = "NSButton"; ibShadowedToolTip = "Enable plugins"; ObjectID = "YtG-ob-etP"; */ +"YtG-ob-etP.ibShadowedToolTip" = "Lisäosa käyttöön"; + /* Class = "CocoaBindingsConnection"; ibShadowedMultipleValuesPlaceholder = "Send a message"; ObjectID = "NRc-5f-Ujc"; */ "NRc-5f-Ujc.ibShadowedMultipleValuesPlaceholder" = "Lähetä viesti"; @@ -33,7 +42,7 @@ "QYT-0n-4sw.ibShadowedToolTip" = "Tallenne"; /* Class = "NSButton"; ibShadowedToolTip = "add contact to call"; ObjectID = "Vhk-fx-6RW"; */ -"Vhk-fx-6RW.ibShadowedToolTip" = "Lisää henkilö puheluun"; +"Vhk-fx-6RW.ibShadowedToolTip" = "Add contact to call"; /* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "YGj-SP-ikj"; */ "YGj-SP-ikj.title" = "Tekstilaatikko"; @@ -65,8 +74,14 @@ /* Class = "NSButton"; ibShadowedToolTip = "Send"; ObjectID = "rqa-be-VIB"; */ "rqa-be-VIB.ibShadowedToolTip" = "Lähetä"; -/* Class = "NSButton"; ibShadowedToolTip = "Mute Audio"; ObjectID = "tQl-cT-0Lb"; */ -"tQl-cT-0Lb.ibShadowedToolTip" = "Vaimenna ääni"; +/* Class = "NSButton"; ibShadowedToolTip = "Select audio output device"; ObjectID = "Yma-O2-Ljp"; */ +"Yma-O2-Ljp.ibShadowedToolTip" = "Valitse äänen ulostulo"; + +/* Class = "NSButton"; ibShadowedToolTip = "Select audio input device"; ObjectID = "aMU-l3-xFT"; */ +"aMU-l3-xFT.ibShadowedToolTip" = "Valitse äänen sisääntulo"; + +/* Class = "NSButton"; ibShadowedToolTip = "Mute microphone"; ObjectID = "N0A-rb-6rf"; */ +"N0A-rb-6rf.ibShadowedToolTip" = "Mykistä mikrofoni"; /* Class = "NSTextFieldCell"; placeholderString = "Person name"; ObjectID = "ues-20-34k"; */ "ues-20-34k.placeholderString" = "Henkilön nimi"; diff --git a/ui/fi.lproj/Localizable.strings b/ui/fi.lproj/Localizable.strings index cc036ad5a2bb97e260690a8b639e1c5fd97a16af..446a3ee2f96ade10caf0612c4f9d3594d2a83cb7 100644 --- a/ui/fi.lproj/Localizable.strings +++ b/ui/fi.lproj/Localizable.strings @@ -41,7 +41,7 @@ "Canceled" = "Peruttu"; /* Contextual menu entry */ -"Choose file" = "Valitse tiedosto"; +"Stream file" = "Stream file"; /* Contextual menu action */ "Clear conversation" = "Tyhjennä keskustelu"; @@ -266,7 +266,7 @@ "Audio muted" = "Ääni mykistetty"; /* conference state tooltip organiser */ -"Conference Organiser" = "Conference Organiser"; +"Conference Organiser" = "Kokouksen järjestäjä"; /* conference state tooltip moderator */ "Moderator" = "Valvoja"; @@ -292,3 +292,15 @@ /* Contextual menu for message */ "Resend" = "Uudelleen"; +/* In call status info */ +"Wants to talk to you" = "Wants to talk to you"; + +/* share button tooltip */ +"Stop screen sharing" = "Stop screen sharing"; + +/* share button tooltip */ +"Stop file streaming" = "Stop file streaming"; + +/* share button tooltip */ +"Share" = "Jako"; + diff --git a/ui/fi.lproj/PreferencesWindow.strings b/ui/fi.lproj/PreferencesWindow.strings index 063e7a4a0f214a2e73a59b69fe4e88c93b8a9e06..b0807f4acdfd98e48f24d81921423d9d7c3c6beb 100644 --- a/ui/fi.lproj/PreferencesWindow.strings +++ b/ui/fi.lproj/PreferencesWindow.strings @@ -25,3 +25,10 @@ /* Class = "NSToolbarItem"; paletteLabel = "Video"; ObjectID = "jLi-an-TR2"; */ "jLi-an-TR2.paletteLabel" = "Video"; + +/* Class = "NSToolbarItem"; label = "Plugins"; ObjectID = "zzE-XA-cFn"; */ +"zzE-XA-cFn.label" = "Lisäosat"; + +/* Class = "NSToolbarItem"; paletteLabel = "Plugins"; ObjectID = "zzE-XA-cFn"; */ +"zzE-XA-cFn.paletteLabel" = "Lisäosat"; + diff --git a/ui/fr.lproj/Conversation.strings b/ui/fr.lproj/Conversation.strings index 546c2ab14486e1af0a02e7226cdcc64b30cdf368..47b1180a25394834b6094ab418da218d0e0c1361 100644 --- a/ui/fr.lproj/Conversation.strings +++ b/ui/fr.lproj/Conversation.strings @@ -20,6 +20,9 @@ /* Class = "NSButton"; ibShadowedToolTip = "Start video call"; ObjectID = "cFH-d7-Erh"; */ "cFH-d7-Erh.ibShadowedToolTip" = "Démarrer un appel vidéo"; +/* Class = "NSButton"; ibShadowedToolTip = "Enable plugins"; ObjectID = "FvO-Yj-ry0"; */ +"FvO-Yj-ry0.ibShadowedToolTip" = "Activer les modules d'extension"; + /* Class = "NSBox"; title = "Box"; ObjectID = "ciI-CA-tly"; */ "ciI-CA-tly.title" = "Boîte"; diff --git a/ui/fr.lproj/CurrentCall.strings b/ui/fr.lproj/CurrentCall.strings index 32f10f08a0f760d2443a81c6e3d4a64089d14461..f97461a724b24288448226483148f8c18483d2c0 100644 --- a/ui/fr.lproj/CurrentCall.strings +++ b/ui/fr.lproj/CurrentCall.strings @@ -20,6 +20,15 @@ /* Class = "NSButton"; ibShadowedToolTip = "Mute Video"; ObjectID = "LVS-yZ-98V"; */ "LVS-yZ-98V.ibShadowedToolTip" = "Désactiver la vidéo"; +/* Class = "NSButton"; ibShadowedToolTip = "Select video device"; ObjectID = "Vcv-ia-VEy"; */ +"Vcv-ia-VEy.ibShadowedToolTip" = "Sélection du périphérique vidéo"; + +/* Class = "NSButton"; ibShadowedToolTip = "Share"; ObjectID = "ZGn-Tc-sg3"; */ +"ZGn-Tc-sg3.ibShadowedToolTip" = "Partager"; + +/* Class = "NSButton"; ibShadowedToolTip = "Enable plugins"; ObjectID = "YtG-ob-etP"; */ +"YtG-ob-etP.ibShadowedToolTip" = "Activer les modules d'extension"; + /* Class = "CocoaBindingsConnection"; ibShadowedMultipleValuesPlaceholder = "Send a message"; ObjectID = "NRc-5f-Ujc"; */ "NRc-5f-Ujc.ibShadowedMultipleValuesPlaceholder" = "Envoyer un message"; @@ -33,7 +42,7 @@ "QYT-0n-4sw.ibShadowedToolTip" = "Enregistrer"; /* Class = "NSButton"; ibShadowedToolTip = "add contact to call"; ObjectID = "Vhk-fx-6RW"; */ -"Vhk-fx-6RW.ibShadowedToolTip" = "Ajouter une personne à l'appel"; +"Vhk-fx-6RW.ibShadowedToolTip" = "Add contact to call"; /* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "YGj-SP-ikj"; */ "YGj-SP-ikj.title" = "Cellule de texte"; @@ -65,8 +74,14 @@ /* Class = "NSButton"; ibShadowedToolTip = "Send"; ObjectID = "rqa-be-VIB"; */ "rqa-be-VIB.ibShadowedToolTip" = "Envoyer"; -/* Class = "NSButton"; ibShadowedToolTip = "Mute Audio"; ObjectID = "tQl-cT-0Lb"; */ -"tQl-cT-0Lb.ibShadowedToolTip" = "Désactiver l'audio"; +/* Class = "NSButton"; ibShadowedToolTip = "Select audio output device"; ObjectID = "Yma-O2-Ljp"; */ +"Yma-O2-Ljp.ibShadowedToolTip" = "Sélection du périphérique de sortie audio"; + +/* Class = "NSButton"; ibShadowedToolTip = "Select audio input device"; ObjectID = "aMU-l3-xFT"; */ +"aMU-l3-xFT.ibShadowedToolTip" = "Sélection du périphérique d'entrée audio"; + +/* Class = "NSButton"; ibShadowedToolTip = "Mute microphone"; ObjectID = "N0A-rb-6rf"; */ +"N0A-rb-6rf.ibShadowedToolTip" = "Rendre votre microphone muet"; /* Class = "NSTextFieldCell"; placeholderString = "Person name"; ObjectID = "ues-20-34k"; */ "ues-20-34k.placeholderString" = "Nom de la personne"; diff --git a/ui/fr.lproj/Localizable.strings b/ui/fr.lproj/Localizable.strings index 32adbeff88078c142d77e4db49ed070059b7a457..46e837e000d57a118d7f4c332fadfe4a164b5b20 100644 --- a/ui/fr.lproj/Localizable.strings +++ b/ui/fr.lproj/Localizable.strings @@ -41,7 +41,7 @@ "Canceled" = "Annulé"; /* Contextual menu entry */ -"Choose file" = "Choisir le fichier"; +"Stream file" = "Stream file"; /* Contextual menu action */ "Clear conversation" = "Effacer la conversation"; @@ -292,3 +292,15 @@ /* Contextual menu for message */ "Resend" = "Renvoyer"; +/* In call status info */ +"Wants to talk to you" = "Wants to talk to you"; + +/* share button tooltip */ +"Stop screen sharing" = "Stop screen sharing"; + +/* share button tooltip */ +"Stop file streaming" = "Stop file streaming"; + +/* share button tooltip */ +"Share" = "Partager"; + diff --git a/ui/fr.lproj/PreferencesWindow.strings b/ui/fr.lproj/PreferencesWindow.strings index 99b7487c1719c971c055ad5544ad7e67411f89de..8dfe3de306a93a381d1038c31d6a237c4a15f7fd 100644 --- a/ui/fr.lproj/PreferencesWindow.strings +++ b/ui/fr.lproj/PreferencesWindow.strings @@ -25,3 +25,10 @@ /* Class = "NSToolbarItem"; paletteLabel = "Video"; ObjectID = "jLi-an-TR2"; */ "jLi-an-TR2.paletteLabel" = "Vidéo"; + +/* Class = "NSToolbarItem"; label = "Plugins"; ObjectID = "zzE-XA-cFn"; */ +"zzE-XA-cFn.label" = "Modules d'extension"; + +/* Class = "NSToolbarItem"; paletteLabel = "Plugins"; ObjectID = "zzE-XA-cFn"; */ +"zzE-XA-cFn.paletteLabel" = "Modules d'extension"; + diff --git a/ui/fr_BE.lproj/Conversation.strings b/ui/fr_BE.lproj/Conversation.strings index 5e4310a80f5dc0df74fb586821b51121be6a8809..3d1331b58bd5972dfcba67b2df000569bdc5edf0 100644 --- a/ui/fr_BE.lproj/Conversation.strings +++ b/ui/fr_BE.lproj/Conversation.strings @@ -20,6 +20,9 @@ /* Class = "NSButton"; ibShadowedToolTip = "Start video call"; ObjectID = "cFH-d7-Erh"; */ "cFH-d7-Erh.ibShadowedToolTip" = "Démarrer appel video"; +/* Class = "NSButton"; ibShadowedToolTip = "Enable plugins"; ObjectID = "FvO-Yj-ry0"; */ +"FvO-Yj-ry0.ibShadowedToolTip" = "Enable plugins"; + /* Class = "NSBox"; title = "Box"; ObjectID = "ciI-CA-tly"; */ "ciI-CA-tly.title" = "Box"; diff --git a/ui/fr_BE.lproj/CurrentCall.strings b/ui/fr_BE.lproj/CurrentCall.strings index 8b8f8fd64a1614e30254afbbd2a5b793a85ab411..01c33aede050dbb2c8fd6717ecb16d3131408f0a 100644 --- a/ui/fr_BE.lproj/CurrentCall.strings +++ b/ui/fr_BE.lproj/CurrentCall.strings @@ -20,6 +20,15 @@ /* Class = "NSButton"; ibShadowedToolTip = "Mute Video"; ObjectID = "LVS-yZ-98V"; */ "LVS-yZ-98V.ibShadowedToolTip" = "Mute Video"; +/* Class = "NSButton"; ibShadowedToolTip = "Select video device"; ObjectID = "Vcv-ia-VEy"; */ +"Vcv-ia-VEy.ibShadowedToolTip" = "Select video device"; + +/* Class = "NSButton"; ibShadowedToolTip = "Share"; ObjectID = "ZGn-Tc-sg3"; */ +"ZGn-Tc-sg3.ibShadowedToolTip" = "Partager"; + +/* Class = "NSButton"; ibShadowedToolTip = "Enable plugins"; ObjectID = "YtG-ob-etP"; */ +"YtG-ob-etP.ibShadowedToolTip" = "Enable plugins"; + /* Class = "CocoaBindingsConnection"; ibShadowedMultipleValuesPlaceholder = "Send a message"; ObjectID = "NRc-5f-Ujc"; */ "NRc-5f-Ujc.ibShadowedMultipleValuesPlaceholder" = "Envoyer un message"; @@ -33,7 +42,7 @@ "QYT-0n-4sw.ibShadowedToolTip" = "Record"; /* Class = "NSButton"; ibShadowedToolTip = "add contact to call"; ObjectID = "Vhk-fx-6RW"; */ -"Vhk-fx-6RW.ibShadowedToolTip" = "add contact to call"; +"Vhk-fx-6RW.ibShadowedToolTip" = "Add contact to call"; /* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "YGj-SP-ikj"; */ "YGj-SP-ikj.title" = "Cellule de texte"; @@ -65,8 +74,14 @@ /* Class = "NSButton"; ibShadowedToolTip = "Send"; ObjectID = "rqa-be-VIB"; */ "rqa-be-VIB.ibShadowedToolTip" = "Envoyer"; -/* Class = "NSButton"; ibShadowedToolTip = "Mute Audio"; ObjectID = "tQl-cT-0Lb"; */ -"tQl-cT-0Lb.ibShadowedToolTip" = "Mute Audio"; +/* Class = "NSButton"; ibShadowedToolTip = "Select audio output device"; ObjectID = "Yma-O2-Ljp"; */ +"Yma-O2-Ljp.ibShadowedToolTip" = "Select audio output device"; + +/* Class = "NSButton"; ibShadowedToolTip = "Select audio input device"; ObjectID = "aMU-l3-xFT"; */ +"aMU-l3-xFT.ibShadowedToolTip" = "Select audio input device"; + +/* Class = "NSButton"; ibShadowedToolTip = "Mute microphone"; ObjectID = "N0A-rb-6rf"; */ +"N0A-rb-6rf.ibShadowedToolTip" = "Couper le microphone"; /* Class = "NSTextFieldCell"; placeholderString = "Person name"; ObjectID = "ues-20-34k"; */ "ues-20-34k.placeholderString" = "Person name"; diff --git a/ui/fr_BE.lproj/Localizable.strings b/ui/fr_BE.lproj/Localizable.strings index 33ae97764c2b8469650391e90002bbb98ae4eba3..e3c1f009f82ec4cb5d574a0ce7e3798d32761387 100644 --- a/ui/fr_BE.lproj/Localizable.strings +++ b/ui/fr_BE.lproj/Localizable.strings @@ -41,7 +41,7 @@ "Canceled" = "Annulé"; /* Contextual menu entry */ -"Choose file" = "Choisir le fichier"; +"Stream file" = "Stream file"; /* Contextual menu action */ "Clear conversation" = "Effacer la conversation"; @@ -292,3 +292,15 @@ /* Contextual menu for message */ "Resend" = "Resend"; +/* In call status info */ +"Wants to talk to you" = "Wants to talk to you"; + +/* share button tooltip */ +"Stop screen sharing" = "Stop screen sharing"; + +/* share button tooltip */ +"Stop file streaming" = "Stop file streaming"; + +/* share button tooltip */ +"Share" = "Partager"; + diff --git a/ui/fr_BE.lproj/PreferencesWindow.strings b/ui/fr_BE.lproj/PreferencesWindow.strings index 99b7487c1719c971c055ad5544ad7e67411f89de..25f3a25375c8edf7c6ebf5a3cd35851bcda8f155 100644 --- a/ui/fr_BE.lproj/PreferencesWindow.strings +++ b/ui/fr_BE.lproj/PreferencesWindow.strings @@ -25,3 +25,10 @@ /* Class = "NSToolbarItem"; paletteLabel = "Video"; ObjectID = "jLi-an-TR2"; */ "jLi-an-TR2.paletteLabel" = "Vidéo"; + +/* Class = "NSToolbarItem"; label = "Plugins"; ObjectID = "zzE-XA-cFn"; */ +"zzE-XA-cFn.label" = "Plugins"; + +/* Class = "NSToolbarItem"; paletteLabel = "Plugins"; ObjectID = "zzE-XA-cFn"; */ +"zzE-XA-cFn.paletteLabel" = "Plugins"; + diff --git a/ui/fr_CA.lproj/Conversation.strings b/ui/fr_CA.lproj/Conversation.strings index cdbf1a10916bfb04815edb9c98dca3914c0538d7..543c2115e8a91e006fbdcc63914c11a7f6531ca4 100644 --- a/ui/fr_CA.lproj/Conversation.strings +++ b/ui/fr_CA.lproj/Conversation.strings @@ -20,6 +20,9 @@ /* Class = "NSButton"; ibShadowedToolTip = "Start video call"; ObjectID = "cFH-d7-Erh"; */ "cFH-d7-Erh.ibShadowedToolTip" = "Démarrer appel video"; +/* Class = "NSButton"; ibShadowedToolTip = "Enable plugins"; ObjectID = "FvO-Yj-ry0"; */ +"FvO-Yj-ry0.ibShadowedToolTip" = "Enable plugins"; + /* Class = "NSBox"; title = "Box"; ObjectID = "ciI-CA-tly"; */ "ciI-CA-tly.title" = "Box"; diff --git a/ui/fr_CA.lproj/CurrentCall.strings b/ui/fr_CA.lproj/CurrentCall.strings index 6fb796580c18db6271cd17ccfacc9f2edc644bc3..edda73813d02e0c646e5ee6a1f9ab8b3d4fbe618 100644 --- a/ui/fr_CA.lproj/CurrentCall.strings +++ b/ui/fr_CA.lproj/CurrentCall.strings @@ -20,6 +20,15 @@ /* Class = "NSButton"; ibShadowedToolTip = "Mute Video"; ObjectID = "LVS-yZ-98V"; */ "LVS-yZ-98V.ibShadowedToolTip" = "Couper le son de la vidéo"; +/* Class = "NSButton"; ibShadowedToolTip = "Select video device"; ObjectID = "Vcv-ia-VEy"; */ +"Vcv-ia-VEy.ibShadowedToolTip" = "Select video device"; + +/* Class = "NSButton"; ibShadowedToolTip = "Share"; ObjectID = "ZGn-Tc-sg3"; */ +"ZGn-Tc-sg3.ibShadowedToolTip" = "Partage"; + +/* Class = "NSButton"; ibShadowedToolTip = "Enable plugins"; ObjectID = "YtG-ob-etP"; */ +"YtG-ob-etP.ibShadowedToolTip" = "Enable plugins"; + /* Class = "CocoaBindingsConnection"; ibShadowedMultipleValuesPlaceholder = "Send a message"; ObjectID = "NRc-5f-Ujc"; */ "NRc-5f-Ujc.ibShadowedMultipleValuesPlaceholder" = "Envoyer un message"; @@ -33,7 +42,7 @@ "QYT-0n-4sw.ibShadowedToolTip" = "Enregistrement"; /* Class = "NSButton"; ibShadowedToolTip = "add contact to call"; ObjectID = "Vhk-fx-6RW"; */ -"Vhk-fx-6RW.ibShadowedToolTip" = "add contact to call"; +"Vhk-fx-6RW.ibShadowedToolTip" = "Add contact to call"; /* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "YGj-SP-ikj"; */ "YGj-SP-ikj.title" = "Cellule de texte"; @@ -65,8 +74,14 @@ /* Class = "NSButton"; ibShadowedToolTip = "Send"; ObjectID = "rqa-be-VIB"; */ "rqa-be-VIB.ibShadowedToolTip" = "Envoyer"; -/* Class = "NSButton"; ibShadowedToolTip = "Mute Audio"; ObjectID = "tQl-cT-0Lb"; */ -"tQl-cT-0Lb.ibShadowedToolTip" = "Mute Audio"; +/* Class = "NSButton"; ibShadowedToolTip = "Select audio output device"; ObjectID = "Yma-O2-Ljp"; */ +"Yma-O2-Ljp.ibShadowedToolTip" = "Select audio output device"; + +/* Class = "NSButton"; ibShadowedToolTip = "Select audio input device"; ObjectID = "aMU-l3-xFT"; */ +"aMU-l3-xFT.ibShadowedToolTip" = "Select audio input device"; + +/* Class = "NSButton"; ibShadowedToolTip = "Mute microphone"; ObjectID = "N0A-rb-6rf"; */ +"N0A-rb-6rf.ibShadowedToolTip" = "Mute microphone"; /* Class = "NSTextFieldCell"; placeholderString = "Person name"; ObjectID = "ues-20-34k"; */ "ues-20-34k.placeholderString" = "Person name"; diff --git a/ui/fr_CA.lproj/Localizable.strings b/ui/fr_CA.lproj/Localizable.strings index e16c77a7b257d4f42fa0ca4f21efdb67f0dbfcae..47a60f5729536fbe938fc83564e79e32804cf2df 100644 --- a/ui/fr_CA.lproj/Localizable.strings +++ b/ui/fr_CA.lproj/Localizable.strings @@ -41,7 +41,7 @@ "Canceled" = "Annulé"; /* Contextual menu entry */ -"Choose file" = "Choisir un fichier"; +"Stream file" = "Stream file"; /* Contextual menu action */ "Clear conversation" = "Effacer la conversation"; @@ -292,3 +292,15 @@ /* Contextual menu for message */ "Resend" = "Resend"; +/* In call status info */ +"Wants to talk to you" = "Wants to talk to you"; + +/* share button tooltip */ +"Stop screen sharing" = "Stop screen sharing"; + +/* share button tooltip */ +"Stop file streaming" = "Stop file streaming"; + +/* share button tooltip */ +"Share" = "Partage"; + diff --git a/ui/fr_CA.lproj/PreferencesWindow.strings b/ui/fr_CA.lproj/PreferencesWindow.strings index 23c5fd018af948039f7520e5455ff3309e508d7d..00f03700b4ca62a8529127d6a73d9beb667bfa3d 100644 --- a/ui/fr_CA.lproj/PreferencesWindow.strings +++ b/ui/fr_CA.lproj/PreferencesWindow.strings @@ -25,3 +25,10 @@ /* Class = "NSToolbarItem"; paletteLabel = "Video"; ObjectID = "jLi-an-TR2"; */ "jLi-an-TR2.paletteLabel" = "Vidéo"; + +/* Class = "NSToolbarItem"; label = "Plugins"; ObjectID = "zzE-XA-cFn"; */ +"zzE-XA-cFn.label" = "Plugins"; + +/* Class = "NSToolbarItem"; paletteLabel = "Plugins"; ObjectID = "zzE-XA-cFn"; */ +"zzE-XA-cFn.paletteLabel" = "Plugins"; + diff --git a/ui/fr_CH.lproj/Conversation.strings b/ui/fr_CH.lproj/Conversation.strings index 5e4310a80f5dc0df74fb586821b51121be6a8809..3d1331b58bd5972dfcba67b2df000569bdc5edf0 100644 --- a/ui/fr_CH.lproj/Conversation.strings +++ b/ui/fr_CH.lproj/Conversation.strings @@ -20,6 +20,9 @@ /* Class = "NSButton"; ibShadowedToolTip = "Start video call"; ObjectID = "cFH-d7-Erh"; */ "cFH-d7-Erh.ibShadowedToolTip" = "Démarrer appel video"; +/* Class = "NSButton"; ibShadowedToolTip = "Enable plugins"; ObjectID = "FvO-Yj-ry0"; */ +"FvO-Yj-ry0.ibShadowedToolTip" = "Enable plugins"; + /* Class = "NSBox"; title = "Box"; ObjectID = "ciI-CA-tly"; */ "ciI-CA-tly.title" = "Box"; diff --git a/ui/fr_CH.lproj/CurrentCall.strings b/ui/fr_CH.lproj/CurrentCall.strings index 8b8f8fd64a1614e30254afbbd2a5b793a85ab411..927c01af1ad134c1d7e826f4e9ceb1947ca7535e 100644 --- a/ui/fr_CH.lproj/CurrentCall.strings +++ b/ui/fr_CH.lproj/CurrentCall.strings @@ -20,6 +20,15 @@ /* Class = "NSButton"; ibShadowedToolTip = "Mute Video"; ObjectID = "LVS-yZ-98V"; */ "LVS-yZ-98V.ibShadowedToolTip" = "Mute Video"; +/* Class = "NSButton"; ibShadowedToolTip = "Select video device"; ObjectID = "Vcv-ia-VEy"; */ +"Vcv-ia-VEy.ibShadowedToolTip" = "Select video device"; + +/* Class = "NSButton"; ibShadowedToolTip = "Share"; ObjectID = "ZGn-Tc-sg3"; */ +"ZGn-Tc-sg3.ibShadowedToolTip" = "Partager"; + +/* Class = "NSButton"; ibShadowedToolTip = "Enable plugins"; ObjectID = "YtG-ob-etP"; */ +"YtG-ob-etP.ibShadowedToolTip" = "Enable plugins"; + /* Class = "CocoaBindingsConnection"; ibShadowedMultipleValuesPlaceholder = "Send a message"; ObjectID = "NRc-5f-Ujc"; */ "NRc-5f-Ujc.ibShadowedMultipleValuesPlaceholder" = "Envoyer un message"; @@ -33,7 +42,7 @@ "QYT-0n-4sw.ibShadowedToolTip" = "Record"; /* Class = "NSButton"; ibShadowedToolTip = "add contact to call"; ObjectID = "Vhk-fx-6RW"; */ -"Vhk-fx-6RW.ibShadowedToolTip" = "add contact to call"; +"Vhk-fx-6RW.ibShadowedToolTip" = "Add contact to call"; /* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "YGj-SP-ikj"; */ "YGj-SP-ikj.title" = "Cellule de texte"; @@ -65,8 +74,14 @@ /* Class = "NSButton"; ibShadowedToolTip = "Send"; ObjectID = "rqa-be-VIB"; */ "rqa-be-VIB.ibShadowedToolTip" = "Envoyer"; -/* Class = "NSButton"; ibShadowedToolTip = "Mute Audio"; ObjectID = "tQl-cT-0Lb"; */ -"tQl-cT-0Lb.ibShadowedToolTip" = "Mute Audio"; +/* Class = "NSButton"; ibShadowedToolTip = "Select audio output device"; ObjectID = "Yma-O2-Ljp"; */ +"Yma-O2-Ljp.ibShadowedToolTip" = "Select audio output device"; + +/* Class = "NSButton"; ibShadowedToolTip = "Select audio input device"; ObjectID = "aMU-l3-xFT"; */ +"aMU-l3-xFT.ibShadowedToolTip" = "Select audio input device"; + +/* Class = "NSButton"; ibShadowedToolTip = "Mute microphone"; ObjectID = "N0A-rb-6rf"; */ +"N0A-rb-6rf.ibShadowedToolTip" = "Mute microphone"; /* Class = "NSTextFieldCell"; placeholderString = "Person name"; ObjectID = "ues-20-34k"; */ "ues-20-34k.placeholderString" = "Person name"; diff --git a/ui/fr_CH.lproj/Localizable.strings b/ui/fr_CH.lproj/Localizable.strings index 43c2507a141978a32bf2596c44ad4ff69fe55d7c..f83a7f1a4f8db1551e3e74b5c78a079e0d219c56 100644 --- a/ui/fr_CH.lproj/Localizable.strings +++ b/ui/fr_CH.lproj/Localizable.strings @@ -41,7 +41,7 @@ "Canceled" = "Annulé"; /* Contextual menu entry */ -"Choose file" = "Choisir le fichier"; +"Stream file" = "Stream file"; /* Contextual menu action */ "Clear conversation" = "Effacer la conversation"; @@ -292,3 +292,15 @@ /* Contextual menu for message */ "Resend" = "Resend"; +/* In call status info */ +"Wants to talk to you" = "Wants to talk to you"; + +/* share button tooltip */ +"Stop screen sharing" = "Stop screen sharing"; + +/* share button tooltip */ +"Stop file streaming" = "Stop file streaming"; + +/* share button tooltip */ +"Share" = "Partager"; + diff --git a/ui/fr_CH.lproj/PreferencesWindow.strings b/ui/fr_CH.lproj/PreferencesWindow.strings index 99b7487c1719c971c055ad5544ad7e67411f89de..25f3a25375c8edf7c6ebf5a3cd35851bcda8f155 100644 --- a/ui/fr_CH.lproj/PreferencesWindow.strings +++ b/ui/fr_CH.lproj/PreferencesWindow.strings @@ -25,3 +25,10 @@ /* Class = "NSToolbarItem"; paletteLabel = "Video"; ObjectID = "jLi-an-TR2"; */ "jLi-an-TR2.paletteLabel" = "Vidéo"; + +/* Class = "NSToolbarItem"; label = "Plugins"; ObjectID = "zzE-XA-cFn"; */ +"zzE-XA-cFn.label" = "Plugins"; + +/* Class = "NSToolbarItem"; paletteLabel = "Plugins"; ObjectID = "zzE-XA-cFn"; */ +"zzE-XA-cFn.paletteLabel" = "Plugins"; + diff --git a/ui/fr_FR.lproj/Conversation.strings b/ui/fr_FR.lproj/Conversation.strings index 81b70e78a6b16096ff07c55db2c45f320629449b..d541c3597a29ce22517c43c3694d0cc4e0532095 100644 --- a/ui/fr_FR.lproj/Conversation.strings +++ b/ui/fr_FR.lproj/Conversation.strings @@ -20,6 +20,9 @@ /* Class = "NSButton"; ibShadowedToolTip = "Start video call"; ObjectID = "cFH-d7-Erh"; */ "cFH-d7-Erh.ibShadowedToolTip" = "Démarrer appel video"; +/* Class = "NSButton"; ibShadowedToolTip = "Enable plugins"; ObjectID = "FvO-Yj-ry0"; */ +"FvO-Yj-ry0.ibShadowedToolTip" = "Enable plugins"; + /* Class = "NSBox"; title = "Box"; ObjectID = "ciI-CA-tly"; */ "ciI-CA-tly.title" = "Boite"; diff --git a/ui/fr_FR.lproj/CurrentCall.strings b/ui/fr_FR.lproj/CurrentCall.strings index d6251c7edb589c8584d411bbbe2dd574b6f28886..b94760b80dc6f6a1b1a7c185c2cfaefeb996ae7c 100644 --- a/ui/fr_FR.lproj/CurrentCall.strings +++ b/ui/fr_FR.lproj/CurrentCall.strings @@ -20,6 +20,15 @@ /* Class = "NSButton"; ibShadowedToolTip = "Mute Video"; ObjectID = "LVS-yZ-98V"; */ "LVS-yZ-98V.ibShadowedToolTip" = "Vidéo muette"; +/* Class = "NSButton"; ibShadowedToolTip = "Select video device"; ObjectID = "Vcv-ia-VEy"; */ +"Vcv-ia-VEy.ibShadowedToolTip" = "Select video device"; + +/* Class = "NSButton"; ibShadowedToolTip = "Share"; ObjectID = "ZGn-Tc-sg3"; */ +"ZGn-Tc-sg3.ibShadowedToolTip" = "Partager"; + +/* Class = "NSButton"; ibShadowedToolTip = "Enable plugins"; ObjectID = "YtG-ob-etP"; */ +"YtG-ob-etP.ibShadowedToolTip" = "Enable plugins"; + /* Class = "CocoaBindingsConnection"; ibShadowedMultipleValuesPlaceholder = "Send a message"; ObjectID = "NRc-5f-Ujc"; */ "NRc-5f-Ujc.ibShadowedMultipleValuesPlaceholder" = "Envoyer un message"; @@ -33,7 +42,7 @@ "QYT-0n-4sw.ibShadowedToolTip" = "Enregistrer"; /* Class = "NSButton"; ibShadowedToolTip = "add contact to call"; ObjectID = "Vhk-fx-6RW"; */ -"Vhk-fx-6RW.ibShadowedToolTip" = "add contact to call"; +"Vhk-fx-6RW.ibShadowedToolTip" = "Add contact to call"; /* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "YGj-SP-ikj"; */ "YGj-SP-ikj.title" = "Cellule de texte"; @@ -65,8 +74,14 @@ /* Class = "NSButton"; ibShadowedToolTip = "Send"; ObjectID = "rqa-be-VIB"; */ "rqa-be-VIB.ibShadowedToolTip" = "Envoyer"; -/* Class = "NSButton"; ibShadowedToolTip = "Mute Audio"; ObjectID = "tQl-cT-0Lb"; */ -"tQl-cT-0Lb.ibShadowedToolTip" = "Muet"; +/* Class = "NSButton"; ibShadowedToolTip = "Select audio output device"; ObjectID = "Yma-O2-Ljp"; */ +"Yma-O2-Ljp.ibShadowedToolTip" = "Select audio output device"; + +/* Class = "NSButton"; ibShadowedToolTip = "Select audio input device"; ObjectID = "aMU-l3-xFT"; */ +"aMU-l3-xFT.ibShadowedToolTip" = "Select audio input device"; + +/* Class = "NSButton"; ibShadowedToolTip = "Mute microphone"; ObjectID = "N0A-rb-6rf"; */ +"N0A-rb-6rf.ibShadowedToolTip" = "Couper le micro"; /* Class = "NSTextFieldCell"; placeholderString = "Person name"; ObjectID = "ues-20-34k"; */ "ues-20-34k.placeholderString" = "Nom de la personne"; diff --git a/ui/fr_FR.lproj/Localizable.strings b/ui/fr_FR.lproj/Localizable.strings index 1210467232750fd1fec6d63933bbad03ae8d61d4..8507da636b7e86984db6bb3cac038c270ba1f112 100644 --- a/ui/fr_FR.lproj/Localizable.strings +++ b/ui/fr_FR.lproj/Localizable.strings @@ -41,7 +41,7 @@ "Canceled" = "Annulé"; /* Contextual menu entry */ -"Choose file" = "Choisir un fichier"; +"Stream file" = "Stream file"; /* Contextual menu action */ "Clear conversation" = "Effacer la conversation"; @@ -292,3 +292,15 @@ /* Contextual menu for message */ "Resend" = "Resend"; +/* In call status info */ +"Wants to talk to you" = "Wants to talk to you"; + +/* share button tooltip */ +"Stop screen sharing" = "Stop screen sharing"; + +/* share button tooltip */ +"Stop file streaming" = "Stop file streaming"; + +/* share button tooltip */ +"Share" = "Partager"; + diff --git a/ui/fr_FR.lproj/PreferencesWindow.strings b/ui/fr_FR.lproj/PreferencesWindow.strings index 99b7487c1719c971c055ad5544ad7e67411f89de..25f3a25375c8edf7c6ebf5a3cd35851bcda8f155 100644 --- a/ui/fr_FR.lproj/PreferencesWindow.strings +++ b/ui/fr_FR.lproj/PreferencesWindow.strings @@ -25,3 +25,10 @@ /* Class = "NSToolbarItem"; paletteLabel = "Video"; ObjectID = "jLi-an-TR2"; */ "jLi-an-TR2.paletteLabel" = "Vidéo"; + +/* Class = "NSToolbarItem"; label = "Plugins"; ObjectID = "zzE-XA-cFn"; */ +"zzE-XA-cFn.label" = "Plugins"; + +/* Class = "NSToolbarItem"; paletteLabel = "Plugins"; ObjectID = "zzE-XA-cFn"; */ +"zzE-XA-cFn.paletteLabel" = "Plugins"; + diff --git a/ui/gl.lproj/Conversation.strings b/ui/gl.lproj/Conversation.strings index df5ce68e41e2f6d6eeab5f3bc09f0d30cc7fee77..1efdba4cdd3792ae2657190d742bfebd5ddd112f 100644 --- a/ui/gl.lproj/Conversation.strings +++ b/ui/gl.lproj/Conversation.strings @@ -20,6 +20,9 @@ /* Class = "NSButton"; ibShadowedToolTip = "Start video call"; ObjectID = "cFH-d7-Erh"; */ "cFH-d7-Erh.ibShadowedToolTip" = "Iniciar chamada de vídeo"; +/* Class = "NSButton"; ibShadowedToolTip = "Enable plugins"; ObjectID = "FvO-Yj-ry0"; */ +"FvO-Yj-ry0.ibShadowedToolTip" = "Activar plugins"; + /* Class = "NSBox"; title = "Box"; ObjectID = "ciI-CA-tly"; */ "ciI-CA-tly.title" = "Box"; diff --git a/ui/gl.lproj/CurrentCall.strings b/ui/gl.lproj/CurrentCall.strings index a98a55f069a813608fd26dc688415fe50fb90239..0128a83ab80076e9358a4dea9aa57900163d385d 100644 --- a/ui/gl.lproj/CurrentCall.strings +++ b/ui/gl.lproj/CurrentCall.strings @@ -20,6 +20,15 @@ /* Class = "NSButton"; ibShadowedToolTip = "Mute Video"; ObjectID = "LVS-yZ-98V"; */ "LVS-yZ-98V.ibShadowedToolTip" = "Acalar vídeo"; +/* Class = "NSButton"; ibShadowedToolTip = "Select video device"; ObjectID = "Vcv-ia-VEy"; */ +"Vcv-ia-VEy.ibShadowedToolTip" = "Select video device"; + +/* Class = "NSButton"; ibShadowedToolTip = "Share"; ObjectID = "ZGn-Tc-sg3"; */ +"ZGn-Tc-sg3.ibShadowedToolTip" = "Compartir"; + +/* Class = "NSButton"; ibShadowedToolTip = "Enable plugins"; ObjectID = "YtG-ob-etP"; */ +"YtG-ob-etP.ibShadowedToolTip" = "Activar plugins"; + /* Class = "CocoaBindingsConnection"; ibShadowedMultipleValuesPlaceholder = "Send a message"; ObjectID = "NRc-5f-Ujc"; */ "NRc-5f-Ujc.ibShadowedMultipleValuesPlaceholder" = "Enviar unha mensaxe"; @@ -33,7 +42,7 @@ "QYT-0n-4sw.ibShadowedToolTip" = "Gravar"; /* Class = "NSButton"; ibShadowedToolTip = "add contact to call"; ObjectID = "Vhk-fx-6RW"; */ -"Vhk-fx-6RW.ibShadowedToolTip" = "engadir contacto a chamada"; +"Vhk-fx-6RW.ibShadowedToolTip" = "Add contact to call"; /* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "YGj-SP-ikj"; */ "YGj-SP-ikj.title" = "Text Cell"; @@ -65,8 +74,14 @@ /* Class = "NSButton"; ibShadowedToolTip = "Send"; ObjectID = "rqa-be-VIB"; */ "rqa-be-VIB.ibShadowedToolTip" = "Enviar"; -/* Class = "NSButton"; ibShadowedToolTip = "Mute Audio"; ObjectID = "tQl-cT-0Lb"; */ -"tQl-cT-0Lb.ibShadowedToolTip" = "Acalar audio"; +/* Class = "NSButton"; ibShadowedToolTip = "Select audio output device"; ObjectID = "Yma-O2-Ljp"; */ +"Yma-O2-Ljp.ibShadowedToolTip" = "Select audio output device"; + +/* Class = "NSButton"; ibShadowedToolTip = "Select audio input device"; ObjectID = "aMU-l3-xFT"; */ +"aMU-l3-xFT.ibShadowedToolTip" = "Select audio input device"; + +/* Class = "NSButton"; ibShadowedToolTip = "Mute microphone"; ObjectID = "N0A-rb-6rf"; */ +"N0A-rb-6rf.ibShadowedToolTip" = "Apagar micrófono"; /* Class = "NSTextFieldCell"; placeholderString = "Person name"; ObjectID = "ues-20-34k"; */ "ues-20-34k.placeholderString" = "Nome da persoa"; diff --git a/ui/gl.lproj/Localizable.strings b/ui/gl.lproj/Localizable.strings index b20cebc747822177ea12a8761c8c5f5a4e048723..61adc055f31403f5ca7ec53c2f0ad34200efe21a 100644 --- a/ui/gl.lproj/Localizable.strings +++ b/ui/gl.lproj/Localizable.strings @@ -41,7 +41,7 @@ "Canceled" = "Cancelado"; /* Contextual menu entry */ -"Choose file" = "Escolle ficheiro"; +"Stream file" = "Stream file"; /* Contextual menu action */ "Clear conversation" = "Limpar conversa"; @@ -292,3 +292,15 @@ /* Contextual menu for message */ "Resend" = "Volver a enviar"; +/* In call status info */ +"Wants to talk to you" = "Wants to talk to you"; + +/* share button tooltip */ +"Stop screen sharing" = "Stop screen sharing"; + +/* share button tooltip */ +"Stop file streaming" = "Stop file streaming"; + +/* share button tooltip */ +"Share" = "Compartir"; + diff --git a/ui/gl.lproj/PreferencesWindow.strings b/ui/gl.lproj/PreferencesWindow.strings index 52110f922c341573b8799d26b9d97b0efe1c04fc..0e936bc6eade10c4a7cb3424cdff486e148c7b09 100644 --- a/ui/gl.lproj/PreferencesWindow.strings +++ b/ui/gl.lproj/PreferencesWindow.strings @@ -25,3 +25,10 @@ /* Class = "NSToolbarItem"; paletteLabel = "Video"; ObjectID = "jLi-an-TR2"; */ "jLi-an-TR2.paletteLabel" = "Vídeo"; + +/* Class = "NSToolbarItem"; label = "Plugins"; ObjectID = "zzE-XA-cFn"; */ +"zzE-XA-cFn.label" = "Plugins"; + +/* Class = "NSToolbarItem"; paletteLabel = "Plugins"; ObjectID = "zzE-XA-cFn"; */ +"zzE-XA-cFn.paletteLabel" = "Plugins"; + diff --git a/ui/he.lproj/Conversation.strings b/ui/he.lproj/Conversation.strings index a653a0afde0ddbd53d6238eb6a85fcea43fa6081..942d894aab7d79143e9fe1b578321198ebebad68 100644 --- a/ui/he.lproj/Conversation.strings +++ b/ui/he.lproj/Conversation.strings @@ -20,6 +20,9 @@ /* Class = "NSButton"; ibShadowedToolTip = "Start video call"; ObjectID = "cFH-d7-Erh"; */ "cFH-d7-Erh.ibShadowedToolTip" = "Start video call"; +/* Class = "NSButton"; ibShadowedToolTip = "Enable plugins"; ObjectID = "FvO-Yj-ry0"; */ +"FvO-Yj-ry0.ibShadowedToolTip" = "Enable plugins"; + /* Class = "NSBox"; title = "Box"; ObjectID = "ciI-CA-tly"; */ "ciI-CA-tly.title" = "Box"; diff --git a/ui/he.lproj/CurrentCall.strings b/ui/he.lproj/CurrentCall.strings index d0981042ee1937940e3e84d5b48a89fd219c6e2c..6ce50e2429d9e67cdb844c99808aede4749fb5e9 100644 --- a/ui/he.lproj/CurrentCall.strings +++ b/ui/he.lproj/CurrentCall.strings @@ -20,6 +20,15 @@ /* Class = "NSButton"; ibShadowedToolTip = "Mute Video"; ObjectID = "LVS-yZ-98V"; */ "LVS-yZ-98V.ibShadowedToolTip" = "כבה וידאו"; +/* Class = "NSButton"; ibShadowedToolTip = "Select video device"; ObjectID = "Vcv-ia-VEy"; */ +"Vcv-ia-VEy.ibShadowedToolTip" = "Select video device"; + +/* Class = "NSButton"; ibShadowedToolTip = "Share"; ObjectID = "ZGn-Tc-sg3"; */ +"ZGn-Tc-sg3.ibShadowedToolTip" = "שיתוף"; + +/* Class = "NSButton"; ibShadowedToolTip = "Enable plugins"; ObjectID = "YtG-ob-etP"; */ +"YtG-ob-etP.ibShadowedToolTip" = "Enable plugins"; + /* Class = "CocoaBindingsConnection"; ibShadowedMultipleValuesPlaceholder = "Send a message"; ObjectID = "NRc-5f-Ujc"; */ "NRc-5f-Ujc.ibShadowedMultipleValuesPlaceholder" = "Send a message"; @@ -33,7 +42,7 @@ "QYT-0n-4sw.ibShadowedToolTip" = "הקלט"; /* Class = "NSButton"; ibShadowedToolTip = "add contact to call"; ObjectID = "Vhk-fx-6RW"; */ -"Vhk-fx-6RW.ibShadowedToolTip" = "add contact to call"; +"Vhk-fx-6RW.ibShadowedToolTip" = "Add contact to call"; /* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "YGj-SP-ikj"; */ "YGj-SP-ikj.title" = "Text Cell"; @@ -65,8 +74,14 @@ /* Class = "NSButton"; ibShadowedToolTip = "Send"; ObjectID = "rqa-be-VIB"; */ "rqa-be-VIB.ibShadowedToolTip" = "שלח"; -/* Class = "NSButton"; ibShadowedToolTip = "Mute Audio"; ObjectID = "tQl-cT-0Lb"; */ -"tQl-cT-0Lb.ibShadowedToolTip" = "השתק אודיו"; +/* Class = "NSButton"; ibShadowedToolTip = "Select audio output device"; ObjectID = "Yma-O2-Ljp"; */ +"Yma-O2-Ljp.ibShadowedToolTip" = "Select audio output device"; + +/* Class = "NSButton"; ibShadowedToolTip = "Select audio input device"; ObjectID = "aMU-l3-xFT"; */ +"aMU-l3-xFT.ibShadowedToolTip" = "Select audio input device"; + +/* Class = "NSButton"; ibShadowedToolTip = "Mute microphone"; ObjectID = "N0A-rb-6rf"; */ +"N0A-rb-6rf.ibShadowedToolTip" = "Mute microphone"; /* Class = "NSTextFieldCell"; placeholderString = "Person name"; ObjectID = "ues-20-34k"; */ "ues-20-34k.placeholderString" = "Person name"; diff --git a/ui/he.lproj/Localizable.strings b/ui/he.lproj/Localizable.strings index f865b2dab557216296f9233bf9e71b84d3e99f41..ec424b6c4662c6cf5db2242930bced9e28d915fa 100644 --- a/ui/he.lproj/Localizable.strings +++ b/ui/he.lproj/Localizable.strings @@ -41,7 +41,7 @@ "Canceled" = "Canceled"; /* Contextual menu entry */ -"Choose file" = "Choose file"; +"Stream file" = "Stream file"; /* Contextual menu action */ "Clear conversation" = "Clear conversation"; @@ -292,3 +292,15 @@ /* Contextual menu for message */ "Resend" = "Resend"; +/* In call status info */ +"Wants to talk to you" = "Wants to talk to you"; + +/* share button tooltip */ +"Stop screen sharing" = "Stop screen sharing"; + +/* share button tooltip */ +"Stop file streaming" = "Stop file streaming"; + +/* share button tooltip */ +"Share" = "שיתוף"; + diff --git a/ui/he.lproj/PreferencesWindow.strings b/ui/he.lproj/PreferencesWindow.strings index 991c49dddbc8a19d0e57ce2996425431a1f9d792..45db85f683647168372ff7e948cdafffd915316e 100644 --- a/ui/he.lproj/PreferencesWindow.strings +++ b/ui/he.lproj/PreferencesWindow.strings @@ -25,3 +25,10 @@ /* Class = "NSToolbarItem"; paletteLabel = "Video"; ObjectID = "jLi-an-TR2"; */ "jLi-an-TR2.paletteLabel" = "וידאו"; + +/* Class = "NSToolbarItem"; label = "Plugins"; ObjectID = "zzE-XA-cFn"; */ +"zzE-XA-cFn.label" = "Plugins"; + +/* Class = "NSToolbarItem"; paletteLabel = "Plugins"; ObjectID = "zzE-XA-cFn"; */ +"zzE-XA-cFn.paletteLabel" = "Plugins"; + diff --git a/ui/hi.lproj/PreferencesWindow.strings b/ui/hi.lproj/PreferencesWindow.strings index 38e24e0460a24becf46a92f7334194aad7cf097e..ba031ab3b32bdada5df21bc1be497f66ac7b7f52 100644 --- a/ui/hi.lproj/PreferencesWindow.strings +++ b/ui/hi.lproj/PreferencesWindow.strings @@ -25,3 +25,10 @@ /* Class = "NSToolbarItem"; paletteLabel = "Video"; ObjectID = "jLi-an-TR2"; */ "jLi-an-TR2.paletteLabel" = "वीडियो "; + +/* Class = "NSToolbarItem"; label = "Plugins"; ObjectID = "zzE-XA-cFn"; */ +"zzE-XA-cFn.label" = "Plugins"; + +/* Class = "NSToolbarItem"; paletteLabel = "Plugins"; ObjectID = "zzE-XA-cFn"; */ +"zzE-XA-cFn.paletteLabel" = "Plugins"; + diff --git a/ui/hi_IN.lproj/Conversation.strings b/ui/hi_IN.lproj/Conversation.strings index 09acd58ac53e6aa03a42d85ab1236b56693bf218..dc79154985432babb1e2faf8e25c4633ed5a4e8b 100644 --- a/ui/hi_IN.lproj/Conversation.strings +++ b/ui/hi_IN.lproj/Conversation.strings @@ -20,6 +20,9 @@ /* Class = "NSButton"; ibShadowedToolTip = "Start video call"; ObjectID = "cFH-d7-Erh"; */ "cFH-d7-Erh.ibShadowedToolTip" = "Start video call"; +/* Class = "NSButton"; ibShadowedToolTip = "Enable plugins"; ObjectID = "FvO-Yj-ry0"; */ +"FvO-Yj-ry0.ibShadowedToolTip" = "Enable plugins"; + /* Class = "NSBox"; title = "Box"; ObjectID = "ciI-CA-tly"; */ "ciI-CA-tly.title" = "Box"; diff --git a/ui/hi_IN.lproj/CurrentCall.strings b/ui/hi_IN.lproj/CurrentCall.strings index 6bdff45b790c958e35afc175fa8558289bf46a0e..1dd03978e13c0d1aa66e4f592cdd581741636f76 100644 --- a/ui/hi_IN.lproj/CurrentCall.strings +++ b/ui/hi_IN.lproj/CurrentCall.strings @@ -20,6 +20,15 @@ /* Class = "NSButton"; ibShadowedToolTip = "Mute Video"; ObjectID = "LVS-yZ-98V"; */ "LVS-yZ-98V.ibShadowedToolTip" = "Mute Video"; +/* Class = "NSButton"; ibShadowedToolTip = "Select video device"; ObjectID = "Vcv-ia-VEy"; */ +"Vcv-ia-VEy.ibShadowedToolTip" = "Select video device"; + +/* Class = "NSButton"; ibShadowedToolTip = "Share"; ObjectID = "ZGn-Tc-sg3"; */ +"ZGn-Tc-sg3.ibShadowedToolTip" = "बाटें "; + +/* Class = "NSButton"; ibShadowedToolTip = "Enable plugins"; ObjectID = "YtG-ob-etP"; */ +"YtG-ob-etP.ibShadowedToolTip" = "Enable plugins"; + /* Class = "CocoaBindingsConnection"; ibShadowedMultipleValuesPlaceholder = "Send a message"; ObjectID = "NRc-5f-Ujc"; */ "NRc-5f-Ujc.ibShadowedMultipleValuesPlaceholder" = "Send a message"; @@ -33,7 +42,7 @@ "QYT-0n-4sw.ibShadowedToolTip" = "Record"; /* Class = "NSButton"; ibShadowedToolTip = "add contact to call"; ObjectID = "Vhk-fx-6RW"; */ -"Vhk-fx-6RW.ibShadowedToolTip" = "add contact to call"; +"Vhk-fx-6RW.ibShadowedToolTip" = "Add contact to call"; /* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "YGj-SP-ikj"; */ "YGj-SP-ikj.title" = "Text Cell"; @@ -65,8 +74,14 @@ /* Class = "NSButton"; ibShadowedToolTip = "Send"; ObjectID = "rqa-be-VIB"; */ "rqa-be-VIB.ibShadowedToolTip" = "Send"; -/* Class = "NSButton"; ibShadowedToolTip = "Mute Audio"; ObjectID = "tQl-cT-0Lb"; */ -"tQl-cT-0Lb.ibShadowedToolTip" = "Mute Audio"; +/* Class = "NSButton"; ibShadowedToolTip = "Select audio output device"; ObjectID = "Yma-O2-Ljp"; */ +"Yma-O2-Ljp.ibShadowedToolTip" = "Select audio output device"; + +/* Class = "NSButton"; ibShadowedToolTip = "Select audio input device"; ObjectID = "aMU-l3-xFT"; */ +"aMU-l3-xFT.ibShadowedToolTip" = "Select audio input device"; + +/* Class = "NSButton"; ibShadowedToolTip = "Mute microphone"; ObjectID = "N0A-rb-6rf"; */ +"N0A-rb-6rf.ibShadowedToolTip" = "Mute microphone"; /* Class = "NSTextFieldCell"; placeholderString = "Person name"; ObjectID = "ues-20-34k"; */ "ues-20-34k.placeholderString" = "Person name"; diff --git a/ui/hi_IN.lproj/Localizable.strings b/ui/hi_IN.lproj/Localizable.strings index 1f3e7a5bcdb3d2589ea47a4b79b323ee13ed62ca..a8ccb61d454084d9f863fd34f6d6b6984369f5b2 100644 --- a/ui/hi_IN.lproj/Localizable.strings +++ b/ui/hi_IN.lproj/Localizable.strings @@ -41,7 +41,7 @@ "Canceled" = "Canceled"; /* Contextual menu entry */ -"Choose file" = "Choose file"; +"Stream file" = "Stream file"; /* Contextual menu action */ "Clear conversation" = "Clear conversation"; @@ -292,3 +292,15 @@ /* Contextual menu for message */ "Resend" = "Resend"; +/* In call status info */ +"Wants to talk to you" = "Wants to talk to you"; + +/* share button tooltip */ +"Stop screen sharing" = "Stop screen sharing"; + +/* share button tooltip */ +"Stop file streaming" = "Stop file streaming"; + +/* share button tooltip */ +"Share" = "बाटें "; + diff --git a/ui/hi_IN.lproj/PreferencesWindow.strings b/ui/hi_IN.lproj/PreferencesWindow.strings index 5651f0020f8f7be127a4d9c86bb331e9e0084019..49a1480944011d3613d40a2774fbcd2f2b58c11e 100644 --- a/ui/hi_IN.lproj/PreferencesWindow.strings +++ b/ui/hi_IN.lproj/PreferencesWindow.strings @@ -25,3 +25,10 @@ /* Class = "NSToolbarItem"; paletteLabel = "Video"; ObjectID = "jLi-an-TR2"; */ "jLi-an-TR2.paletteLabel" = "वीडियो"; + +/* Class = "NSToolbarItem"; label = "Plugins"; ObjectID = "zzE-XA-cFn"; */ +"zzE-XA-cFn.label" = "Plugins"; + +/* Class = "NSToolbarItem"; paletteLabel = "Plugins"; ObjectID = "zzE-XA-cFn"; */ +"zzE-XA-cFn.paletteLabel" = "Plugins"; + diff --git a/ui/hr.lproj/Conversation.strings b/ui/hr.lproj/Conversation.strings index 0b5cacd3ed0d26d791c2455862a6daccd418cbba..16dabb882878148da21624e54b89dbb2a745df04 100644 --- a/ui/hr.lproj/Conversation.strings +++ b/ui/hr.lproj/Conversation.strings @@ -20,6 +20,9 @@ /* Class = "NSButton"; ibShadowedToolTip = "Start video call"; ObjectID = "cFH-d7-Erh"; */ "cFH-d7-Erh.ibShadowedToolTip" = "Start video call"; +/* Class = "NSButton"; ibShadowedToolTip = "Enable plugins"; ObjectID = "FvO-Yj-ry0"; */ +"FvO-Yj-ry0.ibShadowedToolTip" = "Enable plugins"; + /* Class = "NSBox"; title = "Box"; ObjectID = "ciI-CA-tly"; */ "ciI-CA-tly.title" = "Box"; diff --git a/ui/hr.lproj/CurrentCall.strings b/ui/hr.lproj/CurrentCall.strings index e8b4a21665222f362a68febfe225882e34bfc154..9a5ce6aefabb95029c97f1b0714edfa5cf552c84 100644 --- a/ui/hr.lproj/CurrentCall.strings +++ b/ui/hr.lproj/CurrentCall.strings @@ -20,6 +20,15 @@ /* Class = "NSButton"; ibShadowedToolTip = "Mute Video"; ObjectID = "LVS-yZ-98V"; */ "LVS-yZ-98V.ibShadowedToolTip" = "Ugasi video"; +/* Class = "NSButton"; ibShadowedToolTip = "Select video device"; ObjectID = "Vcv-ia-VEy"; */ +"Vcv-ia-VEy.ibShadowedToolTip" = "Select video device"; + +/* Class = "NSButton"; ibShadowedToolTip = "Share"; ObjectID = "ZGn-Tc-sg3"; */ +"ZGn-Tc-sg3.ibShadowedToolTip" = "Podijeli"; + +/* Class = "NSButton"; ibShadowedToolTip = "Enable plugins"; ObjectID = "YtG-ob-etP"; */ +"YtG-ob-etP.ibShadowedToolTip" = "Enable plugins"; + /* Class = "CocoaBindingsConnection"; ibShadowedMultipleValuesPlaceholder = "Send a message"; ObjectID = "NRc-5f-Ujc"; */ "NRc-5f-Ujc.ibShadowedMultipleValuesPlaceholder" = "Pošalji poruku"; @@ -33,7 +42,7 @@ "QYT-0n-4sw.ibShadowedToolTip" = "Snimaj"; /* Class = "NSButton"; ibShadowedToolTip = "add contact to call"; ObjectID = "Vhk-fx-6RW"; */ -"Vhk-fx-6RW.ibShadowedToolTip" = "add contact to call"; +"Vhk-fx-6RW.ibShadowedToolTip" = "Add contact to call"; /* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "YGj-SP-ikj"; */ "YGj-SP-ikj.title" = "Text Cell"; @@ -65,8 +74,14 @@ /* Class = "NSButton"; ibShadowedToolTip = "Send"; ObjectID = "rqa-be-VIB"; */ "rqa-be-VIB.ibShadowedToolTip" = "Pošalji"; -/* Class = "NSButton"; ibShadowedToolTip = "Mute Audio"; ObjectID = "tQl-cT-0Lb"; */ -"tQl-cT-0Lb.ibShadowedToolTip" = "Ugasi zvuk"; +/* Class = "NSButton"; ibShadowedToolTip = "Select audio output device"; ObjectID = "Yma-O2-Ljp"; */ +"Yma-O2-Ljp.ibShadowedToolTip" = "Select audio output device"; + +/* Class = "NSButton"; ibShadowedToolTip = "Select audio input device"; ObjectID = "aMU-l3-xFT"; */ +"aMU-l3-xFT.ibShadowedToolTip" = "Select audio input device"; + +/* Class = "NSButton"; ibShadowedToolTip = "Mute microphone"; ObjectID = "N0A-rb-6rf"; */ +"N0A-rb-6rf.ibShadowedToolTip" = "Utišaj mikrofon"; /* Class = "NSTextFieldCell"; placeholderString = "Person name"; ObjectID = "ues-20-34k"; */ "ues-20-34k.placeholderString" = "Ime osobe"; diff --git a/ui/hr.lproj/Localizable.strings b/ui/hr.lproj/Localizable.strings index 08713b8f2deb01da5a43065252c4de882ab1f51a..b04b809f87957403f217537062ef7a2fa145001b 100644 --- a/ui/hr.lproj/Localizable.strings +++ b/ui/hr.lproj/Localizable.strings @@ -41,7 +41,7 @@ "Canceled" = "Canceled"; /* Contextual menu entry */ -"Choose file" = "Izaberi datoteku"; +"Stream file" = "Stream file"; /* Contextual menu action */ "Clear conversation" = "Clear conversation"; @@ -292,3 +292,15 @@ /* Contextual menu for message */ "Resend" = "Resend"; +/* In call status info */ +"Wants to talk to you" = "Wants to talk to you"; + +/* share button tooltip */ +"Stop screen sharing" = "Stop screen sharing"; + +/* share button tooltip */ +"Stop file streaming" = "Stop file streaming"; + +/* share button tooltip */ +"Share" = "Podijeli"; + diff --git a/ui/hr.lproj/PreferencesWindow.strings b/ui/hr.lproj/PreferencesWindow.strings index 8f6014e90899a3433e2f77eefaef8aa62355ed3a..515a3061e406970d8a283e4f7061da37bbd5ee71 100644 --- a/ui/hr.lproj/PreferencesWindow.strings +++ b/ui/hr.lproj/PreferencesWindow.strings @@ -25,3 +25,10 @@ /* Class = "NSToolbarItem"; paletteLabel = "Video"; ObjectID = "jLi-an-TR2"; */ "jLi-an-TR2.paletteLabel" = "Video"; + +/* Class = "NSToolbarItem"; label = "Plugins"; ObjectID = "zzE-XA-cFn"; */ +"zzE-XA-cFn.label" = "Plugins"; + +/* Class = "NSToolbarItem"; paletteLabel = "Plugins"; ObjectID = "zzE-XA-cFn"; */ +"zzE-XA-cFn.paletteLabel" = "Plugins"; + diff --git a/ui/hu.lproj/Conversation.strings b/ui/hu.lproj/Conversation.strings index 04e57ec323bea23b4ad94fd2b47e637c51f0bbda..0d23db43ecdff5caf1ce01279e21b5a25479e699 100644 --- a/ui/hu.lproj/Conversation.strings +++ b/ui/hu.lproj/Conversation.strings @@ -20,6 +20,9 @@ /* Class = "NSButton"; ibShadowedToolTip = "Start video call"; ObjectID = "cFH-d7-Erh"; */ "cFH-d7-Erh.ibShadowedToolTip" = "Videohívás indítása"; +/* Class = "NSButton"; ibShadowedToolTip = "Enable plugins"; ObjectID = "FvO-Yj-ry0"; */ +"FvO-Yj-ry0.ibShadowedToolTip" = "Beépülő modulok engedélyezése"; + /* Class = "NSBox"; title = "Box"; ObjectID = "ciI-CA-tly"; */ "ciI-CA-tly.title" = "Doboz"; diff --git a/ui/hu.lproj/CurrentCall.strings b/ui/hu.lproj/CurrentCall.strings index 7b9e00ff15ea4f79e337aac40521d93ceab72eff..ee7f81f83e6c03c130b54207f7a0912b92f80388 100644 --- a/ui/hu.lproj/CurrentCall.strings +++ b/ui/hu.lproj/CurrentCall.strings @@ -20,6 +20,15 @@ /* Class = "NSButton"; ibShadowedToolTip = "Mute Video"; ObjectID = "LVS-yZ-98V"; */ "LVS-yZ-98V.ibShadowedToolTip" = "Kamera leállítása"; +/* Class = "NSButton"; ibShadowedToolTip = "Select video device"; ObjectID = "Vcv-ia-VEy"; */ +"Vcv-ia-VEy.ibShadowedToolTip" = "Videoeszköz kiválasztása"; + +/* Class = "NSButton"; ibShadowedToolTip = "Share"; ObjectID = "ZGn-Tc-sg3"; */ +"ZGn-Tc-sg3.ibShadowedToolTip" = "Megosztás "; + +/* Class = "NSButton"; ibShadowedToolTip = "Enable plugins"; ObjectID = "YtG-ob-etP"; */ +"YtG-ob-etP.ibShadowedToolTip" = "Beépülő modulok engedélyezése"; + /* Class = "CocoaBindingsConnection"; ibShadowedMultipleValuesPlaceholder = "Send a message"; ObjectID = "NRc-5f-Ujc"; */ "NRc-5f-Ujc.ibShadowedMultipleValuesPlaceholder" = "Üzenet küldése"; @@ -33,7 +42,7 @@ "QYT-0n-4sw.ibShadowedToolTip" = "Felvétel"; /* Class = "NSButton"; ibShadowedToolTip = "add contact to call"; ObjectID = "Vhk-fx-6RW"; */ -"Vhk-fx-6RW.ibShadowedToolTip" = "Kapcsolat hozzáadása a hiváshoz"; +"Vhk-fx-6RW.ibShadowedToolTip" = "Add contact to call"; /* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "YGj-SP-ikj"; */ "YGj-SP-ikj.title" = "Szöveges cella"; @@ -65,8 +74,14 @@ /* Class = "NSButton"; ibShadowedToolTip = "Send"; ObjectID = "rqa-be-VIB"; */ "rqa-be-VIB.ibShadowedToolTip" = "Küldés"; -/* Class = "NSButton"; ibShadowedToolTip = "Mute Audio"; ObjectID = "tQl-cT-0Lb"; */ -"tQl-cT-0Lb.ibShadowedToolTip" = "Mikrofon elnémítása"; +/* Class = "NSButton"; ibShadowedToolTip = "Select audio output device"; ObjectID = "Yma-O2-Ljp"; */ +"Yma-O2-Ljp.ibShadowedToolTip" = "Hangkimeneti eszköz kijelölése"; + +/* Class = "NSButton"; ibShadowedToolTip = "Select audio input device"; ObjectID = "aMU-l3-xFT"; */ +"aMU-l3-xFT.ibShadowedToolTip" = "Hangbemeneti eszköz kijelölése"; + +/* Class = "NSButton"; ibShadowedToolTip = "Mute microphone"; ObjectID = "N0A-rb-6rf"; */ +"N0A-rb-6rf.ibShadowedToolTip" = "Mikrofon elnémítása"; /* Class = "NSTextFieldCell"; placeholderString = "Person name"; ObjectID = "ues-20-34k"; */ "ues-20-34k.placeholderString" = "Személy név"; diff --git a/ui/hu.lproj/Localizable.strings b/ui/hu.lproj/Localizable.strings index 6f2757ca8c7aa8e8f3a6bb8269f0bcb9f9a5afa1..ca0ec0de890b6c78e9a7bcef7b1aa2ec8c39a401 100644 --- a/ui/hu.lproj/Localizable.strings +++ b/ui/hu.lproj/Localizable.strings @@ -8,7 +8,7 @@ "Cancel" = "Mégse"; /* Welcome title */ -"Add a SIP account" = "SIP fiók hozzáadása"; +"Add a SIP account" = "SIP-fiók hozzáadása"; /* Contextual menu action */ "Add to contacts" = "Hozzáadás a kapcsolatokhoz"; @@ -41,7 +41,7 @@ "Canceled" = "Törölve"; /* Contextual menu entry */ -"Choose file" = "Fájl kiválasztása"; +"Stream file" = "Stream file"; /* Contextual menu action */ "Clear conversation" = "Beszélgetés törlése"; @@ -292,3 +292,15 @@ /* Contextual menu for message */ "Resend" = "Újraküldés"; +/* In call status info */ +"Wants to talk to you" = "Wants to talk to you"; + +/* share button tooltip */ +"Stop screen sharing" = "Stop screen sharing"; + +/* share button tooltip */ +"Stop file streaming" = "Stop file streaming"; + +/* share button tooltip */ +"Share" = "Megosztás "; + diff --git a/ui/hu.lproj/PreferencesWindow.strings b/ui/hu.lproj/PreferencesWindow.strings index 1d248cf06384d56749a110c860321f75b031aba3..bd024c3872c5b00b0ae837030148f84150645584 100644 --- a/ui/hu.lproj/PreferencesWindow.strings +++ b/ui/hu.lproj/PreferencesWindow.strings @@ -25,3 +25,10 @@ /* Class = "NSToolbarItem"; paletteLabel = "Video"; ObjectID = "jLi-an-TR2"; */ "jLi-an-TR2.paletteLabel" = "Videó"; + +/* Class = "NSToolbarItem"; label = "Plugins"; ObjectID = "zzE-XA-cFn"; */ +"zzE-XA-cFn.label" = "Beépülő modulok"; + +/* Class = "NSToolbarItem"; paletteLabel = "Plugins"; ObjectID = "zzE-XA-cFn"; */ +"zzE-XA-cFn.paletteLabel" = "Beépülő modulok"; + diff --git a/ui/hu.lproj/RingWizardChoose.strings b/ui/hu.lproj/RingWizardChoose.strings index 7f884a002f5ec05c7469b8c1f9aa2dc81f2744c1..338fc44bda66a16967a29e3c669d0babd0f621d0 100644 --- a/ui/hu.lproj/RingWizardChoose.strings +++ b/ui/hu.lproj/RingWizardChoose.strings @@ -18,7 +18,7 @@ "vCj-67-PGK.title" = "Haladó…"; /* Class = "NSButtonCell"; title = "Add a new SIP account"; ObjectID = "yBt-Bv-fi2"; */ -"yBt-Bv-fi2.title" = "Új SIP fiók hozzáadása"; +"yBt-Bv-fi2.title" = "Új SIP-fiók hozzáadása"; /* Class = "NSButtonCell"; title = "Create a rendezvous point"; ObjectID = "YDj-ss-AYE"; */ "YDj-ss-AYE.title" = "Találkozási pont létrehozása"; diff --git a/ui/id.lproj/AccAdvancedRing.strings b/ui/id.lproj/AccAdvancedRing.strings new file mode 100644 index 0000000000000000000000000000000000000000..b0c6f147a9ada8797554895a5eaa0e6b150a2a52 --- /dev/null +++ b/ui/id.lproj/AccAdvancedRing.strings @@ -0,0 +1,126 @@ + +/* Class = "NSButtonCell"; title = "Allow incoming calls from unknown contacts"; ObjectID = "1Xr-BO-Pu3"; */ +"1Xr-BO-Pu3.title" = "Allow incoming calls from unknown contacts"; + +/* Class = "NSButtonCell"; title = "UPnP"; ObjectID = "25Q-c1-ld3"; */ +"25Q-c1-ld3.title" = "UPnP"; + +/* Class = "NSBox"; title = "Box"; ObjectID = "538-we-FTp"; */ +"538-we-FTp.title" = "Box"; + +/* Class = "NSBox"; title = "Box"; ObjectID = "7eU-EP-4br"; */ +"7eU-EP-4br.title" = "Box"; + +/* Class = "NSTextFieldCell"; title = "TURN address"; ObjectID = "8mv-Ia-GM4"; */ +"8mv-Ia-GM4.title" = "TURN address"; + +/* Class = "NSTextFieldCell"; title = "Call settings"; ObjectID = "BIS-Ft-yJn"; */ +"BIS-Ft-yJn.title" = "Pengaturan telepon"; + +/* Class = "NSTextFieldCell"; title = "Discovery settings"; ObjectID = "Va3-Un-lCL"; */ +"Va3-Un-lCL.title" = "Discovery settings"; + +/* Class = "NSButtonCell"; title = "Make this account discoverable on local network"; ObjectID = "rdZ-JB-96s"; */ +"rdZ-JB-96s.title" = "Make this account discoverable on local network"; + +/* Class = "NSButtonCell"; title = "Enable local moderators"; ObjectID = "BCQ-xd-1zb"; */ +"BCQ-xd-1zb.title" = "Enable local moderators"; + +/* Class = "NSButtonCell"; title = "Discover peers on local network"; ObjectID = "n3E-PI-JHj"; */ +"n3E-PI-JHj.title" = "Discover peers on local network"; + +/* Class = "NSButtonCell"; title = "Auto answer calls"; ObjectID = "DSe-Cs-oD6"; */ +"DSe-Cs-oD6.title" = "Auto answer calls"; + +/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "EyV-Io-d3f"; */ +"EyV-Io-d3f.title" = "Text Cell"; + +/* Class = "NSTextFieldCell"; title = "Name server"; ObjectID = "ID3-Sv-gYY"; */ +"ID3-Sv-gYY.title" = "Name server"; + +/* Class = "NSBox"; title = "Box"; ObjectID = "K0z-NH-3Cq"; */ +"K0z-NH-3Cq.title" = "Box"; + +/* Class = "NSTextFieldCell"; title = "User certificate"; ObjectID = "LWs-a2-E7f"; */ +"LWs-a2-E7f.title" = "User certificate"; + +/* Class = "NSTextFieldCell"; title = "Audio codecs"; ObjectID = "Q4t-zo-brK"; */ +"Q4t-zo-brK.title" = "Audio codecs"; + +/* Class = "NSTextFieldCell"; title = "Security"; ObjectID = "Qxp-I4-A7W"; */ +"Qxp-I4-A7W.title" = "Keamanan"; + +/* Class = "NSButtonCell"; title = "Enable proxy"; ObjectID = "VyP-8T-aNA"; */ +"VyP-8T-aNA.title" = "Enable proxy"; + +/* Class = "NSTextFieldCell"; title = "Video codecs"; ObjectID = "Wrh-zD-uh5"; */ +"Wrh-zD-uh5.title" = "Video codecs"; + +/* Class = "NSTextFieldCell"; title = "TURN realm"; ObjectID = "XU0-bl-lDD"; */ +"XU0-bl-lDD.title" = "TURN realm"; + +/* Class = "NSTextFieldCell"; title = "STUN address"; ObjectID = "YE4-ry-u07"; */ +"YE4-ry-u07.title" = "STUN address"; + +/* Class = "NSTextFieldCell"; title = "Bootstrap"; ObjectID = "YJM-iQ-0lE"; */ +"YJM-iQ-0lE.title" = "Bootstrap"; + +/* Class = "NSTextFieldCell"; title = "Private key password"; ObjectID = "YcX-lE-8ug"; */ +"YcX-lE-8ug.title" = "Private key password"; + +/* Class = "NSBox"; title = "Box"; ObjectID = "Ywo-5x-8kh"; */ +"Ywo-5x-8kh.title" = "Box"; + +/* Class = "NSBox"; title = "Box"; ObjectID = "ZNe-H0-dJk"; */ +"ZNe-H0-dJk.title" = "Box"; + +/* Class = "NSTextFieldCell"; title = "Address"; ObjectID = "ZqB-gt-yFt"; */ +"ZqB-gt-yFt.title" = "Address"; + +/* Class = "NSBox"; title = "Box"; ObjectID = "eGX-gk-Zxp"; */ +"eGX-gk-Zxp.title" = "Box"; + +/* Class = "NSTextFieldCell"; title = "TURN username"; ObjectID = "eMG-uY-bpH"; */ +"eMG-uY-bpH.title" = "TURN username"; + +/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "g8T-u3-MS3"; */ +"g8T-u3-MS3.title" = "Text Cell"; + +/* Class = "NSTextFieldCell"; title = "TURN password"; ObjectID = "gUl-Px-cIJ"; */ +"gUl-Px-cIJ.title" = "TURN password"; + +/* Class = "NSTextFieldCell"; title = "CA certificate"; ObjectID = "k7i-pK-JXp"; */ +"k7i-pK-JXp.title" = "CA certificate"; + +/* Class = "NSButtonCell"; title = "Use STUN"; ObjectID = "nqX-Vu-UuA"; */ +"nqX-Vu-UuA.title" = "Use STUN"; + +/* Class = "NSButtonCell"; title = "Custom ringtone"; ObjectID = "qFq-Yh-2JL"; */ +"qFq-Yh-2JL.title" = "Custom ringtone"; + +/* Class = "NSTextFieldCell"; title = "Connectivity"; ObjectID = "sVe-iG-OCw"; */ +"sVe-iG-OCw.title" = "Connectivity"; + +/* Class = "NSTextFieldCell"; title = "Private key"; ObjectID = "soR-nF-ybe"; */ +"soR-nF-ybe.title" = "Private key"; + +/* Class = "NSBox"; title = "Box"; ObjectID = "sy5-OH-wyB"; */ +"sy5-OH-wyB.title" = "Box"; + +/* Class = "NSBox"; title = "Box"; ObjectID = "vYi-gW-MrY"; */ +"vYi-gW-MrY.title" = "Box"; + +/* Class = "NSTextFieldCell"; title = "OpenDHT configuration"; ObjectID = "xJT-ij-69q"; */ +"xJT-ij-69q.title" = "OpenDHT configuration"; + +/* Class = "NSButtonCell"; title = "Use TURN"; ObjectID = "zPJ-cO-neQ"; */ +"zPJ-cO-neQ.title" = "Use TURN"; + +/* Class = "NSButtonCell"; title = "Enable rendezvous point: turn your account into a conference room"; ObjectID = "2cZ-SI-nbz"; */ +"2cZ-SI-nbz.title" = "Enable rendezvous point: turn your account into a conference room"; + +/* Class = "NSButtonCell"; title = "Add default moderator"; ObjectID = "RKw-pg-2N8"; */ +"RKw-pg-2N8.title" = "Add default moderator"; + +/* Class = "NSTextFieldCell"; title = "You do not have default moderators"; ObjectID = "g2o-3r-Dx7"; */ +"g2o-3r-Dx7.title" = "You do not have default moderators"; diff --git a/ui/id.lproj/AccAdvancedSip.strings b/ui/id.lproj/AccAdvancedSip.strings new file mode 100644 index 0000000000000000000000000000000000000000..ed75887427501f9a8039cab700d560ac5f0c2693 --- /dev/null +++ b/ui/id.lproj/AccAdvancedSip.strings @@ -0,0 +1,168 @@ + +/* Class = "NSTextFieldCell"; title = "Min"; ObjectID = "0Fh-Sz-TMo"; */ +"0Fh-Sz-TMo.title" = "Min"; + +/* Class = "NSTextFieldCell"; title = "Video RTP port Range"; ObjectID = "0cb-ib-oHd"; */ +"0cb-ib-oHd.title" = "Video RTP port Range"; + +/* Class = "NSTextFieldCell"; title = "Security"; ObjectID = "24s-we-pkD"; */ +"24s-we-pkD.title" = "Keamanan"; + +/* Class = "NSTextFieldCell"; title = "Registration expire timeout (seconds)"; ObjectID = "2rB-Bv-c9U"; */ +"2rB-Bv-c9U.title" = "Registration expire timeout (seconds)"; + +/* Class = "NSTextFieldCell"; title = "Call settings"; ObjectID = "3Uq-Nb-J1A"; */ +"3Uq-Nb-J1A.title" = "Pengaturan telepon"; + +/* Class = "NSButtonCell"; title = "Fallback on RTP on encryption failure"; ObjectID = "3rM-KT-bNf"; */ +"3rM-KT-bNf.title" = "Fallback on RTP on encryption failure"; + +/* Class = "NSButtonCell"; title = "Auto answer calls"; ObjectID = "3vs-TI-tkg"; */ +"3vs-TI-tkg.title" = "Auto answer calls"; + +/* Class = "NSTextFieldCell"; title = "TURN realm"; ObjectID = "6eH-la-JbF"; */ +"6eH-la-JbF.title" = "TURN realm"; + +/* Class = "NSTextFieldCell"; title = "Private key password"; ObjectID = "72p-GY-gu6"; */ +"72p-GY-gu6.title" = "Private key password"; + +/* Class = "NSTextFieldCell"; title = "Outgoing TLS server name"; ObjectID = "8JD-11-wHZ"; */ +"8JD-11-wHZ.title" = "Outgoing TLS server name"; + +/* Class = "NSMenuItem"; title = "Item 1"; ObjectID = "8bw-iH-XGl"; */ +"8bw-iH-XGl.title" = "Item 1"; + +/* Class = "NSTextFieldCell"; title = "Port"; ObjectID = "9p9-GR-XKU"; */ +"9p9-GR-XKU.title" = "Port"; + +/* Class = "NSBox"; title = "Box"; ObjectID = "A31-3Y-z4R"; */ +"A31-3Y-z4R.title" = "Box"; + +/* Class = "NSTextFieldCell"; title = "Published address"; ObjectID = "ELr-A7-mGE"; */ +"ELr-A7-mGE.title" = "Published address"; + +/* Class = "NSButtonCell"; title = "Use TURN"; ObjectID = "Gwi-Mp-NpZ"; */ +"Gwi-Mp-NpZ.title" = "Use TURN"; + +/* Class = "NSButtonCell"; title = "Use STUN"; ObjectID = "HRM-FR-1sH"; */ +"HRM-FR-1sH.title" = "Use STUN"; + +/* Class = "NSTextFieldCell"; title = "STUN address"; ObjectID = "HYt-sW-yd0"; */ +"HYt-sW-yd0.title" = "STUN address"; + +/* Class = "NSButtonCell"; title = "Require a certificate for incoming TLS connections"; ObjectID = "JV8-cY-6vR"; */ +"JV8-cY-6vR.title" = "Require a certificate for incoming TLS connections"; + +/* Class = "NSTextFieldCell"; title = "SDP Session Negotiation (ICE Fallback)"; ObjectID = "Jfp-NE-ODd"; */ +"Jfp-NE-ODd.title" = "SDP Session Negotiation (ICE Fallback)"; + +/* Class = "NSBox"; title = "Box"; ObjectID = "MBR-AC-HFq"; */ +"MBR-AC-HFq.title" = "Box"; + +/* Class = "NSMenuItem"; title = "Item 3"; ObjectID = "Mho-w1-ZPJ"; */ +"Mho-w1-ZPJ.title" = "Item 3"; + +/* Class = "NSButtonCell"; title = "Custom ringtone"; ObjectID = "Nqr-gj-dOH"; */ +"Nqr-gj-dOH.title" = "Custom ringtone"; + +/* Class = "NSMenuItem"; title = "Item 2"; ObjectID = "OEo-C7-vEh"; */ +"OEo-C7-vEh.title" = "Item 2"; + +/* Class = "NSTextFieldCell"; title = "Audio RTP port Range"; ObjectID = "Ogj-NW-fZ9"; */ +"Ogj-NW-fZ9.title" = "Audio RTP port Range"; + +/* Class = "NSBox"; title = "Box"; ObjectID = "Ppa-zn-w1X"; */ +"Ppa-zn-w1X.title" = "Box"; + +/* Class = "NSButtonCell"; title = "Enable SDES for key exchange protocol"; ObjectID = "Qk8-tH-a0l"; */ +"Qk8-tH-a0l.title" = "Enable SDES for key exchange protocol"; + +/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "RIj-rT-gSd"; */ +"RIj-rT-gSd.title" = "Text Cell"; + +/* Class = "NSTextFieldCell"; title = "Audio codecs"; ObjectID = "Vke-hs-iXz"; */ +"Vke-hs-iXz.title" = "Audio codecs"; + +/* Class = "NSTextFieldCell"; title = "Private key"; ObjectID = "W9F-Nf-ehp"; */ +"W9F-Nf-ehp.title" = "Private key"; + +/* Class = "NSButtonCell"; title = "Verify answer certificates (client side)"; ObjectID = "WsS-1e-Epm"; */ +"WsS-1e-Epm.title" = "Verify answer certificates (client side)"; + +/* Class = "NSTextFieldCell"; title = "User certificate"; ObjectID = "Xp3-bL-3Cs"; */ +"Xp3-bL-3Cs.title" = "User certificate"; + +/* Class = "NSTextFieldCell"; title = "Address"; ObjectID = "Xxr-gl-ukE"; */ +"Xxr-gl-ukE.title" = "Address"; + +/* Class = "NSBox"; title = "Box"; ObjectID = "Zuz-jy-rLn"; */ +"Zuz-jy-rLn.title" = "Box"; + +/* Class = "NSTextFieldCell"; title = "TURN address"; ObjectID = "aYs-wh-Hpr"; */ +"aYs-wh-Hpr.title" = "TURN address"; + +/* Class = "NSTextFieldCell"; title = "CA certificate"; ObjectID = "b2y-85-ZHK"; */ +"b2y-85-ZHK.title" = "CA certificate"; + +/* Class = "NSTextFieldCell"; title = "Only used during SDP negotiation in case ICE is not supported"; ObjectID = "cN3-lC-dNM"; */ +"cN3-lC-dNM.title" = "Only used during SDP negotiation in case ICE is not supported"; + +/* Class = "NSBox"; title = "Box"; ObjectID = "cwV-lc-jju"; */ +"cwV-lc-jju.title" = "Box"; + +/* Class = "NSTextFieldCell"; title = "Negotiation timeout (seconds)"; ObjectID = "dtf-uk-n1B"; */ +"dtf-uk-n1B.title" = "Negotiation timeout (seconds)"; + +/* Class = "NSBox"; title = "Box"; ObjectID = "ekM-Cg-DEo"; */ +"ekM-Cg-DEo.title" = "Box"; + +/* Class = "NSTextFieldCell"; title = "Network interface"; ObjectID = "fjH-ej-gEr"; */ +"fjH-ej-gEr.title" = "Network interface"; + +/* Class = "NSButtonCell"; title = "Verify incoming sertificates (server side)"; ObjectID = "fyT-bU-m54"; */ +"fyT-bU-m54.title" = "Verify incoming sertificates (server side)"; + +/* Class = "NSTextFieldCell"; title = "Video codecs"; ObjectID = "gJs-aX-7Ox"; */ +"gJs-aX-7Ox.title" = "Video codecs"; + +/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "jgX-tQ-dIA"; */ +"jgX-tQ-dIA.title" = "Text Cell"; + +/* Class = "NSBox"; title = "Box"; ObjectID = "l86-cH-pp8"; */ +"l86-cH-pp8.title" = "Box"; + +/* Class = "NSTextFieldCell"; title = "Max"; ObjectID = "nh9-3y-CEI"; */ +"nh9-3y-CEI.title" = "Max"; + +/* Class = "NSTextFieldCell"; title = "Min"; ObjectID = "nq0-Js-9Cr"; */ +"nq0-Js-9Cr.title" = "Min"; + +/* Class = "NSButtonCell"; title = "Use custom address and port"; ObjectID = "nuq-Wl-sfd"; */ +"nuq-Wl-sfd.title" = "Use custom address and port"; + +/* Class = "NSTextFieldCell"; title = "TURN username"; ObjectID = "rMN-Wf-tmp"; */ +"rMN-Wf-tmp.title" = "TURN username"; + +/* Class = "NSButtonCell"; title = "Encrypt media streams(SRTP)"; ObjectID = "vCS-s8-mZI"; */ +"vCS-s8-mZI.title" = "Encrypt media streams(SRTP)"; + +/* Class = "NSButtonCell"; title = "Encrypt negotiation (TLS)"; ObjectID = "vZH-42-mUi"; */ +"vZH-42-mUi.title" = "Encrypt negotiation (TLS)"; + +/* Class = "NSTextFieldCell"; title = "Connectivity"; ObjectID = "vpo-fl-9TS"; */ +"vpo-fl-9TS.title" = "Connectivity"; + +/* Class = "NSTextFieldCell"; title = "Max"; ObjectID = "wq6-KV-8X3"; */ +"wq6-KV-8X3.title" = "Max"; + +/* Class = "NSBox"; title = "Box"; ObjectID = "wyZ-Hb-BNf"; */ +"wyZ-Hb-BNf.title" = "Box"; + +/* Class = "NSButtonCell"; title = "UPnP"; ObjectID = "x93-zk-hAW"; */ +"x93-zk-hAW.title" = "UPnP"; + +/* Class = "NSTextFieldCell"; title = "TURN password"; ObjectID = "xjL-Wb-7VN"; */ +"xjL-Wb-7VN.title" = "TURN password"; + +/* Class = "NSTextFieldCell"; title = "TLS protocol method"; ObjectID = "zBy-cW-KY3"; */ +"zBy-cW-KY3.title" = "TLS protocol method"; diff --git a/ui/id.lproj/AccRingGeneral.strings b/ui/id.lproj/AccRingGeneral.strings index 83ee486a45b0551a2b86d2c5a22412ebdd7c2b91..2649c5134e13d093d738758634510b26133e26a8 100644 --- a/ui/id.lproj/AccRingGeneral.strings +++ b/ui/id.lproj/AccRingGeneral.strings @@ -6,7 +6,7 @@ "6fI-98-VvQ.title" = "Banned Contacts"; /* Class = "NSButtonCell"; title = "Advanced"; ObjectID = "Hbq-nL-BhK"; */ -"Hbq-nL-BhK.title" = "Advanced"; +"Hbq-nL-BhK.title" = "Lanjutan"; /* Class = "NSButtonCell"; title = "Enable"; ObjectID = "Op4-XO-WsE"; */ "Op4-XO-WsE.title" = "Enable"; @@ -30,7 +30,7 @@ "fPK-Zv-Uom.title" = "Username:"; /* Class = "NSButtonCell"; title = "Register"; ObjectID = "gLp-qz-XYs"; */ -"gLp-qz-XYs.title" = "Register"; +"gLp-qz-XYs.title" = "Daftar"; /* Class = "NSBox"; title = "Box"; ObjectID = "gTn-6p-Gtk"; */ "gTn-6p-Gtk.title" = "Box"; diff --git a/ui/id.lproj/AccSipGeneral.strings b/ui/id.lproj/AccSipGeneral.strings index bcc348ce3033a98cb777dee2f871ab0f9513ec94..95c6a087acd35054e9a6fd9ffd218b95df37c556 100644 --- a/ui/id.lproj/AccSipGeneral.strings +++ b/ui/id.lproj/AccSipGeneral.strings @@ -1,6 +1,6 @@ /* Class = "NSTextFieldCell"; title = "Proxy"; ObjectID = "688-Sx-Gvr"; */ -"688-Sx-Gvr.title" = "Proxy"; +"688-Sx-Gvr.title" = "Proksi"; /* Class = "NSTextFieldCell"; title = "User Name"; ObjectID = "Fj6-Q3-Gz3"; */ "Fj6-Q3-Gz3.title" = "User Name"; @@ -15,7 +15,7 @@ "YAG-qB-4wH.placeholderString" = "Enter name"; /* Class = "NSTextFieldCell"; title = "Password"; ObjectID = "Yof-e7-IBF"; */ -"Yof-e7-IBF.title" = "Password"; +"Yof-e7-IBF.title" = "Kata sandi"; /* Class = "NSTextFieldCell"; title = "SIP Server"; ObjectID = "ZKc-70-TFH"; */ "ZKc-70-TFH.title" = "SIP Server"; @@ -24,7 +24,7 @@ "eQt-bc-Eev.title" = "Akun"; /* Class = "NSButtonCell"; title = "Advanced"; ObjectID = "iEr-fN-5vD"; */ -"iEr-fN-5vD.title" = "Advanced"; +"iEr-fN-5vD.title" = "Lanjutan"; /* Class = "NSButtonCell"; title = "Edit Account"; ObjectID = "jdU-uZ-Rfy"; */ "jdU-uZ-Rfy.title" = "Edit Account"; diff --git a/ui/id.lproj/AddSIPAccountVC.strings b/ui/id.lproj/AddSIPAccountVC.strings index ad72df01843c458f3533584cbeea71275c5462d9..a8700972f3054ef3e7d19d413b51e57f7ff7d039 100644 --- a/ui/id.lproj/AddSIPAccountVC.strings +++ b/ui/id.lproj/AddSIPAccountVC.strings @@ -3,10 +3,10 @@ "0UI-j5-0at.placeholderString" = "Enter SIP address"; /* Class = "NSTextFieldCell"; title = "Password"; ObjectID = "Aem-zQ-Ya3"; */ -"Aem-zQ-Ya3.title" = "Password"; +"Aem-zQ-Ya3.title" = "Kata sandi"; /* Class = "NSTextFieldCell"; placeholderString = "Enter password"; ObjectID = "DBU-zJ-vj6"; */ -"DBU-zJ-vj6.placeholderString" = "Enter password"; +"DBU-zJ-vj6.placeholderString" = "Masukan kata sandi"; /* Class = "NSButtonCell"; title = "Done"; ObjectID = "DJz-do-CJo"; */ "DJz-do-CJo.title" = "Done"; diff --git a/ui/id.lproj/ConnectToAccManagerVC.strings b/ui/id.lproj/ConnectToAccManagerVC.strings new file mode 100644 index 0000000000000000000000000000000000000000..dfbadff3e52dbad27f0c7ef29a9eeb7640d30e4b --- /dev/null +++ b/ui/id.lproj/ConnectToAccManagerVC.strings @@ -0,0 +1,24 @@ + +/* Class = "NSButtonCell"; title = "OK"; ObjectID = "0hI-Zx-4fT"; */ +"0hI-Zx-4fT.title" = "OK"; + +/* Class = "NSButtonCell"; title = "Cancel"; ObjectID = "BS9-U6-iDn"; */ +"BS9-U6-iDn.title" = "Cancel"; + +/* Class = "NSTextFieldCell"; title = "JAMS URL"; ObjectID = "CPa-dA-HYD"; */ +"CPa-dA-HYD.title" = "JAMS URL"; + +/* Class = "NSButtonCell"; title = "Ok"; ObjectID = "I8C-B9-2ET"; */ +"I8C-B9-2ET.title" = "Ok"; + +/* Class = "NSTextFieldCell"; title = "Username"; ObjectID = "Y8M-Jf-ek0"; */ +"Y8M-Jf-ek0.title" = "Nama pengguna"; + +/* Class = "NSTextFieldCell"; title = "An error occured, please check your password and username."; ObjectID = "eJ1-bg-xBl"; */ +"eJ1-bg-xBl.title" = "An error occured, please check your password and username."; + +/* Class = "NSTextFieldCell"; title = "Connecting..."; ObjectID = "hbE-9q-Hbm"; */ +"hbE-9q-Hbm.title" = "Connecting..."; + +/* Class = "NSTextFieldCell"; title = "Password"; ObjectID = "lea-ie-4Pv"; */ +"lea-ie-4Pv.title" = "Kata sandi"; diff --git a/ui/id.lproj/Conversation.strings b/ui/id.lproj/Conversation.strings index c68a940e35eda7210b1703806e2a4b9c86510926..839dd1ea0627c60c26c9fc7c44c873a5dc49014b 100644 --- a/ui/id.lproj/Conversation.strings +++ b/ui/id.lproj/Conversation.strings @@ -20,6 +20,9 @@ /* Class = "NSButton"; ibShadowedToolTip = "Start video call"; ObjectID = "cFH-d7-Erh"; */ "cFH-d7-Erh.ibShadowedToolTip" = "Start video call"; +/* Class = "NSButton"; ibShadowedToolTip = "Enable plugins"; ObjectID = "FvO-Yj-ry0"; */ +"FvO-Yj-ry0.ibShadowedToolTip" = "Enable plugins"; + /* Class = "NSBox"; title = "Box"; ObjectID = "ciI-CA-tly"; */ "ciI-CA-tly.title" = "Box"; diff --git a/ui/id.lproj/CurrentCall.strings b/ui/id.lproj/CurrentCall.strings index 6ea95c23dd33632a6bdca16a926081420a1d6bac..8aa993bc2a42b662676c4eab2d0e1a65a01ed2d0 100644 --- a/ui/id.lproj/CurrentCall.strings +++ b/ui/id.lproj/CurrentCall.strings @@ -20,6 +20,15 @@ /* Class = "NSButton"; ibShadowedToolTip = "Mute Video"; ObjectID = "LVS-yZ-98V"; */ "LVS-yZ-98V.ibShadowedToolTip" = "Mute Video"; +/* Class = "NSButton"; ibShadowedToolTip = "Select video device"; ObjectID = "Vcv-ia-VEy"; */ +"Vcv-ia-VEy.ibShadowedToolTip" = "Select video device"; + +/* Class = "NSButton"; ibShadowedToolTip = "Share"; ObjectID = "ZGn-Tc-sg3"; */ +"ZGn-Tc-sg3.ibShadowedToolTip" = "Share"; + +/* Class = "NSButton"; ibShadowedToolTip = "Enable plugins"; ObjectID = "YtG-ob-etP"; */ +"YtG-ob-etP.ibShadowedToolTip" = "Enable plugins"; + /* Class = "CocoaBindingsConnection"; ibShadowedMultipleValuesPlaceholder = "Send a message"; ObjectID = "NRc-5f-Ujc"; */ "NRc-5f-Ujc.ibShadowedMultipleValuesPlaceholder" = "Send a message"; @@ -33,7 +42,7 @@ "QYT-0n-4sw.ibShadowedToolTip" = "Rekam"; /* Class = "NSButton"; ibShadowedToolTip = "add contact to call"; ObjectID = "Vhk-fx-6RW"; */ -"Vhk-fx-6RW.ibShadowedToolTip" = "add contact to call"; +"Vhk-fx-6RW.ibShadowedToolTip" = "Add contact to call"; /* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "YGj-SP-ikj"; */ "YGj-SP-ikj.title" = "Text Cell"; @@ -65,8 +74,14 @@ /* Class = "NSButton"; ibShadowedToolTip = "Send"; ObjectID = "rqa-be-VIB"; */ "rqa-be-VIB.ibShadowedToolTip" = "Kirim"; -/* Class = "NSButton"; ibShadowedToolTip = "Mute Audio"; ObjectID = "tQl-cT-0Lb"; */ -"tQl-cT-0Lb.ibShadowedToolTip" = "Mute Audio"; +/* Class = "NSButton"; ibShadowedToolTip = "Select audio output device"; ObjectID = "Yma-O2-Ljp"; */ +"Yma-O2-Ljp.ibShadowedToolTip" = "Select audio output device"; + +/* Class = "NSButton"; ibShadowedToolTip = "Select audio input device"; ObjectID = "aMU-l3-xFT"; */ +"aMU-l3-xFT.ibShadowedToolTip" = "Select audio input device"; + +/* Class = "NSButton"; ibShadowedToolTip = "Mute microphone"; ObjectID = "N0A-rb-6rf"; */ +"N0A-rb-6rf.ibShadowedToolTip" = "Mute microphone"; /* Class = "NSTextFieldCell"; placeholderString = "Person name"; ObjectID = "ues-20-34k"; */ "ues-20-34k.placeholderString" = "Person name"; diff --git a/ui/id.lproj/ExportPasswordWindow.strings b/ui/id.lproj/ExportPasswordWindow.strings new file mode 100644 index 0000000000000000000000000000000000000000..a74b1d4e2db8301c068feb3bea5e61b599436159 --- /dev/null +++ b/ui/id.lproj/ExportPasswordWindow.strings @@ -0,0 +1,42 @@ + +/* Class = "CocoaBindingsConnection"; ibShadowedIsNilPlaceholder = "Password..."; ObjectID = "5cX-yS-4Sl"; */ +"5cX-yS-4Sl.ibShadowedIsNilPlaceholder" = "Password..."; + +/* Class = "CocoaBindingsConnection"; ibShadowedMultipleValuesPlaceholder = "Password..."; ObjectID = "5cX-yS-4Sl"; */ +"5cX-yS-4Sl.ibShadowedMultipleValuesPlaceholder" = "Password..."; + +/* Class = "CocoaBindingsConnection"; ibShadowedNoSelectionPlaceholder = "Password..."; ObjectID = "5cX-yS-4Sl"; */ +"5cX-yS-4Sl.ibShadowedNoSelectionPlaceholder" = "Password..."; + +/* Class = "CocoaBindingsConnection"; ibShadowedNotApplicablePlaceholder = "Password..."; ObjectID = "5cX-yS-4Sl"; */ +"5cX-yS-4Sl.ibShadowedNotApplicablePlaceholder" = "Password..."; + +/* Class = "NSTextFieldCell"; title = "Please provide your password to start"; ObjectID = "859-10-HEb"; */ +"859-10-HEb.title" = "Please provide your password to start"; + +/* Class = "NSWindow"; title = "Window"; ObjectID = "QvC-M9-y7g"; */ +"QvC-M9-y7g.title" = "Window"; + +/* Class = "NSButtonCell"; title = "OK"; ObjectID = "VN1-A3-RIh"; */ +"VN1-A3-RIh.title" = "OK"; + +/* Class = "NSButtonCell"; title = "Cancel"; ObjectID = "cSU-aD-OwX"; */ +"cSU-aD-OwX.title" = "Cancel"; + +/* Class = "NSButtonCell"; title = "OK"; ObjectID = "dfD-AK-f3R"; */ +"dfD-AK-f3R.title" = "OK"; + +/* Class = "NSTextFieldCell"; placeholderString = "error label"; ObjectID = "e7n-Ev-bK7"; */ +"e7n-Ev-bK7.placeholderString" = "error label"; + +/* Class = "NSButtonCell"; title = "OK"; ObjectID = "rW5-Il-5YD"; */ +"rW5-Il-5YD.title" = "OK"; + +/* Class = "NSTextFieldCell"; title = "Password"; ObjectID = "vwh-K9-3O9"; */ +"vwh-K9-3O9.title" = "Kata sandi"; + +/* Class = "NSTextFieldCell"; title = "Link another device to this account"; ObjectID = "wmv-sA-Mlh"; */ +"wmv-sA-Mlh.title" = "Link another device to this account"; + +/* Class = "NSSecureTextFieldCell"; placeholderString = "Password..."; ObjectID = "xqz-Uz-hqU"; */ +"xqz-Uz-hqU.placeholderString" = "Password..."; diff --git a/ui/id.lproj/Localizable.strings b/ui/id.lproj/Localizable.strings index b9354be966e76cd4461f2ac6b50aa5bd4d271bb2..68df81053d20fc3676d6541193c69af7b0d37d8a 100644 --- a/ui/id.lproj/Localizable.strings +++ b/ui/id.lproj/Localizable.strings @@ -41,7 +41,7 @@ "Canceled" = "Canceled"; /* Contextual menu entry */ -"Choose file" = "Choose file"; +"Stream file" = "Stream file"; /* Contextual menu action */ "Clear conversation" = "Clear conversation"; @@ -86,7 +86,7 @@ "Incoming message from %@" = "Incoming message from %@"; /* Text shown to user when his username is invalid to be registered */ -"Invalid username" = "Invalid username"; +"Invalid username" = "Nama pengguna tidak valid"; /* Text shown to user when his username is invalid to be registered */ "Invalid username." = "Invalid username."; @@ -149,7 +149,7 @@ "Stop recording" = "Stop recording"; /* File transfer successful label */ -"Success" = "Success"; +"Success" = "Sukses"; /* No comment provided by engineer. */ "Text Actions" = "Text Actions"; @@ -185,7 +185,7 @@ "Video permission not granted" = "Video permission not granted"; /* Welcome title */ -"Welcome to Jami" = "Welcome to Jami"; +"Welcome to Jami" = "Selamat datang di Jami"; /* Peer busy message */ "Would you like to leave a message?" = "Would you like to leave a message?"; @@ -281,7 +281,7 @@ "Open" = "Open"; /* Contextual menu for message */ -"Delete" = "Delete"; +"Delete" = "Hapus"; /* Contextual menu for message */ "Quick Look" = "Quick Look"; @@ -292,3 +292,15 @@ /* Contextual menu for message */ "Resend" = "Resend"; +/* In call status info */ +"Wants to talk to you" = "Wants to talk to you"; + +/* share button tooltip */ +"Stop screen sharing" = "Stop screen sharing"; + +/* share button tooltip */ +"Stop file streaming" = "Stop file streaming"; + +/* share button tooltip */ +"Share" = "Share"; + diff --git a/ui/id.lproj/MainMenu.strings b/ui/id.lproj/MainMenu.strings index ebec94834f4c6766e15371c44396db16b863e1a6..7f9481ea25881de05b0591feeb25ed052f876229 100644 --- a/ui/id.lproj/MainMenu.strings +++ b/ui/id.lproj/MainMenu.strings @@ -66,7 +66,7 @@ "201.title" = "Check Document Now"; /* Class = "NSMenuItem"; title = "Delete"; ObjectID = "202"; */ -"202.title" = "Delete"; +"202.title" = "Hapus"; /* Class = "NSMenuItem"; title = "Paste"; ObjectID = "203"; */ "203.title" = "Paste"; diff --git a/ui/id.lproj/MigrateRingAccountsWindow.strings b/ui/id.lproj/MigrateRingAccountsWindow.strings new file mode 100644 index 0000000000000000000000000000000000000000..071cb8f2407bb520cc1f366614a83377fe55aa39 --- /dev/null +++ b/ui/id.lproj/MigrateRingAccountsWindow.strings @@ -0,0 +1,51 @@ + +/* Class = "NSTextFieldCell"; title = "Account migration completed"; ObjectID = "1ob-x1-u74"; */ +"1ob-x1-u74.title" = "Account migration completed"; + +/* Class = "NSTextFieldCell"; placeholderString = "RingID"; ObjectID = "859-10-HEb"; */ +"859-10-HEb.placeholderString" = "RingID"; + +/* Class = "NSTextFieldCell"; title = "To proceed with the migration, you need to enter a password that was used for this account."; ObjectID = "859-10-HEb"; */ +"859-10-HEb.title" = "To proceed with the migration, you need to enter a password that was used for this account."; + +/* Class = "NSTextFieldCell"; title = "Account migration error"; ObjectID = "8K3-9Z-MKH"; */ +"8K3-9Z-MKH.title" = "Account migration error"; + +/* Class = "NSTextFieldCell"; title = "Congratulations, your account has been migrated with Success."; ObjectID = "C2l-rz-Gqt"; */ +"C2l-rz-Gqt.title" = "Congratulations, your account has been migrated with Success."; + +/* Class = "NSButtonCell"; title = "Delete this account"; ObjectID = "ITE-yD-CTb"; */ +"ITE-yD-CTb.title" = "Delete this account"; + +/* Class = "NSSecureTextFieldCell"; placeholderString = "Confirm your new password..."; ObjectID = "KuO-oT-zhY"; */ +"KuO-oT-zhY.placeholderString" = "Confirm your new password..."; + +/* Class = "NSButtonCell"; title = "OK"; ObjectID = "PT7-XI-WDR"; */ +"PT7-XI-WDR.title" = "OK"; + +/* Class = "NSButtonCell"; title = "Delete this account"; ObjectID = "QkU-T8-Xi6"; */ +"QkU-T8-Xi6.title" = "Delete this account"; + +/* Class = "NSWindow"; title = "Window"; ObjectID = "QvC-M9-y7g"; */ +"QvC-M9-y7g.title" = "Window"; + +/* Class = "NSButtonCell"; title = "OK"; ObjectID = "VN1-A3-RIh"; */ +"VN1-A3-RIh.title" = "OK"; + +/* Class = "NSTextFieldCell"; title = "Confirmation"; ObjectID = "aOa-1q-AZe"; */ +"aOa-1q-AZe.title" = "Confirmation"; + +/* Class = "NSTextFieldCell"; placeholderString = "error label"; ObjectID = "e7n-Ev-bK7"; */ +"e7n-Ev-bK7.placeholderString" = "error label"; + +/* Class = "NSButtonCell"; title = "Migrate"; ObjectID = "rW5-Il-5YD"; */ +"rW5-Il-5YD.title" = "Migrate"; + +/* Class = "NSTextFieldCell"; title = "Password"; ObjectID = "vwh-K9-3O9"; */ +"vwh-K9-3O9.title" = "Kata sandi"; + +/* Class = "NSTextFieldCell"; title = "Account migration required"; ObjectID = "wmv-sA-Mlh"; */ +"wmv-sA-Mlh.title" = "Account migration required"; + +/* Class = "NSSecureTextFieldCell"; placeholderString = "Password..."; ObjectID = "xqz-Uz-hqU"; */ +"xqz-Uz-hqU.placeholderString" = "Password..."; diff --git a/ui/id.lproj/PasswordChange.strings b/ui/id.lproj/PasswordChange.strings index 8ca4d341773c99efe31a40b26719e659e20530b5..fb3519f214066be7433ac662ba6da9c4172bef95 100644 --- a/ui/id.lproj/PasswordChange.strings +++ b/ui/id.lproj/PasswordChange.strings @@ -3,7 +3,7 @@ "1Bs-Te-34p.placeholderString" = "Repeat a new password"; /* Class = "NSTextFieldCell"; title = "Change Password"; ObjectID = "4Uf-yO-9X8"; */ -"4Uf-yO-9X8.title" = "Change Password"; +"4Uf-yO-9X8.title" = "Ubah kata sandi"; /* Class = "NSSecureTextFieldCell"; placeholderString = "Enter a new password"; ObjectID = "4aD-Xd-zHS"; */ "4aD-Xd-zHS.placeholderString" = "Enter a new password"; diff --git a/ui/id.lproj/PersonLinker.strings b/ui/id.lproj/PersonLinker.strings new file mode 100644 index 0000000000000000000000000000000000000000..993c2e074858138e964dfe83639f8764fa043fbd --- /dev/null +++ b/ui/id.lproj/PersonLinker.strings @@ -0,0 +1,24 @@ + +/* Class = "NSTextFieldCell"; placeholderString = "Display Role"; ObjectID = "Jcn-cg-rbR"; */ +"Jcn-cg-rbR.placeholderString" = "Display Role"; + +/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "M4f-N4-msh"; */ +"M4f-N4-msh.title" = "Text Cell"; + +/* Class = "NSTextFieldCell"; placeholderString = "Contact Method"; ObjectID = "a9R-r5-K3w"; */ +"a9R-r5-K3w.placeholderString" = "Contact Method"; + +/* Class = "NSTextFieldCell"; placeholderString = "Last name..."; ObjectID = "cGT-nu-sPa"; */ +"cGT-nu-sPa.placeholderString" = "Last name..."; + +/* Class = "NSButtonCell"; title = "Add new contact"; ObjectID = "had-9Y-eza"; */ +"had-9Y-eza.title" = "Add new contact"; + +/* Class = "NSButtonCell"; title = "Create"; ObjectID = "qZc-Z2-TpP"; */ +"qZc-Z2-TpP.title" = "Buat"; + +/* Class = "NSTextFieldCell"; title = "New Contact"; ObjectID = "v7b-de-MVd"; */ +"v7b-de-MVd.title" = "New Contact"; + +/* Class = "NSTextFieldCell"; placeholderString = "First name..."; ObjectID = "vyb-95-XaF"; */ +"vyb-95-XaF.placeholderString" = "First name..."; diff --git a/ui/id.lproj/PreferencesWindow.strings b/ui/id.lproj/PreferencesWindow.strings index 0c3c47735452d29c481d06514c21f1fdf3549789..faed2db67783f952fbdec92fb8b0b5b7690f2742 100644 --- a/ui/id.lproj/PreferencesWindow.strings +++ b/ui/id.lproj/PreferencesWindow.strings @@ -3,16 +3,16 @@ "C1T-wE-wxb.title" = "Jami Preferences"; /* Class = "NSToolbarItem"; label = "General"; ObjectID = "GQi-nL-0Ey"; */ -"GQi-nL-0Ey.label" = "General"; +"GQi-nL-0Ey.label" = "Umum"; /* Class = "NSToolbarItem"; paletteLabel = "General"; ObjectID = "GQi-nL-0Ey"; */ -"GQi-nL-0Ey.paletteLabel" = "General"; +"GQi-nL-0Ey.paletteLabel" = "Umum"; /* Class = "NSToolbarItem"; label = "Advanced"; ObjectID = "Qza-fj-d45"; */ -"Qza-fj-d45.label" = "Advanced"; +"Qza-fj-d45.label" = "Lanjutan"; /* Class = "NSToolbarItem"; paletteLabel = "Advanced"; ObjectID = "Qza-fj-d45"; */ -"Qza-fj-d45.paletteLabel" = "Advanced"; +"Qza-fj-d45.paletteLabel" = "Lanjutan"; /* Class = "NSToolbarItem"; label = "Audio"; ObjectID = "iuJ-eu-b7f"; */ "iuJ-eu-b7f.label" = "Suara"; @@ -25,3 +25,10 @@ /* Class = "NSToolbarItem"; paletteLabel = "Video"; ObjectID = "jLi-an-TR2"; */ "jLi-an-TR2.paletteLabel" = "Video"; + +/* Class = "NSToolbarItem"; label = "Plugins"; ObjectID = "zzE-XA-cFn"; */ +"zzE-XA-cFn.label" = "Plugins"; + +/* Class = "NSToolbarItem"; paletteLabel = "Plugins"; ObjectID = "zzE-XA-cFn"; */ +"zzE-XA-cFn.paletteLabel" = "Plugins"; + diff --git a/ui/id.lproj/RegisterNameWindow.strings b/ui/id.lproj/RegisterNameWindow.strings new file mode 100644 index 0000000000000000000000000000000000000000..bbf9543d2e3ff2570d3f6f6ef4c30afc69d56b3c --- /dev/null +++ b/ui/id.lproj/RegisterNameWindow.strings @@ -0,0 +1,51 @@ + +/* Class = "NSTextFieldCell"; title = "Other users can use it instead of your ID"; ObjectID = "9gi-0u-67t"; */ +"9gi-0u-67t.title" = "Other users can use it instead of your ID"; + +/* Class = "NSTextFieldCell"; title = "An error occured during your username registration"; ObjectID = "Aeh-tK-RjX"; */ +"Aeh-tK-RjX.title" = "An error occured during your username registration"; + +/* Class = "NSWindow"; title = "Window"; ObjectID = "JWw-7m-ywL"; */ +"JWw-7m-ywL.title" = "Window"; + +/* Class = "CocoaBindingsConnection"; ibShadowedIsNilPlaceholder = "Enter password..."; ObjectID = "JkL-9W-ex1"; */ +"JkL-9W-ex1.ibShadowedIsNilPlaceholder" = "Enter password..."; + +/* Class = "CocoaBindingsConnection"; ibShadowedMultipleValuesPlaceholder = "Enter password..."; ObjectID = "JkL-9W-ex1"; */ +"JkL-9W-ex1.ibShadowedMultipleValuesPlaceholder" = "Enter password..."; + +/* Class = "CocoaBindingsConnection"; ibShadowedNoSelectionPlaceholder = "Enter password..."; ObjectID = "JkL-9W-ex1"; */ +"JkL-9W-ex1.ibShadowedNoSelectionPlaceholder" = "Enter password..."; + +/* Class = "CocoaBindingsConnection"; ibShadowedNotApplicablePlaceholder = "Enter password..."; ObjectID = "JkL-9W-ex1"; */ +"JkL-9W-ex1.ibShadowedNotApplicablePlaceholder" = "Enter password..."; + +/* Class = "NSTextFieldCell"; title = "Just a moment..."; ObjectID = "YIN-YL-JBs"; */ +"YIN-YL-JBs.title" = "Just a moment..."; + +/* Class = "NSTextFieldCell"; placeholderString = "Enter username..."; ObjectID = "bdC-Uc-Qhs"; */ +"bdC-Uc-Qhs.placeholderString" = "Enter username..."; + +/* Class = "NSButtonCell"; title = "Cancel"; ObjectID = "cbA-c2-LlV"; */ +"cbA-c2-LlV.title" = "Cancel"; + +/* Class = "NSTextFieldCell"; title = "Password"; ObjectID = "egF-LJ-khJ"; */ +"egF-LJ-khJ.title" = "Kata sandi"; + +/* Class = "NSButtonCell"; title = "Cancel"; ObjectID = "eoS-s7-b3w"; */ +"eoS-s7-b3w.title" = "Cancel"; + +/* Class = "NSButtonCell"; title = "Ok"; ObjectID = "fOn-FV-2x8"; */ +"fOn-FV-2x8.title" = "Ok"; + +/* Class = "NSButtonCell"; title = "Register"; ObjectID = "lT3-Bh-MnL"; */ +"lT3-Bh-MnL.title" = "Daftar"; + +/* Class = "NSTextFieldCell"; title = "Username"; ObjectID = "lo5-ei-wHM"; */ +"lo5-ei-wHM.title" = "Nama pengguna"; + +/* Class = "NSTextFieldCell"; placeholderString = "Enter password..."; ObjectID = "nFA-uz-WjI"; */ +"nFA-uz-WjI.placeholderString" = "Enter password..."; + +/* Class = "NSTextFieldCell"; title = "Register a public username "; ObjectID = "tje-EZ-ZPI"; */ +"tje-EZ-ZPI.title" = "Register a public username "; diff --git a/ui/id.lproj/RingWizard.strings b/ui/id.lproj/RingWizard.strings index 7dae92fbcf6f68c5fd0335bbf401a62539fb39cd..abac2f5203ba8b5991e2de0e2bdb885d9c719e60 100644 --- a/ui/id.lproj/RingWizard.strings +++ b/ui/id.lproj/RingWizard.strings @@ -1,6 +1,6 @@ /* Class = "NSTextFieldCell"; title = "Welcome to Jami"; ObjectID = "2mM-yx-BfM"; */ -"2mM-yx-BfM.title" = "Welcome to Jami"; +"2mM-yx-BfM.title" = "Selamat datang di Jami"; /* Class = "NSWindow"; title = "Ring"; ObjectID = "4LP-GX-BkH"; */ "4LP-GX-BkH.title" = "Ring"; diff --git a/ui/id.lproj/RingWizardChoose.strings b/ui/id.lproj/RingWizardChoose.strings index 4b55a38fd45553f9f365d9b11155a79b50cfe15b..ab942a29c3f46abc707b05d4b9353ac6b305b9f6 100644 --- a/ui/id.lproj/RingWizardChoose.strings +++ b/ui/id.lproj/RingWizardChoose.strings @@ -1,9 +1,24 @@ +/* Class = "NSButtonCell"; title = "Connect to a JAMS server"; ObjectID = "HGQ-Kd-WIw"; */ +"HGQ-Kd-WIw.title" = "Connect to a JAMS server"; + /* Class = "NSButtonCell"; title = "Cancel"; ObjectID = "YJ3-7G-cU1"; */ "YJ3-7G-cU1.title" = "Cancel"; -/* Class = "NSButtonCell"; title = "Link this device to an account"; ObjectID = "Z9K-mD-ucr"; */ -"Z9K-mD-ucr.title" = "Link this device to an account"; +/* Class = "NSButtonCell"; title = "Import from other device"; ObjectID = "Z9K-mD-ucr"; */ +"Z9K-mD-ucr.title" = "Import from other device"; + +/* Class = "NSButtonCell"; title = "Create a Jami account"; ObjectID = "k1T-a7-yZD"; */ +"k1T-a7-yZD.title" = "Buat akun Jami"; + +/* Class = "NSButtonCell"; title = "Import from archive backup"; ObjectID = "rtw-Db-BWL"; */ +"rtw-Db-BWL.title" = "Import from archive backup"; + +/* Class = "NSButtonCell"; title = "Advanced…"; ObjectID = "vCj-67-PGK"; */ +"vCj-67-PGK.title" = "Advanced…"; + +/* Class = "NSButtonCell"; title = "Add a new SIP account"; ObjectID = "yBt-Bv-fi2"; */ +"yBt-Bv-fi2.title" = "Add a new SIP account"; -/* Class = "NSButtonCell"; title = "Create a Ring account"; ObjectID = "k1T-a7-yZD"; */ -"k1T-a7-yZD.title" = "Buat akun Ring"; +/* Class = "NSButtonCell"; title = "Create a rendezvous point"; ObjectID = "YDj-ss-AYE"; */ +"YDj-ss-AYE.title" = "Create a rendezvous point"; diff --git a/ui/id.lproj/RingWizardLinkAccount.strings b/ui/id.lproj/RingWizardLinkAccount.strings new file mode 100644 index 0000000000000000000000000000000000000000..f6573247b32b1c233c7b82ee5afc8e8adf201765 --- /dev/null +++ b/ui/id.lproj/RingWizardLinkAccount.strings @@ -0,0 +1,57 @@ + +/* Class = "NSTextFieldCell"; title = "\tYou can import your account from the another device, but first, you need to obtain a PIN code. \n\tTo generate the PIN code, go to the account management setting of a previous device, choose the Jami account to use and select \"Link another device to this account\". You will get the necessary PIN to complete this form. The PIN is only valid for 10 minutes."; ObjectID = "2uK-1s-tk7"; */ +"2uK-1s-tk7.title" = "\tYou can import your account from the another device, but first, you need to obtain a PIN code. \n\tTo generate the PIN code, go to the account management setting of a previous device, choose the Jami account to use and select \"Link another device to this account\". You will get the necessary PIN to complete this form. The PIN is only valid for 10 minutes."; + +/* Class = "NSTextFieldCell"; title = "Enter your PIN"; ObjectID = "3ik-rY-Gig"; */ +"3ik-rY-Gig.title" = "Enter your PIN"; + +/* Class = "NSButtonCell"; title = "Link"; ObjectID = "8b8-bt-eAj"; */ +"8b8-bt-eAj.title" = "Link"; + +/* Class = "NSTextFieldCell"; title = "An error occured, please check your password and pin."; ObjectID = "DyG-SJ-U1Q"; */ +"DyG-SJ-U1Q.title" = "An error occured, please check your password and pin."; + +/* Class = "NSButtonCell"; title = "Cancel"; ObjectID = "Pcj-BY-tou"; */ +"Pcj-BY-tou.title" = "Cancel"; + +/* Class = "NSTextFieldCell"; title = "Enter password"; ObjectID = "U2K-fu-INc"; */ +"U2K-fu-INc.title" = "Masukan kata sandi"; + +/* Class = "CocoaBindingsConnection"; ibShadowedIsNilPlaceholder = "Password..."; ObjectID = "WlR-QM-tK4"; */ +"WlR-QM-tK4.ibShadowedIsNilPlaceholder" = "Password..."; + +/* Class = "CocoaBindingsConnection"; ibShadowedMultipleValuesPlaceholder = "Password..."; ObjectID = "WlR-QM-tK4"; */ +"WlR-QM-tK4.ibShadowedMultipleValuesPlaceholder" = "Password..."; + +/* Class = "CocoaBindingsConnection"; ibShadowedNoSelectionPlaceholder = "Password..."; ObjectID = "WlR-QM-tK4"; */ +"WlR-QM-tK4.ibShadowedNoSelectionPlaceholder" = "Password..."; + +/* Class = "CocoaBindingsConnection"; ibShadowedNotApplicablePlaceholder = "Password..."; ObjectID = "WlR-QM-tK4"; */ +"WlR-QM-tK4.ibShadowedNotApplicablePlaceholder" = "Password..."; + +/* Class = "NSButtonCell"; title = "Select file"; ObjectID = "XJE-cy-nfQ"; */ +"XJE-cy-nfQ.title" = "Select file"; + +/* Class = "NSTextFieldCell"; title = "Import archive file"; ObjectID = "kXa-FL-Enf"; */ +"kXa-FL-Enf.title" = "Import archive file"; + +/* Class = "NSTextFieldCell"; title = "\tYou can directly import your account from an archive file on your device."; ObjectID = "kfe-m7-MTT"; */ +"kfe-m7-MTT.title" = "\tYou can directly import your account from an archive file on your device."; + +/* Class = "NSButtonCell"; title = "OK"; ObjectID = "t12-O0-kcf"; */ +"t12-O0-kcf.title" = "OK"; + +/* Class = "CocoaBindingsConnection"; ibShadowedIsNilPlaceholder = "PIN"; ObjectID = "vVf-hg-sWk"; */ +"vVf-hg-sWk.ibShadowedIsNilPlaceholder" = "PIN"; + +/* Class = "CocoaBindingsConnection"; ibShadowedMultipleValuesPlaceholder = "PIN"; ObjectID = "vVf-hg-sWk"; */ +"vVf-hg-sWk.ibShadowedMultipleValuesPlaceholder" = "PIN"; + +/* Class = "CocoaBindingsConnection"; ibShadowedNoSelectionPlaceholder = "PIN"; ObjectID = "vVf-hg-sWk"; */ +"vVf-hg-sWk.ibShadowedNoSelectionPlaceholder" = "PIN"; + +/* Class = "CocoaBindingsConnection"; ibShadowedNotApplicablePlaceholder = "PIN"; ObjectID = "vVf-hg-sWk"; */ +"vVf-hg-sWk.ibShadowedNotApplicablePlaceholder" = "PIN"; + +/* Class = "NSTextFieldCell"; title = "Linking..."; ObjectID = "zWn-4H-ODH"; */ +"zWn-4H-ODH.title" = "Linking..."; diff --git a/ui/id.lproj/RingWizardNewAccount.strings b/ui/id.lproj/RingWizardNewAccount.strings index e85d4e5d4839dea723f2c9096b6c8e2eecd19d3d..324806b45203ca139bb9eb49c3420b21d41b6423 100644 --- a/ui/id.lproj/RingWizardNewAccount.strings +++ b/ui/id.lproj/RingWizardNewAccount.strings @@ -18,7 +18,7 @@ "93I-zf-xAk.ibShadowedNotApplicablePlaceholder" = "Repeat password..."; /* Class = "NSButtonCell"; title = "Register public username"; ObjectID = "AG5-GR-bii"; */ -"AG5-GR-bii.title" = "Register public username"; +"AG5-GR-bii.title" = "Daftar nama pengguna publik"; /* Class = "NSTextFieldCell"; placeholderString = "Repeat password"; ObjectID = "BCg-5V-Ek4"; */ "BCg-5V-Ek4.placeholderString" = "Repeat password"; @@ -72,4 +72,4 @@ "zUH-kc-cik.title" = "This password will be used to encrypt your account data and link new devices to your account. It is not mandatory but recommended to set one."; /* Class = "NSButtonCell"; title = "Create"; ObjectID = "zfA-n9-V4X"; */ -"zfA-n9-V4X.title" = "Create"; +"zfA-n9-V4X.title" = "Buat"; diff --git a/ui/ig.lproj/Conversation.strings b/ui/ig.lproj/Conversation.strings index 5f93b7bf3cec03e65498bd7116c8ce9f5eb4bbf9..e7955979eceaf76a1d51958d0e7c1cfbf3e5ed51 100644 --- a/ui/ig.lproj/Conversation.strings +++ b/ui/ig.lproj/Conversation.strings @@ -20,6 +20,9 @@ /* Class = "NSButton"; ibShadowedToolTip = "Start video call"; ObjectID = "cFH-d7-Erh"; */ "cFH-d7-Erh.ibShadowedToolTip" = "Start video call"; +/* Class = "NSButton"; ibShadowedToolTip = "Enable plugins"; ObjectID = "FvO-Yj-ry0"; */ +"FvO-Yj-ry0.ibShadowedToolTip" = "Enable plugins"; + /* Class = "NSBox"; title = "Box"; ObjectID = "ciI-CA-tly"; */ "ciI-CA-tly.title" = "Box"; diff --git a/ui/ig.lproj/CurrentCall.strings b/ui/ig.lproj/CurrentCall.strings index 4c533ccb9dc443377c4a8595c74a3ef41bbd9b79..3b529edaea06c54e8b2c97d29bbc40b2f993aa4c 100644 --- a/ui/ig.lproj/CurrentCall.strings +++ b/ui/ig.lproj/CurrentCall.strings @@ -20,6 +20,15 @@ /* Class = "NSButton"; ibShadowedToolTip = "Mute Video"; ObjectID = "LVS-yZ-98V"; */ "LVS-yZ-98V.ibShadowedToolTip" = "Mute Video"; +/* Class = "NSButton"; ibShadowedToolTip = "Select video device"; ObjectID = "Vcv-ia-VEy"; */ +"Vcv-ia-VEy.ibShadowedToolTip" = "Select video device"; + +/* Class = "NSButton"; ibShadowedToolTip = "Share"; ObjectID = "ZGn-Tc-sg3"; */ +"ZGn-Tc-sg3.ibShadowedToolTip" = "Share"; + +/* Class = "NSButton"; ibShadowedToolTip = "Enable plugins"; ObjectID = "YtG-ob-etP"; */ +"YtG-ob-etP.ibShadowedToolTip" = "Enable plugins"; + /* Class = "CocoaBindingsConnection"; ibShadowedMultipleValuesPlaceholder = "Send a message"; ObjectID = "NRc-5f-Ujc"; */ "NRc-5f-Ujc.ibShadowedMultipleValuesPlaceholder" = "Send a message"; @@ -33,7 +42,7 @@ "QYT-0n-4sw.ibShadowedToolTip" = "Record"; /* Class = "NSButton"; ibShadowedToolTip = "add contact to call"; ObjectID = "Vhk-fx-6RW"; */ -"Vhk-fx-6RW.ibShadowedToolTip" = "add contact to call"; +"Vhk-fx-6RW.ibShadowedToolTip" = "Add contact to call"; /* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "YGj-SP-ikj"; */ "YGj-SP-ikj.title" = "Text Cell"; @@ -65,8 +74,14 @@ /* Class = "NSButton"; ibShadowedToolTip = "Send"; ObjectID = "rqa-be-VIB"; */ "rqa-be-VIB.ibShadowedToolTip" = "Zie"; -/* Class = "NSButton"; ibShadowedToolTip = "Mute Audio"; ObjectID = "tQl-cT-0Lb"; */ -"tQl-cT-0Lb.ibShadowedToolTip" = "Mute Audio"; +/* Class = "NSButton"; ibShadowedToolTip = "Select audio output device"; ObjectID = "Yma-O2-Ljp"; */ +"Yma-O2-Ljp.ibShadowedToolTip" = "Select audio output device"; + +/* Class = "NSButton"; ibShadowedToolTip = "Select audio input device"; ObjectID = "aMU-l3-xFT"; */ +"aMU-l3-xFT.ibShadowedToolTip" = "Select audio input device"; + +/* Class = "NSButton"; ibShadowedToolTip = "Mute microphone"; ObjectID = "N0A-rb-6rf"; */ +"N0A-rb-6rf.ibShadowedToolTip" = "Mute microphone"; /* Class = "NSTextFieldCell"; placeholderString = "Person name"; ObjectID = "ues-20-34k"; */ "ues-20-34k.placeholderString" = "Person name"; diff --git a/ui/ig.lproj/Localizable.strings b/ui/ig.lproj/Localizable.strings index 5169c127033f322b32a8097a9bface78667ef3a1..f1e2252fc0895d6c2c26cbfaf8e1429b7d3ff91d 100644 --- a/ui/ig.lproj/Localizable.strings +++ b/ui/ig.lproj/Localizable.strings @@ -41,7 +41,7 @@ "Canceled" = "Canceled"; /* Contextual menu entry */ -"Choose file" = "Choose file"; +"Stream file" = "Stream file"; /* Contextual menu action */ "Clear conversation" = "Clear conversation"; @@ -292,3 +292,15 @@ /* Contextual menu for message */ "Resend" = "Resend"; +/* In call status info */ +"Wants to talk to you" = "Wants to talk to you"; + +/* share button tooltip */ +"Stop screen sharing" = "Stop screen sharing"; + +/* share button tooltip */ +"Stop file streaming" = "Stop file streaming"; + +/* share button tooltip */ +"Share" = "Share"; + diff --git a/ui/it.lproj/AccAdvancedRing.strings b/ui/it.lproj/AccAdvancedRing.strings index 85e241516e9769bca6887d00b0ce7c4303dac256..22235b39a2e813457795db92cc5dffbfe88e945b 100644 --- a/ui/it.lproj/AccAdvancedRing.strings +++ b/ui/it.lproj/AccAdvancedRing.strings @@ -1,6 +1,6 @@ /* Class = "NSButtonCell"; title = "Allow incoming calls from unknown contacts"; ObjectID = "1Xr-BO-Pu3"; */ -"1Xr-BO-Pu3.title" = "Consenti chiamate in arrivo da contatti sconosciuti"; +"1Xr-BO-Pu3.title" = "Consenti chiamate in arrivo da utenti sconosciuti"; /* Class = "NSButtonCell"; title = "UPnP"; ObjectID = "25Q-c1-ld3"; */ "25Q-c1-ld3.title" = "UPnP"; diff --git a/ui/it.lproj/Conversation.strings b/ui/it.lproj/Conversation.strings index 3f61a0b071decabde4abc7f9cc47843313f08a85..3b21cbc420f4e41021f2801113ee7d118ad424f5 100644 --- a/ui/it.lproj/Conversation.strings +++ b/ui/it.lproj/Conversation.strings @@ -3,7 +3,7 @@ "8sX-aI-9OG.title" = "🙂"; /* Class = "NSButton"; ibShadowedToolTip = "Record a video message"; ObjectID = "B6d-Sc-UTp"; */ -"B6d-Sc-UTp.ibShadowedToolTip" = "Record a video message"; +"B6d-Sc-UTp.ibShadowedToolTip" = "Registra un videomessaggio"; /* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "FgV-iF-gGQ"; */ "FgV-iF-gGQ.title" = "Text Cell"; @@ -12,13 +12,16 @@ "Ilz-7v-2fr.placeholderString" = "Send a message"; /* Class = "NSButton"; ibShadowedToolTip = "Start audio call"; ObjectID = "RuH-fO-poy"; */ -"RuH-fO-poy.ibShadowedToolTip" = "Start audio call"; +"RuH-fO-poy.ibShadowedToolTip" = "Avvia chiamata vocale"; /* Class = "NSButton"; ibShadowedToolTip = "Send"; ObjectID = "UJf-cF-RAo"; */ "UJf-cF-RAo.ibShadowedToolTip" = "Invia"; /* Class = "NSButton"; ibShadowedToolTip = "Start video call"; ObjectID = "cFH-d7-Erh"; */ -"cFH-d7-Erh.ibShadowedToolTip" = "Start video call"; +"cFH-d7-Erh.ibShadowedToolTip" = "Avvia videochiamata"; + +/* Class = "NSButton"; ibShadowedToolTip = "Enable plugins"; ObjectID = "FvO-Yj-ry0"; */ +"FvO-Yj-ry0.ibShadowedToolTip" = "Attiva plugin"; /* Class = "NSBox"; title = "Box"; ObjectID = "ciI-CA-tly"; */ "ciI-CA-tly.title" = "Box"; @@ -42,7 +45,7 @@ "pRL-vb-me9.title" = "Box"; /* Class = "NSButton"; ibShadowedToolTip = "Record an audio message"; ObjectID = "wYE-S3-AzD"; */ -"wYE-S3-AzD.ibShadowedToolTip" = "Record an audio message"; +"wYE-S3-AzD.ibShadowedToolTip" = "Registra un messaggio vocale"; /* Class = "CocoaBindingsConnection"; ibShadowedIsNilPlaceholder = "Type a message"; ObjectID = "zK1-Ee-EWS"; */ "zK1-Ee-EWS.ibShadowedIsNilPlaceholder" = "Scrivi un messaggio"; diff --git a/ui/it.lproj/CurrentCall.strings b/ui/it.lproj/CurrentCall.strings index 648041904e512caabe72df72e379f67db7c12d7c..1e490946182becae2f891e39d1fd50586c4d4a0d 100644 --- a/ui/it.lproj/CurrentCall.strings +++ b/ui/it.lproj/CurrentCall.strings @@ -18,7 +18,16 @@ "Kjq-iM-NBL.ibShadowedToolTip" = "Riattacca"; /* Class = "NSButton"; ibShadowedToolTip = "Mute Video"; ObjectID = "LVS-yZ-98V"; */ -"LVS-yZ-98V.ibShadowedToolTip" = "Mute Video"; +"LVS-yZ-98V.ibShadowedToolTip" = "Disattiva videocamera"; + +/* Class = "NSButton"; ibShadowedToolTip = "Select video device"; ObjectID = "Vcv-ia-VEy"; */ +"Vcv-ia-VEy.ibShadowedToolTip" = "Select video device"; + +/* Class = "NSButton"; ibShadowedToolTip = "Share"; ObjectID = "ZGn-Tc-sg3"; */ +"ZGn-Tc-sg3.ibShadowedToolTip" = "Condividi"; + +/* Class = "NSButton"; ibShadowedToolTip = "Enable plugins"; ObjectID = "YtG-ob-etP"; */ +"YtG-ob-etP.ibShadowedToolTip" = "Attiva plugin"; /* Class = "CocoaBindingsConnection"; ibShadowedMultipleValuesPlaceholder = "Send a message"; ObjectID = "NRc-5f-Ujc"; */ "NRc-5f-Ujc.ibShadowedMultipleValuesPlaceholder" = "Send a message"; @@ -33,7 +42,7 @@ "QYT-0n-4sw.ibShadowedToolTip" = "Registra"; /* Class = "NSButton"; ibShadowedToolTip = "add contact to call"; ObjectID = "Vhk-fx-6RW"; */ -"Vhk-fx-6RW.ibShadowedToolTip" = "add contact to call"; +"Vhk-fx-6RW.ibShadowedToolTip" = "Add contact to call"; /* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "YGj-SP-ikj"; */ "YGj-SP-ikj.title" = "Text Cell"; @@ -65,8 +74,14 @@ /* Class = "NSButton"; ibShadowedToolTip = "Send"; ObjectID = "rqa-be-VIB"; */ "rqa-be-VIB.ibShadowedToolTip" = "Invia"; -/* Class = "NSButton"; ibShadowedToolTip = "Mute Audio"; ObjectID = "tQl-cT-0Lb"; */ -"tQl-cT-0Lb.ibShadowedToolTip" = "Mute Audio"; +/* Class = "NSButton"; ibShadowedToolTip = "Select audio output device"; ObjectID = "Yma-O2-Ljp"; */ +"Yma-O2-Ljp.ibShadowedToolTip" = "Seleziona il dispositivo di uscita audio"; + +/* Class = "NSButton"; ibShadowedToolTip = "Select audio input device"; ObjectID = "aMU-l3-xFT"; */ +"aMU-l3-xFT.ibShadowedToolTip" = "Seleziona il dispositivo di ingresso audio"; + +/* Class = "NSButton"; ibShadowedToolTip = "Mute microphone"; ObjectID = "N0A-rb-6rf"; */ +"N0A-rb-6rf.ibShadowedToolTip" = "Disattiva microfono"; /* Class = "NSTextFieldCell"; placeholderString = "Person name"; ObjectID = "ues-20-34k"; */ "ues-20-34k.placeholderString" = "Person name"; diff --git a/ui/it.lproj/Localizable.strings b/ui/it.lproj/Localizable.strings index 301558610f9cfaa12992c0a11afbd95eea2b7f3e..0060084ec52cfdbbe24a665af5bcaf3df1d1d74b 100644 --- a/ui/it.lproj/Localizable.strings +++ b/ui/it.lproj/Localizable.strings @@ -41,7 +41,7 @@ "Canceled" = "Canceled"; /* Contextual menu entry */ -"Choose file" = "Scegli un file"; +"Stream file" = "Stream file"; /* Contextual menu action */ "Clear conversation" = "Clear conversation"; @@ -74,10 +74,10 @@ "ID: " = "ID: "; /* link account title */ -"Import from backup" = "Importa da backup"; +"Import from backup" = "Importa dal backup"; /* link account title */ -"Import from other device" = "Import from other device"; +"Import from other device" = "Importa da un altro dispositivo"; /* Incoming call from {Name} */ "Incoming call from %@" = "Incoming call from %@"; @@ -224,7 +224,7 @@ "Hangup" = "Riattacare"; /* Conference action */ -"Mute audio" = "Dissativa microfono"; +"Mute audio" = "Disattiva microfono"; /* Conference action */ "Set moderator" = "Metti un moderatore"; @@ -254,7 +254,7 @@ "Expand" = "Expand"; /* conference tooltip mute Mute audio */ -"Mute audio" = "Dissativa microfono"; +"Mute audio" = "Disattiva microfono"; /* conference tooltip mute Hangup */ "Hangup" = "Riattacare"; @@ -263,7 +263,7 @@ "Set moderator" = "Metti un moderatore"; /* conference state tooltip Audio muted */ -"Audio muted" = "Audio muted"; +"Audio muted" = "Microfono disattivato"; /* conference state tooltip organiser */ "Conference Organiser" = "Organizzatore della conferenza"; @@ -292,3 +292,15 @@ /* Contextual menu for message */ "Resend" = "Invia di nuovo"; +/* In call status info */ +"Wants to talk to you" = "Wants to talk to you"; + +/* share button tooltip */ +"Stop screen sharing" = "Stop screen sharing"; + +/* share button tooltip */ +"Stop file streaming" = "Stop file streaming"; + +/* share button tooltip */ +"Share" = "Condividi"; + diff --git a/ui/it.lproj/PreferencesWindow.strings b/ui/it.lproj/PreferencesWindow.strings index e061e64f110466dd5923772c159abdf80b04f69a..05adcf27ee9457c4c4cbb9a46b1b5bbd1546ac9b 100644 --- a/ui/it.lproj/PreferencesWindow.strings +++ b/ui/it.lproj/PreferencesWindow.strings @@ -25,3 +25,10 @@ /* Class = "NSToolbarItem"; paletteLabel = "Video"; ObjectID = "jLi-an-TR2"; */ "jLi-an-TR2.paletteLabel" = "Video"; + +/* Class = "NSToolbarItem"; label = "Plugins"; ObjectID = "zzE-XA-cFn"; */ +"zzE-XA-cFn.label" = "Plugin"; + +/* Class = "NSToolbarItem"; paletteLabel = "Plugins"; ObjectID = "zzE-XA-cFn"; */ +"zzE-XA-cFn.paletteLabel" = "Plugin"; + diff --git a/ui/it.lproj/RingWizardChoose.strings b/ui/it.lproj/RingWizardChoose.strings index 098cb70f97c9ad458c5b600a4d0ca33dba5017e4..f8e24a07ffd003dba6b8b42f3f44f1d736160d3b 100644 --- a/ui/it.lproj/RingWizardChoose.strings +++ b/ui/it.lproj/RingWizardChoose.strings @@ -6,13 +6,13 @@ "YJ3-7G-cU1.title" = "Annulla"; /* Class = "NSButtonCell"; title = "Import from other device"; ObjectID = "Z9K-mD-ucr"; */ -"Z9K-mD-ucr.title" = "Import from other device"; +"Z9K-mD-ucr.title" = "Importa da un altro dispositivo"; /* Class = "NSButtonCell"; title = "Create a Jami account"; ObjectID = "k1T-a7-yZD"; */ "k1T-a7-yZD.title" = "Crea un account Jami"; /* Class = "NSButtonCell"; title = "Import from archive backup"; ObjectID = "rtw-Db-BWL"; */ -"rtw-Db-BWL.title" = "Importa da archivio backup"; +"rtw-Db-BWL.title" = "Importa dal backup"; /* Class = "NSButtonCell"; title = "Advanced…"; ObjectID = "vCj-67-PGK"; */ "vCj-67-PGK.title" = "Avanzate…"; diff --git a/ui/it_IT.lproj/AccAdvancedRing.strings b/ui/it_IT.lproj/AccAdvancedRing.strings index 84db50877bd4ca734f625bacb1c27374e550b710..996b2b79ae7ddc63d9701abf75d28c54881bf778 100644 --- a/ui/it_IT.lproj/AccAdvancedRing.strings +++ b/ui/it_IT.lproj/AccAdvancedRing.strings @@ -1,6 +1,6 @@ /* Class = "NSButtonCell"; title = "Allow incoming calls from unknown contacts"; ObjectID = "1Xr-BO-Pu3"; */ -"1Xr-BO-Pu3.title" = "Consenti chiamate in arrivo da contatti sconosciuti"; +"1Xr-BO-Pu3.title" = "Consenti chiamate in arrivo da utenti sconosciuti"; /* Class = "NSButtonCell"; title = "UPnP"; ObjectID = "25Q-c1-ld3"; */ "25Q-c1-ld3.title" = "UPnP"; diff --git a/ui/it_IT.lproj/Conversation.strings b/ui/it_IT.lproj/Conversation.strings index 8c5f6031c16840b385368e6a99877e930c5b008a..fd7fdabd56398653664ca04ed6969228fd6316e9 100644 --- a/ui/it_IT.lproj/Conversation.strings +++ b/ui/it_IT.lproj/Conversation.strings @@ -20,6 +20,9 @@ /* Class = "NSButton"; ibShadowedToolTip = "Start video call"; ObjectID = "cFH-d7-Erh"; */ "cFH-d7-Erh.ibShadowedToolTip" = "Avvia una videochiamata"; +/* Class = "NSButton"; ibShadowedToolTip = "Enable plugins"; ObjectID = "FvO-Yj-ry0"; */ +"FvO-Yj-ry0.ibShadowedToolTip" = "Abilita plugin"; + /* Class = "NSBox"; title = "Box"; ObjectID = "ciI-CA-tly"; */ "ciI-CA-tly.title" = "Box"; diff --git a/ui/it_IT.lproj/CurrentCall.strings b/ui/it_IT.lproj/CurrentCall.strings index e4d3ccfa5fccec2678b33ab1d73a028b629c5cf0..c4691a523d3289ece91c15394941c29cb9ed26b3 100644 --- a/ui/it_IT.lproj/CurrentCall.strings +++ b/ui/it_IT.lproj/CurrentCall.strings @@ -18,7 +18,16 @@ "Kjq-iM-NBL.ibShadowedToolTip" = "Chiudi"; /* Class = "NSButton"; ibShadowedToolTip = "Mute Video"; ObjectID = "LVS-yZ-98V"; */ -"LVS-yZ-98V.ibShadowedToolTip" = "Muta Video"; +"LVS-yZ-98V.ibShadowedToolTip" = "Disattiva videocamera"; + +/* Class = "NSButton"; ibShadowedToolTip = "Select video device"; ObjectID = "Vcv-ia-VEy"; */ +"Vcv-ia-VEy.ibShadowedToolTip" = "Seleziona dispositivo video"; + +/* Class = "NSButton"; ibShadowedToolTip = "Share"; ObjectID = "ZGn-Tc-sg3"; */ +"ZGn-Tc-sg3.ibShadowedToolTip" = "Condividi"; + +/* Class = "NSButton"; ibShadowedToolTip = "Enable plugins"; ObjectID = "YtG-ob-etP"; */ +"YtG-ob-etP.ibShadowedToolTip" = "Abilita plugin"; /* Class = "CocoaBindingsConnection"; ibShadowedMultipleValuesPlaceholder = "Send a message"; ObjectID = "NRc-5f-Ujc"; */ "NRc-5f-Ujc.ibShadowedMultipleValuesPlaceholder" = "Invia un messaggio"; @@ -33,7 +42,7 @@ "QYT-0n-4sw.ibShadowedToolTip" = "Registra"; /* Class = "NSButton"; ibShadowedToolTip = "add contact to call"; ObjectID = "Vhk-fx-6RW"; */ -"Vhk-fx-6RW.ibShadowedToolTip" = "aggiungi contatto da chiamare"; +"Vhk-fx-6RW.ibShadowedToolTip" = "Add contact to call"; /* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "YGj-SP-ikj"; */ "YGj-SP-ikj.title" = "Cella di testo"; @@ -65,8 +74,14 @@ /* Class = "NSButton"; ibShadowedToolTip = "Send"; ObjectID = "rqa-be-VIB"; */ "rqa-be-VIB.ibShadowedToolTip" = "Invia"; -/* Class = "NSButton"; ibShadowedToolTip = "Mute Audio"; ObjectID = "tQl-cT-0Lb"; */ -"tQl-cT-0Lb.ibShadowedToolTip" = "Silenzia audio"; +/* Class = "NSButton"; ibShadowedToolTip = "Select audio output device"; ObjectID = "Yma-O2-Ljp"; */ +"Yma-O2-Ljp.ibShadowedToolTip" = "Seleziona il dispositivo di uscita audio"; + +/* Class = "NSButton"; ibShadowedToolTip = "Select audio input device"; ObjectID = "aMU-l3-xFT"; */ +"aMU-l3-xFT.ibShadowedToolTip" = "Seleziona il dispositivo di ingresso audio"; + +/* Class = "NSButton"; ibShadowedToolTip = "Mute microphone"; ObjectID = "N0A-rb-6rf"; */ +"N0A-rb-6rf.ibShadowedToolTip" = "Disattiva microfono"; /* Class = "NSTextFieldCell"; placeholderString = "Person name"; ObjectID = "ues-20-34k"; */ "ues-20-34k.placeholderString" = "Nome persona"; diff --git a/ui/it_IT.lproj/GeneralPrefs.strings b/ui/it_IT.lproj/GeneralPrefs.strings index feb0a1114f6c1aff64bc90564355bb7b8fbdbd0a..13b754e3c24e4d5585040eaf8afb6be46804620c 100644 --- a/ui/it_IT.lproj/GeneralPrefs.strings +++ b/ui/it_IT.lproj/GeneralPrefs.strings @@ -48,7 +48,7 @@ "cB6-4m-9MU.title" = "Quotidiano"; /* Class = "NSTextFieldCell"; title = "Record folder"; ObjectID = "ep4-QU-rGl"; */ -"ep4-QU-rGl.title" = "Registra cartella"; +"ep4-QU-rGl.title" = "Registra nella cartella"; /* Class = "NSMenuItem"; title = "Hourly"; ObjectID = "mbu-TH-bs8"; */ "mbu-TH-bs8.title" = "Ogni ora"; diff --git a/ui/it_IT.lproj/Localizable.strings b/ui/it_IT.lproj/Localizable.strings index f287745a98da4776fe5d6c1985d12ceb965b227d..8144639af56642f2b97dbc250f0a06c20acad0a0 100644 --- a/ui/it_IT.lproj/Localizable.strings +++ b/ui/it_IT.lproj/Localizable.strings @@ -41,7 +41,7 @@ "Canceled" = "Annullato"; /* Contextual menu entry */ -"Choose file" = "Scegli un file"; +"Stream file" = "Stream file"; /* Contextual menu action */ "Clear conversation" = "Pulisci conversazione"; @@ -224,13 +224,13 @@ "Hangup" = "Aggancia"; /* Conference action */ -"Mute audio" = "Silenzia audio"; +"Mute audio" = "Disattiva microfono"; /* Conference action */ -"Set moderator" = "Imposta moderatore"; +"Set moderator" = "Metti un moderatore"; /* Conference action */ -"Unmute audio" = "Riattiva l'audio"; +"Unmute audio" = "Attiva microfono"; /* Conference action */ "Unset moderator" = "Rimuovi moderatore"; @@ -254,16 +254,16 @@ "Expand" = "Espandi"; /* conference tooltip mute Mute audio */ -"Mute audio" = "Silenzia audio"; +"Mute audio" = "Disattiva microfono"; /* conference tooltip mute Hangup */ "Hangup" = "Aggancia"; /* conference tooltip mute Set moderator */ -"Set moderator" = "Imposta moderatore"; +"Set moderator" = "Metti un moderatore"; /* conference state tooltip Audio muted */ -"Audio muted" = "Audio disattivato"; +"Audio muted" = "Microfono disattivato"; /* conference state tooltip organiser */ "Conference Organiser" = "Organizzatore della conferenza"; @@ -292,3 +292,15 @@ /* Contextual menu for message */ "Resend" = "Invia di nuovo"; +/* In call status info */ +"Wants to talk to you" = "Wants to talk to you"; + +/* share button tooltip */ +"Stop screen sharing" = "Stop screen sharing"; + +/* share button tooltip */ +"Stop file streaming" = "Stop file streaming"; + +/* share button tooltip */ +"Share" = "Condividi"; + diff --git a/ui/it_IT.lproj/PreferencesWindow.strings b/ui/it_IT.lproj/PreferencesWindow.strings index ea316675b89015bdac2785fb224a8fee3b1d2a96..67c50eb754e80ed6eef7e4ade0b789f38df6c8ba 100644 --- a/ui/it_IT.lproj/PreferencesWindow.strings +++ b/ui/it_IT.lproj/PreferencesWindow.strings @@ -25,3 +25,10 @@ /* Class = "NSToolbarItem"; paletteLabel = "Video"; ObjectID = "jLi-an-TR2"; */ "jLi-an-TR2.paletteLabel" = "Video"; + +/* Class = "NSToolbarItem"; label = "Plugins"; ObjectID = "zzE-XA-cFn"; */ +"zzE-XA-cFn.label" = "Plugin"; + +/* Class = "NSToolbarItem"; paletteLabel = "Plugins"; ObjectID = "zzE-XA-cFn"; */ +"zzE-XA-cFn.paletteLabel" = "Plugin"; + diff --git a/ui/it_IT.lproj/RingWizardChoose.strings b/ui/it_IT.lproj/RingWizardChoose.strings index 9b54a1f834f6d9afcd5b9f0e034f5f9950b652a7..b0e8bc83124b074cbb0b7b4c1e3463d174a36179 100644 --- a/ui/it_IT.lproj/RingWizardChoose.strings +++ b/ui/it_IT.lproj/RingWizardChoose.strings @@ -12,7 +12,7 @@ "k1T-a7-yZD.title" = "Crea un account Jami"; /* Class = "NSButtonCell"; title = "Import from archive backup"; ObjectID = "rtw-Db-BWL"; */ -"rtw-Db-BWL.title" = "Importa dal backup dell'archivio"; +"rtw-Db-BWL.title" = "Importa dal backup"; /* Class = "NSButtonCell"; title = "Advanced…"; ObjectID = "vCj-67-PGK"; */ "vCj-67-PGK.title" = "Avanzato..."; diff --git a/ui/ja.lproj/Conversation.strings b/ui/ja.lproj/Conversation.strings index e4819cf5af6306fbff8dc028d961c3b03851f76c..06cc110a1129544128939f78a9a8c338af341c9d 100644 --- a/ui/ja.lproj/Conversation.strings +++ b/ui/ja.lproj/Conversation.strings @@ -20,6 +20,9 @@ /* Class = "NSButton"; ibShadowedToolTip = "Start video call"; ObjectID = "cFH-d7-Erh"; */ "cFH-d7-Erh.ibShadowedToolTip" = "ビデオ通話を開始"; +/* Class = "NSButton"; ibShadowedToolTip = "Enable plugins"; ObjectID = "FvO-Yj-ry0"; */ +"FvO-Yj-ry0.ibShadowedToolTip" = "Enable plugins"; + /* Class = "NSBox"; title = "Box"; ObjectID = "ciI-CA-tly"; */ "ciI-CA-tly.title" = "ボックス"; diff --git a/ui/ja.lproj/CurrentCall.strings b/ui/ja.lproj/CurrentCall.strings index 592252495943ba84052535e9c9dc6a620cde357e..6bd98b15eb0ec7ceeb4dd6a234dd2c83fabca2e0 100644 --- a/ui/ja.lproj/CurrentCall.strings +++ b/ui/ja.lproj/CurrentCall.strings @@ -20,6 +20,15 @@ /* Class = "NSButton"; ibShadowedToolTip = "Mute Video"; ObjectID = "LVS-yZ-98V"; */ "LVS-yZ-98V.ibShadowedToolTip" = "動画オフ"; +/* Class = "NSButton"; ibShadowedToolTip = "Select video device"; ObjectID = "Vcv-ia-VEy"; */ +"Vcv-ia-VEy.ibShadowedToolTip" = "Select video device"; + +/* Class = "NSButton"; ibShadowedToolTip = "Share"; ObjectID = "ZGn-Tc-sg3"; */ +"ZGn-Tc-sg3.ibShadowedToolTip" = "共有"; + +/* Class = "NSButton"; ibShadowedToolTip = "Enable plugins"; ObjectID = "YtG-ob-etP"; */ +"YtG-ob-etP.ibShadowedToolTip" = "Enable plugins"; + /* Class = "CocoaBindingsConnection"; ibShadowedMultipleValuesPlaceholder = "Send a message"; ObjectID = "NRc-5f-Ujc"; */ "NRc-5f-Ujc.ibShadowedMultipleValuesPlaceholder" = "メッセージを送信"; @@ -33,7 +42,7 @@ "QYT-0n-4sw.ibShadowedToolTip" = "記録"; /* Class = "NSButton"; ibShadowedToolTip = "add contact to call"; ObjectID = "Vhk-fx-6RW"; */ -"Vhk-fx-6RW.ibShadowedToolTip" = "通話先を追加"; +"Vhk-fx-6RW.ibShadowedToolTip" = "Add contact to call"; /* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "YGj-SP-ikj"; */ "YGj-SP-ikj.title" = "テキストセル"; @@ -65,8 +74,14 @@ /* Class = "NSButton"; ibShadowedToolTip = "Send"; ObjectID = "rqa-be-VIB"; */ "rqa-be-VIB.ibShadowedToolTip" = "送信"; -/* Class = "NSButton"; ibShadowedToolTip = "Mute Audio"; ObjectID = "tQl-cT-0Lb"; */ -"tQl-cT-0Lb.ibShadowedToolTip" = "音声オフ"; +/* Class = "NSButton"; ibShadowedToolTip = "Select audio output device"; ObjectID = "Yma-O2-Ljp"; */ +"Yma-O2-Ljp.ibShadowedToolTip" = "Select audio output device"; + +/* Class = "NSButton"; ibShadowedToolTip = "Select audio input device"; ObjectID = "aMU-l3-xFT"; */ +"aMU-l3-xFT.ibShadowedToolTip" = "Select audio input device"; + +/* Class = "NSButton"; ibShadowedToolTip = "Mute microphone"; ObjectID = "N0A-rb-6rf"; */ +"N0A-rb-6rf.ibShadowedToolTip" = "マイクをミュート"; /* Class = "NSTextFieldCell"; placeholderString = "Person name"; ObjectID = "ues-20-34k"; */ "ues-20-34k.placeholderString" = "個人名"; diff --git a/ui/ja.lproj/Localizable.strings b/ui/ja.lproj/Localizable.strings index e806ccb2c74d1e5a9573e2a8b42aacd553eeab49..b2795e7e9603de2a39287a8166793a49c2e05285 100644 --- a/ui/ja.lproj/Localizable.strings +++ b/ui/ja.lproj/Localizable.strings @@ -41,7 +41,7 @@ "Canceled" = "キャンセルしました"; /* Contextual menu entry */ -"Choose file" = "ファイルの選択"; +"Stream file" = "Stream file"; /* Contextual menu action */ "Clear conversation" = "会話履歴を削除"; @@ -292,3 +292,15 @@ /* Contextual menu for message */ "Resend" = "Resend"; +/* In call status info */ +"Wants to talk to you" = "Wants to talk to you"; + +/* share button tooltip */ +"Stop screen sharing" = "Stop screen sharing"; + +/* share button tooltip */ +"Stop file streaming" = "Stop file streaming"; + +/* share button tooltip */ +"Share" = "共有"; + diff --git a/ui/ja.lproj/PreferencesWindow.strings b/ui/ja.lproj/PreferencesWindow.strings index 48be2249010878ed4504f04f322acaa3b6cbdfbc..59a24d219819c257d16489aa06c7862f2810b5c5 100644 --- a/ui/ja.lproj/PreferencesWindow.strings +++ b/ui/ja.lproj/PreferencesWindow.strings @@ -25,3 +25,10 @@ /* Class = "NSToolbarItem"; paletteLabel = "Video"; ObjectID = "jLi-an-TR2"; */ "jLi-an-TR2.paletteLabel" = "ビデオ"; + +/* Class = "NSToolbarItem"; label = "Plugins"; ObjectID = "zzE-XA-cFn"; */ +"zzE-XA-cFn.label" = "プラグイン"; + +/* Class = "NSToolbarItem"; paletteLabel = "Plugins"; ObjectID = "zzE-XA-cFn"; */ +"zzE-XA-cFn.paletteLabel" = "プラグイン"; + diff --git a/ui/ko_KR.lproj/CurrentCall.strings b/ui/ko_KR.lproj/CurrentCall.strings index 21f80ff24b57d853f901dbb3236c502a00e8991b..296a32788fe6df79d80f6a34d774f25c9e93e601 100644 --- a/ui/ko_KR.lproj/CurrentCall.strings +++ b/ui/ko_KR.lproj/CurrentCall.strings @@ -20,6 +20,15 @@ /* Class = "NSButton"; ibShadowedToolTip = "Mute Video"; ObjectID = "LVS-yZ-98V"; */ "LVS-yZ-98V.ibShadowedToolTip" = "비디오 숨기기"; +/* Class = "NSButton"; ibShadowedToolTip = "Select video device"; ObjectID = "Vcv-ia-VEy"; */ +"Vcv-ia-VEy.ibShadowedToolTip" = "Select video device"; + +/* Class = "NSButton"; ibShadowedToolTip = "Share"; ObjectID = "ZGn-Tc-sg3"; */ +"ZGn-Tc-sg3.ibShadowedToolTip" = "Share"; + +/* Class = "NSButton"; ibShadowedToolTip = "Enable plugins"; ObjectID = "YtG-ob-etP"; */ +"YtG-ob-etP.ibShadowedToolTip" = "Enable plugins"; + /* Class = "CocoaBindingsConnection"; ibShadowedMultipleValuesPlaceholder = "Send a message"; ObjectID = "NRc-5f-Ujc"; */ "NRc-5f-Ujc.ibShadowedMultipleValuesPlaceholder" = "Send a message"; @@ -33,7 +42,7 @@ "QYT-0n-4sw.ibShadowedToolTip" = "Record"; /* Class = "NSButton"; ibShadowedToolTip = "add contact to call"; ObjectID = "Vhk-fx-6RW"; */ -"Vhk-fx-6RW.ibShadowedToolTip" = "add contact to call"; +"Vhk-fx-6RW.ibShadowedToolTip" = "Add contact to call"; /* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "YGj-SP-ikj"; */ "YGj-SP-ikj.title" = "Text Cell"; @@ -65,8 +74,14 @@ /* Class = "NSButton"; ibShadowedToolTip = "Send"; ObjectID = "rqa-be-VIB"; */ "rqa-be-VIB.ibShadowedToolTip" = "Send"; -/* Class = "NSButton"; ibShadowedToolTip = "Mute Audio"; ObjectID = "tQl-cT-0Lb"; */ -"tQl-cT-0Lb.ibShadowedToolTip" = "Mute Audio"; +/* Class = "NSButton"; ibShadowedToolTip = "Select audio output device"; ObjectID = "Yma-O2-Ljp"; */ +"Yma-O2-Ljp.ibShadowedToolTip" = "Select audio output device"; + +/* Class = "NSButton"; ibShadowedToolTip = "Select audio input device"; ObjectID = "aMU-l3-xFT"; */ +"aMU-l3-xFT.ibShadowedToolTip" = "Select audio input device"; + +/* Class = "NSButton"; ibShadowedToolTip = "Mute microphone"; ObjectID = "N0A-rb-6rf"; */ +"N0A-rb-6rf.ibShadowedToolTip" = "Mute microphone"; /* Class = "NSTextFieldCell"; placeholderString = "Person name"; ObjectID = "ues-20-34k"; */ "ues-20-34k.placeholderString" = "Person name"; diff --git a/ui/ko_KR.lproj/Localizable.strings b/ui/ko_KR.lproj/Localizable.strings index 27e74ea76c91a414a9e7ff105d4e0864fe9b31b1..7c5545817785bd3ac412bf9639f20eb5f4069dae 100644 --- a/ui/ko_KR.lproj/Localizable.strings +++ b/ui/ko_KR.lproj/Localizable.strings @@ -41,7 +41,7 @@ "Canceled" = "Canceled"; /* Contextual menu entry */ -"Choose file" = "Choose file"; +"Stream file" = "Stream file"; /* Contextual menu action */ "Clear conversation" = "Clear conversation"; @@ -292,3 +292,15 @@ /* Contextual menu for message */ "Resend" = "Resend"; +/* In call status info */ +"Wants to talk to you" = "Wants to talk to you"; + +/* share button tooltip */ +"Stop screen sharing" = "Stop screen sharing"; + +/* share button tooltip */ +"Stop file streaming" = "Stop file streaming"; + +/* share button tooltip */ +"Share" = "Share"; + diff --git a/ui/ko_KR.lproj/PreferencesWindow.strings b/ui/ko_KR.lproj/PreferencesWindow.strings index 1ab6e0b3eae5835bcc082027f4fa90b782049f2f..ba19f9f1e0617ae54fcb5323f20fd04ded4d6c22 100644 --- a/ui/ko_KR.lproj/PreferencesWindow.strings +++ b/ui/ko_KR.lproj/PreferencesWindow.strings @@ -25,3 +25,10 @@ /* Class = "NSToolbarItem"; paletteLabel = "Video"; ObjectID = "jLi-an-TR2"; */ "jLi-an-TR2.paletteLabel" = "비디오"; + +/* Class = "NSToolbarItem"; label = "Plugins"; ObjectID = "zzE-XA-cFn"; */ +"zzE-XA-cFn.label" = "Plugins"; + +/* Class = "NSToolbarItem"; paletteLabel = "Plugins"; ObjectID = "zzE-XA-cFn"; */ +"zzE-XA-cFn.paletteLabel" = "Plugins"; + diff --git a/ui/lt.lproj/Conversation.strings b/ui/lt.lproj/Conversation.strings index 1f0d715aaa6038c794912a010a282b150579dc4f..1f5337136edfbf25033df38d1d6bc9f3949da9c0 100644 --- a/ui/lt.lproj/Conversation.strings +++ b/ui/lt.lproj/Conversation.strings @@ -20,6 +20,9 @@ /* Class = "NSButton"; ibShadowedToolTip = "Start video call"; ObjectID = "cFH-d7-Erh"; */ "cFH-d7-Erh.ibShadowedToolTip" = "Pradėti vaizdo skambutį"; +/* Class = "NSButton"; ibShadowedToolTip = "Enable plugins"; ObjectID = "FvO-Yj-ry0"; */ +"FvO-Yj-ry0.ibShadowedToolTip" = "Enable plugins"; + /* Class = "NSBox"; title = "Box"; ObjectID = "ciI-CA-tly"; */ "ciI-CA-tly.title" = "Box"; diff --git a/ui/lt.lproj/CurrentCall.strings b/ui/lt.lproj/CurrentCall.strings index e9086dee5f35d8f6de532ec07d5a9d6a21e23cec..c4569f7ddd0a31727e3c40fab77cbd0dce3228fc 100644 --- a/ui/lt.lproj/CurrentCall.strings +++ b/ui/lt.lproj/CurrentCall.strings @@ -20,6 +20,15 @@ /* Class = "NSButton"; ibShadowedToolTip = "Mute Video"; ObjectID = "LVS-yZ-98V"; */ "LVS-yZ-98V.ibShadowedToolTip" = "Išjungti vaizdą"; +/* Class = "NSButton"; ibShadowedToolTip = "Select video device"; ObjectID = "Vcv-ia-VEy"; */ +"Vcv-ia-VEy.ibShadowedToolTip" = "Select video device"; + +/* Class = "NSButton"; ibShadowedToolTip = "Share"; ObjectID = "ZGn-Tc-sg3"; */ +"ZGn-Tc-sg3.ibShadowedToolTip" = "Bendrinti"; + +/* Class = "NSButton"; ibShadowedToolTip = "Enable plugins"; ObjectID = "YtG-ob-etP"; */ +"YtG-ob-etP.ibShadowedToolTip" = "Enable plugins"; + /* Class = "CocoaBindingsConnection"; ibShadowedMultipleValuesPlaceholder = "Send a message"; ObjectID = "NRc-5f-Ujc"; */ "NRc-5f-Ujc.ibShadowedMultipleValuesPlaceholder" = "Siųsti žinutę"; @@ -33,7 +42,7 @@ "QYT-0n-4sw.ibShadowedToolTip" = "Įrašyti"; /* Class = "NSButton"; ibShadowedToolTip = "add contact to call"; ObjectID = "Vhk-fx-6RW"; */ -"Vhk-fx-6RW.ibShadowedToolTip" = "add contact to call"; +"Vhk-fx-6RW.ibShadowedToolTip" = "Add contact to call"; /* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "YGj-SP-ikj"; */ "YGj-SP-ikj.title" = "Teksto langelis"; @@ -65,8 +74,14 @@ /* Class = "NSButton"; ibShadowedToolTip = "Send"; ObjectID = "rqa-be-VIB"; */ "rqa-be-VIB.ibShadowedToolTip" = "Siųsti"; -/* Class = "NSButton"; ibShadowedToolTip = "Mute Audio"; ObjectID = "tQl-cT-0Lb"; */ -"tQl-cT-0Lb.ibShadowedToolTip" = "Nutildyti garsą"; +/* Class = "NSButton"; ibShadowedToolTip = "Select audio output device"; ObjectID = "Yma-O2-Ljp"; */ +"Yma-O2-Ljp.ibShadowedToolTip" = "Select audio output device"; + +/* Class = "NSButton"; ibShadowedToolTip = "Select audio input device"; ObjectID = "aMU-l3-xFT"; */ +"aMU-l3-xFT.ibShadowedToolTip" = "Select audio input device"; + +/* Class = "NSButton"; ibShadowedToolTip = "Mute microphone"; ObjectID = "N0A-rb-6rf"; */ +"N0A-rb-6rf.ibShadowedToolTip" = "Išjungti mikrofoną"; /* Class = "NSTextFieldCell"; placeholderString = "Person name"; ObjectID = "ues-20-34k"; */ "ues-20-34k.placeholderString" = "Asmens vardas"; diff --git a/ui/lt.lproj/Localizable.strings b/ui/lt.lproj/Localizable.strings index f46706ab549be5dbf61ad6402f01aa2bcb2626b7..1159e1ff2d90f3050aef3bf566f5b5034cfd0cdd 100644 --- a/ui/lt.lproj/Localizable.strings +++ b/ui/lt.lproj/Localizable.strings @@ -41,7 +41,7 @@ "Canceled" = "Atsisakyta"; /* Contextual menu entry */ -"Choose file" = "Pasirinkti failą"; +"Stream file" = "Stream file"; /* Contextual menu action */ "Clear conversation" = "Išvalyti pokalbį"; @@ -292,3 +292,15 @@ /* Contextual menu for message */ "Resend" = "Resend"; +/* In call status info */ +"Wants to talk to you" = "Wants to talk to you"; + +/* share button tooltip */ +"Stop screen sharing" = "Stop screen sharing"; + +/* share button tooltip */ +"Stop file streaming" = "Stop file streaming"; + +/* share button tooltip */ +"Share" = "Bendrinti"; + diff --git a/ui/lt.lproj/PreferencesWindow.strings b/ui/lt.lproj/PreferencesWindow.strings index 3054d75b61a2226d27c29fdd096a56f34f5848c7..d8c6cb20a1f1c656fb6aed364842a8cd555c918c 100644 --- a/ui/lt.lproj/PreferencesWindow.strings +++ b/ui/lt.lproj/PreferencesWindow.strings @@ -25,3 +25,10 @@ /* Class = "NSToolbarItem"; paletteLabel = "Video"; ObjectID = "jLi-an-TR2"; */ "jLi-an-TR2.paletteLabel" = "Vaizdas"; + +/* Class = "NSToolbarItem"; label = "Plugins"; ObjectID = "zzE-XA-cFn"; */ +"zzE-XA-cFn.label" = "Plugins"; + +/* Class = "NSToolbarItem"; paletteLabel = "Plugins"; ObjectID = "zzE-XA-cFn"; */ +"zzE-XA-cFn.paletteLabel" = "Plugins"; + diff --git a/ui/mr.lproj/PreferencesWindow.strings b/ui/mr.lproj/PreferencesWindow.strings index 8511750509590a554e207d0995cc30265df0fe07..a23c73adcaa0a686c9935496d3e09a0951137183 100644 --- a/ui/mr.lproj/PreferencesWindow.strings +++ b/ui/mr.lproj/PreferencesWindow.strings @@ -25,3 +25,10 @@ /* Class = "NSToolbarItem"; paletteLabel = "Video"; ObjectID = "jLi-an-TR2"; */ "jLi-an-TR2.paletteLabel" = "व्हिडिओ"; + +/* Class = "NSToolbarItem"; label = "Plugins"; ObjectID = "zzE-XA-cFn"; */ +"zzE-XA-cFn.label" = "Plugins"; + +/* Class = "NSToolbarItem"; paletteLabel = "Plugins"; ObjectID = "zzE-XA-cFn"; */ +"zzE-XA-cFn.paletteLabel" = "Plugins"; + diff --git a/ui/ms.lproj/CurrentCall.strings b/ui/ms.lproj/CurrentCall.strings index f3a007779450ab2b2be968d3f934fe91451854ba..f277c04ad82e602226684ade9c163f2689444738 100644 --- a/ui/ms.lproj/CurrentCall.strings +++ b/ui/ms.lproj/CurrentCall.strings @@ -20,6 +20,15 @@ /* Class = "NSButton"; ibShadowedToolTip = "Mute Video"; ObjectID = "LVS-yZ-98V"; */ "LVS-yZ-98V.ibShadowedToolTip" = "Mute Video"; +/* Class = "NSButton"; ibShadowedToolTip = "Select video device"; ObjectID = "Vcv-ia-VEy"; */ +"Vcv-ia-VEy.ibShadowedToolTip" = "Select video device"; + +/* Class = "NSButton"; ibShadowedToolTip = "Share"; ObjectID = "ZGn-Tc-sg3"; */ +"ZGn-Tc-sg3.ibShadowedToolTip" = "Share"; + +/* Class = "NSButton"; ibShadowedToolTip = "Enable plugins"; ObjectID = "YtG-ob-etP"; */ +"YtG-ob-etP.ibShadowedToolTip" = "Enable plugins"; + /* Class = "CocoaBindingsConnection"; ibShadowedMultipleValuesPlaceholder = "Send a message"; ObjectID = "NRc-5f-Ujc"; */ "NRc-5f-Ujc.ibShadowedMultipleValuesPlaceholder" = "Send a message"; @@ -33,7 +42,7 @@ "QYT-0n-4sw.ibShadowedToolTip" = "Rakam"; /* Class = "NSButton"; ibShadowedToolTip = "add contact to call"; ObjectID = "Vhk-fx-6RW"; */ -"Vhk-fx-6RW.ibShadowedToolTip" = "add contact to call"; +"Vhk-fx-6RW.ibShadowedToolTip" = "Add contact to call"; /* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "YGj-SP-ikj"; */ "YGj-SP-ikj.title" = "Text Cell"; @@ -65,8 +74,14 @@ /* Class = "NSButton"; ibShadowedToolTip = "Send"; ObjectID = "rqa-be-VIB"; */ "rqa-be-VIB.ibShadowedToolTip" = "Send"; -/* Class = "NSButton"; ibShadowedToolTip = "Mute Audio"; ObjectID = "tQl-cT-0Lb"; */ -"tQl-cT-0Lb.ibShadowedToolTip" = "Mute Audio"; +/* Class = "NSButton"; ibShadowedToolTip = "Select audio output device"; ObjectID = "Yma-O2-Ljp"; */ +"Yma-O2-Ljp.ibShadowedToolTip" = "Select audio output device"; + +/* Class = "NSButton"; ibShadowedToolTip = "Select audio input device"; ObjectID = "aMU-l3-xFT"; */ +"aMU-l3-xFT.ibShadowedToolTip" = "Select audio input device"; + +/* Class = "NSButton"; ibShadowedToolTip = "Mute microphone"; ObjectID = "N0A-rb-6rf"; */ +"N0A-rb-6rf.ibShadowedToolTip" = "Mute microphone"; /* Class = "NSTextFieldCell"; placeholderString = "Person name"; ObjectID = "ues-20-34k"; */ "ues-20-34k.placeholderString" = "Person name"; diff --git a/ui/ms.lproj/Localizable.strings b/ui/ms.lproj/Localizable.strings index 4c732c331f7aedf366575377276cf7693e9483a9..2ec8f764b66528a08b72cab1b6319f68b8ea01d4 100644 --- a/ui/ms.lproj/Localizable.strings +++ b/ui/ms.lproj/Localizable.strings @@ -41,7 +41,7 @@ "Canceled" = "Canceled"; /* Contextual menu entry */ -"Choose file" = "Choose file"; +"Stream file" = "Stream file"; /* Contextual menu action */ "Clear conversation" = "Clear conversation"; @@ -292,3 +292,15 @@ /* Contextual menu for message */ "Resend" = "Resend"; +/* In call status info */ +"Wants to talk to you" = "Wants to talk to you"; + +/* share button tooltip */ +"Stop screen sharing" = "Stop screen sharing"; + +/* share button tooltip */ +"Stop file streaming" = "Stop file streaming"; + +/* share button tooltip */ +"Share" = "Share"; + diff --git a/ui/ms.lproj/PreferencesWindow.strings b/ui/ms.lproj/PreferencesWindow.strings index f3073f313eb9a74b4cb1665ed4ec8627c3d28251..3a4a8e1d7ea17bfc5a7c3b6ad353ae1fe668e6b7 100644 --- a/ui/ms.lproj/PreferencesWindow.strings +++ b/ui/ms.lproj/PreferencesWindow.strings @@ -25,3 +25,10 @@ /* Class = "NSToolbarItem"; paletteLabel = "Video"; ObjectID = "jLi-an-TR2"; */ "jLi-an-TR2.paletteLabel" = "Video"; + +/* Class = "NSToolbarItem"; label = "Plugins"; ObjectID = "zzE-XA-cFn"; */ +"zzE-XA-cFn.label" = "Plugins"; + +/* Class = "NSToolbarItem"; paletteLabel = "Plugins"; ObjectID = "zzE-XA-cFn"; */ +"zzE-XA-cFn.paletteLabel" = "Plugins"; + diff --git a/ui/nb.lproj/Conversation.strings b/ui/nb.lproj/Conversation.strings index cdc03a5d52554757448d4407f864fb765f0c3dda..1dd64c4a7799f11e92967715535677289833ba1a 100644 --- a/ui/nb.lproj/Conversation.strings +++ b/ui/nb.lproj/Conversation.strings @@ -20,6 +20,9 @@ /* Class = "NSButton"; ibShadowedToolTip = "Start video call"; ObjectID = "cFH-d7-Erh"; */ "cFH-d7-Erh.ibShadowedToolTip" = "Start videosamtale"; +/* Class = "NSButton"; ibShadowedToolTip = "Enable plugins"; ObjectID = "FvO-Yj-ry0"; */ +"FvO-Yj-ry0.ibShadowedToolTip" = "Aktiver tillegg"; + /* Class = "NSBox"; title = "Box"; ObjectID = "ciI-CA-tly"; */ "ciI-CA-tly.title" = "Boks"; diff --git a/ui/nb.lproj/CurrentCall.strings b/ui/nb.lproj/CurrentCall.strings index e53bc0de4d2c5b26884e0bc1fde7b94d4e36900c..5e6b026901ad01edc6bf570c8dce578b428e97d3 100644 --- a/ui/nb.lproj/CurrentCall.strings +++ b/ui/nb.lproj/CurrentCall.strings @@ -20,6 +20,15 @@ /* Class = "NSButton"; ibShadowedToolTip = "Mute Video"; ObjectID = "LVS-yZ-98V"; */ "LVS-yZ-98V.ibShadowedToolTip" = "Demp video"; +/* Class = "NSButton"; ibShadowedToolTip = "Select video device"; ObjectID = "Vcv-ia-VEy"; */ +"Vcv-ia-VEy.ibShadowedToolTip" = "Velg video enhet"; + +/* Class = "NSButton"; ibShadowedToolTip = "Share"; ObjectID = "ZGn-Tc-sg3"; */ +"ZGn-Tc-sg3.ibShadowedToolTip" = "Del"; + +/* Class = "NSButton"; ibShadowedToolTip = "Enable plugins"; ObjectID = "YtG-ob-etP"; */ +"YtG-ob-etP.ibShadowedToolTip" = "Aktiver tillegg"; + /* Class = "CocoaBindingsConnection"; ibShadowedMultipleValuesPlaceholder = "Send a message"; ObjectID = "NRc-5f-Ujc"; */ "NRc-5f-Ujc.ibShadowedMultipleValuesPlaceholder" = "Send en melding"; @@ -33,7 +42,7 @@ "QYT-0n-4sw.ibShadowedToolTip" = "Start opptak"; /* Class = "NSButton"; ibShadowedToolTip = "add contact to call"; ObjectID = "Vhk-fx-6RW"; */ -"Vhk-fx-6RW.ibShadowedToolTip" = "legg til kontakt i samtalen"; +"Vhk-fx-6RW.ibShadowedToolTip" = "Add contact to call"; /* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "YGj-SP-ikj"; */ "YGj-SP-ikj.title" = "Tekstcelle"; @@ -65,8 +74,14 @@ /* Class = "NSButton"; ibShadowedToolTip = "Send"; ObjectID = "rqa-be-VIB"; */ "rqa-be-VIB.ibShadowedToolTip" = "Send"; -/* Class = "NSButton"; ibShadowedToolTip = "Mute Audio"; ObjectID = "tQl-cT-0Lb"; */ -"tQl-cT-0Lb.ibShadowedToolTip" = "Demp lyd"; +/* Class = "NSButton"; ibShadowedToolTip = "Select audio output device"; ObjectID = "Yma-O2-Ljp"; */ +"Yma-O2-Ljp.ibShadowedToolTip" = "Velg utgangsenhet for lyd"; + +/* Class = "NSButton"; ibShadowedToolTip = "Select audio input device"; ObjectID = "aMU-l3-xFT"; */ +"aMU-l3-xFT.ibShadowedToolTip" = "Velg enhet for lydinngang"; + +/* Class = "NSButton"; ibShadowedToolTip = "Mute microphone"; ObjectID = "N0A-rb-6rf"; */ +"N0A-rb-6rf.ibShadowedToolTip" = "Koble ut mikrofon"; /* Class = "NSTextFieldCell"; placeholderString = "Person name"; ObjectID = "ues-20-34k"; */ "ues-20-34k.placeholderString" = "Navn"; diff --git a/ui/nb.lproj/Localizable.strings b/ui/nb.lproj/Localizable.strings index 2d7c9c0aad8431fb9e85b8bfab4c3165b20b6eb3..6b88d8d15003ff82aa9f40bcc366d0f6a01a4f58 100644 --- a/ui/nb.lproj/Localizable.strings +++ b/ui/nb.lproj/Localizable.strings @@ -41,7 +41,7 @@ "Canceled" = "Avbrutt"; /* Contextual menu entry */ -"Choose file" = "Velg fil"; +"Stream file" = "Stream file"; /* Contextual menu action */ "Clear conversation" = "Slett samtalen"; @@ -292,3 +292,15 @@ /* Contextual menu for message */ "Resend" = "Resend"; +/* In call status info */ +"Wants to talk to you" = "Wants to talk to you"; + +/* share button tooltip */ +"Stop screen sharing" = "Stop screen sharing"; + +/* share button tooltip */ +"Stop file streaming" = "Stop file streaming"; + +/* share button tooltip */ +"Share" = "Del"; + diff --git a/ui/nb.lproj/PreferencesWindow.strings b/ui/nb.lproj/PreferencesWindow.strings index 90d0ea4e2b0b9a87e764ad0e615d2e2ec0a0b170..0043ff67a704db98ee1810cf17746f1143fce0ea 100644 --- a/ui/nb.lproj/PreferencesWindow.strings +++ b/ui/nb.lproj/PreferencesWindow.strings @@ -25,3 +25,10 @@ /* Class = "NSToolbarItem"; paletteLabel = "Video"; ObjectID = "jLi-an-TR2"; */ "jLi-an-TR2.paletteLabel" = "Video"; + +/* Class = "NSToolbarItem"; label = "Plugins"; ObjectID = "zzE-XA-cFn"; */ +"zzE-XA-cFn.label" = "Utvidelser"; + +/* Class = "NSToolbarItem"; paletteLabel = "Plugins"; ObjectID = "zzE-XA-cFn"; */ +"zzE-XA-cFn.paletteLabel" = "Utvidelser"; + diff --git a/ui/nl.lproj/Conversation.strings b/ui/nl.lproj/Conversation.strings index a6b8992a226b206f4e4ca3e66c68397ac8449ee5..f2228cd4c638f03b2484a2a219a0e8116bcfa076 100644 --- a/ui/nl.lproj/Conversation.strings +++ b/ui/nl.lproj/Conversation.strings @@ -20,6 +20,9 @@ /* Class = "NSButton"; ibShadowedToolTip = "Start video call"; ObjectID = "cFH-d7-Erh"; */ "cFH-d7-Erh.ibShadowedToolTip" = "Video-oproep starten"; +/* Class = "NSButton"; ibShadowedToolTip = "Enable plugins"; ObjectID = "FvO-Yj-ry0"; */ +"FvO-Yj-ry0.ibShadowedToolTip" = "Enable plugins"; + /* Class = "NSBox"; title = "Box"; ObjectID = "ciI-CA-tly"; */ "ciI-CA-tly.title" = "Vak"; diff --git a/ui/nl.lproj/CurrentCall.strings b/ui/nl.lproj/CurrentCall.strings index 8aeb617aaad722b41132f70ff6b8e75a785f7e52..6df757b5147eff17ea90e2eb6649a588e0454579 100644 --- a/ui/nl.lproj/CurrentCall.strings +++ b/ui/nl.lproj/CurrentCall.strings @@ -20,6 +20,15 @@ /* Class = "NSButton"; ibShadowedToolTip = "Mute Video"; ObjectID = "LVS-yZ-98V"; */ "LVS-yZ-98V.ibShadowedToolTip" = "Video uitschakelen"; +/* Class = "NSButton"; ibShadowedToolTip = "Select video device"; ObjectID = "Vcv-ia-VEy"; */ +"Vcv-ia-VEy.ibShadowedToolTip" = "Select video device"; + +/* Class = "NSButton"; ibShadowedToolTip = "Share"; ObjectID = "ZGn-Tc-sg3"; */ +"ZGn-Tc-sg3.ibShadowedToolTip" = "Delen"; + +/* Class = "NSButton"; ibShadowedToolTip = "Enable plugins"; ObjectID = "YtG-ob-etP"; */ +"YtG-ob-etP.ibShadowedToolTip" = "Enable plugins"; + /* Class = "CocoaBindingsConnection"; ibShadowedMultipleValuesPlaceholder = "Send a message"; ObjectID = "NRc-5f-Ujc"; */ "NRc-5f-Ujc.ibShadowedMultipleValuesPlaceholder" = "Een bericht versturen"; @@ -33,7 +42,7 @@ "QYT-0n-4sw.ibShadowedToolTip" = "Opnemen"; /* Class = "NSButton"; ibShadowedToolTip = "add contact to call"; ObjectID = "Vhk-fx-6RW"; */ -"Vhk-fx-6RW.ibShadowedToolTip" = "add contact to call"; +"Vhk-fx-6RW.ibShadowedToolTip" = "Add contact to call"; /* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "YGj-SP-ikj"; */ "YGj-SP-ikj.title" = "Tekstvak"; @@ -65,8 +74,14 @@ /* Class = "NSButton"; ibShadowedToolTip = "Send"; ObjectID = "rqa-be-VIB"; */ "rqa-be-VIB.ibShadowedToolTip" = "Versturen"; -/* Class = "NSButton"; ibShadowedToolTip = "Mute Audio"; ObjectID = "tQl-cT-0Lb"; */ -"tQl-cT-0Lb.ibShadowedToolTip" = "Geluid dempen"; +/* Class = "NSButton"; ibShadowedToolTip = "Select audio output device"; ObjectID = "Yma-O2-Ljp"; */ +"Yma-O2-Ljp.ibShadowedToolTip" = "Select audio output device"; + +/* Class = "NSButton"; ibShadowedToolTip = "Select audio input device"; ObjectID = "aMU-l3-xFT"; */ +"aMU-l3-xFT.ibShadowedToolTip" = "Select audio input device"; + +/* Class = "NSButton"; ibShadowedToolTip = "Mute microphone"; ObjectID = "N0A-rb-6rf"; */ +"N0A-rb-6rf.ibShadowedToolTip" = "Microfoon dempen"; /* Class = "NSTextFieldCell"; placeholderString = "Person name"; ObjectID = "ues-20-34k"; */ "ues-20-34k.placeholderString" = "Persoonsnaam"; diff --git a/ui/nl.lproj/Localizable.strings b/ui/nl.lproj/Localizable.strings index 05a4ffaa5d281a494105d6facbeb3cf6bf2ab6b1..bbc99b30d31006f55621a63e2aa8d2167f1febfa 100644 --- a/ui/nl.lproj/Localizable.strings +++ b/ui/nl.lproj/Localizable.strings @@ -41,7 +41,7 @@ "Canceled" = "Geannuleerd"; /* Contextual menu entry */ -"Choose file" = "Kies bestand"; +"Stream file" = "Stream file"; /* Contextual menu action */ "Clear conversation" = "Gesprek wissen"; @@ -292,3 +292,15 @@ /* Contextual menu for message */ "Resend" = "Resend"; +/* In call status info */ +"Wants to talk to you" = "Wants to talk to you"; + +/* share button tooltip */ +"Stop screen sharing" = "Stop screen sharing"; + +/* share button tooltip */ +"Stop file streaming" = "Stop file streaming"; + +/* share button tooltip */ +"Share" = "Delen"; + diff --git a/ui/nl.lproj/PreferencesWindow.strings b/ui/nl.lproj/PreferencesWindow.strings index d4fda13f5556ffd255b86c3220f771e36baad8c5..f46b8ebe88a8352f8b9b94935138bcbb4e823b80 100644 --- a/ui/nl.lproj/PreferencesWindow.strings +++ b/ui/nl.lproj/PreferencesWindow.strings @@ -25,3 +25,10 @@ /* Class = "NSToolbarItem"; paletteLabel = "Video"; ObjectID = "jLi-an-TR2"; */ "jLi-an-TR2.paletteLabel" = "Video"; + +/* Class = "NSToolbarItem"; label = "Plugins"; ObjectID = "zzE-XA-cFn"; */ +"zzE-XA-cFn.label" = "Plugins"; + +/* Class = "NSToolbarItem"; paletteLabel = "Plugins"; ObjectID = "zzE-XA-cFn"; */ +"zzE-XA-cFn.paletteLabel" = "Plugins"; + diff --git a/ui/nl_BE.lproj/Conversation.strings b/ui/nl_BE.lproj/Conversation.strings index a6b8992a226b206f4e4ca3e66c68397ac8449ee5..f2228cd4c638f03b2484a2a219a0e8116bcfa076 100644 --- a/ui/nl_BE.lproj/Conversation.strings +++ b/ui/nl_BE.lproj/Conversation.strings @@ -20,6 +20,9 @@ /* Class = "NSButton"; ibShadowedToolTip = "Start video call"; ObjectID = "cFH-d7-Erh"; */ "cFH-d7-Erh.ibShadowedToolTip" = "Video-oproep starten"; +/* Class = "NSButton"; ibShadowedToolTip = "Enable plugins"; ObjectID = "FvO-Yj-ry0"; */ +"FvO-Yj-ry0.ibShadowedToolTip" = "Enable plugins"; + /* Class = "NSBox"; title = "Box"; ObjectID = "ciI-CA-tly"; */ "ciI-CA-tly.title" = "Vak"; diff --git a/ui/nl_BE.lproj/CurrentCall.strings b/ui/nl_BE.lproj/CurrentCall.strings index 8aeb617aaad722b41132f70ff6b8e75a785f7e52..6df757b5147eff17ea90e2eb6649a588e0454579 100644 --- a/ui/nl_BE.lproj/CurrentCall.strings +++ b/ui/nl_BE.lproj/CurrentCall.strings @@ -20,6 +20,15 @@ /* Class = "NSButton"; ibShadowedToolTip = "Mute Video"; ObjectID = "LVS-yZ-98V"; */ "LVS-yZ-98V.ibShadowedToolTip" = "Video uitschakelen"; +/* Class = "NSButton"; ibShadowedToolTip = "Select video device"; ObjectID = "Vcv-ia-VEy"; */ +"Vcv-ia-VEy.ibShadowedToolTip" = "Select video device"; + +/* Class = "NSButton"; ibShadowedToolTip = "Share"; ObjectID = "ZGn-Tc-sg3"; */ +"ZGn-Tc-sg3.ibShadowedToolTip" = "Delen"; + +/* Class = "NSButton"; ibShadowedToolTip = "Enable plugins"; ObjectID = "YtG-ob-etP"; */ +"YtG-ob-etP.ibShadowedToolTip" = "Enable plugins"; + /* Class = "CocoaBindingsConnection"; ibShadowedMultipleValuesPlaceholder = "Send a message"; ObjectID = "NRc-5f-Ujc"; */ "NRc-5f-Ujc.ibShadowedMultipleValuesPlaceholder" = "Een bericht versturen"; @@ -33,7 +42,7 @@ "QYT-0n-4sw.ibShadowedToolTip" = "Opnemen"; /* Class = "NSButton"; ibShadowedToolTip = "add contact to call"; ObjectID = "Vhk-fx-6RW"; */ -"Vhk-fx-6RW.ibShadowedToolTip" = "add contact to call"; +"Vhk-fx-6RW.ibShadowedToolTip" = "Add contact to call"; /* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "YGj-SP-ikj"; */ "YGj-SP-ikj.title" = "Tekstvak"; @@ -65,8 +74,14 @@ /* Class = "NSButton"; ibShadowedToolTip = "Send"; ObjectID = "rqa-be-VIB"; */ "rqa-be-VIB.ibShadowedToolTip" = "Versturen"; -/* Class = "NSButton"; ibShadowedToolTip = "Mute Audio"; ObjectID = "tQl-cT-0Lb"; */ -"tQl-cT-0Lb.ibShadowedToolTip" = "Geluid dempen"; +/* Class = "NSButton"; ibShadowedToolTip = "Select audio output device"; ObjectID = "Yma-O2-Ljp"; */ +"Yma-O2-Ljp.ibShadowedToolTip" = "Select audio output device"; + +/* Class = "NSButton"; ibShadowedToolTip = "Select audio input device"; ObjectID = "aMU-l3-xFT"; */ +"aMU-l3-xFT.ibShadowedToolTip" = "Select audio input device"; + +/* Class = "NSButton"; ibShadowedToolTip = "Mute microphone"; ObjectID = "N0A-rb-6rf"; */ +"N0A-rb-6rf.ibShadowedToolTip" = "Microfoon dempen"; /* Class = "NSTextFieldCell"; placeholderString = "Person name"; ObjectID = "ues-20-34k"; */ "ues-20-34k.placeholderString" = "Persoonsnaam"; diff --git a/ui/nl_BE.lproj/Localizable.strings b/ui/nl_BE.lproj/Localizable.strings index 022ad388317fb7c3fcc185dd13c39d39cf69a77d..4a494b741aa4b3868f3d5e0d595190642bb1cdce 100644 --- a/ui/nl_BE.lproj/Localizable.strings +++ b/ui/nl_BE.lproj/Localizable.strings @@ -41,7 +41,7 @@ "Canceled" = "Geannuleerd"; /* Contextual menu entry */ -"Choose file" = "Choose file"; +"Stream file" = "Stream file"; /* Contextual menu action */ "Clear conversation" = "Gesprek wissen"; @@ -292,3 +292,15 @@ /* Contextual menu for message */ "Resend" = "Resend"; +/* In call status info */ +"Wants to talk to you" = "Wants to talk to you"; + +/* share button tooltip */ +"Stop screen sharing" = "Stop screen sharing"; + +/* share button tooltip */ +"Stop file streaming" = "Stop file streaming"; + +/* share button tooltip */ +"Share" = "Delen"; + diff --git a/ui/nl_BE.lproj/PreferencesWindow.strings b/ui/nl_BE.lproj/PreferencesWindow.strings index d4fda13f5556ffd255b86c3220f771e36baad8c5..f46b8ebe88a8352f8b9b94935138bcbb4e823b80 100644 --- a/ui/nl_BE.lproj/PreferencesWindow.strings +++ b/ui/nl_BE.lproj/PreferencesWindow.strings @@ -25,3 +25,10 @@ /* Class = "NSToolbarItem"; paletteLabel = "Video"; ObjectID = "jLi-an-TR2"; */ "jLi-an-TR2.paletteLabel" = "Video"; + +/* Class = "NSToolbarItem"; label = "Plugins"; ObjectID = "zzE-XA-cFn"; */ +"zzE-XA-cFn.label" = "Plugins"; + +/* Class = "NSToolbarItem"; paletteLabel = "Plugins"; ObjectID = "zzE-XA-cFn"; */ +"zzE-XA-cFn.paletteLabel" = "Plugins"; + diff --git a/ui/nl_NL.lproj/Conversation.strings b/ui/nl_NL.lproj/Conversation.strings index d4731e2ef3892578e9f7d0aaa3182606ae2b60eb..c4d71a0a267c8cc9874ce776ad9f1caf7c384003 100644 --- a/ui/nl_NL.lproj/Conversation.strings +++ b/ui/nl_NL.lproj/Conversation.strings @@ -20,6 +20,9 @@ /* Class = "NSButton"; ibShadowedToolTip = "Start video call"; ObjectID = "cFH-d7-Erh"; */ "cFH-d7-Erh.ibShadowedToolTip" = "Start video call"; +/* Class = "NSButton"; ibShadowedToolTip = "Enable plugins"; ObjectID = "FvO-Yj-ry0"; */ +"FvO-Yj-ry0.ibShadowedToolTip" = "Enable plugins"; + /* Class = "NSBox"; title = "Box"; ObjectID = "ciI-CA-tly"; */ "ciI-CA-tly.title" = "Box"; diff --git a/ui/nl_NL.lproj/CurrentCall.strings b/ui/nl_NL.lproj/CurrentCall.strings index bab85a927b65c1ae712557269c3b1d588e1086d2..da85a163606f53d909193b6bc6428a5d23627423 100644 --- a/ui/nl_NL.lproj/CurrentCall.strings +++ b/ui/nl_NL.lproj/CurrentCall.strings @@ -20,6 +20,15 @@ /* Class = "NSButton"; ibShadowedToolTip = "Mute Video"; ObjectID = "LVS-yZ-98V"; */ "LVS-yZ-98V.ibShadowedToolTip" = "Mute Video"; +/* Class = "NSButton"; ibShadowedToolTip = "Select video device"; ObjectID = "Vcv-ia-VEy"; */ +"Vcv-ia-VEy.ibShadowedToolTip" = "Select video device"; + +/* Class = "NSButton"; ibShadowedToolTip = "Share"; ObjectID = "ZGn-Tc-sg3"; */ +"ZGn-Tc-sg3.ibShadowedToolTip" = "Share"; + +/* Class = "NSButton"; ibShadowedToolTip = "Enable plugins"; ObjectID = "YtG-ob-etP"; */ +"YtG-ob-etP.ibShadowedToolTip" = "Enable plugins"; + /* Class = "CocoaBindingsConnection"; ibShadowedMultipleValuesPlaceholder = "Send a message"; ObjectID = "NRc-5f-Ujc"; */ "NRc-5f-Ujc.ibShadowedMultipleValuesPlaceholder" = "Send a message"; @@ -33,7 +42,7 @@ "QYT-0n-4sw.ibShadowedToolTip" = "Record"; /* Class = "NSButton"; ibShadowedToolTip = "add contact to call"; ObjectID = "Vhk-fx-6RW"; */ -"Vhk-fx-6RW.ibShadowedToolTip" = "add contact to call"; +"Vhk-fx-6RW.ibShadowedToolTip" = "Add contact to call"; /* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "YGj-SP-ikj"; */ "YGj-SP-ikj.title" = "Text Cell"; @@ -65,8 +74,14 @@ /* Class = "NSButton"; ibShadowedToolTip = "Send"; ObjectID = "rqa-be-VIB"; */ "rqa-be-VIB.ibShadowedToolTip" = "Send"; -/* Class = "NSButton"; ibShadowedToolTip = "Mute Audio"; ObjectID = "tQl-cT-0Lb"; */ -"tQl-cT-0Lb.ibShadowedToolTip" = "Mute Audio"; +/* Class = "NSButton"; ibShadowedToolTip = "Select audio output device"; ObjectID = "Yma-O2-Ljp"; */ +"Yma-O2-Ljp.ibShadowedToolTip" = "Select audio output device"; + +/* Class = "NSButton"; ibShadowedToolTip = "Select audio input device"; ObjectID = "aMU-l3-xFT"; */ +"aMU-l3-xFT.ibShadowedToolTip" = "Select audio input device"; + +/* Class = "NSButton"; ibShadowedToolTip = "Mute microphone"; ObjectID = "N0A-rb-6rf"; */ +"N0A-rb-6rf.ibShadowedToolTip" = "Mute microphone"; /* Class = "NSTextFieldCell"; placeholderString = "Person name"; ObjectID = "ues-20-34k"; */ "ues-20-34k.placeholderString" = "Person name"; diff --git a/ui/nl_NL.lproj/Localizable.strings b/ui/nl_NL.lproj/Localizable.strings index aea515da25d3caf9aabb23132233dfd1fc8a96fb..d1387505cb6fdadc389e5528889c11144b9c578d 100644 --- a/ui/nl_NL.lproj/Localizable.strings +++ b/ui/nl_NL.lproj/Localizable.strings @@ -41,7 +41,7 @@ "Canceled" = "Canceled"; /* Contextual menu entry */ -"Choose file" = "Choose file"; +"Stream file" = "Stream file"; /* Contextual menu action */ "Clear conversation" = "Clear conversation"; @@ -292,3 +292,15 @@ /* Contextual menu for message */ "Resend" = "Resend"; +/* In call status info */ +"Wants to talk to you" = "Wants to talk to you"; + +/* share button tooltip */ +"Stop screen sharing" = "Stop screen sharing"; + +/* share button tooltip */ +"Stop file streaming" = "Stop file streaming"; + +/* share button tooltip */ +"Share" = "Share"; + diff --git a/ui/nl_NL.lproj/PreferencesWindow.strings b/ui/nl_NL.lproj/PreferencesWindow.strings index 2d5caaf24d110d74c7ece4ecb2a9f15ee60fabea..0f7d9edd54d8852ddfce4d753f640a32c83ead13 100644 --- a/ui/nl_NL.lproj/PreferencesWindow.strings +++ b/ui/nl_NL.lproj/PreferencesWindow.strings @@ -25,3 +25,10 @@ /* Class = "NSToolbarItem"; paletteLabel = "Video"; ObjectID = "jLi-an-TR2"; */ "jLi-an-TR2.paletteLabel" = "Video"; + +/* Class = "NSToolbarItem"; label = "Plugins"; ObjectID = "zzE-XA-cFn"; */ +"zzE-XA-cFn.label" = "Plugins"; + +/* Class = "NSToolbarItem"; paletteLabel = "Plugins"; ObjectID = "zzE-XA-cFn"; */ +"zzE-XA-cFn.paletteLabel" = "Plugins"; + diff --git a/ui/oc.lproj/Conversation.strings b/ui/oc.lproj/Conversation.strings index 18e139760a7fb4be31060967aee1e051bb91653b..44953496acf76d84699d6ee4999ffee007f6d9da 100644 --- a/ui/oc.lproj/Conversation.strings +++ b/ui/oc.lproj/Conversation.strings @@ -20,6 +20,9 @@ /* Class = "NSButton"; ibShadowedToolTip = "Start video call"; ObjectID = "cFH-d7-Erh"; */ "cFH-d7-Erh.ibShadowedToolTip" = "Start video call"; +/* Class = "NSButton"; ibShadowedToolTip = "Enable plugins"; ObjectID = "FvO-Yj-ry0"; */ +"FvO-Yj-ry0.ibShadowedToolTip" = "Activar las extensions"; + /* Class = "NSBox"; title = "Box"; ObjectID = "ciI-CA-tly"; */ "ciI-CA-tly.title" = "Box"; diff --git a/ui/oc.lproj/CurrentCall.strings b/ui/oc.lproj/CurrentCall.strings index 280a30228e631c34a9414aebb3e11b43e6381086..e6d97de7e50516730b06675e5d9d109fe73dd445 100644 --- a/ui/oc.lproj/CurrentCall.strings +++ b/ui/oc.lproj/CurrentCall.strings @@ -20,6 +20,15 @@ /* Class = "NSButton"; ibShadowedToolTip = "Mute Video"; ObjectID = "LVS-yZ-98V"; */ "LVS-yZ-98V.ibShadowedToolTip" = "Mute Video"; +/* Class = "NSButton"; ibShadowedToolTip = "Select video device"; ObjectID = "Vcv-ia-VEy"; */ +"Vcv-ia-VEy.ibShadowedToolTip" = "Select video device"; + +/* Class = "NSButton"; ibShadowedToolTip = "Share"; ObjectID = "ZGn-Tc-sg3"; */ +"ZGn-Tc-sg3.ibShadowedToolTip" = "Share"; + +/* Class = "NSButton"; ibShadowedToolTip = "Enable plugins"; ObjectID = "YtG-ob-etP"; */ +"YtG-ob-etP.ibShadowedToolTip" = "Activar las extensions"; + /* Class = "CocoaBindingsConnection"; ibShadowedMultipleValuesPlaceholder = "Send a message"; ObjectID = "NRc-5f-Ujc"; */ "NRc-5f-Ujc.ibShadowedMultipleValuesPlaceholder" = "Enviar un messatge"; @@ -33,7 +42,7 @@ "QYT-0n-4sw.ibShadowedToolTip" = "Enregistrar"; /* Class = "NSButton"; ibShadowedToolTip = "add contact to call"; ObjectID = "Vhk-fx-6RW"; */ -"Vhk-fx-6RW.ibShadowedToolTip" = "add contact to call"; +"Vhk-fx-6RW.ibShadowedToolTip" = "Add contact to call"; /* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "YGj-SP-ikj"; */ "YGj-SP-ikj.title" = "Text Cell"; @@ -65,8 +74,14 @@ /* Class = "NSButton"; ibShadowedToolTip = "Send"; ObjectID = "rqa-be-VIB"; */ "rqa-be-VIB.ibShadowedToolTip" = "Enviar"; -/* Class = "NSButton"; ibShadowedToolTip = "Mute Audio"; ObjectID = "tQl-cT-0Lb"; */ -"tQl-cT-0Lb.ibShadowedToolTip" = "Mute Audio"; +/* Class = "NSButton"; ibShadowedToolTip = "Select audio output device"; ObjectID = "Yma-O2-Ljp"; */ +"Yma-O2-Ljp.ibShadowedToolTip" = "Select audio output device"; + +/* Class = "NSButton"; ibShadowedToolTip = "Select audio input device"; ObjectID = "aMU-l3-xFT"; */ +"aMU-l3-xFT.ibShadowedToolTip" = "Select audio input device"; + +/* Class = "NSButton"; ibShadowedToolTip = "Mute microphone"; ObjectID = "N0A-rb-6rf"; */ +"N0A-rb-6rf.ibShadowedToolTip" = "Mute microphone"; /* Class = "NSTextFieldCell"; placeholderString = "Person name"; ObjectID = "ues-20-34k"; */ "ues-20-34k.placeholderString" = "Person name"; diff --git a/ui/oc.lproj/Localizable.strings b/ui/oc.lproj/Localizable.strings index 7ca81a89cba3d92494065e46d069db8936ef5d83..fb97559f3fe158246a76fa6d7f56638b63b97618 100644 --- a/ui/oc.lproj/Localizable.strings +++ b/ui/oc.lproj/Localizable.strings @@ -41,7 +41,7 @@ "Canceled" = "Canceled"; /* Contextual menu entry */ -"Choose file" = "Choose file"; +"Stream file" = "Stream file"; /* Contextual menu action */ "Clear conversation" = "Clear conversation"; @@ -292,3 +292,15 @@ /* Contextual menu for message */ "Resend" = "Resend"; +/* In call status info */ +"Wants to talk to you" = "Wants to talk to you"; + +/* share button tooltip */ +"Stop screen sharing" = "Stop screen sharing"; + +/* share button tooltip */ +"Stop file streaming" = "Stop file streaming"; + +/* share button tooltip */ +"Share" = "Share"; + diff --git a/ui/oc.lproj/PreferencesWindow.strings b/ui/oc.lproj/PreferencesWindow.strings index 287bc239f304ac7e4b3e529774024a4f23b29666..4a79333f1276f6da6ca6bef58b3debb691e2cfc3 100644 --- a/ui/oc.lproj/PreferencesWindow.strings +++ b/ui/oc.lproj/PreferencesWindow.strings @@ -25,3 +25,10 @@ /* Class = "NSToolbarItem"; paletteLabel = "Video"; ObjectID = "jLi-an-TR2"; */ "jLi-an-TR2.paletteLabel" = "Vidèo"; + +/* Class = "NSToolbarItem"; label = "Plugins"; ObjectID = "zzE-XA-cFn"; */ +"zzE-XA-cFn.label" = "Extensions"; + +/* Class = "NSToolbarItem"; paletteLabel = "Plugins"; ObjectID = "zzE-XA-cFn"; */ +"zzE-XA-cFn.paletteLabel" = "Extensions"; + diff --git a/ui/pa.lproj/Conversation.strings b/ui/pa.lproj/Conversation.strings index dfe561b9bf812d0e1dc1be45cf3accfe51f5ae1b..12af330bca50bf24e5ed2d341ee03e82c2c35cc4 100644 --- a/ui/pa.lproj/Conversation.strings +++ b/ui/pa.lproj/Conversation.strings @@ -20,6 +20,9 @@ /* Class = "NSButton"; ibShadowedToolTip = "Start video call"; ObjectID = "cFH-d7-Erh"; */ "cFH-d7-Erh.ibShadowedToolTip" = "Start video call"; +/* Class = "NSButton"; ibShadowedToolTip = "Enable plugins"; ObjectID = "FvO-Yj-ry0"; */ +"FvO-Yj-ry0.ibShadowedToolTip" = "Enable plugins"; + /* Class = "NSBox"; title = "Box"; ObjectID = "ciI-CA-tly"; */ "ciI-CA-tly.title" = "Box"; diff --git a/ui/pa.lproj/CurrentCall.strings b/ui/pa.lproj/CurrentCall.strings index be35640975efb8b023e9815859e8e476cbeea69e..1ba75f2e7c3754ef6efd543f2bc0281617c784f5 100644 --- a/ui/pa.lproj/CurrentCall.strings +++ b/ui/pa.lproj/CurrentCall.strings @@ -20,6 +20,15 @@ /* Class = "NSButton"; ibShadowedToolTip = "Mute Video"; ObjectID = "LVS-yZ-98V"; */ "LVS-yZ-98V.ibShadowedToolTip" = "Mute Video"; +/* Class = "NSButton"; ibShadowedToolTip = "Select video device"; ObjectID = "Vcv-ia-VEy"; */ +"Vcv-ia-VEy.ibShadowedToolTip" = "Select video device"; + +/* Class = "NSButton"; ibShadowedToolTip = "Share"; ObjectID = "ZGn-Tc-sg3"; */ +"ZGn-Tc-sg3.ibShadowedToolTip" = "ਸਾਂਝਾ ਕਰੋ"; + +/* Class = "NSButton"; ibShadowedToolTip = "Enable plugins"; ObjectID = "YtG-ob-etP"; */ +"YtG-ob-etP.ibShadowedToolTip" = "Enable plugins"; + /* Class = "CocoaBindingsConnection"; ibShadowedMultipleValuesPlaceholder = "Send a message"; ObjectID = "NRc-5f-Ujc"; */ "NRc-5f-Ujc.ibShadowedMultipleValuesPlaceholder" = "Send a message"; @@ -33,7 +42,7 @@ "QYT-0n-4sw.ibShadowedToolTip" = "Record"; /* Class = "NSButton"; ibShadowedToolTip = "add contact to call"; ObjectID = "Vhk-fx-6RW"; */ -"Vhk-fx-6RW.ibShadowedToolTip" = "add contact to call"; +"Vhk-fx-6RW.ibShadowedToolTip" = "Add contact to call"; /* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "YGj-SP-ikj"; */ "YGj-SP-ikj.title" = "ਲਿਖਤ ਸੈੱਲ"; @@ -65,8 +74,14 @@ /* Class = "NSButton"; ibShadowedToolTip = "Send"; ObjectID = "rqa-be-VIB"; */ "rqa-be-VIB.ibShadowedToolTip" = "ਭੇਜੋ"; -/* Class = "NSButton"; ibShadowedToolTip = "Mute Audio"; ObjectID = "tQl-cT-0Lb"; */ -"tQl-cT-0Lb.ibShadowedToolTip" = "Mute Audio"; +/* Class = "NSButton"; ibShadowedToolTip = "Select audio output device"; ObjectID = "Yma-O2-Ljp"; */ +"Yma-O2-Ljp.ibShadowedToolTip" = "Select audio output device"; + +/* Class = "NSButton"; ibShadowedToolTip = "Select audio input device"; ObjectID = "aMU-l3-xFT"; */ +"aMU-l3-xFT.ibShadowedToolTip" = "Select audio input device"; + +/* Class = "NSButton"; ibShadowedToolTip = "Mute microphone"; ObjectID = "N0A-rb-6rf"; */ +"N0A-rb-6rf.ibShadowedToolTip" = "ਮਾਈਕ੍ਰੋਫ਼ੋਨ ਬੰਦ ਕਰੋ"; /* Class = "NSTextFieldCell"; placeholderString = "Person name"; ObjectID = "ues-20-34k"; */ "ues-20-34k.placeholderString" = "Person name"; diff --git a/ui/pa.lproj/Localizable.strings b/ui/pa.lproj/Localizable.strings index d5544902b409c0cb55c0215e0c1cd66a25e9628f..44da36c727813b1a045a3b1648e0e69860478cd9 100644 --- a/ui/pa.lproj/Localizable.strings +++ b/ui/pa.lproj/Localizable.strings @@ -41,7 +41,7 @@ "Canceled" = "Canceled"; /* Contextual menu entry */ -"Choose file" = "Choose file"; +"Stream file" = "Stream file"; /* Contextual menu action */ "Clear conversation" = "Clear conversation"; @@ -292,3 +292,15 @@ /* Contextual menu for message */ "Resend" = "Resend"; +/* In call status info */ +"Wants to talk to you" = "Wants to talk to you"; + +/* share button tooltip */ +"Stop screen sharing" = "Stop screen sharing"; + +/* share button tooltip */ +"Stop file streaming" = "Stop file streaming"; + +/* share button tooltip */ +"Share" = "ਸਾਂਝਾ ਕਰੋ"; + diff --git a/ui/pa.lproj/PreferencesWindow.strings b/ui/pa.lproj/PreferencesWindow.strings index c79b5bf876de32da0215d673d08e2bf961d00521..ce0b80c38a05ccb9f0df5f78b3071fc07ca35604 100644 --- a/ui/pa.lproj/PreferencesWindow.strings +++ b/ui/pa.lproj/PreferencesWindow.strings @@ -25,3 +25,10 @@ /* Class = "NSToolbarItem"; paletteLabel = "Video"; ObjectID = "jLi-an-TR2"; */ "jLi-an-TR2.paletteLabel" = "ਵੀਡੀਓ"; + +/* Class = "NSToolbarItem"; label = "Plugins"; ObjectID = "zzE-XA-cFn"; */ +"zzE-XA-cFn.label" = "Plugins"; + +/* Class = "NSToolbarItem"; paletteLabel = "Plugins"; ObjectID = "zzE-XA-cFn"; */ +"zzE-XA-cFn.paletteLabel" = "Plugins"; + diff --git a/ui/pl.lproj/Conversation.strings b/ui/pl.lproj/Conversation.strings index f2fb02af29b664572f87d64819b8572f8b215200..f643929da931695bc983371ef7b88cf004db3ad8 100644 --- a/ui/pl.lproj/Conversation.strings +++ b/ui/pl.lproj/Conversation.strings @@ -20,6 +20,9 @@ /* Class = "NSButton"; ibShadowedToolTip = "Start video call"; ObjectID = "cFH-d7-Erh"; */ "cFH-d7-Erh.ibShadowedToolTip" = "Rozpocznij rozmowę wideo"; +/* Class = "NSButton"; ibShadowedToolTip = "Enable plugins"; ObjectID = "FvO-Yj-ry0"; */ +"FvO-Yj-ry0.ibShadowedToolTip" = "Włącz wtyczki"; + /* Class = "NSBox"; title = "Box"; ObjectID = "ciI-CA-tly"; */ "ciI-CA-tly.title" = "Blok"; @@ -27,7 +30,7 @@ "fh9-Uo-8R1.title" = "Blok"; /* Class = "NSButton"; ibShadowedToolTip = "Send a file"; ObjectID = "gwx-eT-PcN"; */ -"gwx-eT-PcN.ibShadowedToolTip" = "Send a file"; +"gwx-eT-PcN.ibShadowedToolTip" = "Wyślij plik"; /* Class = "NSBox"; title = "Box"; ObjectID = "hrX-ac-Quk"; */ "hrX-ac-Quk.title" = "Blok"; @@ -36,7 +39,7 @@ "ooq-vs-Xt1.ibShadowedToolTip" = "Wstecz"; /* Class = "NSButton"; ibShadowedToolTip = "Add contact"; ObjectID = "pGK-hO-X1Y"; */ -"pGK-hO-X1Y.ibShadowedToolTip" = "Add contact"; +"pGK-hO-X1Y.ibShadowedToolTip" = "Dodaj kontakt"; /* Class = "NSBox"; title = "Box"; ObjectID = "pRL-vb-me9"; */ "pRL-vb-me9.title" = "Blok"; diff --git a/ui/pl.lproj/CurrentCall.strings b/ui/pl.lproj/CurrentCall.strings index 12a799865ffb55a5a1c9745609a4b054666819b9..4ed3bdfd384d35874305797c87e2da4af94954c6 100644 --- a/ui/pl.lproj/CurrentCall.strings +++ b/ui/pl.lproj/CurrentCall.strings @@ -20,6 +20,15 @@ /* Class = "NSButton"; ibShadowedToolTip = "Mute Video"; ObjectID = "LVS-yZ-98V"; */ "LVS-yZ-98V.ibShadowedToolTip" = "Wyłącz video"; +/* Class = "NSButton"; ibShadowedToolTip = "Select video device"; ObjectID = "Vcv-ia-VEy"; */ +"Vcv-ia-VEy.ibShadowedToolTip" = "Wybierz urządzenie obrazu"; + +/* Class = "NSButton"; ibShadowedToolTip = "Share"; ObjectID = "ZGn-Tc-sg3"; */ +"ZGn-Tc-sg3.ibShadowedToolTip" = "Podziel się"; + +/* Class = "NSButton"; ibShadowedToolTip = "Enable plugins"; ObjectID = "YtG-ob-etP"; */ +"YtG-ob-etP.ibShadowedToolTip" = "Włącz wtyczki"; + /* Class = "CocoaBindingsConnection"; ibShadowedMultipleValuesPlaceholder = "Send a message"; ObjectID = "NRc-5f-Ujc"; */ "NRc-5f-Ujc.ibShadowedMultipleValuesPlaceholder" = "Wyślij wiadomość"; @@ -33,7 +42,7 @@ "QYT-0n-4sw.ibShadowedToolTip" = "Nagrywaj"; /* Class = "NSButton"; ibShadowedToolTip = "add contact to call"; ObjectID = "Vhk-fx-6RW"; */ -"Vhk-fx-6RW.ibShadowedToolTip" = "add contact to call"; +"Vhk-fx-6RW.ibShadowedToolTip" = "Add contact to call"; /* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "YGj-SP-ikj"; */ "YGj-SP-ikj.title" = "Wpis tekstu"; @@ -51,13 +60,13 @@ "fmp-x4-Pef.ibShadowedToolTip" = "Włącz czat"; /* Class = "NSTextFieldCell"; title = "person Id"; ObjectID = "hKi-Ay-ex5"; */ -"hKi-Ay-ex5.title" = "person Id"; +"hKi-Ay-ex5.title" = "Id osoby"; /* Class = "NSBox"; title = "Box"; ObjectID = "hfc-s5-yWK"; */ "hfc-s5-yWK.title" = "Blok"; /* Class = "NSButton"; ibShadowedToolTip = "Send a file"; ObjectID = "ngO-WV-cXD"; */ -"ngO-WV-cXD.ibShadowedToolTip" = "Send a file"; +"ngO-WV-cXD.ibShadowedToolTip" = "Wyślij plik"; /* Class = "NSButton"; ibShadowedToolTip = "Pick up"; ObjectID = "qgD-3D-nD5"; */ "qgD-3D-nD5.ibShadowedToolTip" = "Odbierz"; @@ -65,8 +74,14 @@ /* Class = "NSButton"; ibShadowedToolTip = "Send"; ObjectID = "rqa-be-VIB"; */ "rqa-be-VIB.ibShadowedToolTip" = "Wyślij"; -/* Class = "NSButton"; ibShadowedToolTip = "Mute Audio"; ObjectID = "tQl-cT-0Lb"; */ -"tQl-cT-0Lb.ibShadowedToolTip" = "Wyłącz dźwięk"; +/* Class = "NSButton"; ibShadowedToolTip = "Select audio output device"; ObjectID = "Yma-O2-Ljp"; */ +"Yma-O2-Ljp.ibShadowedToolTip" = "Wybierz urządzenie wyjściowe dźwięku"; + +/* Class = "NSButton"; ibShadowedToolTip = "Select audio input device"; ObjectID = "aMU-l3-xFT"; */ +"aMU-l3-xFT.ibShadowedToolTip" = "Wybierz urządzenie wejściowe dźwięku"; + +/* Class = "NSButton"; ibShadowedToolTip = "Mute microphone"; ObjectID = "N0A-rb-6rf"; */ +"N0A-rb-6rf.ibShadowedToolTip" = "Wycisz mikrofon"; /* Class = "NSTextFieldCell"; placeholderString = "Person name"; ObjectID = "ues-20-34k"; */ "ues-20-34k.placeholderString" = "Nazwisko osoby"; diff --git a/ui/pl.lproj/GeneralPrefs.strings b/ui/pl.lproj/GeneralPrefs.strings index 78e2ee58d6ce440f8f048972f1a272cb1af44dfb..3cbc20171cb5d85e14db004a097fe816f7fb6c77 100644 --- a/ui/pl.lproj/GeneralPrefs.strings +++ b/ui/pl.lproj/GeneralPrefs.strings @@ -1,6 +1,6 @@ /* Class = "NSButtonCell"; title = "Enable notifications for incoming messages"; ObjectID = "0jV-Q4-232"; */ -"0jV-Q4-232.title" = "Enable notifications for incoming messages"; +"0jV-Q4-232.title" = "Włącz powiadomienia dla przychodzących wiadomości"; /* Class = "NSMenuItem"; title = "Monthly"; ObjectID = "42E-UY-qlP"; */ "42E-UY-qlP.title" = "Miesięcznie"; @@ -21,7 +21,7 @@ "AId-am-73Q.title" = "Tygodniowo"; /* Class = "NSTextFieldCell"; title = "Quality(Kbps)"; ObjectID = "AOr-Cq-w57"; */ -"AOr-Cq-w57.title" = "Quality(Kbps)"; +"AOr-Cq-w57.title" = "Jakość(Kbps)"; /* Class = "NSTextFieldCell"; title = "Notifications"; ObjectID = "I0d-mx-KhT"; */ "I0d-mx-KhT.title" = "Powiadomienia"; @@ -30,13 +30,13 @@ "JGj-TS-Hxl.title" = "6000"; /* Class = "NSButtonCell"; title = "Enable notifications for invitations"; ObjectID = "Lww-Wb-yrf"; */ -"Lww-Wb-yrf.title" = "Enable notifications for invitations"; +"Lww-Wb-yrf.title" = "Włącz powiadomienia dla zaproszeń"; /* Class = "NSButtonCell"; title = "Launch on Startup"; ObjectID = "O2C-xR-mHF"; */ "O2C-xR-mHF.title" = "Uruchom przy Starcie"; /* Class = "NSTextFieldCell"; title = "Call recording"; ObjectID = "Qb8-tb-vJd"; */ -"Qb8-tb-vJd.title" = "Call recording"; +"Qb8-tb-vJd.title" = "Nagrywanie rozmowy"; /* Class = "NSButtonCell"; title = "Automatically check for updates"; ObjectID = "T3a-yx-ZaW"; */ "T3a-yx-ZaW.title" = "Automatycznie sprawdź po aktualizacje"; @@ -48,7 +48,7 @@ "cB6-4m-9MU.title" = "Codziennie"; /* Class = "NSTextFieldCell"; title = "Record folder"; ObjectID = "ep4-QU-rGl"; */ -"ep4-QU-rGl.title" = "Record folder"; +"ep4-QU-rGl.title" = "Nagraj folder"; /* Class = "NSMenuItem"; title = "Hourly"; ObjectID = "mbu-TH-bs8"; */ "mbu-TH-bs8.title" = "Co godzinę"; @@ -63,4 +63,4 @@ "uYI-hA-JHk.title" = "Przenieś Jami na pierwszy plan przy połączeniach przychodzących"; /* Class = "NSButtonCell"; title = "Record local video"; ObjectID = "y5x-4d-E26"; */ -"y5x-4d-E26.title" = "Record local video"; +"y5x-4d-E26.title" = "Nagraj lokalne wideo"; diff --git a/ui/pl.lproj/Localizable.strings b/ui/pl.lproj/Localizable.strings index 1432d5e78cbef5ac60c9f50571667667ef646bfc..2adb0d10f320ddb6e747e06f4d8e50b6d769ce4b 100644 --- a/ui/pl.lproj/Localizable.strings +++ b/ui/pl.lproj/Localizable.strings @@ -41,7 +41,7 @@ "Canceled" = "Anulowano"; /* Contextual menu entry */ -"Choose file" = "Wybierz plik"; +"Stream file" = "Stream file"; /* Contextual menu action */ "Clear conversation" = "Wyczyść rozmowę"; @@ -182,7 +182,7 @@ "Unjoinable" = "Nieosiągalny"; /* Error video permission */ -"Video permission not granted" = "Video permission not granted"; +"Video permission not granted" = "Uprawnienia wideo nieprzyznane"; /* Welcome title */ "Welcome to Jami" = "Witaj w Jami"; @@ -292,3 +292,15 @@ /* Contextual menu for message */ "Resend" = "Wyślij ponownie"; +/* In call status info */ +"Wants to talk to you" = "Wants to talk to you"; + +/* share button tooltip */ +"Stop screen sharing" = "Stop screen sharing"; + +/* share button tooltip */ +"Stop file streaming" = "Stop file streaming"; + +/* share button tooltip */ +"Share" = "Podziel się"; + diff --git a/ui/pl.lproj/PreferencesWindow.strings b/ui/pl.lproj/PreferencesWindow.strings index 3abbc4c1545095e4d01e7441c8b1221cad6c2c6c..b270724c7c6d6b3c1f284ea361dd8616e36818c8 100644 --- a/ui/pl.lproj/PreferencesWindow.strings +++ b/ui/pl.lproj/PreferencesWindow.strings @@ -25,3 +25,10 @@ /* Class = "NSToolbarItem"; paletteLabel = "Video"; ObjectID = "jLi-an-TR2"; */ "jLi-an-TR2.paletteLabel" = "Wideo"; + +/* Class = "NSToolbarItem"; label = "Plugins"; ObjectID = "zzE-XA-cFn"; */ +"zzE-XA-cFn.label" = "Wtyczki"; + +/* Class = "NSToolbarItem"; paletteLabel = "Plugins"; ObjectID = "zzE-XA-cFn"; */ +"zzE-XA-cFn.paletteLabel" = "Wtyczki"; + diff --git a/ui/pl.lproj/RingWindow.strings b/ui/pl.lproj/RingWindow.strings index 7187df1b0941dfcf45ee25ad46b709c78d0fe604..2954d6d1dcab41fce5e8e27077149cb75dfb7a82 100644 --- a/ui/pl.lproj/RingWindow.strings +++ b/ui/pl.lproj/RingWindow.strings @@ -18,19 +18,19 @@ "F0z-JX-Cv5.title" = "Jami"; /* Class = "NSButton"; ibShadowedToolTip = "Accept Invitation"; ObjectID = "Fc5-KS-cim"; */ -"Fc5-KS-cim.ibShadowedToolTip" = "Accept Invitation"; +"Fc5-KS-cim.ibShadowedToolTip" = "Zaakceptuj Zaproszenie"; /* Class = "NSButton"; ibShadowedToolTip = "Share account info"; ObjectID = "Oac-o7-2Ge"; */ -"Oac-o7-2Ge.ibShadowedToolTip" = "Share account info"; +"Oac-o7-2Ge.ibShadowedToolTip" = "Udostępnij informacje o koncie"; /* Class = "NSMenuItem"; title = "Item 3"; ObjectID = "Oe5-Nj-cP3"; */ "Oe5-Nj-cP3.title" = "Element 3"; /* Class = "NSToolbarItem"; label = "Toolbar Item"; ObjectID = "XSp-w5-Fes"; */ -"XSp-w5-Fes.label" = "Toolbar Item"; +"XSp-w5-Fes.label" = "Element Paska Narzędzi"; /* Class = "NSToolbarItem"; paletteLabel = "Toolbar Item"; ObjectID = "XSp-w5-Fes"; */ -"XSp-w5-Fes.paletteLabel" = "Toolbar Item"; +"XSp-w5-Fes.paletteLabel" = "Element Paska Narzędzi"; /* Class = "NSTextFieldCell"; title = "This is your ID.\nCopy and share it with your friends!"; ObjectID = "Xb9-UT-M2F"; */ "Xb9-UT-M2F.title" = "To jest twoje ID.\nSkopiuj i podziel się ze swoimi znajomymi!"; @@ -39,10 +39,10 @@ "eVv-lu-T1Y.title" = "Blok"; /* Class = "NSButton"; ibShadowedToolTip = "Show QRcode"; ObjectID = "eXV-BT-B6J"; */ -"eXV-BT-B6J.ibShadowedToolTip" = "Show QRcode"; +"eXV-BT-B6J.ibShadowedToolTip" = "Pokaż kod QR"; /* Class = "NSButton"; ibShadowedToolTip = "Ignore invitation"; ObjectID = "ejM-H2-aJX"; */ -"ejM-H2-aJX.ibShadowedToolTip" = "Ignore invitation"; +"ejM-H2-aJX.ibShadowedToolTip" = "Ignoruj zaproszenie"; /* Class = "NSTextFieldCell"; title = "Jami is free software for universal communication which respects the freedoms and privacy of its users."; ObjectID = "eln-Vm-t0d"; */ "eln-Vm-t0d.title" = "Jami jest wolnym oprogramowaniem do uniwersalnej komunikacji, respektującym wolności i prywatność swoich użytkowników."; diff --git a/ui/pl_PL.lproj/Conversation.strings b/ui/pl_PL.lproj/Conversation.strings index 575f02178b3a0317684e44cde838347c1481ffbe..ec631ea9645ce450398f6c3d30bcb0f1ce21cc8d 100644 --- a/ui/pl_PL.lproj/Conversation.strings +++ b/ui/pl_PL.lproj/Conversation.strings @@ -20,6 +20,9 @@ /* Class = "NSButton"; ibShadowedToolTip = "Start video call"; ObjectID = "cFH-d7-Erh"; */ "cFH-d7-Erh.ibShadowedToolTip" = "Rozpocznij rozmowę wideo"; +/* Class = "NSButton"; ibShadowedToolTip = "Enable plugins"; ObjectID = "FvO-Yj-ry0"; */ +"FvO-Yj-ry0.ibShadowedToolTip" = "Enable plugins"; + /* Class = "NSBox"; title = "Box"; ObjectID = "ciI-CA-tly"; */ "ciI-CA-tly.title" = "Box"; diff --git a/ui/pl_PL.lproj/CurrentCall.strings b/ui/pl_PL.lproj/CurrentCall.strings index c5bf0068bc0590254362ec5ee397a8f591427384..67641e17ef39918227fe68fd1513acf5d5db3b3e 100644 --- a/ui/pl_PL.lproj/CurrentCall.strings +++ b/ui/pl_PL.lproj/CurrentCall.strings @@ -20,6 +20,15 @@ /* Class = "NSButton"; ibShadowedToolTip = "Mute Video"; ObjectID = "LVS-yZ-98V"; */ "LVS-yZ-98V.ibShadowedToolTip" = "Wyłącz video"; +/* Class = "NSButton"; ibShadowedToolTip = "Select video device"; ObjectID = "Vcv-ia-VEy"; */ +"Vcv-ia-VEy.ibShadowedToolTip" = "Select video device"; + +/* Class = "NSButton"; ibShadowedToolTip = "Share"; ObjectID = "ZGn-Tc-sg3"; */ +"ZGn-Tc-sg3.ibShadowedToolTip" = "Podziel się"; + +/* Class = "NSButton"; ibShadowedToolTip = "Enable plugins"; ObjectID = "YtG-ob-etP"; */ +"YtG-ob-etP.ibShadowedToolTip" = "Enable plugins"; + /* Class = "CocoaBindingsConnection"; ibShadowedMultipleValuesPlaceholder = "Send a message"; ObjectID = "NRc-5f-Ujc"; */ "NRc-5f-Ujc.ibShadowedMultipleValuesPlaceholder" = "Wyślij wiadomość"; @@ -33,7 +42,7 @@ "QYT-0n-4sw.ibShadowedToolTip" = "Nagraj"; /* Class = "NSButton"; ibShadowedToolTip = "add contact to call"; ObjectID = "Vhk-fx-6RW"; */ -"Vhk-fx-6RW.ibShadowedToolTip" = "add contact to call"; +"Vhk-fx-6RW.ibShadowedToolTip" = "Add contact to call"; /* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "YGj-SP-ikj"; */ "YGj-SP-ikj.title" = "Wpis tekstu"; @@ -65,8 +74,14 @@ /* Class = "NSButton"; ibShadowedToolTip = "Send"; ObjectID = "rqa-be-VIB"; */ "rqa-be-VIB.ibShadowedToolTip" = "Wyślij"; -/* Class = "NSButton"; ibShadowedToolTip = "Mute Audio"; ObjectID = "tQl-cT-0Lb"; */ -"tQl-cT-0Lb.ibShadowedToolTip" = "Wyłącz dźwięk"; +/* Class = "NSButton"; ibShadowedToolTip = "Select audio output device"; ObjectID = "Yma-O2-Ljp"; */ +"Yma-O2-Ljp.ibShadowedToolTip" = "Select audio output device"; + +/* Class = "NSButton"; ibShadowedToolTip = "Select audio input device"; ObjectID = "aMU-l3-xFT"; */ +"aMU-l3-xFT.ibShadowedToolTip" = "Select audio input device"; + +/* Class = "NSButton"; ibShadowedToolTip = "Mute microphone"; ObjectID = "N0A-rb-6rf"; */ +"N0A-rb-6rf.ibShadowedToolTip" = "Wycisz mikrofon"; /* Class = "NSTextFieldCell"; placeholderString = "Person name"; ObjectID = "ues-20-34k"; */ "ues-20-34k.placeholderString" = "Nazwisko osoby"; diff --git a/ui/pl_PL.lproj/Localizable.strings b/ui/pl_PL.lproj/Localizable.strings index 0c92f47f1511f5f506e7bc3cb0462e6ee0f39ad2..1924b2e318b2d249813141784fb8a67ec054a75d 100644 --- a/ui/pl_PL.lproj/Localizable.strings +++ b/ui/pl_PL.lproj/Localizable.strings @@ -41,7 +41,7 @@ "Canceled" = "Canceled"; /* Contextual menu entry */ -"Choose file" = "Choose file"; +"Stream file" = "Stream file"; /* Contextual menu action */ "Clear conversation" = "Wyczyść rozmowę"; @@ -292,3 +292,15 @@ /* Contextual menu for message */ "Resend" = "Resend"; +/* In call status info */ +"Wants to talk to you" = "Wants to talk to you"; + +/* share button tooltip */ +"Stop screen sharing" = "Stop screen sharing"; + +/* share button tooltip */ +"Stop file streaming" = "Stop file streaming"; + +/* share button tooltip */ +"Share" = "Podziel się"; + diff --git a/ui/pl_PL.lproj/PreferencesWindow.strings b/ui/pl_PL.lproj/PreferencesWindow.strings index 68aafd8ba5fc35b489a32e79ec63a8c883c8fc6e..91e1d8be3491a6df33d6d2414251b142d7401326 100644 --- a/ui/pl_PL.lproj/PreferencesWindow.strings +++ b/ui/pl_PL.lproj/PreferencesWindow.strings @@ -25,3 +25,10 @@ /* Class = "NSToolbarItem"; paletteLabel = "Video"; ObjectID = "jLi-an-TR2"; */ "jLi-an-TR2.paletteLabel" = "Wideo"; + +/* Class = "NSToolbarItem"; label = "Plugins"; ObjectID = "zzE-XA-cFn"; */ +"zzE-XA-cFn.label" = "Dodatki"; + +/* Class = "NSToolbarItem"; paletteLabel = "Plugins"; ObjectID = "zzE-XA-cFn"; */ +"zzE-XA-cFn.paletteLabel" = "Dodatki"; + diff --git a/ui/pt.lproj/Conversation.strings b/ui/pt.lproj/Conversation.strings index 609f462f998d94345fc05f8517e7b1a02f9c6f6b..55e882cff0765f11b3c2d7594e8a91d515fcf802 100644 --- a/ui/pt.lproj/Conversation.strings +++ b/ui/pt.lproj/Conversation.strings @@ -20,6 +20,9 @@ /* Class = "NSButton"; ibShadowedToolTip = "Start video call"; ObjectID = "cFH-d7-Erh"; */ "cFH-d7-Erh.ibShadowedToolTip" = "Começar chamada de vídeo"; +/* Class = "NSButton"; ibShadowedToolTip = "Enable plugins"; ObjectID = "FvO-Yj-ry0"; */ +"FvO-Yj-ry0.ibShadowedToolTip" = "Enable plugins"; + /* Class = "NSBox"; title = "Box"; ObjectID = "ciI-CA-tly"; */ "ciI-CA-tly.title" = "Caixa"; diff --git a/ui/pt.lproj/CurrentCall.strings b/ui/pt.lproj/CurrentCall.strings index 6650680bb3d608056da62474eb209d1528d6ecb6..894e3cf2d3d1639bcf6ebc08bdd4e929d1c11831 100644 --- a/ui/pt.lproj/CurrentCall.strings +++ b/ui/pt.lproj/CurrentCall.strings @@ -20,6 +20,15 @@ /* Class = "NSButton"; ibShadowedToolTip = "Mute Video"; ObjectID = "LVS-yZ-98V"; */ "LVS-yZ-98V.ibShadowedToolTip" = "Tirar Som ao Vídeo"; +/* Class = "NSButton"; ibShadowedToolTip = "Select video device"; ObjectID = "Vcv-ia-VEy"; */ +"Vcv-ia-VEy.ibShadowedToolTip" = "Select video device"; + +/* Class = "NSButton"; ibShadowedToolTip = "Share"; ObjectID = "ZGn-Tc-sg3"; */ +"ZGn-Tc-sg3.ibShadowedToolTip" = "Partilhar"; + +/* Class = "NSButton"; ibShadowedToolTip = "Enable plugins"; ObjectID = "YtG-ob-etP"; */ +"YtG-ob-etP.ibShadowedToolTip" = "Enable plugins"; + /* Class = "CocoaBindingsConnection"; ibShadowedMultipleValuesPlaceholder = "Send a message"; ObjectID = "NRc-5f-Ujc"; */ "NRc-5f-Ujc.ibShadowedMultipleValuesPlaceholder" = "Enviar mensagem"; @@ -33,7 +42,7 @@ "QYT-0n-4sw.ibShadowedToolTip" = "Gravar"; /* Class = "NSButton"; ibShadowedToolTip = "add contact to call"; ObjectID = "Vhk-fx-6RW"; */ -"Vhk-fx-6RW.ibShadowedToolTip" = "add contact to call"; +"Vhk-fx-6RW.ibShadowedToolTip" = "Add contact to call"; /* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "YGj-SP-ikj"; */ "YGj-SP-ikj.title" = "Texto da Célula"; @@ -65,8 +74,14 @@ /* Class = "NSButton"; ibShadowedToolTip = "Send"; ObjectID = "rqa-be-VIB"; */ "rqa-be-VIB.ibShadowedToolTip" = "Enviar"; -/* Class = "NSButton"; ibShadowedToolTip = "Mute Audio"; ObjectID = "tQl-cT-0Lb"; */ -"tQl-cT-0Lb.ibShadowedToolTip" = "Desativar Áudio"; +/* Class = "NSButton"; ibShadowedToolTip = "Select audio output device"; ObjectID = "Yma-O2-Ljp"; */ +"Yma-O2-Ljp.ibShadowedToolTip" = "Select audio output device"; + +/* Class = "NSButton"; ibShadowedToolTip = "Select audio input device"; ObjectID = "aMU-l3-xFT"; */ +"aMU-l3-xFT.ibShadowedToolTip" = "Select audio input device"; + +/* Class = "NSButton"; ibShadowedToolTip = "Mute microphone"; ObjectID = "N0A-rb-6rf"; */ +"N0A-rb-6rf.ibShadowedToolTip" = "Desativar microfone"; /* Class = "NSTextFieldCell"; placeholderString = "Person name"; ObjectID = "ues-20-34k"; */ "ues-20-34k.placeholderString" = "Nome pessoal"; diff --git a/ui/pt.lproj/Localizable.strings b/ui/pt.lproj/Localizable.strings index 91ce72b2137f2ada876ede3e47410d4c6d13ab29..a8375f41be6031ba9dcc0f2ad2ccf020546203ba 100644 --- a/ui/pt.lproj/Localizable.strings +++ b/ui/pt.lproj/Localizable.strings @@ -41,7 +41,7 @@ "Canceled" = "Cancelada"; /* Contextual menu entry */ -"Choose file" = "Choose file"; +"Stream file" = "Stream file"; /* Contextual menu action */ "Clear conversation" = "Limpar conversação"; @@ -292,3 +292,15 @@ /* Contextual menu for message */ "Resend" = "Resend"; +/* In call status info */ +"Wants to talk to you" = "Wants to talk to you"; + +/* share button tooltip */ +"Stop screen sharing" = "Stop screen sharing"; + +/* share button tooltip */ +"Stop file streaming" = "Stop file streaming"; + +/* share button tooltip */ +"Share" = "Partilhar"; + diff --git a/ui/pt.lproj/PreferencesWindow.strings b/ui/pt.lproj/PreferencesWindow.strings index 6e2e39ed4fc4b7a1936105ad9910e77b342aef9f..90172b26e8e5bfe38d257601d9635d1d76b760d6 100644 --- a/ui/pt.lproj/PreferencesWindow.strings +++ b/ui/pt.lproj/PreferencesWindow.strings @@ -25,3 +25,10 @@ /* Class = "NSToolbarItem"; paletteLabel = "Video"; ObjectID = "jLi-an-TR2"; */ "jLi-an-TR2.paletteLabel" = "Vídeo"; + +/* Class = "NSToolbarItem"; label = "Plugins"; ObjectID = "zzE-XA-cFn"; */ +"zzE-XA-cFn.label" = "Plugins"; + +/* Class = "NSToolbarItem"; paletteLabel = "Plugins"; ObjectID = "zzE-XA-cFn"; */ +"zzE-XA-cFn.paletteLabel" = "Plugins"; + diff --git a/ui/pt_BR.lproj/Conversation.strings b/ui/pt_BR.lproj/Conversation.strings index 03aac5b5170d172aaae3dae2904c226bbb71b526..7977d4b76e7debac3455907dddf45bc5d5883a3e 100644 --- a/ui/pt_BR.lproj/Conversation.strings +++ b/ui/pt_BR.lproj/Conversation.strings @@ -20,6 +20,9 @@ /* Class = "NSButton"; ibShadowedToolTip = "Start video call"; ObjectID = "cFH-d7-Erh"; */ "cFH-d7-Erh.ibShadowedToolTip" = "Iniciar videochamada"; +/* Class = "NSButton"; ibShadowedToolTip = "Enable plugins"; ObjectID = "FvO-Yj-ry0"; */ +"FvO-Yj-ry0.ibShadowedToolTip" = "Ativar os Complementos"; + /* Class = "NSBox"; title = "Box"; ObjectID = "ciI-CA-tly"; */ "ciI-CA-tly.title" = "Caixa"; diff --git a/ui/pt_BR.lproj/CurrentCall.strings b/ui/pt_BR.lproj/CurrentCall.strings index dc084d52ea399b01853dc4abc0dabfefb762d0fc..aafd7909f8f8c4fbc70d55a027d003dadd29519d 100644 --- a/ui/pt_BR.lproj/CurrentCall.strings +++ b/ui/pt_BR.lproj/CurrentCall.strings @@ -20,6 +20,15 @@ /* Class = "NSButton"; ibShadowedToolTip = "Mute Video"; ObjectID = "LVS-yZ-98V"; */ "LVS-yZ-98V.ibShadowedToolTip" = "Tirar Som ao Vídeo"; +/* Class = "NSButton"; ibShadowedToolTip = "Select video device"; ObjectID = "Vcv-ia-VEy"; */ +"Vcv-ia-VEy.ibShadowedToolTip" = "Selecione o dispositivo de vídeo"; + +/* Class = "NSButton"; ibShadowedToolTip = "Share"; ObjectID = "ZGn-Tc-sg3"; */ +"ZGn-Tc-sg3.ibShadowedToolTip" = "Compartilhar"; + +/* Class = "NSButton"; ibShadowedToolTip = "Enable plugins"; ObjectID = "YtG-ob-etP"; */ +"YtG-ob-etP.ibShadowedToolTip" = "Ativar os Complementos"; + /* Class = "CocoaBindingsConnection"; ibShadowedMultipleValuesPlaceholder = "Send a message"; ObjectID = "NRc-5f-Ujc"; */ "NRc-5f-Ujc.ibShadowedMultipleValuesPlaceholder" = "Enviar mensagem"; @@ -33,7 +42,7 @@ "QYT-0n-4sw.ibShadowedToolTip" = "Gravar"; /* Class = "NSButton"; ibShadowedToolTip = "add contact to call"; ObjectID = "Vhk-fx-6RW"; */ -"Vhk-fx-6RW.ibShadowedToolTip" = "adicionar contato para ligar"; +"Vhk-fx-6RW.ibShadowedToolTip" = "Add contact to call"; /* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "YGj-SP-ikj"; */ "YGj-SP-ikj.title" = "Célula de Texto"; @@ -65,8 +74,14 @@ /* Class = "NSButton"; ibShadowedToolTip = "Send"; ObjectID = "rqa-be-VIB"; */ "rqa-be-VIB.ibShadowedToolTip" = "Enviar"; -/* Class = "NSButton"; ibShadowedToolTip = "Mute Audio"; ObjectID = "tQl-cT-0Lb"; */ -"tQl-cT-0Lb.ibShadowedToolTip" = "Desativar Áudio"; +/* Class = "NSButton"; ibShadowedToolTip = "Select audio output device"; ObjectID = "Yma-O2-Ljp"; */ +"Yma-O2-Ljp.ibShadowedToolTip" = "Selecione o dispositivo de saída de áudio"; + +/* Class = "NSButton"; ibShadowedToolTip = "Select audio input device"; ObjectID = "aMU-l3-xFT"; */ +"aMU-l3-xFT.ibShadowedToolTip" = "Selecione o dispositivo de entrada de áudio"; + +/* Class = "NSButton"; ibShadowedToolTip = "Mute microphone"; ObjectID = "N0A-rb-6rf"; */ +"N0A-rb-6rf.ibShadowedToolTip" = "Desativar microfone"; /* Class = "NSTextFieldCell"; placeholderString = "Person name"; ObjectID = "ues-20-34k"; */ "ues-20-34k.placeholderString" = "Nome pessoal"; diff --git a/ui/pt_BR.lproj/Localizable.strings b/ui/pt_BR.lproj/Localizable.strings index ae4cfa909e0be65e6494d42a22cd85dabeb9f032..2d9c5da0251cd60b09f104fe43a02d6e24f6e77d 100644 --- a/ui/pt_BR.lproj/Localizable.strings +++ b/ui/pt_BR.lproj/Localizable.strings @@ -41,7 +41,7 @@ "Canceled" = "Cancelada"; /* Contextual menu entry */ -"Choose file" = "Escolha arquivo"; +"Stream file" = "Stream file"; /* Contextual menu action */ "Clear conversation" = "Eliminar a conversa"; @@ -292,3 +292,15 @@ /* Contextual menu for message */ "Resend" = "Reenviar"; +/* In call status info */ +"Wants to talk to you" = "Wants to talk to you"; + +/* share button tooltip */ +"Stop screen sharing" = "Stop screen sharing"; + +/* share button tooltip */ +"Stop file streaming" = "Stop file streaming"; + +/* share button tooltip */ +"Share" = "Compartilhar"; + diff --git a/ui/pt_BR.lproj/PreferencesWindow.strings b/ui/pt_BR.lproj/PreferencesWindow.strings index 7cd9c40a06ddbe7599498832e8a6693c1d5c3d0a..83cab727d2babf2f93808ea131f965235b43aa8a 100644 --- a/ui/pt_BR.lproj/PreferencesWindow.strings +++ b/ui/pt_BR.lproj/PreferencesWindow.strings @@ -25,3 +25,10 @@ /* Class = "NSToolbarItem"; paletteLabel = "Video"; ObjectID = "jLi-an-TR2"; */ "jLi-an-TR2.paletteLabel" = "Vídeo"; + +/* Class = "NSToolbarItem"; label = "Plugins"; ObjectID = "zzE-XA-cFn"; */ +"zzE-XA-cFn.label" = "Complementos"; + +/* Class = "NSToolbarItem"; paletteLabel = "Plugins"; ObjectID = "zzE-XA-cFn"; */ +"zzE-XA-cFn.paletteLabel" = "Complementos"; + diff --git a/ui/pt_PT.lproj/Conversation.strings b/ui/pt_PT.lproj/Conversation.strings index 0a88e18e292f2b2ef5a97b9d535940df48089905..64f6b322f0647bf157884b35ca97e8399cb06e79 100644 --- a/ui/pt_PT.lproj/Conversation.strings +++ b/ui/pt_PT.lproj/Conversation.strings @@ -20,6 +20,9 @@ /* Class = "NSButton"; ibShadowedToolTip = "Start video call"; ObjectID = "cFH-d7-Erh"; */ "cFH-d7-Erh.ibShadowedToolTip" = "Começar chamada de vídeo"; +/* Class = "NSButton"; ibShadowedToolTip = "Enable plugins"; ObjectID = "FvO-Yj-ry0"; */ +"FvO-Yj-ry0.ibShadowedToolTip" = "Enable plugins"; + /* Class = "NSBox"; title = "Box"; ObjectID = "ciI-CA-tly"; */ "ciI-CA-tly.title" = "Caixa"; diff --git a/ui/pt_PT.lproj/CurrentCall.strings b/ui/pt_PT.lproj/CurrentCall.strings index 70122b11ea539dde80833a67bc6676c2a2ecd57c..f57070950d062ac36789f48334815b6319ca0d27 100644 --- a/ui/pt_PT.lproj/CurrentCall.strings +++ b/ui/pt_PT.lproj/CurrentCall.strings @@ -20,6 +20,15 @@ /* Class = "NSButton"; ibShadowedToolTip = "Mute Video"; ObjectID = "LVS-yZ-98V"; */ "LVS-yZ-98V.ibShadowedToolTip" = "Tirar Som ao Vídeo"; +/* Class = "NSButton"; ibShadowedToolTip = "Select video device"; ObjectID = "Vcv-ia-VEy"; */ +"Vcv-ia-VEy.ibShadowedToolTip" = "Select video device"; + +/* Class = "NSButton"; ibShadowedToolTip = "Share"; ObjectID = "ZGn-Tc-sg3"; */ +"ZGn-Tc-sg3.ibShadowedToolTip" = "Partilhar"; + +/* Class = "NSButton"; ibShadowedToolTip = "Enable plugins"; ObjectID = "YtG-ob-etP"; */ +"YtG-ob-etP.ibShadowedToolTip" = "Enable plugins"; + /* Class = "CocoaBindingsConnection"; ibShadowedMultipleValuesPlaceholder = "Send a message"; ObjectID = "NRc-5f-Ujc"; */ "NRc-5f-Ujc.ibShadowedMultipleValuesPlaceholder" = "Enviar mensagem"; @@ -33,7 +42,7 @@ "QYT-0n-4sw.ibShadowedToolTip" = "Gravar"; /* Class = "NSButton"; ibShadowedToolTip = "add contact to call"; ObjectID = "Vhk-fx-6RW"; */ -"Vhk-fx-6RW.ibShadowedToolTip" = "adicionar contacto à chamada"; +"Vhk-fx-6RW.ibShadowedToolTip" = "Add contact to call"; /* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "YGj-SP-ikj"; */ "YGj-SP-ikj.title" = "Texto da Célula"; @@ -65,8 +74,14 @@ /* Class = "NSButton"; ibShadowedToolTip = "Send"; ObjectID = "rqa-be-VIB"; */ "rqa-be-VIB.ibShadowedToolTip" = "Enviar"; -/* Class = "NSButton"; ibShadowedToolTip = "Mute Audio"; ObjectID = "tQl-cT-0Lb"; */ -"tQl-cT-0Lb.ibShadowedToolTip" = "Desativar Áudio"; +/* Class = "NSButton"; ibShadowedToolTip = "Select audio output device"; ObjectID = "Yma-O2-Ljp"; */ +"Yma-O2-Ljp.ibShadowedToolTip" = "Select audio output device"; + +/* Class = "NSButton"; ibShadowedToolTip = "Select audio input device"; ObjectID = "aMU-l3-xFT"; */ +"aMU-l3-xFT.ibShadowedToolTip" = "Select audio input device"; + +/* Class = "NSButton"; ibShadowedToolTip = "Mute microphone"; ObjectID = "N0A-rb-6rf"; */ +"N0A-rb-6rf.ibShadowedToolTip" = "Desativar microfone"; /* Class = "NSTextFieldCell"; placeholderString = "Person name"; ObjectID = "ues-20-34k"; */ "ues-20-34k.placeholderString" = "Nome pessoal"; diff --git a/ui/pt_PT.lproj/Localizable.strings b/ui/pt_PT.lproj/Localizable.strings index bd2bc1d75769a1d602e106e3db46101df447a32e..d6fcd9e9c8227948e8e402e37fa34248d64ff68a 100644 --- a/ui/pt_PT.lproj/Localizable.strings +++ b/ui/pt_PT.lproj/Localizable.strings @@ -41,7 +41,7 @@ "Canceled" = "Cancelada"; /* Contextual menu entry */ -"Choose file" = "Escolher ficheiro"; +"Stream file" = "Stream file"; /* Contextual menu action */ "Clear conversation" = "Limpar conversação"; @@ -292,3 +292,15 @@ /* Contextual menu for message */ "Resend" = "Resend"; +/* In call status info */ +"Wants to talk to you" = "Wants to talk to you"; + +/* share button tooltip */ +"Stop screen sharing" = "Stop screen sharing"; + +/* share button tooltip */ +"Stop file streaming" = "Stop file streaming"; + +/* share button tooltip */ +"Share" = "Partilhar"; + diff --git a/ui/pt_PT.lproj/PreferencesWindow.strings b/ui/pt_PT.lproj/PreferencesWindow.strings index 5ee382a14729b2eb6d245d26d7e9c6448aecec50..1767adbec68a38b089c616ca55ae036b420c8d9d 100644 --- a/ui/pt_PT.lproj/PreferencesWindow.strings +++ b/ui/pt_PT.lproj/PreferencesWindow.strings @@ -25,3 +25,10 @@ /* Class = "NSToolbarItem"; paletteLabel = "Video"; ObjectID = "jLi-an-TR2"; */ "jLi-an-TR2.paletteLabel" = "Vídeo"; + +/* Class = "NSToolbarItem"; label = "Plugins"; ObjectID = "zzE-XA-cFn"; */ +"zzE-XA-cFn.label" = "Plugins"; + +/* Class = "NSToolbarItem"; paletteLabel = "Plugins"; ObjectID = "zzE-XA-cFn"; */ +"zzE-XA-cFn.paletteLabel" = "Plugins"; + diff --git a/ui/ro_RO.lproj/Conversation.strings b/ui/ro_RO.lproj/Conversation.strings index b7f161bbb5e8befb74894f08f57a29fab7f074b2..5d3321fe154099c34e24277f529435716692ed17 100644 --- a/ui/ro_RO.lproj/Conversation.strings +++ b/ui/ro_RO.lproj/Conversation.strings @@ -20,6 +20,9 @@ /* Class = "NSButton"; ibShadowedToolTip = "Start video call"; ObjectID = "cFH-d7-Erh"; */ "cFH-d7-Erh.ibShadowedToolTip" = "Începe un apel video"; +/* Class = "NSButton"; ibShadowedToolTip = "Enable plugins"; ObjectID = "FvO-Yj-ry0"; */ +"FvO-Yj-ry0.ibShadowedToolTip" = "Activează extensii"; + /* Class = "NSBox"; title = "Box"; ObjectID = "ciI-CA-tly"; */ "ciI-CA-tly.title" = "Cutie"; diff --git a/ui/ro_RO.lproj/CurrentCall.strings b/ui/ro_RO.lproj/CurrentCall.strings index 48f0991129980ace8bf0544bf2d619b77e5c5b1b..8da484cb82f9a9e622be112398fd81b30c5444a0 100644 --- a/ui/ro_RO.lproj/CurrentCall.strings +++ b/ui/ro_RO.lproj/CurrentCall.strings @@ -18,7 +18,16 @@ "Kjq-iM-NBL.ibShadowedToolTip" = "Închide"; /* Class = "NSButton"; ibShadowedToolTip = "Mute Video"; ObjectID = "LVS-yZ-98V"; */ -"LVS-yZ-98V.ibShadowedToolTip" = "Stop video"; +"LVS-yZ-98V.ibShadowedToolTip" = "Oprește videocamera"; + +/* Class = "NSButton"; ibShadowedToolTip = "Select video device"; ObjectID = "Vcv-ia-VEy"; */ +"Vcv-ia-VEy.ibShadowedToolTip" = "Alege dispozitivul video"; + +/* Class = "NSButton"; ibShadowedToolTip = "Share"; ObjectID = "ZGn-Tc-sg3"; */ +"ZGn-Tc-sg3.ibShadowedToolTip" = "Distribuie"; + +/* Class = "NSButton"; ibShadowedToolTip = "Enable plugins"; ObjectID = "YtG-ob-etP"; */ +"YtG-ob-etP.ibShadowedToolTip" = "Activează extensii"; /* Class = "CocoaBindingsConnection"; ibShadowedMultipleValuesPlaceholder = "Send a message"; ObjectID = "NRc-5f-Ujc"; */ "NRc-5f-Ujc.ibShadowedMultipleValuesPlaceholder" = "Trimite un mesaj"; @@ -33,7 +42,7 @@ "QYT-0n-4sw.ibShadowedToolTip" = "Înregistrează"; /* Class = "NSButton"; ibShadowedToolTip = "add contact to call"; ObjectID = "Vhk-fx-6RW"; */ -"Vhk-fx-6RW.ibShadowedToolTip" = "adaugă contact de apelat"; +"Vhk-fx-6RW.ibShadowedToolTip" = "Add contact to call"; /* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "YGj-SP-ikj"; */ "YGj-SP-ikj.title" = "Celulă de Text"; @@ -65,8 +74,14 @@ /* Class = "NSButton"; ibShadowedToolTip = "Send"; ObjectID = "rqa-be-VIB"; */ "rqa-be-VIB.ibShadowedToolTip" = "Trimite"; -/* Class = "NSButton"; ibShadowedToolTip = "Mute Audio"; ObjectID = "tQl-cT-0Lb"; */ -"tQl-cT-0Lb.ibShadowedToolTip" = "Mut"; +/* Class = "NSButton"; ibShadowedToolTip = "Select audio output device"; ObjectID = "Yma-O2-Ljp"; */ +"Yma-O2-Ljp.ibShadowedToolTip" = "Alege dispozitivul de ieșire pentru audio"; + +/* Class = "NSButton"; ibShadowedToolTip = "Select audio input device"; ObjectID = "aMU-l3-xFT"; */ +"aMU-l3-xFT.ibShadowedToolTip" = "Alege dispozitivul de intrare pentru audio"; + +/* Class = "NSButton"; ibShadowedToolTip = "Mute microphone"; ObjectID = "N0A-rb-6rf"; */ +"N0A-rb-6rf.ibShadowedToolTip" = "Oprește microfonul"; /* Class = "NSTextFieldCell"; placeholderString = "Person name"; ObjectID = "ues-20-34k"; */ "ues-20-34k.placeholderString" = "Numele persoanei"; diff --git a/ui/ro_RO.lproj/Localizable.strings b/ui/ro_RO.lproj/Localizable.strings index 4c43e77212e24919a038af894d7d6e9c8cc0e483..659b53b74f4a9c6b2eecb8ac2022c4b03357d038 100644 --- a/ui/ro_RO.lproj/Localizable.strings +++ b/ui/ro_RO.lproj/Localizable.strings @@ -41,7 +41,7 @@ "Canceled" = "Anulat"; /* Contextual menu entry */ -"Choose file" = "Alege un fișier"; +"Stream file" = "Stream file"; /* Contextual menu action */ "Clear conversation" = "Șterge conversația"; @@ -74,7 +74,7 @@ "ID: " = "ID: "; /* link account title */ -"Import from backup" = "Importă dintr-o copie de rezervă"; +"Import from backup" = "Importă din copia de rezervă"; /* link account title */ "Import from other device" = "Importă din alt aparat"; @@ -224,13 +224,13 @@ "Hangup" = "Închide"; /* Conference action */ -"Mute audio" = "Mut"; +"Mute audio" = "Oprește microfonul"; /* Conference action */ "Set moderator" = "Pune un moderator"; /* Conference action */ -"Unmute audio" = "Activează"; +"Unmute audio" = "Pornește microfonul"; /* Conference action */ "Unset moderator" = "Elimină moderatorul"; @@ -254,7 +254,7 @@ "Expand" = "Mărește"; /* conference tooltip mute Mute audio */ -"Mute audio" = "Mut"; +"Mute audio" = "Oprește microfonul"; /* conference tooltip mute Hangup */ "Hangup" = "Închide"; @@ -292,3 +292,15 @@ /* Contextual menu for message */ "Resend" = "Trimite din nou"; +/* In call status info */ +"Wants to talk to you" = "Wants to talk to you"; + +/* share button tooltip */ +"Stop screen sharing" = "Stop screen sharing"; + +/* share button tooltip */ +"Stop file streaming" = "Stop file streaming"; + +/* share button tooltip */ +"Share" = "Distribuie"; + diff --git a/ui/ro_RO.lproj/PreferencesWindow.strings b/ui/ro_RO.lproj/PreferencesWindow.strings index 4c6159555e7dd11fea39c54ebcb0a28e282bc903..d0c21b527752e9f14cca6e76bf20189279951d25 100644 --- a/ui/ro_RO.lproj/PreferencesWindow.strings +++ b/ui/ro_RO.lproj/PreferencesWindow.strings @@ -25,3 +25,10 @@ /* Class = "NSToolbarItem"; paletteLabel = "Video"; ObjectID = "jLi-an-TR2"; */ "jLi-an-TR2.paletteLabel" = "Video"; + +/* Class = "NSToolbarItem"; label = "Plugins"; ObjectID = "zzE-XA-cFn"; */ +"zzE-XA-cFn.label" = "Extensii"; + +/* Class = "NSToolbarItem"; paletteLabel = "Plugins"; ObjectID = "zzE-XA-cFn"; */ +"zzE-XA-cFn.paletteLabel" = "Extensii"; + diff --git a/ui/ro_RO.lproj/RingWizardChoose.strings b/ui/ro_RO.lproj/RingWizardChoose.strings index 0eb3e146050a0c0b641a896131aa9c74dbb86d54..8709e4af6189e8c51abcbf53056f14a8807ab0aa 100644 --- a/ui/ro_RO.lproj/RingWizardChoose.strings +++ b/ui/ro_RO.lproj/RingWizardChoose.strings @@ -12,7 +12,7 @@ "k1T-a7-yZD.title" = "Creează un cont Jami"; /* Class = "NSButtonCell"; title = "Import from archive backup"; ObjectID = "rtw-Db-BWL"; */ -"rtw-Db-BWL.title" = "Importă dintr-o copie de rezervă"; +"rtw-Db-BWL.title" = "Importă din copia de rezervă"; /* Class = "NSButtonCell"; title = "Advanced…"; ObjectID = "vCj-67-PGK"; */ "vCj-67-PGK.title" = "Avansate..."; diff --git a/ui/ru.lproj/Conversation.strings b/ui/ru.lproj/Conversation.strings index e9a6d62efeb46ba0071531caede688dc16797b42..696daf1025fd3fba4642c6785a401c8d07e465d4 100644 --- a/ui/ru.lproj/Conversation.strings +++ b/ui/ru.lproj/Conversation.strings @@ -20,6 +20,9 @@ /* Class = "NSButton"; ibShadowedToolTip = "Start video call"; ObjectID = "cFH-d7-Erh"; */ "cFH-d7-Erh.ibShadowedToolTip" = "Начать видеовызов"; +/* Class = "NSButton"; ibShadowedToolTip = "Enable plugins"; ObjectID = "FvO-Yj-ry0"; */ +"FvO-Yj-ry0.ibShadowedToolTip" = "Включить плагины"; + /* Class = "NSBox"; title = "Box"; ObjectID = "ciI-CA-tly"; */ "ciI-CA-tly.title" = "Окно"; diff --git a/ui/ru.lproj/CurrentCall.strings b/ui/ru.lproj/CurrentCall.strings index 81d22befab96fa8862d814705b8dbb582f8a514b..9a9da712349c336660b8c0b4836cdc2fde2593e7 100644 --- a/ui/ru.lproj/CurrentCall.strings +++ b/ui/ru.lproj/CurrentCall.strings @@ -20,6 +20,15 @@ /* Class = "NSButton"; ibShadowedToolTip = "Mute Video"; ObjectID = "LVS-yZ-98V"; */ "LVS-yZ-98V.ibShadowedToolTip" = "Выключить Видео"; +/* Class = "NSButton"; ibShadowedToolTip = "Select video device"; ObjectID = "Vcv-ia-VEy"; */ +"Vcv-ia-VEy.ibShadowedToolTip" = "Выберите видеоустройство"; + +/* Class = "NSButton"; ibShadowedToolTip = "Share"; ObjectID = "ZGn-Tc-sg3"; */ +"ZGn-Tc-sg3.ibShadowedToolTip" = "Поделиться"; + +/* Class = "NSButton"; ibShadowedToolTip = "Enable plugins"; ObjectID = "YtG-ob-etP"; */ +"YtG-ob-etP.ibShadowedToolTip" = "Включить плагины"; + /* Class = "CocoaBindingsConnection"; ibShadowedMultipleValuesPlaceholder = "Send a message"; ObjectID = "NRc-5f-Ujc"; */ "NRc-5f-Ujc.ibShadowedMultipleValuesPlaceholder" = "Отправить сообщение"; @@ -33,7 +42,7 @@ "QYT-0n-4sw.ibShadowedToolTip" = "Запись"; /* Class = "NSButton"; ibShadowedToolTip = "add contact to call"; ObjectID = "Vhk-fx-6RW"; */ -"Vhk-fx-6RW.ibShadowedToolTip" = "добавить контакт к звонку"; +"Vhk-fx-6RW.ibShadowedToolTip" = "Add contact to call"; /* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "YGj-SP-ikj"; */ "YGj-SP-ikj.title" = "Текстовая Ячейка"; @@ -65,8 +74,14 @@ /* Class = "NSButton"; ibShadowedToolTip = "Send"; ObjectID = "rqa-be-VIB"; */ "rqa-be-VIB.ibShadowedToolTip" = "Отправить"; -/* Class = "NSButton"; ibShadowedToolTip = "Mute Audio"; ObjectID = "tQl-cT-0Lb"; */ -"tQl-cT-0Lb.ibShadowedToolTip" = "Выключить Звук"; +/* Class = "NSButton"; ibShadowedToolTip = "Select audio output device"; ObjectID = "Yma-O2-Ljp"; */ +"Yma-O2-Ljp.ibShadowedToolTip" = "Выбрать выходное аудиоустройство"; + +/* Class = "NSButton"; ibShadowedToolTip = "Select audio input device"; ObjectID = "aMU-l3-xFT"; */ +"aMU-l3-xFT.ibShadowedToolTip" = "Выбрать входное аудиоустройство"; + +/* Class = "NSButton"; ibShadowedToolTip = "Mute microphone"; ObjectID = "N0A-rb-6rf"; */ +"N0A-rb-6rf.ibShadowedToolTip" = "Выключить микрофон"; /* Class = "NSTextFieldCell"; placeholderString = "Person name"; ObjectID = "ues-20-34k"; */ "ues-20-34k.placeholderString" = "Имя"; diff --git a/ui/ru.lproj/Localizable.strings b/ui/ru.lproj/Localizable.strings index e6bcc805ce2c97ddaabf0232f9629a24822100a4..9a27e05595011958476e0a819d2b2967a8872d10 100644 --- a/ui/ru.lproj/Localizable.strings +++ b/ui/ru.lproj/Localizable.strings @@ -41,7 +41,7 @@ "Canceled" = "Отменено"; /* Contextual menu entry */ -"Choose file" = "Выбрать файл"; +"Stream file" = "Stream file"; /* Contextual menu action */ "Clear conversation" = "Очистить разговор"; @@ -292,3 +292,15 @@ /* Contextual menu for message */ "Resend" = "Resend"; +/* In call status info */ +"Wants to talk to you" = "Wants to talk to you"; + +/* share button tooltip */ +"Stop screen sharing" = "Stop screen sharing"; + +/* share button tooltip */ +"Stop file streaming" = "Stop file streaming"; + +/* share button tooltip */ +"Share" = "Поделиться"; + diff --git a/ui/ru.lproj/PreferencesWindow.strings b/ui/ru.lproj/PreferencesWindow.strings index ff9b36c06f103031f956f8dc629e7c0803093c69..399c13a483a36eac5d96aaf37e26a1ab426de4b7 100644 --- a/ui/ru.lproj/PreferencesWindow.strings +++ b/ui/ru.lproj/PreferencesWindow.strings @@ -25,3 +25,10 @@ /* Class = "NSToolbarItem"; paletteLabel = "Video"; ObjectID = "jLi-an-TR2"; */ "jLi-an-TR2.paletteLabel" = "Видео"; + +/* Class = "NSToolbarItem"; label = "Plugins"; ObjectID = "zzE-XA-cFn"; */ +"zzE-XA-cFn.label" = "Плагины"; + +/* Class = "NSToolbarItem"; paletteLabel = "Plugins"; ObjectID = "zzE-XA-cFn"; */ +"zzE-XA-cFn.paletteLabel" = "Плагины"; + diff --git a/ui/ru_RU.lproj/Conversation.strings b/ui/ru_RU.lproj/Conversation.strings index aae8767c53faabc3a286b0e54c97d3df6ee50ebb..0d34d9366889661ca76d42fb3e83707fbc19d4dc 100644 --- a/ui/ru_RU.lproj/Conversation.strings +++ b/ui/ru_RU.lproj/Conversation.strings @@ -20,6 +20,9 @@ /* Class = "NSButton"; ibShadowedToolTip = "Start video call"; ObjectID = "cFH-d7-Erh"; */ "cFH-d7-Erh.ibShadowedToolTip" = "Начать видеозвонок "; +/* Class = "NSButton"; ibShadowedToolTip = "Enable plugins"; ObjectID = "FvO-Yj-ry0"; */ +"FvO-Yj-ry0.ibShadowedToolTip" = "Включить плагины"; + /* Class = "NSBox"; title = "Box"; ObjectID = "ciI-CA-tly"; */ "ciI-CA-tly.title" = "Коробка"; diff --git a/ui/ru_RU.lproj/CurrentCall.strings b/ui/ru_RU.lproj/CurrentCall.strings index d390911a583c73761fd098273b0d9f06321d1eee..355876ba49023fd49d9b385d01e600188ea59b26 100644 --- a/ui/ru_RU.lproj/CurrentCall.strings +++ b/ui/ru_RU.lproj/CurrentCall.strings @@ -20,6 +20,15 @@ /* Class = "NSButton"; ibShadowedToolTip = "Mute Video"; ObjectID = "LVS-yZ-98V"; */ "LVS-yZ-98V.ibShadowedToolTip" = "Отключить видео"; +/* Class = "NSButton"; ibShadowedToolTip = "Select video device"; ObjectID = "Vcv-ia-VEy"; */ +"Vcv-ia-VEy.ibShadowedToolTip" = "Select video device"; + +/* Class = "NSButton"; ibShadowedToolTip = "Share"; ObjectID = "ZGn-Tc-sg3"; */ +"ZGn-Tc-sg3.ibShadowedToolTip" = "Поделится"; + +/* Class = "NSButton"; ibShadowedToolTip = "Enable plugins"; ObjectID = "YtG-ob-etP"; */ +"YtG-ob-etP.ibShadowedToolTip" = "Включить плагины"; + /* Class = "CocoaBindingsConnection"; ibShadowedMultipleValuesPlaceholder = "Send a message"; ObjectID = "NRc-5f-Ujc"; */ "NRc-5f-Ujc.ibShadowedMultipleValuesPlaceholder" = "Send a message"; @@ -33,7 +42,7 @@ "QYT-0n-4sw.ibShadowedToolTip" = "Запись"; /* Class = "NSButton"; ibShadowedToolTip = "add contact to call"; ObjectID = "Vhk-fx-6RW"; */ -"Vhk-fx-6RW.ibShadowedToolTip" = "add contact to call"; +"Vhk-fx-6RW.ibShadowedToolTip" = "Add contact to call"; /* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "YGj-SP-ikj"; */ "YGj-SP-ikj.title" = "Текстовое поле"; @@ -65,8 +74,14 @@ /* Class = "NSButton"; ibShadowedToolTip = "Send"; ObjectID = "rqa-be-VIB"; */ "rqa-be-VIB.ibShadowedToolTip" = "Отправть"; -/* Class = "NSButton"; ibShadowedToolTip = "Mute Audio"; ObjectID = "tQl-cT-0Lb"; */ -"tQl-cT-0Lb.ibShadowedToolTip" = "Отключить звук"; +/* Class = "NSButton"; ibShadowedToolTip = "Select audio output device"; ObjectID = "Yma-O2-Ljp"; */ +"Yma-O2-Ljp.ibShadowedToolTip" = "Select audio output device"; + +/* Class = "NSButton"; ibShadowedToolTip = "Select audio input device"; ObjectID = "aMU-l3-xFT"; */ +"aMU-l3-xFT.ibShadowedToolTip" = "Select audio input device"; + +/* Class = "NSButton"; ibShadowedToolTip = "Mute microphone"; ObjectID = "N0A-rb-6rf"; */ +"N0A-rb-6rf.ibShadowedToolTip" = "Отключить микрофон"; /* Class = "NSTextFieldCell"; placeholderString = "Person name"; ObjectID = "ues-20-34k"; */ "ues-20-34k.placeholderString" = "Имя персоны"; diff --git a/ui/ru_RU.lproj/Localizable.strings b/ui/ru_RU.lproj/Localizable.strings index d0515e08315f2011d6c5f305be7de95a9e20f8f6..20ce6ba176ccfee146ea4bb7dd94db6edb6f945f 100644 --- a/ui/ru_RU.lproj/Localizable.strings +++ b/ui/ru_RU.lproj/Localizable.strings @@ -41,7 +41,7 @@ "Canceled" = "Canceled"; /* Contextual menu entry */ -"Choose file" = "Choose file"; +"Stream file" = "Stream file"; /* Contextual menu action */ "Clear conversation" = "Очистить переписку"; @@ -292,3 +292,15 @@ /* Contextual menu for message */ "Resend" = "Resend"; +/* In call status info */ +"Wants to talk to you" = "Wants to talk to you"; + +/* share button tooltip */ +"Stop screen sharing" = "Stop screen sharing"; + +/* share button tooltip */ +"Stop file streaming" = "Stop file streaming"; + +/* share button tooltip */ +"Share" = "Поделится"; + diff --git a/ui/ru_RU.lproj/PreferencesWindow.strings b/ui/ru_RU.lproj/PreferencesWindow.strings index 6d60e4af22766c498b96019ac14539d1b1220608..e3c4944948a80774c956018d698dcdc1fb2a6b44 100644 --- a/ui/ru_RU.lproj/PreferencesWindow.strings +++ b/ui/ru_RU.lproj/PreferencesWindow.strings @@ -25,3 +25,10 @@ /* Class = "NSToolbarItem"; paletteLabel = "Video"; ObjectID = "jLi-an-TR2"; */ "jLi-an-TR2.paletteLabel" = "Видео"; + +/* Class = "NSToolbarItem"; label = "Plugins"; ObjectID = "zzE-XA-cFn"; */ +"zzE-XA-cFn.label" = "Плагины"; + +/* Class = "NSToolbarItem"; paletteLabel = "Plugins"; ObjectID = "zzE-XA-cFn"; */ +"zzE-XA-cFn.paletteLabel" = "Плагины"; + diff --git a/ui/sk_SK.lproj/Conversation.strings b/ui/sk_SK.lproj/Conversation.strings index e86743dd6db4f94c44939a74344c0ccf9e58c12d..360d6ba69d71382dfc0f893a5a0a22ed2872983c 100644 --- a/ui/sk_SK.lproj/Conversation.strings +++ b/ui/sk_SK.lproj/Conversation.strings @@ -20,6 +20,9 @@ /* Class = "NSButton"; ibShadowedToolTip = "Start video call"; ObjectID = "cFH-d7-Erh"; */ "cFH-d7-Erh.ibShadowedToolTip" = "Začať video hovor"; +/* Class = "NSButton"; ibShadowedToolTip = "Enable plugins"; ObjectID = "FvO-Yj-ry0"; */ +"FvO-Yj-ry0.ibShadowedToolTip" = "Enable plugins"; + /* Class = "NSBox"; title = "Box"; ObjectID = "ciI-CA-tly"; */ "ciI-CA-tly.title" = "Box"; diff --git a/ui/sk_SK.lproj/CurrentCall.strings b/ui/sk_SK.lproj/CurrentCall.strings index 62e92c00f55ae39a180cfb16ecbdf02c4cc8fbd0..ced1f9d5bad94d0c55f9be2c6daa08feffac0a3b 100644 --- a/ui/sk_SK.lproj/CurrentCall.strings +++ b/ui/sk_SK.lproj/CurrentCall.strings @@ -20,6 +20,15 @@ /* Class = "NSButton"; ibShadowedToolTip = "Mute Video"; ObjectID = "LVS-yZ-98V"; */ "LVS-yZ-98V.ibShadowedToolTip" = "Stlmiť video"; +/* Class = "NSButton"; ibShadowedToolTip = "Select video device"; ObjectID = "Vcv-ia-VEy"; */ +"Vcv-ia-VEy.ibShadowedToolTip" = "Select video device"; + +/* Class = "NSButton"; ibShadowedToolTip = "Share"; ObjectID = "ZGn-Tc-sg3"; */ +"ZGn-Tc-sg3.ibShadowedToolTip" = "Zdieľať"; + +/* Class = "NSButton"; ibShadowedToolTip = "Enable plugins"; ObjectID = "YtG-ob-etP"; */ +"YtG-ob-etP.ibShadowedToolTip" = "Enable plugins"; + /* Class = "CocoaBindingsConnection"; ibShadowedMultipleValuesPlaceholder = "Send a message"; ObjectID = "NRc-5f-Ujc"; */ "NRc-5f-Ujc.ibShadowedMultipleValuesPlaceholder" = "Poslať správu"; @@ -33,7 +42,7 @@ "QYT-0n-4sw.ibShadowedToolTip" = "Zaznamenať"; /* Class = "NSButton"; ibShadowedToolTip = "add contact to call"; ObjectID = "Vhk-fx-6RW"; */ -"Vhk-fx-6RW.ibShadowedToolTip" = "pridať kontakt k hovoru"; +"Vhk-fx-6RW.ibShadowedToolTip" = "Add contact to call"; /* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "YGj-SP-ikj"; */ "YGj-SP-ikj.title" = "Textové pole"; @@ -65,8 +74,14 @@ /* Class = "NSButton"; ibShadowedToolTip = "Send"; ObjectID = "rqa-be-VIB"; */ "rqa-be-VIB.ibShadowedToolTip" = "Poslať"; -/* Class = "NSButton"; ibShadowedToolTip = "Mute Audio"; ObjectID = "tQl-cT-0Lb"; */ -"tQl-cT-0Lb.ibShadowedToolTip" = "Stlmiť zvuk"; +/* Class = "NSButton"; ibShadowedToolTip = "Select audio output device"; ObjectID = "Yma-O2-Ljp"; */ +"Yma-O2-Ljp.ibShadowedToolTip" = "Select audio output device"; + +/* Class = "NSButton"; ibShadowedToolTip = "Select audio input device"; ObjectID = "aMU-l3-xFT"; */ +"aMU-l3-xFT.ibShadowedToolTip" = "Select audio input device"; + +/* Class = "NSButton"; ibShadowedToolTip = "Mute microphone"; ObjectID = "N0A-rb-6rf"; */ +"N0A-rb-6rf.ibShadowedToolTip" = "Stlmiť mikrofón"; /* Class = "NSTextFieldCell"; placeholderString = "Person name"; ObjectID = "ues-20-34k"; */ "ues-20-34k.placeholderString" = "Meno osoby"; diff --git a/ui/sk_SK.lproj/Localizable.strings b/ui/sk_SK.lproj/Localizable.strings index d56f01b8b4bc24a768678e236f7cd5e645a44ede..8e33ddfdb50c1d395e7a4616c64d5b8561b3a0a9 100644 --- a/ui/sk_SK.lproj/Localizable.strings +++ b/ui/sk_SK.lproj/Localizable.strings @@ -41,7 +41,7 @@ "Canceled" = "Zrušené"; /* Contextual menu entry */ -"Choose file" = "Vybrať súbor"; +"Stream file" = "Stream file"; /* Contextual menu action */ "Clear conversation" = "Vymazať konverzáciu"; @@ -292,3 +292,15 @@ /* Contextual menu for message */ "Resend" = "Resend"; +/* In call status info */ +"Wants to talk to you" = "Wants to talk to you"; + +/* share button tooltip */ +"Stop screen sharing" = "Stop screen sharing"; + +/* share button tooltip */ +"Stop file streaming" = "Stop file streaming"; + +/* share button tooltip */ +"Share" = "Zdieľať"; + diff --git a/ui/sk_SK.lproj/PreferencesWindow.strings b/ui/sk_SK.lproj/PreferencesWindow.strings index f1b74e1737b0f6f6efadf8d6a9048e04c685decc..89d5b43dada9a5665b7d3fcc8f216fa7fb9adaad 100644 --- a/ui/sk_SK.lproj/PreferencesWindow.strings +++ b/ui/sk_SK.lproj/PreferencesWindow.strings @@ -25,3 +25,10 @@ /* Class = "NSToolbarItem"; paletteLabel = "Video"; ObjectID = "jLi-an-TR2"; */ "jLi-an-TR2.paletteLabel" = "Video"; + +/* Class = "NSToolbarItem"; label = "Plugins"; ObjectID = "zzE-XA-cFn"; */ +"zzE-XA-cFn.label" = "Plugins"; + +/* Class = "NSToolbarItem"; paletteLabel = "Plugins"; ObjectID = "zzE-XA-cFn"; */ +"zzE-XA-cFn.paletteLabel" = "Plugins"; + diff --git a/ui/sl.lproj/Conversation.strings b/ui/sl.lproj/Conversation.strings index 69a333c9a402e79209bbbab8bd9e465af482a759..f60337320382bf73f152170a20e0a6693877bbc9 100644 --- a/ui/sl.lproj/Conversation.strings +++ b/ui/sl.lproj/Conversation.strings @@ -20,6 +20,9 @@ /* Class = "NSButton"; ibShadowedToolTip = "Start video call"; ObjectID = "cFH-d7-Erh"; */ "cFH-d7-Erh.ibShadowedToolTip" = "Začni video klic"; +/* Class = "NSButton"; ibShadowedToolTip = "Enable plugins"; ObjectID = "FvO-Yj-ry0"; */ +"FvO-Yj-ry0.ibShadowedToolTip" = "Vklopi vtičnike"; + /* Class = "NSBox"; title = "Box"; ObjectID = "ciI-CA-tly"; */ "ciI-CA-tly.title" = "Škatla"; diff --git a/ui/sl.lproj/CurrentCall.strings b/ui/sl.lproj/CurrentCall.strings index e9200b8e6117a6b32dd1e02fe075982328d19abd..2ae26068410bbd9d4eb0c7c4a05315dd2af6420a 100644 --- a/ui/sl.lproj/CurrentCall.strings +++ b/ui/sl.lproj/CurrentCall.strings @@ -20,6 +20,15 @@ /* Class = "NSButton"; ibShadowedToolTip = "Mute Video"; ObjectID = "LVS-yZ-98V"; */ "LVS-yZ-98V.ibShadowedToolTip" = "Zatemnitev videa"; +/* Class = "NSButton"; ibShadowedToolTip = "Select video device"; ObjectID = "Vcv-ia-VEy"; */ +"Vcv-ia-VEy.ibShadowedToolTip" = "Izberi video napravo"; + +/* Class = "NSButton"; ibShadowedToolTip = "Share"; ObjectID = "ZGn-Tc-sg3"; */ +"ZGn-Tc-sg3.ibShadowedToolTip" = "Deli"; + +/* Class = "NSButton"; ibShadowedToolTip = "Enable plugins"; ObjectID = "YtG-ob-etP"; */ +"YtG-ob-etP.ibShadowedToolTip" = "Vklopi vtičnike"; + /* Class = "CocoaBindingsConnection"; ibShadowedMultipleValuesPlaceholder = "Send a message"; ObjectID = "NRc-5f-Ujc"; */ "NRc-5f-Ujc.ibShadowedMultipleValuesPlaceholder" = "Pošlji sporočilo"; @@ -33,7 +42,7 @@ "QYT-0n-4sw.ibShadowedToolTip" = "Snemaj"; /* Class = "NSButton"; ibShadowedToolTip = "add contact to call"; ObjectID = "Vhk-fx-6RW"; */ -"Vhk-fx-6RW.ibShadowedToolTip" = "Dodaj osebo h klicu"; +"Vhk-fx-6RW.ibShadowedToolTip" = "Add contact to call"; /* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "YGj-SP-ikj"; */ "YGj-SP-ikj.title" = "Besedilna celica"; @@ -65,8 +74,14 @@ /* Class = "NSButton"; ibShadowedToolTip = "Send"; ObjectID = "rqa-be-VIB"; */ "rqa-be-VIB.ibShadowedToolTip" = "Pošlji"; -/* Class = "NSButton"; ibShadowedToolTip = "Mute Audio"; ObjectID = "tQl-cT-0Lb"; */ -"tQl-cT-0Lb.ibShadowedToolTip" = "Utišaj zvok"; +/* Class = "NSButton"; ibShadowedToolTip = "Select audio output device"; ObjectID = "Yma-O2-Ljp"; */ +"Yma-O2-Ljp.ibShadowedToolTip" = "Izberi izhodno zvočno napravo"; + +/* Class = "NSButton"; ibShadowedToolTip = "Select audio input device"; ObjectID = "aMU-l3-xFT"; */ +"aMU-l3-xFT.ibShadowedToolTip" = "Izberi vhodno zvočno napravo"; + +/* Class = "NSButton"; ibShadowedToolTip = "Mute microphone"; ObjectID = "N0A-rb-6rf"; */ +"N0A-rb-6rf.ibShadowedToolTip" = "Izključi mikrofon"; /* Class = "NSTextFieldCell"; placeholderString = "Person name"; ObjectID = "ues-20-34k"; */ "ues-20-34k.placeholderString" = "Ime osebe"; diff --git a/ui/sl.lproj/Localizable.strings b/ui/sl.lproj/Localizable.strings index 3650bad9e127ce9b747513ecfd418c6e28e5616f..4150537f1423b9d82302b61ef67f1f13d07246fe 100644 --- a/ui/sl.lproj/Localizable.strings +++ b/ui/sl.lproj/Localizable.strings @@ -41,7 +41,7 @@ "Canceled" = "Preklicano"; /* Contextual menu entry */ -"Choose file" = "zberite datoteko"; +"Stream file" = "Stream file"; /* Contextual menu action */ "Clear conversation" = "Počisti pogovor"; @@ -292,3 +292,15 @@ /* Contextual menu for message */ "Resend" = "Resend"; +/* In call status info */ +"Wants to talk to you" = "Wants to talk to you"; + +/* share button tooltip */ +"Stop screen sharing" = "Stop screen sharing"; + +/* share button tooltip */ +"Stop file streaming" = "Stop file streaming"; + +/* share button tooltip */ +"Share" = "Deli"; + diff --git a/ui/sl.lproj/PreferencesWindow.strings b/ui/sl.lproj/PreferencesWindow.strings index 4d96587be87af752ee3f59f46e2692269b803825..c29b28a974ce25a23b060c3fc49ac977fc67c312 100644 --- a/ui/sl.lproj/PreferencesWindow.strings +++ b/ui/sl.lproj/PreferencesWindow.strings @@ -25,3 +25,10 @@ /* Class = "NSToolbarItem"; paletteLabel = "Video"; ObjectID = "jLi-an-TR2"; */ "jLi-an-TR2.paletteLabel" = "Video"; + +/* Class = "NSToolbarItem"; label = "Plugins"; ObjectID = "zzE-XA-cFn"; */ +"zzE-XA-cFn.label" = "Vtičniki"; + +/* Class = "NSToolbarItem"; paletteLabel = "Plugins"; ObjectID = "zzE-XA-cFn"; */ +"zzE-XA-cFn.paletteLabel" = "Vtičniki"; + diff --git a/ui/sq_AL.lproj/Conversation.strings b/ui/sq_AL.lproj/Conversation.strings index a88ed467b063eb11d4249fa144f9e10d6d4f9c36..e5c146d0985114c82cea1ba32aa5fdb26d1664d5 100644 --- a/ui/sq_AL.lproj/Conversation.strings +++ b/ui/sq_AL.lproj/Conversation.strings @@ -20,6 +20,9 @@ /* Class = "NSButton"; ibShadowedToolTip = "Start video call"; ObjectID = "cFH-d7-Erh"; */ "cFH-d7-Erh.ibShadowedToolTip" = "Filloni thirrje video"; +/* Class = "NSButton"; ibShadowedToolTip = "Enable plugins"; ObjectID = "FvO-Yj-ry0"; */ +"FvO-Yj-ry0.ibShadowedToolTip" = "Aktivizoni shtojca"; + /* Class = "NSBox"; title = "Box"; ObjectID = "ciI-CA-tly"; */ "ciI-CA-tly.title" = "Kuti"; diff --git a/ui/sq_AL.lproj/CurrentCall.strings b/ui/sq_AL.lproj/CurrentCall.strings index ee5088fdc7ebaf195f7049371a9a28e4a02ecb69..6dd65bb76b6401e9ed9f971507a844484ffde2b0 100644 --- a/ui/sq_AL.lproj/CurrentCall.strings +++ b/ui/sq_AL.lproj/CurrentCall.strings @@ -20,6 +20,15 @@ /* Class = "NSButton"; ibShadowedToolTip = "Mute Video"; ObjectID = "LVS-yZ-98V"; */ "LVS-yZ-98V.ibShadowedToolTip" = "Hiqi Zërin Videos"; +/* Class = "NSButton"; ibShadowedToolTip = "Select video device"; ObjectID = "Vcv-ia-VEy"; */ +"Vcv-ia-VEy.ibShadowedToolTip" = "Përzgjidhni pajisje video"; + +/* Class = "NSButton"; ibShadowedToolTip = "Share"; ObjectID = "ZGn-Tc-sg3"; */ +"ZGn-Tc-sg3.ibShadowedToolTip" = "Ndajeni me të tjerë"; + +/* Class = "NSButton"; ibShadowedToolTip = "Enable plugins"; ObjectID = "YtG-ob-etP"; */ +"YtG-ob-etP.ibShadowedToolTip" = "Aktivizoni shtojca"; + /* Class = "CocoaBindingsConnection"; ibShadowedMultipleValuesPlaceholder = "Send a message"; ObjectID = "NRc-5f-Ujc"; */ "NRc-5f-Ujc.ibShadowedMultipleValuesPlaceholder" = "Dërgoni një mesazh"; @@ -33,7 +42,7 @@ "QYT-0n-4sw.ibShadowedToolTip" = "Regjistroje"; /* Class = "NSButton"; ibShadowedToolTip = "add contact to call"; ObjectID = "Vhk-fx-6RW"; */ -"Vhk-fx-6RW.ibShadowedToolTip" = "shtoni kontakt për thirrje"; +"Vhk-fx-6RW.ibShadowedToolTip" = "Add contact to call"; /* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "YGj-SP-ikj"; */ "YGj-SP-ikj.title" = "Kutizë Teksti"; @@ -65,8 +74,14 @@ /* Class = "NSButton"; ibShadowedToolTip = "Send"; ObjectID = "rqa-be-VIB"; */ "rqa-be-VIB.ibShadowedToolTip" = "Dërgoje"; -/* Class = "NSButton"; ibShadowedToolTip = "Mute Audio"; ObjectID = "tQl-cT-0Lb"; */ -"tQl-cT-0Lb.ibShadowedToolTip" = "Hiqja Zërin"; +/* Class = "NSButton"; ibShadowedToolTip = "Select audio output device"; ObjectID = "Yma-O2-Ljp"; */ +"Yma-O2-Ljp.ibShadowedToolTip" = "Përzgjidhni pajisje audio në dalje"; + +/* Class = "NSButton"; ibShadowedToolTip = "Select audio input device"; ObjectID = "aMU-l3-xFT"; */ +"aMU-l3-xFT.ibShadowedToolTip" = "Përzgjidhni pajisje audio në hyrje"; + +/* Class = "NSButton"; ibShadowedToolTip = "Mute microphone"; ObjectID = "N0A-rb-6rf"; */ +"N0A-rb-6rf.ibShadowedToolTip" = "Heshtoje mikrofonin"; /* Class = "NSTextFieldCell"; placeholderString = "Person name"; ObjectID = "ues-20-34k"; */ "ues-20-34k.placeholderString" = "Emër personi"; diff --git a/ui/sq_AL.lproj/Localizable.strings b/ui/sq_AL.lproj/Localizable.strings index a4e04b412d7b363fc54fb9a740522057ae0dd42d..54120c009069b1b434e6a9f4fcbc00e7b5829419 100644 --- a/ui/sq_AL.lproj/Localizable.strings +++ b/ui/sq_AL.lproj/Localizable.strings @@ -41,7 +41,7 @@ "Canceled" = "U anulua"; /* Contextual menu entry */ -"Choose file" = "Zgjidhni kartelë"; +"Stream file" = "Stream file"; /* Contextual menu action */ "Clear conversation" = "Spastroje bisedën"; @@ -292,3 +292,15 @@ /* Contextual menu for message */ "Resend" = "Ridërgoje"; +/* In call status info */ +"Wants to talk to you" = "Wants to talk to you"; + +/* share button tooltip */ +"Stop screen sharing" = "Stop screen sharing"; + +/* share button tooltip */ +"Stop file streaming" = "Stop file streaming"; + +/* share button tooltip */ +"Share" = "Ndajeni me të tjerë"; + diff --git a/ui/sq_AL.lproj/PreferencesWindow.strings b/ui/sq_AL.lproj/PreferencesWindow.strings index a7d0acc0714b6069ccafecfb885874e60a77f696..5774be6a5bb8bc04083f0ed7b167e9042b7aef2a 100644 --- a/ui/sq_AL.lproj/PreferencesWindow.strings +++ b/ui/sq_AL.lproj/PreferencesWindow.strings @@ -25,3 +25,10 @@ /* Class = "NSToolbarItem"; paletteLabel = "Video"; ObjectID = "jLi-an-TR2"; */ "jLi-an-TR2.paletteLabel" = "Video"; + +/* Class = "NSToolbarItem"; label = "Plugins"; ObjectID = "zzE-XA-cFn"; */ +"zzE-XA-cFn.label" = "Shtojca"; + +/* Class = "NSToolbarItem"; paletteLabel = "Plugins"; ObjectID = "zzE-XA-cFn"; */ +"zzE-XA-cFn.paletteLabel" = "Shtojca"; + diff --git a/ui/sr_RS.lproj/Conversation.strings b/ui/sr_RS.lproj/Conversation.strings index 1bbdb36420e28990fed9b2fd8de2e053d3c12533..464292f25193972b9e1c24c720dea6f583a07181 100644 --- a/ui/sr_RS.lproj/Conversation.strings +++ b/ui/sr_RS.lproj/Conversation.strings @@ -20,6 +20,9 @@ /* Class = "NSButton"; ibShadowedToolTip = "Start video call"; ObjectID = "cFH-d7-Erh"; */ "cFH-d7-Erh.ibShadowedToolTip" = "Start video call"; +/* Class = "NSButton"; ibShadowedToolTip = "Enable plugins"; ObjectID = "FvO-Yj-ry0"; */ +"FvO-Yj-ry0.ibShadowedToolTip" = "Enable plugins"; + /* Class = "NSBox"; title = "Box"; ObjectID = "ciI-CA-tly"; */ "ciI-CA-tly.title" = "Box"; diff --git a/ui/sr_RS.lproj/CurrentCall.strings b/ui/sr_RS.lproj/CurrentCall.strings index 8aa16262d94ec598c3856f2942cd81461c109d71..88331ca7ba20fd20af1e6fa6639d0915843cd83d 100644 --- a/ui/sr_RS.lproj/CurrentCall.strings +++ b/ui/sr_RS.lproj/CurrentCall.strings @@ -20,6 +20,15 @@ /* Class = "NSButton"; ibShadowedToolTip = "Mute Video"; ObjectID = "LVS-yZ-98V"; */ "LVS-yZ-98V.ibShadowedToolTip" = "Mute Video"; +/* Class = "NSButton"; ibShadowedToolTip = "Select video device"; ObjectID = "Vcv-ia-VEy"; */ +"Vcv-ia-VEy.ibShadowedToolTip" = "Select video device"; + +/* Class = "NSButton"; ibShadowedToolTip = "Share"; ObjectID = "ZGn-Tc-sg3"; */ +"ZGn-Tc-sg3.ibShadowedToolTip" = "Podeli"; + +/* Class = "NSButton"; ibShadowedToolTip = "Enable plugins"; ObjectID = "YtG-ob-etP"; */ +"YtG-ob-etP.ibShadowedToolTip" = "Enable plugins"; + /* Class = "CocoaBindingsConnection"; ibShadowedMultipleValuesPlaceholder = "Send a message"; ObjectID = "NRc-5f-Ujc"; */ "NRc-5f-Ujc.ibShadowedMultipleValuesPlaceholder" = "Send a message"; @@ -33,7 +42,7 @@ "QYT-0n-4sw.ibShadowedToolTip" = "Record"; /* Class = "NSButton"; ibShadowedToolTip = "add contact to call"; ObjectID = "Vhk-fx-6RW"; */ -"Vhk-fx-6RW.ibShadowedToolTip" = "add contact to call"; +"Vhk-fx-6RW.ibShadowedToolTip" = "Add contact to call"; /* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "YGj-SP-ikj"; */ "YGj-SP-ikj.title" = "Text Cell"; @@ -65,8 +74,14 @@ /* Class = "NSButton"; ibShadowedToolTip = "Send"; ObjectID = "rqa-be-VIB"; */ "rqa-be-VIB.ibShadowedToolTip" = "Pošalji"; -/* Class = "NSButton"; ibShadowedToolTip = "Mute Audio"; ObjectID = "tQl-cT-0Lb"; */ -"tQl-cT-0Lb.ibShadowedToolTip" = "Mute Audio"; +/* Class = "NSButton"; ibShadowedToolTip = "Select audio output device"; ObjectID = "Yma-O2-Ljp"; */ +"Yma-O2-Ljp.ibShadowedToolTip" = "Select audio output device"; + +/* Class = "NSButton"; ibShadowedToolTip = "Select audio input device"; ObjectID = "aMU-l3-xFT"; */ +"aMU-l3-xFT.ibShadowedToolTip" = "Select audio input device"; + +/* Class = "NSButton"; ibShadowedToolTip = "Mute microphone"; ObjectID = "N0A-rb-6rf"; */ +"N0A-rb-6rf.ibShadowedToolTip" = "Blokiraj mikrofon"; /* Class = "NSTextFieldCell"; placeholderString = "Person name"; ObjectID = "ues-20-34k"; */ "ues-20-34k.placeholderString" = "Person name"; diff --git a/ui/sr_RS.lproj/Localizable.strings b/ui/sr_RS.lproj/Localizable.strings index 9e2d90252ce8207dcc6836d1f336b9c11684278b..28ec6bcf3821f06be26bb963dd46494f6bfcd007 100644 --- a/ui/sr_RS.lproj/Localizable.strings +++ b/ui/sr_RS.lproj/Localizable.strings @@ -41,7 +41,7 @@ "Canceled" = "Canceled"; /* Contextual menu entry */ -"Choose file" = "Choose file"; +"Stream file" = "Stream file"; /* Contextual menu action */ "Clear conversation" = "Clear conversation"; @@ -292,3 +292,15 @@ /* Contextual menu for message */ "Resend" = "Resend"; +/* In call status info */ +"Wants to talk to you" = "Wants to talk to you"; + +/* share button tooltip */ +"Stop screen sharing" = "Stop screen sharing"; + +/* share button tooltip */ +"Stop file streaming" = "Stop file streaming"; + +/* share button tooltip */ +"Share" = "Podeli"; + diff --git a/ui/sr_RS.lproj/PreferencesWindow.strings b/ui/sr_RS.lproj/PreferencesWindow.strings index 4c72ffc322e86435b8ee455f706a15ec9a30020c..eb120ad70bb5daeb656bb6b9603c517c0739025e 100644 --- a/ui/sr_RS.lproj/PreferencesWindow.strings +++ b/ui/sr_RS.lproj/PreferencesWindow.strings @@ -25,3 +25,10 @@ /* Class = "NSToolbarItem"; paletteLabel = "Video"; ObjectID = "jLi-an-TR2"; */ "jLi-an-TR2.paletteLabel" = "Video"; + +/* Class = "NSToolbarItem"; label = "Plugins"; ObjectID = "zzE-XA-cFn"; */ +"zzE-XA-cFn.label" = "Plugins"; + +/* Class = "NSToolbarItem"; paletteLabel = "Plugins"; ObjectID = "zzE-XA-cFn"; */ +"zzE-XA-cFn.paletteLabel" = "Plugins"; + diff --git a/ui/sv.lproj/Conversation.strings b/ui/sv.lproj/Conversation.strings index f230eb94ba1c0a1322a001a17f8264ae38d8f1f9..ec09b5587406041a27025a43542bbeddd76a26ca 100644 --- a/ui/sv.lproj/Conversation.strings +++ b/ui/sv.lproj/Conversation.strings @@ -20,6 +20,9 @@ /* Class = "NSButton"; ibShadowedToolTip = "Start video call"; ObjectID = "cFH-d7-Erh"; */ "cFH-d7-Erh.ibShadowedToolTip" = "Starta videosamtal"; +/* Class = "NSButton"; ibShadowedToolTip = "Enable plugins"; ObjectID = "FvO-Yj-ry0"; */ +"FvO-Yj-ry0.ibShadowedToolTip" = "Aktivera insticksmoduler"; + /* Class = "NSBox"; title = "Box"; ObjectID = "ciI-CA-tly"; */ "ciI-CA-tly.title" = "Ruta"; diff --git a/ui/sv.lproj/CurrentCall.strings b/ui/sv.lproj/CurrentCall.strings index a5ec7aec042a281dc8a2ad22b0ec9735d5dc5d4d..f14052c9999a465ccf81d808fd241710d9fbb1a1 100644 --- a/ui/sv.lproj/CurrentCall.strings +++ b/ui/sv.lproj/CurrentCall.strings @@ -20,6 +20,15 @@ /* Class = "NSButton"; ibShadowedToolTip = "Mute Video"; ObjectID = "LVS-yZ-98V"; */ "LVS-yZ-98V.ibShadowedToolTip" = "Pausa video"; +/* Class = "NSButton"; ibShadowedToolTip = "Select video device"; ObjectID = "Vcv-ia-VEy"; */ +"Vcv-ia-VEy.ibShadowedToolTip" = "Välj kamera"; + +/* Class = "NSButton"; ibShadowedToolTip = "Share"; ObjectID = "ZGn-Tc-sg3"; */ +"ZGn-Tc-sg3.ibShadowedToolTip" = "Dela"; + +/* Class = "NSButton"; ibShadowedToolTip = "Enable plugins"; ObjectID = "YtG-ob-etP"; */ +"YtG-ob-etP.ibShadowedToolTip" = "Aktivera insticksmoduler"; + /* Class = "CocoaBindingsConnection"; ibShadowedMultipleValuesPlaceholder = "Send a message"; ObjectID = "NRc-5f-Ujc"; */ "NRc-5f-Ujc.ibShadowedMultipleValuesPlaceholder" = "Skicka ett meddelande"; @@ -33,7 +42,7 @@ "QYT-0n-4sw.ibShadowedToolTip" = "Spela in"; /* Class = "NSButton"; ibShadowedToolTip = "add contact to call"; ObjectID = "Vhk-fx-6RW"; */ -"Vhk-fx-6RW.ibShadowedToolTip" = "add contact to call"; +"Vhk-fx-6RW.ibShadowedToolTip" = "Add contact to call"; /* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "YGj-SP-ikj"; */ "YGj-SP-ikj.title" = "Textruta"; @@ -65,8 +74,14 @@ /* Class = "NSButton"; ibShadowedToolTip = "Send"; ObjectID = "rqa-be-VIB"; */ "rqa-be-VIB.ibShadowedToolTip" = "Skicka"; -/* Class = "NSButton"; ibShadowedToolTip = "Mute Audio"; ObjectID = "tQl-cT-0Lb"; */ -"tQl-cT-0Lb.ibShadowedToolTip" = "Pausa ljud"; +/* Class = "NSButton"; ibShadowedToolTip = "Select audio output device"; ObjectID = "Yma-O2-Ljp"; */ +"Yma-O2-Ljp.ibShadowedToolTip" = "Välj högtalare"; + +/* Class = "NSButton"; ibShadowedToolTip = "Select audio input device"; ObjectID = "aMU-l3-xFT"; */ +"aMU-l3-xFT.ibShadowedToolTip" = "Välj ljudenhet"; + +/* Class = "NSButton"; ibShadowedToolTip = "Mute microphone"; ObjectID = "N0A-rb-6rf"; */ +"N0A-rb-6rf.ibShadowedToolTip" = "Stäng av mikrofon"; /* Class = "NSTextFieldCell"; placeholderString = "Person name"; ObjectID = "ues-20-34k"; */ "ues-20-34k.placeholderString" = "Personnamn"; diff --git a/ui/sv.lproj/Localizable.strings b/ui/sv.lproj/Localizable.strings index 22fce91628bd4062fa460a722b9b14143e68fcc2..2cd9fd5b2031733b87ad81daeab760dce6b647c7 100644 --- a/ui/sv.lproj/Localizable.strings +++ b/ui/sv.lproj/Localizable.strings @@ -41,7 +41,7 @@ "Canceled" = "Avbruten"; /* Contextual menu entry */ -"Choose file" = "Välj fil"; +"Stream file" = "Stream file"; /* Contextual menu action */ "Clear conversation" = "Rensa konversation"; @@ -292,3 +292,15 @@ /* Contextual menu for message */ "Resend" = "Resend"; +/* In call status info */ +"Wants to talk to you" = "Wants to talk to you"; + +/* share button tooltip */ +"Stop screen sharing" = "Stop screen sharing"; + +/* share button tooltip */ +"Stop file streaming" = "Stop file streaming"; + +/* share button tooltip */ +"Share" = "Dela"; + diff --git a/ui/sv.lproj/PreferencesWindow.strings b/ui/sv.lproj/PreferencesWindow.strings index 2b6999456d8b199e54f06a8f6ff2ed31bd70cf1e..7a6d27bb88321634b001fdcf959a096a303a5db7 100644 --- a/ui/sv.lproj/PreferencesWindow.strings +++ b/ui/sv.lproj/PreferencesWindow.strings @@ -25,3 +25,10 @@ /* Class = "NSToolbarItem"; paletteLabel = "Video"; ObjectID = "jLi-an-TR2"; */ "jLi-an-TR2.paletteLabel" = "Video"; + +/* Class = "NSToolbarItem"; label = "Plugins"; ObjectID = "zzE-XA-cFn"; */ +"zzE-XA-cFn.label" = "Insticksmoduler"; + +/* Class = "NSToolbarItem"; paletteLabel = "Plugins"; ObjectID = "zzE-XA-cFn"; */ +"zzE-XA-cFn.paletteLabel" = "Insticksmoduler"; + diff --git a/ui/ta.lproj/PreferencesWindow.strings b/ui/ta.lproj/PreferencesWindow.strings index de99a5e27eb20ddbd23da5f5cae523b31cbd35da..91d8c66771c59d70461771ba58ac96aacceabe56 100644 --- a/ui/ta.lproj/PreferencesWindow.strings +++ b/ui/ta.lproj/PreferencesWindow.strings @@ -25,3 +25,10 @@ /* Class = "NSToolbarItem"; paletteLabel = "Video"; ObjectID = "jLi-an-TR2"; */ "jLi-an-TR2.paletteLabel" = "காணொளி"; + +/* Class = "NSToolbarItem"; label = "Plugins"; ObjectID = "zzE-XA-cFn"; */ +"zzE-XA-cFn.label" = "Plugins"; + +/* Class = "NSToolbarItem"; paletteLabel = "Plugins"; ObjectID = "zzE-XA-cFn"; */ +"zzE-XA-cFn.paletteLabel" = "Plugins"; + diff --git a/ui/tr.lproj/Conversation.strings b/ui/tr.lproj/Conversation.strings index 89bcc27fb95c990e84bfab3ffa3ef9dfbc2309a9..579246dcb0e38c92e2042c3f6193ee476d3dbe3f 100644 --- a/ui/tr.lproj/Conversation.strings +++ b/ui/tr.lproj/Conversation.strings @@ -20,6 +20,9 @@ /* Class = "NSButton"; ibShadowedToolTip = "Start video call"; ObjectID = "cFH-d7-Erh"; */ "cFH-d7-Erh.ibShadowedToolTip" = "Görüntülü arama başlat"; +/* Class = "NSButton"; ibShadowedToolTip = "Enable plugins"; ObjectID = "FvO-Yj-ry0"; */ +"FvO-Yj-ry0.ibShadowedToolTip" = "Enable plugins"; + /* Class = "NSBox"; title = "Box"; ObjectID = "ciI-CA-tly"; */ "ciI-CA-tly.title" = "Kutu"; diff --git a/ui/tr.lproj/CurrentCall.strings b/ui/tr.lproj/CurrentCall.strings index a25c10c90b3cfc0a66a7444190a2cc8ce3fdfaf9..f4a5e2dc5cdb214825530f6117950c954ef45abf 100644 --- a/ui/tr.lproj/CurrentCall.strings +++ b/ui/tr.lproj/CurrentCall.strings @@ -20,6 +20,15 @@ /* Class = "NSButton"; ibShadowedToolTip = "Mute Video"; ObjectID = "LVS-yZ-98V"; */ "LVS-yZ-98V.ibShadowedToolTip" = "Görüntüyü kapat"; +/* Class = "NSButton"; ibShadowedToolTip = "Select video device"; ObjectID = "Vcv-ia-VEy"; */ +"Vcv-ia-VEy.ibShadowedToolTip" = "Görüntü aygıtını seçin"; + +/* Class = "NSButton"; ibShadowedToolTip = "Share"; ObjectID = "ZGn-Tc-sg3"; */ +"ZGn-Tc-sg3.ibShadowedToolTip" = "Paylaş"; + +/* Class = "NSButton"; ibShadowedToolTip = "Enable plugins"; ObjectID = "YtG-ob-etP"; */ +"YtG-ob-etP.ibShadowedToolTip" = "Enable plugins"; + /* Class = "CocoaBindingsConnection"; ibShadowedMultipleValuesPlaceholder = "Send a message"; ObjectID = "NRc-5f-Ujc"; */ "NRc-5f-Ujc.ibShadowedMultipleValuesPlaceholder" = "Bir ileti gönder"; @@ -33,7 +42,7 @@ "QYT-0n-4sw.ibShadowedToolTip" = "Kaydet"; /* Class = "NSButton"; ibShadowedToolTip = "add contact to call"; ObjectID = "Vhk-fx-6RW"; */ -"Vhk-fx-6RW.ibShadowedToolTip" = "çağrıya kişi ekle"; +"Vhk-fx-6RW.ibShadowedToolTip" = "Add contact to call"; /* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "YGj-SP-ikj"; */ "YGj-SP-ikj.title" = "İleti Hücresi"; @@ -65,8 +74,14 @@ /* Class = "NSButton"; ibShadowedToolTip = "Send"; ObjectID = "rqa-be-VIB"; */ "rqa-be-VIB.ibShadowedToolTip" = "Gönder"; -/* Class = "NSButton"; ibShadowedToolTip = "Mute Audio"; ObjectID = "tQl-cT-0Lb"; */ -"tQl-cT-0Lb.ibShadowedToolTip" = "Sesi Kıs"; +/* Class = "NSButton"; ibShadowedToolTip = "Select audio output device"; ObjectID = "Yma-O2-Ljp"; */ +"Yma-O2-Ljp.ibShadowedToolTip" = "ses çıkış aygıtını seçin"; + +/* Class = "NSButton"; ibShadowedToolTip = "Select audio input device"; ObjectID = "aMU-l3-xFT"; */ +"aMU-l3-xFT.ibShadowedToolTip" = "ses giriş aygıtını seçin"; + +/* Class = "NSButton"; ibShadowedToolTip = "Mute microphone"; ObjectID = "N0A-rb-6rf"; */ +"N0A-rb-6rf.ibShadowedToolTip" = "Mikrofon sessiz"; /* Class = "NSTextFieldCell"; placeholderString = "Person name"; ObjectID = "ues-20-34k"; */ "ues-20-34k.placeholderString" = "Kişi adı"; diff --git a/ui/tr.lproj/Localizable.strings b/ui/tr.lproj/Localizable.strings index 190be22825707547fb84f6b2e3cc2bde523fd18d..95fa4ddce89bc2144e027b1a3f97fece07e5bfe4 100644 --- a/ui/tr.lproj/Localizable.strings +++ b/ui/tr.lproj/Localizable.strings @@ -41,7 +41,7 @@ "Canceled" = "İptal edildi"; /* Contextual menu entry */ -"Choose file" = "Dosya seç"; +"Stream file" = "Stream file"; /* Contextual menu action */ "Clear conversation" = "Konuşmayı temizle"; @@ -292,3 +292,15 @@ /* Contextual menu for message */ "Resend" = "Resend"; +/* In call status info */ +"Wants to talk to you" = "Wants to talk to you"; + +/* share button tooltip */ +"Stop screen sharing" = "Stop screen sharing"; + +/* share button tooltip */ +"Stop file streaming" = "Stop file streaming"; + +/* share button tooltip */ +"Share" = "Paylaş"; + diff --git a/ui/tr.lproj/PreferencesWindow.strings b/ui/tr.lproj/PreferencesWindow.strings index b5a141a6aad38e59803c9b6bdc9c8717ca85ebcb..c94adad60ade2ae34afabeb94f1515e3d3ec24af 100644 --- a/ui/tr.lproj/PreferencesWindow.strings +++ b/ui/tr.lproj/PreferencesWindow.strings @@ -25,3 +25,10 @@ /* Class = "NSToolbarItem"; paletteLabel = "Video"; ObjectID = "jLi-an-TR2"; */ "jLi-an-TR2.paletteLabel" = "Video"; + +/* Class = "NSToolbarItem"; label = "Plugins"; ObjectID = "zzE-XA-cFn"; */ +"zzE-XA-cFn.label" = "Eklentiler"; + +/* Class = "NSToolbarItem"; paletteLabel = "Plugins"; ObjectID = "zzE-XA-cFn"; */ +"zzE-XA-cFn.paletteLabel" = "Eklentiler"; + diff --git a/ui/uk.lproj/Conversation.strings b/ui/uk.lproj/Conversation.strings index a628fb23da5fe42a51ad5cbbfea66ee52fae68cf..5327104e4dbe78237d59be6f45f6f0aee0444320 100644 --- a/ui/uk.lproj/Conversation.strings +++ b/ui/uk.lproj/Conversation.strings @@ -20,6 +20,9 @@ /* Class = "NSButton"; ibShadowedToolTip = "Start video call"; ObjectID = "cFH-d7-Erh"; */ "cFH-d7-Erh.ibShadowedToolTip" = "Start video call"; +/* Class = "NSButton"; ibShadowedToolTip = "Enable plugins"; ObjectID = "FvO-Yj-ry0"; */ +"FvO-Yj-ry0.ibShadowedToolTip" = "Enable plugins"; + /* Class = "NSBox"; title = "Box"; ObjectID = "ciI-CA-tly"; */ "ciI-CA-tly.title" = "Ящик"; diff --git a/ui/uk.lproj/CurrentCall.strings b/ui/uk.lproj/CurrentCall.strings index 3136381f81e880ed3a2a40241b02f226358532bd..3734aae1f8d4d18578b6839b09bf4d49f06df582 100644 --- a/ui/uk.lproj/CurrentCall.strings +++ b/ui/uk.lproj/CurrentCall.strings @@ -20,6 +20,15 @@ /* Class = "NSButton"; ibShadowedToolTip = "Mute Video"; ObjectID = "LVS-yZ-98V"; */ "LVS-yZ-98V.ibShadowedToolTip" = "Відключити відео"; +/* Class = "NSButton"; ibShadowedToolTip = "Select video device"; ObjectID = "Vcv-ia-VEy"; */ +"Vcv-ia-VEy.ibShadowedToolTip" = "Select video device"; + +/* Class = "NSButton"; ibShadowedToolTip = "Share"; ObjectID = "ZGn-Tc-sg3"; */ +"ZGn-Tc-sg3.ibShadowedToolTip" = "Поділитися"; + +/* Class = "NSButton"; ibShadowedToolTip = "Enable plugins"; ObjectID = "YtG-ob-etP"; */ +"YtG-ob-etP.ibShadowedToolTip" = "Enable plugins"; + /* Class = "CocoaBindingsConnection"; ibShadowedMultipleValuesPlaceholder = "Send a message"; ObjectID = "NRc-5f-Ujc"; */ "NRc-5f-Ujc.ibShadowedMultipleValuesPlaceholder" = "Надіслати повідомлення"; @@ -33,7 +42,7 @@ "QYT-0n-4sw.ibShadowedToolTip" = "Запис"; /* Class = "NSButton"; ibShadowedToolTip = "add contact to call"; ObjectID = "Vhk-fx-6RW"; */ -"Vhk-fx-6RW.ibShadowedToolTip" = "add contact to call"; +"Vhk-fx-6RW.ibShadowedToolTip" = "Add contact to call"; /* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "YGj-SP-ikj"; */ "YGj-SP-ikj.title" = "Текстова клітинка"; @@ -65,8 +74,14 @@ /* Class = "NSButton"; ibShadowedToolTip = "Send"; ObjectID = "rqa-be-VIB"; */ "rqa-be-VIB.ibShadowedToolTip" = "Відправити"; -/* Class = "NSButton"; ibShadowedToolTip = "Mute Audio"; ObjectID = "tQl-cT-0Lb"; */ -"tQl-cT-0Lb.ibShadowedToolTip" = "Відключити звук"; +/* Class = "NSButton"; ibShadowedToolTip = "Select audio output device"; ObjectID = "Yma-O2-Ljp"; */ +"Yma-O2-Ljp.ibShadowedToolTip" = "Select audio output device"; + +/* Class = "NSButton"; ibShadowedToolTip = "Select audio input device"; ObjectID = "aMU-l3-xFT"; */ +"aMU-l3-xFT.ibShadowedToolTip" = "Select audio input device"; + +/* Class = "NSButton"; ibShadowedToolTip = "Mute microphone"; ObjectID = "N0A-rb-6rf"; */ +"N0A-rb-6rf.ibShadowedToolTip" = "Відключити мікрофон"; /* Class = "NSTextFieldCell"; placeholderString = "Person name"; ObjectID = "ues-20-34k"; */ "ues-20-34k.placeholderString" = "Ім’я"; diff --git a/ui/uk.lproj/Localizable.strings b/ui/uk.lproj/Localizable.strings index 45de16d09a3f19e8ec758cbb9cd19d6e718a71c6..a9eff86fb1ad9bb906ff447ebb41f8054911d9cf 100644 --- a/ui/uk.lproj/Localizable.strings +++ b/ui/uk.lproj/Localizable.strings @@ -41,7 +41,7 @@ "Canceled" = "Canceled"; /* Contextual menu entry */ -"Choose file" = "Виберіть файл"; +"Stream file" = "Stream file"; /* Contextual menu action */ "Clear conversation" = "Clear conversation"; @@ -292,3 +292,15 @@ /* Contextual menu for message */ "Resend" = "Resend"; +/* In call status info */ +"Wants to talk to you" = "Wants to talk to you"; + +/* share button tooltip */ +"Stop screen sharing" = "Stop screen sharing"; + +/* share button tooltip */ +"Stop file streaming" = "Stop file streaming"; + +/* share button tooltip */ +"Share" = "Поділитися"; + diff --git a/ui/uk.lproj/PreferencesWindow.strings b/ui/uk.lproj/PreferencesWindow.strings index 47c5eac491fdb1ac5a368691ff218e974a65de96..d18f6fa27bb18d9e54bd363da24a1220578c58a4 100644 --- a/ui/uk.lproj/PreferencesWindow.strings +++ b/ui/uk.lproj/PreferencesWindow.strings @@ -25,3 +25,10 @@ /* Class = "NSToolbarItem"; paletteLabel = "Video"; ObjectID = "jLi-an-TR2"; */ "jLi-an-TR2.paletteLabel" = "Відео"; + +/* Class = "NSToolbarItem"; label = "Plugins"; ObjectID = "zzE-XA-cFn"; */ +"zzE-XA-cFn.label" = "Plugins"; + +/* Class = "NSToolbarItem"; paletteLabel = "Plugins"; ObjectID = "zzE-XA-cFn"; */ +"zzE-XA-cFn.paletteLabel" = "Plugins"; + diff --git a/ui/vi.lproj/Conversation.strings b/ui/vi.lproj/Conversation.strings index 9ce3e44cfb2f222b43ec67c87ebe1f3db20c7086..f011c637034e11d9886472dff4f5c12592900a93 100644 --- a/ui/vi.lproj/Conversation.strings +++ b/ui/vi.lproj/Conversation.strings @@ -20,6 +20,9 @@ /* Class = "NSButton"; ibShadowedToolTip = "Start video call"; ObjectID = "cFH-d7-Erh"; */ "cFH-d7-Erh.ibShadowedToolTip" = "Bắt đầu cuộc gọi hình ảnh"; +/* Class = "NSButton"; ibShadowedToolTip = "Enable plugins"; ObjectID = "FvO-Yj-ry0"; */ +"FvO-Yj-ry0.ibShadowedToolTip" = "Enable plugins"; + /* Class = "NSBox"; title = "Box"; ObjectID = "ciI-CA-tly"; */ "ciI-CA-tly.title" = "Box"; diff --git a/ui/vi.lproj/Localizable.strings b/ui/vi.lproj/Localizable.strings index 66c07347b9091af830263d9c6143d51c180ecfeb..8aba2e556c96b0e5aaacd87d1e07d85815a0089c 100644 --- a/ui/vi.lproj/Localizable.strings +++ b/ui/vi.lproj/Localizable.strings @@ -41,7 +41,7 @@ "Canceled" = "Canceled"; /* Contextual menu entry */ -"Choose file" = "Choose file"; +"Stream file" = "Stream file"; /* Contextual menu action */ "Clear conversation" = "Clear conversation"; @@ -292,3 +292,15 @@ /* Contextual menu for message */ "Resend" = "Resend"; +/* In call status info */ +"Wants to talk to you" = "Wants to talk to you"; + +/* share button tooltip */ +"Stop screen sharing" = "Stop screen sharing"; + +/* share button tooltip */ +"Stop file streaming" = "Stop file streaming"; + +/* share button tooltip */ +"Share" = "Share"; + diff --git a/ui/zh.lproj/Conversation.strings b/ui/zh.lproj/Conversation.strings index 78a6431b4b8db0a29a6cded8733f9e487ce99e63..bc6a12eeb195f0ed71f835bf493c56d60b6e5002 100644 --- a/ui/zh.lproj/Conversation.strings +++ b/ui/zh.lproj/Conversation.strings @@ -20,6 +20,9 @@ /* Class = "NSButton"; ibShadowedToolTip = "Start video call"; ObjectID = "cFH-d7-Erh"; */ "cFH-d7-Erh.ibShadowedToolTip" = "Start video call"; +/* Class = "NSButton"; ibShadowedToolTip = "Enable plugins"; ObjectID = "FvO-Yj-ry0"; */ +"FvO-Yj-ry0.ibShadowedToolTip" = "Enable plugins"; + /* Class = "NSBox"; title = "Box"; ObjectID = "ciI-CA-tly"; */ "ciI-CA-tly.title" = "Box"; diff --git a/ui/zh.lproj/CurrentCall.strings b/ui/zh.lproj/CurrentCall.strings index a8b718f66b18baa75210c472d3f7ed0a0adc794c..f6089a25617494cca3093fea0c879eb4059d6547 100644 --- a/ui/zh.lproj/CurrentCall.strings +++ b/ui/zh.lproj/CurrentCall.strings @@ -20,6 +20,15 @@ /* Class = "NSButton"; ibShadowedToolTip = "Mute Video"; ObjectID = "LVS-yZ-98V"; */ "LVS-yZ-98V.ibShadowedToolTip" = "視訊靜音"; +/* Class = "NSButton"; ibShadowedToolTip = "Select video device"; ObjectID = "Vcv-ia-VEy"; */ +"Vcv-ia-VEy.ibShadowedToolTip" = "Select video device"; + +/* Class = "NSButton"; ibShadowedToolTip = "Share"; ObjectID = "ZGn-Tc-sg3"; */ +"ZGn-Tc-sg3.ibShadowedToolTip" = "分享"; + +/* Class = "NSButton"; ibShadowedToolTip = "Enable plugins"; ObjectID = "YtG-ob-etP"; */ +"YtG-ob-etP.ibShadowedToolTip" = "Enable plugins"; + /* Class = "CocoaBindingsConnection"; ibShadowedMultipleValuesPlaceholder = "Send a message"; ObjectID = "NRc-5f-Ujc"; */ "NRc-5f-Ujc.ibShadowedMultipleValuesPlaceholder" = "Send a message"; @@ -33,7 +42,7 @@ "QYT-0n-4sw.ibShadowedToolTip" = "錄製"; /* Class = "NSButton"; ibShadowedToolTip = "add contact to call"; ObjectID = "Vhk-fx-6RW"; */ -"Vhk-fx-6RW.ibShadowedToolTip" = "add contact to call"; +"Vhk-fx-6RW.ibShadowedToolTip" = "Add contact to call"; /* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "YGj-SP-ikj"; */ "YGj-SP-ikj.title" = "Text Cell"; @@ -65,8 +74,14 @@ /* Class = "NSButton"; ibShadowedToolTip = "Send"; ObjectID = "rqa-be-VIB"; */ "rqa-be-VIB.ibShadowedToolTip" = "發送"; -/* Class = "NSButton"; ibShadowedToolTip = "Mute Audio"; ObjectID = "tQl-cT-0Lb"; */ -"tQl-cT-0Lb.ibShadowedToolTip" = "Mute Audio"; +/* Class = "NSButton"; ibShadowedToolTip = "Select audio output device"; ObjectID = "Yma-O2-Ljp"; */ +"Yma-O2-Ljp.ibShadowedToolTip" = "Select audio output device"; + +/* Class = "NSButton"; ibShadowedToolTip = "Select audio input device"; ObjectID = "aMU-l3-xFT"; */ +"aMU-l3-xFT.ibShadowedToolTip" = "Select audio input device"; + +/* Class = "NSButton"; ibShadowedToolTip = "Mute microphone"; ObjectID = "N0A-rb-6rf"; */ +"N0A-rb-6rf.ibShadowedToolTip" = "Mute microphone"; /* Class = "NSTextFieldCell"; placeholderString = "Person name"; ObjectID = "ues-20-34k"; */ "ues-20-34k.placeholderString" = "Person name"; diff --git a/ui/zh.lproj/Localizable.strings b/ui/zh.lproj/Localizable.strings index eb9eb2d74f1bbff4bae99a7791134a44cf889fd5..0086d62ef3ec7a1ed26c1efd76ad898a0eb8ecb2 100644 --- a/ui/zh.lproj/Localizable.strings +++ b/ui/zh.lproj/Localizable.strings @@ -41,7 +41,7 @@ "Canceled" = "Canceled"; /* Contextual menu entry */ -"Choose file" = "選擇檔案"; +"Stream file" = "Stream file"; /* Contextual menu action */ "Clear conversation" = "Clear conversation"; @@ -292,3 +292,15 @@ /* Contextual menu for message */ "Resend" = "Resend"; +/* In call status info */ +"Wants to talk to you" = "Wants to talk to you"; + +/* share button tooltip */ +"Stop screen sharing" = "Stop screen sharing"; + +/* share button tooltip */ +"Stop file streaming" = "Stop file streaming"; + +/* share button tooltip */ +"Share" = "分享"; + diff --git a/ui/zh.lproj/PreferencesWindow.strings b/ui/zh.lproj/PreferencesWindow.strings index 9654ffbaa93f3fe42f4bf648b9569684fdc528cf..d2b6a57b333b8040e728468b5575508a8dc17066 100644 --- a/ui/zh.lproj/PreferencesWindow.strings +++ b/ui/zh.lproj/PreferencesWindow.strings @@ -25,3 +25,10 @@ /* Class = "NSToolbarItem"; paletteLabel = "Video"; ObjectID = "jLi-an-TR2"; */ "jLi-an-TR2.paletteLabel" = "影像"; + +/* Class = "NSToolbarItem"; label = "Plugins"; ObjectID = "zzE-XA-cFn"; */ +"zzE-XA-cFn.label" = "Plugins"; + +/* Class = "NSToolbarItem"; paletteLabel = "Plugins"; ObjectID = "zzE-XA-cFn"; */ +"zzE-XA-cFn.paletteLabel" = "Plugins"; + diff --git a/ui/zh_CN.lproj/Conversation.strings b/ui/zh_CN.lproj/Conversation.strings index a8144d70a0dd97331d59f82de85470750097d0b3..596db5bf23a7a22e7056a1880525009e2fe20750 100644 --- a/ui/zh_CN.lproj/Conversation.strings +++ b/ui/zh_CN.lproj/Conversation.strings @@ -20,6 +20,9 @@ /* Class = "NSButton"; ibShadowedToolTip = "Start video call"; ObjectID = "cFH-d7-Erh"; */ "cFH-d7-Erh.ibShadowedToolTip" = "发起视频通话"; +/* Class = "NSButton"; ibShadowedToolTip = "Enable plugins"; ObjectID = "FvO-Yj-ry0"; */ +"FvO-Yj-ry0.ibShadowedToolTip" = "启用插件"; + /* Class = "NSBox"; title = "Box"; ObjectID = "ciI-CA-tly"; */ "ciI-CA-tly.title" = "盒子"; diff --git a/ui/zh_CN.lproj/CurrentCall.strings b/ui/zh_CN.lproj/CurrentCall.strings index dd00c96b7a3a546beae7349c1ac9940d9a7a010a..0bb506eb092925b110ec51accf96563196394a3e 100644 --- a/ui/zh_CN.lproj/CurrentCall.strings +++ b/ui/zh_CN.lproj/CurrentCall.strings @@ -20,6 +20,15 @@ /* Class = "NSButton"; ibShadowedToolTip = "Mute Video"; ObjectID = "LVS-yZ-98V"; */ "LVS-yZ-98V.ibShadowedToolTip" = "关闭视频"; +/* Class = "NSButton"; ibShadowedToolTip = "Select video device"; ObjectID = "Vcv-ia-VEy"; */ +"Vcv-ia-VEy.ibShadowedToolTip" = "选择视频设备"; + +/* Class = "NSButton"; ibShadowedToolTip = "Share"; ObjectID = "ZGn-Tc-sg3"; */ +"ZGn-Tc-sg3.ibShadowedToolTip" = "共享"; + +/* Class = "NSButton"; ibShadowedToolTip = "Enable plugins"; ObjectID = "YtG-ob-etP"; */ +"YtG-ob-etP.ibShadowedToolTip" = "启用插件"; + /* Class = "CocoaBindingsConnection"; ibShadowedMultipleValuesPlaceholder = "Send a message"; ObjectID = "NRc-5f-Ujc"; */ "NRc-5f-Ujc.ibShadowedMultipleValuesPlaceholder" = "发送消息"; @@ -33,7 +42,7 @@ "QYT-0n-4sw.ibShadowedToolTip" = "录制"; /* Class = "NSButton"; ibShadowedToolTip = "add contact to call"; ObjectID = "Vhk-fx-6RW"; */ -"Vhk-fx-6RW.ibShadowedToolTip" = "将联系人加到通话中"; +"Vhk-fx-6RW.ibShadowedToolTip" = "Add contact to call"; /* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "YGj-SP-ikj"; */ "YGj-SP-ikj.title" = "Text Cell"; @@ -65,8 +74,14 @@ /* Class = "NSButton"; ibShadowedToolTip = "Send"; ObjectID = "rqa-be-VIB"; */ "rqa-be-VIB.ibShadowedToolTip" = "发送"; -/* Class = "NSButton"; ibShadowedToolTip = "Mute Audio"; ObjectID = "tQl-cT-0Lb"; */ -"tQl-cT-0Lb.ibShadowedToolTip" = "静音"; +/* Class = "NSButton"; ibShadowedToolTip = "Select audio output device"; ObjectID = "Yma-O2-Ljp"; */ +"Yma-O2-Ljp.ibShadowedToolTip" = "选择音频输出设备"; + +/* Class = "NSButton"; ibShadowedToolTip = "Select audio input device"; ObjectID = "aMU-l3-xFT"; */ +"aMU-l3-xFT.ibShadowedToolTip" = "选择音频输入设备"; + +/* Class = "NSButton"; ibShadowedToolTip = "Mute microphone"; ObjectID = "N0A-rb-6rf"; */ +"N0A-rb-6rf.ibShadowedToolTip" = "关闭麦克风"; /* Class = "NSTextFieldCell"; placeholderString = "Person name"; ObjectID = "ues-20-34k"; */ "ues-20-34k.placeholderString" = "人名"; diff --git a/ui/zh_CN.lproj/Localizable.strings b/ui/zh_CN.lproj/Localizable.strings index e35ec2157dbac6a99df2e6a7a356caee0b17ce1b..fe663a9524de38a53dbb7c4610c4cdf92b1872b8 100644 --- a/ui/zh_CN.lproj/Localizable.strings +++ b/ui/zh_CN.lproj/Localizable.strings @@ -41,7 +41,7 @@ "Canceled" = "已取消"; /* Contextual menu entry */ -"Choose file" = "选择文件"; +"Stream file" = "Stream file"; /* Contextual menu action */ "Clear conversation" = "清除会话"; @@ -292,3 +292,15 @@ /* Contextual menu for message */ "Resend" = "重发"; +/* In call status info */ +"Wants to talk to you" = "Wants to talk to you"; + +/* share button tooltip */ +"Stop screen sharing" = "Stop screen sharing"; + +/* share button tooltip */ +"Stop file streaming" = "Stop file streaming"; + +/* share button tooltip */ +"Share" = "共享"; + diff --git a/ui/zh_CN.lproj/PreferencesWindow.strings b/ui/zh_CN.lproj/PreferencesWindow.strings index 8dc789abd76c600c51adda91705953f6f66478e4..c7922e178a9399bc64b79d76916697a9799ba453 100644 --- a/ui/zh_CN.lproj/PreferencesWindow.strings +++ b/ui/zh_CN.lproj/PreferencesWindow.strings @@ -25,3 +25,10 @@ /* Class = "NSToolbarItem"; paletteLabel = "Video"; ObjectID = "jLi-an-TR2"; */ "jLi-an-TR2.paletteLabel" = "视频"; + +/* Class = "NSToolbarItem"; label = "Plugins"; ObjectID = "zzE-XA-cFn"; */ +"zzE-XA-cFn.label" = "插件"; + +/* Class = "NSToolbarItem"; paletteLabel = "Plugins"; ObjectID = "zzE-XA-cFn"; */ +"zzE-XA-cFn.paletteLabel" = "插件"; + diff --git a/ui/zh_TW.lproj/Conversation.strings b/ui/zh_TW.lproj/Conversation.strings index 7af81067c87cf131caf1ba9d70cb8a88807240ac..4cf92c65d35a2a407c1e2372ff8428a3b1f267e7 100644 --- a/ui/zh_TW.lproj/Conversation.strings +++ b/ui/zh_TW.lproj/Conversation.strings @@ -20,6 +20,9 @@ /* Class = "NSButton"; ibShadowedToolTip = "Start video call"; ObjectID = "cFH-d7-Erh"; */ "cFH-d7-Erh.ibShadowedToolTip" = "開始視訊通話"; +/* Class = "NSButton"; ibShadowedToolTip = "Enable plugins"; ObjectID = "FvO-Yj-ry0"; */ +"FvO-Yj-ry0.ibShadowedToolTip" = "啟用外掛程式"; + /* Class = "NSBox"; title = "Box"; ObjectID = "ciI-CA-tly"; */ "ciI-CA-tly.title" = "Box"; diff --git a/ui/zh_TW.lproj/CurrentCall.strings b/ui/zh_TW.lproj/CurrentCall.strings index 7f84706bc677718d4477abb33656b68151dfaedf..462dc7ca1dc9062e13b5df064427e7dc472932cd 100644 --- a/ui/zh_TW.lproj/CurrentCall.strings +++ b/ui/zh_TW.lproj/CurrentCall.strings @@ -20,6 +20,15 @@ /* Class = "NSButton"; ibShadowedToolTip = "Mute Video"; ObjectID = "LVS-yZ-98V"; */ "LVS-yZ-98V.ibShadowedToolTip" = "視訊靜音"; +/* Class = "NSButton"; ibShadowedToolTip = "Select video device"; ObjectID = "Vcv-ia-VEy"; */ +"Vcv-ia-VEy.ibShadowedToolTip" = "選取視訊裝置"; + +/* Class = "NSButton"; ibShadowedToolTip = "Share"; ObjectID = "ZGn-Tc-sg3"; */ +"ZGn-Tc-sg3.ibShadowedToolTip" = "分享"; + +/* Class = "NSButton"; ibShadowedToolTip = "Enable plugins"; ObjectID = "YtG-ob-etP"; */ +"YtG-ob-etP.ibShadowedToolTip" = "啟用外掛程式"; + /* Class = "CocoaBindingsConnection"; ibShadowedMultipleValuesPlaceholder = "Send a message"; ObjectID = "NRc-5f-Ujc"; */ "NRc-5f-Ujc.ibShadowedMultipleValuesPlaceholder" = "傳送訊息"; @@ -33,7 +42,7 @@ "QYT-0n-4sw.ibShadowedToolTip" = "記錄"; /* Class = "NSButton"; ibShadowedToolTip = "add contact to call"; ObjectID = "Vhk-fx-6RW"; */ -"Vhk-fx-6RW.ibShadowedToolTip" = "新增聯絡人以通話"; +"Vhk-fx-6RW.ibShadowedToolTip" = "Add contact to call"; /* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "YGj-SP-ikj"; */ "YGj-SP-ikj.title" = "文字單元"; @@ -65,8 +74,14 @@ /* Class = "NSButton"; ibShadowedToolTip = "Send"; ObjectID = "rqa-be-VIB"; */ "rqa-be-VIB.ibShadowedToolTip" = "傳送"; -/* Class = "NSButton"; ibShadowedToolTip = "Mute Audio"; ObjectID = "tQl-cT-0Lb"; */ -"tQl-cT-0Lb.ibShadowedToolTip" = "靜音"; +/* Class = "NSButton"; ibShadowedToolTip = "Select audio output device"; ObjectID = "Yma-O2-Ljp"; */ +"Yma-O2-Ljp.ibShadowedToolTip" = "選取音訊輸出裝置"; + +/* Class = "NSButton"; ibShadowedToolTip = "Select audio input device"; ObjectID = "aMU-l3-xFT"; */ +"aMU-l3-xFT.ibShadowedToolTip" = "選取音訊輸入裝置"; + +/* Class = "NSButton"; ibShadowedToolTip = "Mute microphone"; ObjectID = "N0A-rb-6rf"; */ +"N0A-rb-6rf.ibShadowedToolTip" = "麥克風靜音"; /* Class = "NSTextFieldCell"; placeholderString = "Person name"; ObjectID = "ues-20-34k"; */ "ues-20-34k.placeholderString" = "個人名稱"; diff --git a/ui/zh_TW.lproj/Localizable.strings b/ui/zh_TW.lproj/Localizable.strings index 5f1e150de75ad999c35fc3e755e16014d5485d42..278e7ee921723ec75e0dc0d878f7177702f3a38b 100644 --- a/ui/zh_TW.lproj/Localizable.strings +++ b/ui/zh_TW.lproj/Localizable.strings @@ -41,7 +41,7 @@ "Canceled" = "已取消"; /* Contextual menu entry */ -"Choose file" = "選擇檔案"; +"Stream file" = "Stream file"; /* Contextual menu action */ "Clear conversation" = "清除對話"; @@ -292,3 +292,15 @@ /* Contextual menu for message */ "Resend" = "重新傳送"; +/* In call status info */ +"Wants to talk to you" = "Wants to talk to you"; + +/* share button tooltip */ +"Stop screen sharing" = "Stop screen sharing"; + +/* share button tooltip */ +"Stop file streaming" = "Stop file streaming"; + +/* share button tooltip */ +"Share" = "分享"; + diff --git a/ui/zh_TW.lproj/PreferencesWindow.strings b/ui/zh_TW.lproj/PreferencesWindow.strings index 004582cb58c9fd958d56e55e369dd7b00fc61e26..c6ed63d4dc6cd338cf567250a242c3b9f41fb3f9 100644 --- a/ui/zh_TW.lproj/PreferencesWindow.strings +++ b/ui/zh_TW.lproj/PreferencesWindow.strings @@ -25,3 +25,10 @@ /* Class = "NSToolbarItem"; paletteLabel = "Video"; ObjectID = "jLi-an-TR2"; */ "jLi-an-TR2.paletteLabel" = "視訊"; + +/* Class = "NSToolbarItem"; label = "Plugins"; ObjectID = "zzE-XA-cFn"; */ +"zzE-XA-cFn.label" = "外掛程式"; + +/* Class = "NSToolbarItem"; paletteLabel = "Plugins"; ObjectID = "zzE-XA-cFn"; */ +"zzE-XA-cFn.paletteLabel" = "外掛程式"; +