summaryrefslogtreecommitdiffstats
path: root/help/help_mp-sv.h
Commit message (Collapse)AuthorAgeFilesLines
* Delete things related to old translation systemUoti Urpala2010-03-101-954/+0
| | | | | Remove the help/ subdirectory, configure code to create toplevel help_mp.h, and all the '#include "help_mp.h"' lines from .c files.
* Merge svn changes up to r29752Uoti Urpala2009-10-061-1/+0
|\ | | | | | | | | | | | | | | | | As part of merging subtitle-in-terminal changes make update_subtitles() only clear existing subtitles if called with the reset argument, and not try to set new ones. Later calls should set the needed new subtitles, and this change avoids some problems with trying to set subtitles when mp_property_sub() in command.c gets called from initialization code before full initialization.
| * Reduce console output verbosity: Move colorspace information to verbose mode.diego2009-09-301-1/+0
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29742 b3059339-0415-0410-9bf9-f77b7e298cf2
| * whitespace cosmetics: Remove all trailing whitespace.diego2009-05-131-6/+6
| | | | | | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29305 b3059339-0415-0410-9bf9-f77b7e298cf2
* | Remove trailing whitespace from most filesUoti Urpala2009-07-071-7/+6
|/
* Remove reference to outdated documentation file.diego2009-04-201-1/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29209 b3059339-0415-0410-9bf9-f77b7e298cf2
* The large -help help_text should be const so it goes into .rodatareimar2009-03-061-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28860 b3059339-0415-0410-9bf9-f77b7e298cf2
* Change a bunch of video/audio-output-specific preprocessor directives fromdiego2008-08-031-1/+1
| | | | | | | a HAVE_ prefix to a CONFIG_ prefix. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27402 b3059339-0415-0410-9bf9-f77b7e298cf2
* Rename two GUI-related preprocessor directives:diego2008-07-301-1/+1
| | | | | | | HAVE_NEW_GUI --> CONFIG_GUI, HAVE_GTK2_GUI --> CONFIG_GTK2 git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27375 b3059339-0415-0410-9bf9-f77b7e298cf2
* Start unifying names of internal preprocessor directives.diego2008-07-301-1/+1
| | | | | | | | Replace all USE_ prefixes by CONFIG_ prefixes to indicate options which are configurable. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27373 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove extra messages.diego2008-05-291-1/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26920 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix mismatching translated messages as pointed out by TOOLS/mphelp_check.py.diego2008-05-291-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26918 b3059339-0415-0410-9bf9-f77b7e298cf2
* consistently print fps with three digits of precisioncorey2008-04-231-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26512 b3059339-0415-0410-9bf9-f77b7e298cf2
* Update translations to not recommend -vc dummy (it is too crash-happy)reimar2007-09-281-1/+1
| | | | | | | but -vc null like the English variant does. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24647 b3059339-0415-0410-9bf9-f77b7e298cf2
* Nuke MSGTR_CopyCodecsConf, it's gone from the master file.diego2007-01-131-1/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21907 b3059339-0415-0410-9bf9-f77b7e298cf2
* remove dead defines (spotted by mphelp_check.py)kraymer2006-11-071-11/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20743 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove remnants of long-gone libfame.diego2006-11-061-2/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20739 b3059339-0415-0410-9bf9-f77b7e298cf2
* Partial sync with message removal from DVD information output change.diego2006-08-191-2/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19455 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix code cosmeticsgpoirier2006-07-091-61/+35
| | | | | | | | | | | | | - move messages around to match help_mp-en.h - remove unneeded indentations etc. - add/remove empty lines to match help_mp-en.h Patch by From: Rickard Narstrom % rickard * narstrom # gmail * com % Original thread: Date: Jul 9, 2006 12:30 AM Subject: Re: [MPlayer-translations] Swedish translation of help_mp.h git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18975 b3059339-0415-0410-9bf9-f77b7e298cf2
* Switch to UTF-8, patch by Rickard Narstromgpoirier2006-06-291-456/+456
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18850 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix some errors revealed by Uoti's help file checker.diego2006-05-171-4/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18529 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix extras and malformed translation messages, check done with uau's brand ↵reynaldo2006-05-171-9/+3
| | | | | | new TOOLS/ script, PART 3 of 3 git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18526 b3059339-0415-0410-9bf9-f77b7e298cf2
* Rename some misspelled and misnamed messages.diego2006-04-281-4/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18336 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fixes - Make mencoder stream size printing use 64 bits - by Corey Hickey on ↵reynaldo2006-04-271-2/+2
| | | | | | translation files git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18308 b3059339-0415-0410-9bf9-f77b7e298cf2
* Removed unused constant definition (MSGTR_InvalidAOdriver)ptt2006-03-281-2/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17987 b3059339-0415-0410-9bf9-f77b7e298cf2
* New website structure, the /homepage subdirectory is gone.diego2006-03-011-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17707 b3059339-0415-0410-9bf9-f77b7e298cf2
* change obsolete -waveheader to -ao pcm:waveheader in hintinfo messageivo2005-09-191-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16520 b3059339-0415-0410-9bf9-f77b7e298cf2
* Replace bps by B/s when it means bytes per second to avoid ambiguity sincediego2005-09-021-3/+3
| | | | | | | | bps can mean any combination of bits/bytes per second/sample. patch by a.guru - at - sympatico - dot - ca git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16361 b3059339-0415-0410-9bf9-f77b7e298cf2
* 100l bps != fps, noticed by a.guru - at - sympatico - dot - cadiego2005-09-021-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16360 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove non-translatable messageswight2005-07-241-4/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16078 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove duplicate messageswight2005-07-031-5/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15914 b3059339-0415-0410-9bf9-f77b7e298cf2
* better quoteswight2005-06-011-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15610 b3059339-0415-0410-9bf9-f77b7e298cf2
* devices.html is no more, link updated.diego2004-11-111-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13916 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync and fixes by Carl Furstenberg <azatoth at gmail dot com>diego2004-10-201-20/+23
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13707 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync by Carl Fürstenberg <azatoth at gmail dot com>diego2004-10-201-3/+21
| | | | | | | fixes by Jan Knutar <jknutar at nic dot fi> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13702 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync and fixes by Carl Fürstenberg <azatoth@gmail.com>diego2004-10-201-442/+459
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13697 b3059339-0415-0410-9bf9-f77b7e298cf2
* translation by Carl Furstenberg <azatoth@gmail.com>diego2004-10-191-0/+981
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13696 b3059339-0415-0410-9bf9-f77b7e298cf2