Domande da un newbee

Gaetano Giunta g.giunta@libero.it
Thu, 21 Mar 2002 23:50:53 +0100


Messaggio in formato MIME composto da pił parti.

------=_NextPart_000_0001_01C1D133.5F142EA0
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

Scusate in anticipo se le domande che pongo sono apparse gia' =
un'infinita' di volte sulla lista. Ho dato una (breve, lo confesso) =
occhiata all'archivio e non ho trovato le risposte che cercavo per cui =
ecco qui:

mi sono cimentato con una breve traduzione per il prgetto phpbugtracker, =
ospitato su sourceforge. Ho scaricato il glossario e le note dal sito =
dell'ILDP, ma ho dei dubbi su:

- traduzione di 'please': lo si omette del tutto o e' meglio usare =
'prego' piuttosto che 'per favore'? Caso tipico: nelle dialog box che =
avvertono l'utente se ha inserito un dato sbagliato

- uso di 'that': "that object does not exist" =3D> "l'oggetto non =
esiste". Mi sembra un po' una forzatura del testo originale, ma usare =
'questo' o 'quello' mi sembra suoni male...

- il termine 'debugging' e' riportato nel glossario, ma non 'bug'...

- idem per 'email' e 'attachment': nel glossario non ci sono. Vanno =
tradotti?

- altro termine su cui sono in dubbio: reporting (e report)

- status va tradotto come stato o lasciato come status ?

- ed infine 'login'


Grazie per aver avuto la cortesia di legger sin qui (e di rispondere, =
ovviamente)

In attachment metto il file originale e la mia traduzione (sono file =
PHP). Se qualcuno avesse tempo e/o voglia di dargli un'occhiata per =
eventuali correzioni/consigli gliene sarei grato. Chissa' che dopo =
questa fatica non mi lanci a capofitto nella traduzione di qualche =
progetto GNU...

Gaetano Giunta
=20

------=_NextPart_000_0001_01C1D133.5F142EA0
Content-Type: application/octet-stream;
	name="strings-en.php"
Content-Transfer-Encoding: quoted-printable
Content-Disposition: attachment;
	filename="strings-en.php"

<?php

// strings-en.php - English strings and titles
// =
------------------------------------------------------------------------
// Copyright (c) 2001 The phpBugTracker Group
// =
------------------------------------------------------------------------
// This file is part of phpBugTracker
//
// phpBugTracker is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation; either version 2 of the License, or
// (at your option) any later version.
//=20
// phpBugTracker is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
// GNU General Public License for more details.
//=20
// You should have received a copy of the GNU General Public License
// along with phpBugTracker; if not, write to the Free Software =
Foundation,
// Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
// =
------------------------------------------------------------------------
// $Id: en.php,v 1.12 2002/03/18 17:42:24 bcurtis Exp $

