Commit Graph

196 Commits

Author SHA1 Message Date
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
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 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
Christophe Mutricy aca23528db Typo. Noticed by Puntloos 2007-03-16 13:02:49 +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
Rafaël Carré 3290fe117e Add missing ms.po + make update-po 2006-10-17 08:36:50 +00:00
Christophe Mutricy dc8b128a9f forward port [17012] and make update-po 2006-10-09 22:37:29 +00:00
Christophe Mutricy 998c5eac2e make update-po 2006-10-03 13:22:07 +00:00
Christophe Mutricy 6ff95ea330 Suppress references to mediacontrol_{init,plugin}
Make update-po
2006-09-25 21:06:50 +00:00
Christophe Mutricy 4f67f0cce6 make update-po 2006-09-22 23:29:06 +00:00
Christophe Mutricy 2d6ae8b891 Make update-po 2006-09-21 23:19:18 +00:00
Christophe Mutricy f183c68634 Update portuguese l10n by Ari Constancio 2006-09-20 21:16:25 +00:00
Christophe Mutricy 7454370932 update-po and fix rules for qt4 ui 2006-09-18 11:30:31 +00:00
Christophe Mutricy c5339761de Update-po 2006-09-07 22:58:14 +00:00
Clément Stenac 315069b3b1 Split playlist include file in public/private 2006-09-05 06:09:42 +00:00
Christophe Mutricy 17bf8ad695 We don't use utf-8 in localisable string so drop the option. 2006-09-04 10:43:50 +00:00
Christophe Mutricy 577191650a * Tell gettext that we use UTF-8.
* run update-po
2006-09-04 09:27:21 +00:00
Pavlov Konstantin 87bde09801 added russian translation by Vladimir Yermolayev 2006-08-31 12:21:51 +00:00
Christophe Mutricy f3c04cc874 po/*: Fix make dist 2006-08-28 21:28:29 +00:00
Christophe Mutricy 0e63174493 Don't include opie/ in the gettext stuff as it's not in the tarball. 2006-07-25 09:37:31 +00:00
Christophe Mutricy 717b507068 Grrrr, silly qt4 build system 2006-07-24 23:00:57 +00:00
Christophe Mutricy 62ab3db5c4 Localized the stings inside the .ui and update the po files. 2006-07-24 21:45:56 +00:00
Christophe Mutricy 27c3154a7a Run update-po. Fix make dist 2006-07-20 08:59:14 +00:00
Felix Paul Kühne 6f2a64ee29 * updated the po-files, started some work on the German translation, a minor string fix and removal of an untranslatable string 2006-07-10 21:30:31 +00:00
Christophe Mutricy 824df743f8 Update po file after filename change ( we should do a post-commit hook one day) 2006-05-22 08:53:17 +00:00
Christophe Mutricy 4c07fa0c91 Run make update-po. Fix make dist 2006-05-15 09:37:08 +00:00
Christophe Mutricy 4815d7f688 Synchronise the po file from the 0.8.5 branch.
Add gl, he, hu and sv to activated l10n.
2006-05-11 21:46:51 +00:00
Clément Stenac d4ef692657 Update po and changelog 2006-04-02 12:22:55 +00:00
Christophe Mutricy 7fb6014afe Run update-po and update Spanish translation by Javier Varela. 2006-04-01 21:57:41 +00:00