1
mirror of https://code.videolan.org/videolan/vlc synced 2024-08-31 06:46:39 +02:00
Commit Graph

141 Commits

Author SHA1 Message Date
Rémi Denis-Courmont
7a612da4ad Sync PO files 2008-08-24 22:59:11 +03:00
Rémi Denis-Courmont
32b31e87d9 Sync PO files 2008-08-02 17:02:24 +03:00
Christophe Mutricy
ee24b32066 Update vlc.pot and the .po 2008-07-30 23:55:23 +01:00
Christophe Mutricy
3a754e5419 Update po files for test2 2008-07-14 00:14:00 +01:00
Rémi Denis-Courmont
6e7ee1fa87 Synchronize translation files 2008-07-01 20:58:47 +03:00
Christophe Mutricy
c85bb4b7cb Update pot and po files 2008-06-02 23:27:06 +01:00
Christophe Mutricy
fe246d4b38 Refresh pot and po file.
It seems like  8b71b1041b might have cause them to be rebuilt
2008-03-08 13:19:41 +00:00
Christophe Mutricy
3c38ce8c59 Revert [24410]. Should have gone to branch. 2008-01-19 13:08:31 +00:00
Christophe Mutricy
7fd5e8df04 Polish translation update by Michał Trzebiatowski 2008-01-19 13:06:36 +00:00
Antoine Cellerier
d046c4ec58 Sync all the other po files. 2008-01-07 20:14:20 +00:00
Felix Paul Kühne
1cde1264e3 * updated the po-files once again 2007-11-18 15:20:10 +00:00
Rafaël Carré
b2fc911ec3 check in updated po files 2007-11-08 00:36:09 +00:00
Felix Paul Kühne
93566e29bd * updated the po-files 2007-10-19 16:07:26 +00:00
Christophe Mutricy
8418d9e545 Slovak and Polish l18n update. Thanks to Marián Hikaník and Michał Trzebiatowski 2007-10-09 23:06:14 +00:00
Christophe Mutricy
85b3fede80 Polish l10n update by Michał Trzebiatowski 2007-09-20 22:07:40 +00:00
Rafaël Carré
1afe5120d4 Updates POTFILES.in to include new subsdec files created in [21024]
Runs make update-po
2007-08-13 23:55:07 +00:00
Christophe Mutricy
f4faf99251 Update the polish l10n. Thanks to Freaky Michi. 2007-06-20 22:15:20 +00:00
Christophe Mutricy
1dcd31cc3f Add the new QT4 strings 2007-06-03 22:00:00 +00:00
Christophe Mutricy
397558d86a update po files with the Qt4 strings 2007-06-02 00:03:55 +00:00
Antoine Cellerier
92175f0acb * make update-po 2007-05-19 23:57:33 +00:00
Antoine Cellerier
a91eb3933c Fix make distcheck and update po files. 2007-05-16 12:18:14 +00:00
Jean-Baptiste Kempf
fd62f6b15e make update-po ? 2007-03-13 23:29:40 +00:00
Rémi Denis-Courmont
7761fafede Fix a bunch of errors in PO files (fuzzy file description, xgettext warnings and invalid new lines) 2007-03-11 10:59:51 +00:00
Christophe Mutricy
0674a3ac91 Revert [19197]. POTFILES.in was bogus as it didn't list any files in modules/ 2007-03-11 00:03:29 +00:00
Felix Paul Kühne
54d2a0c53b * updated the po files 2007-03-05 00:48:00 +00:00
Christophe Mutricy
1754a6f749 make update-po 2007-02-17 14:53:54 +00:00
Christophe Mutricy
aa0158037f Make update-po 2007-02-06 15:10:20 +00:00
Christophe Mutricy
04a180a19e Add translations from rosetta 2007-01-14 17:35:19 +00:00
Christophe Mutricy
41fc10b74f hmmm i should use a clean tree for update-po 2007-01-14 01:28:48 +00:00
Christophe Mutricy
b728ff1bf7 make update-po 2007-01-13 00:52:49 +00:00
Christophe Mutricy
bb12789524 Merge po file from 0.8.6
fix translation of "C" closes #969
2007-01-13 00:27:17 +00:00
Christophe Mutricy
b55632dce4 make update-po 2007-01-06 02:03:28 +00:00
Christophe Mutricy
4eb9b935f8 make update-po 2006-12-19 22:01:34 +00:00
Christophe Mutricy
33d29c3eb0 make update-po 2006-12-06 00:31:08 +00:00
Christophe Mutricy
67c7c31e1d Make update-po 2006-11-27 22:36:14 +00:00
Clément Stenac
d3fe7f2879 A bit of headers cleanup
* Headers in include must contain the structures and prototypes needed
  by the plugins and should be named vlc_*.
