Diferencias

Muestra las diferencias entre dos versiones de la página.

Enlace a la vista de comparación

proyectos:forov2:lang_faq_attach_php [2006/06/26 17:01]
santisis creado
proyectos:forov2:lang_faq_attach_php [2006/08/03 05:09] (actual)
inggenia traduje lang_faq_attach
Línea 3: Línea 3:
 <code> <code>
 <?php <?php
-/**  +/**************************************************************************
-+ *                            lang_faq_attach.php [Argentinean Spanish
-attachment mod faq [English+ *                              ------------------- 
-+ *     begin                : Tue Feb 12 2002 
-@package attachment_mod + *     copyright            : Neri Tisocco 
-* @version $Idlang_faq_attach.php,v 1.1 2005/11/05 10:25:02 acydburn Exp $ + *     e-mail               : neritisocco@hotmail.com 
-@copyright (c2002 torgeir andrew waterhouse + *     location             : Capital Federal, Argentina 
-@license http://opensource.org/licenses/gpl-license.php GNU Public License  + *     version              0.1.20060703 
-+ * 
-*/ + *     Translator Spanish:  xoom (webmaster@muchografico.com
 + *     http://www.muchografico.com 
 + * 
 + *     modified from Spanish language by: 
 + *                          Neri Tisocco (neritisocco@hotmail.com) 
 + * 
 + * 
 + ****************************************************************************/ 
 +/*************************************************************************** 
 + * 
 + *   This program 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. 
 + 
 + ***************************************************************************/
 /** /**
-* DO NOT CHANGE + * DO NOT CHANGE 
-*/ + */ 
-if (!isset($faq) || !is_array($faq)) + if (!isset($faq) || !is_array($faq)) 
-+ { 
- $faq = array(); +  $faq = array(); 
-}+ }
  
-$faq[] = array("--","Attachments");+$faq[] = array("--","Adjuntos");
  
-$faq[] = array("How do I add an attachment?", "You can add attachments when you post a new post. You should see a <i>Add an Attachment</i> form below the main posting boxWhen you click the <i>Browse...</i> button the standard Open dialogue window for your computer will openBrowse to the file you want to attachselect it and click OK, Open or doubleclick according to your liking and/or the correct procedure for your computerIf you choose to add a comment in the <i>File Comment</i> field this comment will be used as a link to the attached fileIf you haven't added a comment the filename itself will be used to link to the attachmentIf the board administrator has allowed it you will be able to upload multiple attachements by following the same procedure as described above until you reach the max allowed number of attachments for each post.<br/><br/>The board administrator sets an upper limit for filesizedefined file extensions and other things for attachments on the boardBe aware that it's your responsiblity that your attachments comply with the boards acceptance of use policyand that they may be deleted without warning.<br/><br/>Please note that the boards owner, webmaster, administrator or moderators can not and will not take responsibility for any loss of data.");+$faq[] = array("¿Cómo agrego un adjunto?", "Podés agregar un adjunto cuando enviás un nuevo post. Deberias ver el formulario <i>Agregar un Adjunto</i> debajo del cuadro de texto del mensajeCuando haga click en el boton <i>Examinar...</i> se abrira la ventana de dialogo estandar Abrir, para buscar en tu computadoraBuscá el archivo que querés adjuntarseleccionalo y hacé click en OK, Open, Abrir o doble click según el procedimiento correcto para tu computadoraSi deseás hacer un comentario en el campo <i>Comentario</i> este comentario será usado como un link al archivo adjuntadoSi no agregás un comentario se usará el nombre del archivo como link. Si el Administrador del For lo permite vas a poder adjuntar varios archivos mediante el mismo procedimiento hasta alcanzar el número máximo de adjuntos permitidos para cada post.<br/><br/>El administrador fija un tamaño máximo para los archivosdefine las extensiones permitidas para los archivos y otras cosas relacionadas con los Archivos Adjuntos en el foroAtención, es tu responsabilidad cumplir con las normas fijadas en las políticas del foropueden ser borrados sin aviso.<br/><br/>Por favor notá que los dueños, webmaster, administradores y moderadores del Foro no se harán responsables por la pérdida de datos.");
  
-$faq[] = array("How do I add an attachment after the initial posting?", "To add an attachment after the initial posting you'll need to edit your post and follow the description aboveThe new attachment will be added when you click <i>Submit</i> to add the edited post.");+$faq[] = array("¿Cómo agrego un adjunto después de haber enviado el post?", "Para agregar un adjunto luego de haber enviado el post deberás editar el mismo y seguir los procedimientos antes descriptosLos nuevos adjuntos serán agregados cuando hagas click en <i>Enviar</i> para enviar el post editado.");
  
-$faq[] = array("How do I delete an attachment?", "To delete attachments you'll need to edit your post and click on the <i>Delete Attachment</i> next to the attachment you want to delete in the <i>Posted Attachments</i> boxThe attachment will be deleted when you click <i>Submit</i> to add the edited post.");+$faq[] = array("¿Cómo borro un adjunto?", "Para borrar un adjunto tenés que editar tu post y hacer click en <i>Borrar Adjunto</i> junto al adjunto que querés borrar en el cuadro <i>Adjuntos Enviados</i> . Los nuevos adjuntos serán borrados cuando hagas click en <i>Enviar</i> para enviar el post editado.");
  
