[vlc-commits] po: fix default encoding in traditional Chinese

2020-04-04 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont  | Sat Apr  4 
20:55:04 2020 +0300| [2cac4c334e2f288406d1142eb30c9418ba01dcec] | committer: 
Rémi Denis-Courmont

po: fix default encoding in traditional Chinese

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=2cac4c334e2f288406d1142eb30c9418ba01dcec
---

 po/zh_TW.po | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/po/zh_TW.po b/po/zh_TW.po
index 00059772b8..c1eacc493d 100644
--- a/po/zh_TW.po
+++ b/po/zh_TW.po
@@ -12251,7 +12251,7 @@ msgstr "EBU STL 字幕解碼器"
 #. languages using the Latin alphabet.
 #: modules/codec/subsdec.c:100
 msgid "Default (Windows-1252)"
-msgstr "預設(Windows-1252)"
+msgstr "預設(大五碼)"
 
 #: modules/codec/subsdec.c:101
 msgid "System codeset"
@@ -12403,7 +12403,7 @@ msgstr "韓文 (ISO-2022-KR)"
 
 #: modules/codec/subsdec.c:157
 msgid "Traditional Chinese (Big5)"
-msgstr "正體中文 (Big5)"
+msgstr "正體中文 (大五碼)"
 
 #: modules/codec/subsdec.c:158
 msgid "Traditional Chinese Unix (EUC-TW)"
@@ -12463,7 +12463,7 @@ msgstr "文字字幕解碼器"
 #: modules/codec/subsdec.c:291 modules/demux/avi/avi.c:97
 msgctxt "GetACP"
 msgid "CP1252"
-msgstr "CP1252"
+msgstr "Big5"
 
 #: modules/codec/subsusf.c:45
 msgid ""

___
vlc-commits mailing list
vlc-commits@videolan.org
https://mailman.videolan.org/listinfo/vlc-commits


[vlc-commits] sap: remove now dead code

2020-04-04 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont  | Sat Apr  4 
20:28:00 2020 +0300| [914ca6ed437a03d99df7ce8db6cc15b0bd4f5902] | committer: 
Rémi Denis-Courmont

sap: remove now dead code

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=914ca6ed437a03d99df7ce8db6cc15b0bd4f5902
---

 modules/services_discovery/sap.c | 27 ++-
 1 file changed, 2 insertions(+), 25 deletions(-)

diff --git a/modules/services_discovery/sap.c b/modules/services_discovery/sap.c
index 6a2406ed60..018ecf436a 100644
--- a/modules/services_discovery/sap.c
+++ b/modules/services_discovery/sap.c
@@ -252,7 +252,6 @@ typedef struct
 static const char *FindAttribute (const sdp_t *sdp, unsigned media,
   const char *name);
 
-static bool IsSameSession( sdp_t *p_sdp1, sdp_t *p_sdp2 );
 static int InitSocket( services_discovery_t *p_sd, const char 
*psz_address, int i_port );
 static int Decompress( const unsigned char *psz_src, unsigned char **_dst, 
int i_len );
 static void FreeSDP( sdp_t *p_sdp );
