[vlc-commits] Fix cgg translation

2014-06-10 Thread Jean-Baptiste Kempf
vlc | branch: master | Jean-Baptiste Kempf j...@videolan.org | Tue Jun 10 
11:32:12 2014 +0200| [9421488d88a16eb88a6baf6af2be9726626faa00] | committer: 
Jean-Baptiste Kempf

Fix cgg translation

Close #11594

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

 po/cgg.po |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/po/cgg.po b/po/cgg.po
index c0b96ad..5ba3a8b 100644
--- a/po/cgg.po
+++ b/po/cgg.po
@@ -3,12 +3,12 @@
 # Florence Tushabe, 2011
 msgid 
 msgstr 
-Project-Id-Version: PACKAGE VERSION\n
+Project-Id-Version: VLC - Trans\n
 Report-Msgid-Bugs-To: vlc-de...@videolan.org\n
 POT-Creation-Date: 2014-01-29 20:14+0100\n
 PO-Revision-Date: 2011-04-18 13:01+0200\n
 Last-Translator: Florence Tushabe tush...@cit.mak.ac.ug\n
-Language-Team: LANGUAGE l...@li.org\n
+Language-Team: Chiga 
(https://www.transifex.com/projects/p/vlc-trans/language/cgg/)\n
 Language: cgg\n
 MIME-Version: 1.0\n
 Content-Type: text/plain; charset=UTF-8\n

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


[vlc-commits] Fix crash on input stream info containing %

2014-06-10 Thread Sébastien Escudier
vlc | branch: master | Sébastien Escudier sebastien-de...@celeos.eu | Tue Jun 
10 14:50:38 2014 +0200| [186b201fcf4b25e6c23d839b0d40ea6940b6506b] | committer: 
Sébastien Escudier

Fix crash on input stream info containing %

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

 src/input/es_out.c |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/input/es_out.c b/src/input/es_out.c
index bda051c..d5ac33b 100644
--- a/src/input/es_out.c
+++ b/src/input/es_out.c
@@ -1304,7 +1304,7 @@ static void EsOutProgramEpg( es_out_t *out, int i_group, 
const vlc_epg_t *p_epg
 if( p_pgrm-psz_now_playing )
 {
 input_Control( p_input, INPUT_ADD_INFO, psz_cat,
-vlc_meta_TypeToLocalizedString(vlc_meta_NowPlaying),
+vlc_meta_TypeToLocalizedString(vlc_meta_NowPlaying), %s,
 p_pgrm-psz_now_playing );
 }
 else

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


[vlc-commits] contrib: qt 5.3.0

2014-06-10 Thread Rafaël Carré
vlc | branch: master | Rafaël Carré fun...@videolan.org | Tue Jun 10 10:32:49 
2014 -0400| [50c3fae8cf2de1de28632a7767f6cf6b44b762d1] | committer: Rafaël Carré

contrib: qt 5.3.0

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

 contrib/src/qt/SHA512SUMS |2 +-
 contrib/src/qt/rules.mak  |4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/contrib/src/qt/SHA512SUMS b/contrib/src/qt/SHA512SUMS
index 127d82f..7096b54 100644
--- a/contrib/src/qt/SHA512SUMS
+++ b/contrib/src/qt/SHA512SUMS
@@ -1 +1 @@
-72ef00e9828bf19b2a3daca1c0fa6b0f458c4847da79d4066c818526b8dac504fa4c54496b5d6c67dbea4e786bd811ee8f87614146e684a117d9b86df580e07d
  qt-5.2.1.tar.xz
+8002c9bf6f6e81dcab1c6b4cd09a9c7e578fa16a65e2e898e536a0f89e8ec563fe943e9d77094bcc5e26383b14c848f11d008ab9ba0f7e3c3716628db6eabc42
  qt-5.3.0.tar.xz
diff --git a/contrib/src/qt/rules.mak b/contrib/src/qt/rules.mak
index 77e415b..ec590a5 100644
--- a/contrib/src/qt/rules.mak
+++ b/contrib/src/qt/rules.mak
@@ -1,7 +1,7 @@
 # qt
 
-QT_VERSION = 5.2.1
-QT_URL := 
http://download.qt-project.org/official_releases/qt/5.2/$(QT_VERSION)/submodules/qtbase-opensource-src-$(QT_VERSION).tar.xz
+QT_VERSION = 5.3.0
+QT_URL := 
http://download.qt-project.org/official_releases/qt/5.3/$(QT_VERSION)/submodules/qtbase-opensource-src-$(QT_VERSION).tar.xz
 
 ifdef HAVE_MACOSX
 #PKGS += qt

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


[vlc-commits] mux: mp4: check alloc result before use

2014-06-10 Thread Francois Cartegnie
vlc | branch: master | Francois Cartegnie fcvlc...@free.fr | Tue Jun 10 
18:11:49 2014 +0200| [09a135f125ccde6937ab4fe6cf9323f389eedf38] | committer: 
Francois Cartegnie

mux: mp4: check alloc result before use

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

 modules/mux/mp4.c |3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/modules/mux/mp4.c b/modules/mux/mp4.c
index 47a3e73..9e00b00 100644
--- a/modules/mux/mp4.c
+++ b/modules/mux/mp4.c
@@ -537,7 +537,7 @@ static int Mux(sout_mux_t *p_mux)
 if (p_stream-fmt.i_cat == SPU_ES) {
 int64_t i_length = 
p_stream-entry[p_stream-i_entry_count-1].i_length;
 
-if (i_length != 0) {
+if ( i_length != 0  (p_data = block_Alloc(3)) ) {
 /* TODO */
 msg_Dbg(p_mux, writing an empty sub) ;
 
@@ -556,7 +556,6 @@ static int Mux(sout_mux_t *p_mux)
 p_stream-i_last_dts += i_length;
 
 /* Write a   */
-p_data = block_Alloc(3);
 p_data-p_buffer[0] = 0;
 p_data-p_buffer[1] = 1;
 p_data-p_buffer[2] = ' ';

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


[vlc-commits] demux: mp4: add support for computer graphics meta atom

2014-06-10 Thread Francois Cartegnie
vlc | branch: master | Francois Cartegnie fcvlc...@free.fr | Tue Jun 10 
20:09:54 2014 +0200| [9acdb09e04c6e9762a6d2503892589f75364d3e5] | committer: 
Francois Cartegnie

demux: mp4: add support for computer graphics meta atom

see bartjones.mov
http://streams.videolan.org/samples/mov/unrecognized/

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

 modules/demux/mp4/libmp4.c |1 +
 modules/demux/mp4/libmp4.h |1 +
 2 files changed, 2 insertions(+)

diff --git a/modules/demux/mp4/libmp4.c b/modules/demux/mp4/libmp4.c
index a1aa2fd..f13c3bc 100644
--- a/modules/demux/mp4/libmp4.c
+++ b/modules/demux/mp4/libmp4.c
@@ -3338,6 +3338,7 @@ static const struct
 { ATOM_skip,MP4_ReadBoxSkip,  MP4_FreeBox_Common },
 { ATOM_free,MP4_ReadBoxSkip,  MP4_FreeBox_Common },
 { ATOM_wide,MP4_ReadBoxSkip,  MP4_FreeBox_Common },
+{ ATOM_binm,MP4_ReadBoxSkip,  MP4_FreeBox_Common },
 
 /* Subtitles */
 { ATOM_tx3g,MP4_ReadBox_sample_tx3g,  MP4_FreeBox_Common },
diff --git a/modules/demux/mp4/libmp4.h b/modules/demux/mp4/libmp4.h
index 97fe314..9c8212a 100644
--- a/modules/demux/mp4/libmp4.h
+++ b/modules/demux/mp4/libmp4.h
@@ -43,6 +43,7 @@
 #define ATOM_free VLC_FOURCC( 'f', 'r', 'e', 'e' )
 #define ATOM_udta VLC_FOURCC( 'u', 'd', 't', 'a' )
 #define ATOM_wide VLC_FOURCC( 'w', 'i', 'd', 'e' )
+#define ATOM_binm VLC_FOURCC( 0x82, 0x82, 0x7f, 0x7d ) /* binary Computer 
Graphics Metafile */
 
 #define ATOM_data VLC_FOURCC( 'd', 'a', 't', 'a' )
 

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


[vlc-commits] mux: mp4: set timestamps on empty sub block

2014-06-10 Thread Francois Cartegnie
vlc | branch: master | Francois Cartegnie fcvlc...@free.fr | Tue Jun 10 
18:12:31 2014 +0200| [13a10cd3df410ec796b20ba8770a1469baef17a7] | committer: 
Francois Cartegnie

mux: mp4: set timestamps on empty sub block

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

 modules/mux/mp4.c |2 ++
 1 file changed, 2 insertions(+)

diff --git a/modules/mux/mp4.c b/modules/mux/mp4.c
index 9e00b00..370ce91 100644
--- a/modules/mux/mp4.c
+++ b/modules/mux/mp4.c
@@ -556,6 +556,8 @@ static int Mux(sout_mux_t *p_mux)
 p_stream-i_last_dts += i_length;
 
 /* Write a   */
+p_data-i_dts = p_stream-i_last_dts;
+p_data-i_dts = p_data-i_pts;
 p_data-p_buffer[0] = 0;
 p_data-p_buffer[1] = 1;
 p_data-p_buffer[2] = ' ';

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


[vlc-commits] flac: avoid overflow in conversion to signed integer

2014-06-10 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont r...@remlab.net | Tue Jun 10 
22:45:57 2014 +0300| [0ba6f6e9e34565bca26ef7b9ecde7a365bcd2bcd] | committer: 
Rémi Denis-Courmont

flac: avoid overflow in conversion to signed integer

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

 modules/codec/flac.c |7 ++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/modules/codec/flac.c b/modules/codec/flac.c
index 0d23842..b2ee916 100644
--- a/modules/codec/flac.c
+++ b/modules/codec/flac.c
@@ -134,7 +134,12 @@ static void Interleave( int32_t *p_out, const int32_t * 
const *pp_in,
 
 for( unsigned j = 0; j  i_samples; j++ )
 for( unsigned i = 0; i  i_nb_channels; i++ )
-p_out[j * i_nb_channels + i] = ((uint32_t)pp_in[pi_index[i]][j]) 
 shift;
+{
+union { int32_t i; uint32_t u; } spl;
+
+spl.u = ((uint32_t)pp_in[pi_index[i]][j])  shift;
+p_out[j * i_nb_channels + i] = spl.i;
+}
 }
 
 /*

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


[vlc-commits] a52: avoid overflow conversion to signed integer

2014-06-10 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont r...@remlab.net | Tue Jun 10 
22:45:28 2014 +0300| [4a440e8cd38918d915fa0f724ce279c7c128e7ad] | committer: 
Rémi Denis-Courmont

a52: avoid overflow conversion to signed integer

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

 modules/audio_filter/converter/a52tofloat32.c |   22 +-
 1 file changed, 17 insertions(+), 5 deletions(-)

diff --git a/modules/audio_filter/converter/a52tofloat32.c 
b/modules/audio_filter/converter/a52tofloat32.c
index 0a892ce..d2016bf 100644
--- a/modules/audio_filter/converter/a52tofloat32.c
+++ b/modules/audio_filter/converter/a52tofloat32.c
@@ -236,7 +236,10 @@ static void Interleave( sample_t *restrict p_out, const 
sample_t *restrict p_in,
 for( unsigned i = 0; i  256; i++ )
 {
 #ifdef LIBA52_FIXED
-p_out[i * i_nb_channels + pi_chan_table[j]] = ((uint32_t)p_in[j * 
256 + i])  4;
+union { uint32_t u; int32_t i; } spl;
+
+spl.u = ((uint32_t)p_in[j * 256 + i])  4;
+p_out[i * i_nb_channels + pi_chan_table[j]] = spl.i;
 #else
 p_out[i * i_nb_channels + pi_chan_table[j]] = p_in[j * 256 + i];
 #endif
@@ -252,12 +255,17 @@ static void Duplicate( sample_t *restrict p_out, const 
sample_t *restrict p_in )
 for( unsigned i = 256; i--; )
 {
 #ifdef LIBA52_FIXED
-sample_t s = ((uint32_t)*(p_in++))  4;
+union { uint32_t u; int32_t i; } spl;
+
+spl.u = ((uint32_t)*(p_in++))  4;
+*p_out++ = spl.i;
+*p_out++ = spl.i;
 #else
 sample_t s = *(p_in++);
-#endif
+
 *p_out++ = s;
 *p_out++ = s;
+#endif
 }
 }
 
@@ -272,8 +280,12 @@ static void Exchange( sample_t *restrict p_out, const 
sample_t *restrict p_in )
 for( unsigned i = 0; i  256; i++ )
 {
 #ifdef LIBA52_FIXED
-*p_out++ = ((uint32_t)*p_first++)  4;
-*p_out++ = ((uint32_t)*p_second++)  4;
+uint32_t spl[2];
+
+spl[0] = ((uint32_t)*p_first++)  4;
+spl[1] = ((uint32_t)*p_second++)  4;
+memcpy( p_out, spl, sizeof(spl) );
+p_out += 2;
 #else
 *p_out++ = *p_first++;
 *p_out++ = *p_second++;

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


[vlc-commits] vorbis (tremor): avoid overflow in conversion to signed integer

2014-06-10 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont r...@remlab.net | Tue Jun 10 
22:46:09 2014 +0300| [06b6f01a13956758f030e458c5375eebfb701ad6] | committer: 
Rémi Denis-Courmont

vorbis (tremor): avoid overflow in conversion to signed integer

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

 modules/codec/vorbis.c |7 ++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/modules/codec/vorbis.c b/modules/codec/vorbis.c
index 7c136da..53b2c60 100644
--- a/modules/codec/vorbis.c
+++ b/modules/codec/vorbis.c
@@ -470,11 +470,16 @@ static void Interleave( INTERLEAVE_TYPE *p_out, const 
INTERLEAVE_TYPE **pp_in,
 {
 for( int j = 0; j  i_samples; j++ )
 for( int i = 0; i  i_nb_channels; i++ )
+{
 #ifdef MODULE_NAME_IS_tremor
-p_out[j * i_nb_channels + pi_chan_table[i]] = 
((uint32_t)pp_in[i][j])  8;
+union { int32_t i; uint32_t u;} spl;
+
+spl.u = ((uint32_t)pp_in[i][j])  8;
+p_out[j * i_nb_channels + pi_chan_table[i]] = spl.i;
 #else
 p_out[j * i_nb_channels + pi_chan_table[i]] = pp_in[i][j];
 #endif
+}
 }
 
 /*

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


[vlc-commits] release-howto: remove outdated info

2014-06-10 Thread Felix Paul Kühne
vlc | branch: master | Felix Paul Kühne fkue...@videolan.org | Tue Jun 10 
21:58:52 2014 +0200| [86cd3fdfbc22ca233a89c29a7d8dcd05492081de] | committer: 
Felix Paul Kühne

release-howto: remove outdated info

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

 doc/release-howto.txt |6 ++
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/doc/release-howto.txt b/doc/release-howto.txt
index c72c548..42acf8c 100644
--- a/doc/release-howto.txt
+++ b/doc/release-howto.txt
@@ -41,10 +41,8 @@ Release HOWTO
 
  * Mac OS X packages
   - configure using the extras/package/macosx/configure.sh script
-  - compile the source on both a PowerPC and an Intel-based Mac.
-  - use extras/package/macosx/ub.sh to create a Universal Binary.
-  - use extras/package/macosx/codesign.sh to sign it.
-  - copy the packages files on ganesh.videolan.org
+  - use extras/package/macosx/codesign.sh with options and key to sign it.
+  - copy the package to ganesh.videolan.org
 
  * Sign all the files and move the signed files on 
/opt/ftp/pub/videolan/vlc/X.X.X
   - At first block access to this directory by http or ftp. Only authorize 
rsync.

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


[vlc-commits] l10n: Spanish update

2014-06-10 Thread David González
vlc | branch: master | David González pico@gmail.com | Tue Jun 10 
16:57:56 2014 -0400| [8160f7f564aa2385fe9d7b553289ac3e4e8071f5] | committer: 
Christoph Miebach

l10n: Spanish update

Signed-off-by: Christoph Miebach christoph.mieb...@web.de

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

 po/es.po |  835 +++---
 1 file changed, 416 insertions(+), 419 deletions(-)

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


[vlc-commits] l10n: Spanish (Mexico) update

2014-06-10 Thread VideoLAN
vlc | branch: master | VideoLAN video...@videolan.org | Tue Jun 10 16:56:14 
2014 -0400| [01bbc4133b5226a51c71fd0ce256764e068fe859] | committer: Christoph 
Miebach

l10n: Spanish (Mexico) update

Signed-off-by: Christoph Miebach christoph.mieb...@web.de

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

 po/es_MX.po |11893 +--
 1 file changed, 6580 insertions(+), 5313 deletions(-)

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


[vlc-commits] l10n: Welsh update

2014-06-10 Thread Aled Powell
vlc | branch: master | Aled Powell a...@aledpowell.com | Tue Jun 10 16:39:23 
2014 -0400| [d25326806bf311d02d4b1de05fdcba9d074cfca8] | committer: Christoph 
Miebach

l10n: Welsh update

Signed-off-by: Christoph Miebach christoph.mieb...@web.de

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

 po/cy.po |  356 ++
 1 file changed, 174 insertions(+), 182 deletions(-)

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


[vlc-commits] l10n: make update-po

2014-06-10 Thread Christoph Miebach
vlc | branch: master | Christoph Miebach christoph.mieb...@web.de | Tue Jun 
10 15:50:00 2014 -0400| [c6bfa315e5ee55f812c258e5d4bf0659508d9cbe] | committer: 
Christoph Miebach

l10n: make update-po

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

 po/ach.po   |11581 +++
 po/af.po|10815 ++--
 po/am.po|10831 ++--
 po/an.po|11962 +
 po/ar.po|11497 ---
 po/ast.po   |11952 +
 po/az.po|11141 ++---
 po/be.po|12243 +-
 po/bg.po|12975 +++--
 po/bn.po|11965 +
 po/bn_IN.po |11996 +
 po/br.po|11229 +++---
 po/bs.po|11258 +++---
 po/ca.po|11698 
 po/cgg.po   |10776 ++--
 po/ckb.po   |10649 +--
 po/co.po|10441 --
 po/cs.po|11371 +++---
 po/cy.po|11519 ---
 po/da.po|11925 +
 po/de.po|13254 +++---
 po/el.po|11684 
 po/en_GB.po |10644 +--
 po/es.po|11655 +++
 po/et.po|12053 +
 po/eu.po|11380 +++---
 po/fa.po|11538 +++
 po/ff.po|11218 +++---
 po/fi.po|12772 ++--
 po/fr.po|12182 ++
 po/fur.po   |10890 ++--
 po/ga.po|10700 +--
 po/gd.po|11698 
 po/gl.po|13263 +++---
 po/gu.po|11211 ++---
 po/he.po|10687 +--
 po/hi.po|11440 +++---
 po/hr.po|11344 +++---
 po/hu.po|13276 ---
 po/hy.po|10962 ++--
 po/ia.po|10157 -
 po/id.po|11808 
 po/is.po|11660 +++
 po/it.po|11527 ---
 po/ja.po|12248 +-
 po/ka.po|11827 
 po/kk.po|11619 +++
 po/km.po|12228 +-
 po/kn.po|11859 
 po/ko.po|11542 ---
 po/ky.po|10464 --
 po/lg.po|10816 ++--
 po/lt.po|11836 
 po/lv.po|10540 +--
 po/mk.po|10446 --
 po/ml.po|11198 ++---
 po/mn.po|11607 +++
 po/mr.po|11228 +++---
 po/ms.po|11583 ---
 po/my.po|11503 +++
 po/nb.po|11639 +++
 po/ne.po|11466 +++
 po/nl.po|11621 ---
 po/nn.po|10603 +--
 po/oc.po|11758 
 po/or.po|11176 

[vlc-commits] l10n: Finnish update

2014-06-10 Thread VideoLAN
vlc | branch: master | VideoLAN video...@videolan.org | Tue Jun 10 17:04:09 
2014 -0400| [919337b7c3cb43e11498b18a9cf2dd0af59f3d3e] | committer: Christoph 
Miebach

l10n: Finnish update

Signed-off-by: Christoph Miebach christoph.mieb...@web.de

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

 po/fi.po | 4085 +++---
 1 file changed, 2035 insertions(+), 2050 deletions(-)

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


[vlc-commits] l10n: Catalan update

2014-06-10 Thread Pau Iranzo
vlc | branch: master | Pau Iranzo pau...@gmail.com | Tue Jun 10 16:34:31 2014 
-0400| [0b4968d6736025d2315a450a2d07fa7678950e02] | committer: Christoph Miebach

l10n: Catalan update

Signed-off-by: Christoph Miebach christoph.mieb...@web.de

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

 po/ca.po |  834 +++---
 1 file changed, 416 insertions(+), 418 deletions(-)

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


[vlc-commits] l10n: Acoli update

2014-06-10 Thread VideoLAN
vlc | branch: master | VideoLAN video...@videolan.org | Tue Jun 10 16:07:00 
2014 -0400| [3e389cb8656a55eda36f8f0cc72171e09197002b] | committer: Christoph 
Miebach

l10n: Acoli update

Signed-off-by: Christoph Miebach christoph.mieb...@web.de

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

 po/ach.po |  121 +
 1 file changed, 57 insertions(+), 64 deletions(-)

diff --git a/po/ach.po b/po/ach.po
index 8f484f1..b3684c6 100644
--- a/po/ach.po
+++ b/po/ach.po
@@ -10845,9 +10845,8 @@ msgid PNG video encoder
 msgstr Nyonyo me yungo Cal anena
 
 #: modules/codec/qsv.c:56
-#, fuzzy
 msgid Enable software mode
-msgstr Mi video
+msgstr 
 
 #: modules/codec/qsv.c:57
 msgid 
@@ -10856,9 +10855,8 @@ msgid 
 msgstr 
 
 #: modules/codec/qsv.c:61
-#, fuzzy
 msgid Codec Profile
-msgstr Kop makwako
+msgstr 
 
 #: modules/codec/qsv.c:63
 msgid 
@@ -10868,9 +10866,8 @@ msgid 
 msgstr 
 
 #: modules/codec/qsv.c:67
-#, fuzzy
 msgid Codec Level
-msgstr Lok yoreyore ikom Codec
+msgstr 
 
 #: modules/codec/qsv.c:69
 msgid 
@@ -10911,9 +10908,8 @@ msgid 
 msgstr 
 
 #: modules/codec/qsv.c:90
-#, fuzzy
 msgid IDR interval
-msgstr Qt kaneno
+msgstr 
 
 #: modules/codec/qsv.c:92
 msgid 
@@ -10977,9 +10973,8 @@ msgid 
 msgstr 
 
 #: modules/codec/qsv.c:122
-#, fuzzy
 msgid Maximum Bitrate
-msgstr Rwom mamite
+msgstr 
 
 #: modules/codec/qsv.c:123
 msgid 
@@ -11011,9 +11006,8 @@ msgid 
 msgstr 
 
 #: modules/codec/qsv.c:139
-#, fuzzy
 msgid Number of slices per frame
-msgstr Namba me yiko
+msgstr 
 
 #: modules/codec/qsv.c:140
 msgid 
@@ -11027,9 +11021,8 @@ msgid Number of reference frames
 msgstr 
 
 #: modules/codec/qsv.c:148
-#, fuzzy
 msgid Number of parallel operations
-msgstr Namba me yiko
+msgstr 
 
 #: modules/codec/qsv.c:149
 msgid 
@@ -20914,7 +20907,7 @@ msgstr Kan madong ber pa jami anena dong otunu iye
 #: modules/hw/vdpau/deinterlace.c:131
 #, fuzzy
 msgid VDPAU deinterlacing filter
-msgstr Lok caji me neno video
+msgstr Kwanyo kubere
 
 #: modules/hw/vdpau/display.c:46
 msgid VDPAU output
@@ -27785,7 +27778,7 @@ msgstr 
 #: modules/access/avcapture.m:288 modules/access/avcapture.m:317
 #, fuzzy
 msgid No video devices found
-msgstr Jami me video
+msgstr Nying giketo cinema
 
 #: modules/access/avcapture.m:289
 msgid 
@@ -28012,7 +28005,7 @@ msgstr Manen jwi
 #: modules/stream_out/chromaprint.c:61
 #, fuzzy
 msgid Chromaprint stream output
-msgstr Ket jami ma imaro
+msgstr Coc maceto woko ma ginongo
 
 #: modules/text_renderer/platform_fonts.c:82
 msgid 
@@ -28064,53 +28057,6 @@ msgstr Kony me gi tuku wer me VLC
 msgid Streaming Output
 msgstr Ket jami ma imaro
 
-#~ msgid Jump to time
-#~ msgstr Pye i cawa
-
-#~ msgid Open CrashLog...
-#~ msgstr Yab Dul ma Opoto...
-
-#~ msgid Don't Send
-#~ msgstr Pe I cwal
-
-#~ msgid VLC crashed previously
-#~ msgstr VLC otyeko too lacen con
-
-#~ msgid I agree to be possibly contacted about this bugreport.
-#~ msgstr An aye ka imito kube keda pi bur man mageri.
-
-#~ msgid No CrashLog found
-#~ msgstr Pe ginongo jami mo mamito timo oyoto
-
-#~ msgid Couldn't find any trace of a previous crash.
-#~ msgstr Pe onongo lanen mo ma nyutu bunyere mukato.
-
-#~ msgid Album art download policy
-#~ msgstr Cik makwako kwanyo buk cal
-
-#~ msgid Output module
-#~ msgstr Kite me kwanyo
-
-#~ msgid Graphic Equalizer
-#~ msgstr Gitero kite me tuko
-
-#, fuzzy
-#~ msgid Automatically retrieve media infos
-#~ msgstr Gwok dwon kene kun i aa
-
-#~ msgid Under the Video
-#~ msgstr Ite Cal anena
-
-#~ msgid Help...
-#~ msgstr Kony
-
-#, fuzzy
-#~ msgid Add a subtitle file
-#~ msgstr Fail me Wie matino
-
-#~ msgid Album art download policy:
-#~ msgstr Polici me loko albam me cale
-
 #, fuzzy
 #~ msgid Subtitle demuxer settings
 #~ msgstr Wie matino  Kite me yiko kite me neno
@@ -28412,6 +28358,53 @@ msgstr Ket jami ma imaro
 #~ msgid ...when VLC is in background
 #~ msgstr ...Ka VCL tye ma okane
 
+#~ msgid Jump to time
+#~ msgstr Pye i cawa
+
+#~ msgid Open CrashLog...
+#~ msgstr Yab Dul ma Opoto...
+
+#~ msgid Don't Send
+#~ msgstr Pe I cwal
+
+#~ msgid VLC crashed previously
+#~ msgstr VLC otyeko too lacen con
+
+#~ msgid I agree to be possibly contacted about this bugreport.
+#~ msgstr An aye ka imito kube keda pi bur man mageri.
+
+#~ msgid No CrashLog found
+#~ msgstr Pe ginongo jami mo mamito timo oyoto
+
+#~ msgid Couldn't find any trace of a previous crash.
+#~ msgstr Pe onongo lanen mo ma nyutu bunyere mukato.
+
+#~ msgid Album art download policy
+#~ msgstr Cik makwako kwanyo buk cal
+
+#~ msgid Output module
+#~ msgstr Kite me kwanyo
+
+#~ msgid Graphic Equalizer
+#~ msgstr Gitero kite me tuko
+
+#, fuzzy
+#~ msgid Automatically retrieve media infos
+#~ msgstr Yeny lamed kene
+
+#~ msgid Under the Video
+#~ msgstr Ite Cal anena
+
+#~ msgid Help...
+#~ msgstr Kony
+
+#, fuzzy
+#~ msgid Add a subtitle file
+#~ msgstr Fail me Wie matino
+
+#~ msgid Album art download policy:
+#~ 

[vlc-commits] l10n: Modern Greek update

2014-06-10 Thread Savvas Nesseris
vlc | branch: master | Savvas Nesseris modernphilosopher82-2...@yahoo.com | 
Tue Jun 10 16:54:44 2014 -0400| [a3b6054c2b356ffdde9c59ca9636f56ce7f4cdc7] | 
committer: Christoph Miebach

l10n: Modern Greek update

Signed-off-by: Christoph Miebach christoph.mieb...@web.de

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

 po/el.po | 4586 +++---
 1 file changed, 2292 insertions(+), 2294 deletions(-)

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


[vlc-commits] l10n: Bosnian update

2014-06-10 Thread Adnan Memija
vlc | branch: master | Adnan Memija sream...@live.com | Tue Jun 10 16:31:38 
2014 -0400| [0cb56c40af2f2a7d3c8a258e5ed277b4a696c464] | committer: Christoph 
Miebach

l10n: Bosnian update

Signed-off-by: Christoph Miebach christoph.mieb...@web.de

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

 po/bs.po |  216 ++
 1 file changed, 104 insertions(+), 112 deletions(-)

diff --git a/po/bs.po b/po/bs.po
index daa937b..8838f48 100644
--- a/po/bs.po
+++ b/po/bs.po
@@ -11103,9 +11103,8 @@ msgid PNG video encoder
 msgstr PNG video dekoder
 
 #: modules/codec/qsv.c:56
-#, fuzzy
 msgid Enable software mode
-msgstr Omogući pozadinski mod
+msgstr 
 
 #: modules/codec/qsv.c:57
 msgid 
@@ -4,9 +3,8 @@ msgid 
 msgstr 
 
 #: modules/codec/qsv.c:61
-#, fuzzy
 msgid Codec Profile
-msgstr Profil Kodera
+msgstr 
 
 #: modules/codec/qsv.c:63
 msgid 
@@ -11126,9 +11124,8 @@ msgid 
 msgstr 
 
 #: modules/codec/qsv.c:67
-#, fuzzy
 msgid Codec Level
-msgstr Naziv kodeka
+msgstr 
 
 #: modules/codec/qsv.c:69
 msgid 
@@ -11149,9 +11146,8 @@ msgid 
 msgstr 
 
 #: modules/codec/qsv.c:79
-#, fuzzy
 msgid Group of Picture Reference Distance
-msgstr Naziv trenutnog pokretanja
+msgstr 
 
 #: modules/codec/qsv.c:81
 msgid 
@@ -11170,9 +11166,8 @@ msgid 
 msgstr 
 
 #: modules/codec/qsv.c:90
-#, fuzzy
 msgid IDR interval
-msgstr Raspletavanje
+msgstr 
 
 #: modules/codec/qsv.c:92
 msgid 
@@ -11236,9 +11231,8 @@ msgid 
 msgstr 
 
 #: modules/codec/qsv.c:122
-#, fuzzy
 msgid Maximum Bitrate
-msgstr Bitrata
+msgstr 
 
 #: modules/codec/qsv.c:123
 msgid 
@@ -11270,9 +11264,8 @@ msgid 
 msgstr 
 
 #: modules/codec/qsv.c:139
-#, fuzzy
 msgid Number of slices per frame
-msgstr Broj djelova
+msgstr 
 
 #: modules/codec/qsv.c:140
 msgid 
@@ -11286,9 +11279,8 @@ msgid Number of reference frames
 msgstr 
 
 #: modules/codec/qsv.c:148
-#, fuzzy
 msgid Number of parallel operations
-msgstr Broj DWT iteracija
+msgstr 
 
 #: modules/codec/qsv.c:149
 msgid 
@@ -21944,7 +21936,7 @@ msgstr 
 #: modules/mux/ogg.c:50
 #, fuzzy
 msgid Index size ratio
-msgstr Izvorni omjer
+msgstr Indeks datoteka
 
 #: modules/mux/ogg.c:52
 msgid Set index size ratio. Alters default (60min content) or estimated size.
@@ -28333,101 +28325,6 @@ msgstr Nadogradnje za VLC medijski izvođač
 msgid Streaming Output
 msgstr Strujanje izlaza
 
-#~ msgid Choose your preferred video output and configure it here.
-#~ msgstr Izaberite svoj željeni video izlaz i konfigurišite ga ovdje.
-
-#~ msgid These modules provide network functions to all other parts of VLC.
-#~ msgstr Ovi moduli pružaju mrežne funkcije za sve ostale dijelove VLC-a.
-
-#~ msgid 
-#~ These are general settings for video/audio/subtitle encoding modules.
-#~ msgstr Ovo su opšte postavke za module kodiranja videa/zvuka/podtitla.
-
-#~ msgid Dialog providers can be configured here.
-#~ msgstr Pružitelji dijaloga se mogu konfigurisati ovdje.
-
-#~ msgid 
-#~ In this section you can force the behavior of the subtitle demuxer, for 
-#~ example by setting the subtitle type or file name.
-#~ msgstr 
-#~ U ovoj sekciji možete forsirati ponašanje demuksera podtitla, npr. 
-#~ podešavanjem tipa titla ili naziva datoteke.
-
-#~ msgid No suitable decoder module
-#~ msgstr Nema pogodan modul dekodera
-
-#~ msgid 
-#~ VLC does not support the audio or video format \%4.4s\. Unfortunately 
-#~ there is no way for you to fix this.
-#~ msgstr 
-#~ VLC ne podržava format zvuka ili videa \%4.4s\, Nažalost ne postoji 
-#~ način da ovo popravite.
-
-#~ msgid Album art policy
-#~ msgstr Politika omota albuma
-
-#~ msgid Choose how album art will be downloaded.
-#~ msgstr Izaberi kako da će se korice albuma preuzimati.
-
-#~ msgid Manual download only
-#~ msgstr Samo ručno preuzimanje
-
-#~ msgid When track starts playing
-#~ msgstr Kada se pjesma počne producirati
-
-#~ msgid As soon as track is added
-#~ msgstr Čim se pjesma doda
-
-#~ msgid Load Media Library
-#~ msgstr Učitaj Medijsku Biblioteku
-
-#~ msgid 
-#~ Enable this option to load the SQL-based Media Library at VLC startup
-#~ msgstr 
-#~ Omogućite ovu opciju kako bi učitali SQL-baziranu Medijsku Biblioteku pri 
-#~ pokretanju VLC-a
-
-#~ msgid FFmpeg
-#~ msgstr FFmpeg
-
-#~ msgid FFmpeg access
-#~ msgstr FFmpeg pristup
-
-#~ msgid Video Acceleration (VA) API
-#~ msgstr Video Ubrzanje (VA) API
-
-#~ msgid xblen
-#~ msgstr xblen
-
-#~ msgid yblen
-#~ msgstr yblen
-
-#~ msgid cycles per degree
-#~ msgstr ciklusi po mjeri
-
-#~ msgid Don't Send
-#~ msgstr Ne Šalji
-
-#~ msgid VLC crashed previously
-#~ msgstr VLC se prethodno srušio
-
-#, fuzzy
-#~ msgid Automatically retrieve media infos
-#~ msgstr Automatski postavi video zauzeće.
-
-#~ msgid Under the Video
-#~ msgstr Ispod Videa
-
-#~ msgid Help...
-#~ msgstr Pomoć...
-
-#~ msgid Alarm
-#~ msgstr Alarm
-
-#, fuzzy
-#~ msgid Add a subtitle file
-#~ msgstr Koristi datoteku podtitla
-
 #~ msgid 
 #~ You can choose to 

[vlc-commits] l10n: Gujarati update

2014-06-10 Thread VideoLAN
vlc | branch: master | VideoLAN video...@videolan.org | Tue Jun 10 17:08:16 
2014 -0400| [7cf9966bda842974a85952aff16c4902656af8f8] | committer: Christoph 
Miebach

l10n: Gujarati update

Signed-off-by: Christoph Miebach christoph.mieb...@web.de

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

 po/gu.po |   85 --
 1 file changed, 39 insertions(+), 46 deletions(-)

diff --git a/po/gu.po b/po/gu.po
index dd807a3..50b0615 100644
--- a/po/gu.po
+++ b/po/gu.po
@@ -15,7 +15,7 @@ msgstr 
 Last-Translator: Yaron Shahrabani sh.ya...@gmail.com\n
 Language-Team: Gujarati (India) (http://www.transifex.com/projects/p/vlc-;
 trans/language/gu_IN/)\n
-Language: gu\n
+Language: gu_IN\n
 MIME-Version: 1.0\n
 Content-Type: text/plain; charset=UTF-8\n
 Content-Transfer-Encoding: 8bit\n
@@ -363,7 +363,7 @@ msgstr 
 #: include/vlc_input.h:568
 #, fuzzy
 msgid Subtitle track added
-msgstr ઉપ નામ ટ્રેક
+msgstr  ચિત્રપટના સંવાદોનું ભાષાંતર ટ્રેક
 
 #: include/vlc_interface.h:140
 msgid 
@@ -10866,9 +10866,8 @@ msgid PNG video encoder
 msgstr દ્રશ્ય સેટિંગ
 
 #: modules/codec/qsv.c:56
-#, fuzzy
 msgid Enable software mode
-msgstr વોલપેપર મોડ શરુ કરો.
+msgstr 
 
 #: modules/codec/qsv.c:57
 msgid 
@@ -10888,9 +10887,8 @@ msgid 
 msgstr 
 
 #: modules/codec/qsv.c:67
-#, fuzzy
 msgid Codec Level
-msgstr કોડેક
+msgstr 
 
 #: modules/codec/qsv.c:69
 msgid 
@@ -10931,9 +10929,8 @@ msgid 
 msgstr 
 
 #: modules/codec/qsv.c:90
-#, fuzzy
 msgid IDR interval
-msgstr ડી ઇનટરલેન્સ
+msgstr 
 
 #: modules/codec/qsv.c:92
 msgid 
@@ -10997,9 +10994,8 @@ msgid 
 msgstr 
 
 #: modules/codec/qsv.c:122
-#, fuzzy
 msgid Maximum Bitrate
-msgstr મહાત્મ 
+msgstr 
 
 #: modules/codec/qsv.c:123
 msgid 
@@ -11031,9 +11027,8 @@ msgid 
 msgstr 
 
 #: modules/codec/qsv.c:139
-#, fuzzy
 msgid Number of slices per frame
-msgstr ક્લોન્સ સંખ્યા
+msgstr 
 
 #: modules/codec/qsv.c:140
 msgid 
@@ -11047,9 +11042,8 @@ msgid Number of reference frames
 msgstr 
 
 #: modules/codec/qsv.c:148
-#, fuzzy
 msgid Number of parallel operations
-msgstr ક્લોન્સ સંખ્યા
+msgstr 
 
 #: modules/codec/qsv.c:149
 msgid 
@@ -15551,7 +15545,7 @@ msgstr બધું બતાઓ
 #: modules/gui/macosx/BWQuincyUI.m:79
 #, fuzzy
 msgid Hide Details
-msgstr બધું બતાઓ
+msgstr છુંપવ્વા બીજો 
 
 #: modules/gui/macosx/BWQuincyUI.m:81
 msgid Send
@@ -27413,9 +27407,8 @@ msgid Default caching policy
 msgstr 
 
 #: modules/gui/qt4/ui/sprefs_interface.h:506
-#, fuzzy
 msgid Menus language:
-msgstr ધ્વની bhasha
+msgstr 
 
 #: modules/gui/qt4/ui/sprefs_interface.h:507
 msgid Look and feel
@@ -28094,35 +28087,6 @@ msgstr VLC મીડિયા પ્લેયર ની મદદ
 msgid Streaming Output
 msgstr સ્ટ્રીમ આઉટપુટ
 
-#~ msgid Choose your preferred video output and configure it here.
-#~ msgstr તમારો o/p  મકી કરો સેટિંગ કરો
-
-#~ msgid 
-#~ VLC does not support the audio or video format \%4.4s\. Unfortunately 
-#~ there is no way for you to fix this.
-#~ msgstr 
-#~ VLC ઑડિઓ અથવા વિડિઓ ફોર્મેટ \% 4.4s\ સપોર્ટ કરતું નથી. કમનસીબે આ 
સમસ્યાને ઠીક 
-#~ કરવા માટે કોઈ રીત નથી.
-
-#~ msgid Jump to time
-#~ msgstr ખાસ સમય પર પહોચો
-
-#~ msgid Open CrashLog...
-#~ msgstr ક્રેશ લોગ ખોલો ...
-
-#~ msgid Don't Send
-#~ msgstr ના મોકલશો
-
-#~ msgid VLC crashed previously
-#~ msgstr VLC પહેલાં ક્રેશ
-
-#~ msgid Graphic Equalizer
-#~ msgstr દ્રશ્યો  Equalizer
-
-#, fuzzy
-#~ msgid Add a subtitle file
-#~ msgstr લખાણ ચાલુ કરો
-
 #~ msgid 
 #~ Aspect ratio of the video image (4:3, 16:9). Default is square pixels.
 #~ msgstr આસ્પેક્ત માપ of the વીડીઓ દ્રશ્ય  (4:3, 16:9). Default છે ચોરસ 
પિક્ષ્લ્.
@@ -28240,6 +28204,35 @@ msgstr સ્ટ્રીમ આઉટપુટ
 #~ msgid Use a subtitles file
 #~ msgstr લખાણ
 
+#~ msgid Choose your preferred video output and configure it here.
+#~ msgstr તમારો o/p  મકી કરો સેટિંગ કરો
+
+#~ msgid 
+#~ VLC does not support the audio or video format \%4.4s\. Unfortunately 
+#~ there is no way for you to fix this.
+#~ msgstr 
+#~ VLC ઑડિઓ અથવા વિડિઓ ફોર્મેટ \% 4.4s\ સપોર્ટ કરતું નથી. કમનસીબે આ 
સમસ્યાને ઠીક 
+#~ કરવા માટે કોઈ રીત નથી.
+
+#~ msgid Jump to time
+#~ msgstr ખાસ સમય પર પહોચો
+
+#~ msgid Open CrashLog...
+#~ msgstr ક્રેશ લોગ ખોલો ...
+
+#~ msgid Don't Send
+#~ msgstr ના મોકલશો
+
+#~ msgid VLC crashed previously
+#~ msgstr VLC પહેલાં ક્રેશ
+
+#~ msgid Graphic Equalizer
+#~ msgstr દ્રશ્યો  Equalizer
+
+#, fuzzy
+#~ msgid Add a subtitle file
+#~ msgstr મીડિયા Subtitle
+
 #, fuzzy
 #~ msgid Image clone
 #~ msgstr પેજ નીચે

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


[vlc-commits] l10n: Basque update

2014-06-10 Thread Julen Ruiz Aizpuru
vlc | branch: master | Julen Ruiz Aizpuru jul...@gmail.com | Tue Jun 10 
17:00:36 2014 -0400| [0a00dfad84520244f2e1563bb7dde30a5a8678bf] | committer: 
Christoph Miebach

l10n: Basque update

Signed-off-by: Christoph Miebach christoph.mieb...@web.de

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

 po/eu.po | 2844 +++---
 1 file changed, 1419 insertions(+), 1425 deletions(-)

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


[vlc-commits] l10n: Breton update

2014-06-10 Thread VideoLAN
vlc | branch: master | VideoLAN video...@videolan.org | Tue Jun 10 16:29:39 
2014 -0400| [71d4a0be439ca9c0f5d1c41c5665c7d6bb9c1e13] | committer: Christoph 
Miebach

l10n: Breton update

Signed-off-by: Christoph Miebach christoph.mieb...@web.de

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

 po/br.po |  136 ++
 1 file changed, 65 insertions(+), 71 deletions(-)

diff --git a/po/br.po b/po/br.po
index 78d4008..5ee1681 100644
--- a/po/br.po
+++ b/po/br.po
@@ -357,7 +357,7 @@ msgstr Arventennoù kemplesoc'h
 #: include/vlc_input.h:568
 #, fuzzy
 msgid Subtitle track added
-msgstr Loabr an istitl
+msgstr Loabr an istitloù : %s 
 
 #: include/vlc_interface.h:140
 msgid 
@@ -1094,7 +1094,7 @@ msgstr 
 #: src/input/decoder.c:693
 #, fuzzy
 msgid Codec not supported
-msgstr Mollad an ec'hankad video
+msgstr Porzhun arval
 
 #: src/input/decoder.c:694
 #, fuzzy, c-format
@@ -10870,9 +10870,8 @@ msgid 
 msgstr 
 
 #: modules/codec/qsv.c:61
-#, fuzzy
 msgid Codec Profile
-msgstr Forzhañ an aelad
+msgstr 
 
 #: modules/codec/qsv.c:63
 msgid 
@@ -10882,9 +10881,8 @@ msgid 
 msgstr 
 
 #: modules/codec/qsv.c:67
-#, fuzzy
 msgid Codec Level
-msgstr Anv ar bonez
+msgstr 
 
 #: modules/codec/qsv.c:69
 msgid 
@@ -10905,9 +10903,8 @@ msgid 
 msgstr 
 
 #: modules/codec/qsv.c:79
-#, fuzzy
 msgid Group of Picture Reference Distance
-msgstr Anv an eriol red 
+msgstr 
 
 #: modules/codec/qsv.c:81
 msgid 
@@ -10926,9 +10923,8 @@ msgid 
 msgstr 
 
 #: modules/codec/qsv.c:90
-#, fuzzy
 msgid IDR interval
-msgstr Digenweañ
+msgstr 
 
 #: modules/codec/qsv.c:92
 msgid 
@@ -10992,9 +10988,8 @@ msgid 
 msgstr 
 
 #: modules/codec/qsv.c:122
-#, fuzzy
 msgid Maximum Bitrate
-msgstr Kas binarel
+msgstr 
 
 #: modules/codec/qsv.c:123
 msgid 
@@ -11041,9 +11036,8 @@ msgid Number of reference frames
 msgstr 
 
 #: modules/codec/qsv.c:148
-#, fuzzy
 msgid Number of parallel operations
-msgstr Niver a renkoù
+msgstr 
 
 #: modules/codec/qsv.c:149
 msgid 
@@ -11813,7 +11807,7 @@ msgstr Ezvoneger istitloù USF
 #: modules/codec/substx3g.c:40
 #, fuzzy
 msgid tx3g subtitles decoder
-msgstr Ezvoneger istitloù Teletext
+msgstr Ezvonegeran istitloù DVB
 
 #: modules/codec/substx3g.c:41
 #, fuzzy
@@ -16248,7 +16242,7 @@ msgstr URI
 #: modules/gui/macosx/MainMenu.m:81
 #, fuzzy
 msgid File Size
-msgstr Ment an nodrezh
+msgstr Enankad ar restr
 
 #: modules/gui/macosx/MainMenu.m:316
 msgid Check for Update...
@@ -20935,7 +20929,7 @@ msgstr Ec'hankad YUV
 #: modules/hw/vdpau/sharpen.c:141
 #, fuzzy
 msgid VDPAU sharpen video filter
-msgstr Klonañ ar sil video
+msgstr Dilemel sil ar videoioù
 
 #: modules/lua/libs/httpd.c:75
 msgid 
@@ -24376,7 +24370,7 @@ msgstr 
 #: modules/video_filter/freeze.c:77
 #, fuzzy
 msgid Freezing interactive video filter
-msgstr Digenweañ ar video
+msgstr Tuginañ sil ar video
 
 #: modules/video_filter/freeze.c:78
 msgid Freeze
@@ -27917,7 +27911,7 @@ msgstr 
 #: modules/control/win_msg.c:193
 #, fuzzy
 msgid Windows messages interface
-msgstr Ketal Qt
+msgstr Ketal Ncurses
 
 #: modules/gui/macosx/DebugMessageVisualizer.m:93
 msgid Save this Log...
@@ -28084,58 +28078,6 @@ msgstr Lenner mediaoù VLC - Ketal web
 msgid Streaming Output
 msgstr Ec'hankad al lanv
 
-#~ msgid Choose your preferred video output and configure it here.
-#~ msgstr Diuzañ hoc'h ec'hankad video ha kefluniañ anezhañ amañ.
-
-#~ msgid Manual download only
-#~ msgstr Pellgargadurioù dre zorn nemetken
-
-#~ msgid Load Media Library
-#~ msgstr Kargañ al levraoueg mediaoù
-
-#~ msgid FFmpeg
-#~ msgstr FFmpeg
-
-#~ msgid FFmpeg access
-#~ msgstr Haeziñ FFmpeg
-
-#~ msgid Enable lossless coding
-#~ msgstr Gweredakaat an enbonegañ hep koll
-
-#~ msgid xblen
-#~ msgstr xblen
-
-#~ msgid yblen
-#~ msgstr yblen
-
-#~ msgid Jump to time
-#~ msgstr Lamm d'an eur
-
-#~ msgid Open CrashLog...
-#~ msgstr Digeriñ kerzhlevr kudennoù...
-
-#~ msgid Don't Send
-#~ msgstr Na kas ket
-
-#~ msgid Open BDMV folder
-#~ msgstr Digeriñ an teuliad BDMV
-
-#~ msgid Output module
-#~ msgstr Mollad an ec'hankad
-
-#~ msgid Help...
-#~ msgstr Skoazell...
-
-#~ msgid Alarm
-#~ msgstr Evezh
-
-#, fuzzy
-#~ msgid Add a subtitle file
-#~ msgstr Arverañ ar restr is titloù
-
-#~ msgid Configure Media Library
-#~ msgstr Kefluniaén al levraoueg mediaoù
-
 #~ msgid Modules search path
 #~ msgstr Mollad klask an treug
 
@@ -28472,6 +28414,58 @@ msgstr Ec'hankad al lanv
 #~ msgid Text alignment:
 #~ msgstr Desteudañ an destenn :
 
+#~ msgid Choose your preferred video output and configure it here.
+#~ msgstr Diuzañ hoc'h ec'hankad video ha kefluniañ anezhañ amañ.
+
+#~ msgid Manual download only
+#~ msgstr Pellgargadurioù dre zorn nemetken
+
+#~ msgid Load Media Library
+#~ msgstr Kargañ al levraoueg mediaoù
+
+#~ msgid FFmpeg
+#~ msgstr FFmpeg
+
+#~ msgid FFmpeg access
+#~ msgstr Haeziñ FFmpeg
+
+#~ msgid Enable lossless coding
+#~ msgstr Gweredakaat an enbonegañ hep koll
+
+#~ 

[vlc-commits] l10n: Icelandic update

2014-06-10 Thread Sveinn í Felli
vlc | branch: master | Sveinn í Felli svei...@nett.is | Tue Jun 10 17:13:58 
2014 -0400| [1ae2db951666cf23ecb5aa6d7c93991184e2939c] | committer: Christoph 
Miebach

l10n: Icelandic update

Signed-off-by: Christoph Miebach christoph.mieb...@web.de

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

 po/is.po |  234 ++
 1 file changed, 113 insertions(+), 121 deletions(-)

diff --git a/po/is.po b/po/is.po
index 9be8d03..29916e6 100644
--- a/po/is.po
+++ b/po/is.po
@@ -10948,9 +10948,8 @@ msgid PNG video encoder
 msgstr CDG myndmerkisafkóðari
 
 #: modules/codec/qsv.c:56
-#, fuzzy
 msgid Enable software mode
-msgstr Virkja veggfóðursham
+msgstr 
 
 #: modules/codec/qsv.c:57
 msgid 
@@ -10959,9 +10958,8 @@ msgid 
 msgstr 
 
 #: modules/codec/qsv.c:61
-#, fuzzy
 msgid Codec Profile
-msgstr Veldu snið
+msgstr 
 
 #: modules/codec/qsv.c:63
 msgid 
@@ -10971,9 +10969,8 @@ msgid 
 msgstr 
 
 #: modules/codec/qsv.c:67
-#, fuzzy
 msgid Codec Level
-msgstr Heiti kóðunarlykils
+msgstr 
 
 #: modules/codec/qsv.c:69
 msgid 
@@ -11014,9 +11011,8 @@ msgid 
 msgstr 
 
 #: modules/codec/qsv.c:90
-#, fuzzy
 msgid IDR interval
-msgstr Merkjabil (guard interval)
+msgstr 
 
 #: modules/codec/qsv.c:92
 msgid 
@@ -11039,9 +11035,8 @@ msgid 
 msgstr 
 
 #: modules/codec/qsv.c:105
-#, fuzzy
 msgid Quantization parameter
-msgstr Viðföng afkóðunar
+msgstr 
 
 #: modules/codec/qsv.c:106
 msgid 
@@ -11081,9 +11076,8 @@ msgid 
 msgstr 
 
 #: modules/codec/qsv.c:122
-#, fuzzy
 msgid Maximum Bitrate
-msgstr Hámarks bitahraði
+msgstr 
 
 #: modules/codec/qsv.c:123
 msgid 
@@ -5,9 +11109,8 @@ msgid 
 msgstr 
 
 #: modules/codec/qsv.c:139
-#, fuzzy
 msgid Number of slices per frame
-msgstr Fjöldi búta
+msgstr 
 
 #: modules/codec/qsv.c:140
 msgid 
@@ -11131,9 +11124,8 @@ msgid Number of reference frames
 msgstr 
 
 #: modules/codec/qsv.c:148
-#, fuzzy
 msgid Number of parallel operations
-msgstr Fjöldi púslraða
+msgstr 
 
 #: modules/codec/qsv.c:149
 msgid 
@@ -20976,7 +20968,7 @@ msgstr Opna skinn ...
 #: modules/hw/vdpau/adjust.c:182
 #, fuzzy
 msgid VDPAU adjust video filter
-msgstr Hljóðsíur
+msgstr Myndsía
 
 #: modules/hw/vdpau/avcodec.c:45
 #, fuzzy
@@ -21032,7 +21024,7 @@ msgstr Gæði eftirmeðhöndlunar á myndmerki
 #: modules/hw/vdpau/deinterlace.c:131
 #, fuzzy
 msgid VDPAU deinterlacing filter
-msgstr Afflétta myndmerki
+msgstr Affléttun
 
 #: modules/hw/vdpau/display.c:46
 #, fuzzy
@@ -21042,7 +21034,7 @@ msgstr YUV úttak
 #: modules/hw/vdpau/sharpen.c:141
 #, fuzzy
 msgid VDPAU sharpen video filter
-msgstr Hljóðsíur
+msgstr Hugvíkkandi myndbandasía
 
 #: modules/lua/libs/httpd.c:75
 msgid 
@@ -24489,7 +24481,7 @@ msgstr 
 #: modules/video_filter/freeze.c:77
 #, fuzzy
 msgid Freezing interactive video filter
-msgstr Afflétta myndmerki
+msgstr Aðlaga stærð viðmóts að stærð myndar
 
 #: modules/video_filter/freeze.c:78
 msgid Freeze
@@ -25024,7 +25016,7 @@ msgstr 
 #: modules/video_filter/oldmovie.c:185
 #, fuzzy
 msgid Old movie effect video filter
-msgstr Afflétta myndmerki
+msgstr Hugvíkkandi myndbandasía
 
 #: modules/video_filter/oldmovie.c:186
 msgid Old movie
@@ -25701,7 +25693,7 @@ msgstr 
 #: modules/video_filter/vhs.c:108
 #, fuzzy
 msgid VHS movie effect video filter
-msgstr Afflétta myndmerki
+msgstr Hugvíkkandi myndbandasía
 
 #: modules/video_filter/vhs.c:109
 msgid VHS movie
@@ -28207,105 +28199,6 @@ msgstr VLC margmiðlunarspilarinn - Vefviðmót
 msgid Streaming Output
 msgstr Straumúttak
 
-#~ msgid Choose your preferred video output and configure it here.
-#~ msgstr Veldu hvaða myndúttak þú óskar þér og stillingar fyrir það hér.
-
-#~ msgid These modules provide network functions to all other parts of VLC.
-#~ msgstr Þessar einingar sjá um netvirkni allra annarra hluta VLC.
-
-#~ msgid 
-#~ These are general settings for video/audio/subtitle encoding modules.
-#~ msgstr 
-#~ Þetta eru almennar stillingar fyrir kóðunareiningar myndmerkis/hljóðs/
-#~ skjátexta.
-
-#~ msgid No suitable decoder module
-#~ msgstr Engin hentug afkóðunareining
-
-#~ msgid 
-#~ VLC does not support the audio or video format \%4.4s\. Unfortunately 
-#~ there is no way for you to fix this.
-#~ msgstr 
-#~ VLC styður ekki hljóð- eða myndmerkissniðið \%4.4s\. Því miður er engin 
-#~ leið til að laga þetta.
-
-#~ msgid Manual download only
-#~ msgstr Aðeins hlaða niður handvirkt
-
-#~ msgid When track starts playing
-#~ msgstr Þegar lag byrjar að spila
-
-#~ msgid As soon as track is added
-#~ msgstr Um leið og lagi er bætt við
-
-#~ msgid Load Media Library
-#~ msgstr Hlaða inn miðlasafni
-
-#~ msgid FFmpeg
-#~ msgstr FFmpeg
-
-#~ msgid FFmpeg access
-#~ msgstr FFmpeg aðgangur
-
-#~ msgid Enable lossless coding
-#~ msgstr Virkja taplausa kóðun
-
-#~ msgid Distance between 'P' frames
-#~ msgstr Lengd milli 'P' ramma
-
-#~ msgid Number of 'P' frames per GOP
-#~ msgstr Fjöldi 'P' ramma á GOP
-
-#~ msgid xblen
-#~ msgstr xblen
-
-#~ msgid 

[vlc-commits] l10n: Galician update

2014-06-10 Thread Gonçalo Cordeiro
vlc | branch: master | Gonçalo Cordeiro gzcorde...@gmail.com | Tue Jun 10 
17:07:16 2014 -0400| [9d93d83eb5b53efdb5e44a64e0cb6a7128bd2809] | committer: 
Christoph Miebach

l10n: Galician update

Signed-off-by: Christoph Miebach christoph.mieb...@web.de

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

 po/gl.po |  810 +++---
 1 file changed, 404 insertions(+), 406 deletions(-)

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


[vlc-commits] l10n: Scottish Gaelic update

2014-06-10 Thread Michael Bauer
vlc | branch: master | Michael Bauer f...@akerbeltz.org | Tue Jun 10 17:06:02 
2014 -0400| [0f7102ba800e2ad67f39003e4a3b8d479178f72e] | committer: Christoph 
Miebach

l10n: Scottish Gaelic update

Signed-off-by: Christoph Miebach christoph.mieb...@web.de

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

 po/gd.po |  311 ++
 1 file changed, 152 insertions(+), 159 deletions(-)

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


[vlc-commits] l10n: Hungarian update

2014-06-10 Thread Gabor Kelemen
vlc | branch: master | Gabor Kelemen kelemeng at gnome dot hu | Tue Jun 10 
17:12:31 2014 -0400| [2dc0b616c8d5637e1fd28905cf23ea77f32b2b67] | committer: 
Christoph Miebach

l10n: Hungarian update

Signed-off-by: Christoph Miebach christoph.mieb...@web.de

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

 po/hu.po | 4380 +++---
 1 file changed, 2189 insertions(+), 2191 deletions(-)

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


[vlc-commits] l10n: Estonian update

2014-06-10 Thread VideoLAN
vlc | branch: master | VideoLAN video...@videolan.org | Tue Jun 10 16:59:26 
2014 -0400| [c48242ee637b3873e3599306c10c3923b8211d52] | committer: Christoph 
Miebach

l10n: Estonian update

Signed-off-by: Christoph Miebach christoph.mieb...@web.de

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

 po/et.po | 1552 +++---
 1 file changed, 772 insertions(+), 780 deletions(-)

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


[vlc-commits] l10n: Aragonese update

2014-06-10 Thread Chesús Daniel Trigo
vlc | branch: master | Chesús Daniel Trigo xuxin...@gmail.com | Tue Jun 10 
16:12:27 2014 -0400| [8997305aea129a37e84f2c57bc91061966d9c8d6] | committer: 
Christoph Miebach

l10n: Aragonese update

Signed-off-by: Christoph Miebach christoph.mieb...@web.de

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

 po/an.po | 1319 +++---
 1 file changed, 653 insertions(+), 666 deletions(-)

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


[vlc-commits] l10n: Danish update

2014-06-10 Thread Aputsiaĸ Niels Janussen
vlc | branch: master | Aputsiaĸ Niels Janussen a...@isit.gl | Tue Jun 10 
16:40:36 2014 -0400| [0bd03a42d7cb0d16065ecdfd9d16e715217629b2] | committer: 
Christoph Miebach

l10n: Danish update

Signed-off-by: Christoph Miebach christoph.mieb...@web.de

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

 po/da.po |  501 ++
 1 file changed, 246 insertions(+), 255 deletions(-)

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


[vlc-commits] l10n: Bengali (India) update

2014-06-10 Thread VideoLAN
vlc | branch: master | VideoLAN video...@videolan.org | Tue Jun 10 16:23:13 
2014 -0400| [fe26cc14353f0bd631a8ae50c237255053c156de] | committer: Christoph 
Miebach

l10n: Bengali (India) update

Signed-off-by: Christoph Miebach christoph.mieb...@web.de

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

 po/bn_IN.po | 2279 +--
 1 file changed, 1133 insertions(+), 1146 deletions(-)

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


[vlc-commits] l10n: French update

2014-06-10 Thread VideoLAN
vlc | branch: master | VideoLAN video...@videolan.org | Tue Jun 10 17:05:25 
2014 -0400| [82e9dde22c7384a83d87fc011f888c6aa5b833fd] | committer: Christoph 
Miebach

l10n: French update

Signed-off-by: Christoph Miebach christoph.mieb...@web.de

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

 po/fr.po | 3261 +++---
 1 file changed, 1627 insertions(+), 1634 deletions(-)

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


[vlc-commits] l10n: Amharic (Ethiopia) update

2014-06-10 Thread VideoLAN
vlc | branch: master | VideoLAN video...@videolan.org | Tue Jun 10 16:10:01 
2014 -0400| [80e82dadf8732d8e97c14d3b13f1df54803978c8] | committer: Christoph 
Miebach

l10n: Amharic (Ethiopia) update

Signed-off-by: Christoph Miebach christoph.mieb...@web.de

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

 po/am_ET.po |11155 ---
 1 file changed, 6058 insertions(+), 5097 deletions(-)

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


[vlc-commits] l10n: Bengali update

2014-06-10 Thread VideoLAN
vlc | branch: master | VideoLAN video...@videolan.org | Tue Jun 10 16:26:10 
2014 -0400| [e05ea29dfb47743f9ca35dbe83f9bd63ea81d32e] | committer: Christoph 
Miebach

l10n: Bengali update

Signed-off-by: Christoph Miebach christoph.mieb...@web.de

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

 po/bn.po | 1793 +++---
 1 file changed, 891 insertions(+), 902 deletions(-)

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


[vlc-commits] l10n: Asturian update

2014-06-10 Thread VideoLAN
vlc | branch: master | VideoLAN video...@videolan.org | Tue Jun 10 16:16:06 
2014 -0400| [9e43e2f8b5ba3de50b6a461e94b1fcb018a5081d] | committer: Christoph 
Miebach

l10n: Asturian update

Signed-off-by: Christoph Miebach christoph.mieb...@web.de

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

 po/ast.po | 1559 ++---
 1 file changed, 773 insertions(+), 786 deletions(-)

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


[vlc-commits] l10n: Hebrew update

2014-06-10 Thread Yaron Shahrabani
vlc | branch: master | Yaron Shahrabani sh.ya...@gmail.com | Tue Jun 10 
17:10:25 2014 -0400| [e65d734bf7bff536b203bd335e9ad00defed9e19] | committer: 
Christoph Miebach

l10n: Hebrew update

Signed-off-by: Christoph Miebach christoph.mieb...@web.de

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

 po/he.po |  449 +++---
 1 file changed, 221 insertions(+), 228 deletions(-)

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


[vlc-commits] l10n: Persian update

2014-06-10 Thread VideoLAN
vlc | branch: master | VideoLAN video...@videolan.org | Tue Jun 10 17:02:06 
2014 -0400| [17934e0f8bc68475292f8fc8be117a604e9c99e2] | committer: Christoph 
Miebach

l10n: Persian update

Signed-off-by: Christoph Miebach christoph.mieb...@web.de

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

 po/fa.po |  148 +-
 1 file changed, 70 insertions(+), 78 deletions(-)

diff --git a/po/fa.po b/po/fa.po
index 50b3330..a5cd562 100644
--- a/po/fa.po
+++ b/po/fa.po
@@ -1170,7 +1170,7 @@ msgstr پیمانهٔ خروجی ویدئو
 #: src/input/decoder.c:694
 #, fuzzy, c-format
 msgid VLC could not decode the format \%4.4s\ (%s)
-msgstr وی‌ال‌سی نتوانست پیمانهٔ کدگشا را باز کند.
+msgstr وی‌ال‌سی نتوانست پیمانهٔ %s را باز کند.
 
 #: src/input/decoder.c:698
 #, fuzzy
@@ -6572,12 +6572,12 @@ msgstr 
 #: modules/access/file.c:178 modules/access/vdr.c:535
 #, fuzzy, c-format
 msgid VLC could not open the file \%s\ (%s).
-msgstr وی‌ال‌سی نتوانست پیمانهٔ کدگشا را باز کند.
+msgstr وی‌ال‌سی نتوانست پیمانهٔ %s را باز کند.
 
 #: modules/access/file.c:305 modules/access/vdr.c:369
 #, fuzzy, c-format
 msgid VLC could not read the file (%s).
-msgstr وی‌ال‌سی نتوانست پیمانهٔ کدگشا را باز کند.
+msgstr وی‌ال‌سی نتوانست پیمانهٔ %s را باز کند.
 
 #: modules/access/fs.c:33
 msgid Subdirectory behavior
@@ -7198,7 +7198,7 @@ msgstr وی‌ال‌سی نتوانست پیمانهٔ %s را باز کند.
 #: modules/access/mtp.c:287
 #, fuzzy, c-format
 msgid VLC could not open the file \%s\: %s
-msgstr وی‌ال‌سی نتوانست پیمانهٔ کدگشا را باز کند.
+msgstr وی‌ال‌سی نتوانست پیمانهٔ %s را باز کند.
 
 #: modules/access/oss.c:66
 msgid Capture the audio stream in stereo.
@@ -11057,9 +11057,8 @@ msgid PNG video encoder
 msgstr کدگذار ویدئو
 
 #: modules/codec/qsv.c:56
-#, fuzzy
 msgid Enable software mode
-msgstr فعال کردن حالت پس‌زمینه
+msgstr 
 
 #: modules/codec/qsv.c:57
 msgid 
@@ -11068,9 +11067,8 @@ msgid 
 msgstr 
 
 #: modules/codec/qsv.c:61
-#, fuzzy
 msgid Codec Profile
-msgstr فایل ایندکس
+msgstr 
 
 #: modules/codec/qsv.c:63
 msgid 
@@ -11080,9 +11078,8 @@ msgid 
 msgstr 
 
 #: modules/codec/qsv.c:67
-#, fuzzy
 msgid Codec Level
-msgstr نمایش جزئیات
+msgstr 
 
 #: modules/codec/qsv.c:69
 msgid 
@@ -11123,9 +11120,8 @@ msgid 
 msgstr 
 
 #: modules/codec/qsv.c:90
-#, fuzzy
 msgid IDR interval
-msgstr واسط اُ اس ایکس مکینتاش
+msgstr 
 
 #: modules/codec/qsv.c:92
 msgid 
@@ -11189,9 +11185,8 @@ msgid 
 msgstr 
 
 #: modules/codec/qsv.c:122
-#, fuzzy
 msgid Maximum Bitrate
-msgstr حداکثر نرخ بیتی
+msgstr 
 
 #: modules/codec/qsv.c:123
 msgid 
@@ -11223,9 +11218,8 @@ msgid 
 msgstr 
 
 #: modules/codec/qsv.c:139
-#, fuzzy
 msgid Number of slices per frame
-msgstr تعداد کانال های صوتی
+msgstr 
 
 #: modules/codec/qsv.c:140
 msgid 
@@ -11239,9 +11233,8 @@ msgid Number of reference frames
 msgstr 
 
 #: modules/codec/qsv.c:148
-#, fuzzy
 msgid Number of parallel operations
-msgstr تعداد کانال های صوتی
+msgstr 
 
 #: modules/codec/qsv.c:149
 msgid 
@@ -13886,7 +13879,7 @@ msgstr 
 #: modules/demux/caf.c:53
 #, fuzzy
 msgid CAF demuxer
-msgstr دستگاه ویدئوی PVR‏
+msgstr جداسازها
 
 #: modules/demux/cdg.c:43
 msgid CDG demuxer
@@ -15754,7 +15747,7 @@ msgstr نمایش تنظیمات
 #: modules/gui/macosx/BWQuincyUI.m:79
 #, fuzzy
 msgid Hide Details
-msgstr نمایش جزئیات
+msgstr مخفی کردن بقیه
 
 #: modules/gui/macosx/BWQuincyUI.m:81
 msgid Send
@@ -21081,7 +21074,7 @@ msgstr صافی ویدئوی دیوار
 #: modules/hw/vdpau/avcodec.c:45
 #, fuzzy
 msgid VDPAU video decoder
-msgstr کدگشای ویدئوی تئورا
+msgstr کدگذار ویدئو
 
 #: modules/hw/vdpau/chroma.c:820
 msgid Temporal-spatial
@@ -21126,7 +21119,7 @@ msgstr کیفیت کدگذاری
 #: modules/hw/vdpau/chroma.c:843
 #, fuzzy
 msgid High quality scaling level
-msgstr نمونه‌برداری مجدد صدا با کیفیت بالا
+msgstr سطح کیفی
 
 #: modules/hw/vdpau/deinterlace.c:131
 #, fuzzy
@@ -21888,7 +21881,7 @@ msgstr 
 #: modules/mux/ogg.c:47
 #, fuzzy
 msgid Index interval
-msgstr بازهٔ به‌هنگام‌سازی منو
+msgstr فایل ایندکس
 
 #: modules/mux/ogg.c:48
 msgid 
@@ -21898,7 +21891,7 @@ msgstr 
 #: modules/mux/ogg.c:50
 #, fuzzy
 msgid Index size ratio
-msgstr حفظ نسبت طول به عرض
+msgstr فایل ایندکس
 
 #: modules/mux/ogg.c:52
 msgid Set index size ratio. Alters default (60min content) or estimated size.
@@ -25117,7 +25110,7 @@ msgstr 
 #: modules/video_filter/oldmovie.c:185
 #, fuzzy
 msgid Old movie effect video filter
-msgstr نادرهم‌بافی ویدئو
+msgstr صافی ویدئوی دیوار
 
 #: modules/video_filter/oldmovie.c:186
 msgid Old movie
@@ -27606,9 +27599,8 @@ msgid Default caching policy
 msgstr 
 
 #: modules/gui/qt4/ui/sprefs_interface.h:506
-#, fuzzy
 msgid Menus language:
-msgstr زبان صدا
+msgstr 
 
 #: modules/gui/qt4/ui/sprefs_interface.h:507
 msgid Look and feel
@@ -28003,7 +27995,7 @@ msgstr 
 #: modules/access/avcapture.m:56
 #, fuzzy
 msgid AVFoundation video capture module.
-msgstr وی‌ال‌سی نتوانست پیمانهٔ کدگشا را باز کند.
+msgstr پیمانهٔ خروجی صدا
 
 #: 

[vlc-commits] l10n: Kirgyz update

2014-06-10 Thread VideoLAN
vlc | branch: master | VideoLAN video...@videolan.org | Tue Jun 10 17:27:18 
2014 -0400| [26a502e2ffed4103ed3854f91c7593eed3da5b4d] | committer: Christoph 
Miebach

l10n: Kirgyz update

Signed-off-by: Christoph Miebach christoph.mieb...@web.de

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

 po/ky.po |  309 +++---
 1 file changed, 175 insertions(+), 134 deletions(-)

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


[vlc-commits] l10n: Kurdish (Iraq) update

2014-06-10 Thread VideoLAN
vlc | branch: master | VideoLAN video...@videolan.org | Tue Jun 10 17:26:21 
2014 -0400| [21c8096b1e96065f6ec2459c674ec740e520922b] | committer: Christoph 
Miebach

l10n: Kurdish (Iraq) update

Signed-off-by: Christoph Miebach christoph.mieb...@web.de

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

 po/ku_IQ.po |11232 ---
 1 file changed, 6141 insertions(+), 5091 deletions(-)

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


[vlc-commits] l10n: Czech update

2014-06-10 Thread Tomáš Chvátal
vlc | branch: master | Tomáš Chvátal tomas.chva...@gmail.com | Tue Jun 10 
16:37:51 2014 -0400| [fb8d05e8749b87ac8befdf49f7e0e16ea0aef18b] | committer: 
Christoph Miebach

l10n: Czech update

Signed-off-by: Christoph Miebach christoph.mieb...@web.de

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

 po/cs.po |   24 
 1 file changed, 8 insertions(+), 16 deletions(-)

diff --git a/po/cs.po b/po/cs.po
index 768074e..cb5b52f 100644
--- a/po/cs.po
+++ b/po/cs.po
@@ -11136,9 +11136,8 @@ msgid PNG video encoder
 msgstr Video dekodér CDG
 
 #: modules/codec/qsv.c:56
-#, fuzzy
 msgid Enable software mode
-msgstr Povolit režim obrázku na pozadí
+msgstr 
 
 #: modules/codec/qsv.c:57
 msgid 
@@ -11147,9 +11146,8 @@ msgid 
 msgstr 
 
 #: modules/codec/qsv.c:61
-#, fuzzy
 msgid Codec Profile
-msgstr Vybrat profil
+msgstr 
 
 #: modules/codec/qsv.c:63
 msgid 
@@ -11159,9 +11157,8 @@ msgid 
 msgstr 
 
 #: modules/codec/qsv.c:67
-#, fuzzy
 msgid Codec Level
-msgstr Název kodeku
+msgstr 
 
 #: modules/codec/qsv.c:69
 msgid 
@@ -11202,9 +11199,8 @@ msgid 
 msgstr 
 
 #: modules/codec/qsv.c:90
-#, fuzzy
 msgid IDR interval
-msgstr Rozmezí hlídání
+msgstr 
 
 #: modules/codec/qsv.c:92
 msgid 
@@ -11227,9 +11223,8 @@ msgid 
 msgstr 
 
 #: modules/codec/qsv.c:105
-#, fuzzy
 msgid Quantization parameter
-msgstr Parametry terestriálního příjmu
+msgstr 
 
 #: modules/codec/qsv.c:106
 msgid 
@@ -11269,9 +11264,8 @@ msgid 
 msgstr 
 
 #: modules/codec/qsv.c:122
-#, fuzzy
 msgid Maximum Bitrate
-msgstr Maximální datový tok
+msgstr 
 
 #: modules/codec/qsv.c:123
 msgid 
@@ -11303,9 +11297,8 @@ msgid 
 msgstr 
 
 #: modules/codec/qsv.c:139
-#, fuzzy
 msgid Number of slices per frame
-msgstr Počet segmentů
+msgstr 
 
 #: modules/codec/qsv.c:140
 msgid 
@@ -11319,9 +11312,8 @@ msgid Number of reference frames
 msgstr 
 
 #: modules/codec/qsv.c:148
-#, fuzzy
 msgid Number of parallel operations
-msgstr Počet řad ve skládačce
+msgstr 
 
 #: modules/codec/qsv.c:149
 msgid 

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


[vlc-commits] l10n: Arabic update

2014-06-10 Thread VideoLAN
vlc | branch: master | VideoLAN video...@videolan.org | Tue Jun 10 16:14:11 
2014 -0400| [26d54a78e7cde1d098bbd67c8d126f1bfb4c7978] | committer: Christoph 
Miebach

l10n: Arabic update

Signed-off-by: Christoph Miebach christoph.mieb...@web.de

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

 po/ar.po |  286 ++
 1 file changed, 138 insertions(+), 148 deletions(-)

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


[vlc-commits] l10n: Korean update

2014-06-10 Thread VideoLAN
vlc | branch: master | VideoLAN video...@videolan.org | Tue Jun 10 17:24:47 
2014 -0400| [54c2e1a120eee6e0db8f0c70a4148b27b2c34ad1] | committer: Christoph 
Miebach

l10n: Korean update

Signed-off-by: Christoph Miebach christoph.mieb...@web.de

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

 po/ko.po | 4194 +++---
 1 file changed, 2096 insertions(+), 2098 deletions(-)

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


[vlc-commits] l10n: Slovenian update

2014-06-10 Thread Martin Srebotnjak
vlc | branch: master | Martin Srebotnjak mi...@filmsi.net | Tue Jun 10 
17:59:50 2014 -0400| [835e89265967147c5c401d3c815b30b99c669e9e] | committer: 
Christoph Miebach

l10n: Slovenian update

Signed-off-by: Christoph Miebach christoph.mieb...@web.de

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

 po/sl.po | 1564 +++---
 1 file changed, 778 insertions(+), 786 deletions(-)

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


[vlc-commits] l10n: Kazakh update

2014-06-10 Thread VideoLAN
vlc | branch: master | VideoLAN video...@videolan.org | Tue Jun 10 17:18:24 
2014 -0400| [13e14f47469f7fbd2e17d69bc3f8c3dc4c9d2e29] | committer: Christoph 
Miebach

l10n: Kazakh update

Signed-off-by: Christoph Miebach christoph.mieb...@web.de

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

 po/kk.po |  327 ++
 1 file changed, 158 insertions(+), 169 deletions(-)

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


[vlc-commits] l10n: Dutch update

2014-06-10 Thread Thomas De Rocker
vlc | branch: master | Thomas De Rocker thomasderoc...@hotmail.com | Tue Jun 
10 17:40:18 2014 -0400| [0aeeb287430facbb2fd7f50bd8e9bfa15bde5bb6] | committer: 
Christoph Miebach

l10n: Dutch update

Signed-off-by: Christoph Miebach christoph.mieb...@web.de

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

 po/nl.po | 4704 +++---
 1 file changed, 2351 insertions(+), 2353 deletions(-)

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


[vlc-commits] l10n: Burmese update

2014-06-10 Thread VideoLAN
vlc | branch: master | VideoLAN video...@videolan.org | Tue Jun 10 17:33:59 
2014 -0400| [1382356442c3c7650809fa7e01e5959347281be8] | committer: Christoph 
Miebach

l10n: Burmese update

Signed-off-by: Christoph Miebach christoph.mieb...@web.de

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

 po/my.po |   11 +--
 1 file changed, 5 insertions(+), 6 deletions(-)

diff --git a/po/my.po b/po/my.po
index 89287b4..636c948 100644
--- a/po/my.po
+++ b/po/my.po
@@ -15,7 +15,7 @@ msgstr 
 Last-Translator: Yaron Shahrabani sh.ya...@gmail.com\n
 Language-Team: Burmese (Myanmar) (http://www.transifex.com/projects/p/vlc-;
 trans/language/my_MM/)\n
-Language: my\n
+Language: my_MM\n
 MIME-Version: 1.0\n
 Content-Type: text/plain; charset=UTF-8\n
 Content-Transfer-Encoding: 8bit\n
@@ -4434,7 +4434,7 @@ msgstr 
 #: src/libvlc-module.c:2690
 #, fuzzy
 msgid core program
-msgstr နုဒိ၇ာိ
+msgstr ပရိုဂရမ်
 
 #: src/misc/update.c:473
 #, c-format
@@ -20073,7 +20073,7 @@ msgstr 
 #: modules/gui/qt4/dialogs/toolbar.cpp:185
 #, fuzzy
 msgid Preview
-msgstr ရှေ့ခေါင်းစဉ်
+msgstr ယခင်
 
 #: modules/gui/qt4/dialogs/toolbar.cpp:194
 msgid Close
@@ -20523,7 +20523,7 @@ msgstr 
 #: modules/gui/qt4/menus.cpp:1636
 #, fuzzy
 msgid Save To Playlist
-msgstr ဖိုင်သို့ဖွင့်စာရင်းမှတ်သိမ်း(F)...
+msgstr ဖွင့်မည့်စာရင်းထဲသို့ထည့်
 
 #: modules/gui/qt4/qt4.cpp:78
 msgid Show advanced preferences over simple ones
@@ -27340,9 +27340,8 @@ msgid Default caching policy
 msgstr 
 
 #: modules/gui/qt4/ui/sprefs_interface.h:506
-#, fuzzy
 msgid Menus language:
-msgstr အသံဘာသာစကား
+msgstr 
 
 #: modules/gui/qt4/ui/sprefs_interface.h:507
 msgid Look and feel

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


[vlc-commits] l10n: Nepali update

2014-06-10 Thread VideoLAN
vlc | branch: master | VideoLAN video...@videolan.org | Tue Jun 10 17:37:39 
2014 -0400| [8b211c118af860dbb788c85319456553e7f557d2] | committer: Christoph 
Miebach

l10n: Nepali update

Signed-off-by: Christoph Miebach christoph.mieb...@web.de

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

 po/ne.po |  186 +-
 1 file changed, 88 insertions(+), 98 deletions(-)

diff --git a/po/ne.po b/po/ne.po
index 4f70d27..3346d83 100644
--- a/po/ne.po
+++ b/po/ne.po
@@ -13,7 +13,7 @@ msgstr 
 Last-Translator: ma OpenThito prabingau...@gmail.com\n
 Language-Team: Nepali (Nepal) (http://www.transifex.com/projects/p/vlc-trans/;
 language/ne_NP/)\n
-Language: ne\n
+Language: ne_NP\n
 MIME-Version: 1.0\n
 Content-Type: text/plain; charset=UTF-8\n
 Content-Transfer-Encoding: 8bit\n
@@ -1144,7 +1144,7 @@ msgstr 
 #: src/input/decoder.c:693
 #, fuzzy
 msgid Codec not supported
-msgstr भिडियो निर्गत मोड्युल
+msgstr ग्राहक पोर्ट
 
 #: src/input/decoder.c:694
 #, fuzzy, c-format
@@ -5568,7 +5568,7 @@ msgstr 
 #: modules/access/bluray.c:70
 #, fuzzy
 msgid Region code
-msgstr रूपान्तरण
+msgstr भिडियो कोडेक
 
 #: modules/access/bluray.c:71
 msgid 
@@ -10470,7 +10470,7 @@ msgstr VLC को कुत्वचक मोदुले खोल्न स
 #: modules/codec/avcodec/hwdummy.c:42
 #, fuzzy
 msgid Dummy video decoder
-msgstr थेवरा भिडियो असङ्केतक
+msgstr डम्मी असङ्केतक
 
 #: modules/codec/avcodec/vaapi.c:62
 #, fuzzy
@@ -11160,9 +11160,8 @@ msgid PNG video encoder
 msgstr PNG भिडियो असङ्केतक
 
 #: modules/codec/qsv.c:56
-#, fuzzy
 msgid Enable software mode
-msgstr वालपेपर मोड सक्षम पार्नुहोस् 
+msgstr 
 
 #: modules/codec/qsv.c:57
 msgid 
@@ -11171,9 +11170,8 @@ msgid 
 msgstr 
 
 #: modules/codec/qsv.c:61
-#, fuzzy
 msgid Codec Profile
-msgstr कोडेक
+msgstr 
 
 #: modules/codec/qsv.c:63
 msgid 
@@ -11183,9 +11181,8 @@ msgid 
 msgstr 
 
 #: modules/codec/qsv.c:67
-#, fuzzy
 msgid Codec Level
-msgstr कोडेक
+msgstr 
 
 #: modules/codec/qsv.c:69
 msgid 
@@ -11226,9 +11223,8 @@ msgid 
 msgstr 
 
 #: modules/codec/qsv.c:90
-#, fuzzy
 msgid IDR interval
-msgstr म्याक OS X इन्टरफेस
+msgstr 
 
 #: modules/codec/qsv.c:92
 msgid 
@@ -11241,9 +11237,8 @@ msgid 
 msgstr 
 
 #: modules/codec/qsv.c:100
-#, fuzzy
 msgid Rate Control Method
-msgstr दर नियन्त्रण बफर साइज
+msgstr 
 
 #: modules/codec/qsv.c:102
 msgid 
@@ -11252,9 +11247,8 @@ msgid 
 msgstr 
 
 #: modules/codec/qsv.c:105
-#, fuzzy
 msgid Quantization parameter
-msgstr I क्यान्टिफिकेसन तत्व
+msgstr 
 
 #: modules/codec/qsv.c:106
 msgid 
@@ -11294,9 +11288,8 @@ msgid 
 msgstr 
 
 #: modules/codec/qsv.c:122
-#, fuzzy
 msgid Maximum Bitrate
-msgstr अधिकतम बिटदर
+msgstr 
 
 #: modules/codec/qsv.c:123
 msgid 
@@ -11328,9 +11321,8 @@ msgid 
 msgstr 
 
 #: modules/codec/qsv.c:139
-#, fuzzy
 msgid Number of slices per frame
-msgstr सन्दर्भ फ्रेमको नम्बर
+msgstr 
 
 #: modules/codec/qsv.c:140
 msgid 
@@ -11344,9 +11336,8 @@ msgid Number of reference frames
 msgstr सन्दर्भ फ्रेमको नम्बर
 
 #: modules/codec/qsv.c:148
-#, fuzzy
 msgid Number of parallel operations
-msgstr क्लोनको नम्बर
+msgstr 
 
 #: modules/codec/qsv.c:149
 msgid 
@@ -13816,7 +13807,7 @@ msgstr +[ मद्दतको अन्त्य ]
 #: modules/control/rc.c:965
 #, fuzzy
 msgid Press pause to continue.
-msgstr जारी राख्नका लागि 'menu select' वा 'pause' टाइप गर्नुहोस्
+msgstr मेनु चयन थिच्नुहोस् वा जारी राख्न पज गर्नुहोस्
 
 #: modules/control/rc.c:1191 modules/control/rc.c:1446
 #: modules/control/rc.c:1490
@@ -15942,7 +15933,7 @@ msgstr सबै देखाउनुहोस्
 #: modules/gui/macosx/BWQuincyUI.m:79
 #, fuzzy
 msgid Hide Details
-msgstr पूर्वनिर्धारित
+msgstr अन्य लुकाउनुहोस्
 
 #: modules/gui/macosx/BWQuincyUI.m:81
 msgid Send
@@ -20554,7 +20545,7 @@ msgstr 
 #: modules/gui/qt4/dialogs/toolbar.cpp:185
 #, fuzzy
 msgid Preview
-msgstr अघिल्लो शीर्षक
+msgstr अघिल्लो
 
 #: modules/gui/qt4/dialogs/toolbar.cpp:194
 msgid Close
@@ -21365,7 +21356,7 @@ msgstr सङ्केतन गुणस्तर
 #: modules/hw/vdpau/chroma.c:843
 #, fuzzy
 msgid High quality scaling level
-msgstr उच्च गुणस्तरको अडियो रिस्याम्पिङ
+msgstr गुणस्तर
 
 #: modules/hw/vdpau/deinterlace.c:131
 #, fuzzy
@@ -21380,7 +21371,7 @@ msgstr पहुँच निर्गत
 #: modules/hw/vdpau/sharpen.c:141
 #, fuzzy
 msgid VDPAU sharpen video filter
-msgstr क्लोन भिडियो फिल्टर
+msgstr पर्खाल भिडियो फिल्टर
 
 #: modules/lua/libs/httpd.c:75
 msgid 
@@ -27963,9 +27954,8 @@ msgid Default caching policy
 msgstr 
 
 #: modules/gui/qt4/ui/sprefs_interface.h:506
-#, fuzzy
 msgid Menus language:
-msgstr अडियो भाषा
+msgstr 
 
 #: modules/gui/qt4/ui/sprefs_interface.h:507
 msgid Look and feel
@@ -28361,12 +28351,12 @@ msgstr 
 #: modules/access/avcapture.m:56
 #, fuzzy
 msgid AVFoundation video capture module.
-msgstr VLC को कुत्वचक मोदुले खोल्न सकिएन 
+msgstr अडियो निर्गत मोड्युल
 
 #: modules/access/avcapture.m:288 modules/access/avcapture.m:317
 #, fuzzy
 msgid No video devices found
-msgstr भिडियो यन्त्र
+msgstr भिडियो यन्त्र नाम
 
 #: 

[vlc-commits] l10n: Japanese update

2014-06-10 Thread Fumio Nakayama
vlc | branch: master | Fumio Nakayama fumio@gmail.com | Tue Jun 10 
17:16:33 2014 -0400| [09ff082f5b17b08956768b66f7e712b2ae1d2ae2] | committer: 
Christoph Miebach

l10n: Japanese update

Signed-off-by: Christoph Miebach christoph.mieb...@web.de

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

 po/ja.po | 3258 +++---
 1 file changed, 1628 insertions(+), 1630 deletions(-)

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


[vlc-commits] l10n: Malayalam update

2014-06-10 Thread VideoLAN
vlc | branch: master | VideoLAN video...@videolan.org | Tue Jun 10 17:29:58 
2014 -0400| [e23f36a8b2e819b495ff3b13acad2cef352e2183] | committer: Christoph 
Miebach

l10n: Malayalam update

Signed-off-by: Christoph Miebach christoph.mieb...@web.de

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

 po/ml.po |   50 --
 1 file changed, 24 insertions(+), 26 deletions(-)

diff --git a/po/ml.po b/po/ml.po
index 9bdf046..6350733 100644
--- a/po/ml.po
+++ b/po/ml.po
@@ -10977,9 +10977,8 @@ msgid 
 msgstr 
 
 #: modules/codec/qsv.c:122
-#, fuzzy
 msgid Maximum Bitrate
-msgstr ബിറ്റ്‌ റേറ്റ്
+msgstr 
 
 #: modules/codec/qsv.c:123
 msgid 
@@ -27348,9 +27347,8 @@ msgid Default caching policy
 msgstr 
 
 #: modules/gui/qt4/ui/sprefs_interface.h:506
-#, fuzzy
 msgid Menus language:
-msgstr ഭാഷ
+msgstr 
 
 #: modules/gui/qt4/ui/sprefs_interface.h:507
 msgid Look and feel
@@ -28024,28 +28022,6 @@ msgstr വീഎല്‍സീ മീഡിയ പ്ലേയറിനെ ക
 msgid Streaming Output
 msgstr സ്റ്റ്രീം ഔട്ട്‌പുട്ട്‌
 
-#~ msgid Choose your preferred video output and configure it here.
-#~ msgstr നിങ്ങള്‍ക്കാവശ്യമായ ദ്രിശ്യ ഉല്‍പാദന രീതി ഇവിടെ തിരഞ്ഞെടുക്കുക
-
-#~ msgid These modules provide network functions to all other parts of VLC.
-#~ msgstr ഈ മോഡ്യൂളുകള്‍ വീ എല്‍ സീയുടെ എല്ലാ ഭാഗങ്ങള്‍ക്കും നെറ്റ്വര്‍ക്ക്‌ 
സൗകര്യം ലഭ്യം ആക്കുന്നു
-
-#~ msgid No suitable decoder module
-#~ msgstr അനുയോജ്യമായ ഡീകോഡര്‍ മോട്യുല്‍ ഇല്ല
-
-#~ msgid 
-#~ VLC does not support the audio or video format \%4.4s\. Unfortunately 
-#~ there is no way for you to fix this.
-#~ msgstr 
-#~ ഈ ദ്രിശ്യ/ശ്രവ്യ സംവിധാനത്തെ വി എല്‍ സീക്ക് അറിയില്ല \%4.4s\ . 
നിര്‍ഭാഗ്യവശാല്‍ ഈ 
-#~ പ്രശ്നം തീര്‍ക്കാന്‍ യാതൊരു വഴിയുമില്ല
-
-#~ msgid Under the Video
-#~ msgstr ദ്രിശ്യത്തിന്റെ താഴെ
-
-#~ msgid Help...
-#~ msgstr സഹായം
-
 #, fuzzy
 #~ msgid Add a subtitle file
 #~ msgstr സബ്‌ റ്റൈറ്റിലുകള്‍
@@ -28138,6 +28114,28 @@ msgstr സ്റ്റ്രീം ഔട്ട്‌പുട്ട്‌
 #~ msgid key
 #~ msgstr കീ
 
+#~ msgid Choose your preferred video output and configure it here.
+#~ msgstr നിങ്ങള്‍ക്കാവശ്യമായ ദ്രിശ്യ ഉല്‍പാദന രീതി ഇവിടെ തിരഞ്ഞെടുക്കുക
+
+#~ msgid These modules provide network functions to all other parts of VLC.
+#~ msgstr ഈ മോഡ്യൂളുകള്‍ വീ എല്‍ സീയുടെ എല്ലാ ഭാഗങ്ങള്‍ക്കും നെറ്റ്വര്‍ക്ക്‌ 
സൗകര്യം ലഭ്യം ആക്കുന്നു
+
+#~ msgid No suitable decoder module
+#~ msgstr അനുയോജ്യമായ ഡീകോഡര്‍ മോട്യുല്‍ ഇല്ല
+
+#~ msgid 
+#~ VLC does not support the audio or video format \%4.4s\. Unfortunately 
+#~ there is no way for you to fix this.
+#~ msgstr 
+#~ ഈ ദ്രിശ്യ/ശ്രവ്യ സംവിധാനത്തെ വി എല്‍ സീക്ക് അറിയില്ല \%4.4s\ . 
നിര്‍ഭാഗ്യവശാല്‍ ഈ 
+#~ പ്രശ്നം തീര്‍ക്കാന്‍ യാതൊരു വഴിയുമില്ല
+
+#~ msgid Under the Video
+#~ msgstr ദ്രിശ്യത്തിന്റെ താഴെ
+
+#~ msgid Help...
+#~ msgstr സഹായം
+
 #, fuzzy
 #~ msgid Subtitles/OSD
 #~ msgstr ഉപശീര്‍ഷകം/ ഓസ് ഡി

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


[vlc-commits] l10n: Kabyle update

2014-06-10 Thread VideoLAN
vlc | branch: master | VideoLAN video...@videolan.org | Tue Jun 10 17:17:35 
2014 -0400| [cbefad904fc5d722081e0f3715f8bab08622a6c7] | committer: Christoph 
Miebach

l10n: Kabyle update

Signed-off-by: Christoph Miebach christoph.mieb...@web.de

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

 po/kab.po |10878 +
 1 file changed, 5902 insertions(+), 4976 deletions(-)

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


[vlc-commits] l10n: Romanian update

2014-06-10 Thread VideoLAN
vlc | branch: master | VideoLAN video...@videolan.org | Tue Jun 10 17:54:40 
2014 -0400| [d5b69e27ebfa74c5727edf4b7bb6d3c390313f77] | committer: Christoph 
Miebach

l10n: Romanian update

Signed-off-by: Christoph Miebach christoph.mieb...@web.de

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

 po/ro.po | 2050 +++---
 1 file changed, 1021 insertions(+), 1029 deletions(-)

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


[vlc-commits] l10n: Lithuanian update

2014-06-10 Thread Mindaugas Baranauskas
vlc | branch: master | Mindaugas Baranauskas em...@super.lt | Tue Jun 10 
17:28:27 2014 -0400| [30f9e0226fd1669e214a56803bbd4c65d6711da6] | committer: 
Christoph Miebach

l10n: Lithuanian update

Signed-off-by: Christoph Miebach christoph.mieb...@web.de

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

 po/lt.po |  391 ++
 1 file changed, 192 insertions(+), 199 deletions(-)

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


[vlc-commits] l10n: Albanian update

2014-06-10 Thread VideoLAN
vlc | branch: master | VideoLAN video...@videolan.org | Tue Jun 10 18:01:43 
2014 -0400| [551daa9e4530e5e05a1da3c3724170b9141de64e] | committer: Christoph 
Miebach

l10n: Albanian update

Signed-off-by: Christoph Miebach christoph.mieb...@web.de

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

 po/sq.po |  105 +-
 1 file changed, 49 insertions(+), 56 deletions(-)

diff --git a/po/sq.po b/po/sq.po
index 286aa9c..8d169ed 100644
--- a/po/sq.po
+++ b/po/sq.po
@@ -1146,7 +1146,7 @@ msgstr 
 #: src/input/decoder.c:693
 #, fuzzy
 msgid Codec not supported
-msgstr Opcionet video
+msgstr Porti klientit
 
 #: src/input/decoder.c:694
 #, fuzzy, c-format
@@ -10991,9 +10991,8 @@ msgid PNG video encoder
 msgstr kodeks video
 
 #: modules/codec/qsv.c:56
-#, fuzzy
 msgid Enable software mode
-msgstr Aktivizo mënyrën letër-muri
+msgstr 
 
 #: modules/codec/qsv.c:57
 msgid 
@@ -11002,9 +11001,8 @@ msgid 
 msgstr 
 
 #: modules/codec/qsv.c:61
-#, fuzzy
 msgid Codec Profile
-msgstr Zgjidh Profil
+msgstr 
 
 #: modules/codec/qsv.c:63
 msgid 
@@ -11014,9 +11012,8 @@ msgid 
 msgstr 
 
 #: modules/codec/qsv.c:67
-#, fuzzy
 msgid Codec Level
-msgstr Kodek
+msgstr 
 
 #: modules/codec/qsv.c:69
 msgid 
@@ -11057,9 +11054,8 @@ msgid 
 msgstr 
 
 #: modules/codec/qsv.c:90
-#, fuzzy
 msgid IDR interval
-msgstr Ndërfaqja
+msgstr 
 
 #: modules/codec/qsv.c:92
 msgid 
@@ -11123,9 +9,8 @@ msgid 
 msgstr 
 
 #: modules/codec/qsv.c:122
-#, fuzzy
 msgid Maximum Bitrate
-msgstr Bitrate maksimale
+msgstr 
 
 #: modules/codec/qsv.c:123
 msgid 
@@ -11157,9 +11152,8 @@ msgid 
 msgstr 
 
 #: modules/codec/qsv.c:139
-#, fuzzy
 msgid Number of slices per frame
-msgstr Numrat e segmenteve
+msgstr 
 
 #: modules/codec/qsv.c:140
 msgid 
@@ -11944,12 +11938,12 @@ msgstr 
 #: modules/codec/substx3g.c:40
 #, fuzzy
 msgid tx3g subtitles decoder
-msgstr Teletekst titrash
+msgstr Titra kodeks 
 
 #: modules/codec/substx3g.c:41
 #, fuzzy
 msgid tx3g subtitles
-msgstr Titra 
+msgstr Teletekst titrash
 
 #: modules/codec/svcdsub.c:47
 msgid Philips OGT (SVCD subtitle) decoder
@@ -13812,7 +13806,7 @@ msgstr 
 #: modules/demux/caf.c:53
 #, fuzzy
 msgid CAF demuxer
-msgstr Krijim i tekstit
+msgstr Demuxers
 
 #: modules/demux/cdg.c:43
 msgid CDG demuxer
@@ -20684,7 +20678,7 @@ msgstr 
 #: modules/gui/qt4/menus.cpp:1636
 #, fuzzy
 msgid Save To Playlist
-msgstr Ruaj luajlistën tek Dokumenta...
+msgstr Shto tek luajlistën
 
 #: modules/gui/qt4/qt4.cpp:78
 msgid Show advanced preferences over simple ones
@@ -21809,7 +21803,7 @@ msgstr 
 #: modules/mux/ogg.c:50
 #, fuzzy
 msgid Index size ratio
-msgstr Proporcioni i aspektit në ekran
+msgstr Dokument indeksi
 
 #: modules/mux/ogg.c:52
 msgid Set index size ratio. Alters default (60min content) or estimated size.
@@ -24350,7 +24344,7 @@ msgstr Prodhim
 #: modules/video_filter/croppadd.c:79
 #, fuzzy
 msgid Video cropping filter
-msgstr Filtra audio
+msgstr Video X koordinate
 
 #: modules/video_filter/croppadd.c:96
 msgid Padd
@@ -27509,9 +27503,8 @@ msgid Default caching policy
 msgstr 
 
 #: modules/gui/qt4/ui/sprefs_interface.h:506
-#, fuzzy
 msgid Menus language:
-msgstr Gjuhë titra
+msgstr 
 
 #: modules/gui/qt4/ui/sprefs_interface.h:507
 msgid Look and feel
@@ -28195,41 +28188,6 @@ msgstr 
 msgid Streaming Output
 msgstr Shpërndarje nxjerrse
 
-#~ msgid Choose your preferred video output and configure it here.
-#~ msgstr 
-#~ Zgjidh preferencat tuaja të video dhe nxjerrni/konfiguroni atë këtu.
-
-#~ msgid These modules provide network functions to all other parts of VLC.
-#~ msgstr Këto modula sigurojnë funksione rrjeti tek të gjithë pjesët e VLC.
-
-#~ msgid 
-#~ These are general settings for video/audio/subtitle encoding modules.
-#~ msgstr 
-#~ Këto janë konfigurime të përgjithshme për video/audio/titra kodime moduli.
-
-#~ msgid Dialog providers can be configured here.
-#~ msgstr Ofruesit e dialogut mund të konfigurohen këtu.
-
-#~ msgid 
-#~ In this section you can force the behavior of the subtitle demuxer, for 
-#~ example by setting the subtitle type or file name.
-#~ msgstr 
-#~ Në këtë seksion ju mund të detyroni sjelljen e titrave demuxer, për 
-#~ shembull duke vendosur llojin titrave ose emrin e dokumentit.
-
-#~ msgid FFmpeg
-#~ msgstr FFmpeg
-
-#~ msgid FFmpeg access
-#~ msgstr FFmpeg akses
-
-#~ msgid Jump to time
-#~ msgstr Kërce tek koha
-
-#, fuzzy
-#~ msgid Add a subtitle file
-#~ msgstr Media Titra
-
 #, fuzzy
 #~ msgid General Input
 #~ msgstr Te pergjithshme
@@ -28565,6 +28523,41 @@ msgstr Shpërndarje nxjerrse
 #~ msgid left
 #~ msgstr Nentitujt / Titrat
 
+#~ msgid Choose your preferred video output and configure it here.
+#~ msgstr 
+#~ Zgjidh preferencat tuaja të video dhe nxjerrni/konfiguroni atë këtu.
+
+#~ msgid These modules provide network functions to all other parts of VLC.
+#~ msgstr Këto modula sigurojnë funksione rrjeti tek të gjithë pjesët e VLC.
+
+#~ msgid 

[vlc-commits] l10n: Turkish update

2014-06-10 Thread Kaya Zeren
vlc | branch: master | Kaya Zeren kayaze...@gmail.com | Tue Jun 10 18:12:22 
2014 -0400| [2cdb70cf801dc59e2454205c344cc2e327eae91c] | committer: Christoph 
Miebach

l10n: Turkish update

Signed-off-by: Christoph Miebach christoph.mieb...@web.de

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

 po/tr.po |  957 +++---
 1 file changed, 478 insertions(+), 479 deletions(-)

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


[vlc-commits] l10n: Tamil update

2014-06-10 Thread VideoLAN
vlc | branch: master | VideoLAN video...@videolan.org | Tue Jun 10 18:08:17 
2014 -0400| [ad58e721c1bf9ddfb929a72fe9a3b3920ff5d357] | committer: Christoph 
Miebach

l10n: Tamil update

Signed-off-by: Christoph Miebach christoph.mieb...@web.de

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

 po/ta.po |   77 +-
 1 file changed, 36 insertions(+), 41 deletions(-)

diff --git a/po/ta.po b/po/ta.po
index f446cf4..f274da4 100644
--- a/po/ta.po
+++ b/po/ta.po
@@ -1100,7 +1100,7 @@ msgstr 
 #: src/input/decoder.c:693
 #, fuzzy
 msgid Codec not supported
-msgstr ஒலித வெளிப்போத்து மாடுல்
+msgstr நுகர்வி வாசல்
 
 #: src/input/decoder.c:694
 #, fuzzy, c-format
@@ -10852,12 +10852,11 @@ msgstr 
 #: modules/codec/png.c:100
 #, fuzzy
 msgid PNG video encoder
-msgstr ஒலித சாதனம்
+msgstr நிகழ்பட கோடக்கள்
 
 #: modules/codec/qsv.c:56
-#, fuzzy
 msgid Enable software mode
-msgstr செயல்பட வை சுவர் தாள்
+msgstr 
 
 #: modules/codec/qsv.c:57
 msgid 
@@ -10866,9 +10865,8 @@ msgid 
 msgstr 
 
 #: modules/codec/qsv.c:61
-#, fuzzy
 msgid Codec Profile
-msgstr சிறு வாழ்க்கைக் குறிப்பு
+msgstr 
 
 #: modules/codec/qsv.c:63
 msgid 
@@ -10878,9 +10876,8 @@ msgid 
 msgstr 
 
 #: modules/codec/qsv.c:67
-#, fuzzy
 msgid Codec Level
-msgstr கோடக் தகவல்
+msgstr 
 
 #: modules/codec/qsv.c:69
 msgid 
@@ -10921,9 +10918,8 @@ msgid 
 msgstr 
 
 #: modules/codec/qsv.c:90
-#, fuzzy
 msgid IDR interval
-msgstr QT முகப்பு
+msgstr 
 
 #: modules/codec/qsv.c:92
 msgid 
@@ -20915,7 +20911,7 @@ msgstr YUV வெளிப்போத்து
 #: modules/hw/vdpau/sharpen.c:141
 #, fuzzy
 msgid VDPAU sharpen video filter
-msgstr நகலி நிகழ்பட சல்லடை
+msgstr நீலதிரை நிகழ்பட சல்லடை
 
 #: modules/lua/libs/httpd.c:75
 msgid 
@@ -27373,9 +27369,8 @@ msgid Default caching policy
 msgstr 
 
 #: modules/gui/qt4/ui/sprefs_interface.h:506
-#, fuzzy
 msgid Menus language:
-msgstr ஒலிதம் மொழி
+msgstr 
 
 #: modules/gui/qt4/ui/sprefs_interface.h:507
 msgid Look and feel
@@ -27892,7 +27887,7 @@ msgstr 
 #: modules/control/win_msg.c:193
 #, fuzzy
 msgid Windows messages interface
-msgstr QT முகப்பு
+msgstr முக்கியவிசைகள் கட்டுப்பாடு முகப்பு
 
 #: modules/gui/macosx/DebugMessageVisualizer.m:93
 msgid Save this Log...
@@ -28057,33 +28052,6 @@ msgstr VLC ஊடகஇயக்கி உதவி
 msgid Streaming Output
 msgstr ஓடை வெளிப்போத்து
 
-#~ msgid Choose your preferred video output and configure it here.
-#~ msgstr 
-#~ உங்களுக்கு‍ விருப்பமான தேர்வுகள் மற்றும் காணொளிகளின் வெளியீடுகளை இங்கே 
கட்டமைக்க.
-
-#~ msgid Manual download only
-#~ msgstr கையால் பதிவிறக்கம் மட்டும்
-
-#~ msgid Jump to time
-#~ msgstr நேரம் க்கு தாவு
-
-#~ msgid Don't Send
-#~ msgstr அனுப்பாதே
-
-#~ msgid Output module
-#~ msgstr வெளிப்போத்து மாடுல்
-
-#, fuzzy
-#~ msgid Automatically retrieve media infos
-#~ msgstr தானாக புதுப்பிக்க சோதனை
-
-#~ msgid Help...
-#~ msgstr உதவி...
-
-#, fuzzy
-#~ msgid Add a subtitle file
-#~ msgstr துணை உரை கோப்புகளை உபயோகி
-
 #~ msgid Modules search path
 #~ msgstr மாடுல்கள் தேடல் வழி
 
@@ -28314,6 +28282,33 @@ msgstr ஓடை வெளிப்போத்து
 #~ msgid OSSO
 #~ msgstr OSSO
 
+#~ msgid Choose your preferred video output and configure it here.
+#~ msgstr 
+#~ உங்களுக்கு‍ விருப்பமான தேர்வுகள் மற்றும் காணொளிகளின் வெளியீடுகளை இங்கே 
கட்டமைக்க.
+
+#~ msgid Manual download only
+#~ msgstr கையால் பதிவிறக்கம் மட்டும்
+
+#~ msgid Jump to time
+#~ msgstr நேரம் க்கு தாவு
+
+#~ msgid Don't Send
+#~ msgstr அனுப்பாதே
+
+#~ msgid Output module
+#~ msgstr வெளிப்போத்து மாடுல்
+
+#, fuzzy
+#~ msgid Automatically retrieve media infos
+#~ msgstr தானாக புதுப்பிக்க சோதனை
+
+#~ msgid Help...
+#~ msgstr உதவி...
+
+#, fuzzy
+#~ msgid Add a subtitle file
+#~ msgstr துணை உரை கோப்புகளை உபயோகி
+
 #, fuzzy
 #~ msgid Subtitles/OSD
 #~ msgstr துணைத் தலைப்புகள் / திரையில் தோன்றும் காட்சி

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


[vlc-commits] l10n: Bulgarian update

2014-06-10 Thread VideoLAN
vlc | branch: master | VideoLAN video...@videolan.org | Tue Jun 10 16:21:23 
2014 -0400| [dbfd8a17ed33531dd29ea784bc4b96b5d7e73d32] | committer: Christoph 
Miebach

l10n: Bulgarian update

Signed-off-by: Christoph Miebach christoph.mieb...@web.de

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

 po/bg.po | 1084 +++---
 1 file changed, 535 insertions(+), 549 deletions(-)

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


[vlc-commits] l10n: Serbian update

2014-06-10 Thread Đorđe Vasiljević
vlc | branch: master | Đorđe Vasiljević theranchcow...@gmail.com | Tue Jun 10 
18:05:19 2014 -0400| [2c5444a5fe7e5e180633e71198510d56a9471eed] | committer: 
Christoph Miebach

l10n: Serbian update

Signed-off-by: Christoph Miebach christoph.mieb...@web.de

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

 po/sr.po |  248 ++
 1 file changed, 120 insertions(+), 128 deletions(-)

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


[vlc-commits] l10n: Swedish update

2014-06-10 Thread VideoLAN
vlc | branch: master | VideoLAN video...@videolan.org | Tue Jun 10 18:07:32 
2014 -0400| [de3d6e40561f0ceb4e0d59f10d38a6ccad9fbae5] | committer: Christoph 
Miebach

l10n: Swedish update

Signed-off-by: Christoph Miebach christoph.mieb...@web.de

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

 po/sv.po |  586 +++---
 1 file changed, 291 insertions(+), 295 deletions(-)

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


[vlc-commits] l10n: Brazilian Portuguese update

2014-06-10 Thread VideoLAN
vlc | branch: master | VideoLAN video...@videolan.org | Tue Jun 10 17:50:14 
2014 -0400| [0457b7682e837efc6cae2a06fc398e856f37705d] | committer: Christoph 
Miebach

l10n: Brazilian Portuguese update

Signed-off-by: Christoph Miebach christoph.mieb...@web.de

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

 po/pt_BR.po | 2108 +--
 1 file changed, 1048 insertions(+), 1060 deletions(-)

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


[vlc-commits] l10n: Slovak update

2014-06-10 Thread Marián Hikaník
vlc | branch: master | Marián Hikaník mhika...@users.sourceforge.net | Tue 
Jun 10 17:57:48 2014 -0400| [d7f0a599351b541a756177d0f9f8c1cde6befae8] | 
committer: Christoph Miebach

l10n: Slovak update

Signed-off-by: Christoph Miebach christoph.mieb...@web.de

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

 po/sk.po | 3384 +++---
 1 file changed, 1691 insertions(+), 1693 deletions(-)

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


[vlc-commits] l10n: Oriya update

2014-06-10 Thread VideoLAN
vlc | branch: master | VideoLAN video...@videolan.org | Tue Jun 10 17:43:00 
2014 -0400| [97c616d004f74b67f71068eac283d67094ae4bc6] | committer: Christoph 
Miebach

l10n: Oriya update

Signed-off-by: Christoph Miebach christoph.mieb...@web.de

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

 po/or.po |   23 ++-
 1 file changed, 10 insertions(+), 13 deletions(-)

diff --git a/po/or.po b/po/or.po
index c27c406..6478751 100644
--- a/po/or.po
+++ b/po/or.po
@@ -3,7 +3,6 @@
 # This file is distributed under the same license as the VLC package.
 #
 # Translators:
-# Prasannajit Acharya holmessherloc...@gmail.com, 2013
 msgid 
 msgstr 
 Project-Id-Version: VLC - Trans\n
@@ -13,7 +12,7 @@ msgstr 
 Last-Translator: Yaron Shahrabani sh.ya...@gmail.com\n
 Language-Team: Oriya (India) (http://www.transifex.com/projects/p/vlc-trans/;
 language/or_IN/)\n
-Language: or\n
+Language: or_IN\n
 MIME-Version: 1.0\n
 Content-Type: text/plain; charset=UTF-8\n
 Content-Transfer-Encoding: 8bit\n
@@ -10854,9 +10853,8 @@ msgid 
 msgstr 
 
 #: modules/codec/qsv.c:61
-#, fuzzy
 msgid Codec Profile
-msgstr କୋଡେକ୍
+msgstr 
 
 #: modules/codec/qsv.c:63
 msgid 
@@ -10866,9 +10864,8 @@ msgid 
 msgstr 
 
 #: modules/codec/qsv.c:67
-#, fuzzy
 msgid Codec Level
-msgstr କୋଡେକ୍
+msgstr 
 
 #: modules/codec/qsv.c:69
 msgid 
@@ -16217,7 +16214,7 @@ msgstr 
 #: modules/gui/macosx/MainMenu.m:81
 #, fuzzy
 msgid File Size
-msgstr ଫାଇଲ ନାମ
+msgstr ଆକାର
 
 #: modules/gui/macosx/MainMenu.m:316
 msgid Check for Update...
@@ -28007,6 +28004,12 @@ msgstr VLC ମିଡିଆ ପ୍ଲେୟାର ସାହାଯ୍ୟ
 msgid Streaming Output
 msgstr ଷ୍ଟ୍ରିମ୍ ଆଉଟପୁଟ୍
 
+#~ msgid There is no help available for these modules.
+#~ msgstr ଏହି ମଡ୍ୟୁଲ୍‌ଗୁଡିକ ପାଇଁ କୌଣସି ସାହାଯ୍ୟ ଉପଲବ୍ଧ ନାହିଁ|
+
+#~ msgid Sort
+#~ msgstr ସର୍ଟ କରନ୍ତୁ
+
 #~ msgid Choose your preferred video output and configure it here.
 #~ msgstr ଏଠାରେ ଆପଣଙ୍କର ପସନ୍ଦିତ ଭିଡ଼ିଓ ଆଉଟପୁଟ୍ ମନୋନୟନ କରନ୍ତୁ ଏବଂ ବିନ୍ୟାସ 
କରନ୍ତୁ|
 
@@ -28016,12 +28019,6 @@ msgstr ଷ୍ଟ୍ରିମ୍ ଆଉଟପୁଟ୍
 #~ msgid Help...
 #~ msgstr ସାହାଯ୍ୟ...
 
-#~ msgid There is no help available for these modules.
-#~ msgstr ଏହି ମଡ୍ୟୁଲ୍‌ଗୁଡିକ ପାଇଁ କୌଣସି ସାହାଯ୍ୟ ଉପଲବ୍ଧ ନାହିଁ|
-
-#~ msgid Sort
-#~ msgstr ସର୍ଟ କରନ୍ତୁ
-
 #, fuzzy
 #~ msgid General Input
 #~ msgstr ସାଧାରଣ

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


[vlc-commits] l10n: Occitan update

2014-06-10 Thread VideoLAN
vlc | branch: master | VideoLAN video...@videolan.org | Tue Jun 10 17:41:46 
2014 -0400| [4f432e6fac0e6435d99794c4d3dd45f43988bfb8] | committer: Christoph 
Miebach

l10n: Occitan update

Signed-off-by: Christoph Miebach christoph.mieb...@web.de

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

 po/oc.po |  201 ++
 1 file changed, 96 insertions(+), 105 deletions(-)

diff --git a/po/oc.po b/po/oc.po
index bd4147a..36ce2f8 100644
--- a/po/oc.po
+++ b/po/oc.po
@@ -1165,12 +1165,12 @@ msgstr 
 #: src/input/decoder.c:693
 #, fuzzy
 msgid Codec not supported
-msgstr Modul de sortida vidèo
+msgstr Pòrt del client
 
 #: src/input/decoder.c:694
 #, fuzzy, c-format
 msgid VLC could not decode the format \%4.4s\ (%s)
-msgstr DVDRead pòt pas dobrir lo disc \%s\.
+msgstr VLC pòt pas se connectar a \%s:%d\.
 
 #: src/input/decoder.c:698
 #, fuzzy
@@ -6611,7 +6611,7 @@ msgstr 
 #: modules/access/file.c:178 modules/access/vdr.c:535
 #, fuzzy, c-format
 msgid VLC could not open the file \%s\ (%s).
-msgstr DVDRead pòt pas dobrir lo disc \%s\.
+msgstr VLC pòt pas legir aqueste fichièr.
 
 #: modules/access/file.c:305 modules/access/vdr.c:369
 #, fuzzy, c-format
@@ -7237,7 +7237,7 @@ msgstr VLC pòt pas legir aqueste fichièr.
 #: modules/access/mtp.c:287
 #, fuzzy, c-format
 msgid VLC could not open the file \%s\: %s
-msgstr DVDRead pòt pas dobrir lo disc \%s\.
+msgstr VLC pòt pas legir aqueste fichièr.
 
 #: modules/access/oss.c:66
 msgid Capture the audio stream in stereo.
@@ -11095,9 +11095,8 @@ msgid PNG video encoder
 msgstr Descodador vidèo CDG
 
 #: modules/codec/qsv.c:56
-#, fuzzy
 msgid Enable software mode
-msgstr Activar mòde fons de pagina
+msgstr 
 
 #: modules/codec/qsv.c:57
 msgid 
@@ -11106,9 +11105,8 @@ msgid 
 msgstr 
 
 #: modules/codec/qsv.c:61
-#, fuzzy
 msgid Codec Profile
-msgstr Forçar perfil
+msgstr 
 
 #: modules/codec/qsv.c:63
 msgid 
@@ -8,9 +6,8 @@ msgid 
 msgstr 
 
 #: modules/codec/qsv.c:67
-#, fuzzy
 msgid Codec Level
-msgstr Detalhs del codec
+msgstr 
 
 #: modules/codec/qsv.c:69
 msgid 
@@ -11141,9 +11138,8 @@ msgid 
 msgstr 
 
 #: modules/codec/qsv.c:79
-#, fuzzy
 msgid Group of Picture Reference Distance
-msgstr Nom de l'instància actuala
+msgstr 
 
 #: modules/codec/qsv.c:81
 msgid 
@@ -11162,9 +11158,8 @@ msgid 
 msgstr 
 
 #: modules/codec/qsv.c:90
-#, fuzzy
 msgid IDR interval
-msgstr Interval d'interrogacion de VNC
+msgstr 
 
 #: modules/codec/qsv.c:92
 msgid 
@@ -11228,9 +11223,8 @@ msgid 
 msgstr 
 
 #: modules/codec/qsv.c:122
-#, fuzzy
 msgid Maximum Bitrate
-msgstr Taus de bits maximal
+msgstr 
 
 #: modules/codec/qsv.c:123
 msgid 
@@ -11262,9 +11256,8 @@ msgid 
 msgstr 
 
 #: modules/codec/qsv.c:139
-#, fuzzy
 msgid Number of slices per frame
-msgstr Nombre de canals àudio
+msgstr 
 
 #: modules/codec/qsv.c:140
 msgid 
@@ -11278,9 +11271,8 @@ msgid Number of reference frames
 msgstr 
 
 #: modules/codec/qsv.c:148
-#, fuzzy
 msgid Number of parallel operations
-msgstr Nombre de canals àudio
+msgstr 
 
 #: modules/codec/qsv.c:149
 msgid 
@@ -12055,7 +12047,7 @@ msgstr Descodador de sostítols DVB
 #: modules/codec/substx3g.c:41
 #, fuzzy
 msgid tx3g subtitles
-msgstr Sostítols DVB
+msgstr Sostítols teletèxt
 
 #: modules/codec/svcdsub.c:47
 msgid Philips OGT (SVCD subtitle) decoder
@@ -21167,7 +21159,7 @@ msgstr Qualitat d'encodatge
 #: modules/hw/vdpau/chroma.c:843
 #, fuzzy
 msgid High quality scaling level
-msgstr Nauta qualitat per la sortida audio
+msgstr Nivèl de qualitat
 
 #: modules/hw/vdpau/deinterlace.c:131
 msgid VDPAU deinterlacing filter
@@ -27650,9 +27642,8 @@ msgid Default caching policy
 msgstr 
 
 #: modules/gui/qt4/ui/sprefs_interface.h:506
-#, fuzzy
 msgid Menus language:
-msgstr Lenga per l'audio
+msgstr 
 
 #: modules/gui/qt4/ui/sprefs_interface.h:507
 msgid Look and feel
@@ -28054,7 +28045,7 @@ msgstr Modul de sortida d'àudio
 #: modules/access/avcapture.m:288 modules/access/avcapture.m:317
 #, fuzzy
 msgid No video devices found
-msgstr Periferic vidèo
+msgstr Nom del periferic vidèo
 
 #: modules/access/avcapture.m:289
 msgid 
@@ -28283,7 +28274,7 @@ msgstr 
 #: modules/stream_out/chromaprint.c:58
 #, fuzzy
 msgid Default: 90sec
-msgstr Defaut
+msgstr Flux per defaut
 
 #: modules/stream_out/chromaprint.c:61
 #, fuzzy
@@ -28341,85 +28332,6 @@ msgstr Ajuda de VLC
 msgid Streaming Output
 msgstr Flux de sortida
 
-#~ msgid Choose your preferred video output and configure it here.
-#~ msgstr Causir la vòstra sortida vidèo preferida e la configurar aquí.
-
-#~ msgid These modules provide network functions to all other parts of VLC.
-#~ msgstr Aquestes moduls fornisson los foncions del ret.
-
-#~ msgid Dialog providers can be configured here.
-#~ msgstr Los fornidors de dialòg pòdon èsser cambiats aicí.
-
-#~ msgid No suitable decoder module
-#~ msgstr Cap de moduls apropriats
-
-#~ msgid 
-#~ VLC does not support the audio or video format 

[vlc-commits] l10n: Thai update

2014-06-10 Thread Thanakrit Chomphuming
vlc | branch: master | Thanakrit Chomphuming jerng...@gmail.com | Tue Jun 10 
18:10:57 2014 -0400| [a8501c8a8b0a74d1f995e24b57b186ce926c410f] | committer: 
Christoph Miebach

l10n: Thai update

Signed-off-by: Christoph Miebach christoph.mieb...@web.de

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

 po/th.po |  231 +++---
 1 file changed, 114 insertions(+), 117 deletions(-)

diff --git a/po/th.po b/po/th.po
index 652ee4d..88eb16b 100644
--- a/po/th.po
+++ b/po/th.po
@@ -1197,7 +1197,7 @@ msgstr แฟ้มปลายทาง:
 #: src/input/decoder.c:693
 #, fuzzy
 msgid Codec not supported
-msgstr มอดูลแสดงวีดิทัศน์
+msgstr ไคลเอนต์พอร์ต
 
 #: src/input/decoder.c:694
 #, fuzzy, c-format
@@ -11092,9 +11092,8 @@ msgid 
 msgstr 
 
 #: modules/codec/qsv.c:105
-#, fuzzy
 msgid Quantization parameter
-msgstr พารามิเตอร์การลงรหัส
+msgstr 
 
 #: modules/codec/qsv.c:106
 msgid 
@@ -11167,9 +11166,8 @@ msgid 
 msgstr 
 
 #: modules/codec/qsv.c:139
-#, fuzzy
 msgid Number of slices per frame
-msgstr จำนวนชิ้นส่วน
+msgstr 
 
 #: modules/codec/qsv.c:140
 msgid 
@@ -11183,9 +11181,8 @@ msgid Number of reference frames
 msgstr 
 
 #: modules/codec/qsv.c:148
-#, fuzzy
 msgid Number of parallel operations
-msgstr จำนวนของโคลน
+msgstr 
 
 #: modules/codec/qsv.c:149
 msgid 
@@ -11955,7 +11952,7 @@ msgstr ตัวอ่านรหัสบทบรรยาย USF
 #: modules/codec/substx3g.c:40
 #, fuzzy
 msgid tx3g subtitles decoder
-msgstr ตัวอ่านรหัสบทบรรยายข้อความ
+msgstr ตัวอ่านรหัสบทบรรยาย DVB
 
 #: modules/codec/substx3g.c:41
 #, fuzzy
@@ -21908,7 +21905,7 @@ msgstr 
 #: modules/mux/ogg.c:50
 #, fuzzy
 msgid Index size ratio
-msgstr คงค่าอัตราส่วนภาพ
+msgstr แฟ้มดัชนี
 
 #: modules/mux/ogg.c:52
 msgid Set index size ratio. Alters default (60min content) or estimated size.
@@ -28015,7 +28012,7 @@ msgstr ส่วนรับภาพถ่ายวีดิทัศน์
 #: modules/access/avcapture.m:56
 #, fuzzy
 msgid AVFoundation video capture module.
-msgstr VLC ไม่สามารถเปิดมอดูลตัวอ่านรหัสได้
+msgstr มอดูลส่งเสียง
 
 #: modules/access/avcapture.m:288 modules/access/avcapture.m:317
 #, fuzzy
@@ -28138,7 +28135,7 @@ msgstr 
 #: modules/control/win_msg.c:193
 #, fuzzy
 msgid Windows messages interface
-msgstr ส่วนติดต่อแบบ Qt
+msgstr ส่วนติดต่อ Ncurses
 
 #: modules/gui/macosx/DebugMessageVisualizer.m:93
 msgid Save this Log...
@@ -28308,112 +28305,6 @@ msgstr โปรแกรมเล่นสื่อ VLC - ส่วนติ
 msgid Streaming Output
 msgstr ส่วนส่งกระแส
 
-#~ msgid Choose your preferred video output and configure it here.
-#~ msgstr เลือกส่วนแสดงผลวีดิทัศน์ และตั้งค่ามันได้ที่นี่
-
-#~ msgid No suitable decoder module
-#~ msgstr ไม่มีมอดูลตัวอ่านรหัสที่เหมาะสม
-
-#~ msgid 
-#~ VLC does not support the audio or video format \%4.4s\. Unfortunately 
-#~ there is no way for you to fix this.
-#~ msgstr 
-#~ VLC ไม่รองรับแฟ้มเสียงหรือวีดิทัศน์แบบ \%4.4s\ 
แล้วคุณก็แก้ไขมันไม่ได้ด้วย 
-#~ ขอแสดงความเสียใจด้วย
-
-#~ msgid 
-#~ Additional path for VLC to look for its modules. You can add several 
-#~ paths by concatenating them using \ PATH_SEP \ as separator
-#~ msgstr 
-#~ พาธสำหรับตรวจหามอดูลต่างๆ ของ VLC คุณสามารถเพิ่มได้หลายตัวโดยใช้ \ 
PATH_SEP \ 
-#~ เป็นตัวแยก
-
-#~ msgid Album art policy
-#~ msgstr ข้อตกลงเกี่ยวกับหน้าปกอัลบัม
-
-#~ msgid Choose how album art will be downloaded.
-#~ msgstr เลือกการดาวน์โหลดหน้าปกอัลบัม
-
-#~ msgid Manual download only
-#~ msgstr ดาวน์โหลดด้วยตนเองเท่านั้น
-
-#~ msgid When track starts playing
-#~ msgstr เมื่อเริ่มการเล่นร่องข้อมูล
-
-#~ msgid As soon as track is added
-#~ msgstr ทันทีที่ร่องข้อมูลถูกเพิ่ม
-
-#~ msgid Load Media Library
-#~ msgstr เรียกจากคลังสื่อ
-
-#~ msgid FFmpeg
-#~ msgstr FFmpeg
-
-#~ msgid FFmpeg access
-#~ msgstr การเข้าใช้ FFmpeg
-
-#~ msgid VLC could not open the file \%s\. (%m)
-#~ msgstr VLC ไม่สามารถเปิดแฟ้ม \%s\  (%m)
-
-#~ msgid Audio filter for stereo to mono conversion
-#~ msgstr ตัวผันค่าเสียงสำหรับการแปลงจากสเตริโอเป็นโมโน
-
-#~ msgid | menu . . [on|off|up|down|left|right|select] use menu
-#~ msgstr | menu . . [on|off|up|down|left|right|select] ใช้เมนู
-
-#~ msgid Jump to time
-#~ msgstr ช่วงจำเพาะ
-
-#~ msgid Open CrashLog...
-#~ msgstr เปิดปูมความเสียหาย...
-
-#~ msgid Don't Send
-#~ msgstr ไม่ต้องส่ง
-
-#~ msgid Don't ask again
-#~ msgstr ไม่ต้องถามอีก
-
-#~ msgid No CrashLog found
-#~ msgstr ไม่พบปูมความเสียหาย
-
-#~ msgid Pause iTunes during VLC playback
-#~ msgstr พัก iTunes ระหว่างที่เล่น VLC
-
-#~ msgid Open BDMV folder
-#~ msgstr เปิดโฟลเดอร์ BDMV
-
-#~ msgid Album art download policy
-#~ msgstr ข้อกำหนดการดาวน์โหลดภาพปก
-
-#~ msgid Output module
-#~ msgstr มอดูลแสดงผล
-
-#~ msgid Graphic Equalizer
-#~ msgstr สมดุลเสียง
-
-#, fuzzy
-#~ msgid Automatically retrieve media infos
-#~ msgstr รับข้อมูลสื่อโดยอัตโนมัติ
-
-#~ msgid Get more extensions from
-#~ msgstr รับส่วนขยายต่างๆ เพิ่มจาก
-
-#~ msgid Under the Video
-#~ msgstr อยู่ใต้วีดิทัศน์
-
-#~ msgid Help...
-#~ msgstr วิธีใช้...
-
-#, fuzzy
-#~ msgid Add a subtitle file
-#~ msgstr 

[vlc-commits] l10n: Italian update

2014-06-10 Thread VideoLAN
vlc | branch: master | VideoLAN video...@videolan.org | Tue Jun 10 17:15:45 
2014 -0400| [d3ac0fea3a33e86da9927ee01f5fe268f4ab461f] | committer: Christoph 
Miebach

l10n: Italian update

Signed-off-by: Christoph Miebach christoph.mieb...@web.de

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

 po/it.po |  770 +++---
 1 file changed, 380 insertions(+), 390 deletions(-)

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


[vlc-commits] l10n: Vietnamese update

2014-06-10 Thread VideoLAN
vlc | branch: master | VideoLAN video...@videolan.org | Tue Jun 10 18:15:16 
2014 -0400| [d854f075d8f05a706d481f1f502b8514549edc88] | committer: Christoph 
Miebach

l10n: Vietnamese update

Signed-off-by: Christoph Miebach christoph.mieb...@web.de

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

 po/vi.po | 1881 +++---
 1 file changed, 935 insertions(+), 946 deletions(-)

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


[vlc-commits] l10n: Indonesian update

2014-06-10 Thread Luqman Hakim
vlc | branch: master | Luqman Hakim o...@rocketmail.com | Tue Jun 10 17:13:24 
2014 -0400| [c31a5d17cdf69365e1828f05572025e449c87e2b] | committer: Christoph 
Miebach

l10n: Indonesian update

Signed-off-by: Christoph Miebach christoph.mieb...@web.de

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

 po/id.po | 1811 +++---
 1 file changed, 899 insertions(+), 912 deletions(-)

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


[vlc-commits] l10n: Polish update

2014-06-10 Thread Michał Trzebiatowski
vlc | branch: master | Michał Trzebiatowski hippie_1...@hotmail.com | Tue Jun 
10 17:47:37 2014 -0400| [8000f4a90ffd4bd925f4a5e7f158e3e4dd61a14b] | committer: 
Christoph Miebach

l10n: Polish update

Signed-off-by: Christoph Miebach christoph.mieb...@web.de

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

 po/pl.po |  798 +++---
 1 file changed, 398 insertions(+), 400 deletions(-)

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


[vlc-commits] l10n: Walloon update

2014-06-10 Thread VideoLAN
vlc | branch: master | VideoLAN video...@videolan.org | Tue Jun 10 18:16:30 
2014 -0400| [1fa0d156693926744be60c8ca97497e0dc7ae44a] | committer: Christoph 
Miebach

l10n: Walloon update

Signed-off-by: Christoph Miebach christoph.mieb...@web.de

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

 po/wa.po |  401 ++
 1 file changed, 196 insertions(+), 205 deletions(-)

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


[vlc-commits] l10n: Kapampangan update

2014-06-10 Thread VideoLAN
vlc | branch: master | VideoLAN video...@videolan.org | Tue Jun 10 17:43:34 
2014 -0400| [42ac0c1b716f5f0609de98317869424a493a4b9b] | committer: Christoph 
Miebach

l10n: Kapampangan update

Signed-off-by: Christoph Miebach christoph.mieb...@web.de

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

 po/pam.po |11138 +
 1 file changed, 6032 insertions(+), 5106 deletions(-)

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


[vlc-commits] l10n: Telugu update

2014-06-10 Thread VideoLAN
vlc | branch: master | VideoLAN video...@videolan.org | Tue Jun 10 18:09:12 
2014 -0400| [bdb45bb83288467cae0dbb38a693035e42cba25f] | committer: Christoph 
Miebach

l10n: Telugu update

Signed-off-by: Christoph Miebach christoph.mieb...@web.de

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

 po/te.po |  169 ++
 1 file changed, 81 insertions(+), 88 deletions(-)

diff --git a/po/te.po b/po/te.po
index aef310b..19526f4 100644
--- a/po/te.po
+++ b/po/te.po
@@ -363,7 +363,7 @@ msgstr అధునాతన అమరికలు
 #: include/vlc_input.h:568
 #, fuzzy
 msgid Subtitle track added
-msgstr ఉపశీర్షికల ట్రాక్
+msgstr ఉపశీర్షిక ట్రాక్: %s
 
 #: include/vlc_interface.h:140
 msgid 
@@ -10882,9 +10882,8 @@ msgid PNG video encoder
 msgstr వీడియో ఎన్కోడర్
 
 #: modules/codec/qsv.c:56
-#, fuzzy
 msgid Enable software mode
-msgstr వీడియోని చేతనపరుచు
+msgstr 
 
 #: modules/codec/qsv.c:57
 msgid 
@@ -10893,9 +10892,8 @@ msgid 
 msgstr 
 
 #: modules/codec/qsv.c:61
-#, fuzzy
 msgid Codec Profile
-msgstr ప్రవర
+msgstr 
 
 #: modules/codec/qsv.c:63
 msgid 
@@ -10905,9 +10903,8 @@ msgid 
 msgstr 
 
 #: modules/codec/qsv.c:67
-#, fuzzy
 msgid Codec Level
-msgstr కొడెక్ పేరు
+msgstr 
 
 #: modules/codec/qsv.c:69
 msgid 
@@ -10948,9 +10945,8 @@ msgid 
 msgstr 
 
 #: modules/codec/qsv.c:90
-#, fuzzy
 msgid IDR interval
-msgstr విజాలీకరణ
+msgstr 
 
 #: modules/codec/qsv.c:92
 msgid 
@@ -11014,9 +11010,8 @@ msgid 
 msgstr 
 
 #: modules/codec/qsv.c:122
-#, fuzzy
 msgid Maximum Bitrate
-msgstr గరిష్ట బిట్‌రేటు
+msgstr 
 
 #: modules/codec/qsv.c:123
 msgid 
@@ -11048,9 +11043,8 @@ msgid 
 msgstr 
 
 #: modules/codec/qsv.c:139
-#, fuzzy
 msgid Number of slices per frame
-msgstr భాగముల సంఖ్య
+msgstr 
 
 #: modules/codec/qsv.c:140
 msgid 
@@ -11064,9 +11058,8 @@ msgid Number of reference frames
 msgstr 
 
 #: modules/codec/qsv.c:148
-#, fuzzy
 msgid Number of parallel operations
-msgstr నిలువువరుసల సంఖ్య
+msgstr 
 
 #: modules/codec/qsv.c:149
 msgid 
@@ -21713,7 +21706,7 @@ msgstr 
 #: modules/mux/ogg.c:50
 #, fuzzy
 msgid Index size ratio
-msgstr రూప నిష్పత్తిని ఉంచు
+msgstr విషయసూచిక దస్త్రం
 
 #: modules/mux/ogg.c:52
 msgid Set index size ratio. Alters default (60min content) or estimated size.
@@ -28102,78 +28095,6 @@ msgid Streaming Output
 msgstr ప్రవాహం అవుట్‌పుట్
 
 #~ msgid 
-#~ VLC does not support the audio or video format \%4.4s\. Unfortunately 
-#~ there is no way for you to fix this.
-#~ msgstr 
-#~ \%4.4s\ ఆడియో లేదా వీడియో ఆకృతికి VLC మద్ధతు లేదు. దురదృష్టశావత్తు 
దీనిని పరిష్కరించుటకు 
-#~ మీకు వేరే మార్గం లేదు.
-
-#~ msgid Album art policy
-#~ msgstr ఆల్బమ్ కళ పాలసీ
-
-#~ msgid Manual download only
-#~ msgstr మానవీయంగా దింపుట మాత్రమే
-
-#~ msgid Load Media Library
-#~ msgstr మాధ్యమ లైబ్రరీని నింపు
-
-#~ msgid FFmpeg
-#~ msgstr FFmpeg
-
-#~ msgid FFmpeg access
-#~ msgstr FFmpeg వాడుక
-
-#~ msgid Jump to time
-#~ msgstr సమయానికి గెంతు
-
-#~ msgid Open CrashLog...
-#~ msgstr విరిగినచిట్టాను తెరువు...
-
-#~ msgid Don't Send
-#~ msgstr పంపవద్దు
-
-#~ msgid VLC crashed previously
-#~ msgstr వియల్సీ ఇంతకుముందు విరిగినది
-
-#~ msgid Don't ask again
-#~ msgstr మళ్ళీ అడుగవద్దు
-
-#~ msgid No CrashLog found
-#~ msgstr ఎటువంటి విరిగినచిట్టా కనపడలేదు
-
-#~ msgid Output module
-#~ msgstr అవుట్‌పుట్ పర్వికం
-
-#~ msgid Graphic Equalizer
-#~ msgstr గ్రాఫిక్ ఈక్వలైజర్
-
-#, fuzzy
-#~ msgid Automatically retrieve media infos
-#~ msgstr వీడియో ఫలాన్ని స్వయంచాలకంగా అమర్చు
-
-#~ msgid Get more extensions from
-#~ msgstr ఇక్కడి నుండి మరిన్ని పొడిగింతలను పొందండి
-
-#~ msgid Under the Video
-#~ msgstr దృశ్యకం క్రింద
-
-#~ msgid Help...
-#~ msgstr సహాయం...(H)
-
-#~ msgid Alarm
-#~ msgstr అలారం
-
-#, fuzzy
-#~ msgid Add a subtitle file
-#~ msgstr ఉపశీర్షిక దస్త్రాన్ని వాడు
-
-#~ msgid Album art download policy:
-#~ msgstr ఆల్బమ్ చిత్రం దింపుకొను పాలసీ:
-
-#~ msgid Configure Media Library
-#~ msgstr మాధ్యమ లైబ్రరీని స్వరూపించు
-
-#~ msgid 
 #~ Some options are available but hidden. Check \Advanced options\ to see 
 #~ them.
 #~ msgstr 
@@ -28452,6 +28373,78 @@ msgstr ప్రవాహం అవుట్‌పుట్
 #~ msgid Okay
 #~ msgstr సరే
 
+#~ msgid 
+#~ VLC does not support the audio or video format \%4.4s\. Unfortunately 
+#~ there is no way for you to fix this.
+#~ msgstr 
+#~ \%4.4s\ ఆడియో లేదా వీడియో ఆకృతికి VLC మద్ధతు లేదు. దురదృష్టశావత్తు 
దీనిని పరిష్కరించుటకు 
+#~ మీకు వేరే మార్గం లేదు.
+
+#~ msgid Album art policy
+#~ msgstr ఆల్బమ్ కళ పాలసీ
+
+#~ msgid Manual download only
+#~ msgstr మానవీయంగా దింపుట మాత్రమే
+
+#~ msgid Load Media Library
+#~ msgstr మాధ్యమ లైబ్రరీని నింపు
+
+#~ msgid FFmpeg
+#~ msgstr FFmpeg
+
+#~ msgid FFmpeg access
+#~ msgstr FFmpeg వాడుక
+
+#~ msgid Jump to time
+#~ msgstr సమయానికి గెంతు
+
+#~ msgid Open CrashLog...
+#~ msgstr విరిగినచిట్టాను తెరువు...
+
+#~ msgid Don't Send
+#~ msgstr పంపవద్దు
+
+#~ msgid VLC crashed previously
+#~ msgstr వియల్సీ ఇంతకుముందు విరిగినది
+
+#~ msgid Don't ask again
+#~ msgstr మళ్ళీ అడుగవద్దు
+
+#~ msgid No 

[vlc-commits] l10n: Sinhala update

2014-06-10 Thread VideoLAN
vlc | branch: master | VideoLAN video...@videolan.org | Tue Jun 10 17:56:31 
2014 -0400| [eee6d29fdd6ab1aa42b72a4a2424ee8732b4916e] | committer: Christoph 
Miebach

l10n: Sinhala update

Signed-off-by: Christoph Miebach christoph.mieb...@web.de

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

 po/si.po |  272 +++---
 1 file changed, 134 insertions(+), 138 deletions(-)

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


[vlc-commits] l10n: Marathi update

2014-06-10 Thread Suraj Kawade
vlc | branch: master | Suraj Kawade suraj.kaw...@gmail.com | Tue Jun 10 
17:31:32 2014 -0400| [9b950c0bd933adce5333513dbc299261948ba168] | committer: 
Christoph Miebach

l10n: Marathi update

Signed-off-by: Christoph Miebach christoph.mieb...@web.de

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

 po/mr.po |  179 ++
 1 file changed, 86 insertions(+), 93 deletions(-)

diff --git a/po/mr.po b/po/mr.po
index 32d7190..20a948e 100644
--- a/po/mr.po
+++ b/po/mr.po
@@ -368,7 +368,7 @@ msgstr प्रगत सेटिंग
 #: include/vlc_input.h:568
 #, fuzzy
 msgid Subtitle track added
-msgstr उपशीर्षक गाणे
+msgstr उपशीर्षक गाणे: %s
 
 #: include/vlc_interface.h:140
 msgid 
@@ -10885,9 +10885,8 @@ msgid PNG video encoder
 msgstr चित्रफीत एनकोडर
 
 #: modules/codec/qsv.c:56
-#, fuzzy
 msgid Enable software mode
-msgstr वोलपेपर मोड सुरु करा
+msgstr 
 
 #: modules/codec/qsv.c:57
 msgid 
@@ -10896,9 +10895,8 @@ msgid 
 msgstr 
 
 #: modules/codec/qsv.c:61
-#, fuzzy
 msgid Codec Profile
-msgstr प्रोफाईल निवडा
+msgstr 
 
 #: modules/codec/qsv.c:63
 msgid 
@@ -10908,9 +10906,8 @@ msgid 
 msgstr 
 
 #: modules/codec/qsv.c:67
-#, fuzzy
 msgid Codec Level
-msgstr कोडेकचे नाव
+msgstr 
 
 #: modules/codec/qsv.c:69
 msgid 
@@ -10951,9 +10948,8 @@ msgid 
 msgstr 
 
 #: modules/codec/qsv.c:90
-#, fuzzy
 msgid IDR interval
-msgstr गार्ड मध्यांतर
+msgstr 
 
 #: modules/codec/qsv.c:92
 msgid 
@@ -11017,9 +11013,8 @@ msgid 
 msgstr 
 
 #: modules/codec/qsv.c:122
-#, fuzzy
 msgid Maximum Bitrate
-msgstr अधिकतम बिटरेट
+msgstr 
 
 #: modules/codec/qsv.c:123
 msgid 
@@ -11051,9 +11046,8 @@ msgid 
 msgstr 
 
 #: modules/codec/qsv.c:139
-#, fuzzy
 msgid Number of slices per frame
-msgstr रेफरन्स फ्रेम्सची संख्या
+msgstr 
 
 #: modules/codec/qsv.c:140
 msgid 
@@ -11067,9 +11061,8 @@ msgid Number of reference frames
 msgstr रेफरन्स फ्रेम्सची संख्या
 
 #: modules/codec/qsv.c:148
-#, fuzzy
 msgid Number of parallel operations
-msgstr क्लोनची संख्या
+msgstr 
 
 #: modules/codec/qsv.c:149
 msgid 
@@ -27969,7 +27962,7 @@ msgstr 
 #: modules/control/win_msg.c:193
 #, fuzzy
 msgid Windows messages interface
-msgstr QT दर्शक
+msgstr Ncurses दर्शक
 
 #: modules/gui/macosx/DebugMessageVisualizer.m:93
 msgid Save this Log...
@@ -28136,83 +28129,6 @@ msgstr VLC मेडिया प्लेयर मदत
 msgid Streaming Output
 msgstr स्ट्रीम प्रदान
 
-#~ msgid Choose your preferred video output and configure it here.
-#~ msgstr तुमच्या पसंतीचे चित्रफित आउटपुट निवडा आणि त्यास येथे संरचित करा.
-
-#~ msgid 
-#~ These are general settings for video/audio/subtitle encoding modules.
-#~ msgstr 
-#~ या ऑडिओ / व्हिडिओ / उपशीर्षक एन्कोडिंग मोड्यूल्स साठी वापरात येणार्या 
सामान्य सेटिंग्ज 
-#~ आहेत.
-
-#~ msgid Dialog providers can be configured here.
-#~ msgstr संवादक पुरवठादार येथे बदलता येतील.
-
-#~ msgid Load Media Library
-#~ msgstr मीडिया लाइब्रेरी भरा
-
-#~ msgid FFmpeg
-#~ msgstr FFmpeg
-
-#~ msgid FFmpeg access
-#~ msgstr FFmpeg प्रवेश
-
-#~ msgid Your system AACS decoding library does not work. Missing keys?
-#~ msgstr 
-#~ तुमच्या प्रणालीतील AACS  डिकोडिंग लायब्ररी योग्य काम करीत नाही.कि नाही का?
-
-#~ msgid VLC could not open the file \%s\. (%m)
-#~ msgstr VLC \%s\ ही फाईल उघडू शकत नाही. (%m)
-
-#~ msgid xblen
-#~ msgstr xblen
-
-#~ msgid yblen
-#~ msgstr yblen
-
-#~ msgid Jump to time
-#~ msgstr वेळेवर जा
-
-#~ msgid Open CrashLog...
-#~ msgstr क्रशलॉग उघडा...
-
-#~ msgid Don't Send
-#~ msgstr पाठवू नका
-
-#~ msgid VLC crashed previously
-#~ msgstr VLC अगोदरच बंद पडला आहे
-
-#~ msgid Don't ask again
-#~ msgstr पुन्हा विचारू नये
-
-#~ msgid No CrashLog found
-#~ msgstr क्रशलॉग सापडत नाही
-
-#~ msgid Open BDMV folder
-#~ msgstr BDMV फोल्डर उघडा
-
-#~ msgid Output module
-#~ msgstr प्रदान साधन
-
-#~ msgid Graphic Equalizer
-#~ msgstr ग्राफिक इक्विलायझर
-
-#~ msgid Under the Video
-#~ msgstr चीत्रफितीखाली
-
-#~ msgid Help...
-#~ msgstr मदत...
-
-#~ msgid Alarm
-#~ msgstr गजर
-
-#, fuzzy
-#~ msgid Add a subtitle file
-#~ msgstr उपशीर्षक फाईल वापरा
-
-#~ msgid Configure Media Library
-#~ msgstr मेडिया ग्रंथालय बदला
-
 #~ msgid There is no help available for these modules.
 #~ msgstr या साधनांसाठी मदत उपलब्ध नाही.
 
@@ -28421,6 +28337,83 @@ msgstr स्ट्रीम प्रदान
 #~ msgid Do you want to download it ?
 #~ msgstr तुम्ही डाउनलोड करू इच्छिता?
 
+#~ msgid Choose your preferred video output and configure it here.
+#~ msgstr तुमच्या पसंतीचे चित्रफित आउटपुट निवडा आणि त्यास येथे संरचित करा.
+
+#~ msgid 
+#~ These are general settings for video/audio/subtitle encoding modules.
+#~ msgstr 
+#~ या ऑडिओ / व्हिडिओ / उपशीर्षक एन्कोडिंग मोड्यूल्स साठी वापरात येणार्या 
सामान्य सेटिंग्ज 
+#~ आहेत.
+
+#~ msgid Dialog providers can be configured here.
+#~ msgstr संवादक पुरवठादार येथे बदलता येतील.
+
+#~ msgid Load Media Library
+#~ msgstr मीडिया लाइब्रेरी भरा
+
+#~ msgid FFmpeg
+#~ msgstr FFmpeg
+
+#~ msgid FFmpeg access
+#~ msgstr FFmpeg प्रवेश
+
+#~ msgid Your system AACS decoding library does not 

[vlc-commits] l10n: Hindi update

2014-06-10 Thread VideoLAN
vlc | branch: master | VideoLAN video...@videolan.org | Tue Jun 10 17:11:24 
2014 -0400| [db98d2de209f9679e88409bbbc8c2e9d848172b0] | committer: Christoph 
Miebach

l10n: Hindi update

Signed-off-by: Christoph Miebach christoph.mieb...@web.de

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

 po/hi.po |  186 ++
 1 file changed, 90 insertions(+), 96 deletions(-)

diff --git a/po/hi.po b/po/hi.po
index a6196bd..4330c46 100644
--- a/po/hi.po
+++ b/po/hi.po
@@ -4530,7 +4530,7 @@ msgstr 
 #: src/libvlc-module.c:2690
 #, fuzzy
 msgid core program
-msgstr बाहर िनकलो
+msgstr कार्यक्रम
 
 #: src/misc/update.c:473
 #, c-format
@@ -10268,7 +10268,7 @@ msgstr VLC %s मॉड्यूल नहीं खोल सकता है
 #: modules/codec/avcodec/hwdummy.c:42
 #, fuzzy
 msgid Dummy video decoder
-msgstr दर्पण वीडियो फिल्टर
+msgstr डमी वीडियो आउटपुट
 
 #: modules/codec/avcodec/vaapi.c:62
 #, fuzzy
@@ -10945,12 +10945,11 @@ msgstr 
 #: modules/codec/png.c:100
 #, fuzzy
 msgid PNG video encoder
-msgstr तरंग वीडियो फ़िल्टर
+msgstr वीडियो कोडेक
 
 #: modules/codec/qsv.c:56
-#, fuzzy
 msgid Enable software mode
-msgstr वॉलपेपर मोड सक्षम
+msgstr 
 
 #: modules/codec/qsv.c:57
 msgid 
@@ -10970,9 +10969,8 @@ msgid 
 msgstr 
 
 #: modules/codec/qsv.c:67
-#, fuzzy
 msgid Codec Level
-msgstr कोडेक
+msgstr 
 
 #: modules/codec/qsv.c:69
 msgid 
@@ -11013,9 +11011,8 @@ msgid 
 msgstr 
 
 #: modules/codec/qsv.c:90
-#, fuzzy
 msgid IDR interval
-msgstr VNC चुनाव अंतराल
+msgstr 
 
 #: modules/codec/qsv.c:92
 msgid 
@@ -11079,9 +11076,8 @@ msgid 
 msgstr 
 
 #: modules/codec/qsv.c:122
-#, fuzzy
 msgid Maximum Bitrate
-msgstr बिटरेट
+msgstr 
 
 #: modules/codec/qsv.c:123
 msgid 
@@ -3,9 +11109,8 @@ msgid 
 msgstr 
 
 #: modules/codec/qsv.c:139
-#, fuzzy
 msgid Number of slices per frame
-msgstr मिश्रण करने के लिए समय की संख्या
+msgstr 
 
 #: modules/codec/qsv.c:140
 msgid 
@@ -11129,9 +11124,8 @@ msgid Number of reference frames
 msgstr 
 
 #: modules/codec/qsv.c:148
-#, fuzzy
 msgid Number of parallel operations
-msgstr पहेली पंक्तियों की संख्या
+msgstr 
 
 #: modules/codec/qsv.c:149
 msgid 
@@ -11901,7 +11895,7 @@ msgstr 
 #: modules/codec/substx3g.c:40
 #, fuzzy
 msgid tx3g subtitles decoder
-msgstr उपशीर्षक फ़ाइल का चयन करें
+msgstr उपशीर्षक कोडेक्स
 
 #: modules/codec/substx3g.c:41
 #, fuzzy
@@ -13772,7 +13766,7 @@ msgstr 
 #: modules/demux/caf.c:53
 #, fuzzy
 msgid CAF demuxer
-msgstr ऑडियो फिल्टेर
+msgstr डीमक्सर्स
 
 #: modules/demux/cdg.c:43
 msgid CDG demuxer
@@ -15633,7 +15627,7 @@ msgstr 
 #: modules/gui/macosx/BWQuincyUI.m:78
 #, fuzzy
 msgid Show Details
-msgstr गीत-सूची
+msgstr और अधिक विकल्प दिखाएँ 
 
 #: modules/gui/macosx/BWQuincyUI.m:79
 #, fuzzy
@@ -16339,7 +16333,7 @@ msgstr 
 #: modules/gui/macosx/MainMenu.m:81
 #, fuzzy
 msgid File Size
-msgstr फ़ाइल नाम
+msgstr फ़ाइल चयन
 
 #: modules/gui/macosx/MainMenu.m:316
 msgid Check for Update...
@@ -20643,7 +20637,7 @@ msgstr 
 #: modules/gui/qt4/menus.cpp:1636
 #, fuzzy
 msgid Save To Playlist
-msgstr के रूप में सहेजें ...
+msgstr प्लेलिस्ट में जोड़ें
 
 #: modules/gui/qt4/qt4.cpp:78
 msgid Show advanced preferences over simple ones
@@ -20955,7 +20949,7 @@ msgstr Gradfun वीडियो फिल्टर
 #: modules/hw/vdpau/avcodec.c:45
 #, fuzzy
 msgid VDPAU video decoder
-msgstr तरंग वीडियो फ़िल्टर
+msgstr वीडियो कोडेक
 
 #: modules/hw/vdpau/chroma.c:820
 msgid Temporal-spatial
@@ -20982,7 +20976,7 @@ msgstr रिवर्स स्टेरीयो
 #: modules/hw/vdpau/chroma.c:838
 #, fuzzy
 msgid Deinterlace chroma skip
-msgstr इंटरफेस मॉड्यूल
+msgstr Deinterlacing
 
 #: modules/hw/vdpau/chroma.c:839
 msgid Whether temporal deinterlacing applies to luma only
@@ -27887,7 +27881,7 @@ msgstr 
 #: modules/access/avcapture.m:56
 #, fuzzy
 msgid AVFoundation video capture module.
-msgstr VLC विसंकेतक मॉड्यूल नहीं खोल सकता है.
+msgstr ऑडियो आउटपुट मॉड्यूल
 
 #: modules/access/avcapture.m:288 modules/access/avcapture.m:317
 #, fuzzy
@@ -28000,7 +27994,7 @@ msgstr 
 #: modules/codec/svg.c:63
 #, fuzzy
 msgid SVG video decoder
-msgstr तरंग वीडियो फ़िल्टर
+msgstr वीडियो कोडेक
 
 #: modules/control/win_msg.c:192
 msgid WinMsg
@@ -28179,78 +28173,6 @@ msgstr VLC मीडिया प्लेयर - वेब अंतरफल
 msgid Streaming Output
 msgstr स्ट्रीम आउटपुट
 
-#~ msgid Choose your preferred video output and configure it here.
-#~ msgstr अपने पसंदीदा वीडियो आउटपुट का चयन करें और उसे यहाँ कॉन्फ़िगर करें।
-
-#~ msgid These modules provide network functions to all other parts of VLC.
-#~ msgstr ये भाग VLC के अन्य भाग को संजाल कार्य प्रदान करता है!
-
-#~ msgid 
-#~ These are general settings for video/audio/subtitle encoding modules.
-#~ msgstr 
-#~ वीडियो / ऑडियो / उपशीर्षक एन्कोडिंग मॉड्यूल के लिए यह सामान्य सेटिंग कर 
रहे हैं.
-
-#~ msgid Dialog providers can be configured here.
-#~ msgstr संवाद प्रदाताओं यहाँ कॉन्फ़िगर किया जा सकता है।
-
-#~ msgid 
-#~ In this section you can force the behavior of the subtitle demuxer, for 
-#~ example by setting the subtitle 

[vlc-commits] l10n: Mongolian update

2014-06-10 Thread VideoLAN
vlc | branch: master | VideoLAN video...@videolan.org | Tue Jun 10 17:30:55 
2014 -0400| [d61e9b52c39951edffb43f802908bcfda0a4bf05] | committer: Christoph 
Miebach

l10n: Mongolian update

Signed-off-by: Christoph Miebach christoph.mieb...@web.de

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

 po/mn.po |  133 ++
 1 file changed, 64 insertions(+), 69 deletions(-)

diff --git a/po/mn.po b/po/mn.po
index d75f9a9..f2bc977 100644
--- a/po/mn.po
+++ b/po/mn.po
@@ -13,7 +13,7 @@ msgstr 
 Last-Translator: Yaron Shahrabani sh.ya...@gmail.com\n
 Language-Team: Mongolian (Mongolia) (http://www.transifex.com/projects/p/vlc-;
 trans/language/mn_MN/)\n
-Language: mn\n
+Language: mn_MN\n
 MIME-Version: 1.0\n
 Content-Type: text/plain; charset=UTF-8\n
 Content-Transfer-Encoding: 8bit\n
@@ -371,7 +371,7 @@ msgstr Өргөтгөсөн тохиргоонууд
 #: include/vlc_input.h:568
 #, fuzzy
 msgid Subtitle track added
-msgstr Бичвэрийн мөр
+msgstr Дэд бичвэрийн мөр: %s
 
 #: include/vlc_interface.h:140
 msgid 
@@ -10863,9 +10863,8 @@ msgid PNG video encoder
 msgstr Видео кодчилол
 
 #: modules/codec/qsv.c:56
-#, fuzzy
 msgid Enable software mode
-msgstr Ханын цаас горим нээлттэй
+msgstr 
 
 #: modules/codec/qsv.c:57
 msgid 
@@ -10874,9 +10873,8 @@ msgid 
 msgstr 
 
 #: modules/codec/qsv.c:61
-#, fuzzy
 msgid Codec Profile
-msgstr Шинж
+msgstr 
 
 #: modules/codec/qsv.c:63
 msgid 
@@ -11026,9 +11024,8 @@ msgid 
 msgstr 
 
 #: modules/codec/qsv.c:139
-#, fuzzy
 msgid Number of slices per frame
-msgstr Хуулбарын тоо
+msgstr 
 
 #: modules/codec/qsv.c:140
 msgid 
@@ -11042,9 +11039,8 @@ msgid Number of reference frames
 msgstr 
 
 #: modules/codec/qsv.c:148
-#, fuzzy
 msgid Number of parallel operations
-msgstr Хуулбарын тоо
+msgstr 
 
 #: modules/codec/qsv.c:149
 msgid 
@@ -15546,7 +15542,7 @@ msgstr Тохиргоо харуулах
 #: modules/gui/macosx/BWQuincyUI.m:79
 #, fuzzy
 msgid Hide Details
-msgstr Тохиргоо харуулах
+msgstr Бусдыг нуух
 
 #: modules/gui/macosx/BWQuincyUI.m:81
 msgid Send
@@ -27396,9 +27392,8 @@ msgid Default caching policy
 msgstr 
 
 #: modules/gui/qt4/ui/sprefs_interface.h:506
-#, fuzzy
 msgid Menus language:
-msgstr Дууны хэл
+msgstr 
 
 #: modules/gui/qt4/ui/sprefs_interface.h:507
 msgid Look and feel
@@ -28026,7 +28021,7 @@ msgstr 
 #: modules/stream_out/chromaprint.c:58
 #, fuzzy
 msgid Default: 90sec
-msgstr Анхдагч
+msgstr Анхдагч урсгал
 
 #: modules/stream_out/chromaprint.c:61
 #, fuzzy
@@ -28083,61 +28078,6 @@ msgstr VLC дамжуулга тоглуулагчийн Тусламж
 msgid Streaming Output
 msgstr Гаргах урсгал
 
-#~ msgid Choose your preferred video output and configure it here.
-#~ msgstr Илүүд үзсэн видео гаргалтаа сонгоод үүнийг энд тохируул.
-
-#~ msgid These modules provide network functions to all other parts of VLC.
-#~ msgstr 
-#~ Эдгээр модулиуд нь VLC-ийн бүх бусад хэсгүүдэд сүлжээний функцээр 
-#~ үйлчилнэ.
-
-#~ msgid Album art policy
-#~ msgstr Цомгийн урлангийн бодлого
-
-#~ msgid Manual download only
-#~ msgstr Зөвхөн гараар татах
-
-#~ msgid When track starts playing
-#~ msgstr Тоглож эхлэх үед
-
-#~ msgid As soon as track is added
-#~ msgstr Замыг нэмэгдэнгүүт
-
-#~ msgid Jump to time
-#~ msgstr Очих хугацаа
-
-#~ msgid Open CrashLog...
-#~ msgstr Эвдэрсэн тэмдэглэл нээх...
-
-#~ msgid Don't Send
-#~ msgstr Илгээхгүй
-
-#~ msgid Album art download policy
-#~ msgstr Цомгийн урлал татах бодлого
-
-#~ msgid Output module
-#~ msgstr Гаргах модуль
-
-#~ msgid Graphic Equalizer
-#~ msgstr График тэгшитгэл
-
-#, fuzzy
-#~ msgid Automatically retrieve media infos
-#~ msgstr Файлуудыг автоматаар хэлзүйн задаргаа хийх
-
-#~ msgid Under the Video
-#~ msgstr Дүрсний доор
-
-#~ msgid Help...
-#~ msgstr Тусламж
-
-#~ msgid Synchronise on audio track
-#~ msgstr Дууны зам дээр давхцуулах
-
-#, fuzzy
-#~ msgid Add a subtitle file
-#~ msgstr Хэрэглэх дэд бичвэрийн файл
-
 #~ msgid 
 #~ You can choose to disable some CPU accelerations here. Use with extreme 
 #~ care!
@@ -28667,6 +28607,61 @@ msgstr Гаргах урсгал
 #~ msgid 16
 #~ msgstr 16
 
+#~ msgid Choose your preferred video output and configure it here.
+#~ msgstr Илүүд үзсэн видео гаргалтаа сонгоод үүнийг энд тохируул.
+
+#~ msgid These modules provide network functions to all other parts of VLC.
+#~ msgstr 
+#~ Эдгээр модулиуд нь VLC-ийн бүх бусад хэсгүүдэд сүлжээний функцээр 
+#~ үйлчилнэ.
+
+#~ msgid Album art policy
+#~ msgstr Цомгийн урлангийн бодлого
+
+#~ msgid Manual download only
+#~ msgstr Зөвхөн гараар татах
+
+#~ msgid When track starts playing
+#~ msgstr Тоглож эхлэх үед
+
+#~ msgid As soon as track is added
+#~ msgstr Замыг нэмэгдэнгүүт
+
+#~ msgid Jump to time
+#~ msgstr Очих хугацаа
+
+#~ msgid Open CrashLog...
+#~ msgstr Эвдэрсэн тэмдэглэл нээх...
+
+#~ msgid Don't Send
+#~ msgstr Илгээхгүй
+
+#~ msgid Album art download policy
+#~ msgstr Цомгийн урлал татах бодлого
+
+#~ msgid Output module
+#~ msgstr Гаргах модуль
+
+#~ msgid Graphic Equalizer

[vlc-commits] l10n: Traditional Chinese update

2014-06-10 Thread VideoLAN
vlc | branch: master | VideoLAN video...@videolan.org | Tue Jun 10 18:19:30 
2014 -0400| [139df9086be2b429adea991fa32d4e2055ad0ad1] | committer: Christoph 
Miebach

l10n: Traditional Chinese update

Signed-off-by: Christoph Miebach christoph.mieb...@web.de

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

 po/zh_TW.po |  345 ++-
 1 file changed, 175 insertions(+), 170 deletions(-)

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


[vlc-commits] l10n: Norwegian Bokmål update

2014-06-10 Thread VideoLAN
vlc | branch: master | VideoLAN video...@videolan.org | Tue Jun 10 17:36:00 
2014 -0400| [08bedca06618669eef3bc19c72657835176b35e4] | committer: Christoph 
Miebach

l10n: Norwegian Bokmål update

Signed-off-by: Christoph Miebach christoph.mieb...@web.de

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

 po/nb.po |  235 ++
 1 file changed, 114 insertions(+), 121 deletions(-)

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


[vlc-commits] l10n: Portuguese update

2014-06-10 Thread Manuela Silva/Alfredo Silva
vlc | branch: master | Manuela Silva/Alfredo Silva manuela.si...@sky.com | 
Tue Jun 10 17:51:53 2014 -0400| [ae70774e9b7f4f07d890767b5287040976e8cdce] | 
committer: Christoph Miebach

l10n: Portuguese update

Signed-off-by: Christoph Miebach christoph.mieb...@web.de

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

 po/pt_PT.po | 2780 +--
 1 file changed, 1389 insertions(+), 1391 deletions(-)

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


[vlc-commits] l10n: Punjabi update

2014-06-10 Thread Amanpreet Singh Alam
vlc | branch: master | Amanpreet Singh Alam apb...@gmail.com | Tue Jun 10 
17:45:26 2014 -0400| [6492f2a55075e203e734a0fc3f8a897d7e212239] | committer: 
Christoph Miebach

l10n: Punjabi update

Signed-off-by: Christoph Miebach christoph.mieb...@web.de

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

 po/pa.po |  309 ++
 1 file changed, 150 insertions(+), 159 deletions(-)

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


[vlc-commits] l10n: Malay update

2014-06-10 Thread VideoLAN
vlc | branch: master | VideoLAN video...@videolan.org | Tue Jun 10 17:32:47 
2014 -0400| [5932d4f40b5e4b3c25a8e2f0a3342f8a4cc4ceee] | committer: Christoph 
Miebach

l10n: Malay update

Signed-off-by: Christoph Miebach christoph.mieb...@web.de

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

 po/ms.po | 2386 +++---
 1 file changed, 1192 insertions(+), 1194 deletions(-)

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


[vlc-commits] l10n: German update

2014-06-10 Thread VideoLAN
vlc | branch: master | VideoLAN video...@videolan.org | Tue Jun 10 18:24:09 
2014 -0400| [600dc54e3e7196d6ca51703a432caf88effb519b] | committer: Christoph 
Miebach

l10n: German update

Signed-off-by: Christoph Miebach christoph.mieb...@web.de

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

 po/de.po |  881 +++---
 1 file changed, 441 insertions(+), 440 deletions(-)

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


[vlc-commits] l10n: Uzbek update

2014-06-10 Thread VideoLAN
vlc | branch: master | VideoLAN video...@videolan.org | Tue Jun 10 18:13:52 
2014 -0400| [b2edfd78d4d572171dd9a43ee82fcc599fc1e7df] | committer: Christoph 
Miebach

l10n: Uzbek update

Signed-off-by: Christoph Miebach christoph.mieb...@web.de

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

 po/uz.po |   72 ++
 1 file changed, 35 insertions(+), 37 deletions(-)

diff --git a/po/uz.po b/po/uz.po
index caf8184..d9fa3af 100644
--- a/po/uz.po
+++ b/po/uz.po
@@ -10906,9 +10906,8 @@ msgid 
 msgstr 
 
 #: modules/codec/qsv.c:67
-#, fuzzy
 msgid Codec Level
-msgstr Kodek
+msgstr 
 
 #: modules/codec/qsv.c:69
 msgid 
@@ -11014,9 +11013,8 @@ msgid 
 msgstr 
 
 #: modules/codec/qsv.c:122
-#, fuzzy
 msgid Maximum Bitrate
-msgstr Bitreyt
+msgstr 
 
 #: modules/codec/qsv.c:123
 msgid 
@@ -28061,39 +28059,6 @@ msgstr VLC media pleyeri - Veb interfeysi
 msgid Streaming Output
 msgstr Oqimni chiqarish
 
-#~ msgid Choose your preferred video output and configure it here.
-#~ msgstr Video ko'rsatish usulini tanlash va moslash.
-
-#~ msgid These modules provide network functions to all other parts of VLC.
-#~ msgstr 
-#~ Ushbu modullar VLC boshqa qismlarining tarmoq imkoniyatlarini ta'minlaydi.
-
-#~ msgid No suitable decoder module
-#~ msgstr Mos dekoder yo'q
-
-#~ msgid 
-#~ VLC does not support the audio or video format \%4.4s\. Unfortunately 
-#~ there is no way for you to fix this.
-#~ msgstr 
-#~ VLC \%4.4s\ audio yoki video formatini ta'minlamaydi. Afsuski, siz 
-#~ uchun buni tuzatishning iloji yo'q.
-
-#~ msgid When track starts playing
-#~ msgstr Trek ijro etilayotganda
-
-#~ msgid As soon as track is added
-#~ msgstr Trek qo‘shilganda
-
-#~ msgid FFmpeg
-#~ msgstr FFmpeg
-
-#, fuzzy
-#~ msgid Add a subtitle file
-#~ msgstr Subtitr faylini qo‘shish:
-
-#~ msgid Configure Media Library
-#~ msgstr Media kutu
-
 #~ msgid General Input
 #~ msgstr Umumiy kiritish
 
@@ -28218,6 +28183,39 @@ msgstr Oqimni chiqarish
 #~ msgid Group name
 #~ msgstr Guruh nomi
 
+#~ msgid Choose your preferred video output and configure it here.
+#~ msgstr Video ko'rsatish usulini tanlash va moslash.
+
+#~ msgid These modules provide network functions to all other parts of VLC.
+#~ msgstr 
+#~ Ushbu modullar VLC boshqa qismlarining tarmoq imkoniyatlarini ta'minlaydi.
+
+#~ msgid No suitable decoder module
+#~ msgstr Mos dekoder yo'q
+
+#~ msgid 
+#~ VLC does not support the audio or video format \%4.4s\. Unfortunately 
+#~ there is no way for you to fix this.
+#~ msgstr 
+#~ VLC \%4.4s\ audio yoki video formatini ta'minlamaydi. Afsuski, siz 
+#~ uchun buni tuzatishning iloji yo'q.
+
+#~ msgid When track starts playing
+#~ msgstr Trek ijro etilayotganda
+
+#~ msgid As soon as track is added
+#~ msgstr Trek qo‘shilganda
+
+#~ msgid FFmpeg
+#~ msgstr FFmpeg
+
+#, fuzzy
+#~ msgid Add a subtitle file
+#~ msgstr Subtitr faylini qo‘shish:
+
+#~ msgid Configure Media Library
+#~ msgstr Media kutu
+
 #, fuzzy
 #~ msgid Subtitles/OSD
 #~ msgstr Subtitrlar / OSD

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


[vlc-commits] l10n: Ukrainian update

2014-06-10 Thread Andriy Bandura
vlc | branch: master | Andriy Bandura andriykopanyt...@gmail.com | Tue Jun 10 
18:13:22 2014 -0400| [6b13684449d8f3e9063d4d305338818e0531dfd6] | committer: 
Christoph Miebach

l10n: Ukrainian update

Signed-off-by: Christoph Miebach christoph.mieb...@web.de

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

 po/uk.po | 4352 +++---
 1 file changed, 2175 insertions(+), 2177 deletions(-)

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


[vlc-commits] l10n: Russian update

2014-06-10 Thread Alexander Lakhin
vlc | branch: master | Alexander Lakhin exclus...@gmail.com | Tue Jun 10 
17:55:55 2014 -0400| [19c6ae5bcae751198f8b2a73ac6ff4673883c490] | committer: 
Christoph Miebach

l10n: Russian update

Signed-off-by: Christoph Miebach christoph.mieb...@web.de

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

 po/ru.po | 3312 +++---
 1 file changed, 1655 insertions(+), 1657 deletions(-)

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


[vlc-commits] l10n: Latvian update

2014-06-10 Thread VideoLAN
vlc | branch: master | VideoLAN video...@videolan.org | Tue Jun 10 17:29:29 
2014 -0400| [090ee62f107587e99e83e9ec6b76c1a989506650] | committer: Christoph 
Miebach

l10n: Latvian update

Signed-off-by: Christoph Miebach christoph.mieb...@web.de

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

 po/lv.po | 7970 +-
 1 file changed, 3146 insertions(+), 4824 deletions(-)

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


[vlc-commits] l10n: Samoan update

2014-06-10 Thread VideoLAN
vlc | branch: master | VideoLAN video...@videolan.org | Tue Jun 10 18:00:53 
2014 -0400| [15cb1ba0f15c1a176a21105951c6cf8b01a080ad] | committer: Christoph 
Miebach

l10n: Samoan update

Signed-off-by: Christoph Miebach christoph.mieb...@web.de

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

 po/sm.po |11162 ++
 1 file changed, 6071 insertions(+), 5091 deletions(-)

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


[vlc-commits] l10n: Simplified Chinese update

2014-06-10 Thread Dean Lee
vlc | branch: master | Dean Lee xslid...@gmail.com | Tue Jun 10 18:17:19 2014 
-0400| [aadd1ac6672c6974b09a7714e3573145371eceae] | committer: Christoph Miebach

l10n: Simplified Chinese update

Signed-off-by: Christoph Miebach christoph.mieb...@web.de

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

 po/zh_CN.po | 4338 +--
 1 file changed, 2168 insertions(+), 2170 deletions(-)

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