* Headers in include/vlc must contain the structures and prototypes
  needed by external libvlc clients

* Moved and renamed some things in headers. 
   - Removed vlc_cpu.h, vlc_error.h (merged in vlc_common)
   - Removed snapshot.h (merged in vlc_vout.h)
   - Removed vlc_spu.h (merged in vlc_osd.h)
   - Removed intf_eject.h and vlc_interaction.h (merged in vlc_interface)
   - Moved all internal headers to src
   - Merged vlc_video.h and video_output.h and move private things to src
   - Removed vlc/intf.h, vlc/aout.h, vlc/vout.h, vlc/decoder.h and vlc/input.h
     (meta headers for use in modules, and often implying too large 
     dependencies)
* Removed some useless dependencies
* Unexported a bunch of functions and structures used only in src/
  (--> Still some work here)
* Finally made input_thread_t and input_source_t (mostly) private. 
  Added input_GetItem to fetch the input_item of an input_thread
* Cleaned up deprecated entries in vlc_symbols.h and bumped up symbol 
  prefix

This commit has a 99% probability of breaking the build, 0.1% of killing
your cat and 0% of getting you hot chicks.
2006-11-26 14:20:34 +00:00
Rémi Denis-Courmont
1533f68784 Sync PO files to fix distcheck 2006-11-24 17:27:39 +00:00
Christophe Mutricy
4b9be2f78e Make update-po 2006-11-19 23:18:13 +00:00
Pavlov Konstantin
d80535725e updated russian translation, make update-po 2006-11-13 11:20:42 +00:00
Antoine Cellerier
d89621d05a Please run update-po (or whatever it's named) before commiting. 2006-11-05 14:57:56 +00:00
Rémi Denis-Courmont
66f35e56ab Convert to Unicode 2005-07-08 17:57:30 +00:00
Felix Paul Kühne
883cc1d5c3 * copy the po-files from /tags/0.8.2 to trunk
* run update-po to get them in sync
* forward-port [11506]
2005-06-26 17:05:58 +00:00
Felix Paul Kühne
1ab8211856 * updated the po-files -- please change as few strings as possible now 2005-05-15 15:06:13 +00:00
Felix Paul Kühne
bd69486d5a * updated the po-files on request by Jonas Larsen 2005-04-12 21:08:00 +00:00
Felix Paul Kühne
5629be08f5 * *.po: updated the po-files
* da.po: additions to the Danish translation by Jonas Larsen
* Makefile.in.in: small fix, so msgmerge is found properly if it is installed in extras/contrib
2005-03-15 19:53:17 +00:00
Felix Paul Kühne
08286bfadc * all: brought the po-files in sync with each other (i.e. ran ./toolbox --update-po) 2005-02-12 11:46:32 +00:00
Felix Paul Kühne
ac3adcc716 * all: initial translations to Hindi, Pashto, Burmese, Tetum, Tagalog and Bengali by Simos Xenitellis' team 2005-02-12 10:33:45 +00:00
Felix Paul Kühne
8bd934d692 * ALL: updated the po-files
* da.po: update to the Danish translation by Jonas Larsen and Morten Brix Pedersen
* de.po: got some stuff in sync to the German translation of play-howto
2005-01-06 23:40:18 +00:00
Gildas Bazin
ec08fe5ccd * po/*: updated from the 0.8.1 branch. 2004-11-15 10:06:39 +00:00
Clément Stenac
e37dac1414 Merge po update to trunk 2004-11-13 12:39:17 +00:00