@@ -771,9 +770,8 @@ static int ParseSAP( services_discovery_t *p_sd, const 
uint8_t *buf,
 {
 sap_announce_t * p_announce = p_sys->pp_announces[i];
 /* FIXME: slow */
-if( ( !i_hash && IsSameSession( p_announce->p_sdp, p_sdp ) )
-|| ( i_hash && p_announce->i_hash == i_hash
- && !memcmp(p_announce->i_source, i_source, sizeof(i_source)) 
) )
+if (p_announce->i_hash == i_hash
+ && memcmp(p_announce->i_source, i_source, sizeof (i_source)) == 0)
 {
 /* We don't support delete announcement as they can easily
  * Be used to highjack an announcement by a third party.
@@ -1574,27 +1572,6 @@ static int RemoveAnnounce( services_discovery_t *p_sd,
 return VLC_SUCCESS;
 }
 
-/*
- * Compare two sessions, when hash is not set (SAP v0)
- */
-static bool IsSameSession( sdp_t *p_sdp1, sdp_t *p_sdp2 )
-{
-/* A session is identified by
- * - username,
- * - session_id,
- * - network type (which is always IN),
- * - address type (currently, this means IP version),
- * - and hostname.
- */
-if (strcmp (p_sdp1->username, p_sdp2->username)
- || (p_sdp1->session_id != p_sdp2->session_id)
- || (p_sdp1->orig_ip_version != p_sdp2->orig_ip_version)
- || strcmp (p_sdp1->orig_host, p_sdp2->orig_host))
-return false;
-
-return true;
-}
-
 static inline attribute_t *MakeAttribute (const char *str)
 {
 attribute_t *a = malloc (sizeof (*a) + strlen (str) + 1);

___
vlc-commits mailing list
vlc-commits@videolan.org
https://mailman.videolan.org/listinfo/vlc-commits


[vlc-commits] bits: remove table for trivial masking

2020-04-04 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont  | Thu Apr  2 
17:12:52 2020 +0300| [e45eb074d002b6a3e9abe3c09b04b2f0e5351c06] | committer: 
Rémi Denis-Courmont

bits: remove table for trivial masking

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=e45eb074d002b6a3e9abe3c09b04b2f0e5351c06
---

 include/vlc_bits.h | 18 ++
 1 file changed, 6 insertions(+), 12 deletions(-)

diff --git a/include/vlc_bits.h b/include/vlc_bits.h
index c6a0bbb8de..deeca69cb3 100644
--- a/include/vlc_bits.h
+++ b/include/vlc_bits.h
@@ -166,16 +166,6 @@ static inline void bs_skip( bs_t *s, size_t i_count )
 
 static inline uint32_t bs_read( bs_t *s, uint8_t i_count )
 {
- static const uint32_t i_mask[33] =
- {  0x00,
-0x01,  0x03,  0x07,  0x0f,
-0x1f,  0x3f,  0x7f,  0xff,
-0x1ff, 0x3ff, 0x7ff, 0xfff,
-0x1fff,0x3fff,0x7fff,0x,
-0x1,   0x3,   0x7,   0xf,
-0x1f,  0x3f,  0x7f,  0xff,
-0x1ff, 0x3ff, 0x7ff, 0xfff,
-0x1fff,0x3fff,0x7fff,0x};
 uint8_t  i_shr, i_drop = 0;
 uint32_t i_result = 0;
 
@@ -192,20 +182,24 @@ static inline uint32_t bs_read( bs_t *s, uint8_t i_count )
 
 if( s->i_left > i_count )
 {
+uint_fast32_t mask = (UINT64_C(1) << i_count) - 1;
+
 i_shr = s->i_left - i_count;
 /* more in the buffer than requested */
-i_result |= ( *s->p >> i_shr )&i_mask[i_count];
+i_result |= ( *s->p >> i_shr ) & mask;
 s->i_left -= i_count;
 break;
 }
 else
 {
+uint_fast32_t mask = (UINT64_C(1) << s->i_left) - 1;
+
 i_shr = i_count - s->i_left;
 /* less in the buffer than requested */
 if( i_shr >= 32 )
 i_result = 0;
 else
-i_result |= (*s->p&i_mask[s->i_left]) << i_shr;
+i_result |= (*s->p & mask) << i_shr;
 i_count  -= s->i_left;
 s->i_left = 0;
 }

___
vlc-commits mailing list
vlc-commits@videolan.org
https://mailman.videolan.org/listinfo/vlc-commits


[vlc-commits] sap: don't retain unused origin info

2020-04-04 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont  | Sat Apr  4 
20:35:32 2020 +0300| [051bf8f23d42c564f042648d1d35023acf7ec89f] | committer: 
Rémi Denis-Courmont

sap: don't retain unused origin info

We really don't care about the origin, except for the username (and
even then, only because it's included in the input item custom meta).

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=051bf8f23d42c564f042648d1d35023acf7ec89f
---

 modules/services_discovery/sap.c | 13 ++---
 1 file changed, 2 insertions(+), 11 deletions(-)

diff --git a/modules/services_discovery/sap.c b/modules/services_discovery/sap.c
index 018ecf436a..232b0d448b 100644
--- a/modules/services_discovery/sap.c
+++ b/modules/services_discovery/sap.c
@@ -158,10 +158,6 @@ struct  sdp_t
 
 /* o field */
 char username[64];
-uint64_t session_id;
-uint64_t session_version;
-unsigned orig_ip_version;
-char orig_host[1024];
 
 /* s= field */
 char *psz_sessionname;
@@ -1241,18 +1237,13 @@ static sdp_t *ParseSDP (vlc_object_t *p_obj, const char 
*psz_sdp)
 goto error;
 }
 
-if ((sscanf (data, "%63s %"SCNu64" %"SCNu64" IN IP%u %1023s",
- p_sdp->username, &p_sdp->session_id,
- &p_sdp->session_version, &p_sdp->orig_ip_version,
- p_sdp->orig_host) != 5)
- || ((p_sdp->orig_ip_version != 4)
-  && (p_sdp->orig_ip_version != 6)))
+if (sscanf(data, "%63s %*u %*u IN %*s %*s%n",
+   p_sdp->username, &(int){ 0 }) != 2)
 {
 msg_Dbg (p_obj, "SDP origin not supported: %s", data);
 /* Or maybe out-of-range, but this looks suspicious */
 goto error;
 }
-EnsureUTF8 (p_sdp->orig_host);
 break;
 
 case 'S':

___
vlc-commits mailing list
vlc-commits@videolan.org
https://mailman.videolan.org/listinfo/vlc-commits


[vlc-commits] sap: remove SAPv0 support

2020-04-04 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont  | Sat Apr  4 
20:20:48 2020 +0300| [5387e631dd7972ea8d6fc30f3bd7c8bc56e63eaf] | committer: 
Rémi Denis-Courmont

sap: remove SAPv0 support

This removes non-strict mode, in other words support for non-standard
version 0 of the protocol. This means releases of the session directory
tool (sdr) from before October 1996.

SAP was only standardized as version 2 in 2000. SAP support was added
to VLC in 2003; VLC and miniSAPserver have always sent packets following
the standard (except for the first 6 days of development where a
completely custom packet format was used, never seen in a release).

We retain backward compatibility with version 1 (sdr releases from 1996
to 2000) because there are no relevant differences with version 2.
Version 0 packets however lack the hash value, which *is* troublesome.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=5387e631dd7972ea8d6fc30f3bd7c8bc56e63eaf
---

 modules/services_discovery/sap.c | 14 ++
 1 file changed, 2 insertions(+), 12 deletions(-)

diff --git a/modules/services_discovery/sap.c b/modules/services_discovery/sap.c
index f13dd3e3cc..6a2406ed60 100644
--- a/modules/services_discovery/sap.c
+++ b/modules/services_discovery/sap.c
@@ -91,10 +91,6 @@
"This enables actual parsing of the announces by the SAP module. " \
"Otherwise, all announcements are parsed by the \"live555\" " \
"(RTP/RTSP) module." )
-#define SAP_STRICT_TEXT N_( "SAP Strict mode" )
-#define SAP_STRICT_LONGTEXT N_( \
-   "When this is set, the SAP parser will discard some non-compliant " \
-   "announcements." )
 
 /* Callbacks */
 static int  Open ( vlc_object_t * );
@@ -118,8 +114,7 @@ vlc_module_begin ()
  SAP_TIMEOUT_TEXT, SAP_TIMEOUT_LONGTEXT, true )
 add_bool( "sap-parse", true,
SAP_PARSE_TEXT,SAP_PARSE_LONGTEXT, true )
-add_bool( "sap-strict", false,
-   SAP_STRICT_TEXT,SAP_STRICT_LONGTEXT, true )
+add_obsolete_bool( "sap-strict" ) /* since 4.0.0 */
 add_obsolete_bool( "sap-timeshift" ) /* Redumdant since 1.0.0 */
 
 set_capability( "services_discovery", 0 )
@@ -223,7 +218,6 @@ typedef struct
 struct sap_announce_t **pp_announces;
 
 /* Modes */
-bool  b_strict;
 bool  b_parse;
 
 vlc_tick_t i_timeout;
@@ -300,7 +294,6 @@ static int Open( vlc_object_t *p_this )
 p_sys->pi_fd = NULL;
 p_sys->i_fd = 0;
 
-p_sys->b_strict = var_CreateGetBool( p_sd, "sap-strict");
 p_sys->b_parse = var_CreateGetBool( p_sd, "sap-parse" );
 
 p_sys->i_announces = 0;
@@ -683,11 +676,8 @@ static int ParseSAP( services_discovery_t *p_sd, const 
uint8_t *buf,
 
 uint16_t i_hash = U16_AT (buf + 2);
 
-if( p_sys->b_strict && i_hash == 0 )
-{
-msg_Dbg( p_sd, "strict mode, discarding announce with null id hash");
+if( i_hash == 0 )
 return VLC_EGENERIC;
-}
 
 buf += 4;
 if( b_ipv6 )

___
vlc-commits mailing list
vlc-commits@videolan.org
https://mailman.videolan.org/listinfo/vlc-commits


[vlc-commits] l10n: enabling Khmer

2020-04-04 Thread Michał Trzebiatowski
vlc/vlc-3.0 | branch: master | Michał Trzebiatowski  | Fri 
Mar 27 21:53:30 2020 +0100| [242441abaf5619f0a23b677952398f794a6ddeac] | 
committer: David Fuhrmann

l10n: enabling Khmer

> http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commit;h=242441abaf5619f0a23b677952398f794a6ddeac
---

 extras/package/win32/NSIS/vlc.win32.nsi.in | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/extras/package/win32/NSIS/vlc.win32.nsi.in 
b/extras/package/win32/NSIS/vlc.win32.nsi.in
index b1397c6956..05273207ca 100644
--- a/extras/package/win32/NSIS/vlc.win32.nsi.in
+++ b/extras/package/win32/NSIS/vlc.win32.nsi.in
@@ -231,6 +231,8 @@ RequestExecutionLevel admin
   !insertmacro LANGFILE_INCLUDE_WITHDEFAULT "AsturianExtra.nsh" 
${VLC_LANGFILE_FALLBACK}
   !insertmacro MUI_LANGUAGE "Corsican"
   !insertmacro LANGFILE_INCLUDE_WITHDEFAULT "CorsicanExtra.nsh" 
${VLC_LANGFILE_FALLBACK}
+  !insertmacro MUI_LANGUAGE "Khmer"
+  !insertmacro LANGFILE_INCLUDE_WITHDEFAULT "KhmerExtra.nsh" 
${VLC_LANGFILE_FALLBACK}
 
 ; Reserve files for solid compression
   !insertmacro MUI_RESERVEFILE_LANGDLL

___
vlc-commits mailing list
vlc-commits@videolan.org
https://mailman.videolan.org/listinfo/vlc-commits


[vlc-commits] l10n: Chinese (China) update

2020-04-04 Thread Dian Li
vlc/vlc-3.0 | branch: master | Dian Li  | Mon Mar 30 
16:55:30 2020 +0200| [8b5cff44981b3af508678b7eb687944e8f2688ea] | committer: 
David Fuhrmann

l10n: Chinese (China) update

100% translated

Signed-off-by: Michał Trzebiatowski 

> http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commit;h=8b5cff44981b3af508678b7eb687944e8f2688ea
---

 po/zh_CN.po | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/po/zh_CN.po b/po/zh_CN.po
index 98b6ee2e0a..9d42b4a1b4 100644
--- a/po/zh_CN.po
+++ b/po/zh_CN.po
@@ -15,7 +15,7 @@ msgstr ""
 "Project-Id-Version: vlc 3.0.9\n"
 "Report-Msgid-Bugs-To: vlc-de...@videolan.org\n"
 "POT-Creation-Date: 2020-03-24 21:54+0100\n"
-"PO-Revision-Date: 2020-03-29 20:02+0200\n"
+"PO-Revision-Date: 2020-03-30 16:55+0200\n"
 "Last-Translator: Dian Li , 2020\n"
 "Language-Team: Chinese (China) (https://www.transifex.com/yaron/teams/16553/";
 "zh_CN/)\n"
@@ -5917,7 +5917,7 @@ msgstr "访问系统资源时出现问题"
 msgid ""
 "Please open \"System Preferences\" -> \"Security & Privacy\" and allow VLC "
 "to access your microphone."
-msgstr "请打开「系统偏好设置」->「安全与隐私」并允许 VLC 访问您的麦克风。"
+msgstr "请打开「系统偏好设置」→「安全与隐私」并允许 VLC 访问您的麦克风。"
 
 #: modules/access/avaudiocapture.m:341
 msgid "AVFoundation Audio Capture"
@@ -5955,7 +5955,7 @@ msgstr "您的 Mac 似乎未配备合适的输入设备。请检查您的接头
 msgid ""
 "Please open \"System Preferences\" -> \"Security & Privacy\" and allow VLC "
 "to access your camera."
-msgstr "请打开「系统偏好设置」->「安全与隐私」并允许 VLC 访问您的摄像头。"
+msgstr "请打开「系统偏好设置」→「安全与隐私」并允许 VLC 访问您的摄像头。"
 
 #: modules/access/avio.h:33
 msgid "AVIO"
@@ -7092,7 +7092,7 @@ msgid ""
 "Preferences\" -> \"Security & Privacy\" and allow VLC to access your "
 "external media in \"Files and Folders\" section."
 msgstr ""
-"可能是因为 macOS 阻止访问您的磁盘。请打开「系统偏好设置」->「安全与隐私」并在"
+"可能是因为 macOS 阻止访问您的磁盘。请打开「系统偏好设置」→「安全与隐私」并在"
 "「文件与文件夹」段落允许 VLC 访问您的外部媒体。"
 
 #: modules/access/dvdread.c:77

___
vlc-commits mailing list
vlc-commits@videolan.org
https://mailman.videolan.org/listinfo/vlc-commits


[vlc-commits] l10n: vlc.desktop update

2020-04-04 Thread Michał Trzebiatowski
vlc/vlc-3.0 | branch: master | Michał Trzebiatowski  | Tue 
Mar 31 01:12:23 2020 +0200| [eae5ae14cd44ae4c9e6ba3cfab5ac4b7bb587926] | 
committer: David Fuhrmann

l10n: vlc.desktop update

> http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commit;h=eae5ae14cd44ae4c9e6ba3cfab5ac4b7bb587926
---

 share/vlc.desktop.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/share/vlc.desktop.in b/share/vlc.desktop.in
index e21dbbde38..d480ed5a33 100644
--- a/share/vlc.desktop.in
+++ b/share/vlc.desktop.in
@@ -54,7 +54,7 @@ Comment[es_MX]=Lea, capture, emita sus transmisiones 
multimedia
 Name[et]=VLC meediaesitaja
 GenericName[et]=Meediaesitaja
 Comment[et]=Multimeediafailide ja -voogude taasesitamine, lindistamine ja 
edastamine
-Name[eu]=VLC multimedia irakurgailua
+Name[eu]=VLC multimedia-erreproduzigailua
 GenericName[eu]=Multimedia irakurgailua
 Comment[eu]=Irakurri, hartu, igorri zure multimedia jarioak
 Name[fi]=VLC-mediasoitin

___
vlc-commits mailing list
vlc-commits@videolan.org
https://mailman.videolan.org/listinfo/vlc-commits


[vlc-commits] l10n: Japanese update

2020-04-04 Thread Fumio Nakayama
vlc/vlc-3.0 | branch: master | Fumio Nakayama  | Fri Mar 
27 09:43:32 2020 +0100| [9eb31086c624b8d9d582e85b1d8958af878bfc68] | committer: 
David Fuhrmann

l10n: Japanese update

100% translated

Signed-off-by: Michał Trzebiatowski 

> http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commit;h=9eb31086c624b8d9d582e85b1d8958af878bfc68
---

 po/ja.po | 9 -
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/po/ja.po b/po/ja.po
index bf89af574e..4d493abb58 100644
--- a/po/ja.po
+++ b/po/ja.po
@@ -10,7 +10,7 @@ msgstr ""
 "Project-Id-Version: vlc 3.0.9\n"
 "Report-Msgid-Bugs-To: vlc-de...@videolan.org\n"
 "POT-Creation-Date: 2020-03-24 21:54+0100\n"
-"PO-Revision-Date: 2020-03-25 12:23+0100\n"
+"PO-Revision-Date: 2020-03-27 09:43+0100\n"
 "Last-Translator: Fumio Nakayama , 2020\n"
 "Language-Team: Japanese (https://www.transifex.com/yaron/teams/16553/ja/)\n"
 "Language: ja\n"
@@ -6107,6 +6107,8 @@ msgid ""
 "Please open \"System Preferences\" -> \"Security & Privacy\" and allow VLC "
 "to access your microphone."
 msgstr ""
+"\"システム設定\" -> \"セキュリティとプライバシー\" を開き、VLCがマイクにアク"
+"セスできるように設定してください。"
 
 #: modules/access/avaudiocapture.m:341
 msgid "AVFoundation Audio Capture"
@@ -6149,6 +6151,8 @@ msgid ""
 "Please open \"System Preferences\" -> \"Security & Privacy\" and allow VLC "
 "to access your camera."
 msgstr ""
+"\"システム設定\" -> \"セキュリティとプライバシー\" を開き、VLCがカメラにアク"
+"セスできるように設定してください。"
 
 #: modules/access/avio.h:33
 msgid "AVIO"
@@ -7351,6 +7355,9 @@ msgid ""
 "Preferences\" -> \"Security & Privacy\" and allow VLC to access your "
 "external media in \"Files and Folders\" section."
 msgstr ""
+"macOSがディスクアクセスをブロックする可能性があります。\"システム設定\" -> "
+"\"セキュリティとプライバシー\" を開き、”ファイルとフォルダー\"セクションにあ"
+"る外部メディアにVLCがアクセスできるように設定してください。"
 
 #: modules/access/dvdread.c:77
 msgid "DVD without menus"

___
vlc-commits mailing list
vlc-commits@videolan.org
https://mailman.videolan.org/listinfo/vlc-commits


[vlc-commits] l10n: Malay update

2020-04-04 Thread abuyop
vlc/vlc-3.0 | branch: master | abuyop  | Sun Mar 29 09:23:09 
2020 +0200| [e8e08dc1b14c5f6b95b9472c7f3bbdd4e5a6155e] | committer: David 
Fuhrmann

l10n: Malay update

100% translated

Signed-off-by: Michał Trzebiatowski 

> http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commit;h=e8e08dc1b14c5f6b95b9472c7f3bbdd4e5a6155e
---

 po/ms.po | 25 ++---
 1 file changed, 14 insertions(+), 11 deletions(-)

diff --git a/po/ms.po b/po/ms.po
index 783ae20ac7..1b353fcf81 100644
--- a/po/ms.po
+++ b/po/ms.po
@@ -3,7 +3,7 @@
 # This file is distributed under the same license as the VLC package.
 #
 # Translators:
-# abuyop , 2013-2019
+# abuyop , 2013-2020
 # Mahrazi Mohd Kamal , 2006,2013-2014
 # Timothy “Glash” Wong , 2017
 msgid ""
@@ -11,8 +11,8 @@ msgstr ""
 "Project-Id-Version: vlc 3.0.9\n"
 "Report-Msgid-Bugs-To: vlc-de...@videolan.org\n"
 "POT-Creation-Date: 2020-03-24 21:54+0100\n"
-"PO-Revision-Date: 2019-05-23 00:57+0200\n"
-"Last-Translator: abuyop , 2019\n"
+"PO-Revision-Date: 2020-03-29 09:23+0200\n"
+"Last-Translator: abuyop , 2020\n"
 "Language-Team: Malay (https://www.transifex.com/yaron/teams/16553/ms/)\n"
 "Language: ms\n"
 "MIME-Version: 1.0\n"
@@ -6147,25 +6147,24 @@ msgstr ""
 
 #: modules/access/avaudiocapture.m:236 modules/access/avcapture.m:350
 #: modules/access/dvdnav.c:368 modules/access/dvdread.c:203
-#, fuzzy
 msgid "Problem accessing a system resource"
-msgstr "Perincian masalah dan konfigurasi sistem"
+msgstr "Masalah ketika mencapai satu sumber sistem"
 
 #: modules/access/avaudiocapture.m:237
 msgid ""
 "Please open \"System Preferences\" -> \"Security & Privacy\" and allow VLC "
 "to access your microphone."
 msgstr ""
+"Sila buka \"Keutamaan Sistem\" -> \"Keselamatan & Kerahsiaan\" dan benarkan "
+"VLC mencapai mikrofon anda."
 
 #: modules/access/avaudiocapture.m:341
-#, fuzzy
 msgid "AVFoundation Audio Capture"
-msgstr "Tangkapan Video AVFoundation"
+msgstr "Tangkapan Audio AVFoundation"
 
 #: modules/access/avaudiocapture.m:342
-#, fuzzy
 msgid "AVFoundation audio capture module."
-msgstr "Modul tangkapan video AVFoundation."
+msgstr "Modul tangkap audio AVFoundation."
 
 #: modules/access/avcapture.m:66
 msgid "AVFoundation Video Capture"
@@ -6200,6 +6199,8 @@ msgid ""
 "Please open \"System Preferences\" -> \"Security & Privacy\" and allow VLC "
 "to access your camera."
 msgstr ""
+"Sila buka \"Keutamaan Sistem\" -> \"Keselamatan & Persendirian\" dan "
+"benarkan VLC mencapai kamera anda."
 
 #: modules/access/avio.h:33
 msgid "AVIO"
@@ -7392,6 +7393,9 @@ msgid ""
 "Preferences\" -> \"Security & Privacy\" and allow VLC to access your "
 "external media in \"Files and Folders\" section."
 msgstr ""
+"Mungkin , macOS telah menyekat capaian ke cakera anda. Oleh itu, sila buka "
+"\"Keutamaan Sistem\" -> \"Keselamatan & Persendirian\" dan benarkan VLC "
+"mencapai media luar anda dalam seksyen \"Fail dan Folder\"."
 
 #: modules/access/dvdread.c:77
 msgid "DVD without menus"
@@ -23829,9 +23833,8 @@ msgid "Zeroconf services"
 msgstr "Serivs zeroconf "
 
 #: modules/services_discovery/avahi.c:69
-#, fuzzy
 msgid "Avahi Renderer Discovery"
-msgstr "Penemuan Penerap mDNS"
+msgstr "Penemuan Penerap Avahi"
 
 #: modules/services_discovery/bonjour.m:44
 #: modules/services_discovery/bonjour.m:62

___
vlc-commits mailing list
vlc-commits@videolan.org
https://mailman.videolan.org/listinfo/vlc-commits


[vlc-commits] l10n: Catalan update

2020-04-04 Thread Joan Montané
vlc/vlc-3.0 | branch: master | Joan Montané  | Fri Mar 27 
22:33:28 2020 +0100| [34a57d931ef985857c0f90a8a45a84570e0784ce] | committer: 
David Fuhrmann

l10n: Catalan update

87% translated

Signed-off-by: Michał Trzebiatowski 

> http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commit;h=34a57d931ef985857c0f90a8a45a84570e0784ce
---

 po/ca.po | 65 +++-
 1 file changed, 31 insertions(+), 34 deletions(-)

diff --git a/po/ca.po b/po/ca.po
index db3ce52ca1..af6162c039 100644
--- a/po/ca.po
+++ b/po/ca.po
@@ -6,7 +6,7 @@
 # Benny Beat , 2016-2018
 # Eva Castillo , 2013
 # Jaume Ferrer , 2016
-# Joan Montané , 2013-2015,2018-2019
+# Joan Montané , 2013-2015,2018-2020
 # Jordi Serratosa , 2018
 # Lorena Gomes and Xènia Albà, April 2005
 # Pau Iranzo , 2013-2016
@@ -15,8 +15,8 @@ msgstr ""
 "Project-Id-Version: vlc 3.0.9\n"
 "Report-Msgid-Bugs-To: vlc-de...@videolan.org\n"
 "POT-Creation-Date: 2020-03-24 21:54+0100\n"
-"PO-Revision-Date: 2019-09-17 05:15+0200\n"
-"Last-Translator: Joan Montané , 2019\n"
+"PO-Revision-Date: 2020-03-27 22:33+0100\n"
+"Last-Translator: Joan Montané , 2020\n"
 "Language-Team: Catalan (https://www.transifex.com/yaron/teams/16553/ca/)\n"
 "Language: ca\n"
 "MIME-Version: 1.0\n"
@@ -191,7 +191,7 @@ msgstr ""
 
 #: include/vlc_config_cat.h:88
 msgid "Splitters"
-msgstr ""
+msgstr "Divisors"
 
 #: include/vlc_config_cat.h:89
 msgid "Video splitters separate the stream into multiple videos."
@@ -669,7 +669,7 @@ msgstr "Espectre"
 
 #: src/audio_output/output.c:275
 msgid "VU meter"
-msgstr ""
+msgstr "Mesurador VU"
 
 #: src/audio_output/output.c:314 src/libvlc-module.c:201
 msgid "Audio filters"
@@ -848,11 +848,11 @@ msgstr ""
 
 #: src/config/help.c:490
 msgid "(default enabled)"
-msgstr ""
+msgstr "(per defecte és habilitat)"
 
 #: src/config/help.c:491
 msgid "(default disabled)"
-msgstr ""
+msgstr "(per defecte és inhabilitat)"
 
 #: src/config/help.c:651 src/config/help.c:655
 msgid "Note:"
@@ -6323,14 +6323,12 @@ msgid ""
 msgstr ""
 
 #: modules/access/avaudiocapture.m:341
-#, fuzzy
 msgid "AVFoundation Audio Capture"
-msgstr "Captura d'àudio"
+msgstr ""
 
 #: modules/access/avaudiocapture.m:342
-#, fuzzy
 msgid "AVFoundation audio capture module."
-msgstr "Mòdul de sortida d'àudio"
+msgstr ""
 
 #: modules/access/avcapture.m:66
 msgid "AVFoundation Video Capture"
@@ -7492,7 +7490,7 @@ msgstr ""
 
 #: modules/access/dvb/access.c:70
 msgid "Satellite scanning config"
-msgstr ""
+msgstr "Configuració de l'escaneig del satèl·lit"
 
 #: modules/access/dvb/access.c:71
 msgid "Filename of config file in share/dvb/dvb-s."
@@ -9679,15 +9677,15 @@ msgstr ""
 
 #: modules/access_output/srt.c:57
 msgid "16 bytes"
-msgstr ""
+msgstr "16 bytes"
 
 #: modules/access_output/srt.c:57
 msgid "24 bytes"
-msgstr ""
+msgstr "24 bytes"
 
 #: modules/access_output/srt.c:57
 msgid "32 bytes"
-msgstr ""
+msgstr "32 bytes"
 
 #: modules/access_output/srt.c:437
 msgid "SRT stream output"
@@ -11551,7 +11549,7 @@ msgstr "àudio"
 
 #: modules/codec/avcodec/encoder.c:893
 msgid "subpicture"
-msgstr ""
+msgstr "subimatge"
 
 #: modules/codec/avcodec/encoder.c:906
 #, c-format
@@ -12184,7 +12182,7 @@ msgstr "Subtítols (avançat)"
 
 #: modules/codec/libass.c:61
 msgid "Subtitle renderers using libass"
-msgstr "Renderitzador de subtítols amb libass"
+msgstr "Renderitzadors de subtítols amb libass"
 
 #: modules/codec/libass.c:249
 #: modules/text_renderer/freetype/fonts/fontconfig.c:78
@@ -17747,11 +17745,11 @@ msgstr ""
 
 #: modules/gui/macosx/VLCMainMenu.m:405
 msgid "Renderer"
-msgstr ""
+msgstr "Renderitzador"
 
 #: modules/gui/macosx/VLCMainMenu.m:406
 msgid "No renderer"
-msgstr ""
+msgstr "No hi ha cap renderitzador"
 
 #: modules/gui/macosx/VLCMainMenu.m:415
 msgid "Increase Volume"
@@ -21363,7 +21361,7 @@ msgstr "A&juda"
 
 #: modules/gui/qt/menus.cpp:357
 msgid "Open &File..."
-msgstr "Obre el &fitxer..."
+msgstr "Obre un &fitxer..."
 
 #: modules/gui/qt/menus.cpp:359
 msgid "&Open Multiple Files..."
@@ -21639,7 +21637,7 @@ msgstr "&Esborra"
 
 #: modules/gui/qt/menus.cpp:1629
 msgid "&Renderer"
-msgstr ""
+msgstr "&Renderitzador"
 
 #: modules/gui/qt/menus.cpp:1633
 msgid ""
@@ -21898,7 +21896,7 @@ msgstr "depuració"
 #: modules/gui/qt/util/searchlineedit.cpp:49
 msgctxt "Tooltip|Clear"
 msgid "Clear"
-msgstr ""
+msgstr "Neteja"
 
 #: modules/gui/skins2/src/dialogs.cpp:212
 msgid "Open a skin file"
@@ -21910,11 +21908,11 @@ msgstr "Fitxers d'aparença |*.vlt;*.wsz;*.xml"
 
 #: modules/gui/skins2/src/dialogs.cpp:221
 msgid "Playlist Files |"
-msgstr ""
+msgstr "Fitxers de les llistes de reproducció |"
 
 #: modules/gui/skins2/src/dialogs.cpp:221
 msgid "|All Files |*"
-msgstr ""
+msgstr "|Tots els fitxers |*"
 
 #: modules/gui/skins2/src/dialogs.cpp:222
 msgid "Open playlist"
@@ -21997,7 +21995,7 @@ msgstr "Seleccioneu una aparença"
 
 #: modules/gui/skins2/src/theme_repository.cpp:116
 msgid "Open skin..."
-msgstr ""
+msgstr "Obre una aparen

[vlc-commits] l10n: Turkish update

2020-04-04 Thread Kaya Zeren
vlc/vlc-3.0 | branch: master | Kaya Zeren  | Sat Mar 28 
10:38:16 2020 +0100| [395228da830b01e50bc3f4a2cb9fae825ed2d6e1] | committer: 
David Fuhrmann

l10n: Turkish update

100% translated

Signed-off-by: Michał Trzebiatowski 

> http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commit;h=395228da830b01e50bc3f4a2cb9fae825ed2d6e1
---

 po/tr.po | 29 -
 1 file changed, 16 insertions(+), 13 deletions(-)

diff --git a/po/tr.po b/po/tr.po
index 8469059663..940b06fdb0 100644
--- a/po/tr.po
+++ b/po/tr.po
@@ -4,15 +4,14 @@
 #
 # Translators:
 # Adem GUNES , 2008
+# AYBERK HALAC , 2013
 # Can Berkol , 2013
 # Caner Başaran , 2013
-# Servet CEBECİ , 2013
-# AYBERK HALAC , 2013
-# Kaya Zeren , 2014-2019
+# Kaya Zeren , 2014-2020
 # Mehmet Ertekin , 2013
-# muaz742, 2013
 # Ozancan Karataş , 2015-2017
 # Özgür Turanlı, 2013
+# Servet CEBECİ , 2013
 # Ufuk UYUMAZ , 2013
 # Yaşar TAY , 2009
 msgid ""
@@ -20,8 +19,8 @@ msgstr ""
 "Project-Id-Version: vlc 3.0.9\n"
 "Report-Msgid-Bugs-To: vlc-de...@videolan.org\n"
 "POT-Creation-Date: 2020-03-24 21:54+0100\n"
-"PO-Revision-Date: 2019-12-13 10:51+0100\n"
-"Last-Translator: Kaya Zeren , 2019\n"
+"PO-Revision-Date: 2020-03-28 10:38+0100\n"
+"Last-Translator: Kaya Zeren , 2020\n"
 "Language-Team: Turkish (https://www.transifex.com/yaron/teams/16553/tr/)\n"
 "Language: tr\n"
 "MIME-Version: 1.0\n"
@@ -6237,23 +6236,23 @@ msgstr ""
 #: modules/access/avaudiocapture.m:236 modules/access/avcapture.m:350
 #: modules/access/dvdnav.c:368 modules/access/dvdread.c:203
 msgid "Problem accessing a system resource"
-msgstr ""
+msgstr "Bir sistem kaynağına erişilirken sorun çıktı"
 
 #: modules/access/avaudiocapture.m:237
 msgid ""
 "Please open \"System Preferences\" -> \"Security & Privacy\" and allow VLC "
 "to access your microphone."
 msgstr ""
+"Lütfen \"Sistem Ayarları\" -> \"Güvenlik ve Gizlilik\" bölümüne giderek VLC "
+"uygulamasına mikrofona erişme izni verin."
 
 #: modules/access/avaudiocapture.m:341
-#, fuzzy
 msgid "AVFoundation Audio Capture"
-msgstr "AVFoundation Görüntü Yakalama"
+msgstr "AVFoundation Ses Yakalama"
 
 #: modules/access/avaudiocapture.m:342
-#, fuzzy
 msgid "AVFoundation audio capture module."
-msgstr "AVFoundation görüntü yakalama modülü."
+msgstr "AVFoundation ses yakalama modülü."
 
 #: modules/access/avcapture.m:66
 msgid "AVFoundation Video Capture"
@@ -6288,6 +6287,8 @@ msgid ""
 "Please open \"System Preferences\" -> \"Security & Privacy\" and allow VLC "
 "to access your camera."
 msgstr ""
+"Lütfen \"Sistem Ayarları\" -> \"Güvenlik ve Gizlilik\" bölümüne giderek VLC "
+"uygulamasına kameraya erişme izni verin."
 
 #: modules/access/avio.h:33
 msgid "AVIO"
@@ -7482,6 +7483,9 @@ msgid ""
 "Preferences\" -> \"Security & Privacy\" and allow VLC to access your "
 "external media in \"Files and Folders\" section."
 msgstr ""
+"macOS büyük olasılıkla diskinize erişimi engeller. Lütfen \"Sistem Ayarları"
+"\" -> \"Güvenlik ve Gizlilik\" bölümüne giderek VLC uygulamasına \"Dosyalar "
+"ve Klasörler\" altından dış ortamlara erişme izni verin."
 
 #: modules/access/dvdread.c:77
 msgid "DVD without menus"
@@ -24021,9 +24025,8 @@ msgid "Zeroconf services"
 msgstr "Zeroconf hizmetleri"
 
 #: modules/services_discovery/avahi.c:69
-#, fuzzy
 msgid "Avahi Renderer Discovery"
-msgstr "mDNS Görüntüleyici Keşfi"
+msgstr "Avahi Oluşturucu Arayıcı"
 
 #: modules/services_discovery/bonjour.m:44
 #: modules/services_discovery/bonjour.m:62

___
vlc-commits mailing list
vlc-commits@videolan.org
https://mailman.videolan.org/listinfo/vlc-commits


[vlc-commits] l10n: Spanish update

2020-04-04 Thread picodotdev
vlc/vlc-3.0 | branch: master | picodotdev  | Fri Mar 27 
08:45:58 2020 +0100| [27c726cefbc3dd2c253a8543ab28842d839c49cf] | committer: 
David Fuhrmann

l10n: Spanish update

100% translated

Signed-off-by: Michał Trzebiatowski 

> http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commit;h=27c726cefbc3dd2c253a8543ab28842d839c49cf
---

 po/es.po | 25 ++---
 1 file changed, 14 insertions(+), 11 deletions(-)

diff --git a/po/es.po b/po/es.po
index 55ba07797a..9a6c824e4a 100644
--- a/po/es.po
+++ b/po/es.po
@@ -8,15 +8,15 @@
 # Juan Diego Fernández Rosado , 2014
 # Konrad Iturbe , 2013
 # Marc Sokolovitch , 2013
-# picodotdev , 2014-2019
+# picodotdev , 2014-2020
 # Sam Askari , 2013
 msgid ""
 msgstr ""
 "Project-Id-Version: vlc 3.0.9\n"
 "Report-Msgid-Bugs-To: vlc-de...@videolan.org\n"
 "POT-Creation-Date: 2020-03-24 21:54+0100\n"
-"PO-Revision-Date: 2019-12-04 23:04+0100\n"
-"Last-Translator: picodotdev , 2019\n"
+"PO-Revision-Date: 2020-03-27 08:45+0100\n"
+"Last-Translator: picodotdev , 2020\n"
 "Language-Team: Spanish (https://www.transifex.com/yaron/teams/16553/es/)\n"
 "Language: es\n"
 "MIME-Version: 1.0\n"
@@ -6212,25 +6212,24 @@ msgstr ""
 
 #: modules/access/avaudiocapture.m:236 modules/access/avcapture.m:350
 #: modules/access/dvdnav.c:368 modules/access/dvdread.c:203
-#, fuzzy
 msgid "Problem accessing a system resource"
-msgstr "Detalles de problemas y configuración del sistema"
+msgstr "Hubo un problema accediendo a un recurso del sistema"
 
 #: modules/access/avaudiocapture.m:237
 msgid ""
 "Please open \"System Preferences\" -> \"Security & Privacy\" and allow VLC "
 "to access your microphone."
 msgstr ""
+"Abra «Preferencias del sistema» -> «Seguridad y privacidad» y permita a VLC "
+"acceder a su micrófono."
 
 #: modules/access/avaudiocapture.m:341
-#, fuzzy
 msgid "AVFoundation Audio Capture"
-msgstr "Captura de vídeo AVFoundation"
+msgstr "Captura de audio AVFoundation"
 
 #: modules/access/avaudiocapture.m:342
-#, fuzzy
 msgid "AVFoundation audio capture module."
-msgstr "Módulo de captura de vídeo AVFoundation."
+msgstr "Módulo de captura de audio AVFoundation"
 
 #: modules/access/avcapture.m:66
 msgid "AVFoundation Video Capture"
@@ -6265,6 +6264,8 @@ msgid ""
 "Please open \"System Preferences\" -> \"Security & Privacy\" and allow VLC "
 "to access your camera."
 msgstr ""
+"Abra «Preferencias del sistema» -> «Seguridad y privacidad» y permita a VLC "
+"acceder a su cámara."
 
 #: modules/access/avio.h:33
 msgid "AVIO"
@@ -7493,6 +7494,9 @@ msgid ""
 "Preferences\" -> \"Security & Privacy\" and allow VLC to access your "
 "external media in \"Files and Folders\" section."
 msgstr ""
+"Potencialmente, macOS bloquea el acceso a su disco. Abra «Preferencias del "
+"sistema» -> «Seguridad y privacidad» y permita a VLC acceder a medios "
+"externos en la sección «Archivos y carpetas»."
 
 #: modules/access/dvdread.c:77
 msgid "DVD without menus"
@@ -24049,9 +24053,8 @@ msgid "Zeroconf services"
 msgstr "Servicios Zeroconf"
 
 #: modules/services_discovery/avahi.c:69
-#, fuzzy
 msgid "Avahi Renderer Discovery"
-msgstr "Servicios de representación mDNS"
+msgstr "Descubridor de representador Avahi"
 
 #: modules/services_discovery/bonjour.m:44
 #: modules/services_discovery/bonjour.m:62

___
vlc-commits mailing list
vlc-commits@videolan.org
https://mailman.videolan.org/listinfo/vlc-commits


[vlc-commits] l10n: Thai update

2020-04-04 Thread Juro Timothy Symon
vlc/vlc-3.0 | branch: master | Juro Timothy Symon  | Sat 
Mar 28 00:50:08 2020 +0100| [b23c7c6f9d0f41c8bb50046d2360371bd2295453] | 
committer: David Fuhrmann

l10n: Thai update

58% translated

Signed-off-by: Michał Trzebiatowski 

> http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commit;h=b23c7c6f9d0f41c8bb50046d2360371bd2295453
---

 po/th.po | 23 ---
 1 file changed, 12 insertions(+), 11 deletions(-)

diff --git a/po/th.po b/po/th.po
index 0c7ae18315..c4610b9846 100644
--- a/po/th.po
+++ b/po/th.po
@@ -6,17 +6,18 @@
 # Arthit Suriyawongkul , 2017,2020
 # Chaisiri Toomthong , 2015
 # Chalermpon Dasri , 2013
-# jerng , 2014
+# Juro Timothy Symon , 2020
 # Phattanon Duangdara , 2017
 # Rockers , 2017-2018
+# T. Chomphuming  , 2011,2014
 # Theppitak Karoonboonyanan , 2013,2018
 msgid ""
 msgstr ""
 "Project-Id-Version: vlc 3.0.9\n"
 "Report-Msgid-Bugs-To: vlc-de...@videolan.org\n"
 "POT-Creation-Date: 2020-03-24 21:54+0100\n"
-"PO-Revision-Date: 2020-03-05 21:04+0100\n"
-"Last-Translator: Arthit Suriyawongkul , 2020\n"
+"PO-Revision-Date: 2020-03-28 00:50+0100\n"
+"Last-Translator: Juro Timothy Symon , 2020\n"
 "Language-Team: Thai (https://www.transifex.com/yaron/teams/16553/th/)\n"
 "Language: th\n"
 "MIME-Version: 1.0\n"
@@ -5211,7 +5212,7 @@ msgstr "แฟ้มที่ดาวนโหลดมา \"%s\" ชำรุ
 msgid ""
 "The new version was successfully downloaded. Do you want to close VLC and "
 "install it now?"
-msgstr ""
+msgstr "โปรแกรมรุ่นใหม่ได้รับการดาวน์โหลดเรียบร้อย 
ท่านต้องการปิดโปรแกรมเพื่อติดตั้งทันทีหรือไม่"
 
 #: src/misc/update.c:726 modules/gui/macosx/VLCAddonsWindowController.m:200
 msgid "Install"
@@ -6001,16 +6002,16 @@ msgid ""
 "Please open \"System Preferences\" -> \"Security & Privacy\" and allow VLC "
 "to access your microphone."
 msgstr ""
+"กรุณาเปิดหน้าต่าง \"System Preferences\" -> \"Security & Privacy\" 
และอนุญาตให้ "
+"VLC เข้าถึงไมโครโฟนของท่าน"
 
 #: modules/access/avaudiocapture.m:341
-#, fuzzy
 msgid "AVFoundation Audio Capture"
-msgstr "ส่วนรับเสียง"
+msgstr ""
 
 #: modules/access/avaudiocapture.m:342
-#, fuzzy
 msgid "AVFoundation audio capture module."
-msgstr "มอดูลเสียงออก"
+msgstr ""
 
 #: modules/access/avcapture.m:66
 msgid "AVFoundation Video Capture"
@@ -17690,7 +17691,7 @@ msgstr ""
 
 #: modules/gui/macosx/VLCStatusBarIcon.m:103
 msgid "Toggle Play/Pause"
-msgstr ""
+msgstr "กดเพื่อ เล่น/หยุด"
 
 #: modules/gui/macosx/VLCStatusBarIcon.m:109
 msgid "Toggle random order playback"
@@ -17737,7 +17738,7 @@ msgstr "การประสานร่องข้อมูลเสียง
 
 #: modules/gui/macosx/VLCTrackSynchronizationWindowController.m:53
 msgid "A positive value means that the audio is ahead of the video"
-msgstr ""
+msgstr "หากมีค่าเป็นจำนวนบวกหมายถึงสัญญาณเสียงนั้นนำหน้าสัญญาณภาพ"
 
 #: modules/gui/macosx/VLCTrackSynchronizationWindowController.m:54
 #: modules/gui/qt/components/extended_panels.cpp:1424
@@ -17751,7 +17752,7 @@ msgstr "การประสานร่องข้อมูลบทบรร
 
 #: modules/gui/macosx/VLCTrackSynchronizationWindowController.m:57
 msgid "A positive value means that the subtitles are ahead of the video"
-msgstr ""
+msgstr "หากมีค่าเป็นจำนวนบวกหมายถึงบทบรรยายนั้นนำหน้าสัญญาณภาพ"
 
 #: modules/gui/macosx/VLCTrackSynchronizationWindowController.m:58
 #: modules/gui/qt/components/extended_panels.cpp:1435

___
vlc-commits mailing list
vlc-commits@videolan.org
https://mailman.videolan.org/listinfo/vlc-commits


[vlc-commits] l10n: Basque update

2020-04-04 Thread Osoitz
vlc/vlc-3.0 | branch: master | Osoitz  | Sun Mar 29 18:23:47 
2020 +0200| [bc3dbfe8c90b20ad275c5d4716153b7041100682] | committer: David 
Fuhrmann

l10n: Basque update

100% translated

Signed-off-by: Michał Trzebiatowski 

> http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commit;h=bc3dbfe8c90b20ad275c5d4716153b7041100682
---

 po/eu.po | 78 ++--
 1 file changed, 41 insertions(+), 37 deletions(-)

Diff:   
http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commitdiff;h=bc3dbfe8c90b20ad275c5d4716153b7041100682
___
vlc-commits mailing list
vlc-commits@videolan.org
https://mailman.videolan.org/listinfo/vlc-commits


[vlc-commits] l10n: Chinese (China) update

2020-04-04 Thread Dian Li
vlc/vlc-3.0 | branch: master | Dian Li  | Sun Mar 29 
20:02:22 2020 +0200| [1158c22d424396c2f508aa9eb68717619df0808e] | committer: 
David Fuhrmann

l10n: Chinese (China) update

100% translated

Signed-off-by: Michał Trzebiatowski 

> http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commit;h=1158c22d424396c2f508aa9eb68717619df0808e
---

 po/zh_CN.po | 24 +++-
 1 file changed, 11 insertions(+), 13 deletions(-)

diff --git a/po/zh_CN.po b/po/zh_CN.po
index bebcb66cfb..98b6ee2e0a 100644
--- a/po/zh_CN.po
+++ b/po/zh_CN.po
@@ -3,7 +3,7 @@
 # This file is distributed under the same license as the VLC package.
 #
 # Translators:
-# Dian Li , 2009-2019
+# Dian Li , 2009-2020
 # pingplug , 2016-2017
 # SnowOnion Lee , 2016
 # Sophia Meifang Wang , 2015
@@ -15,8 +15,8 @@ msgstr ""
 "Project-Id-Version: vlc 3.0.9\n"
 "Report-Msgid-Bugs-To: vlc-de...@videolan.org\n"
 "POT-Creation-Date: 2020-03-24 21:54+0100\n"
-"PO-Revision-Date: 2019-05-20 16:49+0200\n"
-"Last-Translator: Dian Li , 2019\n"
+"PO-Revision-Date: 2020-03-29 20:02+0200\n"
+"Last-Translator: Dian Li , 2020\n"
 "Language-Team: Chinese (China) (https://www.transifex.com/yaron/teams/16553/";
 "zh_CN/)\n"
 "Language: zh_CN\n"
@@ -5910,25 +5910,22 @@ msgstr "您的 Mac 似乎未配备合适的音频输入设备。请检查您的
 
 #: modules/access/avaudiocapture.m:236 modules/access/avcapture.m:350
 #: modules/access/dvdnav.c:368 modules/access/dvdread.c:203
-#, fuzzy
 msgid "Problem accessing a system resource"
-msgstr "问题详情及系统配置"
+msgstr "访问系统资源时出现问题"
 
 #: modules/access/avaudiocapture.m:237
 msgid ""
 "Please open \"System Preferences\" -> \"Security & Privacy\" and allow VLC "
 "to access your microphone."
-msgstr ""
+msgstr "请打开「系统偏好设置」->「安全与隐私」并允许 VLC 访问您的麦克风。"
 
 #: modules/access/avaudiocapture.m:341
-#, fuzzy
 msgid "AVFoundation Audio Capture"
-msgstr "AVFoundation 视频捕获"
+msgstr "AVFoundation 音频捕获"
 
 #: modules/access/avaudiocapture.m:342
-#, fuzzy
 msgid "AVFoundation audio capture module."
-msgstr "AVFoundation 视频捕获模块。"
+msgstr "AVFoundation 音频捕获模块。"
 
 #: modules/access/avcapture.m:66
 msgid "AVFoundation Video Capture"
@@ -5958,7 +5955,7 @@ msgstr "您的 Mac 似乎未配备合适的输入设备。请检查您的接头
 msgid ""
 "Please open \"System Preferences\" -> \"Security & Privacy\" and allow VLC "
 "to access your camera."
-msgstr ""
+msgstr "请打开「系统偏好设置」->「安全与隐私」并允许 VLC 访问您的摄像头。"
 
 #: modules/access/avio.h:33
 msgid "AVIO"
@@ -7095,6 +7092,8 @@ msgid ""
 "Preferences\" -> \"Security & Privacy\" and allow VLC to access your "
 "external media in \"Files and Folders\" section."
 msgstr ""
+"可能是因为 macOS 阻止访问您的磁盘。请打开「系统偏好设置」->「安全与隐私」并在"
+"「文件与文件夹」段落允许 VLC 访问您的外部媒体。"
 
 #: modules/access/dvdread.c:77
 msgid "DVD without menus"
@@ -23060,9 +23059,8 @@ msgid "Zeroconf services"
 msgstr "Zeroconf 服务"
 
 #: modules/services_discovery/avahi.c:69
-#, fuzzy
 msgid "Avahi Renderer Discovery"
-msgstr "mDNS 渲染器发现"
+msgstr "Avahi 渲染器发现"
 
 #: modules/services_discovery/bonjour.m:44
 #: modules/services_discovery/bonjour.m:62

___
vlc-commits mailing list
vlc-commits@videolan.org
https://mailman.videolan.org/listinfo/vlc-commits


[vlc-commits] l10n: Russian update

2020-04-04 Thread Alexander Lakhin
vlc/vlc-3.0 | branch: master | Alexander Lakhin  | Sat Mar 
28 18:29:23 2020 +0100| [2c4bd5b1dc0ba626c74b6debe39921b3a3abab22] | committer: 
David Fuhrmann

l10n: Russian update

100% translated

Signed-off-by: Michał Trzebiatowski 

> http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commit;h=2c4bd5b1dc0ba626c74b6debe39921b3a3abab22
---

 po/ru.po | 29 -
 1 file changed, 16 insertions(+), 13 deletions(-)

diff --git a/po/ru.po b/po/ru.po
index 9a53b14160..6f2695b005 100644
--- a/po/ru.po
+++ b/po/ru.po
@@ -3,7 +3,7 @@
 # This file is distributed under the same license as the VLC package.
 #
 # Translators:
-# Alexander Lakhin , 2014-2019
+# Alexander Lakhin , 2014-2020
 # Andrey Brilevskiy , 2005
 # Andrey Wolk (Lorni) , 2009
 # Konstantin Pavlov , 2011
@@ -15,8 +15,8 @@ msgstr ""
 "Project-Id-Version: vlc 3.0.9\n"
 "Report-Msgid-Bugs-To: vlc-de...@videolan.org\n"
 "POT-Creation-Date: 2020-03-24 21:54+0100\n"
-"PO-Revision-Date: 2020-01-20 11:07+0100\n"
-"Last-Translator: Viktor , 2020\n"
+"PO-Revision-Date: 2020-03-28 18:29+0100\n"
+"Last-Translator: Alexander Lakhin , 2020\n"
 "Language-Team: Russian (https://www.transifex.com/yaron/teams/16553/ru/)\n"
 "Language: ru\n"
 "MIME-Version: 1.0\n"
@@ -6168,25 +6168,24 @@ msgstr ""
 
 #: modules/access/avaudiocapture.m:236 modules/access/avcapture.m:350
 #: modules/access/dvdnav.c:368 modules/access/dvdread.c:203
-#, fuzzy
 msgid "Problem accessing a system resource"
-msgstr "Описание проблемы и конфигурация системы"
+msgstr "Не удалось обратиться к системному ресурсу"
 
 #: modules/access/avaudiocapture.m:237
 msgid ""
 "Please open \"System Preferences\" -> \"Security & Privacy\" and allow VLC "
 "to access your microphone."
 msgstr ""
+"Откройте в меню ОС \"Системные настройки\" -> \"Защита и безопасность\" и "
+"разрешите VLC обращаться к микрофону."
 
 #: modules/access/avaudiocapture.m:341
-#, fuzzy
 msgid "AVFoundation Audio Capture"
-msgstr "Видеозахват AVFoundation"
+msgstr "Аудиозахват AVFoundation"
 
 #: modules/access/avaudiocapture.m:342
-#, fuzzy
 msgid "AVFoundation audio capture module."
-msgstr "Модуль видеозахвата AVFoundation"
+msgstr "Модуль аудиозахвата AVFoundation"
 
 #: modules/access/avcapture.m:66
 msgid "AVFoundation Video Capture"
@@ -6221,6 +6220,8 @@ msgid ""
 "Please open \"System Preferences\" -> \"Security & Privacy\" and allow VLC "
 "to access your camera."
 msgstr ""
+"Откройте в меню ОС \"Системные настройки\" -> \"Защита и безопасность\" и "
+"разрешите VLC обращаться к камере."
 
 #: modules/access/avio.h:33
 msgid "AVIO"
@@ -7418,6 +7419,9 @@ msgid ""
 "Preferences\" -> \"Security & Privacy\" and allow VLC to access your "
 "external media in \"Files and Folders\" section."
 msgstr ""
+"Возможно, macOS блокирует доступ к диску. Откройте в меню ОС \"Системные "
+"настройки\" -> \"Защита и безопасность\" и разрешите VLC обращаться к "
+"внешним носителям в разделе \"Файлы и папки\"."
 
 #: modules/access/dvdread.c:77
 msgid "DVD without menus"
@@ -23884,9 +23888,8 @@ msgid "Zeroconf services"
 msgstr "Службы Zeroconf"
 
 #: modules/services_discovery/avahi.c:69
-#, fuzzy
 msgid "Avahi Renderer Discovery"
-msgstr "Обнаружение средств отображения в mDNS"
+msgstr "Обнаружение воспроизводителей в Avahi"
 
 #: modules/services_discovery/bonjour.m:44
 #: modules/services_discovery/bonjour.m:62
@@ -23896,7 +23899,7 @@ msgstr "Сетевое обнаружение Bonjour"
 
 #: modules/services_discovery/bonjour.m:70
 msgid "Bonjour Renderer Discovery"
-msgstr "Обнаружение средств отображения в Bonjour"
+msgstr "Обнаружение воспроизводителей в Bonjour"
 
 #: modules/services_discovery/mediadirs.c:71
 #: modules/services_discovery/mediadirs.c:133
@@ -23928,7 +23931,7 @@ msgstr "Сетевое обнаружение mDNS"
 
 #: modules/services_discovery/microdns.c:65
 msgid "mDNS Renderer Discovery"
-msgstr "Обнаружение средств отображения в mDNS"
+msgstr "Обнаружение воспроизводителей в mDNS"
 
 #: modules/services_discovery/mtp.c:40 modules/services_discovery/mtp.c:44
 #: modules/services_discovery/mtp.c:96

___
vlc-commits mailing list
vlc-commits@videolan.org
https://mailman.videolan.org/listinfo/vlc-commits


[vlc-commits] l10n: updated missing languages in package.mak

2020-04-04 Thread Michał Trzebiatowski
vlc/vlc-3.0 | branch: master | Michał Trzebiatowski  | Fri 
Mar 27 21:51:17 2020 +0100| [844e9d0a2de33ee99c954f25e5a787f5ad247827] | 
committer: David Fuhrmann

l10n: updated missing languages in package.mak

> http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commit;h=844e9d0a2de33ee99c954f25e5a787f5ad247827
---

 extras/package/win32/package.mak | 4 
 1 file changed, 4 insertions(+)

diff --git a/extras/package/win32/package.mak b/extras/package/win32/package.mak
index 8aea91fe3c..1a4ff8fb4a 100644
--- a/extras/package/win32/package.mak
+++ b/extras/package/win32/package.mak
@@ -205,11 +205,13 @@ EXTRA_DIST += \
extras/package/win32/NSIS/languages/AfrikaansExtra.nsh \
extras/package/win32/NSIS/languages/AlbanianExtra.nsh \
extras/package/win32/NSIS/languages/ArabicExtra.nsh \
+   extras/package/win32/NSIS/languages/AsturianExtra.nsh \
extras/package/win32/NSIS/languages/BasqueExtra.nsh \
extras/package/win32/NSIS/languages/BosnianExtra.nsh \
extras/package/win32/NSIS/languages/BretonExtra.nsh \
extras/package/win32/NSIS/languages/BulgarianExtra.nsh \
extras/package/win32/NSIS/languages/CatalanExtra.nsh \
+   extras/package/win32/NSIS/languages/CorsicanExtra.nsh \
extras/package/win32/NSIS/languages/CroatianExtra.nsh \
extras/package/win32/NSIS/languages/CzechExtra.nsh \
extras/package/win32/NSIS/languages/DanishExtra.nsh \
@@ -227,10 +229,12 @@ EXTRA_DIST += \
extras/package/win32/NSIS/languages/IndonesianExtra.nsh \
extras/package/win32/NSIS/languages/ItalianExtra.nsh \
extras/package/win32/NSIS/languages/JapaneseExtra.nsh \
+   extras/package/win32/NSIS/languages/KhmerExtra.nsh \
extras/package/win32/NSIS/languages/KoreanExtra.nsh \
extras/package/win32/NSIS/languages/LatvianExtra.nsh \
extras/package/win32/NSIS/languages/LithuanianExtra.nsh \
extras/package/win32/NSIS/languages/MalayExtra.nsh \
+   extras/package/win32/NSIS/languages/MongolianExtra.nsh \
extras/package/win32/NSIS/languages/NorwegianExtra.nsh \
extras/package/win32/NSIS/languages/NorwegianNynorskExtra.nsh \
extras/package/win32/NSIS/languages/PolishExtra.nsh \

___
vlc-commits mailing list
vlc-commits@videolan.org
https://mailman.videolan.org/listinfo/vlc-commits


[vlc-commits] l10n: Basque update

2020-04-04 Thread Osoitz
vlc/vlc-3.0 | branch: master | Osoitz  | Mon Mar 30 18:20:02 
2020 +0200| [6e7628ef9f00500a8e5e98fbffaa489bf67f1871] | committer: David 
Fuhrmann

l10n: Basque update

100% translated

Signed-off-by: Michał Trzebiatowski 

> http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commit;h=6e7628ef9f00500a8e5e98fbffaa489bf67f1871
---

 po/eu.po | 85 
 1 file changed, 42 insertions(+), 43 deletions(-)

Diff:   
http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commitdiff;h=6e7628ef9f00500a8e5e98fbffaa489bf67f1871
___
vlc-commits mailing list
vlc-commits@videolan.org
https://mailman.videolan.org/listinfo/vlc-commits


[vlc-commits] l10n: Lithuanian update

2020-04-04 Thread Mindaugas
vlc/vlc-3.0 | branch: master | Mindaugas  | 
Sat Mar 28 10:50:31 2020 +0100| [5ecf34aa2d75e76945b266cc4367fcbea4f8d9f3] | 
committer: David Fuhrmann

l10n: Lithuanian update

62% translated

Signed-off-by: Michał Trzebiatowski 

> http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commit;h=5ecf34aa2d75e76945b266cc4367fcbea4f8d9f3
---

 po/lt.po | 73 +++-
 1 file changed, 35 insertions(+), 38 deletions(-)

diff --git a/po/lt.po b/po/lt.po
index 6c4e90ccef..3368430315 100644
--- a/po/lt.po
+++ b/po/lt.po
@@ -5,15 +5,15 @@
 # Translators:
 # Tomas , 2013
 # Karolis Runas , 2014
-# Mindaugas , 2009-2019
+# Mindaugas , 2009-2020
 # Vaidotas Kalvelis , 2016
 msgid ""
 msgstr ""
 "Project-Id-Version: vlc 3.0.9\n"
 "Report-Msgid-Bugs-To: vlc-de...@videolan.org\n"
 "POT-Creation-Date: 2020-03-24 21:54+0100\n"
-"PO-Revision-Date: 2019-09-21 11:52+0200\n"
-"Last-Translator: Mindaugas , 2019\n"
+"PO-Revision-Date: 2020-03-28 10:50+0100\n"
+"Last-Translator: Mindaugas , 2020\n"
 "Language-Team: Lithuanian (https://www.transifex.com/yaron/teams/16553/lt/)\n"
 "Language: lt\n"
 "MIME-Version: 1.0\n"
@@ -1273,7 +1273,7 @@ msgstr "Subtitrai"
 #: src/input/input.c:1821 modules/control/hotkeys.c:1512
 #, c-format
 msgid "Volume %ld%%"
-msgstr ""
+msgstr "%ld%% garsumas"
 
 #: src/input/input.c:2725
 msgid "Your input can't be opened"
@@ -1429,7 +1429,7 @@ msgstr "Ankstesnis įrašas"
 
 #: src/input/var.c:278
 msgid "Menu title"
-msgstr ""
+msgstr "Meniu pavadinimas"
 
 #: src/input/var.c:285
 msgid "Menu popup"
@@ -2912,7 +2912,7 @@ msgstr ""
 #: modules/gui/macosx/VLCSimplePrefsController.m:351
 #: modules/gui/qt/ui/sprefs_subtitles.h:287
 msgid "On Screen Display"
-msgstr "Ekrane Rodomi Pranešimai"
+msgstr "Ekrane rodomi pranešimai"
 
 #: src/libvlc-module.c:719
 msgid ""
@@ -2920,7 +2920,7 @@ msgid ""
 "Display)."
 msgstr ""
 "VLC gali rodyti pranešimus tiesiai ant rodomo vaizdo ekrane. Tai vadinama "
-"ERP (Ekrane Rodomais Pranešimais)"
+"ERP (ekrane rodomais pranešimais)"
 
 #: src/libvlc-module.c:722
 msgid "Text rendering module"
@@ -3682,7 +3682,7 @@ msgstr "Ieškant metaduomenų, leisti prieiti prie tinklo"
 
 #: src/libvlc-module.c:1131
 msgid "Collapse"
-msgstr ""
+msgstr "Suskleisti"
 
 #: src/libvlc-module.c:1131
 msgid "Expand"
@@ -3722,11 +3722,11 @@ msgstr ""
 
 #: src/libvlc-module.c:1147
 msgid "Show hidden files"
-msgstr ""
+msgstr "Rodyti slepiamąsias rinkmenas"
 
 #: src/libvlc-module.c:1149
 msgid "Ignore files starting with '.'"
-msgstr ""
+msgstr "Nepaisyti rinkmenų, prasidedančių tašku"
 
 #: src/libvlc-module.c:1151
 msgid "Services discovery modules"
@@ -3792,7 +3792,7 @@ msgstr "Pristabdyti kiekvieną grojaraščio įrašą ties 
paskutiniu kadru."
 
 #: src/libvlc-module.c:1180
 msgid "Start paused"
-msgstr ""
+msgstr "Paleidus pristabdyti"
 
 #: src/libvlc-module.c:1182
 msgid "Pause each item in the playlist on the first frame."
@@ -3851,19 +3851,19 @@ msgstr "Nepaisyti"
 
 #: src/libvlc-module.c:1214
 msgid "Volume control"
-msgstr ""
+msgstr "Garsumo valdymas"
 
 #: src/libvlc-module.c:1215
 msgid "Position control"
-msgstr ""
+msgstr "Padėties valdymas"
 
 #: src/libvlc-module.c:1215
 msgid "Position control reversed"
-msgstr ""
+msgstr "Atvirkščias padėties valdymas"
 
 #: src/libvlc-module.c:1218
 msgid "Mouse wheel vertical axis control"
-msgstr ""
+msgstr "Valdymas pelės ratuku vertikalia ašimi"
 
 #: src/libvlc-module.c:1220
 msgid ""
@@ -3873,7 +3873,7 @@ msgstr ""
 
 #: src/libvlc-module.c:1222
 msgid "Mouse wheel horizontal axis control"
-msgstr ""
+msgstr "Valdymas pelės ratuku horizontalia ašimi"
 
 #: src/libvlc-module.c:1224
 msgid ""
@@ -4511,7 +4511,7 @@ msgstr "Eiti per galimus subtitrų takelius."
 
 #: src/libvlc-module.c:1395
 msgid "Toggle subtitles"
-msgstr ""
+msgstr "Perjungti subtitrus"
 
 #: src/libvlc-module.c:1396
 msgid "Toggle subtitle track visibility."
@@ -4855,7 +4855,7 @@ msgstr "spausdinti informaciją apie versiją"
 
 #: src/libvlc-module.c:2819
 msgid "core program"
-msgstr ""
+msgstr "pagrindinė programa"
 
 #: src/misc/actions.c:52
 msgid "Backspace"
@@ -6057,14 +6057,12 @@ msgid ""
 msgstr ""
 
 #: modules/access/avaudiocapture.m:341
-#, fuzzy
 msgid "AVFoundation Audio Capture"
-msgstr "Garso įrašymas"
+msgstr ""
 
 #: modules/access/avaudiocapture.m:342
-#, fuzzy
 msgid "AVFoundation audio capture module."
-msgstr "Garso išvesties modulis"
+msgstr ""
 
 #: modules/access/avcapture.m:66
 msgid "AVFoundation Video Capture"
@@ -6671,7 +6669,7 @@ msgstr "Įrašymo įrenginys „%s“ nepalaiko reikalingų 
parametrų."
 
 #: modules/access/dsm/access.c:72 modules/access/dsm/sd.c:138
 msgid "Windows networks"
-msgstr ""
+msgstr "Windows tinklai"
 
 #: modules/access/dsm/access.c:74
 msgid "libdsm's SMB (Windows network shares) input and browser"
@@ -6977,7 +6975,7 @@ msgstr ""
 
 #: modules/access/dtv/access.c:196
 msgid "Continuous 22kHz tone"
-msgstr ""
+msgstr "Ištisinis 22kHz tonas"
 
 #: modules/access/dtv/acc

[vlc-commits] l10n: Malayalam update

2020-04-04 Thread Dilip Re
vlc/vlc-3.0 | branch: master | Dilip Re  | Sat Mar 
28 03:23:57 2020 +0100| [d15f8dab2d64563eb87043ccf6ebf4f3407d461b] | committer: 
David Fuhrmann

l10n: Malayalam update

100% translated

Signed-off-by: Michał Trzebiatowski 

> http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commit;h=d15f8dab2d64563eb87043ccf6ebf4f3407d461b
---

 po/ml.po | 547 ---
 1 file changed, 313 insertions(+), 234 deletions(-)

Diff:   
http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commitdiff;h=d15f8dab2d64563eb87043ccf6ebf4f3407d461b
___
vlc-commits mailing list
vlc-commits@videolan.org
https://mailman.videolan.org/listinfo/vlc-commits