summaryrefslogtreecommitdiffstats
path: root/help/help_mp-es.h
Commit message (Collapse)AuthorAgeFilesLines
* whitespace cosmetics: Remove all trailing whitespace.diego2009-05-131-9/+9
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29305 b3059339-0415-0410-9bf9-f77b7e298cf2
* 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
* Correct a few mistakes in the spanish translation.reynaldo2009-01-101-9/+9
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28288 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix MGSTR vs. MSGTR typo.diego2008-12-091-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28122 b3059339-0415-0410-9bf9-f77b7e298cf2
* cosmetics: Write revision number with leading 'r'.diego2008-11-211-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27974 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add all still missing lines, full sync against r27967reynaldo2008-11-201-1/+21
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27969 b3059339-0415-0410-9bf9-f77b7e298cf2
* Trivial, add some more lines that were missingreynaldo2008-11-201-4/+30
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27968 b3059339-0415-0410-9bf9-f77b7e298cf2
* Trivial, Cosmeticsreynaldo2008-11-201-2/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27967 b3059339-0415-0410-9bf9-f77b7e298cf2
* COSMETICS, More line shifting to match English masterreynaldo2008-11-201-45/+46
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27966 b3059339-0415-0410-9bf9-f77b7e298cf2
* TRIVIAL, add some more missing linesreynaldo2008-11-201-0/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27965 b3059339-0415-0410-9bf9-f77b7e298cf2
* COSMETICS, More line shifting to match English masterreynaldo2008-11-201-262/+252
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27964 b3059339-0415-0410-9bf9-f77b7e298cf2
* TRIVIAL, some missing lines and a grammar correctionreynaldo2008-11-201-1/+18
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27963 b3059339-0415-0410-9bf9-f77b7e298cf2
* Cosmetics, mostly line shifting to match English masterreynaldo2008-11-181-506/+481
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27958 b3059339-0415-0410-9bf9-f77b7e298cf2
* Trivial, Cosmeticsreynaldo2008-11-181-84/+79
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27952 b3059339-0415-0410-9bf9-f77b7e298cf2
* Trivial, Cosmeticsreynaldo2008-11-181-14/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27951 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add some more missing messagesreynaldo2008-11-181-0/+26
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27950 b3059339-0415-0410-9bf9-f77b7e298cf2
* Adds Some missing messages - 1 of 3reynaldo2008-11-151-0/+53
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27911 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
* Slightly reduce VIDIX video output verbosity.diego2008-06-081-2/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27040 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove extra messages.diego2008-05-291-5/+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-2/+2
| | | | 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
* Move debug message to verbose output level.diego2007-09-041-1/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24341 b3059339-0415-0410-9bf9-f77b7e298cf2
* Apple Remote supportdiego2007-08-141-0/+1
| | | | | | | | patch by Zoltan Ponekker, pontscho kac.poliod hu cleaned up by Ulion, ulion2002 gmail com with some help by Reimar and me git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24057 b3059339-0415-0410-9bf9-f77b7e298cf2
* Give message string a more meaningful name.diego2007-07-281-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23894 b3059339-0415-0410-9bf9-f77b7e298cf2
* typo fix: childs --> childrendiego2007-07-281-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23891 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove vo_syncfb, which was unused for 5 years.diego2007-07-201-13/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23834 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fix unkown --> unkNown typo.diego2007-03-071-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22483 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
* fix correct addressing of user, some gram and ortographical fixes too - only ↵reynaldo2006-12-221-61/+61
| | | | | | partial git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21726 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync of Spanish translation for help_mp-es.hkraymer2006-12-211-10/+112
| | | | | | | patch by Fernando Tarín (icemanf gmail com) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21723 b3059339-0415-0410-9bf9-f77b7e298cf2
* alsa messages for Spanish help filekraymer2006-12-201-0/+56
| | | | | | | patch by Fernando Tarin, lists.im gmail com git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21701 b3059339-0415-0410-9bf9-f77b7e298cf2
* add source files comments to libass messageskraymer2006-12-201-0/+14
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21694 b3059339-0415-0410-9bf9-f77b7e298cf2
* Spanish translation for libass help messageskraymer2006-12-191-0/+50
| | | | | | | patch by Fernando Tarín (icemanf gmail com) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21693 b3059339-0415-0410-9bf9-f77b7e298cf2
* Remove remnants of long-gone libfame.diego2006-11-061-4/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20739 b3059339-0415-0410-9bf9-f77b7e298cf2
* convert DOCS/xml/es and help/help_mp-es.h* to UTF-8kraymer2006-10-301-484/+484
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20542 b3059339-0415-0410-9bf9-f77b7e298cf2
* only a few lines remain missingreynaldo2006-10-221-0/+56
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20371 b3059339-0415-0410-9bf9-f77b7e298cf2
* typo fixesdiego2006-10-171-7/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20286 b3059339-0415-0410-9bf9-f77b7e298cf2
* hurried pre-release update, partially synced with r20191reynaldo2006-10-141-15/+84
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20218 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
* kill unused message string MSGTR_LIBVO_MGA_MgaInvalidOutputFormatattila2006-06-251-1/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18818 b3059339-0415-0410-9bf9-f77b7e298cf2
* correctly prefix all messages from -vo mga with [MGA]attila2006-06-251-9/+9
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18816 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix extras and maformed translation messages, check done with uau's brand ↵reynaldo2006-05-171-16/+6
| | | | | | new TOOLS/ script, PART 1 of 3 git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18524 b3059339-0415-0410-9bf9-f77b7e298cf2
* Minor corrections partII - Finalreynaldo2006-05-121-70/+70
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18452 b3059339-0415-0410-9bf9-f77b7e298cf2
* Minor corrections to spanish help messages - Part1reynaldo2006-05-121-73/+75
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18451 b3059339-0415-0410-9bf9-f77b7e298cf2
* Removes duplicated entry, pointed out by Victor Farias Escobar <nk21507 at ↵reynaldo2006-04-301-2/+4
| | | | | | hotmail.com> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18351 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fixed a tipo pointed out by Victor Farias Escobar <nk21507 at hotmail.com>reynaldo2006-04-301-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18349 b3059339-0415-0410-9bf9-f77b7e298cf2
* Rename some misspelled and misnamed messages.diego2006-04-281-8/+8
| | | | 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
* updating spanish console messages to 1.249 (almost 100%) adding all missing ↵reynaldo2006-04-271-3/+593
| | | | | | entries at least git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18305 b3059339-0415-0410-9bf9-f77b7e298cf2
* Removed unused constant definition (MSGTR_InvalidAOdriver)ptt2006-03-281-1/+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
* Complete sync with 1.192reynaldo2005-10-261-38/+89
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16864 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
* 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-4/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15914 b3059339-0415-0410-9bf9-f77b7e298cf2
* 1l for Andoni Zubimendinauj272005-05-041-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15344 b3059339-0415-0410-9bf9-f77b7e298cf2
* Sync with v1.167 by Andoni Zubimendi <andoni@lpsat.net>nauj272005-05-021-9/+186
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15324 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix missing check against lame_init_params that was leading to video only ↵reynaldo2005-02-221-0/+3
| | | | | | files on low (under 32) audio bitrates git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14763 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
* partial sync with help_mp-en 1.148reynaldo2004-10-201-2/+134
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13705 b3059339-0415-0410-9bf9-f77b7e298cf2
* printf --> mp_msg conversiondiego2004-10-071-3/+0
| | | | | | | patch by the Wanderer <inverseparadox at comcast dot net> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13578 b3059339-0415-0410-9bf9-f77b7e298cf2
* Removed all obsolete and unused messages.diego2004-10-021-10/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13531 b3059339-0415-0410-9bf9-f77b7e298cf2
* Obsolete and unused message removed.diego2004-10-021-1/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13530 b3059339-0415-0410-9bf9-f77b7e298cf2
* Hardcoded EDL messages moved to help_mp-en.h, Doxygen comments added, patchdiego2004-09-171-0/+15
| | | | | | | | by "Reynaldo H. Verdejo Pinochet" <reynaldo at opendot dot cl>, spelling and wording corrections by me. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13359 b3059339-0415-0410-9bf9-f77b7e298cf2
* Renamed some MSGTR_VO_JPEG_* messages to MSGTR_VO_* messages, so they canivo2004-09-081-7/+8
| | | | | | | | | | | | easily be re-used by other video output drivers, without having inapproriate names. To make live easier for the translators, I have made the same changes to the German and Spanish translations (those who already picked up on the MSGTR_VO_* messages). git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13285 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync by Andoni Zubimendi <andoni at lpsat.net>nauj272004-09-021-2/+144
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13232 b3059339-0415-0410-9bf9-f77b7e298cf2
* printf -> mp_msg conversion, first stepsdiego2004-08-241-1/+2
| | | | | | | patch by The Wanderer <inverseparadox@comcast.net> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13123 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync by Andoni Zubimendi <andoni at lpsat.net>nauj272004-08-111-7/+13
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12999 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync and change widget -> control by Andoni Zubimendi <andoni@lpsat.net>nauj272004-06-291-4/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12730 b3059339-0415-0410-9bf9-f77b7e298cf2
* Sync by Andoni Zubimendi <andoni@lpsat.net>nauj272004-06-271-5/+9
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12706 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync by Andoni Zubimendi <andoni at lpsat.net>nauj272004-04-291-4/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12347 b3059339-0415-0410-9bf9-f77b7e298cf2
* sync by Andoni Zubimendi <andoni@lpsat.net>nauj272004-03-041-45/+65
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12010 b3059339-0415-0410-9bf9-f77b7e298cf2
* removed the historic libcss supportalex2003-12-081-6/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11594 b3059339-0415-0410-9bf9-f77b7e298cf2
* Removed outdated telecine messages.diego2003-11-041-2/+0
| | | |