# Portuguese (Brazilian) translation of CIPA
# Copyright (c) 2005 admin Admins may create many image nodes at once by uploading all images "
"to a folder on the server. This upload happens outside of Drupal, "
"usually using an FTP client. This page allows you to import a translation provided in the "
"gettext Portable Object (.po) format. The easiest way to get your "
"site translated is to grab an existing Drupal translation and to "
"import it. You can obtain translations from the Drupal translation page. Note that importing a "
"translation file might take a while. Drupal allows you to translate the interface to a language other "
"than English. This page provides an overview of the installed "
"languages. You can add more languages on the add language page, or directly by importing a translation. If there are multiple "
"languages enabled, registered users will be able to set their "
"preference. The site default will be used for users without their own "
"settings, including anonymous visitors. There are different "
"approaches to translate the Drupal interface: either by importing an existing translation, by translating everything yourself, or by using a "
"combination of these. O Drupal permite que você traduza a interface para um idioma que "
"não seja o Inglês. Esta página provê uma visão geral dos idiomas "
"instalados. Você pode adicionar mais idiomas na página adicionar idioma, ou diretamente importando uma tradução. Se existirem "
"múltiplos idiomas ativos, usuários registrados poderão definir a "
"sua preferência. O padrão será utilizado para os usuários sem suas "
"propriedades definidas, incluindo visitantes anônimos. Existem "
"diferentes possibilidades de traduzir a interface do Drupal: importando uma tradução existente, traduzindo tudo você mesmo, ou usando uma "
"combinação destes. Most programs are written and documented in English, and "
"primarily use English to interact with users. This is also true for a "
"great deal of web sites. However, most people are less comfortable "
"with English than with their native language, and would prefer to use "
"their mother tongue as much as possible. Many people love to see their "
"web site showing a lot less English, and far more of their own "
"language. Therefore Drupal provides a framework to setup a "
"multi-lingual web site, or to overwrite the default English "
"texts. Whenever Drupal encounters an interface string which needs to "
"be displayed, it tries to translate it into the currently selected "
"language. If a translation is not available, then the string is "
"remembered, so you can look up untranslated strings easily. Drupal provides two options to translate these strings. First "
"is the integrated web interface, where you can search for untranslated "
"strings, and specify their translations via simple web forms. An "
"easier, and much less time consuming method is to import translations "
"already done for your language. This is achieved by the use of GNU "
"gettext Portable Object files. These are editable with quite "
"convinient desktop editors specifically architected for supporting "
"your work with GNU Gettext files. The import feature allows you to add "
"strings from such files into the site database. The export "
"functionality enables you to share your translations with others, "
"generating Portable Object files from your site strings."
msgstr ""
#: includes/theme.inc:740
msgid "[more help...]"
msgstr ""
#: modules/archive.module:189
msgid "Browse archives"
msgstr "Navegar nos arquivos"
#: modules/aggregator.module:15
msgid ""
"\n"
" Thousands of sites (particularly news sites and weblogs) "
"publish their latest headlines and/or stories in a machine-readable "
"format so that other sites can easily link to them. This content is "
"usually in the form of an RSS feed (which is "
"an XML-based syndication standard). You can read aggregated content from many sites using RSS "
"feed readers, such as Amphetadesk. Drupal provides the means to aggregate feeds from many sites "
"and display these aggregated feeds to your site's visitors. To do "
"this, enable the aggregator module in site administration and then go "
"to the aggregator configuration page, where you can subscribe to feeds "
"and set up other options. Many web sites (especially weblogs) display small XML icons "
"or other obvious links on their home page. You can follow these to "
"obtain the web address for the RSS feed. Common extensions for RSS "
"feeds are .rss, .xml and .rdf. For example: Slashdot RSS. If you can't find a feed for a site, or you want to find "
"several feeds on a given topic, try an RSS syndication directory such "
"as Syndic8. To learn more about RSS, read Mark Pilgrim's What "
"is RSS and WebReference.com's The "
"Evolution of RSS articles. NOTE: Enable your site's XML syndication button by turning on "
"the Syndicate block in block management. To subscribe to an RSS feed on another site, use the aggregation page. Once there, click the new feed tab. "
" Drupal will then ask for the following: Once you have submitted the new feed, check to make sure it "
"is working properly by selecting update "
"items on the aggregation page. If you "
"do not see any items listed for that feed, edit the feed and make sure "
"that the URL was entered correctly. News items can be filed into categories. To create a "
"category, start at the aggregation "
"page. Once there, select new category "
"from the menu. Drupal will then ask for the following: The news aggregator has a number of ways that it displays "
"your subscribed content: Pages that display items (for sources, categories, etc.) "
"display the following for each item:\n"
" Additionally, users with the administer news feeds "
"permission will see a link to categorize the news items. Clicking "
"this will allow them to select which category(s) each news item is "
"in. Drupal automatically generates an OPML feed file that is "
"available by selecting the XML icon on the News Sources page. When fetching feeds Drupal supports conditional GETs, this "
"reduces the bandwidth usage for feeds that have not been updated since "
"the last check. If a feed is permanently moved to a new location Drupal will "
"automatically update the feed URL to the new address. Blocks are the boxes visible in the sidebar(s) of your web site. "
"These are usually generated automatically by modules (e.g. recent "
"forum topics), but you can also create your own blocks. The sidebar each block appears in depends on both which theme "
"you're using (some are left-only, some right, some both), and on the "
"settings in block management. Whether a block is visible in the "
"first place depends on four things: The block management screen also lets you specify the vertical "
"sort-order of the blocks within a sidebar. You do this by assigning a "
"weight to each block. Lighter blocks (smaller weight) "
"\"float up\" towards the top of the sidebar. Heavier ones \"sink "
"down\" towards the bottom of it. The path setting lets you define the pages on which a specific "
"block is visible. If you leave the path blank it will appear on all "
"pages. The path uses a regular expression syntax so remember to escape "
"special characters! The path expression is matched against the "
"relative URL of a Drupal page, e.g. In case you do not know what a regular expression is, you should "
"read about them in the PHP manual. The chapter to look at is the one "
"on Perl-Compatible Regular Expressions "
"(PCRE). However, for basic tasks it is sufficient to look at the following "
"examples: If the block should only show up on blog pages, use <^blog>. "
"To display on all node views use <^node>. The angular brackets "
"are used as delimiters of the regular expression. To show up on "
"either forum or book pages use <^(forum|book)>. The round "
"brackets form a group of expressions, divided by the | character. It "
"matches if any of the expressions in it match. A more complicated "
"example is <^node/add/(story|blog|image)>. Blocks which have "
"their paths set to this expression will show up on story, block, or "
"image composition pages. If you want to show a block an all pages, "
"but not the search page, use <^(?!search)>. An administrator defined block contains content supplied by you (as "
"opposed to being generated automatically by a module). Each "
"admin-defined block consists of a title, a description, and a body "
"which can be as long as you wish. The Drupal engine will 'render' the "
"content of the block. Drupal's blog module allows registered users to maintain an "
"online weblog (commonly known as a blog), often referred to as an "
"online journal or diary. These can be filled with daily thoughts, "
"poetry, boneless blabber, spiritual theories, intimate details, "
"valuable experiences, cynical rants, semi-coherent comments, writing "
"experiments, artistic babblings, critics on current facts, fresh "
"insights, diverse dreams, chronicles and mumbling madness available "
"for public consumption. Blogs are made up of individual entries (nodes) that are "
"timestamped and are typically viewed by day as you would a diary. "
"Blogs often contain links to things you've seen and/or agree/disagree "
"with. A typical example of a long term blog can be seen at "
"%scripting-com. The blog module adds a \"user blogs\" navigation link to the "
"site, which takes any visitor to a page that displays the most recent "
"blog entries from all the users on the site. Personal user menus gain "
"a \"create a blog entry\" link (which takes you to a submission form) "
"and a \"view personal blog\" link (which displays your blog entries as "
"other people will see them). On the bottom of each of your own blog "
"entries, there is an \"edit this blog entry\" link that lets you edit "
"or delete that entry. If a user has the ability to post blogs, then the import "
"module (news aggregator) will display a blog-it link "
"(b) next to each news item in its lists. Click on "
"this and you will be taken to the blog submission form, with the "
"title, a link to the item, and a link to the source into the body text "
"already in the text box, ready for you to add your explanation. This "
"actively encourages people to add blog entries about things they see "
"and hear elsewhere in the Drupal site and from your syndicated partner "
"sites. The book organises content into a nested hierarchical "
"structure. It is particularly good for manuals, Frequently Asked "
"Questions (FAQs) and the like, allowing you to have chapters, "
"sections, etc. A book is simply a collection of nodes that have been linked "
"together. These nodes are usually of type book page, but you "
"can insert nodes of any type into a book outline. Every node in the "
"book has a parent node which \"contains\" it. This is how "
"book.module establishes its hierarchy. At any given level in the "
"hierarchy, a book can contain many nodes. All these sibling nodes are "
"sorted according to the weight that you give them. A book page is a special node type that allows you to embed "
"PHP within the body of the page. This capability is only offered to "
"administrators, since malicious users could abuse this power. In "
"addition, book pages contain a log message field which helps "
"your users understand the motivation behind an edit of a book page. "
"Each edited version of a book page is stored as a new revision of a "
"node. This capability makes it easy to revert to an old version of a "
"page, should that be desirable. Like other node types, book submissions and edits may be "
"subject to moderation, depending on your configuration. Similarly, "
"books use permissions to determine who "
"may read and write to them. Only administrators are allowed to create "
"new books, which are really just nodes whose parent is "
"<top-level>. To include an existing node in your book, "
"click on the \"administer\"-link in that node. At the bottom of this "
"administration page, click on the edit book outline button. "
"This enables you to place the node wherever you'd like within the book "
"hierarchy. To add a new node into your book, use the create content » book page link. Administrators may review the hierarchy of their books by "
"clicking on the collaborative book "
"link in the adminstration pages. There, nodes may be edited, "
"reorganized, removed from book, and deleted. This behavior may change "
"in the future. When a parent node is deleted, it may leave behind "
"child nodes. These nodes are now orphans. Administrators "
"should periodically review their books for "
"orphans and reaffiliate those pages as desired. Finally, "
"administrators may also export their "
"books to a single, flat HTML page which is suitable for "
"printing. Collaborative books let you easily set up a Frequently Asked "
"Questions (FAQ) section on your web site. The main benefit is that you "
"don't have to write all the questions/answers by yourself - let the "
"community do it for you! In order to set up the FAQ, you have to create a new book "
"which will hold all your content. To do so, click on the create content » book page link. Give it a "
"thoughtful title, and body. A title like \"Estonia Travel - FAQ\" is "
"nice. You may always edit these fields later. You will probably want "
"to designate <top-level> as the parent of this page. "
"Leave the log message and type fields blank for now. "
"After you have submitted this book page, you are ready to begin "
"filling up your book with questions that are frequently asked. Whenever you come across a post which you want to include in "
"your FAQ, click on the administer link. Then click on the "
"edit book outline button at the bottom of the page. Then "
"place the relevant post wherever is most appropriate in your book by "
"selecting a parent. Books are quite flexible. They can have "
"sections like Flying to Estonia, Eating in Estonia "
"and so on. As you get more experienced with the book module, you can "
"reorganize posts in your book so that it stays organized. Notes: When enabled, the Drupal comment module creates a discussion "
"board for each Drupal node. Users can post comments to discuss a forum "
"topic, weblog post, story, collaborative book page, etc. An "
"administrator can give comment permissions to user groups, and users "
"can (optionally) edit their last comment, assuming no others have been "
"posted since. Attached to each comment board is a control panel for "
"customizing the way that comments are displayed. Users can control the "
"chronological ordering of posts (newest or oldest first) and the "
"number of posts to display on each page. Additional settings "
"include: When a user chooses save settings, the comments are "
"then redisplayed using the user's new choices. Administrators can set "
"the default settings for the comment control panel, along with other "
"comment defaults, in administer » "
"comments » configure. NOTE: When comment moderation is "
"enabled, users will have another control panel option to control "
"thresholds (see below). Comments behave like other user submissions in Drupal. "
"Filters, smileys and HTML that work in nodes will also work with "
"comments. Administrators can control access to various comment module "
"functions through administer » "
"users » configure » permissions. Know that in a new "
"Drupal installation, all comment permissions are disabled by default. "
"The choice of which permissions to grant to which roles (groups of "
"users) is left up to the site administrator. The following "
"permissions: Drupal provides specific features to inform site members when "
"new comments have been posted. Drupal displays the total number of comments attached to each "
"node, and tracks comments read by individual site members. Members "
"which have logged in will see a notice accompanying nodes which "
"contain comments they have not read. Some administrators may want to "
"download, install and configure the "
"notify module. Users can then request that Drupal send them an "
"e-mail when new comments are posted (the notify module requires that "
"cron.php be configured properly). The tracker module, disabled by default, displays "
"all the site's recent posts. There is a link to the recent posts page in the navigation block. This "
"page is a useful way to browse new or updated nodes and comments. "
"Content which the user has not yet read is tagged with a red star "
"(this graphic depends on the current theme). Visit the comment board "
"for any node, and Drupal will display a red \"new\" label "
"beside the text of unread comments. On sites with active commenting from users, the administrator "
"can turn over comment moderation to the community. With comment moderation, each comment is automatically "
"assigned an initial rating. As users read comments, they can apply a "
"vote which affects the comment rating. At the same time, users have an "
"additional option in the control panel which allows them to set a "
"threshold for the comments they wish to view. Those comments with "
"ratings lower than the set threshold will not be shown. To enable "
"moderation, the administrator must grant moderate comments permissions. Then, a "
"number of options in administer » "
"comments » configure must be configured. The first step is to create moderation labels which allow "
"users to rate a comment. Go to administer "
"» comments » configure » moderation votes. In "
"the vote field, enter the textual labels which users will see "
"when casting their votes. Some examples are So that users know how their votes affect the comment, these "
"examples include the vote value as part of the label, although that is "
"optional. Using the weight option, you can control the order in which "
"the votes appear to users. Setting the weight heavier (positive "
"numbers) will make the vote label appear at the bottom of the list. "
"Lighter (a negative number) will push it to the top. To encourage "
"positive voting, a useful order might be higher values, positive "
"votes, at the top, with negative votes at the bottom. Next go to administer » "
"comments » configure » moderation matrix. Enter the "
"values for the vote labels for each permission role in the vote "
"matrix. The values entered here will be used to create the rating for "
"each comment. NOTE: Comment ratings are calculated by averaging user "
"votes with the initial rating. In administer » "
"comments » configure » moderation thresholds, you'll "
"have to create some comment thresholds to make the comment rating "
"system useful. When comment moderation is enabled and the thresholds "
"are created, users will find another comment control panel option for "
"selecting their thresholds. They'll use the thresholds you enter here "
"to filter out comments with low ratings. Consequently, you'll probably "
"want to create more than one threshold to give users some flexibility "
"in filtering comments. When creating the thresholds, note that the Minimum "
"score is asking you for the lowest rating that a comment can have "
"in order to be displayed. To see a common example of how thresholds "
"work, you might visit Slashdot and view one "
"of their comment boards associated with a story. You can reset the "
"thresholds in their comment control panel. Finally, you may want to enter some initial comment "
"scores. In administer » "
"comments » configure » moderation roles you can assign "
"a beginning rating for all comments posted by a particular permission "
"role. If you do not assign any initial scores, Drupal will assign a "
"rating of 0 as the default. The \"Drupal\" module features a capability whereby other drupal "
"sites may call home to report their existence. In turn, this "
"enables a pod of Drupal sites to find, cooperate and advertise each "
"other. Currently, the main application of this feature is the Drupal sites page. By default, fresh Drupal "
"installations can use drupal.org as their "
"directory server and report their existence. This reporting "
"occurs via scheduled XML-RPC pings. Drupal administrators should simply enable this feature to get "
"listed on the Drupal sites page. Just "
"set your site's name, e-mail address, slogan and mission statement on "
"the administer » settings page. "
"Then make sure that the field called Drupal XML-RPC server on "
"the administer » settings » "
"drupal page is set to %drupal-xml-rpc, and enable this feature "
"using the dropdown directly below. The listing of your site will occur shortly after your site's next "
"cron run. Note that cron.php should be called using the domain name "
"which you want to have listed at drupal.org. "
"For example, don't kick off cron by requesting "
"http://127.0.0.1/cron.php. Instead, use a publicly accessible domain "
"name such as http://www.example.com/cron.php. Also note that your installation need not use drupal.org as its "
"directory server. For example, this feature is perfectly capable of "
"aggregating pings from all of your departmental drupal installations "
"sites within an enterprise. Drupal is the name of the software which "
"powers %this-site. There are Drupal web sites all over the world, and "
"many of them share their registration databases so that users may "
"freely login to any Drupal site using a single Drupal "
"ID. So please feel free to login to your account here at %this-site "
"with a username from another Drupal site. The format of a Drupal ID is "
"similar to an email address: "
"username@server. An example of a valid "
"Drupal ID is mwlily@www.drupal.org. Input formats define a way of processing user-supplied "
"text in Drupal. Every input format has its own settings of which "
"filters to apply. Possible filters include stripping out "
"malicious HTML and making URLs clickable. Users can choose between the available input formats when "
"submitting content. Below you can configure which input formats are available to which "
"roles, as well as choose a default input format (used for imported "
"content, for example). Every filter performs one particular change on the user "
"input, for example stripping out malicious HTML or making URLs "
"clickable. Choose which filters you want to apply to text in this "
"input format. If you notice some filters are causing conflicts in the output, you "
"can rearrange them."
msgstr ""
#: modules/filter.module:40
msgid ""
"\n"
" If you cannot find the settings for a certain filter, make sure "
"you've enabled it on the list filters tab "
"first. Because of the flexible filtering system, you might encounter a "
"situation where one filter prevents another from doing its job. For "
"example: a word in an URL gets converted into a glossary term, before "
"the URL can be converted in a clickable link. When this happens, you "
"will need to rearrange the order in which filters get executed. Filters are executed from top-to-bottom. You can use the weight "
"column to rearrange them: heavier filters 'sink' to the bottom. If you know how to script in PHP, Drupal gives you the power to "
"embed any script you like. It will be executed when the page is viewed "
"and dynamically embedded into the page. This gives you amazing "
"flexibility and power, but of course with that comes danger and "
"insecurity if you don't write good code. If you are not familiar with "
"PHP, SQL or with the site engine, avoid experimenting with PHP because "
"you can corrupt your database or render your site insecure or even "
"unusable! If you don't plan to do fancy stuff with your content then "
"you're probably better off with straight HTML. Remember that the code within each PHP item must be valid PHP code "
"- including things like correctly terminating statements with a "
"semicolon. It is highly recommended that you develop your code "
"separately using a simple test script on top of a test database before "
"migrating to your production environment. Notes: A basic example: You want to have a box with the title \"Welcome\" that "
"you use to greet your visitors. The content for this box could be "
"created by going: If we are however dealing with a registered user, we can customize "
"the message by using: For more in-depth examples, we recommend that you check the "
"existing Drupal code and use it as a starting point, especially for "
"sidebar boxes. To add a new input format, type its name here. After it has been "
"added, you can configure its options. No guidelines available. These are the guidelines that users will see for posting in this "
"input format. They are automatically generated from the filter "
"settings. The forum module uses taxonomy to organize itself. To create "
"a forum you first have to create a taxonomy "
"vocabulary. When doing this, choose a sensible name for it (such "
"as \"fora\") and make sure under \"Types\" that \"forum\" is selected. "
"Once you have done this, add some terms to "
"it. Each term will become a forum. If you fill in the description "
"field, users will be given additonal information about the forum on "
"the main forum page. For example: \"troubleshooting\" - \"Please ask "
"your questions here.\" When you are happy with your vocabulary, go to administer » settings » forum and set "
"Forum vocabulary to the one you have just created. "
"There will now be fora active on the site. For users to access them "
"they must have the \"access content\" permission and to create a topic they must "
"have the \"create forum topics\" permission. These permissions can be set in "
"the permission pages. To disable icons, set the icon path as blank in administer » settings » forum. All files in the icon directory are assumed to be images. You "
"may use images of whatever size you wish, but it is recommended to use "
"15x15 or 16x16. This guide explains what the various modules in Drupal do and how to configure them. It is not a substitute for the Drupal "
"handbook available online and should be used in conjunction with "
"it. The online reference handbook might be more up-to-date and has "
"helpful user-contributed comments. It is your definitive reference "
"point for all Drupal documentation. Help is available on the following items: The page module is used when you want to create content that "
"optionally inserts a link into your navigation system. You can also, "
"however, create pages that don't have this link by skipping the link "
"text field in the page form. At this time, not all themes support the "
"link insertion behavior. Some themes, like xtemplate, provide "
"alternative mechanisms for link creation. Pages are also unique in "
"that they shortcut the typical lifecycle of user generated content "
"(i.e. submit -> moderate -> post -> comment). create pages: Allows a role to create pages. "
"They cannot edit or delete pages, even if they are the authors. You "
"must enable this permission to in order for a role to create a "
"page. edit own pages: Allows a role to add/edit "
"pages if they own the page. Use this permission if you want users to "
"be able to edit and maintain their own pages. The tracker module is a handy module for displaying the most recent "
"posts. By following the recent posts link in the user block, "
"a user may quickly review all recent postings. You need to add all languages you would like to provide the site "
"interface in. If you can't find the desired language in the quick add "
"dropdown, then need to provide the proper language code yourself. The "
"language code might be used to negotiate with browsers and present "
"flags, so it is important to pick one that is standardised for the "
"desired language. You can also add languages by importing translations directly into a language "
"not yet set up. This page allows you to import a translation provided in the "
"gettext Portable Object (.po) format. The easiest way to get your "
"site translated is to grab an existing Drupal translation and to "
"import it. You can obtain translations from the Drupal translation page. This page allows you to export Drupal strings. The first option is "
"to export a translation so it can be shared. The second option is to "
"generate a translation template, which contains all Drupal strings, "
"but without their translations. You can use this template to start a "
"new translation using a specialized desktop application. It is often more convinient to get the strings of your setup on the "
"export page, and start with a desktop Gettext "
"translation editor though. Here you can search in the translated and "
"untranslated strings, and the default English texts provided by "
"Drupal. The core of the Drupal system is the node. All of the "
"contents of the system are placed in nodes, or extensions of nodes.\n"
" A base node contains: Now that you know what is in a node, here are some of the "
"types of nodes available. Welcome to your new Drupal-powered "
"website. This message will guide you through your first steps with "
"Drupal, and will disappear once you have posted your first piece of "
"content. The first thing you will need to do is create the first account. This account will "
"have full administration rights and will allow you to configure your "
"website. Once logged in, you can visit the administration section and set "
"up your site's configuration. Drupal comes with various modules, each of which contains a "
"specific piece of functionality. You should visit the module list and enable those modules which suit "
"your website's needs. Themes handle the presentation of "
"your website. You can use one of the existing themes, modify them or "
"create your own from scratch. We suggest you look around the administration section and "
"explore the various options Drupal offers you. For more information, "
"you can refer to the Drupal handbook "
"online. A very powerful feature of Drupal is the ability to have control "
"over all paths. The path module is the tool that provides this "
"functionality and is part of the basic Drupal installation, although "
"it is not enabled by default. Some examples of re-mapping paths "
"are: This functionality integrates seamlessly into node forms and also "
"provides the administrator an interface to view all aliases that have "
"been created. Aliases have a many to one relationship with their original Drupal "
"URLs. In other words you can have many different aliases map to a "
"single path. An example of where a multiple aliases come in handy is "
"creating a standard RSS feed URL: When Drupal generates links for a path with multiple aliases it "
"will choose the first alias created per system URL. So in our above "
"example, Drupal would use rss.xml as the default alias rather than "
"index.rdf. To change this behavior, delete the aliases for node/feed "
"and create the index.rdf alias before rss.xml. Two permissions are related to URL aliasing: create url "
"aliases and administer url aliases. Drupal also comes with user defined mass URL aliasing capabilities. "
"You might like to see completely different URLs used by Drupal, or "
"even URLs translated to the visitors' native language, in which case "
"this feature is handy. Only an administrator with access to the "
"website source code can set up this kind of aliases. You can define a "
" This function will shorten every You cannot only use this feature to shorten the URLs, or to "
"translate them to you own language, but also to add completely new "
"subURLs to an already existing module's URL space, or to compose a "
"bunch of existing stuff together to a common URL space. You can create "
"a Drupal can pings sites automatically to notify them that your "
"site has changed. It can ping the following sites: %weblogs, a web site that tracks and displays links to "
"changed weblogs and news-oriented web sites. To get your Drupal site "
"listed, weblogs.com must be informed about your site's updates. This "
"is the job of the ping module and when installed, the administrator "
"doesn't have to do anything to participate in the %weblogs system. The "
"ping module automatically notifies weblogs.com when your site is "
"updated. To do so, Drupal implements the %weblogs-XML. %weblogs-RSS, a web site that tracks and displays links to "
"recently changed RSS feeds in XML format. To get your Drupal site "
"listed, %weblogs-RSS must be informed about updates to your RSS feed. "
"This is the job of the ping module and when installed, the "
"administrator doesn't have to do anything to participate in the "
"%weblogs-RSS-changes system. The ping module automatically notifies "
"%weblogs-RSS when your site is updated. %blo-gs, a directory of recently updated weblogs and tools "
"for tracking interesting weblogs, in the spirit of services like "
"%weblogs, %blogtracker and %blogrolling. To get your Drupal site "
"listed, %blo-gs must be informed about your site's updates. This is "
"the job of the ping module and when installed, the administrator "
"doesn't have to do anything to participate in the %blo-gs system. The "
"ping module automatically notifies blo.gs when your site is updated. "
"To do so, Drupal implements the %blo-gs-XML. The ping feature requires crontab. Users with the correct permissions can create and/or vote on "
"polls. Creating a poll is much like creating any other node. Click "
"\"create poll\" in your user box. The title of the poll should be the "
"question, then enter the answers and the \"base\" vote counts. You can "
"also choose the time period over which the vote will run. The Poll item in the navigation links will take you to "
"a page where you can see all the current polls, vote on them (if you "
"haven't already) and view the results. The search page allows you to search the web site's content. "
"You can specify multiple words, and they will all be searched for. "
"You can also use wildcards, so 'walk*' will match 'walk', 'walking', "
"'walker', 'walkable' and so on. Furthermore, searches are not case "
"sensitive so searching for 'walk', 'Walk' or 'WALK' will yield exactly "
"the same results. Words that frequently occur, typically called 'noise words', "
"are ignored. Example words are 'a', 'at', 'and', 'are', 'as', 'how', "
"'where', etc. Words shorter than %number letters are also "
"ignored. Nesta página você pode realizar uma busca em todo o conteúdo do "
"site. Você pode especificar várias palavras a serem buscadas. Você "
"também pode usar máscaras, portanto 'anda*' vai encontrar 'anda', "
"'andando', 'andar' e assim por diante. Além disso as buscas ignoram "
"maíusculas e minúsculas, fazendo com que uma busca por 'anda', "
"'Anda', ou 'ANDA' retorne exatamente os mesmos resultados. Palavras muito comuns, também chamadas de 'ruído' serão "
"ignoradas. Exemplos são 'e', 'a', 'o', 'como', 'por' e quaisquer "
"palavras com menos de %number letras. The statistics module keeps track of numerous statistics for "
"your site but be warned, statistical collection does cause a little "
"overhead, thus everything comes disabled by "
"default. \n"
" The module counts how many times, and from where -- using "
"HTTP referrer -- each of your posts is viewed. Once we have that count "
"the module can do the following with it:\n"
" Notes on using the statistics: As with any new module, the statistics module needs to be enabled before you can use it. Also refer to "
"the permissions section, as this module "
"supports four separate permissions. This admin page shows you site-wide referrer statistics. You "
"can see 'all' statistics, 'external' statistics or "
"'internal' statistics. Default is 'all'. This admin page gives you an at-a-glance look at your most "
"popular content. It is useful for understanding what content on your "
"Drupal site is the most popular. Also on this page are links to the "
"referrer statistics for each listed node. There are some configuration options added to the main administer » settings » "
"statistics section: This module creates a block that can display the day's top "
"viewed content, the all time top viewed content, and the last content "
"viewed. Each of these links can be enabled or disabled individually, "
"and the number of posts displayed for each can be configured with a "
"drop down menu. If you disable all sections of this block, it will "
"not appear. Don't forget to enable the "
"block. This module creates a user page that can display summaries of "
"the day's most popular viewed content, the all time most popular "
"content, and the last content viewed. Each of these summaries can be "
"enabled or disabled individually, and the number of posts displayed "
"for each can be configured with a drop down menu. You can also assign "
"a name for the automatically generated link to the user page. If no "
"name is set, the link will not be displayed. This module has four permissions that "
"need to be configured in the permissions "
"section. If 'administer statistics' and 'access "
"statistics' are both enabled, the user will see a link from each "
"node to that node's referrer statistics (if enabled). The story module lets your users submit articles for "
"consideration by the rest of the community, who can vote on them if "
"moderation is enabled. Stories usually follow a publishing flow of "
"submit -> moderate -> post to the main page -> "
"comments. Administrators are able to shortcut this flow as "
"desired.How to interface translation works
\n"
" How do I find RSS feeds to aggregate?
\n"
" How do I add a news feed?
\n"
" \n"
"
\n"
" Adding categories
\n"
" \n"
"
\n"
" Using the news aggregator
\n"
" \n"
"
\n"
" \n"
"
\n"
" Technical details
\n"
"
NOTE: This module requires cron."
msgstr ""
#: modules/aggregator.module:67
msgid ""
"Add a site that has an RSS/RDF feed. The URL is the full path to the "
"RSS feed file. For the feed to update automatically you must run "
"\"cron.php\" on a regular basis. If you already have a feed with the "
"URL you are planning to use, the system will not accept another feed "
"with the same URL."
msgstr ""
#: modules/aggregator.module:69
msgid ""
"Categories provide a way to group items from different news feeds "
"together. Each news category has its own feed page and block. For "
"example, you could tag various sport-related feeds as belonging to a "
"category called Sports. News items can be added to a category "
"automatically by setting a feed to automatically place its item into "
"that category, or by using the categorize items link in any listing of "
"news items."
msgstr ""
#: modules/aggregator.module:71
msgid "These settings control the display of aggregated content."
msgstr ""
#: modules/aggregator.module:90
msgid "Items shown in sources and categories pages"
msgstr "Itens mostrados nas origens e páginas de categorias"
#: modules/aggregator.module:90
msgid ""
"The number of items which will be shown with each feed or category in "
"the feed and category summary pages."
msgstr ""
#: modules/aggregator.module:91
msgid "Category selection type"
msgstr ""
#: modules/aggregator.module:91
msgid "checkboxes"
msgstr ""
#: modules/aggregator.module:91
msgid "multiple selector"
msgstr ""
#: modules/aggregator.module:91
msgid ""
"The type of category selection widget which is shown on categorization "
"pages. Checkboxes are easier to use; a multiple selector is good for "
"working with large numbers of categories."
msgstr ""
#: modules/aggregator.module:128 ;0
msgid "aggregator"
msgstr ""
#: modules/aggregator.module:130, fuzzy
msgid "edit feed"
msgstr "editar feed"
#: modules/aggregator.module:133, fuzzy
msgid "edit category"
msgstr "editar tradução"
#: modules/aggregator.module:136 ;707
msgid "remove items"
msgstr ""
#: modules/aggregator.module:139 ;707
msgid "update items"
msgstr "atualizar itens"
#: modules/aggregator.module:145
msgid "add feed"
msgstr ""
#: modules/aggregator.module:148
msgid "add category"
msgstr ""
#: modules/aggregator.module:155
msgid "news aggregator"
msgstr "agregador de notícias"
#: modules/aggregator.module:158, fuzzy
msgid "sources"
msgstr "origens"
#: modules/aggregator.module:176 ;192
msgid "categorize"
msgstr ""
#: modules/aggregator.module:202
msgid "opml"
msgstr ""
#: modules/aggregator.module:231
msgid "%title category latest items"
msgstr ""
#: modules/aggregator.module:235
msgid "%title feed latest items"
msgstr ""
#: modules/aggregator.module:245, fuzzy
msgid "View this feed's recent news."
msgstr "Ver a seção da qual esta página faz parte."
#: modules/aggregator.module:251, fuzzy
msgid "View this category's recent news."
msgstr "Ver a seção da qual esta página faz parte."
#: modules/aggregator.module:274
msgid "Removed news items from %site."
msgstr ""
#: modules/aggregator.module:354
msgid "No new syndicated content from %site."
msgstr ""
#: modules/aggregator.module:358
msgid "Aggregator: updated URL for feed %title to %url."
msgstr ""
#: modules/aggregator.module:396
msgid "Aggregator: syndicated content from %site."
msgstr ""
#: modules/aggregator.module:397
msgid "Syndicated content from %site."
msgstr ""
#: modules/aggregator.module:401
msgid "Aggregator: failed to parse RSS feed %site: %error."
msgstr ""
#: modules/aggregator.module:402
msgid "Failed to parse RSS feed %site: %error."
msgstr ""
#: modules/aggregator.module:458
msgid "Aggregator: failed to parse RSS feed %site: %error at line %line."
msgstr ""
#: modules/aggregator.module:459
msgid "Failed to parse RSS feed %site: %error at line %line."
msgstr ""
#: modules/aggregator.module:550
msgid "Failed to parse entry from %site feed: suspicious input data."
msgstr ""
#: modules/aggregator.module:596 ;627, fuzzy
msgid "no block"
msgstr "sem bloco"
#: modules/aggregator.module:596 ;627, fuzzy
msgid "3 items"
msgstr "3 items"
#: modules/aggregator.module:596 ;627, fuzzy
msgid "5 items"
msgstr "5 items"
#: modules/aggregator.module:596 ;627
msgid "10 items"
msgstr ""
#: modules/aggregator.module:596 ;627
msgid "15 items"
msgstr ""
#: modules/aggregator.module:596 ;627
msgid "20 items"
msgstr ""
#: modules/aggregator.module:596 ;627
msgid "25 items"
msgstr ""
#: modules/aggregator.module:600 ;636
msgid "Latest items block"
msgstr ""
#: modules/aggregator.module:600
msgid ""
"If enabled, a block containing the latest items in this category will "
"be available for placement on the block "
"configuration page."
msgstr ""
#: modules/aggregator.module:633
msgid ""
"The name of the feed; typically the name of the web site you syndicate "
"content from."
msgstr ""
#: modules/aggregator.module:634
msgid "The fully-qualified URL of the feed."
msgstr ""
#: modules/aggregator.module:635
msgid "Update interval"
msgstr ""
#: modules/aggregator.module:635
msgid ""
"The refresh interval indicating how often you want to update this "
"feed. Requires crontab."
msgstr ""
#: modules/aggregator.module:636
msgid ""
"If enabled, a block containing the latest items from this feed will be "
"available for placement on the block "
"configuration page."
msgstr ""
#: modules/aggregator.module:642
msgid "Automatically file items"
msgstr ""
#: modules/aggregator.module:642
msgid ""
"New items in this feed will be automatically filed in the the checked "
"categories as they are received."
msgstr ""
#: modules/aggregator.module:702, fuzzy
msgid "Feed overview"
msgstr "Visão geral dos Feeds"
#: modules/aggregator.module:704 ;715, fuzzy
msgid "Items"
msgstr "Itens"
#: modules/aggregator.module:704 ;1038, fuzzy
msgid "Last update"
msgstr "Última atualização"
#: modules/aggregator.module:704, fuzzy
msgid "Next update"
msgstr "Próxima atualização"
#: modules/aggregator.module:707 ;1039
msgid "%time ago"
msgstr "%time atrás"
#: modules/aggregator.module:707 ;707, fuzzy
msgid "never"
msgstr "Nunca"
#: modules/aggregator.module:707
msgid "%time left"
msgstr "%time restando"
#: modules/aggregator.module:713, fuzzy
msgid "Category overview"
msgstr "Visão geral das Categorias"
#: modules/aggregator.module:730 ;780, fuzzy
msgid "The category has been updated."
msgstr "A categoria foi atualizada."
#: modules/aggregator.module:734 ;809, fuzzy
msgid "The feed has been updated."
msgstr "O lançamento foi atualizado."
#: modules/aggregator.module:745 ;780, fuzzy
msgid "The category has been deleted."
msgstr "A categoria foi apagada."
#: modules/aggregator.module:749 ;809, fuzzy
msgid "The feed has been deleted."
msgstr "O \"feed\" foi apagado"
#: modules/aggregator.module:887, fuzzy
msgid "The categories have been saved."
msgstr "A categoria foi salva."
#: modules/aggregator.module:936
msgid "Categorize"
msgstr ""
#: modules/aggregator.module:936
msgid "Save categories"
msgstr "Salvar categorias"
#: modules/aggregator.module:1055 ;1055, fuzzy
msgid "blog it"
msgstr "desconectar"
#: modules/aggregator.module:1056
msgid "Comment on this news item in your personal blog."
msgstr ""
#: modules/aggregator.module:1074
msgid "%age old"
msgstr "%age atrás"
#: modules/aggregator.module:1098
msgid "Source"
msgstr "
Origem"
#: modules/aggregator.module:100 ;707;718
msgid "1 item"
msgstr ""
#: modules/aggregator.module:107, fuzzy
msgid "administer news feeds"
msgstr "administrar novos feeds"
#: modules/aggregator.module:107, fuzzy
msgid "access news feeds"
msgstr "acessar novos feeds"
#: modules/user.module:433 ;486 includes/menu.inc:664 includes/theme.inc:367
msgid "Navigation"
msgstr "Navegação"
#: modules/admin.module:26
msgid "administer"
msgstr "administrar"
#: modules/block.module:53 modules/menu.module:62
msgid "blocks"
msgstr "blocos"
#: modules/aggregator.module:143 modules/block.module:56, modules/comment.module:99 modules/donations.module:81, modules/local
msgid "list"
msgstr "listagem"
#: modules/block.module:58
msgid "edit block"
msgstr ""
#: modules/block.module:67 modules/donations.module:83 modules/path.module:83, modules/user.module:642
msgid "add"
msgstr "adicionar"
#: modules/comment.module:91
msgid "comments"
msgstr "comentários"
#: modules/comment.module:93
msgid "edit comment"
msgstr "editar comentário"
#: modules/comment.module:95
msgid "delete comment"
msgstr "apagar comentário"
#: modules/aggregator.module:151 ;179;195 modules/archive.module:218, modules/comment.module:101 modules/node.module:638 module
msgid "configure"
msgstr "configurar"
#: modules/comment.module:109
msgid "new comments"
msgstr "novos comentários"
#: modules/comment.module:111
msgid "approval queue"
msgstr "fila de aprovação"
#: modules/comment.module:116 modules/node.module:642 modules/system.module:96, modules/user.module:648
msgid "settings"
msgstr "configurações"
#: modules/comment.module:120
msgid "moderation matrix"
msgstr ""
#: modules/comment.module:122
msgid "moderation thresholds"
msgstr ""
#: modules/comment.module:124
msgid "moderation roles"
msgstr "moderação de papéis"
#: modules/comment.module:126
msgid "moderation votes"
msgstr ""
#: modules/comment.module:130 ;135
msgid "reply to comment"
msgstr "responder ao comentário"
#: modules/comment.module:132
msgid "edit your comment"
msgstr "editar seu comentário"
#: modules/filter.module:112
msgid "input formats"
msgstr "formatos de entrada"
#: modules/filter.module:116
msgid "delete input format"
msgstr "apagar formato de entrada"
#: modules/filter.module:150
msgid "compose tips"
msgstr ""
#: modules/forum.module:37 ;192
msgid "forum topic"
msgstr "tópico"
#: modules/help.module:14 ;0
msgid "help"
msgstr "ajuda"
#: modules/admin.module:0
msgid "admin"
msgstr ""
#: modules/archive.module:0, fuzzy
msgid "archive"
msgstr "arquivos"
#: modules/block.module:0
msgid "block"
msgstr ""
#: modules/comment.module:233 ;0
msgid "comment"
msgstr "comentário"
#: modules/filter.module:0
msgid "filter"
msgstr ""
#: modules/forum.module:0
msgid "forum"
msgstr "fórum"
#: modules/locale.module:0
msgid "locale"
msgstr ""
#: modules/menu.module:0
msgid "menu"
msgstr ""
#: modules/node.module:0
msgid "node"
msgstr "conteúdo"
#: modules/page.module:39 ;92;0
msgid "page"
msgstr "página"
#: modules/story.module:47 ;95;0
msgid "story"
msgstr "noticia"
#: modules/system.module:0
msgid "system"
msgstr ""
#: modules/legacy.module:46 ;51 modules/taxonomy.module:0
msgid "taxonomy"
msgstr "taxonomia"
#: modules/tracker.module:0, fuzzy
msgid "tracker"
msgstr "acompanhamento"
#: modules/user.module:596 ;628;0
msgid "user"
msgstr "usuário"
#: modules/watchdog.module:0
msgid "watchdog"
msgstr "watchdog"
#: modules/locale.module:71
msgid "localization"
msgstr "localidade"
#: modules/locale.module:75
msgid "manage languages"
msgstr "gerenciar idiomas"
#: modules/locale.module:77
msgid "manage strings"
msgstr "gerenciar palavras"
#: modules/locale.module:85
msgid "add language"
msgstr "adicionar idioma"
#: modules/locale.module:88
msgid "import"
msgstr "importar"
#: modules/locale.module:91
msgid "export"
msgstr ""
#: modules/locale.module:96
msgid "confirm"
msgstr ""
#: modules/aggregator.module:707 ;718 modules/block.module:180, modules/book.module:672 modules/comment.module:270 ;712;717;103
msgid "edit"
msgstr "editar"
#: modules/menu.module:14, fuzzy
msgid "menus"
msgstr "menus"
#: modules/menu.module:17, fuzzy
msgid "edit menu item"
msgstr "editar comentário"
#: modules/menu.module:21
msgid "reset menu item"
msgstr ""
#: modules/menu.module:25
msgid "disable menu item"
msgstr ""
#: modules/menu.module:29
msgid "delete menu item"
msgstr "apagar item do menu"
#: modules/menu.module:36, fuzzy
msgid "add menu"
msgstr "adicionar menu"
#: modules/menu.module:40, fuzzy
msgid "add menu item"
msgstr "adicionar site"
#: modules/menu.module:44
msgid "reset menus"
msgstr ""
#: modules/node.module:633 ;655
msgid "content"
msgstr "conteúdo"
#: modules/node.module:644
msgid "default workflow"
msgstr "esquema padrão"
#: modules/node.module:659 ;1344
msgid "create content"
msgstr "Criar conteúdo"
#: modules/system.module:64 modules/upload.module:31
msgid "file download"
msgstr ""
#: modules/system.module:72
msgid "themes"
msgstr "temas"
#: modules/system.module:84
msgid "global settings"
msgstr ""
#: modules/system.module:103
msgid "modules"
msgstr "módulos"
#: modules/aggregator.module:160 modules/taxonomy.module:52
msgid "categories"
msgstr "categorias"
#: modules/taxonomy.module:57
msgid "add vocabulary"
msgstr "adicionar vocabulário"
#: modules/taxonomy.module:312
msgid "edit vocabulary"
msgstr ""
#: /drupal/?q=admin/locale/language/import
msgid "preview vocabulary"
msgstr ""
#: modules/taxonomy.module:312
msgid "add term"
msgstr "incluir termo"
#: modules/taxonomy.module:318
msgid "edit term"
msgstr ""
#: modules/taxonomy.module:62
msgid "taxonomy term"
msgstr ""
#: modules/tracker.module:28 ;94
msgid "recent posts"
msgstr "postagens recentes"
#: modules/tracker.module:34, fuzzy
msgid "all recent posts"
msgstr "todas as postagens recentes"
#: modules/tracker.module:36, fuzzy
msgid "my recent posts"
msgstr "minhas postagens recentes"
#: /drupal/?q=admin/locale/language/import
msgid "user account"
msgstr "conta de usuário"
#: modules/user.module:631
msgid "log in"
msgstr "entrar"
#: modules/user.module:633
msgid "register"
msgstr "cadastre-se"
#: modules/user.module:635
msgid "request new password"
msgstr "solicitar nova senha"
#: modules/statistics.module:173 modules/user.module:638
msgid "users"
msgstr "usuários"
#: modules/user.module:650
msgid "access rules"
msgstr "regras de acesso"
#: modules/user.module:653
msgid "e-mail rules"
msgstr "regras de e-mail"
#: modules/user.module:656
msgid "name rules"
msgstr "regras para nomes"
#: modules/user.module:659
msgid "roles"
msgstr "papéis"
#: modules/user.module:662
msgid "permissions"
msgstr "permissões"
#: modules/user.module:616
msgid "my account"
msgstr "minha conta"
#: modules/user.module:618 ;624
msgid "log out"
msgstr "desconectar"
#: modules/watchdog.module:49
msgid "logs"
msgstr ""
#: modules/watchdog.module:52
msgid "view details"
msgstr "ver detalhes"
#: /drupal/?q=admin/locale/language/import
msgid "error"
msgstr ""
#: /drupal/?q=admin/locale/language/import
msgid ""
"Translation successfully imported. %number translated strings added to "
"language, %update strings updated."
msgstr ""
#: /drupal/?q=admin/locale/language/import
msgid ""
"Translation imported into %locale, %number translated strings added to "
"language, %update strings updated."
msgstr ""
"Tradução importada para %locale, %number palavras traduzidas "
"adicionadas no idioma, %update palavras atualizadas."
#: modules/aggregator.module:604 ;648;739;775;804 modules/locale.module:296, ;324 modules/menu.module:180 ;190 modules/node.mod
msgid "Delete"
msgstr "Remover"
#: modules/archive.module:90
msgid "A calendar to browse the archives"
msgstr "Um calendário para navegar pelos arquivos"
#: modules/archive.module:91, fuzzy
msgid "Previous month"
msgstr "anterior"
#: modules/archive.module:246 modules/locale.module:0
msgid "November"
msgstr "Novembro"
#: modules/archive.module:103, fuzzy
msgid "Su"
msgstr "Dom"
#: modules/archive.module:103 ;270 modules/locale.module:0
msgid "Sunday"
msgstr "Domingo"
#: modules/archive.module:103, fuzzy
msgid "Mo"
msgstr "Seg"
#: modules/archive.module:103 ;270 modules/locale.module:0
msgid "Monday"
msgstr "Segunda-feira"
#: modules/archive.module:103, fuzzy
msgid "Tu"
msgstr "Qui"
#: modules/archive.module:103 ;270 modules/locale.module:0
msgid "Tuesday"
msgstr "Terça-feira"
#: modules/archive.module:103, fuzzy
msgid "We"
msgstr "Qua"
#: modules/archive.module:103 ;270 modules/locale.module:0
msgid "Wednesday"
msgstr "Quarta-feira"
#: modules/archive.module:103, fuzzy
msgid "Th"
msgstr "Qui"
#: modules/archive.module:103 ;270 modules/locale.module:0 ;0
msgid "Thursday"
msgstr "Quinta-feira"
#: modules/archive.module:103, fuzzy
msgid "Fr"
msgstr "Sex"
#: modules/archive.module:103 ;270 modules/locale.module:0
msgid "Friday"
msgstr "Sexta-feira"
#: modules/archive.module:103, fuzzy
msgid "Sa"
msgstr "Sáb"
#: modules/archive.module:103 ;270 modules/locale.module:0
msgid "Saturday"
msgstr "Sábado"
#: modules/archive.module:15
msgid "Displays a calendar to navigate old content."
msgstr "Mostra um calendário para navegar nos conteúdos antigos."
#: modules/archive.module:17
msgid ""
"Choose the starting \"day of the week\" for the displayed calendar "
"block."
msgstr ""
"Escolha o \"dia da semana\" inicial para mostrar no bloco do "
"calendario."
#: modules/archive.module:91, fuzzy
msgid "Next month"
msgstr "mês"
#: modules/archive.module:185, fuzzy
msgid "Calendar to browse archives"
msgstr "Calendário para navegar nos arquivos"
#: modules/archive.module:216
msgid "browse"
msgstr ""
#: modules/archive.module:235 ;250
msgid "Show"
msgstr ""
#: modules/archive.module:270
msgid "First day of week"
msgstr ""
#: modules/archive.module:270
msgid ""
"The first day of the week. By changing this value you choose how the "
"calendar block is rendered."
msgstr ""
"O primeiro dia da semana. Alterando este valor você escolhe como o "
"calendário é desenhado."
#: modules/block.module:15
msgid ""
"\n"
"
\n"
"book, "
"node/12, admin.Administrator Defined Blocks
\n"
"Maintaining a FAQ using a collaborative book
\n"
"
"
msgstr ""
#: modules/book.module:799
msgid "Allows users to collaboratively author a book."
msgstr ""
#: modules/book.module:801
msgid ""
"The book module offers a mean to organize content, authored by many "
"users, in an online manual, outline or FAQ."
msgstr ""
#: modules/book.module:803
msgid ""
"Pages in a book are like a tree. As pages are edited, reorganized and "
"removed, child pages might be left with no link to the rest of the "
"book. Such pages are referred to as \"orphan pages\". On this page, "
"administrators can review their books for orphans and reattach those "
"pages as desired."
msgstr ""
#: modules/book.module:805
msgid ""
"A book is a collaborative writing effort: users can collaborate "
"writing the pages of the book, positioning the pages in the right "
"order, and reviewing or modifying pages previously written. So when "
"you have some information to share or when you read a page of the book "
"and you didn't like it, or if you think a certain page could have been "
"written better, you can do something about it."
msgstr ""
"Um livro é contruído coletivamente por vários autores: cada "
"usuário pode colaborar escrevendo páginas do livro, colocando as "
"páginas na ordem correta e revisando ou modificando páginas "
"previamente escritas. Portanto, quando você tiver alguma informação "
"para compartilhar ou quando ler uma página e tiver alguma sugestão "
"você tem as ferramentas para fazer alguma coisa sobre o assunto."
#: modules/book.module:20
msgid "maintain books"
msgstr ""
#: modules/book.module:20, fuzzy
msgid "edit own book pages"
msgstr "documento"
#: modules/book.module:0, fuzzy
msgid "book"
msgstr "biblioteca"
#: modules/comment.module:19
msgid ""
"\n"
" User control of comment display
\n"
"
\n"
" Additional comment configurations
\n"
"
\n"
"\n"
" Notification of new comments
\n"
" Comment moderation
\n"
" Moderation votes
\n"
"
\n"
" Moderator vote/values matrix
\n"
" Creating comment thresholds
\n"
" Initial comment scores
\n"
"
"
msgstr ""
#: modules/comment.module:72
msgid ""
"You can setup the initial vote value of a comment posted by each user "
"role using these forms. This value is used before any other users vote "
"on the comment. Blank entries are valued at zero."
msgstr ""
#: modules/comment.module:74
msgid ""
"Use these forms to setup the name and minimum \"cut off\" score to "
"help your users hide comments they don't want to see. These thresholds "
"appear in the user's comment control panel. Click \"edit threshold\" "
"to modify the values of an already existing configuration. To delete a "
"setting, \"edit\" it first, and then choose \"delete threshold\"."
msgstr ""
#: modules/comment.module:76
msgid ""
"Create and control the possible comment moderation votes here. "
"\"Weight\" lets you set the order of the drop down menu. Click "
"\"edit\" to edit a current vote weight. To delete a name/weight "
"combination go to the \"edit\" area. To delete a setting, \"edit\" it "
"first, and then choose \"delete vote\"."
msgstr ""
#: modules/comment.module:78
msgid ""
"Enter a simple pattern ('*' may be used as a wildcard match) to search "
"for a comment. For example, one may search for 'br' and Drupal might "
"return 'bread brakers', 'our daily bread' and 'brenda'."
msgstr ""
"Digite um padrão simples (\"*\" pode ser usado como coringa) para "
"procurar um comentário."
#: modules/comment.module:80
msgid "Enables user to comment on published content."
msgstr ""
#: modules/comment.module:155 ;165, fuzzy
msgid "Recent comments"
msgstr "Comentários recentes"
#: modules/comment.module:187
msgid "Jump to the first comment of this posting."
msgstr "Ir para o primeiro comentário deste texto."
#: modules/comment.module:190
msgid "Jump to the first new comment of this posting."
msgstr "Ir para o primeiro comentário deste artigo."
#: modules/comment.module:196 ;211
msgid "add new comment"
msgstr "comente"
#: modules/comment.module:196
msgid "Add a new comment to this page."
msgstr "Adicionar um comentário a esta página."
#: modules/comment.module:211
msgid "Share your thoughts and opinions related to this posting."
msgstr "Conte-nos seus pensamentos e opiniões sobre este artigo."
#: modules/comment.module:233 ;240
msgid "Read only"
msgstr "Somente leitura"
#: modules/comment.module:233, fuzzy
msgid "Read/Write"
msgstr "Ler/escrever"
#: modules/comment.module:240
msgid "Read/write"
msgstr "Ler/escrever"
#: modules/comment.module:241, fuzzy
msgid "User comments"
msgstr "Comentários do usuário"
#: modules/comment.module:274
msgid "Edit comments"
msgstr "Editar comentários"
#: modules/comment.module:299, fuzzy
msgid "Matching comments ranked in order of relevance"
msgstr "Resultados ordenados por ordem de relevância"
#: modules/comment.module:321, fuzzy
msgid "Comment settings"
msgstr "Comentários"
#: modules/comment.module:321
msgid "Signature"
msgstr "Assinatura"
#: modules/comment.module:321
msgid "Your signature will be publicly displayed at the end of your comments."
msgstr ""
"Sua assinatura será exibida a todos os leitores após seus "
"comentários."
#: modules/comment.module:337, fuzzy
msgid "Default display mode"
msgstr "Tema padrão"
#: modules/comment.module:337
msgid ""
"The default view for comments. Expanded views display the body of the "
"comment. Threaded views keep replies together."
msgstr ""
#: modules/comment.module:338
msgid "Default display order"
msgstr ""
#: modules/comment.module:338
msgid ""
"The default sorting for new users and anonymous users while viewing "
"comments. These users may change their view using the comment control "
"panel. For registered users, this change is remembered as a persistent "
"user preference."
msgstr ""
#: modules/comment.module:339, fuzzy
msgid "Default comments per page"
msgstr "Comentários por página"
#: modules/comment.module:339
msgid ""
"Default number of comments for each page: more comments are "
"distributed in several pages."
msgstr ""
#: modules/comment.module:340, fuzzy
msgid "Comment controls"
msgstr "Comentários"
#: modules/comment.module:340, fuzzy
msgid "Display above the comments"
msgstr "Mostrar em cima dos comentários."
#: modules/comment.module:340, fuzzy
msgid "Display below the comments"
msgstr "Mostrar em baixo dos comentários"
#: modules/comment.module:340, fuzzy
msgid "Display above and below the comments"
msgstr "Mostrar em cima e em baixo dos comentários"
#: modules/comment.module:340
msgid "Do not display"
msgstr "Não mostrar"
#: modules/comment.module:340
msgid ""
"Position of the comment controls box. The comment controls let the "
"user change the default display mode and display order of comments."
msgstr ""
#: modules/comment.module:341 ;1517
msgid "Comment viewing options"
msgstr "Visualização de comentários"
#: modules/comment.module:343, fuzzy
msgid "Anonymous poster settings"
msgstr "Usuário anônimo"
#: modules/comment.module:343
msgid "Anonymous posters may not enter their contact information"
msgstr ""
#: modules/comment.module:343
msgid "Anonymous posters may leave their contact information"
msgstr ""
#: modules/comment.module:343
msgid "Anonymous posters must leave their contact information"
msgstr ""
#: modules/comment.module:343
msgid ""
"This feature is only useful if you allow anonymous users to post "
"comments. See the permissions page."
msgstr ""
#: modules/comment.module:344, fuzzy
msgid "Comment subject field"
msgstr "Comentário enviado"
#: modules/comment.module:344
msgid "Must users provide a subject for their comments?"
msgstr ""
#: modules/comment.module:345 ;405;408;1428
msgid "Preview comment"
msgstr "Visualizar comentário"
#: modules/comment.module:346
msgid "Location of comment submission form"
msgstr ""
#: modules/comment.module:346
msgid "Display on separate page"
msgstr ""
#: modules/comment.module:346, fuzzy
msgid "Display below post or comments"
msgstr "Mostrar embaixo dos posts ou comentários"
#: modules/comment.module:347, fuzzy
msgid "Comment posting settings"
msgstr "Postagem de comentários"
#: modules/comment.module:354, fuzzy
msgid "Default threshold"
msgstr "Tema padrão"
#: modules/comment.module:354
msgid ""
"Thresholds are values below which comments are hidden. These "
"thresholds are useful for busy sites which want to hide poor comments "
"from most users."
msgstr ""
#: modules/comment.module:355, fuzzy
msgid "Comment moderation settings"
msgstr "nossa newsletter"
#: modules/comment.module:390, fuzzy
msgid "Edit comment"
msgstr "Editar comentários"
#: modules/comment.module:399 ;402;1432
msgid "Post comment"
msgstr "Enviar comentário"
#: modules/comment.module:430 ;433;436;440;517
msgid "Reply"
msgstr "Responder"
#: modules/comment.module:430
msgid "This discussion is closed: you can't post new comments."
msgstr ""
#: modules/comment.module:436, fuzzy
msgid "You are not authorized to post comments."
msgstr "Você não está autorizado a acessar esta página."
#: modules/comment.module:440, fuzzy
msgid "You are not authorized to view comments."
msgstr "Você não está autorizado a acessar esta página."
#: modules/comment.module:443, fuzzy
msgid "Add new comment"
msgstr "comente"
#: modules/comment.module:454
msgid "The body of your comment is empty."
msgstr ""
#: modules/comment.module:474
msgid "The name you used belongs to a registered user."
msgstr ""
#: modules/comment.module:479
msgid "You have to leave your name."
msgstr ""
#: modules/comment.module:484, fuzzy
msgid "The e-mail address you specified is not valid."
msgstr "O e-mail '%s' já está cadastrado em outro usuário."
#: modules/comment.module:488
msgid "You have to leave an e-mail address."
msgstr ""
#: modules/comment.module:493
msgid ""
"The URL of your homepage is not valid. Remember that it must be fully "
"qualified, i.e. of the form http://example.com/directory."
msgstr ""
#: modules/comment.module:552
msgid "Comment: duplicate %subject."
msgstr ""
#: modules/comment.module:565
msgid "Comment: updated %subject."
msgstr ""
#: modules/comment.module:674
msgid "Comment: added %subject."
msgstr ""
#: modules/comment.module:683
msgid ""
"Your comment has been queued for moderation by site administrators and "
"will be published after approval."
msgstr ""
#: modules/comment.module:695
msgid ""
"Comment: unauthorized comment submitted or comment submitted to a "
"closed node %subject."
msgstr ""
#: modules/comment.module:706, fuzzy
msgid "parent"
msgstr "Pai"
#: modules/comment.module:713 ;719, fuzzy
msgid "reply"
msgstr "Responder"
#: modules/comment.module:783
msgid "Moderate comment"
msgstr "Moderar comentário"
#: modules/comment.module:921
msgid "Moderate comments"
msgstr "Moderar comentários"
#: modules/comment.module:936, fuzzy
msgid "Post new comment"
msgstr "Enviar comentário"
#: modules/comment.module:963 ;1420
msgid "Comment"
msgstr "Comentário"
#: modules/comment.module:982 ;998, fuzzy
msgid "Delete comment"
msgstr "Apagar conta"
#: modules/comment.module:983
msgid "The comment and all its replies have been deleted."
msgstr "O comentário e todas as respostas foram apagadas."
#: modules/comment.module:995
msgid "Do you want to delete this comment and all its replies?"
msgstr "Você quer apagar este comentário e todas as respostas?"
#: modules/comment.module:1001
msgid "The comment no longer exists."
msgstr ""
#: modules/comment.module:1009
msgid "Comment: modified %subject."
msgstr ""
#: modules/comment.module:1010, fuzzy
msgid "The comment has been saved."
msgstr "O comentário foi salvo."
#: modules/comment.module:1022, fuzzy
msgid "Time"
msgstr "Data/Hora"
#: modules/comment.module:1063, fuzzy
msgid "The vote values have been saved."
msgstr "O valor dos votos foi salvo."
#: modules/comment.module:1066
msgid "Moderation vote/value matrix"
msgstr ""
#: modules/comment.module:1079 ;1156, fuzzy
msgid "Votes"
msgstr "votos"
#: modules/comment.module:1090
msgid "No votes have been defined."
msgstr ""
#: modules/comment.module:1094, fuzzy
msgid "Submit votes"
msgstr "Enviar"
#: modules/comment.module:1110, fuzzy
msgid "The comment scores have been saved."
msgstr "suas informações foram alteradas."
#: modules/comment.module:1117, fuzzy
msgid "User role"
msgstr "Papéis do usuário"
#: modules/comment.module:1117, fuzzy
msgid "Initial score"
msgstr "pontuação inicial"
#: modules/comment.module:1124, fuzzy
msgid "Save scores"
msgstr "Salvar pontuações"
#: modules/comment.module:1136 ;1174
msgid "Save vote"
msgstr ""
#: modules/comment.module:1139, fuzzy
msgid "The vote has been saved."
msgstr "O voto foi salvo."
#: modules/comment.module:1141 ;1175, fuzzy
msgid "Delete vote"
msgstr "Apagar conta"
#: modules/comment.module:1145, fuzzy
msgid "The vote has been deleted."
msgstr "O voto foi apagado."
#: modules/comment.module:1147 ;1178, fuzzy
msgid "Add new vote"
msgstr "adicionar site"
#: modules/comment.module:1150, fuzzy
msgid "The vote has been added."
msgstr "O voto foi adicionado."
#: modules/comment.module:1153
msgid "Moderation votes overview"
msgstr ""
#: modules/comment.module:1162
msgid "No vote types have been defined."
msgstr ""
#: modules/comment.module:1171
msgid ""
"The name of this vote. Example: \"off topic\", \"excellent\", "
"\"sucky\"."
msgstr ""
#: modules/comment.module:1172
msgid "Used to order votes in the comment control box; heavier sink."
msgstr ""
#: modules/comment.module:1191 ;1228, fuzzy
msgid "Save threshold"
msgstr "limites"
#: modules/comment.module:1194, fuzzy
msgid "The threshold has been saved."
msgstr "O limitador foi salvo."
#: modules/comment.module:1196 ;1229, fuzzy
msgid "Delete threshold"
msgstr "limites"
#: modules/comment.module:1199, fuzzy
msgid "The threshold has been deleted."
msgstr "O delimitador foi apagado."
#: modules/comment.module:1201 ;1232, fuzzy
msgid "Add new threshold"
msgstr "limites"
#: modules/comment.module:1204, fuzzy
msgid "The threshold has been added."
msgstr "O delimitador foi adicionado."
#: modules/comment.module:1210 ;1226, fuzzy
msgid "Minimum score"
msgstr "pontuação inicial"
#: modules/comment.module:1216
msgid "No thresholds have been defined."
msgstr ""
#: modules/comment.module:1225, fuzzy
msgid "Threshold name"
msgstr "limites"
#: modules/comment.module:1225
msgid ""
"The name of this threshold. Example: \"good comments\", \"+1 "
"comments\", \"everything\"."
msgstr ""
#: modules/comment.module:1226
msgid ""
"Show all comments whose score is larger or equal to the provided "
"minimal score. Range: -127 +128"
msgstr ""
#: modules/comment.module:1398 ;1401;1406
msgid "Your name"
msgstr "Seu nome"
#: modules/comment.module:1402 ;1407, fuzzy
msgid "E-mail"
msgstr "webmail"
#: modules/comment.module:1403 ;1408, fuzzy
msgid "Homepage"
msgstr "Início"
#: modules/comment.module:1483
msgid "%a comments per page"
msgstr "%a comentários por página"
#: modules/comment.module:1490
msgid "-- threshold --"
msgstr "-- limite --"
#: modules/comment.module:1512
msgid "Save settings"
msgstr "Salvar configurações"
#: modules/comment.module:1514, fuzzy
msgid ""
"Select your preferred way to display the comments and click \"Save "
"settings\" to activate your changes."
msgstr ""
"Escolha sua maneira preferida de visualizar os comentários e clique "
"em 'Salvar configuração' para ativar as mudanças."
#: modules/comment.module:1543 ;145
msgid "moderate comments"
msgstr "moderar comentários"
#: modules/comment.module:1551
msgid "---"
msgstr ""
#: modules/comment.module:1552, fuzzy
msgid "unpublish"
msgstr "publicado"
#: modules/comment.module:1565, fuzzy
msgid "by %a on %b"
msgstr "Por %a em %b"
#: modules/comment.module:1575
msgid "by"
msgstr "por"
#: modules/comment.module:1617, fuzzy
msgid "you can't post comments"
msgstr "Você não pode colocar comentários."
#: modules/comment.module:1621, fuzzy
msgid ""
"login or register to "
"post comments"
msgstr ""
" efetue login ou registre-se para enviar comentários"
#: modules/comment.module:1624, fuzzy
msgid "login to post comments"
msgstr "logue-se para enviar comentários"
#: modules/comment.module:1632
msgid "Comment: deleted %subject."
msgstr "Comentário: apagado %subject."
#: modules/comment.module:1648
msgid "Flat list - collapsed"
msgstr "Lista de assuntos - contraída"
#: modules/comment.module:1648
msgid "Flat list - expanded"
msgstr "Lista de assuntos - expandida"
#: modules/comment.module:1648
msgid "Threaded list - collapsed"
msgstr "Árvore de assuntos - contraída"
#: modules/comment.module:1648
msgid "Threaded list - expanded"
msgstr "Árvore de assuntos - expandida"
#: modules/comment.module:190, fuzzy
msgid "1 new comment"
msgstr "1 novo comentário"
#: modules/comment.module:145, fuzzy
msgid "access comments"
msgstr "acesso aos comentários"
#: modules/comment.module:145
msgid "post comments"
msgstr "enviar comentários"
#: modules/comment.module:145, fuzzy
msgid "administer comments"
msgstr "Editar comentários"
#: modules/comment.module:145, fuzzy
msgid "post comments without approval"
msgstr "enviar comentários sem aprovação"
#: modules/comment.module:145, fuzzy
msgid "administer moderation"
msgstr "administrar moderação"
#: includes/common.inc:238
msgid "404 error: %page not found."
msgstr ""
#: includes/common.inc:248
msgid "Page not found"
msgstr ""
#: includes/common.inc:266
msgid "Access denied"
msgstr "Acesso restrito"
#: includes/common.inc:406
msgid "%error: %message in %file on line %line."
msgstr ""
#: includes/common.inc:492
msgid "You are not authorized to access this page."
msgstr "Você não está autorizado a acessar esta página."
#: includes/common.inc:653
msgid "Terminated request because of suspicious input data: %data."
msgstr ""
#: includes/common.inc:718
msgid "Restrict search to"
msgstr "Restringir busca"
#: includes/common.inc:879
msgid "bytes"
msgstr ""
#: includes/common.inc:882
msgid "KB"
msgstr ""
#: includes/common.inc:886
msgid "MB"
msgstr ""
#: includes/common.inc:888
msgid "%size %suffix"
msgstr ""
#: includes/common.inc:916, fuzzy
msgid "0 sec"
msgstr "seg"
#: includes/common.inc:1027
msgid "not verified"
msgstr ""
#: includes/common.inc:1764
msgid ""
"Unsupported XML encoding '%s'. Please install iconv, GNU recode or "
"mbstring for PHP."
msgstr ""
#: includes/common.inc:1773
msgid "Could not convert XML encoding '%s' to UTF-8."
msgstr ""
#: includes/common.inc:0, fuzzy
msgid "1 year"
msgstr "1 ano"
#: includes/common.inc:0, fuzzy
msgid "1 week"
msgstr "1 semana"
#: includes/common.inc:0, fuzzy
msgid "1 day"
msgstr "1 dia"
#: includes/common.inc:0, fuzzy
msgid "1 hour"
msgstr "1 hora"
#: includes/common.inc:0
msgid "1 min"
msgstr ""
#: includes/common.inc:0, fuzzy
msgid "1 sec"
msgstr "seg"
#: modules/drupal.module:15
msgid ""
"\n"
"Using custom PHP code
\n"
"
\n"
"print or return statement "
"to output the actual content for your item.
\n"
"\n"
" print t(\"Welcome visitor, ... welcome message goes here ...\");\n"
"
\n"
"\n"
" global $user;\n"
" if ($user->uid) {\n"
" print t(\"Welcome $user->name, ... welcome message goes here "
"...\");\n"
" }\n"
" else {\n"
" print t(\"Welcome visitor, ... welcome message goes here ...\");\n"
" }\n"
"Creating a forum
\n"
" Icons
\n"
"
by %author"
msgstr "%time atrás
por %author"
#: modules/forum.module:400
msgid "Topic"
msgstr "Tópico"
#: modules/forum.module:402
msgid "Created"
msgstr "Criação"
#: modules/forum.module:403
msgid "Last reply"
msgstr "Última resposta"
#: modules/forum.module:489, fuzzy
msgid "Warning"
msgstr "alerta"
#: modules/forum.module:543
msgid "My forum discussions."
msgstr "Minhas discussões no forum."
#: modules/forum.module:546, fuzzy
msgid "Active forum discussions."
msgstr "Discussões ativas no fórum"
#: modules/forum.module:550, fuzzy
msgid "Post new forum topic."
msgstr "criar novo tópico"
#: modules/forum.module:553
msgid "You are not allowed to post a new forum topic."
msgstr ""
#: modules/forum.module:556
msgid "Login to post a new forum topic."
msgstr "Logue-se para postar um novo tópico do fórum"
#: modules/forum.module:568
msgid "No forums defined"
msgstr "Nenhum forum definido"
#: modules/forum.module:589
msgid "Forum"
msgstr "Fórum"
#: modules/forum.module:589
msgid "Topics"
msgstr "Tópicos"
#: modules/forum.module:589
msgid "Posts"
msgstr "Textos"
#: modules/forum.module:622 ;660
msgid "%a new"
msgstr "%a novidade"
#: modules/forum.module:653
msgid "This topic has been moved"
msgstr ""
#: modules/forum.module:53
msgid "create forum topics"
msgstr "criar assuntos nos fóruns"
#: modules/aggregator.module:88 modules/forum.module:62 ;69, modules/taxonomy.module:198 ;337, fuzzy
msgid "none"
msgstr "nenhum"
#: modules/aggregator.module:174 ;190 modules/blogapi.module:152 ;212, modules/book.module:672 modules/comment.module:270 ;565;
msgid "view"
msgstr "ver"
#: modules/aggregator.module:245 ;251;965;1014 modules/blog.module:296, modules/forum.module:130
msgid "more"
msgstr "mais"
#: modules/aggregator.module:598 ;633;704;715 modules/book.module:696 ;744, modules/comment.module:266 modules/menu.module:255
msgid "Title"
msgstr "Título"
#: modules/aggregator.module:599 modules/filter.module:340, modules/menu.module:264 modules/system.module:451, modules/taxonom
msgid "Description"
msgstr "Descrição"
#: modules/aggregator.module:601 ;645;727;778;807 modules/comment.module:948, ;966 modules/menu.module:137 ;219;288 modules/nod
msgid "Submit"
msgstr "Enviar"
#: modules/aggregator.module:634 ;1035 modules/profile.module:542
msgid "URL"
msgstr ""
#: modules/aggregator.module:1107 modules/taxonomy.module:76 ;86
msgid "Categories"
msgstr "Categoria"
#: modules/archive.module:246 modules/locale.module:0
msgid "January"
msgstr "Janeiro"
#: modules/archive.module:246 modules/locale.module:0
msgid "February"
msgstr "Fevereiro"
#: modules/archive.module:246 modules/locale.module:0
msgid "March"
msgstr "Março"
#: modules/archive.module:246 modules/locale.module:0
msgid "April"
msgstr "Abril"
#: modules/archive.module:246 modules/locale.module:0 ;0
msgid "May"
msgstr "Maio"
#: modules/archive.module:246 modules/locale.module:0
msgid "June"
msgstr "Junho"
#: modules/archive.module:246 modules/locale.module:0
msgid "July"
msgstr "Julho"
#: modules/archive.module:246 modules/locale.module:0
msgid "August"
msgstr "Agosto"
#: modules/archive.module:246 modules/locale.module:0
msgid "September"
msgstr "Setembro"
#: modules/archive.module:246 modules/locale.module:0
msgid "October"
msgstr "Outubro"
#: modules/archive.module:246 modules/locale.module:0
msgid "December"
msgstr "Dezembro"
#: modules/block.module:175 modules/system.module:451, fuzzy
msgid "Throttle"
msgstr "Título"
#: modules/block.module:175 modules/book.module:221 ;268;696;744, modules/comment.module:1156 ;1172 modules/filter.module:413,
msgid "Weight"
msgstr "Peso"
#: modules/block.module:175 modules/menu.module:274 ;277
msgid "Path"
msgstr "Caminho"
#: modules/blog.module:13 modules/forum.module:73 modules/story.module:37
msgid "Explanation or submission guidelines"
msgstr ""
#: modules/blog.module:54 modules/tracker.module:94 modules/user.module:409, fuzzy
msgid "History"
msgstr "Histórico"
#: modules/blog.module:213 modules/book.module:217 modules/forum.module:277, modules/page.module:121 modules/story.module:121
msgid "Body"
msgstr "Corpo do texto"
#: modules/book.module:211 ;267 modules/taxonomy.module:190
msgid "Parent"
msgstr "Pai"
#: modules/book.module:391 modules/node.module:1141 ;1202;1492
msgid "Preview"
msgstr "Visualizar"
#: modules/comment.module:162 modules/taxonomy.module:83, modules/tracker.module:75
msgid "ago"
msgstr "atrás"
#: modules/comment.module:233 ;240;344 modules/drupal.module:46, modules/statistics.module:446 ;453;454;458;465 modules/system.
msgid "Disabled"
msgstr "Desativado"
#: modules/comment.module:266 ;961;1020 modules/node.module:780, modules/queue.module:121 modules/tracker.module:83
msgid "Author"
msgstr "Autor"
#: modules/comment.module:345 modules/node.module:592, fuzzy
msgid "Optional"
msgstr "Opcional"
#: modules/comment.module:345 modules/node.module:592, modules/taxonomy.module:104, fuzzy
msgid "Required"
msgstr "Obrigatório"
#: modules/comment.module:461 modules/node.module:1107
msgid "The supplied input format is invalid."
msgstr ""
#: modules/comment.module:962 ;1019;1413 modules/queue.module:121
msgid "Subject"
msgstr "Assunto"
#: modules/comment.module:964 ;1021 modules/node.module:780, modules/user.module:1001 ;1483
msgid "Status"
msgstr "Estado"
#: modules/comment.module:1036 modules/node.module:783
msgid "published"
msgstr "publicado"
#: modules/comment.module:1036 modules/node.module:783, fuzzy
msgid "not published"
msgstr "não publicado"
#: modules/comment.module:1171 modules/poll.module:322, modules/queue.module:164 ;178, fuzzy
msgid "Vote"
msgstr "votos"
#: modules/comment.module:1210 modules/filter.module:182 ;219;340;413, modules/profile.module:506 modules/system.module:151 ;17
msgid "Name"
msgstr "Nome"
#: modules/comment.module:1658 modules/forum.module:79
msgid "Date - newest first"
msgstr "Mais recente primeiro"
#: modules/comment.module:1658 modules/forum.module:79
msgid "Date - oldest first"
msgstr "Mais antigo primeiro"
#: modules/comment.module:187 modules/node.module:89, fuzzy
msgid "1 comment"
msgstr "1 comentário"
#: modules/donations.module:15 modules/path.module:15
msgid "Enables users to rename URLs."
msgstr ""
#: modules/donations.module:70 modules/path.module:70
msgid "url aliases"
msgstr ""
#: modules/donations.module:73 modules/path.module:73, fuzzy
msgid "edit alias"
msgstr "editar tradução"
#: modules/donations.module:77 modules/path.module:77, fuzzy
msgid "delete alias"
msgstr "remover tradução"
#: modules/donations.module:116 ;196 modules/path.module:101 ;181, fuzzy
msgid "Create new alias"
msgstr "Enviar texto"
#: modules/donations.module:116 ;193 modules/path.module:101 ;178, fuzzy
msgid "Update alias"
msgstr "Atualizar"
#: modules/donations.module:136 modules/path.module:121, fuzzy
msgid "The alias has been deleted."
msgstr "O apelido foi apagado."
#: modules/donations.module:275 modules/path.module:260
msgid "Alias"
msgstr ""
#: modules/donations.module:276 modules/path.module:261
msgid "System"
msgstr ""
#: modules/donations.module:291 modules/path.module:276
msgid "No URL aliases available."
msgstr ""
#: modules/donations.module:317 modules/path.module:302
msgid "The alias %alias is invalid."
msgstr ""
#: modules/donations.module:321 modules/path.module:306, fuzzy
msgid "The alias %alias is already in use."
msgstr "O nome '%s' já está sendo usado por alguém."
#: modules/donations.module:330 modules/path.module:315, fuzzy
msgid "The alias has been saved."
msgstr "O apelido foi salvo."
#: modules/donations.module:266 modules/path.module:251, fuzzy
msgid "create url aliases"
msgstr "criar apelidos de url"
#: modules/donations.module:266 modules/path.module:251, fuzzy
msgid "administer url aliases"
msgstr "administrar apelidos de url"
#: modules/filter.module:288 ;311 modules/node.module:1413
msgid "Confirm deletion"
msgstr "Confirmar remoção"
#: modules/forum.module:401 modules/tracker.module:83
msgid "Replies"
msgstr "Respostas"
#: modules/forum.module:589 modules/tracker.module:83
msgid "Last post"
msgstr "Mais recente"
#: modules/locale.module:124 includes/locale.inc:1051
msgid "Language"
msgstr "Idioma"
#: modules/locale.module:325 modules/menu.module:118 ;123;164;169;185;190, modules/taxonomy.module:167 ;293
msgid "Cancel"
msgstr ""
#: modules/locale.module:340 includes/locale.inc:74 ;81, fuzzy
msgid "Add language"
msgstr "Qualquer idioma"
#: modules/locale.module:409 includes/locale.inc:673 ;680
msgid "Export"
msgstr ""
#: modules/locale.module:442 includes/locale.inc:920
msgid "Save translations"
msgstr "Salvar tradução"
#: modules/menu.module:392 modules/user.module:1467, fuzzy
msgid "locked"
msgstr "trancado"
#: modules/node.module:591 modules/poll.module:150
msgid "Unlimited"
msgstr "Ilimitado"
#: modules/node.module:780 modules/profile.module:506 modules/queue.module:121, modules/tracker.module:83 modules/user.module:1
msgid "Type"
msgstr "Tipo"
#: modules/node.module:810 ;832 modules/system.module:512 ;521
msgid "Reset to defaults"
msgstr "Configuração padrão"
#: modules/poll.module:151 modules/user.module:1001
msgid "Active"
msgstr "Ativo"
#: modules/poll.module:208 modules/queue.module:130, fuzzy
msgid "vote"
msgstr "votos"
#: modules/statistics.module:235 ;282;420 modules/tracker.module:83, fuzzy
msgid "Post"
msgstr "Textos"
#: modules/statistics.module:236 ;313 modules/watchdog.module:91 ;128
msgid "User"
msgstr ""
#: modules/statistics.module:237 ;345 modules/watchdog.module:131, fuzzy
msgid "Hostname"
msgstr "Sobrenome"
#: modules/statistics.module:395 modules/upload.module:285
msgid "Url"
msgstr ""
#: modules/system.module:179 modules/user.module:910 ;984;997;1281
msgid "E-mail address"
msgstr "E-mail"
#: modules/system.module:194 modules/upload.module:53, fuzzy
msgid "General settings"
msgstr "Configurações globais"
#: modules/user.module:562 includes/common.inc:1013
msgid "View user profile."
msgstr "Ver o perfil do usuário."
#: cron.php:19
msgid "Last cron run did not complete."
msgstr ""
#: cron.php:30
msgid "Cron run completed"
msgstr ""
#: modules/admin.module:15, fuzzy
msgid "Handles the administration pages."
msgstr "Acessar área de administração."
#: modules/admin.module:17
msgid ""
"Welcome to the administration section. Below are the most recent "
"system events."
msgstr ""
#: modules/help.module:35
msgid ""
"\n"
" Help topics
\n"
" Glossary of Drupal Terminology
\n"
"
"
msgstr ""
#: modules/help.module:80
msgid "Manages displaying online help."
msgstr ""
#: modules/help.module:92
msgid "No help is available for module %module."
msgstr ""
#: modules/legacy.module:15
msgid "Provides legacy handlers for upgrades from older Drupal installations."
msgstr ""
#: modules/legacy.module:84
msgid "Legacy filter"
msgstr ""
#: modules/legacy.module:87
msgid "Replaces URLs from Drupal 4.1 (and lower) with updated equivalents."
msgstr ""
#: modules/legacy.module:0
msgid "legacy"
msgstr ""
#: modules/page.module:15
msgid ""
"\n"
" \n"
"
User access permissions for pages
\n"
" Nodes
\n"
" \n"
"
\n"
"
Clicking a title views the "
"post, while clicking an author's name edits their user information.
Other post-related tasks are available from the menu."
msgstr ""
"Abaixo estão todas as notícias e páginas postadas no site.
"
"Clique no título para ver o texto. Clique no nome do autor para ver "
"as informações do autor.
Outras informações sobre postagem de "
"conteúdo estão disponíveis no menu."
#: modules/node.module:54
msgid ""
"Enter a simple pattern to search for a post. This can include the "
"wildcard character *.
For example, a search for \"br*\" might "
"return \"bread bakers\", \"our daily bread\" and \"brenda\"."
msgstr ""
"Digite um padrão para a busca. Você pode utilizar coringas (\"*\") "
"para buscar somente uma parte da palavra procurada. Por exemplo, "
"digitando \"indus*\" pode resultar em \"industrial\", \"industria\", "
"ou \"industrializado\"."
#: modules/node.module:56
msgid ""
"This page lets you set the defaults used during creation of nodes for "
"all the different node types.
comment: Read/write "
"setting for comments.
publish: Is this post publicly "
"viewable, has it been published?
promote: Is this post "
"to be promoted to the front page?
moderate: Does this "
"post need approval before it can be viewed?
sticky: Is "
"this post always visible at the top of lists?
revision: "
"Will this post go into the revision system allowing multiple versions "
"to be saved?"
msgstr ""
"Esta página permite que você defina os padrões durante a criação "
"de conteúdos para os diferentes tipos de conteúdo.\r\n"
"
comentário: Ler/Escrever nos "
"comentários.
publicado: É publicamente vizualizado.\r\n"
"
promovido: Esta página é promovida para a primeira "
"página do site.
moderado: Este comentário necessita de "
"aprovação antes de poder ser vizualizado.
topo: Este "
"comentário fica sempre visível no topo da lista.
revisão: Este comentário passará pelo sistema de "
"revisões, permitindo manter as versões anteriores"
#: modules/node.module:579
msgid "Matching nodes ranked in order of relevance"
msgstr "Resultados ordenados por ordem de relevância"
#: modules/node.module:590, fuzzy
msgid "Number of posts on main page"
msgstr "Número de postagens na página principal (capa)"
#: modules/node.module:590
msgid ""
"The default maximum number of posts to display per page on overview "
"pages such as the main page."
msgstr ""
#: modules/node.module:591
msgid "Length of trimmed posts"
msgstr "Tamanho do corte do texto."
#: modules/node.module:591
msgid "200 characters"
msgstr "200 caracteres"
#: modules/node.module:591
msgid "400 characters"
msgstr "400 caracteres"
#: modules/node.module:591
msgid "600 characters"
msgstr "600 caracteres"
#: modules/node.module:591
msgid "800 characters"
msgstr "800 caracteres"
#: modules/node.module:591
msgid "1000 characters"
msgstr "1000 caracteres"
#: modules/node.module:591
msgid "1200 characters"
msgstr "1200 caracteres"
#: modules/node.module:591
msgid "1400 characters"
msgstr "1400 caracteres"
#: modules/node.module:591
msgid "1600 characters"
msgstr "1600 caracteres"
#: modules/node.module:591
msgid "1800 characters"
msgstr "1800 caracteres"
#: modules/node.module:591
msgid "2000 characters"
msgstr "2000 caracteres"
#: modules/node.module:591
msgid ""
"The maximum number of characters used in the trimmed version of a "
"post. Drupal will use this setting to determine at which offset long "
"posts should be trimmed. The trimmed version of a post is typically "
"used as a teaser when displaying the post on the main page, in XML "
"feeds, etc. To disable teasers, set to 'Unlimited'. Note that this "
"setting will only affect new or updated content and will not affect "
"existing teasers."
msgstr ""
"O número máximo de caracteres que serão mostrados em um texto na "
"página principal. Quando uma nova notícia ou texto é postado no "
"site, o texto completo não aparece na página principal, somente a "
"quantidade de caracteres determinado neste campo. Para ver o texto "
"completo deve-se clicar em \"ler mais\" geralmente localizando no "
"rodapé do quadro da notícia. Contudo, é possível mostrar todo o "
"texto, bastando selecionar \"Ilimitado\". Estas configurações "
"somente afetam o conteúdo postado após a alteração deste campo."
#: modules/node.module:592, fuzzy
msgid "Preview post"
msgstr "Pré-vizualizar o conteúdo"
#: modules/node.module:592
msgid "Must users preview posts before submitting?"
msgstr ""
"É necessário pré-vizualizar o conteúdo antes de enviar "
"definitivamente?"
#: modules/node.module:620
msgid "read more"
msgstr "leia mais"
#: modules/node.module:620
msgid "Read the rest of this posting."
msgstr "Ler o restante deste artigo."
#: modules/node.module:681, fuzzy
msgid "revisions"
msgstr "anterior"
#: modules/node.module:710
msgid "View posts that are new or updated"
msgstr "Ver somente conteúdo novo ou atualizado"
#: modules/node.module:711
msgid "View posts that need approval"
msgstr ""
#: modules/node.module:712
msgid "View posts that are promoted"
msgstr "Ver somente conteúdo que foi promovido à capa"
#: modules/node.module:713
msgid "View posts that are not promoted"
msgstr "Ver somente conteúdo que não foi promovido à capa"
#: modules/node.module:714
msgid "View posts that are sticky"
msgstr "Ver somente conteúdo que está no topo da lista"
#: modules/node.module:715
msgid "View posts that are unpublished"
msgstr "Ver somente conteúdo que não foi publicado"
#: modules/node.module:719
msgid "Approve the selected posts"
msgstr "Aprovar o conteúdo selecionado"
#: modules/node.module:720
msgid "Promote the selected posts"
msgstr "Promover à capa o conteúdo selecionado"
#: modules/node.module:721
msgid "Make the selected posts sticky"
msgstr "Colocar o conteúdo selecionado no topo da lista"
#: modules/node.module:722
msgid "Demote the selected posts"
msgstr "Tirar da capa (remove também do RSS)"
#: modules/node.module:723
msgid "Unpublish the selected posts"
msgstr "Despublicar o conteúdo selecionado"
#: modules/node.module:733 ;757, fuzzy
msgid "Filter"
msgstr "Filtrar"
#: modules/node.module:737 ;774
msgid "Update"
msgstr "Atualizar"
#: modules/node.module:745, fuzzy
msgid "The update has been performed."
msgstr "A atualização foi concluída."
#: modules/node.module:759
msgid "Filter options"
msgstr "Filtrar lista"
#: modules/node.module:776, fuzzy
msgid "Update options"
msgstr "Atualizar"
#: modules/node.module:807, fuzzy
msgid "The content settings have been saved."
msgstr "suas informações foram alteradas."
#: modules/node.module:815
msgid "The content settings have been reset to their default values."
msgstr ""
#: modules/node.module:818
msgid "type"
msgstr "tipo"
#: modules/node.module:847, fuzzy
msgid "Older revisions"
msgstr "Revisões antigas"
#: modules/node.module:850
msgid "revision #%r revised by %u on %d"
msgstr ""
#: modules/node.module:850
msgid "rollback"
msgstr ""
#: modules/node.module:913
msgid "Rolled back to revision %revision of %title"
msgstr ""
#: modules/node.module:929
msgid "Deleted revision %revision of %title"
msgstr ""
#: modules/node.module:976 ;980
msgid "Syndicate"
msgstr "Syndicate"
#: modules/node.module:1043
msgid "You have to specify a valid title."
msgstr ""
#: modules/node.module:1078
msgid "The name %name does not exist."
msgstr ""
#: modules/node.module:1086
msgid "You have to specifiy a valid date."
msgstr ""
#: modules/node.module:1148
msgid "Authored by"
msgstr "Escrito por"
#: modules/node.module:1149
msgid "Authored on"
msgstr "Escrito em"
#: modules/node.module:1152, fuzzy
msgid "Authoring information"
msgstr "informação de Autoria"
#: modules/node.module:1155
msgid "Published"
msgstr "Publicado"
#: modules/node.module:1156
msgid "In moderation queue"
msgstr "Na fila de moderação"
#: modules/node.module:1157
msgid "Promoted to front page"
msgstr ""
"Promover à capa e disponibilizar via RSS.
(somente aparecerá na "
"capa quando o
módulo front_page não estiver ativo)"
#: modules/node.module:1158
msgid "Sticky at top of lists"
msgstr "Colocar no topo da lista"
#: modules/node.module:1159
msgid "Create new revision"
msgstr "Criar nova revisão"
#: modules/node.module:1162
msgid "Options"
msgstr "Opções"
#: modules/node.module:1262 ;1344;1497
msgid "Submit %name"
msgstr "Enviar %name"
#: modules/node.module:1269
msgid "Add a new %s."
msgstr "Adicionar %s."
#: modules/node.module:1275
msgid "Choose the appropriate item from the list:"
msgstr "Escolha a opção desejada na lista:"
#: modules/node.module:1331
msgid "Preview trimmed version"
msgstr "Visualizar versão resumida"
#: modules/node.module:1333, fuzzy
msgid ""
"The trimmed version of your post shows what your post looks like when "
"promoted to the main page or when exported for syndication. You can "
"insert the delimiter \"<!--break-->\" (without the quotes) to "
"fine-tune where your post gets split."
msgstr ""
"A versão resumida do seu texto mostra como ele ficará se promovido "
"à primeira página ou exporado para syndication. Você pode "
"incluir um delimitador \"<!--break-->\" (sem as aspas) para "
"especificar onde o texto deve ser quebrado."
#: modules/node.module:1334
msgid "Preview full version"
msgstr "Visualizar versão completa"
#: modules/node.module:1370
msgid "%type: updated %title."
msgstr ""
#: modules/node.module:1371, fuzzy
msgid "The %post was updated."
msgstr "Nodo atualizado: %post."
#: modules/node.module:1379
msgid "%type: added %title."
msgstr ""
#: modules/node.module:1380
msgid "Your %post was created."
msgstr "Novo nodo criado: %post"
#: modules/node.module:1409
msgid "%type: deleted %title."
msgstr " %type: apagado %title."
#: modules/node.module:1410, fuzzy
msgid "The node has been deleted."
msgstr "O nodo foi apagado."
#: modules/node.module:1440
msgid ""
"\n"
" Background
\n"
"\n"
"user/login => login\n"
"\n"
"image/tid/16 => store\n"
"\n"
"taxonomy/term/7+19+20+21 => store/products/whirlygigs\n"
"\n"
"node/3 => contact\n"
"
\n"
"\n"
"node/feed => rss.xml\n"
"node/feed => index.rdf\n"
"
\n"
"\n"
"Permissions
\n"
"
\n"
"\n"
"Mass URL aliasing
\n"
"conf_url_rewrite function in conf.php, following this "
"example:\n"
"function conf_url_rewrite($path, $mode = 'incoming') {\n"
" if ($mode == 'incoming') { // URL coming from a client\n"
" return preg_replace('!^display/(\\d+)$!', 'node/\\1', $path);\n"
" }\n"
" else { // URL going out to a client\n"
" $aliased = preg_replace('!^node/(\\d+)$!', 'display/\\1', "
"$path);\n"
" if ($aliased != $path) { return $aliased; }\n"
" }\n"
"}\n"
"\n"
"node/$node_id type of "
"URL to display/$node_id. Individual URL aliases defined "
"on the browser interface of Drupal take precedence, so if you have the "
"'contact' page alias from the example above, then the "
"display/3 alias will not be effective when outgoing links "
"are created. Incoming URLs however always work with the mass URL "
"aliased variant. Only the 'incoming' and 'outgoing' modes are supposed "
"to be supported by your conf_url_rewrite function.news section for example aliasing nodes and taxonomy "
"overview pages falling under a 'news' vocabulary, thus having "
"news/15 and news/sections/3 instead of "
"node/15 and taxonomy/term/3. You need "
"extensive knowledge of Drupal's inner workings and regular expressions "
"though to make such advanced aliases.\n"
"
\n"
" profile_ to avoid name clashes "
"with other fields. Spaces or any other special characters except dash "
"(-) and underscore (_) are not allowed. An example name is "
"\"profile_favorite_color\" or perhaps just \"profile_color\"."
msgstr ""
#: modules/profile.module:472, fuzzy
msgid "Explanation"
msgstr "Explicação"
#: modules/profile.module:472
msgid ""
"An optional explanation to go with the new field. The explanation "
"will be shown to the user."
msgstr ""
#: modules/profile.module:474
msgid "Selection options"
msgstr ""
#: modules/profile.module:474
msgid ""
"A list of all options. Put each option on a separate line. Example "
"options are \"red\", \"blue\", \"green\", etc."
msgstr ""
#: modules/profile.module:476
msgid ""
"The weights define the order in which the form fields are shown. "
"Lighter fields \"float up\" towards the top of the category."
msgstr ""
#: test.module:435;437
msgid "Visibility"
msgstr "Visibilidade"
#: modules/profile.module:477
msgid "Private field, content only available to privileged users."
msgstr ""
#: modules/profile.module:477
msgid ""
"Public field, content shown on profile page but not used on member "
"list pages."
msgstr ""
#: modules/profile.module:477
msgid "Public field, content shown on profile page and on member list pages."
msgstr ""
#: modules/profile.module:479 ;482, fuzzy
msgid "Page title"
msgstr "Título da página"
#: modules/profile.module:479
msgid ""
"The title of the page showing all users with the specified field. The "
"word %value will be substituted with the corresponding "
"value. An example page title is \"People whose favorite color is "
"%value\". Only applicable if the field is configured to be shown on "
"member list pages."
msgstr ""
#: modules/profile.module:482
msgid ""
"The title of the page showing all users with the specified field. "
"Only applicable if the field is configured to be shown on member "
"listings."
msgstr ""
#: modules/profile.module:484, fuzzy
msgid "Required field."
msgstr "obrigatório"
#: modules/profile.module:486, fuzzy
msgid "Field settings"
msgstr "Configurações do campo"
#: modules/profile.module:487, fuzzy
msgid "Save field"
msgstr "campo"
#: modules/profile.module:503
msgid "No fields defined."
msgstr ""
#: modules/profile.module:509, fuzzy
msgid "Add new field"
msgstr "adicionar site"
#: modules/profile.module:537
msgid "single-line textfield"
msgstr ""
#: modules/profile.module:538
msgid "multi-line textfield"
msgstr ""
#: modules/profile.module:539
msgid "checkbox"
msgstr ""
#: modules/profile.module:540
msgid "list selection"
msgstr "selecão de lista"
#: modules/profile.module:541, fuzzy
msgid "freeform list"
msgstr "criar assuntos nos fóruns"
#: modules/profile.module:543, fuzzy
msgid "date"
msgstr "Data"
#: modules/profile.module:0
msgid "profile"
msgstr "Perfil do usuário"
#: modules/queue.module:15
msgid "Enables content to be moderated by the community."
msgstr ""
#: modules/queue.module:17
msgid ""
"The queue provides a way for your users to vote on submitted content. "
"This is called moderation. Users can moderate a post "
"up (give it a point), or down (subtract a point). The settings below "
"give you control over how many points are required for the status of a "
"post to be automatically changed. See individual items for details."
msgstr ""
#: modules/queue.module:25, fuzzy
msgid "Post threshold"
msgstr "limites"
#: modules/queue.module:25
msgid ""
"When a post gets this number of moderation points, it is "
"promoted to the front page automatically."
msgstr ""
#: modules/queue.module:26, fuzzy
msgid "Dump threshold"
msgstr "limites"
#: modules/queue.module:26
msgid ""
"When a post drops below this number of points, its status is changed "
"to unpublished."
msgstr ""
#: modules/queue.module:27
msgid "Expiration threshold"
msgstr ""
#: modules/queue.module:27
msgid ""
"When a post gets this number of points, its status is changed to "
"unpublished."
msgstr ""
#: modules/queue.module:28, fuzzy
msgid "Show comments"
msgstr "Mostrar comentários"
#: modules/queue.module:28
msgid "Tick the box to show comments below the moderation form."
msgstr ""
#: modules/queue.module:45, fuzzy
msgid "submission queue"
msgstr "Formulário de envio"
#: modules/queue.module:81
msgid "Moderation: approved %title."
msgstr ""
#: modules/queue.module:82
msgid "The post is promoted."
msgstr ""
#: modules/queue.module:87
msgid "Moderation: declined %title (rollback)."
msgstr ""
#: modules/queue.module:88
msgid "The post has been declined and the previous version has been restored."
msgstr ""
#: modules/queue.module:94
msgid "Moderation: declined %title."
msgstr ""
#: modules/queue.module:95, fuzzy
msgid "The post has been declined."
msgstr "A postagem foi rejeitada."
#: modules/queue.module:101
msgid "Moderation: expired %title (rollback)."
msgstr ""
#: modules/queue.module:102
msgid "The post has expired and the previous version has been restored."
msgstr ""
#: modules/queue.module:108
msgid "Moderation: expired %title."
msgstr ""
#: modules/queue.module:109
msgid "The post has expired."
msgstr ""
#: modules/queue.module:121, fuzzy
msgid "Score"
msgstr "mais"
#: modules/queue.module:142, fuzzy
msgid "Submission queue"
msgstr "Formulário de envio"
#: modules/queue.module:157
msgid "neutral (+0)"
msgstr ""
#: modules/queue.module:157
msgid "post it (+1)"
msgstr ""
#: modules/queue.module:157
msgid "dump it (-1)"
msgstr ""
#: modules/queue.module:169
msgid "Your vote has been recorded."
msgstr ""
#: modules/queue.module:173
msgid ""
"When new content is submitted, it goes into the submission queue. "
"Registered users with the appropriate permission can access this queue "
"and vote whether they think the content should be approved or not. "
"When enough people vote to approve the content, it is displayed on the "
"front page. On the other hand, if enough people vote to drop it, the "
"content will disappear."
msgstr ""
#: modules/queue.module:176, fuzzy
msgid "Your vote"
msgstr "Seu voto"
#: modules/queue.module:185, fuzzy
msgid "Moderate"
msgstr "Moderar comentário"
#: modules/queue.module:216 ;238, fuzzy
msgid "Moderation results"
msgstr "Na fila de moderação"
#: modules/queue.module:239, fuzzy
msgid "This node has not yet been moderated."
msgstr "Este nodo ainda não foi moderado."
#: modules/queue.module:266
msgid ""
"The post is queued for approval. You can check the votes in the submission queue."
msgstr ""
#: modules/queue.module:269
msgid ""
"The post is queued for approval. The editors will decide whether it "
"should be published."
msgstr ""
#: modules/queue.module:37
msgid "access submission queue"
msgstr ""
#: modules/queue.module:0
msgid "queue"
msgstr ""
#: modules/search.module:15, fuzzy
msgid ""
"\n"
" Search guidelines\n"
" Introduction
\n"
" \n"
"
\n"
" \n"
"
\n"
" referrers log
\n"
" access log
\n"
" Configuring the statistics module
\n"
" \n"
"
\n"
" Popular content block
\n"
" Popular content page
\n"
" Permissions
\n"
"
\n"
"
create stories: Allows a role to create " "stories. They cannot edit or delete stories, even if they are the " "authors. You must enable this permission to in order for a role to " "create a story.
\n" "edit own stories: Allows a role to add/edit " "stories if they own the story. Use this permission if you want users " "to be able to edit and maintain their own stories.
\n" " " msgstr "" #: modules/story.module:29, fuzzy msgid "" "A story is similar to a newspaper article. If stories are moderated, " "the post will be submitted to the attention of other users and be " "queued in the submission queue. Users and moderators vote on the " "posts they like or dislike, promoting or demoting them. When a post " "gets above a certain threshold it automatically gets promoted to the " "front page." msgstr "Enviar noticias para o site." #: /drupal2/?q=admin/taxonomy/edit/term/4 msgid "Delete term \"%name\" and all its children" msgstr "" #: /drupal2/?q=admin/taxonomy/edit/term/4 msgid "" "Are you sure you want to delete the term and all its children (if " "any)?" msgstr "" #: modules/story.module:37 msgid "" "This text will be displayed at the top of the story submission form. " "It is useful for helping or instructing your users." msgstr "" #: modules/story.module:38 msgid "Minimum number of words" msgstr "" #: modules/story.module:38 msgid "" "The minimum number of words a story must be to be considered valid. " "This can be useful to rule out submissions that do not meet the site's " "standards, such as short test posts." msgstr "" #: modules/story.module:83, fuzzy msgid "edit this story" msgstr "editar esta página" #: modules/story.module:107 msgid "" "The body of your story is too short. You need at least %words words to " "submit your story." msgstr "" #: modules/story.module:54, fuzzy msgid "create stories" msgstr "criar textos" #: modules/story.module:54, fuzzy msgid "edit own stories" msgstr "editar textos próprios" #: modules/system.module:17 msgid "" "General configuration options for your site. Set up the name of the " "site, e-mail address used in mail-outs, clean URL options, caching, " "etc." msgstr "" #: modules/system.module:19 msgid "" "Select which themes are available to your users and specify the " "default theme. To configure site-wide display settings, click the " "\"configure\" task above. Alternately, to override these settings in a " "specific theme, click the \"configure\" link for the corresponding " "theme." msgstr "" #: modules/system.module:21 msgid "" "These options control the default display settings for your entire " "site, across all themes. Unless they have been overridden by a " "specific theme, these settings will be used." msgstr "" #: modules/system.module:24 msgid "" "These options control the display settings for the " "%template theme. When your site is displayed using this "
"theme, these settings will be used. By clicking \"Reset to defaults,\" "
"you can choose to use the global settings for "
"this theme."
msgstr ""
#: modules/system.module:26
msgid ""
"Modules are plugins for Drupal that extend its core functionality. "
"Here you can select which modules are enabled. Click on the name of "
"the module in the navigation menu for their individual configuration "
"pages. Once a module is enabled, new permissions might be made available. "
"Modules can automatically be temporarily disabled to reduce server "
"load when your site becomes extremely busy by checking throttle. The "
"auto-throttle functionality must be enabled on the throttle configuration page after having "
"enabled the throttle module."
msgstr ""
#: modules/system.module:28
msgid ""
"\n"
" Drupal comes with system-wide defaults but the setting-module " "provides control over many Drupal preferences, behaviours including " "visual and operational settings.
\n" "Some modules require regularly scheduled actions, such as " "cleaning up logfiles. Cron, which stands for chronograph, is a " "periodic command scheduler executing commands at intervals specified " "in seconds. It can be used to control the execution of daily, weekly " "and monthly jobs (or anything with a period measured in seconds). " "Automating tasks is one of the best ways to keep a system running " "smoothly, and if most of your administration does not require your " "direct involvement, cron is an ideal solution.
\n" "Whenever %cron-link is accessed, cron will run: it calls the " "_cron hook in each module allowing the module to run tasks if they " "have not been executed in the last n seconds, where n is the " "period of that task. When all the tasks are finished, cron is " "done.
\n" "The recommended way to set up your cron system is to set up a " "Unix/Linux crontab entry (see \"man crontab\") that frequently visits " "%cron-link. Note that cron does not guarantee the commands will be " "executed at the specified interval. However, Drupal will try its best " "to run the tasks as close to the specified intervals as possible. The " "more you visit cron.php, the more accurate cron will be.
\n" "If your hosting company does not allow you to set up crontab " "entries, you can always ask someone else to set up an entry for you. " "After all, virtually any Unix/Linux machine with access to the " "internet can set up a crontab entry to frequently visit " "%cron-link.
\n" "For the Unix/Linux crontab itself, use a browser like lynx or wget but make sure "
"the process terminates: either use /usr/bin/lynx -source "
"%base_url/cron.php or /usr/bin/wget -o /dev/null -O "
"/dev/null %cron-link. Take a look at the example scripts in "
"the scripts-directory. Make sure to adjust them to fit "
"your needs. A good crontab line to run the cron script once every "
"hour would be:\n"
"
00 * * * * " "/home/www/drupal/scripts/cron-lynx.sh\n" " Note that it is essential to access
cron.php using "
"a browser on the web site's domain; do not run it using command line "
"PHP and avoid using localhost or 127.0.0.1 "
"or some of the environment variables will not be set correctly and "
"features may not work as expected.\n"
" Drupal has a caching mechanism which stores dynamically " "generated web pages in a database. By caching a web page, Drupal does " "not have to create the page each time someone wants to view it, " "instead it takes only one SQL query to display it, reducing response " "time and the server's load. Only pages requested by \"anonymous\" " "users are cached. In order to reduce server load and save bandwidth, " "Drupal stores and sends cached pages compressed.
" msgstr "" #: modules/system.module:41 msgid "" "Configuration system that lets administrators modify the workings of " "the site." msgstr "" #: modules/system.module:132 ;408 msgid "Screenshot for %theme theme" msgstr "" #: modules/system.module:132 ;408 msgid "no screenshot" msgstr "" #: modules/system.module:151 ;427 msgid "Screenshot" msgstr "" #: modules/system.module:151, fuzzy msgid "Selected" msgstr "Selecionar" #: modules/system.module:152, fuzzy msgid "Theme settings" msgstr "Configurações do tema" #: modules/system.module:152 msgid "Selecting a different theme will change the look and feel of the site." msgstr "Escolher um tema diferente irá alterar a aparência do site." #: modules/system.module:157, fuzzy msgid "Locale settings" msgstr "Localidade" #: modules/system.module:157 msgid "Time zone" msgstr "Fuso Horário" #: modules/system.module:157 msgid "" "Select your current local time. Dates and times throughout this site " "will be displayed using this time zone." msgstr "" "Selecione o seu horário local. Datas e horas neste site serão " "mostradas utilizando este esquema de horário." #: modules/system.module:178, fuzzy msgid "The name of this web site." msgstr "O nome deste site." #: modules/system.module:179 msgid "" "A valid e-mail address for this website, used by the auto-mailer " "during registration, new password requests, notifications, etc." msgstr "" "Um e-mail válido para este site, usado pelo auto-mailer durante o " "registro de usuários, pedidos de nova senha, notificações, etc." #: modules/system.module:180 msgid "Slogan" msgstr "Slogan" #: modules/system.module:180 msgid "" "The slogan of this website. Some themes display a slogan when " "available." msgstr "" "O slogam para este site. Algumas temas mostram o slogam quando " "disponível." #: modules/system.module:181, fuzzy msgid "Mission" msgstr "Missão" #: modules/system.module:181 msgid "Your site's mission statement or focus." msgstr "" #: modules/system.module:182 msgid "Footer message" msgstr "Mensagem de rodapé" #: modules/system.module:182 msgid "" "This text will be displayed at the bottom of each page. Useful for " "adding a copyright notice to your pages." msgstr "" #: modules/system.module:183 msgid "Anonymous user" msgstr "Usuário anônimo" #: modules/system.module:183 msgid "The name used to indicate anonymous users." msgstr "" #: modules/system.module:184, fuzzy msgid "Default front page" msgstr "Fixo na página inicial" #: modules/system.module:184 msgid "" "The home page displays content from this relative URL. If you are not " "using clean URLs, specify the part after \"?q=\". If unsure, specify " "\"node\"." msgstr "" #: modules/system.module:185 msgid "Default 403 (access denied) page" msgstr "" #: modules/system.module:185 msgid "" "This page is displayed when the requested document is denied to the " "current user. If you are not using clean URLs, specify the part after " "\"?q=\". If unsure, specify nothing." msgstr "" #: modules/system.module:186 msgid "Default 404 (not found) page" msgstr "" #: modules/system.module:186 msgid "" "This page is displayed when no other content matches the requested " "document. If you are not using clean URLs, specify the part after " "\"?q=\". If unsure, specify nothing." msgstr "" #: modules/system.module:187 msgid "Clean URLs" msgstr "URLs limpas" #: modules/system.module:187 msgid "" "Enable or disable clean URLs. If enabled, you'll need " "ModRewrite support. See also the .htaccess "
"file in Drupal's top-level directory."
msgstr ""
#: modules/system.module:191
msgid "Never"
msgstr "Nunca"
#: modules/system.module:192
msgid "Discard log entries older than"
msgstr ""
#: modules/system.module:192
msgid ""
"The time watchdog entries should be kept. Older entries will be "
"automatically discarded. Requires crontab."
msgstr ""
#: modules/system.module:197
msgid "Cache support"
msgstr ""
#: modules/system.module:197
msgid ""
"Enable or disable the caching of rendered pages. When caching is "
"enabled, Drupal will flush the cache when required to make sure "
"updates take effect immediately. Check the cache documentation for information on "
"Drupal's cache system."
msgstr ""
#: modules/system.module:199, fuzzy
msgid "Cache settings"
msgstr "Configurações do cache"
#: modules/system.module:208
msgid "File system path"
msgstr ""
#: modules/system.module:208
msgid ""
"A file system path where the files will be stored. This directory has "
"to exist and be writable by Drupal. If the download method is set to "
"public this directory has to be relative to Drupal installation "
"directory, and be accessible over the web. When download method is set "
"to private this directory should not be accessible over the web. "
"Changing this location after the site has been in use will cause "
"problems so only change this setting on an existing site if you know "
"what you are doing."
msgstr ""
#: modules/system.module:209
msgid "Temporary directory"
msgstr ""
#: modules/system.module:209
msgid ""
"Location where uploaded files will be kept during previews. Relative "
"paths will be resolved relative to the file system path."
msgstr ""
#: modules/system.module:210
msgid "Download method"
msgstr ""
#: modules/system.module:210
msgid "Public - files are available using http directly."
msgstr ""
#: modules/system.module:210
msgid "Private - files are be transferred by Drupal."
msgstr ""
#: modules/system.module:210
msgid ""
"This setting can be changed at any time, however, all download URLs "
"will change and there may be unexpected problems so it is not "
"recommended."
msgstr ""
#: modules/system.module:211, fuzzy
msgid "File system settings"
msgstr "Atualizar"
#: modules/system.module:239, fuzzy
msgid "Default time zone"
msgstr "Tema padrão"
#: modules/system.module:239
msgid "Select the default site time zone."
msgstr ""
#: modules/system.module:240, fuzzy
msgid "Configurable time zones"
msgstr "Configuração do time zone"
#: modules/system.module:240
msgid ""
"Enable or disable user-configurable time zones. When enabled, users "
"can set their own time zone and dates will be updated accordingly."
msgstr ""
#: modules/system.module:241
msgid "Short date format"
msgstr ""
#: modules/system.module:241
msgid "The short format of date display."
msgstr "Formato curto de vizualização da data."
#: modules/system.module:242, fuzzy
msgid "Medium date format"
msgstr "Formato da data média"
#: modules/system.module:242
msgid "The medium sized date display."
msgstr ""
#: modules/system.module:243
msgid "Long date format"
msgstr "Formato longo da data"
#: modules/system.module:243
msgid "Longer date format used for detailed display."
msgstr ""
#: modules/system.module:245, fuzzy
msgid "Date settings"
msgstr "Atualizar"
#: modules/system.module:472 ;473
msgid "required"
msgstr "obrigatório"
#: modules/system.module:505 ;531, fuzzy
msgid "The configuration options have been saved."
msgstr "suas informações foram alteradas."
#: modules/system.module:525
msgid "The configuration options have been reset to their default values."
msgstr ""
#: modules/system.module:599
msgid "Use the default logo"
msgstr ""
#: modules/system.module:599
msgid "Check here if you want the theme to use the logo supplied with it."
msgstr ""
#: modules/system.module:600
msgid "Path to custom logo"
msgstr "Caminho para o logo personalizado"
#: modules/system.module:600
msgid ""
"The path to the file you would like to use as your logo file instead "
"of the default logo."
msgstr ""
#: modules/system.module:601, fuzzy
msgid "Logo image settings"
msgstr "Configurações da imagen do logo"
#: modules/system.module:607 ;626
msgid "Primary links"
msgstr ""
#: modules/system.module:607
msgid ""
"The HTML code for the primary links. If this field is empty, Drupal "
"will automatically generate a set of links based on which modules are "
"enabled."
msgstr ""
#: modules/system.module:608 ;627
msgid "Secondary links"
msgstr ""
#: modules/system.module:608
msgid "The HTML code for the secondary links."
msgstr ""
#: modules/system.module:609, fuzzy
msgid "Menu Settings"
msgstr "Configurações do menu"
#: modules/system.module:609
msgid ""
"Customize the menus that are displayed at the top and/or bottom of the "
"page. This configuration screen is only available in the site wide "
"display configuration."
msgstr ""
#: modules/system.module:616, fuzzy
msgid "Display post information on"
msgstr "Mostrar informações de postagem em"
#: modules/system.module:616
msgid ""
"Enable or disable the \"submitted by Username on date\" text when "
"displaying posts of the above type"
msgstr ""
#: modules/system.module:622, fuzzy
msgid "Site name"
msgstr "Enviar %name"
#: modules/system.module:623, fuzzy
msgid "Search box"
msgstr "Busca"
#: modules/system.module:624, fuzzy
msgid "Site slogan"
msgstr "Slogan"
#: modules/system.module:625
msgid "Mission statement"
msgstr ""
#: modules/system.module:628
msgid "User pictures in posts"
msgstr ""
#: modules/system.module:629, fuzzy
msgid "User pictures in comments"
msgstr "FIgura do usuário nos comentários"
#: modules/system.module:637
msgid "Toggle display"
msgstr ""
#: modules/system.module:637
msgid "Enable or disable the display of certain page elements."
msgstr ""
#: modules/system.module:646
msgid "Theme-specific settings"
msgstr ""
#: modules/system.module:646
msgid ""
"These settings only exist for the %theme theme and all the styles "
"based on it."
msgstr ""
#: modules/system.module:649, fuzzy
msgid "Engine-specific settings"
msgstr "nossa newsletter"
#: modules/system.module:649
msgid ""
"These settings only exist for all the templates and styles based on "
"the %engine theme engine."
msgstr ""
#: modules/system.module:56, fuzzy
msgid "administer site configuration"
msgstr "administrar configurações do site"
#: modules/system.module:56, fuzzy
msgid "access administration pages"
msgstr "Acessar páginas administrativas"
#: modules/system.module:56
msgid "bypass input data check"
msgstr ""
#: modules/taxonomy.module:97, fuzzy
msgid "Vocabulary name"
msgstr "Nome do vocabulário"
#: modules/taxonomy.module:97
msgid "The name for this vocabulary. Example: \"Topic\"."
msgstr ""
#: modules/taxonomy.module:98
msgid "Description of the vocabulary; can be used by modules."
msgstr ""
#: modules/taxonomy.module:99
msgid "Help text"
msgstr "Texto de ajuda (descrição detalhada)"
#: modules/taxonomy.module:99
msgid "Instructions to present to the user when choosing a term."
msgstr "Instruções para apresentar ao usuário quando escolher um termo."
#: modules/taxonomy.module:100
msgid "Types"
msgstr "Tipos"
#: modules/taxonomy.module:100
msgid "A list of node types you want to associate with this vocabulary."
msgstr ""
#: modules/taxonomy.module:101 ;198
msgid "Related terms"
msgstr ""
#: modules/taxonomy.module:101
msgid "Allows related terms in this vocabulary."
msgstr ""
#: modules/taxonomy.module:102, fuzzy
msgid "Hierarchy"
msgstr "Busca"
#: modules/taxonomy.module:102, fuzzy
msgid "Single"
msgstr "Frase"
#: modules/taxonomy.module:102
msgid "Multiple"
msgstr ""
#: modules/taxonomy.module:102
msgid ""
"Allows a tree-like hierarchy between terms "
"of this vocabulary."
msgstr ""
#: modules/taxonomy.module:103
msgid "Multiple select"
msgstr ""
#: modules/taxonomy.module:103
msgid "Allows nodes to have more than one term in this vocabulary."
msgstr ""
#: modules/taxonomy.module:104
msgid ""
"If enabled, every node must have at least one term in "
"this vocabulary."
msgstr ""
#: modules/taxonomy.module:105, fuzzy
msgid ""
"In listings, the heavier vocabularies will sink and the lighter "
"vocabularies will be positioned nearer the top."
msgstr ""
"As páginas mais pesadas vão para o fundo do índice e as mais leves "
"ficam perto do topo."
#: modules/taxonomy.module:125, fuzzy
msgid "Updated vocabulary %name."
msgstr "criar vocabulário"
#: modules/taxonomy.module:134, fuzzy
msgid "Created new vocabulary %name."
msgstr "criar vocabulário"
#: modules/taxonomy.module:157
msgid "deleted vocabulary \"%name\"."
msgstr "vocabulario \"%name\" apagado."
#: modules/taxonomy.module:169, fuzzy
msgid "Delete vocabulary \"%name\""
msgstr "criar vocabulário"
#: modules/taxonomy.module:169
msgid "Are you sure you want to delete the vocabulary and all its terms?"
msgstr ""
#: modules/taxonomy.module:176, fuzzy
msgid "Term name"
msgstr "Nome do termo"
#: modules/taxonomy.module:176
msgid "The name for this term. Example: \"Linux\"."
msgstr ""
#: modules/taxonomy.module:177
msgid "A description of the term."
msgstr ""
#: modules/taxonomy.module:190, fuzzy
msgid "Parent term"
msgstr "Pai"
#: modules/taxonomy.module:190 ;193
msgid "root"
msgstr "raiz"
#: modules/taxonomy.module:193, fuzzy
msgid "Parents"
msgstr "Pai"
#: modules/taxonomy.module:193, fuzzy
msgid "Parent terms"
msgstr "Pai"
#: modules/taxonomy.module:201
msgid "Synonyms"
msgstr "Sinônimos"
#: modules/taxonomy.module:201
msgid "Synonyms of this term, one synonym per line."
msgstr ""
"Sinônimos para este termo. Um sinônimo por "
"linha.\r\n"
#: modules/taxonomy.module:202, fuzzy
msgid ""
"In listings, the heavier terms will sink and the lighter terms will be "
"positioned nearer the top."
msgstr ""
"As páginas mais pesadas vão para o fundo do índice e as mais leves "
"ficam perto do topo."
#: modules/taxonomy.module:220, fuzzy
msgid "The term %term has been updated."
msgstr "O termo %term foi atualizado."
#: modules/taxonomy.module:230, fuzzy
msgid "Created new term %term."
msgstr "Criado novo termo %term."
#: modules/taxonomy.module:283, fuzzy
msgid "deleted term \"%name\"."
msgstr "frase removida"
#: modules/taxonomy.module:295
msgid "Delete term \"%name\""
msgstr ""
#: modules/taxonomy.module:295
msgid "Are you sure you want to delete the term?"
msgstr ""
#: modules/taxonomy.module:302
msgid "Node types"
msgstr ""
#: modules/taxonomy.module:312, fuzzy
msgid "preview form"
msgstr "Visualizar comentário"
#: modules/taxonomy.module:960, fuzzy
msgid "Enables the organization of content into categories."
msgstr "Permite a cada usuário acompanhar novos textos."
#: modules/taxonomy.module:962
msgid ""
"The taxonomy module allows you to classify content into categories and "
"subcategories; it allows multiple lists of categories for "
"classification (controlled vocabularies) and offers the possibility of "
"creating thesauri (controlled vocabularies that indicate the "
"relationship of terms) and taxonomies (controlled vocabularies where "
"relationships are indicated hierarchically). To delete a term choose "
"\"edit term\". To delete a vocabulary, and all its terms, choose "
"\"edit vocabulary\"."
msgstr ""
#: modules/taxonomy.module:964
msgid ""
"When you create a controlled vocabulary you are creating a set of "
"terms to use for describing content (known as descriptors in indexing "
"lingo). Drupal allows you to describe each piece of content (blog, "
"story, etc.) using one or many of these terms. For simple "
"implementations, you might create a set of categories without "
"subcategories, similar to Slashdot.org's or Kuro5hin.org's sections. "
"For more complex implementations, you might create a hierarchical list "
"of categories."
msgstr ""
#: modules/taxonomy.module:966
msgid ""
"\n"
" Taxonomy is the study of classification. Drupal's taxonomy " "module allows you to define vocabularies which are used to classify " "content. The module supports hierarchical classification and " "association between terms, allowing for truly flexible information " "retrieval and classification. For more details about classification types and insight " "into the development of the taxonomy module, see this drupal.org discussion.
\n" "Notes
When you create a controlled vocabulary you are creating a " "set of terms to use for describing content (known as descriptors in " "indexing lingo). Drupal allows you to describe each piece of content " "(blog, story, etc.) using one or many of these terms. For simple " "implementations, you might create a set of categories without " "subcategories, similar to Slashdot's " "sections. For more complex implementations, you might create a " "hierarchical list of categories such as Food taxonomy shown " "above.
\n" "When setting up a controlled vocabulary, if you select the " "hierarchy option, you will be defining a tree structure of " "terms, as in a thesaurus. If you select the related terms " "option, you are allowing the definition of related terms (think " "see also), as in a thesaurus. Selecting multiple " "select will allow you to describe a piece of content using more " "than one term. That content will then appear on each term's page, " "increasing the chance that a user will find it.
\n" "When setting up a controlled vocabulary you are asked for: " "
Once done defining the vocabulary, you have to add terms to " "it to make it useful. The options you see when adding a term to a " "vocabulary will depend on what you selected for related " "terms, hierarchy and multiple select. These " "options are:
\n" "In order to view the content associated with a term or a " "collection of terms, you should browse to a properly formed Taxonomy " "URL. For example, taxonomy/term/1+2. " "Taxonomy URLs always contain one or more term IDs at the end of the " "URL. You may learn the term ID for a given term by hovering over that " "term in the taxonomy overview page and " "noting the number at the end or the URL. To build a Taxonomy URL " "start with \"taxonomy/term/\". Then list the term IDs, separated by " "\"+\" to choose content tagged with any of the given " "term IDs, or separated by \",\" to choose content tagged with " "all of the given term IDs. In other words, \"+\" is " "less specific than \",\". Finally, you may optionally specify a " "\"depth\" in the vocabulary hierarchy. This defaults to \"0\", which " "means only the explicitly listed terms are searched. A positive number " "indicates the number of additional levels of the tree to search. You " "may also use the value \"all\", which means that all descendant terms " "are searched.
\n" "Every term, or collection of terms, provides an RSS feed to which interested users may " "subscribe. The URL format for a sample RSS feed is taxonomy/term/1+2/0/feed. These are built " "just like Taxonomy URLs, but are followed " "by the word \"feed\".
" msgstr "" #: modules/taxonomy.module:13, fuzzy msgid "administer taxonomy" msgstr "administrar taxonomia" #: modules/throttle.module:68 msgid "Allows configuration of congestion control auto-throttle mechanism." msgstr "" #: modules/throttle.module:70 msgid "" "If your site gets linked to by a popular website, or otherwise comes " "under a \"Denial of Service\" (DoS) attack, your webserver might " "become overwhelmed. This module provides a mechanism for " "automatically detecting a surge in incoming traffic. This mechanism " "is utilized by other Drupal models to automatically optimize their " "performance by temporarily disabling CPU-intensive functionality. To " "use the auto-throttle, the access log must be enabled. It is advised " "that you carefully read the explanations below and then properly tune " "this module based on your site's requirements and your webserver's " "capabilities." msgstr "" #: modules/throttle.module:72 msgid "" "\n" "This Drupal module allows you to enable and configure the " "auto-throttle congestion control mechanism offered by the statistics module. The auto-throttle " "mechanism allows your site to automatically adapt to different server " "levels.
\n" "This module also adds a block that displays the current " "status of the throttle. You must have \"access throttle block\" privileges to " "view the block. As a general rule of thumb, only site administrators " "should be granted access to this block.
\n" "The auto-throttle mechanism performs an extra database query " "in order to determine what the current throttle level should be. " "Fortunately the throttle can be tuned so these database queries only " "occur on a fraction of all pages generated by your site, reducing the " "overhead to an insignificant amount. Additionally, when the top-most " "throttle level is reached, all throttle queries are suspended for a " "configurable period of time. More detail follows.
\n" "As with any module, the throttle module needs to be enabled before you can use it. Also " "refer to the permissions section below if you wish to access the " "throttle statistics block.
\n" "The configuration section " "for the throttle allows you to turn it on and off, as well as to " "fine-tune how sensitive it is.
\n" "This first option on the throttle module " "configuration screen allows you to enable or disable the " "auto-throttling mechanism. Note that the access-log must also be " "enabled via the statistics module " "for the auto-throttling mechanism to have any effect.\n" "
\n" "This second option allows you to tune the " "auto-throttle mechanism. The auto-throttle mechanism supports six " "throttle levels, from 0 (off) to 5 (maximum). The current throttle " "level is based upon how many pages have been accessed on your site in " "the past 60 seconds - the more pages being displayed, the higher the " "throttle level. This multiplier defines how many hits are required to " "switch from one throttle level to the next.
\n" "For example, with a throttle multiplier of 20: Once 20 pages " "have been accessed on your site within a period of 60 seconds, the " "throttle level will be incremented to a level of 1. Once 40 pages " "have been accessed on your site within a period of 60 seconds, the " "throttle level will be incremented to a level of 2. And so on, until " "100 pages are accessed on your site within a period of 60 seconds, at " "which time the throttle level will be set to a maximum level of " "5.
\n" "This option allows you to minimize the " "performance impact of the auto-throttle. If we refer to the " "probability limiter as P, then P% of all pages generated by your site " "will perform an extra database query to verify that the current " "throttle level is appropriate to the current server load.
\n" "As a rule of thumb, the higher your multiplier, the lower " "your probability limiter should be. For example, if you have a " "multiplier of 100, then you logically don't need to check the throttle " "level more than once out of every 100 page views, so the probability " "limiter should be set to 1%. As database queries are \"expensive\", " "it's recommended that you keep the probability limiter to the smallest " "percentage possible, while still high enough to react quickly to a " "change in server load.
This block displays some statistics regarding the current " "throttle and its configuration. It is recommended that only site " "administrators receive the \"access " "throttle block\" permission bit required to view this block. It " "does not display information that would interest a normal site " "end-user.
\n" "Don't forget to enable the " "block.
\n" "This module has one permission that needs to be configured in " "user permissions.
\n" "The function throttle_status() will return a "
"number from 0 to 5. 0 means that there is no throttle enabled at this "
"time. Each number above that is a progressively more throttled "
"system... To disable a feature when a site first begins to get busy, "
"disable it at a throttle of 2 or 3. To hold on to the bitter end, "
"wait until 4 or 5.
To implement the throttle, you should do something like " "this:\n" "
\n"
" if (module_invoke(\"throttle\", \"status\") >= "
"$my_throttle_value) {\n"
" // my throttle limit was reached, disable stuff\n"
" }\n"
" else {\n"
" // throttle limit not reached, execute normally\n"
" }\n"
" "
msgstr ""
#: modules/throttle.module:114
msgid "Auto-throttle multiplier"
msgstr ""
#: modules/throttle.module:116
msgid "Auto-throttle probability limiter"
msgstr ""
#: modules/throttle.module:118
msgid "Auto-throttle tuning"
msgstr ""
#: modules/throttle.module:138
msgid "Current level: %level (%min - %max)"
msgstr ""
#: modules/throttle.module:141
msgid "Current level: %level (%min+)"
msgstr ""
#: modules/throttle.module:143
msgid "Probability: %probability%"
msgstr ""
#: modules/throttle.module:146
msgid "This site has served %pages pages in the past minute."
msgstr ""
#: modules/throttle.module:158 ;162, fuzzy
msgid "Throttle status"
msgstr "Receber a newsletter"
#: modules/throttle.module:183
msgid ""
"Throttle: %hits hits in past minute; throttle decreased to level "
"%level."
msgstr ""
#: modules/throttle.module:187
msgid ""
"Throttle: %hits hits in past minute; throttle increased to level "
"%level."
msgstr ""
#: modules/throttle.module:146, fuzzy
msgid "1 page"
msgstr "próxima página"
#: modules/throttle.module:59, fuzzy
msgid "access throttle block"
msgstr "acessar block throttle"
#: modules/throttle.module:0, fuzzy
msgid "throttle"
msgstr "throttle"
#: modules/upload.module:12
msgid "File-handling and attaching files to nodes."
msgstr ""
#: modules/upload.module:14
msgid ""
"Users with the upload files "
"permission can upload attachments. You can choose which node types "
"can take attachments on the workflow "
"settings page."
msgstr ""
#: modules/upload.module:16
msgid ""
"If you want users to be able to attach files to nodes, check the " "attachments column in the appropriate column.
" msgstr "" "Se você deseja que se possa anexar arquivos no conteúdo, marque a " "opção anexos(arquivos) na coluna apropriada.
" #: modules/upload.module:40 msgid "uploads" msgstr "" #: modules/upload.module:51 msgid "Maximum total file size" msgstr "" #: modules/upload.module:51 msgid "" "The maximum size of a file a user can upload in megabytes. Enter 0 for " "unlimited." msgstr "" #: modules/upload.module:58 msgid "Permitted file extensions" msgstr "" #: modules/upload.module:58 msgid "" "Extensions that users in this role can upload. Separate extensions " "with a space and do not include the leading dot." msgstr "" #: modules/upload.module:59 msgid "Maximum file size per upload" msgstr "" #: modules/upload.module:59 msgid "The maximum size of a file a user can upload (in megabytes)." msgstr "" #: modules/upload.module:60 msgid "Total file size per user" msgstr "" #: modules/upload.module:60 msgid "" "The maximum size of all files a user can have on the site (in " "megabytes)." msgstr "" #: modules/upload.module:61 msgid "Settings for %role" msgstr "" #: modules/upload.module:91, fuzzy msgid "attachments" msgstr "anexos(arquivos)" #: modules/upload.module:129 msgid "Error attaching file %name: total file size exceeded" msgstr "" #: modules/upload.module:156 msgid "Error attaching file %name: invalid extension" msgstr "" #: modules/upload.module:159 ;162 msgid "Error attaching file %name: exceeds maximum file size" msgstr "" #: modules/upload.module:185 msgid "Attachment" msgstr "Anexo" #: modules/upload.module:185 ;285 msgid "Size" msgstr "" #: modules/upload.module:285 msgid "List" msgstr "" #: modules/upload.module:300 msgid "" "Note: changes made to the attachments are not permanent until you save " "this post." msgstr "" #: modules/upload.module:303 msgid "Attach new file" msgstr "Anexar um arquivo" #: modules/upload.module:304 msgid "Attach" msgstr "Anexar" #: modules/upload.module:307, fuzzy msgid "Attachments" msgstr "Anexos" #: modules/upload.module:21, fuzzy msgid "upload files" msgstr "enviar arquivos" #: modules/upload.module:0 msgid "upload" msgstr "" #: modules/user.module:173, fuzzy msgid "You must enter a username." msgstr "Digite seu nome de usuário do %s." #: modules/user.module:174 msgid "The username cannot begin with a space." msgstr "" #: modules/user.module:175 msgid "The username cannot end with a space." msgstr "" #: modules/user.module:176 msgid "The username cannot contain multiple spaces in a row." msgstr "" #: modules/user.module:177 msgid "The username contains an illegal character." msgstr "" #: modules/user.module:178 msgid "The username is not a valid authentication ID." msgstr "" #: modules/user.module:179 msgid "" "The username \"%name\" is too long: it must be less than 56 " "characters." msgstr "" #: modules/user.module:183, fuzzy msgid "You must enter an e-mail address." msgstr "Digite seu login %sou%s e-mail." #: modules/user.module:185, fuzzy msgid "The e-mail address \"%mail\" is not valid." msgstr "O e-mail '%s' já está cadastrado em outro usuário." #: modules/user.module:200 msgid "The uploaded file was not an image." msgstr "" #: modules/user.module:203 msgid "The uploaded image is too large; the maximum file size is %size kB." msgstr "" #: modules/user.module:206 msgid "" "The uploaded image is too large; the maximum dimensions are " "%dimensions pixels." msgstr "" #: modules/user.module:212 msgid "" "Failed to upload the picture image; the %directory directory doesn't " "exist." msgstr "" #: modules/user.module:220, fuzzy msgid "The %u ID %s is already taken." msgstr "O nome '%s' já está sendo usado por alguém." #: modules/user.module:401, fuzzy msgid "Matching users" msgstr "Textos encontrados" #: modules/user.module:409 msgid "Member for" msgstr "Membro desde" #: modules/user.module:421, fuzzy msgid "account settings" msgstr "Atualizar" #: modules/user.module:432 ;480;798;1141 msgid "User login" msgstr "Login" #: modules/user.module:434 ;499, fuzzy msgid "Who's new" msgstr "Novos usuários" #: modules/user.module:435 ;541 msgid "Who's online" msgstr "Quem está online" #: modules/user.module:466 ;785;788;909;983;996;1280;1482 msgid "Username" msgstr "Usuário" #: modules/user.module:467 ;790;998;1282 msgid "Password" msgstr "Senha" #: modules/user.module:468 ;791;912;952;987;1187;1190 msgid "Log in" msgstr "Login" #: modules/user.module:474 ;794;914;985;1177;1181 msgid "Create new account" msgstr "Novo usuário" #: modules/user.module:474 msgid "Create a new user account." msgstr "Criado uma nova conta de usuário." #: modules/user.module:476 ;792;917;986 msgid "Request new password" msgstr "Esqueceu sua senha?" #: modules/user.module:476 msgid "Request new password via e-mail." msgstr "Pedir nova senha por e-mail." #: modules/user.module:518, fuzzy msgid "There is currently %members and %visitors online." msgstr "Existem %members e %visitors online." #: modules/user.module:521, fuzzy msgid "There are currently %members and %visitors online." msgstr "%members e %visitors online." #: modules/user.module:537, fuzzy msgid "Online users:" msgstr "novo usuário" #: modules/user.module:559 msgid "%user's picture" msgstr "" #: modules/user.module:736, fuzzy msgid "The name %s has been denied access." msgstr "O nome %s teve o acesso negado." #: modules/user.module:745 msgid "Session opened for %name." msgstr "" #: modules/user.module:762 msgid "Sorry. Unrecognized username or password." msgstr "Desculpe. Nome ou senha inválidos." #: modules/user.module:762 msgid "Have you forgotten your password?" msgstr "Esqueceu sua senha?" #: modules/user.module:764 msgid "Login attempt failed for %user: %error." msgstr "" #: modules/user.module:785 msgid "Enter your %s username, or an ID from one of our affiliates: %a." msgstr "Entre com seu usuário do %s." #: modules/user.module:788 msgid "Enter your %s username." msgstr "Digite seu nome de usuário." #: modules/user.module:790 msgid "Enter the password that accompanies your username." msgstr "Entre com a senha do seu usuário." #: modules/user.module:820 msgid "External load by %user using module %module." msgstr "" #: modules/user.module:823 msgid "Invalid password for %s." msgstr "" #: modules/user.module:837 msgid "New external user: %user using module %module." msgstr "" #: modules/user.module:859 msgid "Session closed for %name." msgstr "" #: modules/user.module:875, fuzzy msgid "Sorry. The username %name is not recognized." msgstr "Desculpe. O usuário %s não foi reconhecido." #: modules/user.module:879, fuzzy msgid "Sorry. The e-mail address %e-mail is not recognized." msgstr "Desculpe. O usuário %s não foi reconhecido." #: modules/user.module:897 msgid "Password mailed to %name at %e-mail." msgstr "" #: modules/user.module:898 ;961 msgid "" "Your password and further instructions have been sent to your e-mail " "address." msgstr "" "Sua senha e instruções sobre como proceder foram enviadas para o seu " "e-mail." #: modules/user.module:901 msgid "Error mailing password to %name at %e-mail." msgstr "" #: modules/user.module:902 msgid "Unable to send mail. Please contact the site admin." msgstr "" #: modules/user.module:908, fuzzy msgid "Enter your username or your e-mail address." msgstr "Digite seu login ou e-mail." #: modules/user.module:911 ;1173;1175 msgid "E-mail new password" msgstr "Enviar nova senha por e-mail" #: modules/user.module:940 ;1270 msgid "New user: %name %e-mail." msgstr "" #: modules/user.module:946 msgid "drupal user account details for %s" msgstr "" #: modules/user.module:946 msgid "" "%username,\n" "\n" "You may now login to %uri using the following username and password:\n" "\n" " username: %username\n" " password: %password\n" "\n" "%edit_uri\n" "\n" "--drupal" msgstr "" #: modules/user.module:969 msgid "" "%u has applied for an account.\n" "\n" "%uri" msgstr "" #: modules/user.module:970 msgid "" "Thank you for applying for an account. Your account is currently " "pending approval by the site administrator.One of the more tedious moments in visiting a new website is " "filling out the registration form. Here at %site, you do not have to " "fill out a registration form if you are already a member of " "%help-links. This capability is called distributed " "authentication, and is unique to Drupal, " "the software which powers %site.
\n" "Distributed authentication enables a new user to input a " "username and password into the login box, and immediately be " "recognized, even if that user never registered at %site. This works " "because Drupal knows how to communicate with external registration " "databases. For example, lets say that new user 'Joe' is already a " "registered member of Delphi Forums. " "Drupal informs Joe on registration and login screens that he may login " "with his Delphi ID instead of registering with %site. Joe likes that " "idea, and logs in with a username of joe@remote.delphiforums.com and " "his usual Delphi password. Drupal then contacts the " "remote.delphiforums.com server behind the scenes (usually " "using XML-RPC, HTTP " "POST, or SOAP) and asks: \"Is the password " "for user Joe correct?\". If Delphi replies yes, then we create a new " "%site account for Joe and log him into it. Joe may keep on logging " "into %site in the same manner, and he will always be logged into the " "same account.
" msgstr "" #: modules/user.module:1617 msgid "" "\n" "Drupal offers a powerful access system that allows users to " "register, login, logout, maintain user profiles, etc. By using roles you can setup fine grained permissions allowing each role to do " "only what you want them to. Each user is assigned to one or more " "roles. By default there are two roles \"anonymous\" - a user who has " "not logged in, and \"authorized\" a user who has signed up and who has " "been authorized. As anonymous users, participants suffer numerous " "disadvantages, for example they cannot sign their names to nodes, and " "their moderated posts beginning at a lower score.
\n" "In contrast, those with a user account can use their own name " "or handle and are granted various privileges: the most important is " "probably the ability to moderate new submissions, to rate comments, " "and to fine-tune the site to their personal liking, with saved " "personal settings. Drupal themes make fine tuning quite a " "pleasure.
\n" "Registered users need to authenticate by supplying either a " "local username and password, or a remote username and password such as " "a Jabber ID, DelphiForums ID, or one from a Drupal powered website. See the distributed authentication help for more " "information on this innovative feature.\n" " The local username and password, hashed with Message Digest 5 " "(MD5), are stored in your database. When you enter a password it is " "also hashed with MD5 and compared with what is in the database. If the " "hashes match, the username and password are correct. Once a user " "authenticated session is started, and until that session is over, the " "user won't have to re-authenticate. To keep track of the individual " "sessions, Drupal relies on PHP sessions. A " "visitor accessing your website is assigned an unique ID, the so-called " "session ID, which is stored in a cookie. For security's sake, the " "cookie does not contain personal information but acts as a key to " "retrieve the information stored on your server. When a visitor " "accesses your site, Drupal will check whether a specific session ID " "has been sent with the request. If this is the case, the prior saved " "environment is recreated.
\n" "Each Drupal user has a " "profile, and a set of preferences which may be edited by clicking on " "the \"my account\" link. Of course, a user " "must be logged into reach those pages. There, users will find a page " "for changing their preferred time zone, language, username, e-mail " "address, password, theme, signature, and distributed authentication names. Changes made " "here take effect immediately. Also, administrators may make profile " "and preferences changes in account " "administration on behalf of their users.
\n" "\n" "One of the more tedious moments in visiting a new website is " "filling out the registration form. The reg form provides helpful " "information to the website owner, but not much value for the user. The " "value for the end user is usually the ability to post a messages or " "receive personalized news, etc. Distributed authentication (DA) gives " "the user what they want without having to fill out the reg form. " "Removing this obstacle yields more registered and active users for the " "website.
\n" "DA enables a new user to input a username and password into " "the login box and immediately be recognized, even if that user never " "registered on your site. This works because Drupal knows how to " "communicate with external registration databases. For example, lets " "say that your new user 'Joe' is already a registered member of Delphi " "Forums. If your Drupal has the delphi module installed, then Drupal " "will inform Joe on the registration and login screens that he may " "login with his Delphi ID instead of registering with your Drupal " "instance. Joe likes that idea, and logs in with a username of " "joe@remote.delphiforums.com and his usual Delphi password. Drupal then " "communicates with remote.delphiforums.com (usually using XML, HTTP-POST, or SOAP) behind the scenes and asks "is this " "password for username=joe?" If Delphi replies yes, then Drupal " "will create a new local account for joe and log joe into it. Joe may " "keep on logging into your Drupal instance in the same manner, and he " "will be logged into the same joe@remote.delphiforums.com " "account.
\n" "One key element of DA is the 'authmap' table, which maps a " "user's authname (e.g. joe@remote.delphiforums.com) to his local UID " "(i.e. user identification number). This map is checked whenever a user " "successfully logs into an external authentication source. Once Drupal " "knows that the current user is definitely joe@remote.delphiforums.com " "(because Delphi says so), he looks up Joe's UID and logs Joe into that " "account.
\n" "To disable distributed authentication, simply disable or remove all DA modules. For a " "virgin install, that means removing/disabling the jabber module and " "the drupal module.
\n" "Drupal is setup so that it is very easy to add support for " "any external authentication source. You currently have the following " "authentication modules installed ...
" msgstr "" #: modules/user.module:518 ;521, fuzzy msgid "1 user" msgstr "usuário" #: modules/user.module:518 ;521, fuzzy msgid "1 guest" msgstr "Agosto" #: modules/user.module:355, fuzzy msgid "administer users" msgstr "administrar" #: modules/watchdog.module:21 msgid "" "The watchdog module monitors your web site, capturing system events " "in a log to be reviewed by an authorized individual at a later time. " "The watchdog log is simply a list of recorded events containing usage " "data, performance data, errors, warnings and operational information. " "It is vital to check the watchdog report on " "a regular basis as it is often the only way to tell what is going " "on.
" msgstr "" #: modules/watchdog.module:23 msgid "" "The watchdog module monitors your web site, capturing system events in " "a log to be reviewed by an authorized individual at a later time. The " "watchdog log is simply a list of recorded events containing usage " "data, performance data, errors, warnings and operational information. " "It is vital to check the watchdog report on a regular basis as it is " "often the only way to tell what is going on." msgstr "" #: modules/watchdog.module:25 msgid "Watchdog events about PHP and database errors." msgstr "" #: modules/watchdog.module:27 msgid "Watchdog events that are from the web server, like 404s, etc." msgstr "" #: modules/watchdog.module:29 msgid "Watchdog events that are \"normal\" and have no other classification." msgstr "" #: modules/watchdog.module:31 msgid "Watchdog events showing what users have searched for." msgstr "" #: modules/watchdog.module:33 msgid "" "Watchdog events about adding, changing, and moderating nodes and " "comments." msgstr "" #: modules/watchdog.module:35 msgid "Watchdog events that have to do with users and their accounts." msgstr "" #: modules/watchdog.module:37 msgid "" "Watchdog events that don't stop normal operation, but are things you " "should know." msgstr "" #: modules/watchdog.module:39 msgid "Logs and records system events." msgstr "" #: modules/watchdog.module:89 ;127 msgid "Date" msgstr "Data" #: modules/watchdog.module:90 ;130 msgid "Message" msgstr "" #: modules/watchdog.module:103 msgid "details" msgstr "" #: modules/watchdog.module:108 msgid "No log messages available." msgstr "" #: modules/watchdog.module:129, fuzzy msgid "Location" msgstr "Local" #: modules/watchdog.module:68, fuzzy msgid "administer watchdog" msgstr "administrar watchdog" #: /drupal/?q=admin/locale/string/search msgid "Strings to search for" msgstr "" #: /drupal/?q=admin/locale/string/search msgid "Leave blank to show all strings. The search is case sensitive." msgstr "" "Deixe em branco para exibir todas as palavras. A procura é sensível " "ao caso." #: /drupal/?q=admin/locale/string/search msgid "All languages" msgstr "Todos os idiomas" #: /drupal/?q=admin/locale/string/search msgid "English (provided by Drupal)" msgstr "" #: /drupal/?q=admin/locale/string/search msgid "Search in" msgstr "" #: /drupal/?q=admin/locale/string/search msgid "All strings in that language" msgstr "Todas as palavras desta língua" #: /drupal/?q=admin/locale/string/search msgid "Only translated strings" msgstr "Somente palavras traduzidas" #: /drupal/?q=admin/locale/string/search msgid "Only untranslated strings" msgstr "Somente palavras não traduzidas" #: /drupal/?q=admin/locale/string/search msgid "Search strings" msgstr "" #: /drupal/?q=admin/locale/string/search msgid "String" msgstr "" #: /drupal/?q=admin/locale/string/search msgid "Locales" msgstr "" #: /drupal/?q=admin/locale/string/edit/209 msgid "Original text" msgstr "" #: /drupal/?q=admin/locale/string/edit/328 msgid "Saved string" msgstr "" #: /drupal/?q=admin/settings msgid "Error reporting" msgstr "" #: /drupal/?q=admin/settings msgid "Write errors to the log" msgstr "" #: /drupal/?q=admin/settings msgid "Write errors to the log and to the screen" msgstr "" #: /drupal/?q=admin/settings msgid "" "Where Drupal, PHP and SQL errors are logged. On a production server it " "is recommended that errors are only written to the error log. On a " "test server it can be helpful to write logs to the screen." msgstr "" #: /drupal/?q=admin/settings msgid "" "The time log entries should be kept. Older entries will be " "automatically discarded. Requires crontab." msgstr "" #: /drupal/?q=admin/settings msgid "Error handling" msgstr "" #: /drupal/?q=admin/settings msgid "Private - files are transferred by Drupal." msgstr "" #: /drupal/?q=admin/settings msgid "" "If you want any sort of access control on the downloading of files, " "this needs to be set to private. You can change this at any " "time, however all download URLs will change and there may be " "unexpected problems so it is not recommended." msgstr "" #: /drupal/?q=admin/settings msgid "pm" msgstr "" #: /drupal/?q=admin/settings msgid "The first day of the week for calendar views." msgstr "O primeiro dia da semana para vizualizar o calendário." #: /drupal/?q=user/1 msgid "track" msgstr "postagens" #: /drupal/?q=admin/themes/settings msgid "Upload logo image" msgstr "Enviar imagen do Logo" #: /drupal/?q=admin/themes/settings msgid "" "If you don't have direct file access to the server, use this field to " "upload your logo." msgstr "" #: /drupal/?q=admin/themes/settings msgid "Upload" msgstr "Enviar" #: /drupal/?q=admin/logs/user msgid "Anonymous" msgstr "" #: /drupal/?q= msgid "special" msgstr "" #: /drupal/?q=user/register msgid "The e-mail address %email is already taken." msgstr "" #: /drupal/?q=admin/user/create msgid "New user: %name %email." msgstr "" #: /drupal/?q=admin/user/configure/permission msgid "Permission" msgstr "" #: /drupal/?q=admin/user/configure/permission msgid "%module module" msgstr "" #: /drupal/?q=admin/user/configure/access msgid "" "Access rules allow Drupal administrators to choose usernames and " "e-mail address that are prevented from using drupal. To enter the mask " "for e-mail addresses click on e-mail rules, for " "the username mask click on name rules." msgstr "" #: /drupal/?q=admin/comment/edit/1 msgid "Not published" msgstr "Não publicado" #: /drupal/?q=admin/comment/configure/thresholds msgid "Comment threshold overview" msgstr "" #: /drupal/?q=admin/comment/configure/thresholds msgid "Edit threshold" msgstr "" #: /drupal/?q=admin/comment/configure/votes msgid "Edit moderation option" msgstr "" #: /drupal/?q=admin/settings/forum msgid "" "This text will be displayed at the top of the forum submission form. " "It is useful for helping or instructing your users." msgstr "" #: /drupal/?q=admin/help msgid "block" msgstr "" #: /drupal/?q=admin/help msgid "comment" msgstr "" #: /drupal/?q=admin/help msgid "forum" msgstr "" #: /drupal/?q=admin/help msgid "locale" msgstr "" #: /drupal/?q=admin/help msgid "node" msgstr "" #: /drupal/?q=admin/help msgid "page" msgstr "" #: /drupal/?q=admin/help msgid "story" msgstr "" #: /drupal/?q=admin/help msgid "system" msgstr "" #: /drupal/?q=admin/help msgid "taxonomy" msgstr "" #: /drupal/?q=admin/help msgid "tracker" msgstr "" #: /drupal/?q=admin/help msgid "user" msgstr "" #: /drupal/?q=admin/help msgid "watchdog" msgstr "" #: /drupal/?q=admin/block/add msgid "Delete block" msgstr "" #: /drupal/?q=admin/block/add msgid "" "Here you can create a new block. Once you have created this block you " "must make it active and give it a place on the page using blocks. The title is used when displaying the " "block. The description is used in the \"block\" column on the blocks page." msgstr "" #: /drupal/?q=admin/menu msgid "httpd" msgstr "" #: /drupal/?q=admin/upload msgid "" "\n" "The upload module allows users to upload attachments. You can " "choose which node types can take attachments on the workflow settings page.
\n" "Two permissions are related to uploads: upload files and " "view uploaded files.
\n" "Lastly, users with the administer site configuration " "permission will be able to configure role-specific " "upload settings such as allowed file types, maximum file size per " "upload and total file size per user.
\n" msgstr "" #: /drupal/?q=admin/settings msgid "am" msgstr "" #: /drupal/?q=admin/user/configure/permission msgid "view uploaded files" msgstr "" #: /drupal/?q=admin/user/configure/permission msgid "access members list" msgstr "" #: /drupal/?q=admin/help msgid "search" msgstr "" #: /drupal/?q=admin/help msgid "upload" msgstr "" #: /drupal/?q=admin/themes/settings/box_grey.box_cleanslate msgid "In the format: text:url; more text:url" msgstr "" #: /drupal/?q=admin/themes/settings/goofy msgid "Use the default secondary logo" msgstr "" #: /drupal/?q=admin/themes/settings/goofy msgid "" "Check here if you want the theme to use the secondary logo supplied " "with it." msgstr "" #: /drupal/?q=admin/themes/settings/goofy msgid "Path to custom secondary logo" msgstr "" #: /drupal/?q=admin/themes/settings/goofy msgid "" "The path to the file you would like to use as your secondary logo file " "instead of the default logo." msgstr "" #: /drupal/?q=admin/modules msgid "Allows administrators to define their own content types." msgstr "" #: /drupal/?q=admin/modules msgid "list view" msgstr "" #: /drupal/?q=admin/modules msgid "tabular view" msgstr "" #: /drupal/?q=admin/modules msgid "content types" msgstr "tipo de conteúdo" #: /drupal/?q=admin/modules msgid "add content type" msgstr "adicionar tipo de conteúdo" #: /drupal/?q=admin/modules msgid "edit content type" msgstr "" #: /drupal/?q=admin/modules msgid "update" msgstr "" #: /drupal/?q=admin/modules msgid "flexinode" msgstr "" #: /drupal/?q=admin/node msgid "flexible content" msgstr "" #: /drupal/?q=admin/node/types msgid "name" msgstr "nome" #: /drupal/?q=admin/node/types msgid "description" msgstr "descrição" #: /drupal/?q=admin/node/types msgid "" "You may define your own content types here. These will be extensions " "of\n" "the basic \"story\" node type with additional fields that you " "specify.\n" "Choose \"add content type\" in the menu to add a new type. Make a " "selection\n" "below to edit an existing type or field. To delete a field or entire\n" "content type, first open the editing form for that field or type." msgstr "" "Você pode definir o seu próprio tipo de conteúdo aqui. Trata-se de " "uma extensão do tipo básico de página, com compos adicionais. " "Escolha \"adicionar tipo de conteúdo\" no menu para adicionar um novo " "tipo de conteúdo. Selecione um tipo abaixo para editá-lo. Para " "apagar um campo ou todo um conteúdo, primeiro abra o formulário de " "edição para o campo ou tipo." #: /drupal/?q=admin/node/types/add_type msgid "Content type name" msgstr "Nome do tipo de conteúdo (Ex.: Notícia, Ata, Página, etc)" #: /drupal/?q=admin/node/types/add_type msgid "A one-line description of the content type." msgstr "Descrição do tipo de conteúdo." #: /drupal/?q=admin/node/types/add_type msgid "" "Instructions to present to the user when adding new content of this " "type." msgstr "" "Instruções para serem apresentadas ao usuário quando adicionar um " "novo conteúdo deste tipo." #: /drupal/?q=admin/node/types/add_type msgid "created new content type \"%name\"." msgstr "" #: /drupal/?q=admin/node/types msgid "informatica" msgstr "" #: /drupal/?q=admin/node/types msgid "e-mail address" msgstr "" #: /drupal/?q=admin/node/types msgid "add %fieldtype" msgstr "adicionar %fieldtype" #: /drupal/?q=admin/node/types msgid "MP3" msgstr "" #: /drupal/?q=admin/node/types msgid "color picker" msgstr "" #: /drupal/?q=admin/node/types msgid "table" msgstr "" #: /drupal/?q=admin/node/types msgid "file" msgstr "" #: /drupal/?q=admin/node/types msgid "text field" msgstr "" #: /drupal/?q=admin/node/types msgid "dropdown menu" msgstr "" #: /drupal/?q=admin/node/types msgid "date/time" msgstr "" #: /drupal/?q=admin/node/types msgid "image" msgstr "imagem" #: /drupal/?q=admin/node/types msgid "text area" msgstr "" #: /drupal/?q=admin/node/types/edit_type/1 msgid "updated content type \"%name\"." msgstr "" #: /drupal/?q=admin/node/types/add_field/1/table msgid "More" msgstr "" #: /drupal/?q=admin/node/types/add_field/1/table msgid "Field label" msgstr "" #: /drupal/?q=admin/node/types/add_field/1/table msgid "" "A brief description of the field, to be displayed on the content " "submission form." msgstr "" #: /drupal/?q=admin/node/types/add_field/1/table msgid "Required field" msgstr "" #: /drupal/?q=admin/node/types/add_field/1/table msgid "Whether the user must fill in the field when creating content." msgstr "" #: /drupal/?q=admin/node/types/add_field/1/table msgid "Show in teaser" msgstr "" #: /drupal/?q=admin/node/types/add_field/1/table msgid "Whether this field should be shown as part of the teaser." msgstr "" #: /drupal/?q=admin/node/types/add_field/1/table msgid "Show in table" msgstr "" #: /drupal/?q=admin/node/types/add_field/1/table msgid "" "Whether this field should be shown as part of this content type's tabular view." msgstr "" #: /drupal/?q=admin/node/types/add_field/1/table msgid "" "Optional. On the content editing form, the heavier fields will sink " "and the lighter fields will be positioned nearer the top." msgstr "" #: /drupal/?q=admin/modules msgid "" "Allow users to upload images and to display them in shared and " "personal image galleries." msgstr "" #: /drupal/?q=admin/modules msgid "my image gallery" msgstr "Galeria de imagens pessoal" #: /drupal/?q=admin/modules msgid "display image" msgstr "" #: /drupal/?q=admin/modules msgid "images" msgstr "" #: /drupal/?q=admin/modules msgid "directory upload: slow" msgstr "" #: /drupal/?q=admin/modules msgid "directory upload: fast" msgstr "" #: /drupal/?q=admin/settings/image msgid "" "This text will be displayed at the top of the image submission form. " "It is useful for helping or instructing your users." msgstr "" #: /drupal/?q=admin/settings/image msgid "Default image path" msgstr "" #: /drupal/?q=admin/settings/image msgid "" "Default path for uploaded images relative to your Drupal installation; " "it must be writeable and visible from the web. Don't forget the slash " "(/) at the end." msgstr "" #: /drupal/?q=admin/settings/image msgid "Default thumb path" msgstr "" #: /drupal/?q=admin/settings/image msgid "" "Default path for thumbnails relative to your Drupal installation; it " "must be writeable and visible from the web. Don't forget the slash (/) " "at the end." msgstr "" #: /drupal/?q=admin/settings/image msgid "Temporary image path" msgstr "" #: /drupal/?q=admin/settings/image msgid "" "Path for working directory relative to your Drupal installation; it " "must be writeable and visible from the web. Don't forget the slash (/) " "at the end." msgstr "" #: /drupal/?q=admin/settings/image msgid "Maximum temporary image directory size" msgstr "" #: /drupal/?q=admin/settings/image msgid "MBytes." msgstr "" #: /drupal/?q=admin/settings/image msgid "Stored images filenames" msgstr "" #: /drupal/?q=admin/settings/image msgid "" "The filename of an image stored on the server could be based on an " "unique random string or include the original filename. In the later " "case, the node id will be appended to the filename." msgstr "" #: /drupal/?q=admin/settings/image msgid "Default max image size" msgstr "" #: /drupal/?q=admin/settings/image msgid "KBytes." msgstr "" #: /drupal/?q=admin/settings/image msgid "Default max image resolution" msgstr "" #: /drupal/?q=admin/settings/image msgid "Example: 800x600." msgstr "" #: /drupal/?q=admin/settings/image msgid "List of valid resolutions" msgstr "" #: /drupal/?q=admin/settings/image msgid "" "This is a list of resolutions that the image can be displayed at as " "well as its original size" msgstr "" #: /drupal/?q=admin/settings/image msgid "Default image display resolution" msgstr "" #: /drupal/?q=admin/settings/image msgid "" "Select a resolution that you wish the image to be displayed at if no " "resolution is specified." msgstr "" #: /drupal/?q=admin/settings/image msgid "Specify resolutions that will be generated at time of editing." msgstr "" #: /drupal/?q=admin/settings/image msgid "" "This is a list of the resolutions that will be created at the time of " "editing. Ones not selected will generated and saved the first time " "they are displayed." msgstr "" #: /drupal/?q=admin/settings/image msgid "Default thumbnail resolution" msgstr "" #: /drupal/?q=admin/settings/image msgid "" "Default size of thumbnails: format will be the same as original image. " "Use just one dimension, and put a \"x\" to specify height. Examples: " "\"100\" for width of 100; \"x200\" for height of 200." msgstr "" #: /drupal/?q=admin/settings/image msgid "Image library" msgstr "Biblioteca de imagens" #: /drupal/?q=admin/settings/image msgid "" "Select the image library to be used during thumbnail generation and " "image manipulation. Use ImageMagick if you can; GD produces worse " "thumbnails, might not support GIF and this module doesn't support " "image editing (rotate, crop etc) with it." msgstr "" #: /drupal/?q=admin/settings/image msgid "Imagemagick Convert path" msgstr "" #: /drupal/?q=admin/settings/image msgid "" "Absolute path to ImageMagick convert file. Include the 'convert.exe' " "(or other filename) at the end. Leave it blank if you have selected GD " "library." msgstr "" #: /drupal/?q=admin/settings/image msgid "Background Color" msgstr "" #: /drupal/?q=admin/settings/image msgid "Color used to fill in background when rotating images." msgstr "" #: /drupal/?q=admin/settings/image msgid "jhead path" msgstr "" #: /drupal/?q=admin/settings/image msgid "Absolute path of jhead, for EXIF parsing; blank to disable." msgstr "" #: /drupal/?q=admin/settings/image msgid "Imagemagick and GD are supported image libraries. Imagemagick is " "required for full image manipulation features and is suggested for " "better thumbnail quality.
\n" "Many ISPs already have Imagemagick installed and available " "for your use. If you are hosted on Linux and have shell access, type " "which convert at the command prompt This will tell you where " "the binary is, if it is in the path. The name of the binary on most " "unixoid systems is simply convert.
\n" "If you choose to use the GD library, you should install " "version 2.0 or higher. However, version 1.x of the GD library is " "supported, even if it produces lower quality images. In order to use " "GD PHP must be compiled with GD enabled.
\n" "JPEG images may be tagged with information about the image. " "This information talks about the caption, headline, creation date, " "location, and many other parameters about the image. To embed IPTC " "data in your images, use an IPTC aware editor like PixVue (free, Windows only), Photoshop (commercial, Windows/Mac), or possibly GIMP (Linux, Unix, Windows).
\n" "This module reads any IPTC info in your image, and uses it " "appropriately. Fast directory upload of IPTC images is the quickest " "and most complete way to add lots of images into Drupal. Further, you " "may tag your images while offline and only go online to do the " "upload/creation in Drupal.
\n" "JPEG images may also be tagged with information about the " "camera settings used to take the picture.
\n" "This module can read EXIF information about your images via " "jhead.
\n" "All directories must be readable and writeable for the user " "id that the web server runs under.
\n" "You can verify your directory and image library application " "configuration by visiting the images " "administration screen.
" msgstr "" #: /drupal/?q=admin/image/dir_upload/fast msgid "Directory to scan" msgstr "" #: /drupal/?q=admin/image/dir_upload/fast msgid "" "The path to the directory which holds the source image files. This " "path should be relative to Drupal root directory - don't forget the " "slash (/) at the end." msgstr "" #: /drupal/?q=admin/image/dir_upload/fast msgid "Delete images after insert" msgstr "" #: /drupal/?q=admin/image/dir_upload/fast msgid "" "If instructed, Drupal will delete all files in the above directory " "after creating the image nodes." msgstr "" #: /drupal/?q=admin/image/dir_upload/fast msgid "Add new gallery" msgstr "" #: /drupal/?q=admin/image/dir_upload/fast msgid "" "If needed, create a new term for this gallery by clicking on one of " "these vocabularies" msgstr "" #: /drupal/?q=admin/image/dir_upload/fast msgid "Directory upload" msgstr "" #: /drupal/?q=admin/image/dir_upload/fast msgid "" "\n" "<- Select an image to preview.
" msgstr "" #: /drupal/?q=img_assist/load/directory msgid "my images" msgstr "" #: /drupal/?q=img_assist/load/directory msgid "all images" msgstr "" #: /drupal/?q=img_assist/load/properties msgid "Alternate text" msgstr "" #: /drupal/?q=img_assist/load/properties msgid "Provide a description of this image for the visually impaired." msgstr "" #: /drupal/?q=img_assist/load/properties msgid "Layout" msgstr "" #: /drupal/?q=img_assist/load/properties msgid "Align" msgstr "" #: /drupal/?q=img_assist/load/properties msgid "Border" msgstr "" #: /drupal/?q=img_assist/load/properties msgid "Spacing in pixels" msgstr "" #: /drupal/?q=img_assist/load/properties msgid "Horizontal" msgstr "" #: /drupal/?q=img_assist/load/properties msgid "Vertical" msgstr "" #: /drupal/?q=img_assist/load/properties msgid "Image dimensions in pixels" msgstr "" #: /drupal/?q=img_assist/load/properties msgid "Width" msgstr "" #: /drupal/?q=img_assist/load/properties msgid "Height" msgstr "" #: /drupal/?q=img_assist/load/properties msgid "Maintain aspect ratio" msgstr "" #: /drupal/?q=img_assist/load/properties msgid "Image caption" msgstr "" #: /drupal/?q=img_assist/load/properties msgid "Optional: Type a caption to display below your image." msgstr "" #: /drupal/?q=img_assist/load/properties msgid "Preview image" msgstr "Pré-vizualização da imagem" #: /drupal/?q=img_assist/load/properties msgid "Insert image" msgstr "" #: /drupal/?q=img_assist/load/properties msgid "Image to use" msgstr "" #: /drupal/?q=img_assist/load/properties msgid "Use original thumbnail" msgstr "" #: /drupal/?q=img_assist/load/properties msgid "" "Once you have clicked on an image to preview, you can modify its " "properties in this pane.
" msgstr "" #: /drupal/?q=img_assist/load/directory msgid "No images found.
" msgstr "" #: /drupal/?q=img_assist/load/directory&user=1 msgid "%name's images
" msgstr "" #: /drupal/?q=admin/settings/flexinode msgid "" "Absolute path to ImageMagick convert executable. Include the filename " "at the end." msgstr "" #: /drupal/?q=admin/settings/flexinode msgid "Image processing" msgstr "" #: /drupal/?q=image msgid "There are no images in this album." msgstr "Não existem imagens neste álbum." #: /drupal/?q=admin/block msgid "Image Gallery" msgstr "" #: /drupal/?q=admin/block msgid "Image reference" msgstr "" #: /drupal/?q=user/2 msgid "Image gallery" msgstr "Galeria de Imagens" #: /drupal/?q=user/2 msgid "view image gallery" msgstr "ver a galeria de imagens" #: /drupal/?q=node/18 msgid "%u's image gallery" msgstr "Galeria de imagens de %u" #: /drupal/?q=node/18 msgid "View %u's image gallery." msgstr "" #: /drupal/?q=image/tid/ msgid "There is 1 image in this album." msgstr "Existe 1 imagem neste album." #: /drupal/?q=admin/user/configure/profile/add/textarea msgid "The user must enter a value." msgstr "" #: /drupal/?q=admin/user/configure/profile/add/textarea msgid "Visible in user registration form." msgstr "" #: /drupal/?q=admin/modules msgid "Replaces smileys inside posts with images." msgstr "" #: /drupal/?q=admin/modules msgid "smileys" msgstr "" #: /drupal/?q=admin/user/configure/permission msgid "administer smileys" msgstr "" #: /drupal/?q=admin/filters/1 msgid "Smileys filter" msgstr "" #: /drupal/?q=admin/filters/1/list msgid "Textual smileys will be replaced with graphical ones." msgstr "" "Emoticons textuais serão substitídos por emoticons gráficos " "(smileys)." #: /drupal/?q=admin/filters/smileys msgid "smiley" msgstr "" #: /drupal/?q=admin/filters/smileys msgid "acronyms" msgstr "" #: /drupal/?q=admin/filters/smileys msgid "edit smiley" msgstr "" #: /drupal/?q=admin/filters/smileys msgid "Here you can edit the smileys that are recognised by your site." msgstr "" #: /drupal/?q=admin/filters/smileys/edit/1 msgid "Save Smiley" msgstr "" #: /drupal/?q=admin/filters/smileys/edit/1 msgid "Delete Smiley" msgstr "" #: /drupal/?q=admin/filters/smileys/edit/1 msgid "Acronyms" msgstr "" #: /drupal/?q=admin/filters/smileys/edit/1 msgid "" "Enter a list of shorthands for the smiley you wish to add, separated " "by spaces. E.g. ':) ;) :smile:'" msgstr "" #: /drupal/?q=admin/filters/smileys/edit/1 msgid "Image URL" msgstr "URL da imagem" #: /drupal/?q=admin/filters/smileys/edit/1 msgid "" "Enter the URL of the smiley-image relative to the root of your Drupal " "site. E.g. 'images/smileys/happy.png'." msgstr "" #: /drupal/?q=admin/filters/smileys/edit/1 msgid "" "A short description of the emotion depicted to be used as tooltip for " "the image. E.g. 'Laughing out loud'." msgstr "" #: /drupal/?q=admin/filters/smileys/edit/1 msgid "Stand-alone" msgstr "" #: /drupal/?q=admin/filters/smileys/edit/1 msgid "" "When checked, the smiley will only be inserted when an acronym is " "found as a separate word. This is useful for preventing accidental " "smileys with short acronyms." msgstr "" #: /drupal/?q=admin/modules msgid "Allows Drupal to use the htmlarea to replace textarea fields" msgstr "" #: /drupal/?q=admin/user/configure/permission msgid "upload images" msgstr "" #: /drupal/?q=admin/settings/htmlarea msgid "Default for New Textareas" msgstr "" #: /drupal/?q=admin/settings/htmlarea msgid "" "Default setting which determines if a new textarea will be converted " "into a htmlarea" msgstr "" #: /drupal/?q=admin/settings/htmlarea msgid "kill word on paste" msgstr "" #: /drupal/?q=admin/settings/htmlarea msgid "" "This option configures htmlarea so that when pasting from word " "documents will clean up the word html" msgstr "" #: /drupal/?q=admin/settings/htmlarea msgid "add revision to web page" msgstr "" #: /drupal/?q=admin/settings/htmlarea msgid "" "If you have any problems with htmlarea check this box, and the " "revision will be added to the html. When you submit a bug report " "please upload the html source from the web browser to enable better " "support." msgstr "" #: /drupal/?q=admin/settings/htmlarea msgid "Page Style" msgstr "" #: /drupal/?q=admin/settings/htmlarea msgid "Set the style of the htmlarea body" msgstr "" #: /drupal/?q=admin/settings/htmlarea/toolbar msgid "function" msgstr "" #: /drupal/?q=admin/settings/htmlarea/toolbar msgid "enabled" msgstr "habilitado" #: /drupal/?q=admin/settings/htmlarea/toolbar msgid "weight" msgstr "" #: /drupal/?q=admin/settings/htmlarea/toolbar msgid "Add separator" msgstr "" #: /drupal/?q=admin/settings/htmlarea/toolbar msgid "Add space" msgstr "" #: /drupal/?q=admin/settings/htmlarea/toolbar msgid "Add linebreak" msgstr "" #: /drupal/?q=admin/settings/htmlarea/fontnames msgid "font name" msgstr "" #: /drupal/?q=admin/settings/htmlarea/fontnames msgid "font family" msgstr "" #: /drupal/?q=admin/settings/htmlarea/fontsize msgid "size" msgstr "" #: /drupal/?q=admin/settings/htmlarea/formatblock msgid "value" msgstr "" #: /drupal/?q=admin/settings/htmlarea/plugins msgid "plugin" msgstr "" #: /drupal/?q=admin/settings/htmlarea/plugins msgid "css" msgstr "" #: /drupal/?q=admin/settings/htmlarea/textarea msgid "status" msgstr "" #: /drupal/?q=admin/settings/htmlarea/plugins/css msgid "dropbox" msgstr "" #: /drupal/?q=admin/settings/htmlarea/plugins/css msgid "context" msgstr "" #: /drupal/?q=admin/settings/htmlarea/plugins/css msgid "title" msgstr "" #: /drupal/?q=admin/settings/htmlarea/plugins/css msgid "" "list of\n" " different drop boxes that will be added to the toolbar" msgstr "" #: /drupal/?q=admin/settings/htmlarea/plugins/css msgid "" "the css module allows the administrator to add one or more\n" " dropdown boxes to the toolbar which allow the assigning of a\n" " style to an area of test.
\n" "\n" "adding a new drop box will allow create an addition input\n" " table to allow the adding of the titles and css tags.
\n" "\n" "Imagemagick and GD are supported image libraries. Imagemagick is " "required for full image manipulation features and is suggested for " "better thumbnail quality.
\n" "Many ISPs already have Imagemagick installed and available " "for your use. If you are hosted on Linux and have shell access, type " "which convert at the command prompt This will tell you where " "the binary is, if it is in the path. The name of the binary on most " "unixoid systems is simply convert.
\n" "If you choose to use the GD library, you should install " "version 2.0 or higher. However, version 1.x of the GD library is " "supported, even if it produces lower quality images. In order to use " "GD PHP must be compiled with GD enabled.
\n" "JPEG images may be tagged with information about the image. " "This information talks about the caption, headline, creation date, " "location, and many other parameters about the image. To embed IPTC " "data in your images, use an IPTC aware editor like PixVue (free, Windows only), Photoshop (commercial, Windows/Mac), or possibly GIMP (Linux, Unix, Windows).
\n" "This module reads any IPTC info in your image, and uses it " "appropriately. Fast directory upload of IPTC images is the quickest " "and most complete way to add lots of images into Drupal. Further, you " "may tag your images while offline and only go online to do the " "upload/creation in Drupal.
\n" "JPEG images may also be tagged with information about the " "camera settings used to take the picture.
\n" "This module can read EXIF information about your images via " "jhead.
\n" "All directories must be readable and writeable for the user " "id that the web server runs under.
\n" "You can verify your directory and image library application " "configuration by visiting the images " "administration screen.
\n" "Sometimes, you want to add an image to another node like a " "blog entry or a story. You may do this by creating an image node in " "Drupal for the target image, and then referencing that image in your " "story, blog, etc. To enable this feature and learn the proper syntax, " "visit the filters " "configuration screen.
" msgstr "" #: /drupal/?q=admin/settings/image msgid "" "This is a list of resolutions that the image can be displayed at as " "well as it's original size" msgstr "" #: /drupal/?q=admin/settings/image msgid "Personal Photo Galleries" msgstr "Galeria de fotos pessoal" #: /drupal/?q=admin/settings/image msgid "" "Activate/deactivate personal photo galleries site-wide. When enabled " "you can use the \"has personal image gallery\" permission to control " "which roles have personal galleries." msgstr "" #: /drupal/?q=node/add/image msgid "unable to open image %img" msgstr "" #: /drupal/?q=node/add/image msgid "Error processing image file." msgstr "" #: /drupal/?q=image/tid/4 msgid "Photo galleries" msgstr "" #: /drupal/?q=node/add/image msgid "Cannot save thumbnail image to %path." msgstr "" #: /drupal/?q=admin/settings/htmlarea/textarea msgid "the configuration options have been saved." msgstr "" #: /drupal/?q=admin/aggregator msgid "" "Thousands of sites (particularly news sites and weblogs) publish their " "latest headlines and/or stories in a machine-readable format so that " "other sites can easily link to them. This content is usually in the " "form of an RSS " "feed (which is an XML-based syndication standard). To display the feed " "or category in a block you must decide how many items to show by " "editing the feed or block and turning on the feed's " "block." msgstr "" #: /drupal/?q=admin/block msgid "Smileys on submission pages" msgstr "" #: /drupal/?q=admin/block msgid "Galeria de imagens" msgstr "" #: /drupal/?q=admin/block msgid "Smileys" msgstr "" #: /drupal/?q=admin/locale/string/edit/227 msgid "regular" msgstr "" #: /drupal/?q=admin/modules msgid "Runs Drupal cron jobs without the cron application." msgstr "" #: /drupal/?q=admin/modules msgid "poormanscron" msgstr "" #: /drupal/?q=admin/settings/poormanscron msgid "" "Minimum number of minutes between cron runs. Cron will actually " "execute during the first page request after the interval has elapsed." msgstr "" #: /drupal/?q=admin/settings/poormanscron msgid "The number of minutes to wait after a cron run error before retrying." msgstr "" #: /drupal/?q=admin/settings/poormanscron msgid "" "If you want to log successful cron runs to the Drupal watchdog, say " "Yes here. If those messages annoy you, disable them by selecting No." msgstr "" #: /drupal/?q=admin/settings/poormanscron msgid "Cron runs interval" msgstr "" #: /drupal/?q=admin/settings/poormanscron msgid "Retry interval" msgstr "" #: /drupal/?q=admin/settings/poormanscron msgid "Time intervals" msgstr "" #: /drupal/?q=admin/settings/poormanscron msgid "Log successful cron runs" msgstr "" #: /drupal/?q=admin/settings/poormanscron msgid "Yes" msgstr "" #: /drupal/?q=admin/settings/poormanscron msgid "No" msgstr "" #: /drupal/?q=admin/settings/poormanscron msgid "Logging" msgstr "" #: /drupal/?q=admin/logs/hits msgid "Recent hits" msgstr "" #: /drupal/?q=admin/logs/hits msgid "Page" msgstr "" #: /drupal/?q=user/2/edit msgid "Enable rich text editor while authoring" msgstr "Habilita edição de texto formatado." #: /drupal/?q=user/2/edit msgid "text area settings" msgstr "Área de texto" #: /drupal/ msgid "Submitted by %a on %b" msgstr "" #: /drupal/?q=admin/modules msgid "Display a site map." msgstr "Mostra o mapa do site." #: /drupal/?q=admin/modules msgid "site_map" msgstr "" #: /drupal/?q=admin/settings/site_map msgid "Site map message" msgstr "" #: /drupal/?q=admin/settings/site_map msgid "Define a message to be displayed above the site map." msgstr "Defina a mensagem para ser mostrada acima do mapa do site." #: /drupal/?q=admin/settings/site_map msgid "Show node counts by categories" msgstr "" #: /drupal/?q=admin/settings/site_map msgid "" "When enabled, this option will show the number of nodes in each " "taxonomy term." msgstr "" #: /drupal/?q=admin/settings/site_map msgid "Include navigation menus" msgstr "" #: /drupal/?q=admin/settings/site_map msgid "" "When enabled, this option will include the fully-expanded top-level " "navigation menus in the site map" msgstr "" #: /drupal/?q=admin/settings/site_map msgid "Include RSS links by categories" msgstr "" #: /drupal/?q=admin/settings/site_map msgid "" "When enabled, this option will show links to the RSS feeds for each " "category." msgstr "" #: /drupal/?q=admin/settings/site_map msgid "RSS feed depth" msgstr "" #: /drupal/?q=admin/settings/site_map msgid "" "Specify how many subcategories should be included in the RSS feed. " "Enter \"all\" to include all subcategories or \"0\" to include no " "subcategories." msgstr "" #: /drupal/?q=admin/settings/site_map msgid "Categories to include in the site map" msgstr "Categorias para serem incluídas no mapa do site" #: /drupal/?q=sitemap msgid "RSS" msgstr "" #: /drupal/?q=admin/user/configure/permission msgid "access site map" msgstr "acessa o mapa do site" #: /drupal/?q=admin/user/configure/permission msgid "administer site map" msgstr "administrar o mapa do site" #: /drupal/?q=admin/modules msgid "Lets users make events and keep calendars." msgstr "Permite que usuários marquem eventos e mantenham calendários." #: /drupal/?q=admin/modules msgid "event" msgstr "evento" #: /drupal/?q=admin/modules msgid "calendar" msgstr "calendário" #: /drupal/?q=admin/user/configure/permission msgid "maintain events" msgstr "manutenção de eventos" #: /drupal/?q=event msgid "Events" msgstr "Eventos" #: /drupal/?q=event msgid "G:i" msgstr "" #: /drupal/?q=event msgid "Where this event is taking place." msgstr "Onde o evento irá ocorrer" #: /drupal/?q=event msgid "search events" msgstr "procurar eventos" #: /drupal/?q=event msgid "Novembro" msgstr "" #: /drupal/?q=node/add msgid "Events are happenings scheduled for a specific date and time." msgstr "Agenda um evento em uma data, hora, e local específico." #: /drupal/?q=node/add/event msgid "Start" msgstr "Quando" #: /drupal/?q=node/add/event msgid "H" msgstr "" #: /drupal/?q=node/add/event msgid "When is this event taking place." msgstr "Quando o evento irá ocorrer." #: /drupal/?q=node/add/event msgid "Details" msgstr "Detalhes do evento" #: /drupal/?q=event msgid "Upcoming" msgstr "" #: /drupal/?q=event msgid "Upcoming Events" msgstr "Próximos Eventos" #: /drupal/?q=event/search msgid "Date period" msgstr "Período" #: /drupal/?q=event/search msgid "From" msgstr "De" #: /drupal/?q=event/search msgid "To" msgstr "Ate" #: /drupal/?q=event/search msgid "Search Events" msgstr "Procurar Eventos" #: /drupal/?q=admin/modules msgid "Enables users to list all members." msgstr "" #: /drupal/?q=admin/modules msgid "members" msgstr "" #: /drupal/?q=admin/settings/members msgid "Roles to show" msgstr "" #: /drupal/?q=admin/settings/members msgid "Select roles to show in the members listing." msgstr "" #: /drupal/?q=admin/settings/members msgid "Columns to show" msgstr "" #: /drupal/?q=admin/settings/members msgid "Email" msgstr "" #: /drupal/?q=admin/settings/members msgid "Last Seen" msgstr "" #: /drupal/?q=admin/settings/members msgid "" "Select the fields which should be displayed on your members overview " "page. Note that some fields require certain modules to be active." msgstr "" #: /drupal/?q=admin/modules msgid "Displays weather data obtained from weatherroom.com XML services." msgstr "" #: test.module:63 msgid "weather" msgstr "" #: test.module:42 msgid "weather forecast" msgstr "" #: test.module:43 msgid "xml feed" msgstr "" #: test.module:10 msgid "Imperial" msgstr "" #: test.module:10 msgid "Metric" msgstr "" #: test.module:10 msgid "Both" msgstr "" #: test.module:11 msgid "" "Enter a zip code or a ICAO (International Civil Aviation Organization) " "4-letter airport indentifier code" msgstr "" "Digite o CEP ou o código ICAO (International Civil Organization). O " "código ICAO é um identificador de 4 letras de aeroportos." #: test.module:11 msgid "" "This can be a zip code, or a 4-letter, ICAO code (e.g. CYWH, for " "Victoria, BC). Alternatively, you can view" msgstr "" #: test.module:11 msgid "this page" msgstr "" #: test.module:11 msgid "" "for \"City_Name.State\" and other naming variations. You can obtain " "international codes at" msgstr "" #: test.module:11 msgid "or" msgstr "" #: test.module:12 msgid "Regional Codes" msgstr "" #: test.module:14 msgid "Display units in imperial, metric, or both" msgstr "" #: test.module:14 msgid "Select a default scale." msgstr "" #: test.module:15 msgid "Show mini-block" msgstr "" #: test.module:15 msgid "" "Displays only temperature, wind, and a \"current conditions\" graphic " "provided by weatherroom.com." msgstr "" #: test.module:16 msgid "Show extended forecast" msgstr "" #: test.module:16 msgid "5 day forecasts, displayed on a separate page." msgstr "" #: test.module:17 msgid "Show XML feed" msgstr "" #: test.module:17 msgid "" "Provides a link to the local XML weatherfeed, as received from " "weatherroom.com." msgstr "" #: test.module:18 msgid "Display Options" msgstr "" #: test.module:21 msgid "Block re-caching" msgstr "" #: test.module:21 msgid "Updates weather block in cached pages for anonymous users" msgstr "" #: test.module:22 msgid "Enable cron" msgstr "" #: test.module:22 msgid "Auto-parsed weather data using drupal's cron system" msgstr "" #: test.module:23 msgid "Extra Options" msgstr "" #: /drupal/?q=admin/block msgid "Calendar to browse events." msgstr "Calendário para navegar pelos eventos." #: /drupal/?q=admin/block msgid "List of upcoming events." msgstr "Lista de eventos futuros." #: /drupal/?q=admin/block msgid "Local Weather" msgstr "Condições do tempo" #: test.module:401 msgid "The weather report is unavailable. Please refresh or try again later." msgstr "" "As condições do tempo não estão disponíveis por problemas de " "acesso à internet ou do provedor de informações de tempo. Por " "favor, aguarde..." #: /drupal/?q=admin/settings/weather msgid "warning" msgstr "" #: test.module:347 msgid "The forecast is unavailable. Please refresh or try again later." msgstr "" #: test.module:66 msgid "Extended forecast" msgstr "" #: test.module:405 msgid "Temperature" msgstr "Temperatura" #: test.module:406 msgid "Wind" msgstr "Vento" #: test.module:370;407 msgid "Last Updated" msgstr "Última atualização" #: test.module:412 msgid "Current weather conditions for" msgstr "Condições atuais do tempo para" #: test.module:425;427 msgid "Feels like" msgstr "Sensação térm." #: test.module:430;432 msgid "Relative Humidity" msgstr "Umidade rel." #: test.module:435 msgid "unlimited" msgstr "ilimitado" #: test.module:440;442 msgid "Pressure" msgstr "Pressão" #: test.module:445;447 msgid "Dew Point" msgstr "Pt. de orvalho" #: test.module:457 msgid "View the" msgstr "" #: test.module:457 msgid "5 day forecast" msgstr "" #: test.module:374;461 msgid "Powered by" msgstr "Provido por" #: /drupal/?q=admin msgid "XML feed provided by weatherroom.com and locally hosted by %this_site." msgstr "" #: test.module:349 msgid "5 day forecast for" msgstr "" #: /drupal/?q=admin/modules msgid "Use web server authentication instead of Drupal" msgstr "" #: /drupal/?q=admin/modules msgid "webserver_auth" msgstr "" #: /drupal/?q=admin/settings/webserver_auth msgid "Email Domain" msgstr "" #: /drupal/?q=admin/settings/webserver_auth msgid "" "Append this domain name to each new user in order generate his email " "address." msgstr "" #: /drupal/?q=admin/locale/language/import msgid "Warning: plural formula couldn't get parsed." msgstr "" #: test.module:5 msgid "Feeds off weatherroom.com xml services and outputs to a block." msgstr "" #: test.module:20 msgid "Menu entry for extended forecast" msgstr "" #: test.module:20 msgid "Adds a forecast link to the user menu." msgstr "" #: test.module:30;33 msgid "Weather report" msgstr "" #: test.module:72 msgid "The XML feed is unavailable." msgstr "" #: test.module:341 msgid "This feature has been disabled by the administrator." msgstr "" #: test.module:362 msgid "High" msgstr "" #: test.module:366 msgid "Low" msgstr "" #: test.module:412 msgid "Current weather for" msgstr "Condições do tempo para" #: test.module:419;425;430;440;445 msgid "N/A" msgstr "" #: /drupal/?q=admin/locale/language/add msgid "From language list" msgstr "" #: /drupal/?q=admin/locale/language/add msgid "Language name" msgstr "" #: /drupal/?q=admin/locale/language/add msgid "" "Select your language here, or add it below, if you are unable to find " "it." msgstr "" #: /drupal/?q=admin/locale/language/add msgid "Custom language" msgstr "" #: /drupal/?q=admin/locale/language/add msgid "Language code" msgstr "" #: /drupal/?q=admin/locale/language/add msgid "" "Commonly this is an ISO 639 language code " "with an optional country code for regional variants. Examples include " "'en', 'en-US' and 'zh-cn'." msgstr "" #: /drupal/?q=admin/locale/language/add msgid "Language name in English" msgstr "" #: /drupal/?q=admin/locale/language/add msgid "" "Name of the language. Will be availabale for translation in all " "languages." msgstr "" #: /drupal/?q=event msgid "Dezembro" msgstr "" #: /drupal/?q=admin/settings/weather msgid "Condio" msgstr "" #: /drupal/?q=admin/settings/weather msgid "Tempo" msgstr "" #: /drupal/?q=admin/modules msgid "Allows the creation of custom forms (to be used by other modules)" msgstr "" #: /drupal/?q=admin/modules msgid "Create user defined survey questions" msgstr "" #: /drupal/?q=admin/modules msgid "forms" msgstr "" #: /drupal/?q=admin/modules msgid "survey" msgstr "" #: /drupal/?q=admin/modules msgid "survey submission" msgstr "" #: /drupal/?q=node/add msgid "" "A survey allows you to create a form for use on the site to collect " "data" msgstr "" #: /drupal/?q=node/add/survey msgid "Intro Text" msgstr "" #: /drupal/?q=node/add/survey msgid "Path for \"thank you\" page" msgstr "" #: /drupal/?q=node/add/survey msgid "" "This page is displayed after the form is submitted. If you are not " "using clean URLs, specify the part after '?q='. If unsure, specify " "nothing." msgstr "" #: /drupal/?q=node/add/survey msgid "Email address" msgstr "" #: /drupal/?q=node/add/survey msgid "This email address will receive a copy of each survey submission" msgstr "" #: /drupal/?q=admin/block msgid "Upcoming events" msgstr "Próximos eventos" #: /drupal/?q=admin/block msgid "More events." msgstr "Mais eventos." #: /drupal/?q=admin/block msgid "Browse events" msgstr "Calendário de eventos" #: /drupal/?q=admin/filters/1/configure msgid "" "You can define a global list of smileys on the smileys settings page." msgstr "" #: /drupal/?q=filter/tips msgid "" "If you include a textual smiley in your post (see chart below), it " "will be replaced by a graphical smiley." msgstr "" "Se você incluir um smiley em formato texto (emoticon), este será " "trocado por um smiley gráfico (veja tabela abaixo)." #: /drupal/?q=admin/settings/event msgid "" "This text will be displayed at the top of the event submission form. " "Useful for helping or instructing your users." msgstr "" #: /drupal/?q=admin/settings/event msgid "Time notation preference" msgstr "" #: /drupal/?q=admin/settings/event msgid "24h" msgstr "" #: /drupal/?q=admin/settings/event msgid "12h" msgstr "" #: /drupal/?q=admin/settings/event msgid "The time notation system used for entering event start times." msgstr "" #: /drupal/?q=admin/settings/event msgid "Timezone handling" msgstr "" #: /drupal/?q=admin/settings/event msgid "" "Yes: Times are saved relative to the user's timezone. No: Times are " "displayed exactly as the user inputted them." msgstr "" #: /drupal/?q=admin/settings/event msgid "Type of overview" msgstr "" #: /drupal/?q=admin/settings/event msgid "Calendar" msgstr "" #: /drupal/?q=admin/settings/event msgid "Table" msgstr "" #: /drupal/?q=admin/settings/event msgid "" "The type of overview to show the user when he clicks on the block " "calendar." msgstr "" #: /drupal/?q=admin/settings/event msgid "Teaser" msgstr "" #: /drupal/?q=admin/settings/event msgid "Table headers" msgstr "" #: /drupal/?q=admin/settings/event msgid "" "The table headers used in the table view. Only entries that have their " "own database column in the event table and are of type \"textfield\", " "\"textarea\", or \"select\" can be used." msgstr "" #: /drupal/?q=admin/help msgid "aggregator" msgstr "" #: /drupal/?q=admin/help msgid "image" msgstr "" #: /drupal/?q=admin/help msgid "path" msgstr "" #: /drupal/?q=admin/help msgid "poormanscron" msgstr "" #: /drupal/?q=admin/help msgid "" "\n" "The statistics module keeps track of numerous statistics for " "your site but be warned, statistical collection does cause a little " "overhead, thus everything comes disabled by " "default.
\n" "The module counts how many times, and from where -- using " "HTTP referrer -- each of your posts is viewed. Once we have that count " "the module can do the following with it:\n" "
Notes on using the statistics:
\n" "As with any new module, the statistics module needs to be enabled before you can use it. Also refer to " "the permissions section, as this module " "supports four separate permissions.
\n" "This admin page shows you site-wide referrer statistics. You " "can see 'all' statistics, 'external' statistics or " "'internal' statistics. Default is 'all'.
\n" "This admin page gives you an at-a-glance look at your most " "popular content. It is useful for understanding what content on your " "Drupal site is the most popular. Also on this page are links to the " "referrer statistics for each listed node.
\n" "There are some configuration options added to the main administer » settings » " "statistics section:
\n" "This module creates a block that can display the day's top " "viewed content, the all time top viewed content, and the last content " "viewed. Each of these links can be enabled or disabled individually, " "and the number of posts displayed for each can be configured with a " "drop down menu. If you disable all sections of this block, it will " "not appear.
\n" "Don't forget to enable the " "block.
\n" "This module creates a user page that can display summaries of " "the day's most popular viewed content, the all time most popular " "content, and the last content viewed. Each of these summaries can be " "enabled or disabled individually, and the number of posts displayed " "for each can be configured with a drop down menu. You can also assign " "a name for the automatically generated link to the user page. If no " "name is set, the link will not be displayed.
\n" "This module has four permissions that " "need to be configured in the permissions " "section.
\n" "If 'administer statistics' and 'access " "statistics' are both enabled, the user will see a link from each " "node to that node's referrer statistics (if enabled).
" msgstr "" #: /drupal/?q=admin/help msgid "statistics" msgstr "" #: /drupal/?q=node/add/image msgid "You must select an image for upload." msgstr "" #: /drupal/?q=event/2004/12/23 msgid "M, j" msgstr "" #: /drupal/?q=event/2004/12/23 msgid "Click here to see the full event." msgstr "" #: /drupal/?q=admin/locale/language/export msgid "Export translation" msgstr "" #: /drupal/?q=admin/locale/language/export msgid "" "Select the language you would like to export in gettext Portable " "Object (.po) format." msgstr "" #: /drupal/?q=admin/locale/language/export msgid "Export template" msgstr "" #: /drupal/?q=admin/locale/language/export msgid "" "Generate a gettext Portable Object Template (.pot) file with all " "the interface strings from the Drupal locale database.
" msgstr "" #: modules/aggregator.module:100 ;707;718 msgid "%count items" msgstr "" #: modules/comment.module:190, fuzzy msgid "%count new comments" msgstr "" #: includes/common.inc:0, fuzzy msgid "%count years" msgstr "" #: includes/common.inc:0, fuzzy msgid "%count weeks" msgstr "%count semanas" #: includes/common.inc:0, fuzzy msgid "%count days" msgstr "%count dias" #: includes/common.inc:0, fuzzy msgid "%count hours" msgstr "%count horas" #: includes/common.inc:0 msgid "%count min" msgstr "" #: includes/common.inc:0, fuzzy msgid "%count sec" msgstr "" #: modules/comment.module:187 modules/node.module:89, fuzzy msgid "%count comments" msgstr "" #: modules/poll.module:278 ;354, fuzzy msgid "%count votes" msgstr "" #: modules/statistics.module:135 ;138, fuzzy msgid "%count reads" msgstr "" #: modules/throttle.module:146, fuzzy msgid "%count pages" msgstr "" #: modules/user.module:518 ;521, fuzzy msgid "%count users" msgstr "" #: modules/user.module:518 ;521, fuzzy msgid "%count guests" msgstr "" #: /drupal2/?q=admin/locale/language/import msgid "menu_otf" msgstr "" #: /drupal2/?q=admin/locale/language/import msgid "quotes" msgstr "citações" #: /drupal2/?q=admin/locale/language/import msgid "taxonomy_otf" msgstr "" #: /drupal2/?q=admin/locale/language/import msgid "upgrade" msgstr "" #: /drupal2/?q=user/1&PHPSESSID=aca1ffe23d57149cf5252dc293acd162 msgid "Quotes" msgstr "Citações" #: /drupal2/?q=user/1&PHPSESSID=aca1ffe23d57149cf5252dc293acd162 msgid "view %user's quotes" msgstr "ver as citações de %user" #: /drupal2/?q=user/1&PHPSESSID=aca1ffe23d57149cf5252dc293acd162 msgid "View %username's quotes." msgstr "Ver as citações de %username" #: /drupal2/?q=admin/block&PHPSESSID=aca1ffe23d57149cf5252dc293acd162 msgid "Image Galleries" msgstr "" #: /drupal2/?q=admin/quotes msgid "Install" msgstr "" #: /drupal2/?q=admin/quotes msgid "Upgrade" msgstr "" #: /drupal2/?q=admin/quotes msgid "" "The quotes module must be installed to continue. Press " "Install to proceed
" msgstr "" "O módulo de citações precisa ser instalado. Clique em " "Install para proceder com a instalação
" #: /drupal2/?q=admin/quotes msgid "Displayed below is the status of the quotes module." msgstr "Abaixo é mostrado o status do módulo de citações." #: /drupal2/?q=admin/quotes msgid "" "\n" "The quotes module allows users to maintain a list of quotations that\n" "they find notable, humorous, famous, infamous, or otherwise worthy " "of\n" "sharing with website visitors. The quotes can be displayed in any\n" "number of administrator-defined blocks. These blocks will display\n" "randomly-selected quotes based on the restrictions of each\n" "block. Blocks can be configured to restrict to certain nodes, roles,\n" "users, or categories.\n" msgstr "" #: /drupal2/?q=admin/quotes msgid "Installed" msgstr "" #: /drupal2/?q=admin/quotes msgid "Version" msgstr "" #: /drupal2/?q=admin/quotes msgid "Author leader" msgstr "" #: /drupal2/?q=admin/quotes msgid "" "The text placed before the author attribution (i.e. \"—\" " "for an em-dash or \"•\" for a bullet)." msgstr "" #: /drupal2/?q=admin/quotes msgid "View the latest quotes." msgstr "Ver as últimas citações." #: /drupal2/?q=admin/quotes msgid "Settings successfully saved." msgstr "" #: /drupal2/?q=admin/settings/weather msgid "my quotes" msgstr "minhas citações" #: /drupal2/?q=admin/settings/weather msgid "overview" msgstr "" #: /drupal2/?q=admin/settings/weather msgid "configure blocks" msgstr "" #: /drupal2/?q=admin/settings/weather msgid "add block" msgstr "" #: /drupal2/?q=admin/settings/weather msgid "configure quote block" msgstr "configurar bloco de citações" #: /drupal2/?q=admin/settings/weather msgid "delete quote block" msgstr "apagar bloco de citações" #: /drupal2/?q=admin/settings/menu_otf msgid "quote" msgstr "citação" #: /drupal2/?q=admin/settings/menu_otf msgid "Hide 'menu_otf link' for the following node types" msgstr "" #: /drupal2/?q=admin/settings/menu_otf msgid "" "Check the node types you do not want the ability to " "quickly add to the menu system." msgstr "" #: /drupal2/?q=admin/settings/menu_otf msgid "Default parent item" msgstr "" #: /drupal2/?q=admin/settings/menu_otf msgid "" "Choose a parent the will selected by default during menu item " "creation." msgstr "" #: /drupal2/?q=admin/modules msgid "A utility module to generate dynamic menus." msgstr "" #: /drupal2/?q=admin/modules msgid "Creates a link to inject the current node into the menu system" msgstr "" #: /drupal2/?q=admin/modules msgid "" "Allows users to maintain personal lists of quotations and display " "randomly-selected quotes in one or more blocks." msgstr "" "Permite que usuários mantenham uma lista pessoal de citações, para " "serem mostradas de forma aleatória em um ou mais blocos." #: /drupal2/?q=admin/modules msgid "Users can add terms on-the-fly as they post." msgstr "" #: /drupal2/?q=admin/quotes/blocks msgid "Save" msgstr "" #: /drupal2/?q=admin/quotes/blocks msgid "No blocks are defined." msgstr "" #: /drupal2/?q=admin/quotes/blocks msgid "block administration page" msgstr "" #: /drupal2/?q=admin/quotes/blocks msgid "" "\n" "You can define any number of blocks that will each display random\n" "quotes. The quotes displayed in each block can be restricted to\n" "certain node IDs, roles, users, or categories. Each block has a name\n" "that is used only for identification on the %link and a title that " "is\n" "shown when the block is displayed. The block title can contain the\n" "variable %title which will be replaced by the\n" "randomly-selected quote's title.\n" msgstr "" #: /drupal2/?q=admin/quotes/add msgid "" "Enter a unique name for this block. This will identify the block on " "the %link." msgstr "" #: /drupal2/?q=admin/quotes/add msgid "" "Enter the title that will be used for this block when displayed. If " "desired, you can include the string %title which will be " "replaced by the title of the quote being displayed in the block." msgstr "" #: /drupal2/?q=admin/quotes/add msgid "Node filter" msgstr "" #: /drupal2/?q=admin/quotes/add msgid "" "To restrict this block to display only certain quotes based on node " "IDs, enter the IDs here separated by commas, spaces, or returns." msgstr "" #: /drupal2/?q=admin/quotes/add msgid "Role filter" msgstr "" #: /drupal2/?q=admin/quotes/add msgid "permission administration page" msgstr "" #: /drupal2/?q=admin/quotes/add msgid "" "There are no roles configured with the edit own quotes " "permission, so no roles are available. To filter by role, please " "assign this permission to at least one role on the %link." msgstr "" #: /drupal2/?q=admin/quotes/add msgid "User filter" msgstr "" #: /drupal2/?q=admin/quotes/add msgid "user administration page" msgstr "" #: /drupal2/?q=admin/quotes/add msgid "" "There are no users with the edit own quotes permission, so no " "users are available. To filter by user, please assign at least one " "user to a role with this permission on the %link." msgstr "" #: /drupal2/?q=admin/quotes/add msgid "Category filter" msgstr "" #: /drupal2/?q=admin/quotes/add msgid "category administration page" msgstr "" #: /drupal2/?q=admin/quotes/add msgid "" "There are no vocabularies assigned to quotes. To filter by categories, " "please assign at least one vocabulary to quotes on the %link." msgstr "" #: /drupal2/?q=admin/quotes/add msgid "Use the form below to define a new random quote block." msgstr "" "Use o formulário abaixo para definir um novo bloco de citações " "aleatórias." #: /drupal2/?q=admin/quotes/add msgid "Block %name successfully created." msgstr "" #: /drupal2/?q=admin/block&PHPSESSID=aca1ffe23d57149cf5252dc293acd162 msgid "Dicas de segurança" msgstr "" #: /drupal2/?q=node/add msgid "" "A quote is a famous, humorous, witty, infamous, or otherwise " "noteworthy quotation or fortune file entry. Quotes can be entered one " "at a time or mass imported in either tab-separated text or fortune " "file format." msgstr "" "Uma citação é uma frase famosa, engraçada, infame, inteligente ou " "notável, ou simplesmente uma dica de segurança. Citações podem ser " "inseridas uma por vez ou em massa, através de texto separado por " "tabulação, ou no formato FORTUNE." #: /drupal2/?q=node/add/page msgid "Site navigation settings" msgstr "Criar item no menu" #: /drupal2/?q=node/add/page msgid "Menu item title" msgstr "Titulo do item no menu" #: /drupal2/?q=node/add/quotes msgid "Display in random quote blocks" msgstr "Mostrar em um bloco de citações aleatórias." #: /drupal2/?q=node/add/quotes msgid "Quote" msgstr "Citação" #: /drupal2/?q=node/add/quotes msgid "mass imported" msgstr "importação em massa" #: /drupal2/?q=node/add/quotes msgid "" "Use the form below to enter a single quote. Multiple quotes can also " "be %link in either tab-separted text or fortune file format." msgstr "" "Use o formulário abaixo para inserir uma citação. Você pode " "também fazer uma %link, separando as citações por tabulações, ou " "no formato Fortune." #: /drupal2/?q=quotes/1 msgid "creation date" msgstr "" #: /drupal2/?q=quotes/1 msgid "author" msgstr "" #: /drupal2/?q=quotes/1 msgid "ascending" msgstr "" #: /drupal2/?q=quotes/1 msgid "descending" msgstr "" #: /drupal2/?q=quotes/1 msgid "%name's quotes" msgstr "citações de %name" #: /drupal2/?q=quotes/1 msgid "Sort by: " msgstr "" #: /drupal2/?q=quotes/1 msgid "Quotes per page: " msgstr "" #: /drupal2/?q=quotes/1 msgid "Display options" msgstr "" #: /drupal2/?q=admin/user/configure/permission msgid "administer quotes" msgstr "" #: /drupal2/?q=admin/user/configure/permission msgid "edit own quotes" msgstr "" #: /drupal2/?q=admin/user/configure/permission msgid "promote quotes to block" msgstr "" #: /drupal2/?q=admin/user/configure/permission msgid "administer taxonomy_otf" msgstr "" #: /drupal2/?q=admin/user/configure/permission msgid "create terms on-the-fly" msgstr "" #: /drupal2/?q=admin/settings/image&PHPSESSID=aca1ffe23d57149cf5252dc293acd162 msgid "Galeria de Imagens" msgstr "Galeria de Imagens" #: /drupal2/?q=node/add/image/file/./imagessergio-28.jpg msgid "Uploaded file was not an image." msgstr "" #: /drupal2/?q=node/add/quotes/import msgid "Format" msgstr "" #: /drupal2/?q=node/add/quotes/import msgid "Tab-separated text" msgstr "Texto separado por tabulação" #: /drupal2/?q=node/add/quotes/import msgid "Fortune file" msgstr "Formato Fortune" #: /drupal2/?q=node/add/quotes/import msgid "" "\n" "\n" " Use the form below to mass import quotes in either tab-separated\n" " text or fortune file format. Many quotes will be imported in this\n" " one step by creating an individual node for each imported quote. " "See\n" " the notes below for more information.\n" "
\n" "Notes:
\n" "\n" "Single-line quote.<tab>Author\n" "Quote without author.<tab>\n" "Multi-line quote: line 1...\\\n" "...line 2.<tab>Author line 1\\\n" "Author line 2\n" "Another quote.<tab>Another " "Author\n" "\n" "\n" "
\n" "A fortune without an author.\n" "%\n" "Fortune with author.\n" "--Author\n" "%\n" "Multi-line fortune: line 1...\n" "...line 2.\n" " -- Author line 1\n" " Author line 2\n" "\n" "\n" "
Use o formulário abaixo para fazer um importação em massa de " "citações, separando-os por tabulações, ou no formato Fortune. " "Várias citações serão importadas em um passo único, criando um " "nodo individual para cada citação importada. Veja os exemplos abaixo " "para mais informações.
" "Exemplos:
\r\n" "Citação de uma linha.<tab>Autor \r\n" "Citação sem autor.<tab> \r\n" "Citação de múltiplas linhas: linha " "1...\\\r\n" " ...linha 2.<tab>Autor linha 1\\\r\n" " Autor linha 2\r\n" "Outra citação.<tab>Outro " "Autor
\r\n" "Uma citação sem um autor.\r\n" "%\r\n" "Citação com autor.\r\n" "--Autor\r\n" "%\r\n" "Citação de várias linhas: linha " "1...\r\n" "...linha 2.\r\n" "-- Autor linha 1\r\n" "Autor linha 2
Most programs are written and documented in English, and " "primarily use English to interact with users. This is also true for a " "great deal of web sites. However, most people are less comfortable " "with English than with their native language, and would prefer to use " "their mother tongue as much as possible. Many people love to see their " "web site showing a lot less English, and far more of their own " "language. Therefore Drupal provides a framework to setup a " "multi-lingual web site, or to overwrite the default English " "texts.
\n" "Whenever Drupal encounters an interface string which needs to " "be displayed, it tries to translate it into the currently selected " "language. If a translation is not available, then the string is " "remembered, so you can look up untranslated strings easily.
\n" "Drupal provides two options to translate these strings. First " "is the integrated web interface, where you can search for untranslated " "strings, and specify their translations via simple web forms. An " "easier, and much less time consuming method is to import translations " "already done for your language. This is achieved by the use of GNU " "gettext Portable Object files. These are editable with quite " "convenient desktop editors specifically architected for supporting " "your work with GNU Gettext files. The import feature allows you to add " "strings from such files into the site database. The export " "functionality enables you to share your translations with others, " "generating Portable Object files from your site strings." msgstr "" #: /?q=admin/locale/language/import msgid "" "Imported %file into %locale: %number new strings added and %update " "updated." msgstr "" #: /?q=admin/filters/3 msgid "" "\n" "
Every filter performs one particular change on the user " "input, for example stripping out malicious HTML or making URLs " "clickable. Choose which filters you want to apply to text in this " "input format.
\n" "If you notice some filters are causing conflicts in the output, you " "can rearrange them.
" msgstr "" #: /?q=admin/modules msgid "this module allows you to set a custom home page." msgstr "" #: /?q=admin/modules&PHPSESSID=346dba1dc8adad4261744a7df20eaa5c msgid "front_page" msgstr "" #: /?q=admin/user/configure/permission msgid "access front_page" msgstr "" #: /?q=admin/settings/front_page msgid "Front page HTML or TEXT for users not logged in" msgstr "" #: /?q=admin/settings/front_page msgid "" "Paste your HTML here for users or visitors to your site who are not " "logged in" msgstr "" #: /?q=admin/settings/front_page msgid "" "Select whether you want your logged-in page to be a THEMED or a FULL " "front_page" msgstr "" #: /?q=admin/settings/front_page msgid "" "A THEMED front_page means your default layout, theme and stylesheet " "will be loaded with your custom front_page. A FULL front_page allows " "you to have a completely different layout, style sheet etc. Useful if " "you want to use a FLASH based front-end to your site or a " "splash-page.It is often more convenient to get the strings of your setup on the " "export page, and start with a desktop Gettext " "translation editor though. Here you can search in the translated and " "untranslated strings, and the default English texts provided by " "Drupal.
" msgstr "" #: /?q=admin/locale/language/export msgid "Exported %locale translation file: %filename." msgstr "" #: /?q=admin/logs/hits/user/2 msgid "Recent hits for \"%username\"" msgstr "" #: /?q=admin/node/types&PHPSESSID=74197cefb140b6c2d40c39494f96b448 msgid "ata" msgstr "" #: /?q=node/add/flexinode-1 msgid "" "\r\n" "Utilize este tipo de conteúdo quando desejar postar uma ata de " "reunião ou de algum evento.\r\n" msgstr "" #: /?q=node/add msgid "" "Utilize este tipo de conteúdo quando desejar postar uma ata de " "reunião ou de algum evento." msgstr "" #: /?q=admin/quotes/edit/1 msgid "Block %name successfully updated." msgstr "" #: /?q=admin/block&PHPSESSID=74197cefb140b6c2d40c39494f96b448 msgid "Dica de Segurança" msgstr "" #: /?q=admin/logs/hits/page/Dicas+de+seguran%C3%A7a msgid "Recent hits for \"%title\"" msgstr ""