$STRING =3D array(
	'lang_charset' =3D> 'us-ascii',
	'nouser' =3D> 'That user does not exist',
	'dupeofself' =3D> 'A bug can\'t be a duplicate of itself',
	'nobug' =3D> 'That bug does not exist',
	'givesummary' =3D> 'Please enter a summary',
	'givedesc' =3D> 'Please enter a description',
	'noprojects' =3D> 'No projects found',
	'totalbugs' =3D> 'Total Bugs',
	'giveemail' =3D> 'Please enter a valid email address',
	'givelogin' =3D> 'Please enter a login',
	'loginused' =3D> 'That login has already been used',
	'newacctsubject' =3D> 'phpBugTracker Login',
	'newacctmessage' =3D> "Your phpBugTracker password is %s",
	'nobugs' =3D> 'No bugs found',
	'givename' =3D> 'Please enter a name',
	'edit' =3D> 'Edit',
	'addnew' =3D> 'Add new',
	'nooses' =3D> 'No OSes found',
	'giveinitversion' =3D> 'Please enter an initial version for the =
project',
	'giveversion' =3D> 'Please enter a version',
	'noversions' =3D> 'No versions found',
	'nocomponents' =3D> 'No components found',
	'nostatuses' =3D> 'No statuses found',
	'noseverities' =3D> 'No severities found',
	'givepassword' =3D> 'Please enter a password',
	'nousers' =3D> 'No users found',
	'bugbadperm' =3D> 'You cannot change this bug',
	'bugbadnum' =3D> 'That bug does not exist',
	'datecollision' =3D> 'Someone has updated this bug since you viewed it.	=
The bug info has been reloaded with the latest changes.',
	'passwordmatch' =3D> 'Those passwords don\'t match -- please try =
again',
	'nobughistory' =3D> 'There is no history for that bug',
	'logintomodify' =3D> 'You must be logged in to modify this bug',
	'dupe_attachment' =3D> 'That attachment already exists for this bug',
	'give_attachment' =3D> 'Please specify a file to upload',
	'no_attachment_save_path' =3D> 'Couldn\'t find where to save the =
file!',
	'attachment_path_not_writeable' =3D> 'Couldn\'t create a file in the =
save path',
	'attachment_move_error' =3D> 'There was an error moving the uploaded =
file',
	'bad_attachment' =3D> 'That attachment does not exist',
	'attachment_too_large' =3D> 'The file you specified is larger than =
'.number_format(ATTACHMENT_MAX_SIZE).' bytes',
	'bad_permission' =3D> 'You do not have the permissions required for =
that function',
	'project_only_all_groups' =3D> 'You cannot choose specific groups when =
"All Groups" is chosen',
	'previous_bug' =3D> 'Previous',
	'next_bug' =3D> 'Next',
	'already_voted' =3D> 'You have already voted for this bug',
	'too_many_votes' =3D> 'You have reached the maximum number of votes per =
user',
	'no_votes' =3D> 'There are no votes for this bug',
	'user_filter' =3D> array(
		0 =3D> 'All users',
		1 =3D> 'Active users',
		2 =3D> 'Inactive users'),
	'dupe_dependency' =3D> 'That bug dependency has already been added'
	);
=09
// Page titles
$TITLE =3D array(
	'enterbug' =3D> 'Enter a Bug',
	'editbug' =3D> 'Edit Bug',
	'newaccount' =3D> 'Create a new account',
	'bugquery' =3D> 'Bug Query',
	'buglist' =3D> 'Bug List',
	'addcomponent' =3D> 'Add Component',
	'editcomponent' =3D> 'Edit Component',
	'addproject' =3D> 'Add Project',
	'editproject' =3D> 'Edit Project',
	'addversion' =3D> 'Add Version',
	'editversion' =3D> 'Edit Version',
	'project' =3D> 'Projects',
	'os' =3D> 'Operating Systems',
	'resolution' =3D> 'Resolutions',
	'status' =3D> 'Statuses',
	'severity' =3D> 'Severity',
	'user' =3D> 'Users',
	'home' =3D> 'Home',
	'reporting' =3D> 'Reporting',
	'group' =3D> 'Groups'
	);
=09
?>


------=_NextPart_000_0001_01C1D133.5F142EA0
Content-Type: application/octet-stream;
	name="strings-it.php"
Content-Transfer-Encoding: quoted-printable
Content-Disposition: attachment;
	filename="strings-it.php"

<?php

// strings-it.php - Italian strings and titles
// =
------------------------------------------------------------------------
// Copyright (c) 2001 The phpBugTracker Group
// =
------------------------------------------------------------------------
// This file is part of phpBugTracker
//
// phpBugTracker is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation; either version 2 of the License, or
// (at your option) any later version.
//
// phpBugTracker is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with phpBugTracker; if not, write to the Free Software =
Foundation,
// Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
// =
------------------------------------------------------------------------
// $Id: en.php,v 1.12 2002/03/18 17:42:24 bcurtis Exp $