-$faq[] = array("How do I update a file comment?", "To update a file comment you'll need to edit your post, edit the text in the <i>File Comment</i> field and click on the <i>Update Comment</i> button next to the file comment you want to update in the <i>Posted Attachments</i> boxThe file comment will be updated when you click <i>Submit</i> to add the edited post.");+$faq[] = array("¿Como actualizo el comentario de un adjunto?", "Para actualizar el comentario de un adjunto tenés que editar el post, editá el texto en el campo <i>Comentario</i> y hacé click en el botón <i>Actualizar Comentario</i> . Los nuevos comentarios serán actualizados cuando hagas click en <i>Enviar</i> para enviar el post editado.");
  
-$faq[] = array("Why isn't my attachment visible in the post?", "Most probably the file or Extension is no longer allowed on the forumor moderator or administrator has deleted it for being in conflict with the boards acceptance of use policy.");+$faq[] = array("¿Porqué no veo el adjunto en mi post?", "Probablemente la extensión del archivo no se permite en el Foroel Administrador/del Foro lo ha deshabilitado por no cumplir con la política del Foro.");
  
-$faq[] = array("Why can't I add attachments?", "On some forums adding attachments may be limited to certain users or groupsTo add attachments you may need special authorisationonly the forum moderator and board admin can grant this accessyou should contact them.");+$faq[] = array("¿Porqué no puedo agregar adjuntos?", "En algunos Foros el envío de adjuntos puede estar limitado a ciertos Grupos de UsuariosPara agregar un adjunto podrías necesitar una autorización especialsólo un moderador o administrador puede otorgar este permisodeberías contactarlos.");
  
-$faq[] = array("I've got the necessary permissionswhy can't I add attachments?", "The board administrator sets an upper limit for filesizefile extensions and other things for attachments on the boardA moderator or administrator may have altered your permissionsor discontinued attachments in the specific forumYou should get an explanation in the error message when trying to add an attachmentif not you might consider contacting the moderator or administrator.");+$faq[] = array("Obtuve los permisos necesarios¿porque no puedo agregar adjuntos?", "El Administrador del Foro fija un tamaño máximo para los archivosextensiones y otras cosas relacionadas con los adjuntos dentro del ForoUn Administrador o Moderador puede haber alterado sus permisoso discontinuado el envio de adjuntos en el respectivo ForoDeberías obtener una explicación en el mensaje de error que se muestra cuando intentás agregar el adjuntoen caso contrario considerá contactar a un Administrador o Moderador.");
  
-$faq[] = array("Why can't I delete attachments?", "On some forums deleting attachments may be limited to certain users or groupsTo delete attachments you may need special authorisationonly the forum moderator and board admin can grant this accessyou should contact them.");+$faq[] = array("¿Porqué no puedo borrar adjuntos?", "En algunos Foros borrar adjuntos puede estar limitado a ciertos Grupos de UsuariosPara borrar un adjunto podrías necesitar una autorización especialsólo un moderador o administrador puede otorgar este permisodeberías contactarlos.");
  
-$faq[] = array("Why can't I view/download attachments?", "On some viewing/downloading forums attachments may be limited to certain users or groupsTo view/download attachments you may need special authorisationonly the forum moderator and board admin can grant this accessyou should contact them.");+$faq[] = array("¿Porqué no puedo Ver/Bajar adjuntos?", "En algunos Foros Ver/bajar adjuntos puede estar limitado a ciertos Grupos de UsuariosPara Ver/Bajar un adjunto podrías necesitar una autorización especialsólo un moderador o administrador puede otorgar este permisodeberías contactarlos.");
  
-$faq[] = array("Who do I contact about illegal or possibly illegal attachments?", "You should contact the administrator of this boardIf you cannot find who this is you should first contact one of the forum moderators and ask them who you should in turn contactIf you still get no response you should contact the owner of the domain (do a whois lookup) orif this is running on a free service (e.g. yahoo, free.fr, f2s.com, etc.), the management or abuse department of that servicePlease note that phpBB Group has absolutely no control and cannot in any way be held liable over howwhere or by whom this board is usedIt is absolutely pointless contacting phpBB Group in relation to any legal (cease and desistliabledefamatory comment, etc.) matter not directly related to the phpbb.com website or the discrete software of phpBB itselfIf you do email phpBB Group about any third party use of this software then you should expect a terse response or no response at all.");+$faq[] = array("¿A quién contacto en caso de un adjunto ilegal o posiblemente ilegal?", "Deberías contactar con el Administrador del ForoSi no podés averiguar quién es, deberías contactar primero a un moderador preguntando a quién dirigir la consultaSi continúa sin respuestas deberías contactar al dueño del dominio (hacé un whois lookup) osi el foro corre en un servicio gratuito (ej. yahoo, free.fr, f2s.com, etc.), a la administración de ese servicioAtención, phpBB Group no tiene control en lo absoluto y no puede de ninguna manera ser culpado por cómodónde o por quién este foro es usadoNo tiene sentido en absoluto contactar al phpBB Group en relacion a cualquier asunto legal(cesar y desistirresponsablilizardifamar, etc.) no relacionado directamente con phpbb.com website o el software of phpBB en sí mismoSi enviás un mail al phpBB Group acerca del uso de este software por terceros recibirás una respuesta concisa o directamente ninguna .");
  
-?> +?></code>
-</code>+
proyectos/forov2/lang_faq_attach_php.txt · Última modificación: 2006/08/03 05:09 por inggenia
 
Excepto donde se indique lo contrario, el contenido de esta wiki se autoriza bajo la siguiente licencia: CC Attribution-Noncommercial-Share Alike 3.0 Unported


Recent changes RSS feed Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki