|
From: Benjamin C. <bc...@us...> - 2001-08-18 14:09:33
|
Update of /cvsroot/phpbt/phpbt/languages In directory usw-pr-cvs1:/tmp/cvs-serv7935/languages Added Files: de.php en.php pt-br.php Log Message: Moving the strings files down to the languages directory --- NEW FILE: de.php --- <?php // strings-de.php - Deutsche Strings und Titel // Translation by Stefan Plank // ------------------------------------------------------------------------ // Copyright (c) 2001 The phpBugTracker Group // ------------------------------------------------------------------------ // Diese Datei ist Teil des phpBugTracker // // phpBugTracker ist freie Software; Sie koennen sie weiterverteilen // und/oder veraendern unter den Bedingungen der GNU General Public License, // publiziert durch die Free Software Foundation; entweder nach Version 2 // der Lizenz, oder (ihrer Wahl nach) irgendeiner spaeterern Version. // // phpBugTracker wird in der Hoffnung verteilt, dasz es nuetzlich ist, aber // OHNE JEDE GARANTIE; selbst ohne die eingeschloszene Garantie der // VERMARKTBARKEIT [MERCHANTIBILITY] oder EIGNUNG FUER // EINEN PARTIKULAEREN GEBRAUCH. Sie koennen mehr Details in der // GNU General Public License nachlesen. // // Sie sollten mit dem phpBugTracker eine Kopie der // GNU General Public License bekommen haben; wenn nicht, schreiben Sie der // Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, // MA 02111-1307, USA. // ------------------------------------------------------------------------- $STRING = array( 'nouser' => 'Dieser Benutzer extistiert nicht', 'dupeofself' => 'Ein Bug kann kein Duplikat von sich selbst sein', 'nobug' => 'Dieser Bug existiert nicht', 'givesummary' => 'Bitte geben Sie einen Bericht ein', 'givedesc' => 'Bitte geben Sie eine Beschreibung ein', 'noprojects' => 'Keine Projekte gefunden', 'totalbugs' => 'Total Bugs', 'giveemail' => 'Bitte geben Sie eine gültige E-mail Adresse ein.', 'loginused' => 'Dieser Benutzername ist schon in Gebrauch', 'newacctsubject' => 'phpBugTracker Login', 'newacctmessage' => "Ihr phpBugTracker Passwort ist %s", 'nobugs' => 'Kein Bug gefunden', 'givename' => 'Bitte geben Sie einen Namen ein', 'edit' => 'Bearbeiten', 'addnew' => 'Neuen hinzufügen', 'nooses' => 'Keine Betriebsysteme gefunden', 'giveinitversion' => 'Bitte geben Sie eine Initialversion für das Projekt an', 'giveversion' => 'Bitte geben Sie eine Version ein', 'noversions' => 'Keine Version gefunden', 'nocomponents' => 'Keine Komponenten gefunden', 'nostatses' => 'Keine Stati gefunden', 'givepassword' => 'Bitte geben Sie ein Passwort ein!', 'nousers' => 'Keinen Benutzer gefunden', 'bugbadperm' => 'Sie können diesen Bug nicht ändern', 'bugbadnum' => 'Dieser Bug existiert nicht', 'datecollision' => 'Jemand hat diesen Bug behoben seit Sie ihn gesehen haben. Die Buginformation wurde mit den letzten Änderunen erneut geladen.', 'passwordmatch' => 'Dieses Passwörter stimmen nicht -- Bitte probieren Sie noch einmal', 'nobughistory' => 'Es gibt keine History für diesen Bug', 'logintomodify' => 'Sie müssen eingeloggt sein, um diesen Bug zu ändern.', 'dupe_attachment' => 'Dieser Anhang existiert bereits für den Bug.', 'give_attachment' => 'Bitte geben Sie eine Datei für den Upload an.', 'no_attachment_save_path' => 'Konnte den Pfad zum Speichern nicht finden!', 'attachment_path_not_writeable' => 'Konnte keine Datei im Speicherpfad erstellen', 'attachment_move_error' => 'Es gab einen Fehler beim Bewegen der upzuloadenen Datei', 'bad_attachment' => 'Dieser Dateianhang existiert nicht', 'attachment_too_large' => 'Die angegebene Datei ist größer als '.number_format(ATTACHMENT_MAX_SIZE).' bytes', 'bad_permission' => 'Sie haben nicht die erforderlichen Rechte für diese Funktion' ); // Page titles $TITLE = array( 'enterbug' => 'Geben Sie einen Fehler ein', 'editbug' => 'Fehler Bearbeiten', 'newaccount' => 'Neuen Account anlegen', 'bugquery' => 'Fehlersuche Bug Query', 'buglist' => 'Fehlerliste', 'addcomponent' => 'Komponente hinzufügen', 'editcomponent' => 'Komponente bearbeiten', 'addproject' => 'Projekt hinzufügen', 'editproject' => 'Projekt bearbeiten', 'addversion' => 'Version hinzufügen', 'editversion' => 'Version bearbeiten', 'project' => 'Projekte', 'os' => 'Betriebssysteme', 'resolution' => 'Auflösungen', 'status' => 'Stati', 'user' => 'Benutzer', 'home' => 'Home', 'reporting' => 'Bericht' ); ?> --- NEW FILE: 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. // // 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. // ------------------------------------------------------------------------ $STRING = array( 'nouser' => 'That user does not exist', 'dupeofself' => 'A bug can\'t be a duplicate of itself', 'nobug' => 'That bug does not exist', 'givesummary' => 'Please enter a summary', 'givedesc' => 'Please enter a description', 'noprojects' => 'No projects found', 'totalbugs' => 'Total Bugs', 'giveemail' => 'Please enter a valid email address', 'loginused' => 'That login has already been used', 'newacctsubject' => 'phpBugTracker Login', 'newacctmessage' => "Your phpBugTracker password is %s", 'nobugs' => 'No bugs found', 'givename' => 'Please enter a name', 'edit' => 'Edit', 'addnew' => 'Add new', 'nooses' => 'No OSes found', 'giveinitversion' => 'Please enter an initial version for the project', 'giveversion' => 'Please enter a version', 'noversions' => 'No versions found', 'nocomponents' => 'No components found', 'nostatses' => 'No statuses found', 'givepassword' => 'Please enter a password', 'nousers' => 'No users found', 'bugbadperm' => 'You cannot change this bug', 'bugbadnum' => 'That bug does not exist', 'datecollision' => 'Someone has updated this bug since you viewed it. The bug info has been reloaded with the latest changes.', 'passwordmatch' => 'Those passwords don\'t match -- please try again', 'nobughistory' => 'There is no history for that bug', 'logintomodify' => 'You must be logged in to modify this bug', 'dupe_attachment' => 'That attachment already exists for this bug', 'give_attachment' => 'Please specify a file to upload', 'no_attachment_save_path' => 'Couldn\'t find where to save the file!', 'attachment_path_not_writeable' => 'Couldn\'t create a file in the save path', 'attachment_move_error' => 'There was an error moving the uploaded file', 'bad_attachment' => 'That attachment does not exist', 'attachment_too_large' => 'The file you specified is larger than '.number_format(ATTACHMENT_MAX_SIZE).' bytes', 'bad_permission' => 'You do not have the permissions required for that function' ); // Page titles $TITLE = array( 'enterbug' => 'Enter a Bug', 'editbug' => 'Edit Bug', 'newaccount' => 'Create a new account', 'bugquery' => 'Bug Query', 'buglist' => 'Bug List', 'addcomponent' => 'Add Component', 'editcomponent' => 'Edit Component', 'addproject' => 'Add Project', 'editproject' => 'Edit Project', 'addversion' => 'Add Version', 'editversion' => 'Edit Version', 'project' => 'Projects', 'os' => 'Operating Systems', 'resolution' => 'Resolutions', 'status' => 'Statuses', 'user' => 'Users', 'home' => 'Home', 'reporting' => 'Reporting' ); ?> --- NEW FILE: pt-br.php --- <?php // strings-br.php - Brazilian Portuguese strings and titles // Translation by Alexandre Ponso // ------------------------------------------------------------------------ // 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. // ------------------------------------------------------------------------ $STRING = array( 'nouser' => 'Este usuário não existe', 'dupeofself' => 'Um bug não pode ser duplicata de si mesmo', 'nobug' => 'Este bug não existe', 'givesummary' => 'Por favor, digite um resumo', 'givedesc' => 'Por favor, digite uma descrição', 'noprojects' => 'Nenhum projeto encontrado', 'totalbugs' => 'Total de Bugs', 'giveemail' => 'Por favor, digite um endereço de email válido', 'loginused' => 'Este login já está sendo usado', 'newacctsubject' => 'phpBugTracker Login', 'newacctmessage' => "Sua senha phpBugTracker é %s", 'nobugs' => 'Nenhum bug encontrado', 'givename' => 'Por favor, digite um nome', 'edit' => 'Editar', 'addnew' => 'Adicionar novo', 'nooses' => 'Nenhum OS encontrado', 'giveinitversion' => 'Por favor, digite uma versão inicial para o projeto', 'giveversion' => 'Por favor, digite uma versão', 'noversions' => 'Nenhuma versão encontrada', 'nocomponents' => 'Nenhum componente encontrado', 'nostatses' => 'Nenhum status encontrado', 'givepassword' => 'Por favor, digite uma senha', 'nousers' => 'Nenhum usuário encontrado', 'bugbadperm' => 'Você não pode alterar este bug', 'bugbadnum' => 'Este bug não existe', 'datecollision' => 'Alguém já alterou este bug desde que você o viu. A informação sobre o bug foi atualizada com as últimas alterações.', 'passwordmatch' => 'As senhas não conferem -- por favor, tente novamente', 'nobughistory' => 'Não há historico para este bug', 'logintomodify' => 'Você deve estar autenticado para alterar este bug', 'dupe_attachment' => 'Este anexo já existe para esse bug', 'give_attachment' => 'Por favor, escolha um arquivo para upload', 'no_attachment_save_path' => 'Não há diretório de destino!', 'attachment_path_not_writeable' => 'Não foi possível criar um arquivo no diretório de destino', 'attachment_move_error' => 'Ocorreu um erro ao mover o arquivo transmitido', 'bad_attachment' => 'Este anexo não existe', 'attachment_too_large' => 'O arquivo escolhido é maior que '.number_format(ATTACHMENT_MAX_SIZE).' bytes', 'bad_permission' => 'Você não tem as permissões necessárias para essa função' ); // Page titles $TITLE = array( 'enterbug' => 'Adicionar um Bug', 'editbug' => 'Editar Bug', 'newaccount' => 'Criar uma nova conta', 'bugquery' => 'Pesquisar Bug', 'buglist' => 'Listar Bug', 'addcomponent' => 'Adicionar Componente', 'editcomponent' => 'Editar Componente', 'addproject' => 'Adicionar Projeto', 'editproject' => 'Editar Projeto', 'addversion' => 'Adicionar Versão', 'editversion' => 'Editar Versão', 'project' => 'Projeto', 'os' => 'Sistemas Operacionais', 'resolution' => 'Normas', 'status' => 'Status', 'user' => 'Usuários', 'home' => 'Home', 'reporting' => 'Relatórios' ); ?> |