Changeset 3ec27748b1d647d9bd228de4cfe5d49ee3c236e3

Show
Ignore:
Timestamp:
03/24/03 14:52:13 (5 years ago)
Author:
Sam Hocevar <sam@videolan.org>
git-committer:
Sam Hocevar <sam@videolan.org> 1048513933 +0000
git-parent:

[7ebdd5ba79f1ef402190e61fb0bae5d4cf113978]

git-author:
Sam Hocevar <sam@videolan.org> 1048513933 +0000
Message:
  • ./THANKS: added a translation contributor.
  • ./po/it.po: fixed this file's format.
  • ./m4: fixed "make dist" when gettext is too old.
Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • THANKS

    rd066ac3 r3ec2774  
    1 $Id: THANKS,v 1.3 2003/03/19 15:44:44 hartman Exp $ 
     1$Id: THANKS,v 1.4 2003/03/24 13:52:12 sam Exp $ 
    22 
    33VLC makes extensive use of the following persons' code: 
     
    2828Felix K�fk@aenneburghardt.de> - german translation 
    2929Fumio Nakayama <endymion@ca2.so-net.ne.jp> - Japanese translation 
     30Haakon Meland Eriksen - Norwegian translation 
    3031Hans-Peter Jansen <hpj@urpla.net> - patch for module options handling 
    3132Jean-Philippe Grimaldi <jeanphi@via.ecp.fr> - bug fixes 
  • m4/.cvsignore

    r2799d36 r3ec2774  
    11Makefile 
    22Makefile.in 
     3vlc.m4 
  • m4/Makefile.am

    rebc06c0 r3ec2774  
    1 EXTRA_DIST = codeset.m4 gettext.m4 glibc21.m4 iconv.m4 isc-posix.m4 lcmessage.m4 progtest.m4 
     1EXTRA_DIST = codeset.m4 gettext.m4 glibc21.m4 iconv.m4 isc-posix.m4 lcmessage.m4 progtest.m4 vlc.m4 
  • po/it.po

    r2ede555 r3ec2774  
    77msgstr "" 
    88"Project-Id-Version: vlc\n" 
    9 "POT-Creation-Date: 2003-02-27 00:36+0100\n" 
     9"POT-Creation-Date: 2003-03-04 18:18+0100\n" 
    1010"PO-Revision-Date: 2003-01-31 16:35+0100\n" 
    1111"Last-Translator: Vella Bruno\n" 
     
    110110"1=warnings, 2=debug)." 
    111111msgstr "" 
    112 "Questa opzione imposta il livello di dettaglio dei messaggi (0=solo errori e messaggi standard, 1=avvertimenti, 2=debug)." 
     112"Questa opzione imposta il livello di dettaglio dei messaggi (0=solo errori e " 
     113"messaggi standard, 1=avvertimenti, 2=debug)." 
    113114 
    114115#: src/libvlc.h:54 
     
    141142"When this option is turned on, the interfaces will show all the available " 
    142143"options, including those that most users should never touch" 
    143 msgstr "Quando questa opzione e' attiva, le interfacce mostreranno tutte le opzioni disponibili, incluse quelle che la maggior parte degli utenti non dovrebbero mai toccare" 
     144msgstr "" 
     145"Quando questa opzione e' attiva, le interfacce mostreranno tutte le opzioni " 
     146"disponibili, incluse quelle che la maggior parte degli utenti non dovrebbero " 
     147"mai toccare" 
    144148 
    145149#: src/libvlc.h:68 
     
    251255"hardware supports it as well as the audio stream being played." 
    252256msgstr "" 
    253 "Questa opzione ti permette di utilizzare l'uscita audio S/PDIF se il tuo hardware la supporta mentre viene riprodotta la sorgente audio." 
     257"Questa opzione ti permette di utilizzare l'uscita audio S/PDIF se il tuo " 
     258"hardware la supporta mentre viene riprodotta la sorgente audio." 
    254259 
    255260#: src/libvlc.h:116 
     
    317322"This is the local display port that will be used for X11 drawing. For " 
    318323"instance :0.1." 
    319 msgstr "Questa e' la porta dello schermo locale che verra' usata per la grafica X11. Per esempio :0.1." 
     324msgstr "" 
     325"Questa e' la porta dello schermo locale che verra' usata per la grafica X11. " 
     326"Per esempio :0.1." 
    320327 
    321328#: src/libvlc.h:146 
     
    32693276msgid "" 
    32703277"You can set the maximum number of lines that the log window will display." 
    3271 msgstr "Puoi impostare il numero massimo di linee che la finestra resoconto mostrera'." 
     3278msgstr "" 
     3279"Puoi impostare il numero massimo di linee che la finestra resoconto " 
     3280"mostrera'." 
    32723281 
    32733282#: modules/gui/win32/win32.cpp:305