$STRING =3D array(
        'lang_charset' =3D> 'us-ascii',
        'nouser' =3D> 'L\'utente non esiste',
        'dupeofself' =3D> 'Un bug non puo\' essere un duplicato di se =
stesso',
        'nobug' =3D> 'Il bug non esiste',
        'givesummary' =3D> 'Inserire un sommario',
        'givedesc' =3D> 'Inserire una descrizione',
        'noprojects' =3D> 'Nessun progetto trovato',
        'totalbugs' =3D> 'Bug totali',
        'giveemail' =3D> 'Inserire un indirizzo valido di posta =
elettronica',
        'givelogin' =3D> 'Inserire un login',
        'loginused' =3D> 'Il login e\' gia\' in uso',
        'newacctsubject' =3D> 'phpBugTracker Login',
        'newacctmessage' =3D> "La vostra password di phpBugTracker e\' =
%s",
        'nobugs' =3D> 'Nessun bug trovato',
        'givename' =3D> 'Inserire un nome',
        'edit' =3D> 'Modificare',
        'addnew' =3D> 'Aggiungere',
        'nooses' =3D> 'Nessun S.O. trovato',
        'giveinitversion' =3D> 'Inserire una versione iniziale per il =
progetto',
        'giveversion' =3D> 'Inserire una versione',
        'noversions' =3D> 'Nessuna versione trovata',
        'nocomponents' =3D> 'Nessun componente trovato',
        'nostatuses' =3D> 'Nessuno stato trovato',
        'noseverities' =3D> 'Nessuna severita\' trovata',
        'givepassword' =3D> 'Inserire una password',
        'nousers' =3D> 'Nessun utente trovato',
        'bugbadperm' =3D> 'Non potete cambiare questo bug',
        'bugbadnum' =3D> 'Il bug non esiste',
        'datecollision' =3D> 'Il bug e\' stato modificato il bug dopo =
che l\'avete visualizzato.        L\'informazione sul bug e\' stata =
ricaricata con le ultime modifiche.',
        'passwordmatch' =3D> 'Le password non corrispondono -- =
Riprovare',
        'nobughistory' =3D> 'Non c\'e\' nessuna storia per il bug',
        'logintomodify' =3D> 'Bisogna aver fatto il login per modificare =
questo bug',
        'dupe_attachment' =3D> 'L\'attachment esiste gia\' per questo =
bug',
        'give_attachment' =3D> 'Specificare un file da caricare',
        'no_attachment_save_path' =3D> 'Manca il path in cui salvare il =
file!',
        'attachment_path_not_writeable' =3D> 'Non si puo\' creare un =
file nel path di salvataggio',
        'attachment_move_error' =3D> 'Si e\' verificato un errore =
spostando il file caricato',
        'bad_attachment' =3D> 'L\' attachment non esiste',
        'attachment_too_large' =3D> 'La dimensione del file specificato =
e\' maggiore di '.number_format(ATTACHMENT_MAX_SIZE).' byte',
        'bad_permission' =3D> 'Mancano i permessi richiesti per questa =
funzione',
        'project_only_all_groups' =3D> 'Non si possono scegliere gruppi =
specifici quando l'opzione "Tutti i gruppi" e\' selezionata',
        'previous_bug' =3D> 'Precedente',
        'next_bug' =3D> 'Successivo',
        'already_voted' =3D> 'Avete gia\' votato per questo bug',
        'too_many_votes' =3D> 'Avete raggiunto il numero massimo di voti =
per utente',
        'no_votes' =3D> 'Non ci sono voti per questo bug',
        'user_filter' =3D> array(
                0 =3D> 'Tutti gli utenti',
                1 =3D> 'Utenti attivi',
                2 =3D> 'Utenti Inattivi'),
        'dupe_dependency' =3D> 'La dipendenza per il bug e\' gia\' stata =
aggiunta'
        );

// Page titles
$TITLE =3D array(
        'enterbug' =3D> 'Inserisci Bug',
        'editbug' =3D> 'Modifica Bug',
        'newaccount' =3D> 'Crea nuovo account',
        'bugquery' =3D> 'Interrogazione Bug',
        'buglist' =3D> 'Lista dei Bug',
        'addcomponent' =3D> 'Aggiungi Componente',
        'editcomponent' =3D> 'Modifica Componente',
        'addproject' =3D> 'Aggiungi Progetto',
        'editproject' =3D> 'Modifica progetto',
        'addversion' =3D> 'Aggiungi Versione',
        'editversion' =3D> 'Modifica Versione',
        'project' =3D> 'Progetti',
        'os' =3D> 'Sistemi Operativi',
        'resolution' =3D> 'Risoluzioni',
        'status' =3D> 'Stati',
        'severity' =3D> 'Severita\'',
        'user' =3D> 'Utenti',
        'home' =3D> 'Home',
        'reporting' =3D> 'Reporting',
        'group' =3D> 'Gruppi'
        );

?>

------=_NextPart_000_0001_01C1D133.5F142EA0--