From 6ec1bd2fa81862807389acb7c5989a90e94a4d74 Mon Sep 17 00:00:00 2001 From: friendica Date: Sat, 18 May 2013 16:02:31 -0700 Subject: [PATCH 01/20] double quotes in title mess up editpost --- boot.php | 2 +- mod/editpost.php | 2 +- util/messages.po | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/boot.php b/boot.php index 3c55c377c8..6819abd3b0 100644 --- a/boot.php +++ b/boot.php @@ -12,7 +12,7 @@ require_once('library/Mobile_Detect/Mobile_Detect.php'); require_once('include/features.php'); define ( 'FRIENDICA_PLATFORM', 'Friendica'); -define ( 'FRIENDICA_VERSION', '3.1.1699' ); +define ( 'FRIENDICA_VERSION', '3.1.1704' ); define ( 'DFRN_PROTOCOL_VERSION', '2.23' ); define ( 'DB_UPDATE_VERSION', 1163 ); define ( 'EOL', "
\r\n" ); diff --git a/mod/editpost.php b/mod/editpost.php index 258e2e0b15..afa9d98682 100644 --- a/mod/editpost.php +++ b/mod/editpost.php @@ -133,7 +133,7 @@ function editpost_content(&$a) { '$emailcc' => t('CC: email addresses'), '$public' => t('Public post'), '$jotnets' => $jotnets, - '$title' => $itm[0]['title'], + '$title' => htmlspecialchars($itm[0]['title']), '$placeholdertitle' => t('Set title'), '$category' => file_tag_file_to_list($itm[0]['file'], 'category'), '$placeholdercategory' => (feature_enabled(local_user(),'categories') ? t('Categories (comma-separated list)') : ''), diff --git a/util/messages.po b/util/messages.po index f5528e1577..88a0d62585 100644 --- a/util/messages.po +++ b/util/messages.po @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: 3.1.1699\n" +"Project-Id-Version: 3.1.1704\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2013-05-13 00:03-0700\n" +"POT-Creation-Date: 2013-05-18 00:02-0700\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" From a1c4d0ca932e7045a110e4ce0ff787b73e5ef697 Mon Sep 17 00:00:00 2001 From: friendica Date: Mon, 20 May 2013 17:36:29 -0700 Subject: [PATCH 02/20] fix include paths when started via cmdline --- boot.php | 19 ++++++++++--------- include/pgettext.php | 2 +- util/messages.po | 4 ++-- 3 files changed, 13 insertions(+), 12 deletions(-) diff --git a/boot.php b/boot.php index 6819abd3b0..71de66e68c 100644 --- a/boot.php +++ b/boot.php @@ -12,7 +12,7 @@ require_once('library/Mobile_Detect/Mobile_Detect.php'); require_once('include/features.php'); define ( 'FRIENDICA_PLATFORM', 'Friendica'); -define ( 'FRIENDICA_VERSION', '3.1.1704' ); +define ( 'FRIENDICA_VERSION', '3.1.1706' ); define ( 'DFRN_PROTOCOL_VERSION', '2.23' ); define ( 'DB_UPDATE_VERSION', 1163 ); define ( 'EOL', "
\r\n" ); @@ -437,6 +437,14 @@ if(! class_exists('App')) { startup(); + set_include_path( + 'include' . PATH_SEPARATOR + . 'library' . PATH_SEPARATOR + . 'library/phpsec' . PATH_SEPARATOR + . 'library/langdet' . PATH_SEPARATOR + . '.' ); + + $this->scheme = 'http'; if(x($_SERVER,'HTTPS') && $_SERVER['HTTPS']) $this->scheme = 'https'; @@ -471,15 +479,8 @@ if(! class_exists('App')) { $argc --; } - set_include_path( - "include/$this->hostname" . PATH_SEPARATOR - . 'include' . PATH_SEPARATOR - . 'library' . PATH_SEPARATOR - . 'library/phpsec' . PATH_SEPARATOR - . 'library/langdet' . PATH_SEPARATOR - . '.' ); + set_include_path("include/$this->hostname" . PATH_SEPARATOR . get_include_path()); - if((x($_SERVER,'QUERY_STRING')) && substr($_SERVER['QUERY_STRING'],0,2) === "q=") { $this->query_string = substr($_SERVER['QUERY_STRING'],2); // removing trailing / - maybe a nginx problem diff --git a/include/pgettext.php b/include/pgettext.php index 93dd3e4b6d..0c003a7500 100644 --- a/include/pgettext.php +++ b/include/pgettext.php @@ -1,6 +1,6 @@ \n" "Language-Team: LANGUAGE \n" From ed6ca1d3845070decc732ce5df266b49b448b940 Mon Sep 17 00:00:00 2001 From: friendica Date: Tue, 21 May 2013 22:37:51 -0700 Subject: [PATCH 03/20] rev update --- LICENSE | 537 +++++++++++++++++++++++++++++++++++++++++++++-- boot.php | 2 +- index.php | 4 +- util/messages.po | 152 +++++++------- 4 files changed, 601 insertions(+), 94 deletions(-) diff --git a/LICENSE b/LICENSE index 01f1c19d5c..42897de4ab 100644 --- a/LICENSE +++ b/LICENSE @@ -1,20 +1,525 @@ +Friendica Communications Server Copyright (c) 2010-2013 the Friendica Project -All rights reserved. -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Affero General Public License for more details. -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see . + + GNU AFFERO GENERAL PUBLIC LICENSE + Version 3, 19 November 2007 + + Copyright (C) 2007 Free Software Foundation, Inc. + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + + Preamble + + The GNU Affero General Public License is a free, copyleft license for +software and other kinds of works, specifically designed to ensure +cooperation with the community in the case of network server software. + + The licenses for most software and other practical works are designed +to take away your freedom to share and change the works. By contrast, +our General Public Licenses are intended to guarantee your freedom to +share and change all versions of a program--to make sure it remains free +software for all its users. + + When we speak of free software, we are referring to freedom, not +price. Our General Public Licenses are designed to make sure that you +have the freedom to distribute copies of free software (and charge for +them if you wish), that you receive source code or can get it if you +want it, that you can change the software or use pieces of it in new +free programs, and that you know you can do these things. + + Developers that use our General Public Licenses protect your rights +with two steps: (1) assert copyright on the software, and (2) offer +you this License which gives you legal permission to copy, distribute +and/or modify the software. + + A secondary benefit of defending all users' freedom is that +improvements made in alternate versions of the program, if they +receive widespread use, become available for other developers to +incorporate. Many developers of free software are heartened and +encouraged by the resulting cooperation. However, in the case of +software used on network servers, this result may fail to come about. +The GNU General Public License permits making a modified version and +letting the public access it on a server without ever releasing its +source code to the public. + + The GNU Affero General Public License is designed specifically to +ensure that, in such cases, the modified source code becomes available +to the community. It requires the operator of a network server to +provide the source code of the modified version running there to the +users of that server. Therefore, public use of a modified version, on +a publicly accessible server, gives the public access to the source +code of the modified version. + + An older license, called the Affero General Public License and +published by Affero, was designed to accomplish similar goals. This is +a different license, not a version of the Affero GPL, but Affero has +released a new version of the Affero GPL which permits relicensing under +this license. + + The precise terms and conditions for copying, distribution and +modification follow. + + TERMS AND CONDITIONS + + 0. Definitions. + + "This License" refers to version 3 of the GNU Affero General Public License. + + "Copyright" also means copyright-like laws that apply to other kinds of +works, such as semiconductor masks. + + "The Program" refers to any copyrightable work licensed under this +License. Each licensee is addressed as "you". "Licensees" and +"recipients" may be individuals or organizations. + + To "modify" a work means to copy from or adapt all or part of the work +in a fashion requiring copyright permission, other than the making of an +exact copy. The resulting work is called a "modified version" of the +earlier work or a work "based on" the earlier work. + + A "covered work" means either the unmodified Program or a work based +on the Program. + + To "propagate" a work means to do anything with it that, without +permission, would make you directly or secondarily liable for +infringement under applicable copyright law, except executing it on a +computer or modifying a private copy. Propagation includes copying, +distribution (with or without modification), making available to the +public, and in some countries other activities as well. + + To "convey" a wok means any kind of propagation that enables other +parties to make or receive copies. Mere interaction with a user through +a computer network, with no transfer of a copy, is not conveying. + + An interactive user interface displays "Appropriate Legal Notices" +to the extent that it includes a convenient and prominently visible +feature that (1) displays an appropriate copyright notice, and (2) +tells the user that there is no warranty for the work (except to the +extent that warranties are provided), that licensees may convey the +work under this License, and how to view a copy of this License. If +the interface presents a list of user commands or options, such as a +menu, a prominent item in the list meets this criterion. + + 1. Source Code. + + The "source code" for a work means the preferred form of the work +for making modifications to it. "Object code" means any non-source +form of a work. + + A "Standard Interface" means an interface that either is an official +standard defined by a recognized standards body, or, in the case of +interfaces specified for a particular programming language, one that +is widely used among developers working in that language. + + The "System Libraries" of an executable work include anything, other +than the work as a whole, that (a) is included in the normal form of +packaging a Major Component, but which is not part of that Major +Component, and (b) serves only to enable use of the work with that +Major Component, or to implement a Standard Interface for which an +implementation is available to the public in source code form. A +"Major Component", in this context, means a major essential component +(kernel, window system, and so on) of the specific operating system +(if any) on which the executable work runs, or a compiler used to +produce the work, or an object code interpreter used to run it. + + The "Corresponding Source" for a work in object code form means all +the source code needed to generate, install, and (for an executable +work) run the object code and to modify the work, including scripts to +control those activities. However, it does not include the work's +System Libraries, or general-purpose tools or generally available free +programs which are used unmodified in performing those activities but +which are not part of the work. For example, Corresponding Source +includes interface definition files associated with source files for +the work, and the source code for shared libraries and dynamically +linked subprograms that the work is specifically designed to require, +such as by intimate data communication or control flow between those +subprograms and other parts of the work. + + The Corresponding Source need not include anything that users +can regenerate automatically from other parts of the Corresponding +Source. + + The Corresponding Source for a work in source code form is that +same work. + + 2. Basic Permissions. + + All rights granted under this License are granted for the term of +copyright on the Program, and are irrevocable provided the stated +conditions are met. This License explicitly affirms your unlimited +permission to run the unmodified Program. The output from running a +covered work is covered by this License only if the output, given its +content, constitutes a covered work. This License acknowledges your +rights of fair use or other equivalent, as provided by copyright law. + + You may make, run and propagate covered works that you do not +convey, without conditions so long as your license otherwise remains +in force. You may convey covered works to others for the sole purpose +of having them make modifications exclusively for you, or provide you +with facilities for running those works, provided that you comply with +the terms of this License in conveying all material for which you do +not control copyright. Those thus making or running the covered works +for you must do so exclusively on your behalf, under your direction +and control, on terms that prohibit them from making any copies of +your copyrighted material outside their relationship with you. + + Conveying under any other circumstances is permitted solely under +the conditions stated below. Sublicensing is not allowed; section 10 +makes it unnecessary. + + 3. Protecting Users' Legal Rights From Anti-Circumvention Law. + + No covered work shall be deemed part of an effective technological +measure under any applicable law fulfilling obligations under article +11 of the WIPO copyright treaty adopted on 20 December 1996, or +similar laws prohibiting or restricting circumvention of such +measures. + + When you convey a covered work, you waive any legal power to forbid +circumvention of technological measures to the extent such circumvention +is effected by exercising rights under this License with respect to +the covered work, and you disclaim any intention to limit operation or +modification of the work as a means of enforcing, against the work's +users, your or third parties' legal rights to forbid circumvention of +technological measures. + + 4. Conveying Verbatim Copies. + + You may convey verbatim copies of the Program's source code as you +receive it, in any medium, provided that you conspicuously and +appropriately publish on each copy an appropriate copyright notice; +keep intact all notices stating that this License and any +non-permissive terms added in accord with section 7 apply to the code; +keep intact all notices of the absence of any warranty; and give all +recipients a copy of this License along with t + long as you offer spare parts or customer support for that product + model, to give anyone who possesses the object code either (1) a + copy of the Corresponding Source for all the software in the + product that is covered by this License, on a durable physical + medium customarily used for software interchange, for a price no + more than your reasonable cost of physically performing this + conveying of source, or (2) access to copy the + Corresponding Source from a network server at no charge. + + c) Convey individual copies of the object code with a copy of the + written offer to provide the Corresponding Source. This + alternative is allowed only occasionally and noncommercially, and + only if you received the object code with such an offer, in accord + with subsection 6b. + + d) Convey the object code by offering access from a designated + place (gratis or for a charge), and offer equivalent access to the + Corresponding Source in the same way through the same place at no + further charge. You need not require recipients to copy the + Corresponding Source along with the object code. If the place to + copy the object code is a network server, the Corresponding Source + may be on a different server (operated by you or a third party) + that supports equivalent copying facilities, provided you maintain + clear directions next to the object code saying where to find the + Corresponding Source. Regardless of what server hosts the + Corresponding Source, you remain obligated to ensure that it is + available for as long as needed to satisfy these requirements. + + e) Convey the object code using peer-to-peer transmission, provided + you inform other peers where the object code and Corresponding + Source of the work are being offered to the general public at no + charge under subsection 6d. + + A separable portion of the object code, whose source code is excluded +from the Corresponding Source as a System Library, need not be +included in conveying the object code work. + + A "User Product" is either (1) a "consumer product", which means any +tangible personal property which is normally used for personal, family, +or household purposes, or (2) anything designed or sold for incorporation +into a dwelling. In determining whether a product is a consumer product, +doubtful cases shall be resolved in favor of coverage. For a particular +product received by a particular user, "normally used" refers to a +typical or common use of that class of product, regardless of the status +of the particular user or of the way in which the particular user +actually uses, or expects or is expected to use, the product. A product +is a consumer product regardless of whether the product has substantial +commercial, industrial or non-consumer uses, unless such uses represent +the only significant mode of use of the product. + + "Installation Information" for a User Product means any methods, +procedures, authorization keys, or other information required to install +and execute modified versions of a covered work in that User Product from +a modified version of its Corresponding Source. The information must +suffice to ensure that the continued functioning of the modified object +code is in no case prevented or interfered with solely because +modification has been made. + + If you convey an object code work under this section in, or with, or +specifically for use in, a User Product, and the conveying occurs as +part of a transaction in which the right of possession and use of the +User Product is transferred to the recipient in perpetuity or for a +fixed term (regardless of how the transaction is characterized), the +Corresponding Source conveyed under this section must be accompanied +by the Installation Information. But this requirement does not apply +if neither you nor any third party retains the ability to install +modified object code on the User Product (for example, the work has +been installed in ROM). + + The requirement to provide Installation Information does not include a +requirement to continue to provide support service, warranty, or updates +for a work that has been modified or installed by the recipient, or for +the User Product in which it has been modified or installed. Access to a +network may be denied when the modification itself materially and +adversely affects the operation of the network or violates the rules and +protocols for communication across the network. + + Corresponding Source conveyed, and Installation Information provided, +in accord with this section must be in a format that is publicly +documented (and with an implementation available to the public in +source code form), and must require no special password or key for +unpacking, reading or copying. + + 7. Additional Terms. + + "Additional permissions" are terms that supplement the terms of this +License by making exceptions from one or more of its conditions. +Additional permissions that are applicable to the entire Program shall +be treated as though they were included in this License, to the extent +that they are valid under applicable law. If additional permissions +apply only to part of the Program, that part may be used separately +under those permissions, but the entire Program remains governed by +this License without regard to the additional permissions. + + When you convey a copy of a covered work, you may at your option +remove any additional permissions from that copy, or from any part of +it. (Additional permissions may be written to require their own +removal in certain cases when you modify the work.) You may place +additional permissions on material, added by you to a covered work, +for which you have or can give appropriate copyright permission. + + Notwithstanding any other provision of this License, for material you +add to a covered work, you may (if authorized by the copyright holders of +that material) supplement the terms of this License with terms: + + a) Disclaiming warranty or limiting liability differently from the + terms of sections 15 and 16 of this License; or + + b) Requiring preservation of specified reasonable legal notices or + author attributions in that material or in the Appropriate Legal + Notices displayed by works containing it; or + + c) Prohibiting misrepresentation of the origin of that material, or + requiring that modified versions of such material be marked in + reasonable ways as different from the original version; or + + d) Limiting the use for publicity purposes of names of licensors or + authors of the material; or + + e) Declining to grant rights under trademark law for use of some + trade names, trademarks, or service marks; or + + f) Requiring indemnification of licensors and authors of that + material by anyone who conveys the material (or modified versions of + it) with contractual assumptions of liability to the recipient, for + any liability that these contractual assumptions directly impose on + those licensors and authors. + + All other non-permissive additional terms are considered "further +restrictions" within the meaning of section 10. If the Program as you +received it, or any part of it, contains a notice stating that it is +governed by this License along with a term that is a further +restriction, you may remove that term. If a license document contains +a further restriction but permits relicensing or conveying under this +License, you may add to a covered work material governed by the terms +of that license document, provided that the further restriction does +not survive such relicensing or conveying. + + If you add terms to a covered work in accord with this section, you +must place, in the relevant source files, a statement of the +additional terms that apply to those files, or a notice indicating +where to find the applicable terms. + + Additional terms, permissive or non-permissive, may be stated in the +form of a separately written license, or stated as exceptions; +the above requirements apply either way. + + 8. Termination. + + You may not propagate or modify a covered work except as expressly +provided under this License. Any attempt otherwise to propagate or +modify it is void, and will automatically terminate your rights under +this License (including any patent licenses granted under the third +paragraph of section 11). + + However, if you cease all violation of this License, then your +license from a particular copyright holder is reinstated (a) +provisionally, unless and until the copyright holder explicitly and +finally terminates your license, and (b) permanently, if the copyright +holder fails to notify you of the violation by some reasonable means +prior to 60 days after the cessation. + + Moreover, your license from a particular copyright holder is +reinstated permanently if the copyright holder notifies you of the +violation by some reasonable means, this is the first time you have +received notice of violation of this License (for any work) from that +copyright holder, and you cure the violation prior to 30 days after +your receipt of the notice. + + Termination of your rights under this section does not terminate the +licenses of parties who have received copies or rights from you under +this License. If your rights have been terminated and not permanently +reinstated, you do not qualify to receive new licenses for the same +material under section 10. + + 9. Acceptance Not Required for Having Copies. + + You are not required to accept this License in order to receive or +run a copy of the Program. Ancillary propagation of a covered work +occurring solely as a consequence of using peer-to-peer transmission +to receive a copy likewise does not require acceptance. However, +nothing other than this License grants you permission to propagate or +modify any covered work. These actions infringe copyright if you do +not accept this License. Therefore, by modifying or propagating a +covered work, you indicate your acceptance of this License to do so. + + 10. Automatic Licensing of Downstream Recipients. + + E to +make, use, sell, offer for sale, import and otherwise run, modify and +propagate the contents of its contributor version. + + In the following three paragraphs, a "patent license" is any express +agreement or commitment, however denominated, not to enforce a patent +(such as an express permission to practice a patent or covenant not to +sue for patent infringement). To "grant" such a patent license to a +party means to make such an agreement or commitment not to enforce a +patent against the party. + + If you convey a covered work, knowingly relying on a patent license, +and the Corresponding Source of the work is not available for anyone +to copy, free of charge and under the terms of this License, through a +publicly available network server or other readily accessible means, +then you must either (1) cause the Corresponding Source to be so +available, or (2) arrange to deprive yourself of the benefit of the +patent license for this particular work, or (3) arrange, in a manner +consistent with the requirements of this License, to extend the patent +license to downstream recipients. "Knowingly relying" means you have +actual knowledge that, but for the patent license, your conveying the +covered work in a country, or your recipient's use of the covered work +in a country, would infringe one or more identifiable patents in that +country that you have reason to believe are valid. + + If, pursuant to or in connection with a single transaction or +arrangement, you convey, or propagate by procuring conveyance of, a +covered work, and grant a patent license to some of the parties +receiving the covered work authorizing them to use, propagate, modify +or convey a specific copy of the covered work, then the patent license +you grant is automatically extended to all recipients of the covered +work and works based on it. + + A patent license is "discriminatory" if it does not include within +the scope of its coverage, prohibits the exercise of, or is +conditioned on the non-exercise of one or more of the rights that are +specifically granted under this License. You may not convey a covered +work if you are a party to an arrangement with a third party that is +in the business of distributing software, under which you make payment +to the third party based on the extent of your activity of conveying +the work, and under which the third party grants, to any of the +parties who would receive the covered work from you, a discriminatory +patent license (a) in connection with copies of the covered work +conveyed by you (or copies made from those copies), or (b) primarily +for and in connection with specific products or compilations that +contain the covered work, unless you entered into that arrangement, +or that patent license was granted, prior to 28 March 2007. + + Nothing in this License shall be construed as excluding or limiting +any implied license or other defenses to infringement that may +otherwise be available to you under applicable patent law. + + 12. No Surrender of Others' Freedom. + + If conditions are imposed on you (whether by court order, agreement or +otherwise) that contradict the conditions of this License, they do not +excuse you from the conditions of this License. If you cannot convey a +covered work so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you may +not convey it at all. For example, if you agree to terms that obligate you +to collect a royalty for further conveying from those to whom you convey +the Program, the only way you could satisfy both those terms and this +License would be to refrain entirely from conveying the Program. + + 13. Remote Network Interaction; Use with the GNU General Public License. + + Notwithstanding any other provision of this License, if you modify the +Program, your modified version must prominently offer all users +interacting with it remotely through a computer network (if your version +supports such interaction) an opportunity to receive the Corresponding +Source of your version by providing access to the Corresponding Source +from a network server at no charge, through some standard or customary +means of facilitating copying of software. This Corresponding Source +shall include the Corresponding Source for any work covered by version 3 +of the GNU General Public License that is incorporated pursuant to the +following paragraph. + + Notwithstanding any other provision of this License, you have +permission to link or combine any covered work with a work licensed +under version 3 of the GNU General Public License into a single +combined work, and to convey the resulting work. The terms of this +License will continue to apply to the part which is the covered work, +but the work with which it is combined will remain governed by version +3 of the GNU General Public License. + + 14. Revised Versions of this License. + + The Free Software Foundation may publish revised and/or new versions of +the GNU Affero General Public License from time to time. Such new versions +will be similar in spirit to the present version, but may differ in detail to +address new problems or concerns. + + Each version is given a distinguishing version number. If the +Program specifies that a certain numbered version of the GNU Affero General +Public License "or any later version" applies to it, you have the +option of following the terms and conditions either of that numbered +version orch source file to most effectively +state the exclusion of warranty; and each file should have at least +the "copyright" line and a pointer to where the full notice is found. + + + Copyright (C) + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Affero General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Affero General Public License for more details. + + You should have received a copy of the GNU Affero General Public License + along with this program. If not, see . + +Also add information on how to contact you by electronic and paper mail. + + If your software can interact with users remotely through a computer +network, you should also make sure that it provides a way for users to +get its source. For example, if your program is a web application, its +interface could display a "Source" link that leads users to an archive +of the code. There are many ways you could offer source, and different +solutions will be better for different programs; see section 13 for the +specific requirements. + + You should also get your employer (if you work as a programmer) or school, +if any, to sign a "copyright disclaimer" for the program, if necessary. +For more information on this, and how to apply and follow the GNU AGPL, see +. diff --git a/boot.php b/boot.php index 71de66e68c..51cf674a35 100644 --- a/boot.php +++ b/boot.php @@ -12,7 +12,7 @@ require_once('library/Mobile_Detect/Mobile_Detect.php'); require_once('include/features.php'); define ( 'FRIENDICA_PLATFORM', 'Friendica'); -define ( 'FRIENDICA_VERSION', '3.1.1706' ); +define ( 'FRIENDICA_VERSION', '3.1.1707' ); define ( 'DFRN_PROTOCOL_VERSION', '2.23' ); define ( 'DB_UPDATE_VERSION', 1163 ); define ( 'EOL', "
\r\n" ); diff --git a/index.php b/index.php index 8e2376e918..d3a4cef44e 100644 --- a/index.php +++ b/index.php @@ -414,7 +414,9 @@ if(!$a->theme['stylesheet']) $stylesheet = current_theme_url(); else $stylesheet = $a->theme['stylesheet']; -$a->page['htmlhead'] = replace_macros($a->page['htmlhead'], array('$stylesheet' => $stylesheet)); + +$a->page['htmlhead'] = str_replace('{{$stylesheet}}',$stylesheet,$a->page['htmlhead']); +//$a->page['htmlhead'] = replace_macros($a->page['htmlhead'], array('$stylesheet' => $stylesheet)); $page = $a->page; $profile = $a->profile; diff --git a/util/messages.po b/util/messages.po index cfa2cfe6db..8061060c8f 100644 --- a/util/messages.po +++ b/util/messages.po @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: 3.1.1706\n" +"Project-Id-Version: 3.1.1707\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2013-05-20 00:03-0700\n" +"POT-Creation-Date: 2013-05-21 00:03-0700\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -21,7 +21,7 @@ msgstr "" #: ../../include/profile_advanced.php:7 ../../include/profile_advanced.php:84 #: ../../include/nav.php:77 ../../mod/profperm.php:103 #: ../../mod/newmember.php:32 ../../view/theme/diabook/theme.php:88 -#: ../../boot.php:1946 +#: ../../boot.php:1947 msgid "Profile" msgstr "" @@ -30,7 +30,7 @@ msgid "Full Name:" msgstr "" #: ../../include/profile_advanced.php:17 ../../mod/directory.php:136 -#: ../../boot.php:1486 +#: ../../boot.php:1487 msgid "Gender:" msgstr "" @@ -51,7 +51,7 @@ msgid "Age:" msgstr "" #: ../../include/profile_advanced.php:37 ../../mod/directory.php:138 -#: ../../boot.php:1489 +#: ../../boot.php:1490 msgid "Status:" msgstr "" @@ -65,7 +65,7 @@ msgid "Sexual Preference:" msgstr "" #: ../../include/profile_advanced.php:48 ../../mod/directory.php:140 -#: ../../boot.php:1491 +#: ../../boot.php:1492 msgid "Homepage:" msgstr "" @@ -401,6 +401,25 @@ msgstr "" msgid "Send PM" msgstr "" +#: ../../include/bbcode.php:210 ../../include/bbcode.php:549 +msgid "Image/photo" +msgstr "" + +#: ../../include/bbcode.php:272 +#, php-format +msgid "" +"%s wrote the following post" +msgstr "" + +#: ../../include/bbcode.php:514 ../../include/bbcode.php:534 +msgid "$1 wrote:" +msgstr "" + +#: ../../include/bbcode.php:557 ../../include/bbcode.php:558 +msgid "Encrypted content" +msgstr "" + #: ../../include/acl_selectors.php:325 msgid "Visible to everybody" msgstr "" @@ -448,7 +467,7 @@ msgid "Finishes:" msgstr "" #: ../../include/bb2diaspora.php:415 ../../include/event.php:40 -#: ../../mod/directory.php:134 ../../mod/events.php:471 ../../boot.php:1484 +#: ../../mod/directory.php:134 ../../mod/events.php:471 ../../boot.php:1485 msgid "Location:" msgstr "" @@ -702,7 +721,7 @@ msgid "Example: bob@example.com, http://example.com/barbara" msgstr "" #: ../../include/contact_widgets.php:9 ../../mod/suggest.php:88 -#: ../../mod/match.php:58 ../../boot.php:1416 +#: ../../mod/match.php:58 ../../boot.php:1417 msgid "Connect" msgstr "" @@ -779,7 +798,7 @@ msgstr[0] "" msgstr[1] "" #: ../../include/contact_widgets.php:204 ../../mod/content.php:629 -#: ../../object/Item.php:365 ../../boot.php:670 +#: ../../object/Item.php:365 ../../boot.php:671 msgid "show more" msgstr "" @@ -787,25 +806,6 @@ msgstr "" msgid " on Last.fm" msgstr "" -#: ../../include/bbcode.php:210 ../../include/bbcode.php:549 -msgid "Image/photo" -msgstr "" - -#: ../../include/bbcode.php:272 -#, php-format -msgid "" -"%s wrote the following post" -msgstr "" - -#: ../../include/bbcode.php:514 ../../include/bbcode.php:534 -msgid "$1 wrote:" -msgstr "" - -#: ../../include/bbcode.php:557 ../../include/bbcode.php:558 -msgid "Encrypted content" -msgstr "" - #: ../../include/network.php:877 msgid "view full size" msgstr "" @@ -1996,7 +1996,7 @@ msgstr "" msgid "Clear notifications" msgstr "" -#: ../../include/nav.php:73 ../../boot.php:1135 +#: ../../include/nav.php:73 ../../boot.php:1136 msgid "Logout" msgstr "" @@ -2004,7 +2004,7 @@ msgstr "" msgid "End this session" msgstr "" -#: ../../include/nav.php:76 ../../boot.php:1939 +#: ../../include/nav.php:76 ../../boot.php:1940 msgid "Status" msgstr "" @@ -2018,7 +2018,7 @@ msgid "Your profile page" msgstr "" #: ../../include/nav.php:78 ../../mod/fbrowser.php:25 -#: ../../view/theme/diabook/theme.php:90 ../../boot.php:1953 +#: ../../view/theme/diabook/theme.php:90 ../../boot.php:1954 msgid "Photos" msgstr "" @@ -2027,7 +2027,7 @@ msgid "Your photos" msgstr "" #: ../../include/nav.php:79 ../../mod/events.php:370 -#: ../../view/theme/diabook/theme.php:91 ../../boot.php:1970 +#: ../../view/theme/diabook/theme.php:91 ../../boot.php:1971 msgid "Events" msgstr "" @@ -2043,7 +2043,7 @@ msgstr "" msgid "Your personal photos" msgstr "" -#: ../../include/nav.php:91 ../../boot.php:1136 +#: ../../include/nav.php:91 ../../boot.php:1137 msgid "Login" msgstr "" @@ -2060,7 +2060,7 @@ msgstr "" msgid "Home Page" msgstr "" -#: ../../include/nav.php:108 ../../mod/register.php:275 ../../boot.php:1111 +#: ../../include/nav.php:108 ../../mod/register.php:275 ../../boot.php:1112 msgid "Register" msgstr "" @@ -2189,7 +2189,7 @@ msgstr "" msgid "Account settings" msgstr "" -#: ../../include/nav.php:169 ../../boot.php:1438 +#: ../../include/nav.php:169 ../../boot.php:1439 msgid "Profiles" msgstr "" @@ -2588,23 +2588,23 @@ msgstr "" msgid "Edit/Manage Profiles" msgstr "" -#: ../../mod/profiles.php:726 ../../boot.php:1444 ../../boot.php:1470 +#: ../../mod/profiles.php:726 ../../boot.php:1445 ../../boot.php:1471 msgid "Change profile photo" msgstr "" -#: ../../mod/profiles.php:727 ../../boot.php:1445 +#: ../../mod/profiles.php:727 ../../boot.php:1446 msgid "Create New Profile" msgstr "" -#: ../../mod/profiles.php:738 ../../boot.php:1455 +#: ../../mod/profiles.php:738 ../../boot.php:1456 msgid "Profile Image" msgstr "" -#: ../../mod/profiles.php:740 ../../boot.php:1458 +#: ../../mod/profiles.php:740 ../../boot.php:1459 msgid "visible to everybody" msgstr "" -#: ../../mod/profiles.php:741 ../../boot.php:1459 +#: ../../mod/profiles.php:741 ../../boot.php:1460 msgid "Edit visibility" msgstr "" @@ -2632,7 +2632,7 @@ msgstr "" msgid "All Contacts (with secure profile access)" msgstr "" -#: ../../mod/notes.php:44 ../../boot.php:1977 +#: ../../mod/notes.php:44 ../../boot.php:1978 msgid "Personal Notes" msgstr "" @@ -5571,7 +5571,7 @@ msgid "" "Password reset failed." msgstr "" -#: ../../mod/lostpass.php:84 ../../boot.php:1150 +#: ../../mod/lostpass.php:84 ../../boot.php:1151 msgid "Password Reset" msgstr "" @@ -5957,7 +5957,7 @@ msgstr "" msgid "Home Notifications" msgstr "" -#: ../../mod/photos.php:51 ../../boot.php:1956 +#: ../../mod/photos.php:51 ../../boot.php:1957 msgid "Photo Albums" msgstr "" @@ -6153,7 +6153,7 @@ msgstr "" #: ../../mod/photos.php:1551 ../../mod/photos.php:1595 #: ../../mod/photos.php:1678 ../../mod/content.php:732 -#: ../../object/Item.php:338 ../../object/Item.php:652 ../../boot.php:669 +#: ../../object/Item.php:338 ../../object/Item.php:652 ../../boot.php:670 msgid "Comment" msgstr "" @@ -6342,7 +6342,7 @@ msgid "" "features and resources." msgstr "" -#: ../../mod/profile.php:21 ../../boot.php:1324 +#: ../../mod/profile.php:21 ../../boot.php:1325 msgid "Requested profile is not available." msgstr "" @@ -6981,128 +6981,128 @@ msgstr "" msgid "toggle mobile" msgstr "" -#: ../../boot.php:668 +#: ../../boot.php:669 msgid "Delete this item?" msgstr "" -#: ../../boot.php:671 +#: ../../boot.php:672 msgid "show fewer" msgstr "" -#: ../../boot.php:998 +#: ../../boot.php:999 #, php-format msgid "Update %s failed. See error logs." msgstr "" -#: ../../boot.php:1000 +#: ../../boot.php:1001 #, php-format msgid "Update Error at %s" msgstr "" -#: ../../boot.php:1110 +#: ../../boot.php:1111 msgid "Create a New Account" msgstr "" -#: ../../boot.php:1138 +#: ../../boot.php:1139 msgid "Nickname or Email address: " msgstr "" -#: ../../boot.php:1139 +#: ../../boot.php:1140 msgid "Password: " msgstr "" -#: ../../boot.php:1140 +#: ../../boot.php:1141 msgid "Remember me" msgstr "" -#: ../../boot.php:1143 +#: ../../boot.php:1144 msgid "Or login using OpenID: " msgstr "" -#: ../../boot.php:1149 +#: ../../boot.php:1150 msgid "Forgot your password?" msgstr "" -#: ../../boot.php:1152 +#: ../../boot.php:1153 msgid "Website Terms of Service" msgstr "" -#: ../../boot.php:1153 +#: ../../boot.php:1154 msgid "terms of service" msgstr "" -#: ../../boot.php:1155 +#: ../../boot.php:1156 msgid "Website Privacy Policy" msgstr "" -#: ../../boot.php:1156 +#: ../../boot.php:1157 msgid "privacy policy" msgstr "" -#: ../../boot.php:1285 +#: ../../boot.php:1286 msgid "Requested account is not available." msgstr "" -#: ../../boot.php:1364 ../../boot.php:1468 +#: ../../boot.php:1365 ../../boot.php:1469 msgid "Edit profile" msgstr "" -#: ../../boot.php:1430 +#: ../../boot.php:1431 msgid "Message" msgstr "" -#: ../../boot.php:1438 +#: ../../boot.php:1439 msgid "Manage/edit profiles" msgstr "" -#: ../../boot.php:1567 ../../boot.php:1653 +#: ../../boot.php:1568 ../../boot.php:1654 msgid "g A l F d" msgstr "" -#: ../../boot.php:1568 ../../boot.php:1654 +#: ../../boot.php:1569 ../../boot.php:1655 msgid "F d" msgstr "" -#: ../../boot.php:1613 ../../boot.php:1694 +#: ../../boot.php:1614 ../../boot.php:1695 msgid "[today]" msgstr "" -#: ../../boot.php:1625 +#: ../../boot.php:1626 msgid "Birthday Reminders" msgstr "" -#: ../../boot.php:1626 +#: ../../boot.php:1627 msgid "Birthdays this week:" msgstr "" -#: ../../boot.php:1687 +#: ../../boot.php:1688 msgid "[No description]" msgstr "" -#: ../../boot.php:1705 +#: ../../boot.php:1706 msgid "Event Reminders" msgstr "" -#: ../../boot.php:1706 +#: ../../boot.php:1707 msgid "Events this week:" msgstr "" -#: ../../boot.php:1942 +#: ../../boot.php:1943 msgid "Status Messages and Posts" msgstr "" -#: ../../boot.php:1949 +#: ../../boot.php:1950 msgid "Profile Details" msgstr "" -#: ../../boot.php:1960 ../../boot.php:1963 +#: ../../boot.php:1961 ../../boot.php:1964 msgid "Videos" msgstr "" -#: ../../boot.php:1973 +#: ../../boot.php:1974 msgid "Events and Calendar" msgstr "" -#: ../../boot.php:1980 +#: ../../boot.php:1981 msgid "Only You Can See This" msgstr "" From 814ab32334cc5cc92a3c8347e65e032686fe9d92 Mon Sep 17 00:00:00 2001 From: friendica Date: Thu, 23 May 2013 10:10:49 +1000 Subject: [PATCH 04/20] Update README --- README | 2 -- 1 file changed, 2 deletions(-) diff --git a/README b/README index ed57760512..9495f11dfc 100644 --- a/README +++ b/README @@ -1,7 +1,6 @@ Friendica Social Communications Server ====================================== -http://friendica.com Welcome to the free social web. @@ -10,4 +9,3 @@ Friendica is a communications platform for integrated social communications util Our mission is to free our friends and families from the clutches of data-harvesting corporations, and pave the way to a future where social communications are free and open and flow between alternate providers as easily as email does today. -Report issues at http://bugs.friendica.com/ \ No newline at end of file From 1732de5c64b4c5eee401c4251c0e15627addff48 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Thu, 23 May 2013 06:30:34 +0200 Subject: [PATCH 05/20] PL: update to the strings --- view/pl/messages.po | 3285 ++++++++++++++++++----------------- view/pl/strings.php | 804 ++++----- view/pl/update_fail_eml.tpl | 2 +- 3 files changed, 2076 insertions(+), 2015 deletions(-) diff --git a/view/pl/messages.po b/view/pl/messages.po index 17bb722206..7c757581bf 100644 --- a/view/pl/messages.po +++ b/view/pl/messages.po @@ -3,36 +3,36 @@ # This file is distributed under the same license as the Friendica package. # # Translators: -# , 2012. -# , 2013. -# , 2012-2013. -# , 2012. -# Cyryl Sochacki , 2013. -# , 2012. -# Daria Początek , 2013. -# , 2012. -# , 2012. -# , 2012. -# , 2012. -# , 2012. -# , 2012. -# Karolina , 2013. -# , 2013. -# , 2012. -# Mariusz Pisz , 2013. -# , 2012. -# , 2012. -# , 2012. -# , 2012. -# , 2012-2013. -# , 2012. -# , 2012-2013. +# abix_adamj , 2012 +# julia.domagalska , 2013 +# julia.domagalska , 2012-2013 +# daria.poczatek , 2012 +# Cyryl Sochacki , 2013 +# czarnystokrotek , 2012 +# daria.poczatek , 2013 +# Oninix , 2012 +# Bericikowsky , 2012 +# Gler , 2012 +# mateusz_m , 2012 +# Endryju , 2012 +# karolina.walkowiak , 2012 +# karolina.walkowiak , 2013 +# szymon.filip , 2013 +# szymon.filip , 2012 +# Piszu , 2013 +# Lea1995polish , 2012 +# mhnxo , 2012 +# Molka , 2012 +# marcin.klessa , 2012 +# Pitruss , 2012-2013 +# emilia.krawczyk , 2012 +# rcmaniac , 2012-2013 msgid "" msgstr "" "Project-Id-Version: friendica\n" "Report-Msgid-Bugs-To: http://bugs.friendica.com/\n" -"POT-Creation-Date: 2013-03-19 03:30-0700\n" -"PO-Revision-Date: 2013-04-02 08:42+0000\n" +"POT-Creation-Date: 2013-05-21 00:03-0700\n" +"PO-Revision-Date: 2013-05-21 07:55+0000\n" "Last-Translator: Cyryl Sochacki \n" "Language-Team: Polish (http://www.transifex.com/projects/p/friendica/language/pl/)\n" "MIME-Version: 1.0\n" @@ -44,16 +44,16 @@ msgstr "" #: ../../include/profile_advanced.php:7 ../../include/profile_advanced.php:84 #: ../../include/nav.php:77 ../../mod/profperm.php:103 #: ../../mod/newmember.php:32 ../../view/theme/diabook/theme.php:88 -#: ../../boot.php:1868 +#: ../../boot.php:1947 msgid "Profile" msgstr "Profil" -#: ../../include/profile_advanced.php:15 ../../mod/settings.php:1050 +#: ../../include/profile_advanced.php:15 ../../mod/settings.php:1079 msgid "Full Name:" msgstr "Imię i nazwisko:" #: ../../include/profile_advanced.php:17 ../../mod/directory.php:136 -#: ../../boot.php:1408 +#: ../../boot.php:1487 msgid "Gender:" msgstr "Płeć:" @@ -74,7 +74,7 @@ msgid "Age:" msgstr "Wiek:" #: ../../include/profile_advanced.php:37 ../../mod/directory.php:138 -#: ../../boot.php:1411 +#: ../../boot.php:1490 msgid "Status:" msgstr "Status" @@ -83,16 +83,16 @@ msgstr "Status" msgid "for %1$d %2$s" msgstr "od %1$d %2$s" -#: ../../include/profile_advanced.php:46 ../../mod/profiles.php:646 +#: ../../include/profile_advanced.php:46 ../../mod/profiles.php:650 msgid "Sexual Preference:" msgstr "Interesują mnie:" #: ../../include/profile_advanced.php:48 ../../mod/directory.php:140 -#: ../../boot.php:1413 +#: ../../boot.php:1492 msgid "Homepage:" msgstr "Strona główna:" -#: ../../include/profile_advanced.php:50 ../../mod/profiles.php:648 +#: ../../include/profile_advanced.php:50 ../../mod/profiles.php:652 msgid "Hometown:" msgstr "Miasto rodzinne:" @@ -100,7 +100,7 @@ msgstr "Miasto rodzinne:" msgid "Tags:" msgstr "Tagi:" -#: ../../include/profile_advanced.php:54 ../../mod/profiles.php:649 +#: ../../include/profile_advanced.php:54 ../../mod/profiles.php:653 msgid "Political Views:" msgstr "Poglądy polityczne:" @@ -116,11 +116,11 @@ msgstr "O:" msgid "Hobbies/Interests:" msgstr "Hobby/Zainteresowania:" -#: ../../include/profile_advanced.php:62 ../../mod/profiles.php:653 +#: ../../include/profile_advanced.php:62 ../../mod/profiles.php:657 msgid "Likes:" msgstr "Lubi:" -#: ../../include/profile_advanced.php:64 ../../mod/profiles.php:654 +#: ../../include/profile_advanced.php:64 ../../mod/profiles.php:658 msgid "Dislikes:" msgstr "" @@ -393,340 +393,54 @@ msgstr "Zapytaj mnie " msgid "stopped following" msgstr "przestań obserwować" -#: ../../include/Contact.php:225 ../../include/conversation.php:838 +#: ../../include/Contact.php:225 ../../include/conversation.php:878 msgid "Poke" msgstr "Zaczepka" -#: ../../include/Contact.php:226 ../../include/conversation.php:832 +#: ../../include/Contact.php:226 ../../include/conversation.php:872 msgid "View Status" msgstr "Zobacz status" -#: ../../include/Contact.php:227 ../../include/conversation.php:833 +#: ../../include/Contact.php:227 ../../include/conversation.php:873 msgid "View Profile" msgstr "Zobacz profil" -#: ../../include/Contact.php:228 ../../include/conversation.php:834 +#: ../../include/Contact.php:228 ../../include/conversation.php:874 msgid "View Photos" msgstr "Zobacz zdjęcia" #: ../../include/Contact.php:229 ../../include/Contact.php:251 -#: ../../include/conversation.php:835 +#: ../../include/conversation.php:875 msgid "Network Posts" msgstr "" #: ../../include/Contact.php:230 ../../include/Contact.php:251 -#: ../../include/conversation.php:836 +#: ../../include/conversation.php:876 msgid "Edit Contact" msgstr "Edytuj kontakt" #: ../../include/Contact.php:231 ../../include/Contact.php:251 -#: ../../include/conversation.php:837 +#: ../../include/conversation.php:877 msgid "Send PM" msgstr "Wyślij prywatną wiadomość" -#: ../../include/text.php:276 -msgid "prev" -msgstr "poprzedni" +#: ../../include/bbcode.php:210 ../../include/bbcode.php:549 +msgid "Image/photo" +msgstr "Obrazek/zdjęcie" -#: ../../include/text.php:278 -msgid "first" -msgstr "pierwszy" - -#: ../../include/text.php:307 -msgid "last" -msgstr "ostatni" - -#: ../../include/text.php:310 -msgid "next" -msgstr "następny" - -#: ../../include/text.php:328 -msgid "newer" -msgstr "nowsze" - -#: ../../include/text.php:332 -msgid "older" -msgstr "starsze" - -#: ../../include/text.php:697 -msgid "No contacts" -msgstr "Brak kontaktów" - -#: ../../include/text.php:706 +#: ../../include/bbcode.php:272 #, php-format -msgid "%d Contact" -msgid_plural "%d Contacts" -msgstr[0] "%d kontakt" -msgstr[1] "%d kontaktów" -msgstr[2] "%d kontakty" - -#: ../../include/text.php:718 ../../mod/viewcontacts.php:76 -msgid "View Contacts" -msgstr "widok kontaktów" - -#: ../../include/text.php:778 ../../include/text.php:779 -#: ../../include/nav.php:118 ../../mod/search.php:99 -msgid "Search" -msgstr "Szukaj" - -#: ../../include/text.php:781 ../../mod/notes.php:63 ../../mod/filer.php:31 -msgid "Save" -msgstr "Zapisz" - -#: ../../include/text.php:819 -msgid "poke" -msgstr "zaczep" - -#: ../../include/text.php:819 ../../include/conversation.php:211 -msgid "poked" -msgstr "zaczepiony" - -#: ../../include/text.php:820 -msgid "ping" -msgstr "ping" - -#: ../../include/text.php:820 -msgid "pinged" +msgid "" +"%s wrote the following post" msgstr "" -#: ../../include/text.php:821 -msgid "prod" -msgstr "" +#: ../../include/bbcode.php:514 ../../include/bbcode.php:534 +msgid "$1 wrote:" +msgstr "$1 napisał:" -#: ../../include/text.php:821 -msgid "prodded" -msgstr "" - -#: ../../include/text.php:822 -msgid "slap" -msgstr "spoliczkuj" - -#: ../../include/text.php:822 -msgid "slapped" -msgstr "spoliczkowany" - -#: ../../include/text.php:823 -msgid "finger" -msgstr "dotknąć" - -#: ../../include/text.php:823 -msgid "fingered" -msgstr "dotknięty" - -#: ../../include/text.php:824 -msgid "rebuff" -msgstr "odprawiać" - -#: ../../include/text.php:824 -msgid "rebuffed" -msgstr "odprawiony" - -#: ../../include/text.php:836 -msgid "happy" -msgstr "szczęśliwy" - -#: ../../include/text.php:837 -msgid "sad" -msgstr "smutny" - -#: ../../include/text.php:838 -msgid "mellow" -msgstr "spokojny" - -#: ../../include/text.php:839 -msgid "tired" -msgstr "zmęczony" - -#: ../../include/text.php:840 -msgid "perky" -msgstr "pewny siebie" - -#: ../../include/text.php:841 -msgid "angry" -msgstr "wściekły" - -#: ../../include/text.php:842 -msgid "stupified" -msgstr "odurzony" - -#: ../../include/text.php:843 -msgid "puzzled" -msgstr "zdziwiony" - -#: ../../include/text.php:844 -msgid "interested" -msgstr "interesujący" - -#: ../../include/text.php:845 -msgid "bitter" -msgstr "zajadły" - -#: ../../include/text.php:846 -msgid "cheerful" -msgstr "wesoły" - -#: ../../include/text.php:847 -msgid "alive" -msgstr "żywy" - -#: ../../include/text.php:848 -msgid "annoyed" -msgstr "irytujący" - -#: ../../include/text.php:849 -msgid "anxious" -msgstr "zazdrosny" - -#: ../../include/text.php:850 -msgid "cranky" -msgstr "zepsuty" - -#: ../../include/text.php:851 -msgid "disturbed" -msgstr "przeszkadzający" - -#: ../../include/text.php:852 -msgid "frustrated" -msgstr "rozbity" - -#: ../../include/text.php:853 -msgid "motivated" -msgstr "zmotywowany" - -#: ../../include/text.php:854 -msgid "relaxed" -msgstr "zrelaksowany" - -#: ../../include/text.php:855 -msgid "surprised" -msgstr "zaskoczony" - -#: ../../include/text.php:1015 -msgid "Monday" -msgstr "Poniedziałek" - -#: ../../include/text.php:1015 -msgid "Tuesday" -msgstr "Wtorek" - -#: ../../include/text.php:1015 -msgid "Wednesday" -msgstr "Środa" - -#: ../../include/text.php:1015 -msgid "Thursday" -msgstr "Czwartek" - -#: ../../include/text.php:1015 -msgid "Friday" -msgstr "Piątek" - -#: ../../include/text.php:1015 -msgid "Saturday" -msgstr "Sobota" - -#: ../../include/text.php:1015 -msgid "Sunday" -msgstr "Niedziela" - -#: ../../include/text.php:1019 -msgid "January" -msgstr "Styczeń" - -#: ../../include/text.php:1019 -msgid "February" -msgstr "Luty" - -#: ../../include/text.php:1019 -msgid "March" -msgstr "Marzec" - -#: ../../include/text.php:1019 -msgid "April" -msgstr "Kwiecień" - -#: ../../include/text.php:1019 -msgid "May" -msgstr "Maj" - -#: ../../include/text.php:1019 -msgid "June" -msgstr "Czerwiec" - -#: ../../include/text.php:1019 -msgid "July" -msgstr "Lipiec" - -#: ../../include/text.php:1019 -msgid "August" -msgstr "Sierpień" - -#: ../../include/text.php:1019 -msgid "September" -msgstr "Wrzesień" - -#: ../../include/text.php:1019 -msgid "October" -msgstr "Październik" - -#: ../../include/text.php:1019 -msgid "November" -msgstr "Listopad" - -#: ../../include/text.php:1019 -msgid "December" -msgstr "Grudzień" - -#: ../../include/text.php:1153 -msgid "bytes" -msgstr "bajty" - -#: ../../include/text.php:1180 ../../include/text.php:1192 -msgid "Click to open/close" -msgstr "Kliknij aby otworzyć/zamknąć" - -#: ../../include/text.php:1333 ../../mod/events.php:335 -msgid "link to source" -msgstr "link do źródła" - -#: ../../include/text.php:1365 ../../include/user.php:237 -msgid "default" -msgstr "standardowe" - -#: ../../include/text.php:1377 -msgid "Select an alternate language" -msgstr "Wybierz alternatywny język" - -#: ../../include/text.php:1583 ../../include/conversation.php:118 -#: ../../include/conversation.php:246 ../../view/theme/diabook/theme.php:456 -msgid "event" -msgstr "wydarzenie" - -#: ../../include/text.php:1585 ../../include/diaspora.php:1874 -#: ../../include/conversation.php:126 ../../include/conversation.php:254 -#: ../../mod/subthread.php:87 ../../mod/tagger.php:62 ../../mod/like.php:151 -#: ../../view/theme/diabook/theme.php:464 -msgid "photo" -msgstr "zdjęcie" - -#: ../../include/text.php:1587 -msgid "activity" -msgstr "aktywność" - -#: ../../include/text.php:1589 ../../mod/content.php:628 -#: ../../object/Item.php:364 ../../object/Item.php:377 -msgid "comment" -msgid_plural "comments" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "komentarz" - -#: ../../include/text.php:1590 -msgid "post" -msgstr "post" - -#: ../../include/text.php:1745 -msgid "Item filed" +#: ../../include/bbcode.php:557 ../../include/bbcode.php:558 +msgid "Encrypted content" msgstr "" #: ../../include/acl_selectors.php:325 @@ -762,47 +476,6 @@ msgstr "" msgid "The error message was:" msgstr "Komunikat o błędzie:" -#: ../../include/uimport.php:61 -msgid "Error decoding account file" -msgstr "" - -#: ../../include/uimport.php:67 -msgid "Error! No version data in file! This is not a Friendica account file?" -msgstr "" - -#: ../../include/uimport.php:72 -msgid "Error! I can't import this file: DB schema version is not compatible." -msgstr "" - -#: ../../include/uimport.php:81 -msgid "Error! Cannot check nickname" -msgstr "" - -#: ../../include/uimport.php:85 -#, php-format -msgid "User '%s' already exists on this server!" -msgstr "" - -#: ../../include/uimport.php:104 -msgid "User creation error" -msgstr "" - -#: ../../include/uimport.php:122 -msgid "User profile creation error" -msgstr "" - -#: ../../include/uimport.php:167 -#, php-format -msgid "%d contact not imported" -msgid_plural "%d contacts not imported" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" - -#: ../../include/uimport.php:245 -msgid "Done. You can now login with your username and password" -msgstr "Wykonano. Teraz możesz się zalogować z użyciem loginu i hasła." - #: ../../include/bb2diaspora.php:393 ../../include/event.php:11 #: ../../mod/localtime.php:12 msgid "l F d, Y \\@ g:i A" @@ -817,7 +490,7 @@ msgid "Finishes:" msgstr "Wykończenia:" #: ../../include/bb2diaspora.php:415 ../../include/event.php:40 -#: ../../mod/directory.php:134 ../../mod/events.php:471 ../../boot.php:1406 +#: ../../mod/directory.php:134 ../../mod/events.php:471 ../../boot.php:1485 msgid "Location:" msgstr "Lokalizacja" @@ -944,6 +617,10 @@ msgstr "POWAŻNY BŁĄD: niepowodzenie podczas tworzenia kluczy zabezpieczeń." msgid "An error occurred during registration. Please try again." msgstr "Wystąpił bład podczas rejestracji, Spróbuj ponownie." +#: ../../include/user.php:237 ../../include/text.php:1594 +msgid "default" +msgstr "standardowe" + #: ../../include/user.php:247 msgid "An error occurred creating your default profile. Please try again." msgstr "Wystąpił błąd podczas tworzenia profilu. Spróbuj ponownie." @@ -982,19 +659,19 @@ msgstr "Ok, bez problemów" msgid "Reputable, has my trust" msgstr "Zaufane, ma moje poparcie" -#: ../../include/contact_selectors.php:56 +#: ../../include/contact_selectors.php:56 ../../mod/admin.php:452 msgid "Frequently" msgstr "Jak najczęściej" -#: ../../include/contact_selectors.php:57 +#: ../../include/contact_selectors.php:57 ../../mod/admin.php:453 msgid "Hourly" msgstr "Godzinowo" -#: ../../include/contact_selectors.php:58 +#: ../../include/contact_selectors.php:58 ../../mod/admin.php:454 msgid "Twice daily" msgstr "Dwa razy dziennie" -#: ../../include/contact_selectors.php:59 +#: ../../include/contact_selectors.php:59 ../../mod/admin.php:455 msgid "Daily" msgstr "Dziennie" @@ -1019,12 +696,12 @@ msgid "RSS/Atom" msgstr "RSS/Atom" #: ../../include/contact_selectors.php:79 -#: ../../include/contact_selectors.php:86 ../../mod/admin.php:754 -#: ../../mod/admin.php:765 +#: ../../include/contact_selectors.php:86 ../../mod/admin.php:766 +#: ../../mod/admin.php:777 msgid "Email" msgstr "E-mail" -#: ../../include/contact_selectors.php:80 ../../mod/settings.php:681 +#: ../../include/contact_selectors.php:80 ../../mod/settings.php:705 #: ../../mod/dfrn_request.php:842 msgid "Diaspora" msgstr "Diaspora" @@ -1067,7 +744,7 @@ msgid "Example: bob@example.com, http://example.com/barbara" msgstr "Przykład: bob@przykład.com, http://przykład.com/barbara" #: ../../include/contact_widgets.php:9 ../../mod/suggest.php:88 -#: ../../mod/match.php:58 ../../boot.php:1338 +#: ../../mod/match.php:58 ../../boot.php:1417 msgid "Connect" msgstr "Połącz" @@ -1146,7 +823,7 @@ msgstr[1] "" msgstr[2] "" #: ../../include/contact_widgets.php:204 ../../mod/content.php:629 -#: ../../object/Item.php:365 ../../boot.php:652 +#: ../../object/Item.php:365 ../../boot.php:671 msgid "show more" msgstr "Pokaż więcej" @@ -1154,24 +831,9 @@ msgstr "Pokaż więcej" msgid " on Last.fm" msgstr "na Last.fm" -#: ../../include/bbcode.php:210 ../../include/bbcode.php:545 -msgid "Image/photo" -msgstr "Obrazek/zdjęcie" - -#: ../../include/bbcode.php:272 -#, php-format -msgid "" -"%s wrote the following post" -msgstr "" - -#: ../../include/bbcode.php:510 ../../include/bbcode.php:530 -msgid "$1 wrote:" -msgstr "$1 napisał:" - -#: ../../include/bbcode.php:553 ../../include/bbcode.php:554 -msgid "Encrypted content" -msgstr "" +#: ../../include/network.php:877 +msgid "view full size" +msgstr "Zobacz pełen rozmiar" #: ../../include/datetime.php:43 ../../include/datetime.php:45 msgid "Miscellaneous" @@ -1246,15 +908,15 @@ msgstr "sekundy" msgid "%1$d %2$s ago" msgstr "" -#: ../../include/datetime.php:472 ../../include/items.php:1771 +#: ../../include/datetime.php:472 ../../include/items.php:1813 #, php-format msgid "%s's birthday" msgstr "Urodziny %s" -#: ../../include/datetime.php:473 ../../include/items.php:1772 +#: ../../include/datetime.php:473 ../../include/items.php:1814 #, php-format msgid "Happy Birthday %s" -msgstr "" +msgstr "Urodziny %s" #: ../../include/plugin.php:439 ../../include/plugin.php:441 msgid "Click here to upgrade." @@ -1287,6 +949,13 @@ msgstr "%1$s jest teraz znajomym z %2$s" msgid "Sharing notification from Diaspora network" msgstr "Wspólne powiadomienie z sieci Diaspora" +#: ../../include/diaspora.php:1874 ../../include/text.php:1860 +#: ../../include/conversation.php:126 ../../include/conversation.php:254 +#: ../../mod/subthread.php:87 ../../mod/tagger.php:62 ../../mod/like.php:151 +#: ../../view/theme/diabook/theme.php:464 +msgid "photo" +msgstr "zdjęcie" + #: ../../include/diaspora.php:1874 ../../include/conversation.php:121 #: ../../include/conversation.php:130 ../../include/conversation.php:249 #: ../../include/conversation.php:258 ../../mod/subthread.php:87 @@ -1306,6 +975,80 @@ msgstr "%1$s lubi %2$s's %3$s" msgid "Attachments:" msgstr "Załączniki:" +#: ../../include/items.php:3488 ../../mod/dfrn_request.php:716 +msgid "[Name Withheld]" +msgstr "[Nazwa wstrzymana]" + +#: ../../include/items.php:3495 +msgid "A new person is sharing with you at " +msgstr "" + +#: ../../include/items.php:3495 +msgid "You have a new follower at " +msgstr "" + +#: ../../include/items.php:3979 ../../mod/display.php:51 +#: ../../mod/display.php:246 ../../mod/admin.php:158 ../../mod/admin.php:809 +#: ../../mod/admin.php:1009 ../../mod/viewsrc.php:15 ../../mod/notice.php:15 +msgid "Item not found." +msgstr "Element nie znaleziony." + +#: ../../include/items.php:4018 +msgid "Do you really want to delete this item?" +msgstr "" + +#: ../../include/items.php:4020 ../../mod/profiles.php:610 +#: ../../mod/api.php:105 ../../mod/register.php:239 ../../mod/contacts.php:246 +#: ../../mod/settings.php:961 ../../mod/settings.php:967 +#: ../../mod/settings.php:975 ../../mod/settings.php:979 +#: ../../mod/settings.php:984 ../../mod/settings.php:990 +#: ../../mod/settings.php:996 ../../mod/settings.php:1002 +#: ../../mod/settings.php:1032 ../../mod/settings.php:1033 +#: ../../mod/settings.php:1034 ../../mod/settings.php:1035 +#: ../../mod/settings.php:1036 ../../mod/dfrn_request.php:836 +#: ../../mod/suggest.php:29 ../../mod/message.php:209 +msgid "Yes" +msgstr "Tak" + +#: ../../include/items.php:4023 ../../include/conversation.php:1120 +#: ../../mod/contacts.php:249 ../../mod/settings.php:585 +#: ../../mod/settings.php:611 ../../mod/dfrn_request.php:848 +#: ../../mod/suggest.php:32 ../../mod/tagrm.php:11 ../../mod/tagrm.php:94 +#: ../../mod/editpost.php:148 ../../mod/fbrowser.php:81 +#: ../../mod/fbrowser.php:116 ../../mod/message.php:212 +#: ../../mod/photos.php:202 ../../mod/photos.php:290 +msgid "Cancel" +msgstr "Anuluj" + +#: ../../include/items.php:4143 ../../mod/profiles.php:146 +#: ../../mod/profiles.php:571 ../../mod/notes.php:20 ../../mod/display.php:242 +#: ../../mod/nogroup.php:25 ../../mod/item.php:143 ../../mod/item.php:159 +#: ../../mod/allfriends.php:9 ../../mod/api.php:26 ../../mod/api.php:31 +#: ../../mod/register.php:40 ../../mod/regmod.php:118 ../../mod/attach.php:33 +#: ../../mod/contacts.php:147 ../../mod/settings.php:91 +#: ../../mod/settings.php:566 ../../mod/settings.php:571 +#: ../../mod/crepair.php:115 ../../mod/delegate.php:6 ../../mod/poke.php:135 +#: ../../mod/dfrn_confirm.php:53 ../../mod/suggest.php:56 +#: ../../mod/editpost.php:10 ../../mod/events.php:140 ../../mod/uimport.php:23 +#: ../../mod/follow.php:9 ../../mod/fsuggest.php:78 ../../mod/group.php:19 +#: ../../mod/viewcontacts.php:22 ../../mod/wall_attach.php:55 +#: ../../mod/wall_upload.php:66 ../../mod/invite.php:15 +#: ../../mod/invite.php:101 ../../mod/wallmessage.php:9 +#: ../../mod/wallmessage.php:33 ../../mod/wallmessage.php:79 +#: ../../mod/wallmessage.php:103 ../../mod/manage.php:96 +#: ../../mod/message.php:38 ../../mod/message.php:174 ../../mod/mood.php:114 +#: ../../mod/network.php:6 ../../mod/notifications.php:66 +#: ../../mod/photos.php:133 ../../mod/photos.php:1044 +#: ../../mod/install.php:151 ../../mod/profile_photo.php:19 +#: ../../mod/profile_photo.php:169 ../../mod/profile_photo.php:180 +#: ../../mod/profile_photo.php:193 ../../index.php:346 +msgid "Permission denied." +msgstr "Brak uprawnień." + +#: ../../include/items.php:4213 +msgid "Archives" +msgstr "Archiwum" + #: ../../include/features.php:23 msgid "General Features" msgstr "" @@ -1464,6 +1207,304 @@ msgstr "" msgid "Cannot locate DNS info for database server '%s'" msgstr "Nie można zlokalizować serwera DNS dla bazy danych '%s'" +#: ../../include/text.php:294 +msgid "prev" +msgstr "poprzedni" + +#: ../../include/text.php:296 +msgid "first" +msgstr "pierwszy" + +#: ../../include/text.php:325 +msgid "last" +msgstr "ostatni" + +#: ../../include/text.php:328 +msgid "next" +msgstr "następny" + +#: ../../include/text.php:352 +msgid "newer" +msgstr "nowsze" + +#: ../../include/text.php:356 +msgid "older" +msgstr "starsze" + +#: ../../include/text.php:807 +msgid "No contacts" +msgstr "Brak kontaktów" + +#: ../../include/text.php:816 +#, php-format +msgid "%d Contact" +msgid_plural "%d Contacts" +msgstr[0] "%d kontakt" +msgstr[1] "%d kontaktów" +msgstr[2] "%d kontakty" + +#: ../../include/text.php:828 ../../mod/viewcontacts.php:76 +msgid "View Contacts" +msgstr "widok kontaktów" + +#: ../../include/text.php:905 ../../include/text.php:906 +#: ../../include/nav.php:118 ../../mod/search.php:99 +msgid "Search" +msgstr "Szukaj" + +#: ../../include/text.php:908 ../../mod/notes.php:63 ../../mod/filer.php:31 +msgid "Save" +msgstr "Zapisz" + +#: ../../include/text.php:957 +msgid "poke" +msgstr "zaczep" + +#: ../../include/text.php:957 ../../include/conversation.php:211 +msgid "poked" +msgstr "zaczepiony" + +#: ../../include/text.php:958 +msgid "ping" +msgstr "ping" + +#: ../../include/text.php:958 +msgid "pinged" +msgstr "" + +#: ../../include/text.php:959 +msgid "prod" +msgstr "" + +#: ../../include/text.php:959 +msgid "prodded" +msgstr "" + +#: ../../include/text.php:960 +msgid "slap" +msgstr "spoliczkuj" + +#: ../../include/text.php:960 +msgid "slapped" +msgstr "spoliczkowany" + +#: ../../include/text.php:961 +msgid "finger" +msgstr "dotknąć" + +#: ../../include/text.php:961 +msgid "fingered" +msgstr "dotknięty" + +#: ../../include/text.php:962 +msgid "rebuff" +msgstr "odprawiać" + +#: ../../include/text.php:962 +msgid "rebuffed" +msgstr "odprawiony" + +#: ../../include/text.php:976 +msgid "happy" +msgstr "szczęśliwy" + +#: ../../include/text.php:977 +msgid "sad" +msgstr "smutny" + +#: ../../include/text.php:978 +msgid "mellow" +msgstr "spokojny" + +#: ../../include/text.php:979 +msgid "tired" +msgstr "zmęczony" + +#: ../../include/text.php:980 +msgid "perky" +msgstr "pewny siebie" + +#: ../../include/text.php:981 +msgid "angry" +msgstr "wściekły" + +#: ../../include/text.php:982 +msgid "stupified" +msgstr "odurzony" + +#: ../../include/text.php:983 +msgid "puzzled" +msgstr "zdziwiony" + +#: ../../include/text.php:984 +msgid "interested" +msgstr "interesujący" + +#: ../../include/text.php:985 +msgid "bitter" +msgstr "zajadły" + +#: ../../include/text.php:986 +msgid "cheerful" +msgstr "wesoły" + +#: ../../include/text.php:987 +msgid "alive" +msgstr "żywy" + +#: ../../include/text.php:988 +msgid "annoyed" +msgstr "irytujący" + +#: ../../include/text.php:989 +msgid "anxious" +msgstr "zazdrosny" + +#: ../../include/text.php:990 +msgid "cranky" +msgstr "zepsuty" + +#: ../../include/text.php:991 +msgid "disturbed" +msgstr "przeszkadzający" + +#: ../../include/text.php:992 +msgid "frustrated" +msgstr "rozbity" + +#: ../../include/text.php:993 +msgid "motivated" +msgstr "zmotywowany" + +#: ../../include/text.php:994 +msgid "relaxed" +msgstr "zrelaksowany" + +#: ../../include/text.php:995 +msgid "surprised" +msgstr "zaskoczony" + +#: ../../include/text.php:1161 +msgid "Monday" +msgstr "Poniedziałek" + +#: ../../include/text.php:1161 +msgid "Tuesday" +msgstr "Wtorek" + +#: ../../include/text.php:1161 +msgid "Wednesday" +msgstr "Środa" + +#: ../../include/text.php:1161 +msgid "Thursday" +msgstr "Czwartek" + +#: ../../include/text.php:1161 +msgid "Friday" +msgstr "Piątek" + +#: ../../include/text.php:1161 +msgid "Saturday" +msgstr "Sobota" + +#: ../../include/text.php:1161 +msgid "Sunday" +msgstr "Niedziela" + +#: ../../include/text.php:1165 +msgid "January" +msgstr "Styczeń" + +#: ../../include/text.php:1165 +msgid "February" +msgstr "Luty" + +#: ../../include/text.php:1165 +msgid "March" +msgstr "Marzec" + +#: ../../include/text.php:1165 +msgid "April" +msgstr "Kwiecień" + +#: ../../include/text.php:1165 +msgid "May" +msgstr "Maj" + +#: ../../include/text.php:1165 +msgid "June" +msgstr "Czerwiec" + +#: ../../include/text.php:1165 +msgid "July" +msgstr "Lipiec" + +#: ../../include/text.php:1165 +msgid "August" +msgstr "Sierpień" + +#: ../../include/text.php:1165 +msgid "September" +msgstr "Wrzesień" + +#: ../../include/text.php:1165 +msgid "October" +msgstr "Październik" + +#: ../../include/text.php:1165 +msgid "November" +msgstr "Listopad" + +#: ../../include/text.php:1165 +msgid "December" +msgstr "Grudzień" + +#: ../../include/text.php:1321 ../../mod/videos.php:301 +msgid "View Video" +msgstr "" + +#: ../../include/text.php:1353 +msgid "bytes" +msgstr "bajty" + +#: ../../include/text.php:1377 ../../include/text.php:1389 +msgid "Click to open/close" +msgstr "Kliknij aby otworzyć/zamknąć" + +#: ../../include/text.php:1551 ../../mod/events.php:335 +msgid "link to source" +msgstr "link do źródła" + +#: ../../include/text.php:1606 +msgid "Select an alternate language" +msgstr "Wybierz alternatywny język" + +#: ../../include/text.php:1858 ../../include/conversation.php:118 +#: ../../include/conversation.php:246 ../../view/theme/diabook/theme.php:456 +msgid "event" +msgstr "wydarzenie" + +#: ../../include/text.php:1862 +msgid "activity" +msgstr "aktywność" + +#: ../../include/text.php:1864 ../../mod/content.php:628 +#: ../../object/Item.php:364 ../../object/Item.php:377 +msgid "comment" +msgid_plural "comments" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "komentarz" + +#: ../../include/text.php:1865 +msgid "post" +msgstr "post" + +#: ../../include/text.php:2020 +msgid "Item filed" +msgstr "" + #: ../../include/group.php:25 msgid "" "A deleted group with this name was revived. Existing item permissions " @@ -1532,44 +1573,44 @@ msgstr "" msgid "%1$s marked %2$s's %3$s as favorite" msgstr "" -#: ../../include/conversation.php:587 ../../mod/content.php:461 +#: ../../include/conversation.php:612 ../../mod/content.php:461 #: ../../mod/content.php:763 ../../object/Item.php:126 msgid "Select" msgstr "Wybierz" -#: ../../include/conversation.php:588 ../../mod/settings.php:623 -#: ../../mod/admin.php:758 ../../mod/group.php:171 ../../mod/photos.php:1637 -#: ../../mod/content.php:462 ../../mod/content.php:764 -#: ../../object/Item.php:127 +#: ../../include/conversation.php:613 ../../mod/admin.php:770 +#: ../../mod/settings.php:647 ../../mod/group.php:171 +#: ../../mod/photos.php:1637 ../../mod/content.php:462 +#: ../../mod/content.php:764 ../../object/Item.php:127 msgid "Delete" msgstr "Usuń" -#: ../../include/conversation.php:627 ../../mod/content.php:495 +#: ../../include/conversation.php:652 ../../mod/content.php:495 #: ../../mod/content.php:875 ../../mod/content.php:876 #: ../../object/Item.php:306 ../../object/Item.php:307 #, php-format msgid "View %s's profile @ %s" msgstr "Pokaż %s's profil @ %s" -#: ../../include/conversation.php:639 ../../object/Item.php:297 +#: ../../include/conversation.php:664 ../../object/Item.php:297 msgid "Categories:" msgstr "Kategorie:" -#: ../../include/conversation.php:640 ../../object/Item.php:298 +#: ../../include/conversation.php:665 ../../object/Item.php:298 msgid "Filed under:" -msgstr "" +msgstr "Zapisano pod:" -#: ../../include/conversation.php:647 ../../mod/content.php:505 +#: ../../include/conversation.php:672 ../../mod/content.php:505 #: ../../mod/content.php:887 ../../object/Item.php:320 #, php-format msgid "%s from %s" msgstr "%s od %s" -#: ../../include/conversation.php:662 ../../mod/content.php:520 +#: ../../include/conversation.php:687 ../../mod/content.php:520 msgid "View in context" msgstr "Zobacz w kontekście" -#: ../../include/conversation.php:664 ../../include/conversation.php:1060 +#: ../../include/conversation.php:689 ../../include/conversation.php:1100 #: ../../mod/editpost.php:124 ../../mod/wallmessage.php:156 #: ../../mod/message.php:334 ../../mod/message.php:565 #: ../../mod/photos.php:1532 ../../mod/content.php:522 @@ -1577,215 +1618,205 @@ msgstr "Zobacz w kontekście" msgid "Please wait" msgstr "Proszę czekać" -#: ../../include/conversation.php:728 +#: ../../include/conversation.php:768 msgid "remove" msgstr "usuń" -#: ../../include/conversation.php:732 +#: ../../include/conversation.php:772 msgid "Delete Selected Items" msgstr "Usuń zaznaczone elementy" -#: ../../include/conversation.php:831 +#: ../../include/conversation.php:871 msgid "Follow Thread" msgstr "Śledź wątek" -#: ../../include/conversation.php:900 +#: ../../include/conversation.php:940 #, php-format msgid "%s likes this." msgstr "%s lubi to." -#: ../../include/conversation.php:900 +#: ../../include/conversation.php:940 #, php-format msgid "%s doesn't like this." msgstr "%s nie lubi tego." -#: ../../include/conversation.php:905 +#: ../../include/conversation.php:945 #, php-format msgid "%2$d people like this" msgstr "" -#: ../../include/conversation.php:908 +#: ../../include/conversation.php:948 #, php-format msgid "%2$d people don't like this" msgstr "" -#: ../../include/conversation.php:922 +#: ../../include/conversation.php:962 msgid "and" msgstr "i" -#: ../../include/conversation.php:928 +#: ../../include/conversation.php:968 #, php-format msgid ", and %d other people" msgstr ", i %d innych ludzi" -#: ../../include/conversation.php:930 +#: ../../include/conversation.php:970 #, php-format msgid "%s like this." msgstr "%s lubi to." -#: ../../include/conversation.php:930 +#: ../../include/conversation.php:970 #, php-format msgid "%s don't like this." msgstr "%s nie lubi tego." -#: ../../include/conversation.php:957 ../../include/conversation.php:975 +#: ../../include/conversation.php:997 ../../include/conversation.php:1015 msgid "Visible to everybody" msgstr "Widoczne dla wszystkich" -#: ../../include/conversation.php:958 ../../include/conversation.php:976 +#: ../../include/conversation.php:998 ../../include/conversation.php:1016 #: ../../mod/wallmessage.php:127 ../../mod/wallmessage.php:135 #: ../../mod/message.php:283 ../../mod/message.php:291 #: ../../mod/message.php:466 ../../mod/message.php:474 msgid "Please enter a link URL:" msgstr "Proszę wpisać adres URL:" -#: ../../include/conversation.php:959 ../../include/conversation.php:977 +#: ../../include/conversation.php:999 ../../include/conversation.php:1017 msgid "Please enter a video link/URL:" msgstr "Podaj link do filmu" -#: ../../include/conversation.php:960 ../../include/conversation.php:978 +#: ../../include/conversation.php:1000 ../../include/conversation.php:1018 msgid "Please enter an audio link/URL:" msgstr "Podaj link do muzyki" -#: ../../include/conversation.php:961 ../../include/conversation.php:979 +#: ../../include/conversation.php:1001 ../../include/conversation.php:1019 msgid "Tag term:" msgstr "" -#: ../../include/conversation.php:962 ../../include/conversation.php:980 +#: ../../include/conversation.php:1002 ../../include/conversation.php:1020 #: ../../mod/filer.php:30 msgid "Save to Folder:" msgstr "Zapisz w folderze:" -#: ../../include/conversation.php:963 ../../include/conversation.php:981 +#: ../../include/conversation.php:1003 ../../include/conversation.php:1021 msgid "Where are you right now?" msgstr "Gdzie teraz jesteś?" -#: ../../include/conversation.php:964 +#: ../../include/conversation.php:1004 msgid "Delete item(s)?" msgstr "" -#: ../../include/conversation.php:1006 +#: ../../include/conversation.php:1046 msgid "Post to Email" msgstr "Wyślij poprzez email" -#: ../../include/conversation.php:1041 ../../mod/photos.php:1531 +#: ../../include/conversation.php:1081 ../../mod/photos.php:1531 msgid "Share" msgstr "Podziel się" -#: ../../include/conversation.php:1042 ../../mod/editpost.php:110 +#: ../../include/conversation.php:1082 ../../mod/editpost.php:110 #: ../../mod/wallmessage.php:154 ../../mod/message.php:332 #: ../../mod/message.php:562 msgid "Upload photo" msgstr "Wyślij zdjęcie" -#: ../../include/conversation.php:1043 ../../mod/editpost.php:111 +#: ../../include/conversation.php:1083 ../../mod/editpost.php:111 msgid "upload photo" msgstr "dodaj zdjęcie" -#: ../../include/conversation.php:1044 ../../mod/editpost.php:112 +#: ../../include/conversation.php:1084 ../../mod/editpost.php:112 msgid "Attach file" msgstr "Przyłącz plik" -#: ../../include/conversation.php:1045 ../../mod/editpost.php:113 +#: ../../include/conversation.php:1085 ../../mod/editpost.php:113 msgid "attach file" msgstr "załącz plik" -#: ../../include/conversation.php:1046 ../../mod/editpost.php:114 +#: ../../include/conversation.php:1086 ../../mod/editpost.php:114 #: ../../mod/wallmessage.php:155 ../../mod/message.php:333 #: ../../mod/message.php:563 msgid "Insert web link" msgstr "Wstaw link" -#: ../../include/conversation.php:1047 ../../mod/editpost.php:115 +#: ../../include/conversation.php:1087 ../../mod/editpost.php:115 msgid "web link" msgstr "Adres www" -#: ../../include/conversation.php:1048 ../../mod/editpost.php:116 +#: ../../include/conversation.php:1088 ../../mod/editpost.php:116 msgid "Insert video link" msgstr "Wstaw link wideo" -#: ../../include/conversation.php:1049 ../../mod/editpost.php:117 +#: ../../include/conversation.php:1089 ../../mod/editpost.php:117 msgid "video link" msgstr "link do filmu" -#: ../../include/conversation.php:1050 ../../mod/editpost.php:118 +#: ../../include/conversation.php:1090 ../../mod/editpost.php:118 msgid "Insert audio link" msgstr "Wstaw link audio" -#: ../../include/conversation.php:1051 ../../mod/editpost.php:119 +#: ../../include/conversation.php:1091 ../../mod/editpost.php:119 msgid "audio link" msgstr "Link audio" -#: ../../include/conversation.php:1052 ../../mod/editpost.php:120 +#: ../../include/conversation.php:1092 ../../mod/editpost.php:120 msgid "Set your location" msgstr "Ustaw swoje położenie" -#: ../../include/conversation.php:1053 ../../mod/editpost.php:121 +#: ../../include/conversation.php:1093 ../../mod/editpost.php:121 msgid "set location" msgstr "wybierz lokalizację" -#: ../../include/conversation.php:1054 ../../mod/editpost.php:122 +#: ../../include/conversation.php:1094 ../../mod/editpost.php:122 msgid "Clear browser location" msgstr "Wyczyść położenie przeglądarki" -#: ../../include/conversation.php:1055 ../../mod/editpost.php:123 +#: ../../include/conversation.php:1095 ../../mod/editpost.php:123 msgid "clear location" msgstr "wyczyść lokalizację" -#: ../../include/conversation.php:1057 ../../mod/editpost.php:137 +#: ../../include/conversation.php:1097 ../../mod/editpost.php:137 msgid "Set title" msgstr "Ustaw tytuł" -#: ../../include/conversation.php:1059 ../../mod/editpost.php:139 +#: ../../include/conversation.php:1099 ../../mod/editpost.php:139 msgid "Categories (comma-separated list)" msgstr "" -#: ../../include/conversation.php:1061 ../../mod/editpost.php:125 +#: ../../include/conversation.php:1101 ../../mod/editpost.php:125 msgid "Permission settings" msgstr "Ustawienia uprawnień" -#: ../../include/conversation.php:1062 +#: ../../include/conversation.php:1102 msgid "permissions" msgstr "zezwolenia" -#: ../../include/conversation.php:1070 ../../mod/editpost.php:133 +#: ../../include/conversation.php:1110 ../../mod/editpost.php:133 msgid "CC: email addresses" msgstr "CC: adresy e-mail" -#: ../../include/conversation.php:1071 ../../mod/editpost.php:134 +#: ../../include/conversation.php:1111 ../../mod/editpost.php:134 msgid "Public post" msgstr "Publiczny post" -#: ../../include/conversation.php:1073 ../../mod/editpost.php:140 +#: ../../include/conversation.php:1113 ../../mod/editpost.php:140 msgid "Example: bob@example.com, mary@example.com" msgstr "Przykład: bob@example.com, mary@example.com" -#: ../../include/conversation.php:1077 ../../mod/editpost.php:145 +#: ../../include/conversation.php:1117 ../../mod/editpost.php:145 #: ../../mod/photos.php:1553 ../../mod/photos.php:1597 #: ../../mod/photos.php:1680 ../../mod/content.php:742 #: ../../object/Item.php:662 msgid "Preview" msgstr "Podgląd" -#: ../../include/conversation.php:1080 ../../include/items.php:3981 -#: ../../mod/contacts.php:249 ../../mod/settings.php:561 -#: ../../mod/settings.php:587 ../../mod/dfrn_request.php:848 -#: ../../mod/suggest.php:32 ../../mod/tagrm.php:11 ../../mod/tagrm.php:94 -#: ../../mod/editpost.php:148 ../../mod/fbrowser.php:81 -#: ../../mod/fbrowser.php:116 ../../mod/message.php:212 -#: ../../mod/photos.php:202 ../../mod/photos.php:290 -msgid "Cancel" -msgstr "Anuluj" - -#: ../../include/conversation.php:1086 +#: ../../include/conversation.php:1126 msgid "Post to Groups" msgstr "" -#: ../../include/conversation.php:1087 +#: ../../include/conversation.php:1127 msgid "Post to Contacts" msgstr "" -#: ../../include/conversation.php:1088 +#: ../../include/conversation.php:1128 msgid "Private post" msgstr "Prywatne posty" @@ -1979,7 +2010,7 @@ msgstr "" msgid "[no subject]" msgstr "[bez tematu]" -#: ../../include/message.php:144 ../../mod/item.php:443 +#: ../../include/message.php:144 ../../mod/item.php:446 #: ../../mod/wall_upload.php:135 ../../mod/wall_upload.php:144 #: ../../mod/wall_upload.php:151 msgid "Wall Photos" @@ -1993,7 +2024,7 @@ msgstr "Brak nowych zdarzeń" msgid "Clear notifications" msgstr "Wyczyść powiadomienia" -#: ../../include/nav.php:73 ../../boot.php:1057 +#: ../../include/nav.php:73 ../../boot.php:1136 msgid "Logout" msgstr "Wyloguj się" @@ -2001,7 +2032,7 @@ msgstr "Wyloguj się" msgid "End this session" msgstr "Zakończ sesję" -#: ../../include/nav.php:76 ../../boot.php:1861 +#: ../../include/nav.php:76 ../../boot.php:1940 msgid "Status" msgstr "Status" @@ -2015,7 +2046,7 @@ msgid "Your profile page" msgstr "Twoja strona profilowa" #: ../../include/nav.php:78 ../../mod/fbrowser.php:25 -#: ../../view/theme/diabook/theme.php:90 ../../boot.php:1875 +#: ../../view/theme/diabook/theme.php:90 ../../boot.php:1954 msgid "Photos" msgstr "Zdjęcia" @@ -2024,7 +2055,7 @@ msgid "Your photos" msgstr "Twoje zdjęcia" #: ../../include/nav.php:79 ../../mod/events.php:370 -#: ../../view/theme/diabook/theme.php:91 ../../boot.php:1885 +#: ../../view/theme/diabook/theme.php:91 ../../boot.php:1971 msgid "Events" msgstr "Wydarzenia" @@ -2040,7 +2071,7 @@ msgstr "Osobiste notatki" msgid "Your personal photos" msgstr "Twoje osobiste zdjęcia" -#: ../../include/nav.php:91 ../../boot.php:1058 +#: ../../include/nav.php:91 ../../boot.php:1137 msgid "Login" msgstr "Login" @@ -2057,7 +2088,7 @@ msgstr "Dom" msgid "Home Page" msgstr "Strona startowa" -#: ../../include/nav.php:108 ../../mod/register.php:275 ../../boot.php:1033 +#: ../../include/nav.php:108 ../../mod/register.php:275 ../../boot.php:1112 msgid "Register" msgstr "Zarejestruj" @@ -2175,8 +2206,8 @@ msgstr "" msgid "Delegate Page Management" msgstr "" -#: ../../include/nav.php:167 ../../mod/settings.php:74 ../../mod/admin.php:849 -#: ../../mod/admin.php:1057 ../../mod/uexport.php:48 +#: ../../include/nav.php:167 ../../mod/admin.php:861 ../../mod/admin.php:1069 +#: ../../mod/settings.php:74 ../../mod/uexport.php:48 #: ../../mod/newmember.php:22 ../../view/theme/diabook/theme.php:537 #: ../../view/theme/diabook/theme.php:658 msgid "Settings" @@ -2186,7 +2217,7 @@ msgstr "Ustawienia" msgid "Account settings" msgstr "Ustawienia konta" -#: ../../include/nav.php:169 ../../boot.php:1360 +#: ../../include/nav.php:169 ../../boot.php:1439 msgid "Profiles" msgstr "Profile" @@ -2219,10 +2250,6 @@ msgstr "" msgid "Site map" msgstr "Mapa strony" -#: ../../include/network.php:875 -msgid "view full size" -msgstr "Zobacz pełen rozmiar" - #: ../../include/oembed.php:138 msgid "Embedded content" msgstr "Osadzona zawartość" @@ -2231,70 +2258,42 @@ msgstr "Osadzona zawartość" msgid "Embedding disabled" msgstr "Osadzanie wyłączone" -#: ../../include/items.php:3446 ../../mod/dfrn_request.php:716 -msgid "[Name Withheld]" -msgstr "[Nazwa wstrzymana]" - -#: ../../include/items.php:3453 -msgid "A new person is sharing with you at " +#: ../../include/uimport.php:94 +msgid "Error decoding account file" msgstr "" -#: ../../include/items.php:3453 -msgid "You have a new follower at " +#: ../../include/uimport.php:100 +msgid "Error! No version data in file! This is not a Friendica account file?" msgstr "" -#: ../../include/items.php:3937 ../../mod/admin.php:158 -#: ../../mod/admin.php:797 ../../mod/admin.php:997 ../../mod/viewsrc.php:15 -#: ../../mod/notice.php:15 ../../mod/display.php:51 ../../mod/display.php:213 -msgid "Item not found." -msgstr "Element nie znaleziony." - -#: ../../include/items.php:3976 -msgid "Do you really want to delete this item?" +#: ../../include/uimport.php:116 +msgid "Error! Cannot check nickname" msgstr "" -#: ../../include/items.php:3978 ../../mod/profiles.php:606 -#: ../../mod/api.php:105 ../../mod/register.php:239 ../../mod/contacts.php:246 -#: ../../mod/settings.php:934 ../../mod/settings.php:940 -#: ../../mod/settings.php:948 ../../mod/settings.php:952 -#: ../../mod/settings.php:957 ../../mod/settings.php:963 -#: ../../mod/settings.php:969 ../../mod/settings.php:975 -#: ../../mod/settings.php:1005 ../../mod/settings.php:1006 -#: ../../mod/settings.php:1007 ../../mod/settings.php:1008 -#: ../../mod/settings.php:1009 ../../mod/dfrn_request.php:836 -#: ../../mod/suggest.php:29 ../../mod/message.php:209 -msgid "Yes" -msgstr "Tak" +#: ../../include/uimport.php:120 +#, php-format +msgid "User '%s' already exists on this server!" +msgstr "" -#: ../../include/items.php:4101 ../../mod/profiles.php:146 -#: ../../mod/profiles.php:567 ../../mod/notes.php:20 ../../mod/nogroup.php:25 -#: ../../mod/item.php:140 ../../mod/item.php:156 ../../mod/allfriends.php:9 -#: ../../mod/api.php:26 ../../mod/api.php:31 ../../mod/register.php:40 -#: ../../mod/regmod.php:118 ../../mod/attach.php:33 ../../mod/contacts.php:147 -#: ../../mod/settings.php:91 ../../mod/settings.php:542 -#: ../../mod/settings.php:547 ../../mod/crepair.php:115 -#: ../../mod/delegate.php:6 ../../mod/poke.php:135 -#: ../../mod/dfrn_confirm.php:53 ../../mod/suggest.php:56 -#: ../../mod/editpost.php:10 ../../mod/events.php:140 ../../mod/uimport.php:23 -#: ../../mod/follow.php:9 ../../mod/fsuggest.php:78 ../../mod/group.php:19 -#: ../../mod/viewcontacts.php:22 ../../mod/wall_attach.php:55 -#: ../../mod/wall_upload.php:66 ../../mod/invite.php:15 -#: ../../mod/invite.php:101 ../../mod/wallmessage.php:9 -#: ../../mod/wallmessage.php:33 ../../mod/wallmessage.php:79 -#: ../../mod/wallmessage.php:103 ../../mod/manage.php:96 -#: ../../mod/message.php:38 ../../mod/message.php:174 ../../mod/mood.php:114 -#: ../../mod/network.php:6 ../../mod/notifications.php:66 -#: ../../mod/photos.php:133 ../../mod/photos.php:1044 -#: ../../mod/display.php:209 ../../mod/install.php:151 -#: ../../mod/profile_photo.php:19 ../../mod/profile_photo.php:169 -#: ../../mod/profile_photo.php:180 ../../mod/profile_photo.php:193 -#: ../../index.php:346 -msgid "Permission denied." -msgstr "Brak uprawnień." +#: ../../include/uimport.php:139 +msgid "User creation error" +msgstr "" -#: ../../include/items.php:4171 -msgid "Archives" -msgstr "Archiwum" +#: ../../include/uimport.php:157 +msgid "User profile creation error" +msgstr "" + +#: ../../include/uimport.php:202 +#, php-format +msgid "%d contact not imported" +msgid_plural "%d contacts not imported" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: ../../include/uimport.php:272 +msgid "Done. You can now login with your username and password" +msgstr "Wykonano. Teraz możesz się zalogować z użyciem loginu i hasła." #: ../../include/security.php:22 msgid "Welcome " @@ -2315,7 +2314,7 @@ msgid "" msgstr "" #: ../../mod/profiles.php:18 ../../mod/profiles.php:133 -#: ../../mod/profiles.php:160 ../../mod/profiles.php:579 +#: ../../mod/profiles.php:160 ../../mod/profiles.php:583 #: ../../mod/dfrn_confirm.php:62 msgid "Profile not found." msgstr "Nie znaleziono profilu." @@ -2396,245 +2395,245 @@ msgstr "Położenie" msgid "Profile updated." msgstr "Konto zaktualizowane." -#: ../../mod/profiles.php:517 +#: ../../mod/profiles.php:521 msgid " and " msgstr " i " -#: ../../mod/profiles.php:525 +#: ../../mod/profiles.php:529 msgid "public profile" msgstr "profil publiczny" -#: ../../mod/profiles.php:528 +#: ../../mod/profiles.php:532 #, php-format msgid "%1$s changed %2$s to “%3$s”" msgstr "" -#: ../../mod/profiles.php:529 +#: ../../mod/profiles.php:533 #, php-format msgid " - Visit %1$s's %2$s" msgstr " - Odwiedźa %1$s's %2$s" -#: ../../mod/profiles.php:532 +#: ../../mod/profiles.php:536 #, php-format msgid "%1$s has an updated %2$s, changing %3$s." msgstr "" -#: ../../mod/profiles.php:605 +#: ../../mod/profiles.php:609 msgid "Hide your contact/friend list from viewers of this profile?" msgstr "Czy chcesz ukryć listę kontaktów dla przeglądających to konto?" -#: ../../mod/profiles.php:607 ../../mod/api.php:106 ../../mod/register.php:240 -#: ../../mod/settings.php:934 ../../mod/settings.php:940 -#: ../../mod/settings.php:948 ../../mod/settings.php:952 -#: ../../mod/settings.php:957 ../../mod/settings.php:963 -#: ../../mod/settings.php:969 ../../mod/settings.php:975 -#: ../../mod/settings.php:1005 ../../mod/settings.php:1006 -#: ../../mod/settings.php:1007 ../../mod/settings.php:1008 -#: ../../mod/settings.php:1009 ../../mod/dfrn_request.php:837 +#: ../../mod/profiles.php:611 ../../mod/api.php:106 ../../mod/register.php:240 +#: ../../mod/settings.php:961 ../../mod/settings.php:967 +#: ../../mod/settings.php:975 ../../mod/settings.php:979 +#: ../../mod/settings.php:984 ../../mod/settings.php:990 +#: ../../mod/settings.php:996 ../../mod/settings.php:1002 +#: ../../mod/settings.php:1032 ../../mod/settings.php:1033 +#: ../../mod/settings.php:1034 ../../mod/settings.php:1035 +#: ../../mod/settings.php:1036 ../../mod/dfrn_request.php:837 msgid "No" msgstr "Nie" -#: ../../mod/profiles.php:625 +#: ../../mod/profiles.php:629 msgid "Edit Profile Details" msgstr "Edytuj profil." -#: ../../mod/profiles.php:626 ../../mod/contacts.php:386 -#: ../../mod/settings.php:560 ../../mod/settings.php:670 -#: ../../mod/settings.php:739 ../../mod/settings.php:811 -#: ../../mod/settings.php:1037 ../../mod/crepair.php:166 -#: ../../mod/poke.php:199 ../../mod/admin.php:480 ../../mod/admin.php:751 -#: ../../mod/admin.php:890 ../../mod/admin.php:1090 ../../mod/admin.php:1177 -#: ../../mod/events.php:478 ../../mod/fsuggest.php:107 ../../mod/group.php:87 -#: ../../mod/invite.php:140 ../../mod/localtime.php:45 -#: ../../mod/manage.php:110 ../../mod/message.php:335 -#: ../../mod/message.php:564 ../../mod/mood.php:137 ../../mod/photos.php:1078 -#: ../../mod/photos.php:1199 ../../mod/photos.php:1501 -#: ../../mod/photos.php:1552 ../../mod/photos.php:1596 -#: ../../mod/photos.php:1679 ../../mod/install.php:248 -#: ../../mod/install.php:286 ../../mod/content.php:733 -#: ../../object/Item.php:653 ../../view/theme/cleanzero/config.php:80 +#: ../../mod/profiles.php:630 ../../mod/admin.php:491 ../../mod/admin.php:763 +#: ../../mod/admin.php:902 ../../mod/admin.php:1102 ../../mod/admin.php:1189 +#: ../../mod/contacts.php:386 ../../mod/settings.php:584 +#: ../../mod/settings.php:694 ../../mod/settings.php:763 +#: ../../mod/settings.php:837 ../../mod/settings.php:1064 +#: ../../mod/crepair.php:166 ../../mod/poke.php:199 ../../mod/events.php:478 +#: ../../mod/fsuggest.php:107 ../../mod/group.php:87 ../../mod/invite.php:140 +#: ../../mod/localtime.php:45 ../../mod/manage.php:110 +#: ../../mod/message.php:335 ../../mod/message.php:564 ../../mod/mood.php:137 +#: ../../mod/photos.php:1078 ../../mod/photos.php:1199 +#: ../../mod/photos.php:1501 ../../mod/photos.php:1552 +#: ../../mod/photos.php:1596 ../../mod/photos.php:1679 +#: ../../mod/install.php:248 ../../mod/install.php:286 +#: ../../mod/content.php:733 ../../object/Item.php:653 +#: ../../view/theme/cleanzero/config.php:80 #: ../../view/theme/diabook/config.php:152 #: ../../view/theme/diabook/theme.php:642 ../../view/theme/dispy/config.php:70 #: ../../view/theme/quattro/config.php:64 msgid "Submit" msgstr "Potwierdź" -#: ../../mod/profiles.php:627 +#: ../../mod/profiles.php:631 msgid "Change Profile Photo" msgstr "Zmień profilowe zdjęcie" -#: ../../mod/profiles.php:628 +#: ../../mod/profiles.php:632 msgid "View this profile" msgstr "Zobacz ten profil" -#: ../../mod/profiles.php:629 +#: ../../mod/profiles.php:633 msgid "Create a new profile using these settings" msgstr "Stwórz nowy profil wykorzystując te ustawienia" -#: ../../mod/profiles.php:630 +#: ../../mod/profiles.php:634 msgid "Clone this profile" msgstr "Sklonuj ten profil" -#: ../../mod/profiles.php:631 +#: ../../mod/profiles.php:635 msgid "Delete this profile" msgstr "Usuń ten profil" -#: ../../mod/profiles.php:632 +#: ../../mod/profiles.php:636 msgid "Profile Name:" msgstr "Nazwa profilu :" -#: ../../mod/profiles.php:633 +#: ../../mod/profiles.php:637 msgid "Your Full Name:" msgstr "Twoje imię i nazwisko:" -#: ../../mod/profiles.php:634 +#: ../../mod/profiles.php:638 msgid "Title/Description:" msgstr "Tytuł/Opis :" -#: ../../mod/profiles.php:635 +#: ../../mod/profiles.php:639 msgid "Your Gender:" msgstr "Twoja płeć:" -#: ../../mod/profiles.php:636 +#: ../../mod/profiles.php:640 #, php-format msgid "Birthday (%s):" msgstr "Urodziny (%s):" -#: ../../mod/profiles.php:637 +#: ../../mod/profiles.php:641 msgid "Street Address:" msgstr "Ulica:" -#: ../../mod/profiles.php:638 +#: ../../mod/profiles.php:642 msgid "Locality/City:" msgstr "Miejscowość/Miasto :" -#: ../../mod/profiles.php:639 +#: ../../mod/profiles.php:643 msgid "Postal/Zip Code:" msgstr "Kod Pocztowy :" -#: ../../mod/profiles.php:640 +#: ../../mod/profiles.php:644 msgid "Country:" msgstr "Kraj:" -#: ../../mod/profiles.php:641 +#: ../../mod/profiles.php:645 msgid "Region/State:" msgstr "Region / Stan :" -#: ../../mod/profiles.php:642 +#: ../../mod/profiles.php:646 msgid " Marital Status:" msgstr " Stan :" -#: ../../mod/profiles.php:643 +#: ../../mod/profiles.php:647 msgid "Who: (if applicable)" msgstr "Kto: (jeśli dotyczy)" -#: ../../mod/profiles.php:644 +#: ../../mod/profiles.php:648 msgid "Examples: cathy123, Cathy Williams, cathy@example.com" msgstr "Przykłady : cathy123, Cathy Williams, cathy@example.com" -#: ../../mod/profiles.php:645 +#: ../../mod/profiles.php:649 msgid "Since [date]:" msgstr "Od [data]:" -#: ../../mod/profiles.php:647 +#: ../../mod/profiles.php:651 msgid "Homepage URL:" msgstr "Strona główna URL:" -#: ../../mod/profiles.php:650 +#: ../../mod/profiles.php:654 msgid "Religious Views:" msgstr "Poglądy religijne:" -#: ../../mod/profiles.php:651 +#: ../../mod/profiles.php:655 msgid "Public Keywords:" msgstr "Publiczne słowa kluczowe :" -#: ../../mod/profiles.php:652 +#: ../../mod/profiles.php:656 msgid "Private Keywords:" msgstr "Prywatne słowa kluczowe :" -#: ../../mod/profiles.php:655 +#: ../../mod/profiles.php:659 msgid "Example: fishing photography software" msgstr "Przykład: kończenie oprogramowania fotografii" -#: ../../mod/profiles.php:656 +#: ../../mod/profiles.php:660 msgid "(Used for suggesting potential friends, can be seen by others)" msgstr "(Używany do sugerowania potencjalnych znajomych, jest widoczny dla innych)" -#: ../../mod/profiles.php:657 +#: ../../mod/profiles.php:661 msgid "(Used for searching profiles, never shown to others)" msgstr "(Używany do wyszukiwania profili, niepokazywany innym)" -#: ../../mod/profiles.php:658 +#: ../../mod/profiles.php:662 msgid "Tell us about yourself..." msgstr "Napisz o sobie..." -#: ../../mod/profiles.php:659 +#: ../../mod/profiles.php:663 msgid "Hobbies/Interests" msgstr "Zainteresowania" -#: ../../mod/profiles.php:660 +#: ../../mod/profiles.php:664 msgid "Contact information and Social Networks" msgstr "Informacje kontaktowe i Sieci Społeczne" -#: ../../mod/profiles.php:661 +#: ../../mod/profiles.php:665 msgid "Musical interests" msgstr "Muzyka" -#: ../../mod/profiles.php:662 +#: ../../mod/profiles.php:666 msgid "Books, literature" msgstr "Literatura" -#: ../../mod/profiles.php:663 +#: ../../mod/profiles.php:667 msgid "Television" msgstr "Telewizja" -#: ../../mod/profiles.php:664 +#: ../../mod/profiles.php:668 msgid "Film/dance/culture/entertainment" msgstr "Film/taniec/kultura/rozrywka" -#: ../../mod/profiles.php:665 +#: ../../mod/profiles.php:669 msgid "Love/romance" msgstr "Miłość/romans" -#: ../../mod/profiles.php:666 +#: ../../mod/profiles.php:670 msgid "Work/employment" msgstr "Praca/zatrudnienie" -#: ../../mod/profiles.php:667 +#: ../../mod/profiles.php:671 msgid "School/education" msgstr "Szkoła/edukacja" -#: ../../mod/profiles.php:672 +#: ../../mod/profiles.php:676 msgid "" "This is your public profile.
It may " "be visible to anybody using the internet." msgstr "To jest Twój publiczny profil.
Może zostać wyświetlony przez każdego kto używa internetu." -#: ../../mod/profiles.php:682 ../../mod/directory.php:111 +#: ../../mod/profiles.php:686 ../../mod/directory.php:111 msgid "Age: " msgstr "Wiek: " -#: ../../mod/profiles.php:721 +#: ../../mod/profiles.php:725 msgid "Edit/Manage Profiles" msgstr "Edytuj/Zarządzaj Profilami" -#: ../../mod/profiles.php:722 ../../boot.php:1366 ../../boot.php:1392 +#: ../../mod/profiles.php:726 ../../boot.php:1445 ../../boot.php:1471 msgid "Change profile photo" msgstr "Zmień zdjęcie profilowe" -#: ../../mod/profiles.php:723 ../../boot.php:1367 +#: ../../mod/profiles.php:727 ../../boot.php:1446 msgid "Create New Profile" msgstr "Stwórz nowy profil" -#: ../../mod/profiles.php:734 ../../boot.php:1377 +#: ../../mod/profiles.php:738 ../../boot.php:1456 msgid "Profile Image" msgstr "Obraz profilowy" -#: ../../mod/profiles.php:736 ../../boot.php:1380 +#: ../../mod/profiles.php:740 ../../boot.php:1459 msgid "visible to everybody" msgstr "widoczne dla wszystkich" -#: ../../mod/profiles.php:737 ../../boot.php:1381 +#: ../../mod/profiles.php:741 ../../boot.php:1460 msgid "Edit visibility" msgstr "Edytuj widoczność" @@ -2662,10 +2661,25 @@ msgstr "Widoczne dla" msgid "All Contacts (with secure profile access)" msgstr "Wszystkie kontakty (z bezpiecznym dostępem do profilu)" -#: ../../mod/notes.php:44 ../../boot.php:1892 +#: ../../mod/notes.php:44 ../../boot.php:1978 msgid "Personal Notes" msgstr "Osobiste notatki" +#: ../../mod/display.php:19 ../../mod/search.php:89 +#: ../../mod/dfrn_request.php:761 ../../mod/directory.php:31 +#: ../../mod/videos.php:115 ../../mod/viewcontacts.php:17 +#: ../../mod/photos.php:914 ../../mod/community.php:18 +msgid "Public access denied." +msgstr "Publiczny dostęp zabroniony" + +#: ../../mod/display.php:99 ../../mod/profile.php:155 +msgid "Access to this profile has been restricted." +msgstr "Ograniczony dostęp do tego konta" + +#: ../../mod/display.php:239 +msgid "Item has been removed." +msgstr "Przedmiot został usunięty" + #: ../../mod/nogroup.php:40 ../../mod/contacts.php:395 #: ../../mod/contacts.php:585 ../../mod/viewcontacts.php:62 #, php-format @@ -2725,37 +2739,837 @@ msgstr "{0} zaznaczony %s'go post z #%s" msgid "{0} mentioned you in a post" msgstr "{0} wspomniał Cię w swoim wpisie" -#: ../../mod/item.php:105 +#: ../../mod/admin.php:55 +msgid "Theme settings updated." +msgstr "Ustawienia szablonu zmienione." + +#: ../../mod/admin.php:96 ../../mod/admin.php:490 +msgid "Site" +msgstr "Strona" + +#: ../../mod/admin.php:97 ../../mod/admin.php:762 ../../mod/admin.php:776 +msgid "Users" +msgstr "Użytkownicy" + +#: ../../mod/admin.php:98 ../../mod/admin.php:859 ../../mod/admin.php:901 +msgid "Plugins" +msgstr "Wtyczki" + +#: ../../mod/admin.php:99 ../../mod/admin.php:1067 ../../mod/admin.php:1101 +msgid "Themes" +msgstr "Temat" + +#: ../../mod/admin.php:100 +msgid "DB updates" +msgstr "Aktualizacje DB" + +#: ../../mod/admin.php:115 ../../mod/admin.php:122 ../../mod/admin.php:1188 +msgid "Logs" +msgstr "Logi" + +#: ../../mod/admin.php:121 +msgid "Plugin Features" +msgstr "Polecane wtyczki" + +#: ../../mod/admin.php:123 +msgid "User registrations waiting for confirmation" +msgstr "Rejestracje użytkownika czekają na potwierdzenie." + +#: ../../mod/admin.php:182 ../../mod/admin.php:733 +msgid "Normal Account" +msgstr "Konto normalne" + +#: ../../mod/admin.php:183 ../../mod/admin.php:734 +msgid "Soapbox Account" +msgstr "Konto Soapbox" + +#: ../../mod/admin.php:184 ../../mod/admin.php:735 +msgid "Community/Celebrity Account" +msgstr "Konto społeczności/gwiazdy" + +#: ../../mod/admin.php:185 ../../mod/admin.php:736 +msgid "Automatic Friend Account" +msgstr "Automatyczny przyjaciel konta" + +#: ../../mod/admin.php:186 +msgid "Blog Account" +msgstr "Konto Bloga" + +#: ../../mod/admin.php:187 +msgid "Private Forum" +msgstr "Forum Prywatne" + +#: ../../mod/admin.php:206 +msgid "Message queues" +msgstr "" + +#: ../../mod/admin.php:211 ../../mod/admin.php:489 ../../mod/admin.php:761 +#: ../../mod/admin.php:858 ../../mod/admin.php:900 ../../mod/admin.php:1066 +#: ../../mod/admin.php:1100 ../../mod/admin.php:1187 +msgid "Administration" +msgstr "Administracja" + +#: ../../mod/admin.php:212 +msgid "Summary" +msgstr "Skrót" + +#: ../../mod/admin.php:214 +msgid "Registered users" +msgstr "Zarejestrowani użytkownicy" + +#: ../../mod/admin.php:216 +msgid "Pending registrations" +msgstr "Rejestracje w toku." + +#: ../../mod/admin.php:217 +msgid "Version" +msgstr "Wersja" + +#: ../../mod/admin.php:219 +msgid "Active plugins" +msgstr "Aktywne pluginy" + +#: ../../mod/admin.php:405 +msgid "Site settings updated." +msgstr "Ustawienia strony zaktualizowane" + +#: ../../mod/admin.php:434 ../../mod/settings.php:793 +msgid "No special theme for mobile devices" +msgstr "" + +#: ../../mod/admin.php:451 ../../mod/contacts.php:330 +msgid "Never" +msgstr "Nigdy" + +#: ../../mod/admin.php:460 +msgid "Multi user instance" +msgstr "" + +#: ../../mod/admin.php:476 +msgid "Closed" +msgstr "Zamknięty" + +#: ../../mod/admin.php:477 +msgid "Requires approval" +msgstr "Wymagane zatwierdzenie." + +#: ../../mod/admin.php:478 +msgid "Open" +msgstr "Otwórz" + +#: ../../mod/admin.php:482 +msgid "No SSL policy, links will track page SSL state" +msgstr "" + +#: ../../mod/admin.php:483 +msgid "Force all links to use SSL" +msgstr "" + +#: ../../mod/admin.php:484 +msgid "Self-signed certificate, use SSL for local links only (discouraged)" +msgstr "" + +#: ../../mod/admin.php:492 ../../mod/register.php:261 +msgid "Registration" +msgstr "Rejestracja" + +#: ../../mod/admin.php:493 +msgid "File upload" +msgstr "Plik załadowano" + +#: ../../mod/admin.php:494 +msgid "Policies" +msgstr "zasady" + +#: ../../mod/admin.php:495 +msgid "Advanced" +msgstr "Zaawansowany" + +#: ../../mod/admin.php:496 +msgid "Performance" +msgstr "" + +#: ../../mod/admin.php:500 +msgid "Site name" +msgstr "Nazwa strony" + +#: ../../mod/admin.php:501 +msgid "Banner/Logo" +msgstr "Logo" + +#: ../../mod/admin.php:502 +msgid "System language" +msgstr "Język systemu" + +#: ../../mod/admin.php:503 +msgid "System theme" +msgstr "Motyw systemowy" + +#: ../../mod/admin.php:503 +msgid "" +"Default system theme - may be over-ridden by user profiles - change theme settings" +msgstr "" + +#: ../../mod/admin.php:504 +msgid "Mobile system theme" +msgstr "Mobilny motyw systemowy" + +#: ../../mod/admin.php:504 +msgid "Theme for mobile devices" +msgstr "Szablon dla mobilnych urządzeń" + +#: ../../mod/admin.php:505 +msgid "SSL link policy" +msgstr "" + +#: ../../mod/admin.php:505 +msgid "Determines whether generated links should be forced to use SSL" +msgstr "" + +#: ../../mod/admin.php:506 +msgid "'Share' element" +msgstr "'Udostępnij' element" + +#: ../../mod/admin.php:506 +msgid "Activates the bbcode element 'share' for repeating items." +msgstr "" + +#: ../../mod/admin.php:507 +msgid "Hide help entry from navigation menu" +msgstr "" + +#: ../../mod/admin.php:507 +msgid "" +"Hides the menu entry for the Help pages from the navigation menu. You can " +"still access it calling /help directly." +msgstr "" + +#: ../../mod/admin.php:508 +msgid "Single user instance" +msgstr "" + +#: ../../mod/admin.php:508 +msgid "Make this instance multi-user or single-user for the named user" +msgstr "" + +#: ../../mod/admin.php:509 +msgid "Maximum image size" +msgstr "Maksymalny rozmiar zdjęcia" + +#: ../../mod/admin.php:509 +msgid "" +"Maximum size in bytes of uploaded images. Default is 0, which means no " +"limits." +msgstr "" + +#: ../../mod/admin.php:510 +msgid "Maximum image length" +msgstr "Maksymalna długość obrazu" + +#: ../../mod/admin.php:510 +msgid "" +"Maximum length in pixels of the longest side of uploaded images. Default is " +"-1, which means no limits." +msgstr "Maksymalna długość najdłuższej strony przesyłanego obrazu w pikselach.\nDomyślnie jest to -1, co oznacza brak limitu." + +#: ../../mod/admin.php:511 +msgid "JPEG image quality" +msgstr "jakość obrazu JPEG" + +#: ../../mod/admin.php:511 +msgid "" +"Uploaded JPEGS will be saved at this quality setting [0-100]. Default is " +"100, which is full quality." +msgstr "" + +#: ../../mod/admin.php:513 +msgid "Register policy" +msgstr "Zarejestruj polisę" + +#: ../../mod/admin.php:514 +msgid "Maximum Daily Registrations" +msgstr "Maksymalnie dziennych rejestracji" + +#: ../../mod/admin.php:514 +msgid "" +"If registration is permitted above, this sets the maximum number of new user" +" registrations to accept per day. If register is set to closed, this " +"setting has no effect." +msgstr "" + +#: ../../mod/admin.php:515 +msgid "Register text" +msgstr "Zarejestruj tekst" + +#: ../../mod/admin.php:515 +msgid "Will be displayed prominently on the registration page." +msgstr "" + +#: ../../mod/admin.php:516 +msgid "Accounts abandoned after x days" +msgstr "Konto porzucone od x dni." + +#: ../../mod/admin.php:516 +msgid "" +"Will not waste system resources polling external sites for abandonded " +"accounts. Enter 0 for no time limit." +msgstr "" + +#: ../../mod/admin.php:517 +msgid "Allowed friend domains" +msgstr "Dozwolone domeny przyjaciół" + +#: ../../mod/admin.php:517 +msgid "" +"Comma separated list of domains which are allowed to establish friendships " +"with this site. Wildcards are accepted. Empty to allow any domains" +msgstr "" + +#: ../../mod/admin.php:518 +msgid "Allowed email domains" +msgstr "Dozwolone domeny e-mailowe" + +#: ../../mod/admin.php:518 +msgid "" +"Comma separated list of domains which are allowed in email addresses for " +"registrations to this site. Wildcards are accepted. Empty to allow any " +"domains" +msgstr "" + +#: ../../mod/admin.php:519 +msgid "Block public" +msgstr "Blokuj publicznie" + +#: ../../mod/admin.php:519 +msgid "" +"Check to block public access to all otherwise public personal pages on this " +"site unless you are currently logged in." +msgstr "" + +#: ../../mod/admin.php:520 +msgid "Force publish" +msgstr "Wymuś publikację" + +#: ../../mod/admin.php:520 +msgid "" +"Check to force all profiles on this site to be listed in the site directory." +msgstr "" + +#: ../../mod/admin.php:521 +msgid "Global directory update URL" +msgstr "" + +#: ../../mod/admin.php:521 +msgid "" +"URL to update the global directory. If this is not set, the global directory" +" is completely unavailable to the application." +msgstr "" + +#: ../../mod/admin.php:522 +msgid "Allow threaded items" +msgstr "" + +#: ../../mod/admin.php:522 +msgid "Allow infinite level threading for items on this site." +msgstr "" + +#: ../../mod/admin.php:523 +msgid "Private posts by default for new users" +msgstr "" + +#: ../../mod/admin.php:523 +msgid "" +"Set default post permissions for all new members to the default privacy " +"group rather than public." +msgstr "" + +#: ../../mod/admin.php:524 +msgid "Don't include post content in email notifications" +msgstr "" + +#: ../../mod/admin.php:524 +msgid "" +"Don't include the content of a post/comment/private message/etc. in the " +"email notifications that are sent out from this site, as a privacy measure." +msgstr "" + +#: ../../mod/admin.php:525 +msgid "Disallow public access to addons listed in the apps menu." +msgstr "" + +#: ../../mod/admin.php:525 +msgid "" +"Checking this box will restrict addons listed in the apps menu to members " +"only." +msgstr "" + +#: ../../mod/admin.php:526 +msgid "Don't embed private images in posts" +msgstr "" + +#: ../../mod/admin.php:526 +msgid "" +"Don't replace locally-hosted private photos in posts with an embedded copy " +"of the image. This means that contacts who receive posts containing private " +"photos will have to authenticate and load each image, which may take a " +"while." +msgstr "" + +#: ../../mod/admin.php:528 +msgid "Block multiple registrations" +msgstr "" + +#: ../../mod/admin.php:528 +msgid "Disallow users to register additional accounts for use as pages." +msgstr "" + +#: ../../mod/admin.php:529 +msgid "OpenID support" +msgstr "Wsparcie OpenID" + +#: ../../mod/admin.php:529 +msgid "OpenID support for registration and logins." +msgstr "" + +#: ../../mod/admin.php:530 +msgid "Fullname check" +msgstr "Sprawdzanie pełnej nazwy" + +#: ../../mod/admin.php:530 +msgid "" +"Force users to register with a space between firstname and lastname in Full " +"name, as an antispam measure" +msgstr "" + +#: ../../mod/admin.php:531 +msgid "UTF-8 Regular expressions" +msgstr "" + +#: ../../mod/admin.php:531 +msgid "Use PHP UTF8 regular expressions" +msgstr "" + +#: ../../mod/admin.php:532 +msgid "Show Community Page" +msgstr "Pokaż stronę społeczności" + +#: ../../mod/admin.php:532 +msgid "" +"Display a Community page showing all recent public postings on this site." +msgstr "" + +#: ../../mod/admin.php:533 +msgid "Enable OStatus support" +msgstr "Włącz wsparcie OStatus" + +#: ../../mod/admin.php:533 +msgid "" +"Provide built-in OStatus (identi.ca, status.net, etc.) compatibility. All " +"communications in OStatus are public, so privacy warnings will be " +"occasionally displayed." +msgstr "" + +#: ../../mod/admin.php:534 +msgid "OStatus conversation completion interval" +msgstr "" + +#: ../../mod/admin.php:534 +msgid "" +"How often shall the poller check for new entries in OStatus conversations? " +"This can be a very ressource task." +msgstr "" + +#: ../../mod/admin.php:535 +msgid "Enable Diaspora support" +msgstr "Włączyć obsługę Diaspory" + +#: ../../mod/admin.php:535 +msgid "Provide built-in Diaspora network compatibility." +msgstr "" + +#: ../../mod/admin.php:536 +msgid "Only allow Friendica contacts" +msgstr "Dopuść tylko kontakty Friendrica" + +#: ../../mod/admin.php:536 +msgid "" +"All contacts must use Friendica protocols. All other built-in communication " +"protocols disabled." +msgstr "" + +#: ../../mod/admin.php:537 +msgid "Verify SSL" +msgstr "Weryfikacja SSL" + +#: ../../mod/admin.php:537 +msgid "" +"If you wish, you can turn on strict certificate checking. This will mean you" +" cannot connect (at all) to self-signed SSL sites." +msgstr "" + +#: ../../mod/admin.php:538 +msgid "Proxy user" +msgstr "Użytkownik proxy" + +#: ../../mod/admin.php:539 +msgid "Proxy URL" +msgstr "URL Proxy" + +#: ../../mod/admin.php:540 +msgid "Network timeout" +msgstr "Network timeout" + +#: ../../mod/admin.php:540 +msgid "Value is in seconds. Set to 0 for unlimited (not recommended)." +msgstr "" + +#: ../../mod/admin.php:541 +msgid "Delivery interval" +msgstr "" + +#: ../../mod/admin.php:541 +msgid "" +"Delay background delivery processes by this many seconds to reduce system " +"load. Recommend: 4-5 for shared hosts, 2-3 for virtual private servers. 0-1 " +"for large dedicated servers." +msgstr "" + +#: ../../mod/admin.php:542 +msgid "Poll interval" +msgstr "" + +#: ../../mod/admin.php:542 +msgid "" +"Delay background polling processes by this many seconds to reduce system " +"load. If 0, use delivery interval." +msgstr "" + +#: ../../mod/admin.php:543 +msgid "Maximum Load Average" +msgstr "" + +#: ../../mod/admin.php:543 +msgid "" +"Maximum system load before delivery and poll processes are deferred - " +"default 50." +msgstr "" + +#: ../../mod/admin.php:545 +msgid "Use MySQL full text engine" +msgstr "" + +#: ../../mod/admin.php:545 +msgid "" +"Activates the full text engine. Speeds up search - but can only search for " +"four and more characters." +msgstr "" + +#: ../../mod/admin.php:546 +msgid "Path to item cache" +msgstr "" + +#: ../../mod/admin.php:547 +msgid "Cache duration in seconds" +msgstr "" + +#: ../../mod/admin.php:547 +msgid "" +"How long should the cache files be hold? Default value is 86400 seconds (One" +" day)." +msgstr "" + +#: ../../mod/admin.php:548 +msgid "Path for lock file" +msgstr "" + +#: ../../mod/admin.php:549 +msgid "Temp path" +msgstr "Ścieżka do Temp" + +#: ../../mod/admin.php:550 +msgid "Base path to installation" +msgstr "" + +#: ../../mod/admin.php:567 +msgid "Update has been marked successful" +msgstr "" + +#: ../../mod/admin.php:577 +#, php-format +msgid "Executing %s failed. Check system logs." +msgstr "" + +#: ../../mod/admin.php:580 +#, php-format +msgid "Update %s was successfully applied." +msgstr "" + +#: ../../mod/admin.php:584 +#, php-format +msgid "Update %s did not return a status. Unknown if it succeeded." +msgstr "" + +#: ../../mod/admin.php:587 +#, php-format +msgid "Update function %s could not be found." +msgstr "" + +#: ../../mod/admin.php:602 +msgid "No failed updates." +msgstr "Brak błędów aktualizacji." + +#: ../../mod/admin.php:606 +msgid "Failed Updates" +msgstr "Błąd aktualizacji" + +#: ../../mod/admin.php:607 +msgid "" +"This does not include updates prior to 1139, which did not return a status." +msgstr "" + +#: ../../mod/admin.php:608 +msgid "Mark success (if update was manually applied)" +msgstr "" + +#: ../../mod/admin.php:609 +msgid "Attempt to execute this update step automatically" +msgstr "" + +#: ../../mod/admin.php:634 +#, php-format +msgid "%s user blocked/unblocked" +msgid_plural "%s users blocked/unblocked" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: ../../mod/admin.php:641 +#, php-format +msgid "%s user deleted" +msgid_plural "%s users deleted" +msgstr[0] " %s użytkownik usunięty" +msgstr[1] " %s użytkownicy usunięci" +msgstr[2] " %s usuniętych użytkowników " + +#: ../../mod/admin.php:680 +#, php-format +msgid "User '%s' deleted" +msgstr "Użytkownik '%s' usunięty" + +#: ../../mod/admin.php:688 +#, php-format +msgid "User '%s' unblocked" +msgstr "Użytkownik '%s' odblokowany" + +#: ../../mod/admin.php:688 +#, php-format +msgid "User '%s' blocked" +msgstr "Użytkownik '%s' zablokowany" + +#: ../../mod/admin.php:764 +msgid "select all" +msgstr "Zaznacz wszystko" + +#: ../../mod/admin.php:765 +msgid "User registrations waiting for confirm" +msgstr "zarejestrowany użytkownik czeka na potwierdzenie" + +#: ../../mod/admin.php:766 +msgid "Request date" +msgstr "Data prośby" + +#: ../../mod/admin.php:766 ../../mod/admin.php:777 ../../mod/settings.php:586 +#: ../../mod/settings.php:612 ../../mod/crepair.php:148 +msgid "Name" +msgstr "Imię" + +#: ../../mod/admin.php:767 +msgid "No registrations." +msgstr "brak rejestracji" + +#: ../../mod/admin.php:768 ../../mod/notifications.php:161 +#: ../../mod/notifications.php:208 +msgid "Approve" +msgstr "Zatwierdź" + +#: ../../mod/admin.php:769 +msgid "Deny" +msgstr "Odmów" + +#: ../../mod/admin.php:771 ../../mod/contacts.php:353 +#: ../../mod/contacts.php:412 +msgid "Block" +msgstr "Zablokuj" + +#: ../../mod/admin.php:772 ../../mod/contacts.php:353 +#: ../../mod/contacts.php:412 +msgid "Unblock" +msgstr "Odblokuj" + +#: ../../mod/admin.php:773 +msgid "Site admin" +msgstr "Administracja stroną" + +#: ../../mod/admin.php:774 +msgid "Account expired" +msgstr "" + +#: ../../mod/admin.php:777 +msgid "Register date" +msgstr "Data rejestracji" + +#: ../../mod/admin.php:777 +msgid "Last login" +msgstr "Ostatnie logowanie" + +#: ../../mod/admin.php:777 +msgid "Last item" +msgstr "Ostatni element" + +#: ../../mod/admin.php:777 +msgid "Account" +msgstr "Konto" + +#: ../../mod/admin.php:779 +msgid "" +"Selected users will be deleted!\\n\\nEverything these users had posted on " +"this site will be permanently deleted!\\n\\nAre you sure?" +msgstr "Zaznaczeni użytkownicy zostaną usunięci!\\n\\nWszystko co zamieścili na tej stronie będzie trwale skasowane!\\n\\nJesteś pewien?" + +#: ../../mod/admin.php:780 +msgid "" +"The user {0} will be deleted!\\n\\nEverything this user has posted on this " +"site will be permanently deleted!\\n\\nAre you sure?" +msgstr "Użytkownik {0} zostanie usunięty!\\n\\nWszystko co zamieścił na tej stronie będzie trwale skasowane!\\n\\nJesteś pewien?" + +#: ../../mod/admin.php:821 +#, php-format +msgid "Plugin %s disabled." +msgstr "Wtyczka %s wyłączona." + +#: ../../mod/admin.php:825 +#, php-format +msgid "Plugin %s enabled." +msgstr "Wtyczka %s właczona." + +#: ../../mod/admin.php:835 ../../mod/admin.php:1038 +msgid "Disable" +msgstr "Wyłącz" + +#: ../../mod/admin.php:837 ../../mod/admin.php:1040 +msgid "Enable" +msgstr "Zezwól" + +#: ../../mod/admin.php:860 ../../mod/admin.php:1068 +msgid "Toggle" +msgstr "Włącz" + +#: ../../mod/admin.php:868 ../../mod/admin.php:1078 +msgid "Author: " +msgstr "Autor: " + +#: ../../mod/admin.php:869 ../../mod/admin.php:1079 +msgid "Maintainer: " +msgstr "" + +#: ../../mod/admin.php:998 +msgid "No themes found." +msgstr "Nie znaleziono tematu." + +#: ../../mod/admin.php:1060 +msgid "Screenshot" +msgstr "Zrzut ekranu" + +#: ../../mod/admin.php:1106 +msgid "[Experimental]" +msgstr "[Eksperymentalne]" + +#: ../../mod/admin.php:1107 +msgid "[Unsupported]" +msgstr "[Niewspieralne]" + +#: ../../mod/admin.php:1134 +msgid "Log settings updated." +msgstr "Zaktualizowano ustawienia logów." + +#: ../../mod/admin.php:1190 +msgid "Clear" +msgstr "Wyczyść" + +#: ../../mod/admin.php:1196 +msgid "Enable Debugging" +msgstr "" + +#: ../../mod/admin.php:1197 +msgid "Log file" +msgstr "Plik logów" + +#: ../../mod/admin.php:1197 +msgid "" +"Must be writable by web server. Relative to your Friendica top-level " +"directory." +msgstr "" + +#: ../../mod/admin.php:1198 +msgid "Log level" +msgstr "Poziom logów" + +#: ../../mod/admin.php:1247 ../../mod/contacts.php:409 +msgid "Update now" +msgstr "Aktualizuj teraz" + +#: ../../mod/admin.php:1248 +msgid "Close" +msgstr "Zamknij" + +#: ../../mod/admin.php:1254 +msgid "FTP Host" +msgstr "Założyciel FTP" + +#: ../../mod/admin.php:1255 +msgid "FTP Path" +msgstr "Ścieżka FTP" + +#: ../../mod/admin.php:1256 +msgid "FTP User" +msgstr "Użytkownik FTP" + +#: ../../mod/admin.php:1257 +msgid "FTP Password" +msgstr "FTP Hasło" + +#: ../../mod/item.php:108 msgid "Unable to locate original post." msgstr "Nie można zlokalizować oryginalnej wiadomości." -#: ../../mod/item.php:307 +#: ../../mod/item.php:310 msgid "Empty post discarded." msgstr "Pusty wpis wyrzucony." -#: ../../mod/item.php:869 +#: ../../mod/item.php:872 msgid "System error. Post not saved." msgstr "Błąd. Post niezapisany." -#: ../../mod/item.php:894 +#: ../../mod/item.php:897 #, php-format msgid "" "This message was sent to you by %s, a member of the Friendica social " "network." msgstr "Wiadomość została wysłana do ciebie od %s , członka portalu Friendica" -#: ../../mod/item.php:896 +#: ../../mod/item.php:899 #, php-format msgid "You may visit them online at %s" msgstr "Możesz ich odwiedzić online u %s" -#: ../../mod/item.php:897 +#: ../../mod/item.php:900 msgid "" "Please contact the sender by replying to this post if you do not wish to " "receive these messages." msgstr "Skontaktuj się z nadawcą odpowiadając na ten post jeśli nie chcesz otrzymywać tych wiadomości." -#: ../../mod/item.php:901 +#: ../../mod/item.php:904 #, php-format msgid "%s posted an update." msgstr "%s zaktualizował wpis." @@ -2773,13 +3587,6 @@ msgstr "Brak znajomych do wyświetlenia" msgid "Remove term" msgstr "Usuń wpis" -#: ../../mod/search.php:89 ../../mod/dfrn_request.php:761 -#: ../../mod/directory.php:31 ../../mod/viewcontacts.php:17 -#: ../../mod/photos.php:914 ../../mod/display.php:19 -#: ../../mod/community.php:18 -msgid "Public access denied." -msgstr "Publiczny dostęp zabroniony" - #: ../../mod/search.php:180 ../../mod/search.php:206 #: ../../mod/community.php:61 ../../mod/community.php:89 msgid "No results." @@ -2864,10 +3671,6 @@ msgstr "Członkostwo na tej stronie możliwe tylko dzięki zaproszeniu." msgid "Your invitation ID: " msgstr "Twoje zaproszenia ID:" -#: ../../mod/register.php:261 ../../mod/admin.php:481 -msgid "Registration" -msgstr "Rejestracja" - #: ../../mod/register.php:269 msgid "Your Full Name (e.g. Joe Smith): " msgstr "Imię i nazwisko (np. Jan Kowalski):" @@ -3057,10 +3860,6 @@ msgstr "%s współdzieli z tobą" msgid "Private communications are not available for this contact." msgstr "Prywatna rozmowa jest niemożliwa dla tego kontaktu" -#: ../../mod/contacts.php:330 -msgid "Never" -msgstr "Nigdy" - #: ../../mod/contacts.php:334 msgid "(Update was successful)" msgstr "(Aktualizacja przebiegła pomyślnie)" @@ -3082,16 +3881,6 @@ msgstr "Typ sieci: %s" msgid "View all contacts" msgstr "Zobacz wszystkie kontakty" -#: ../../mod/contacts.php:353 ../../mod/contacts.php:412 -#: ../../mod/admin.php:760 -msgid "Unblock" -msgstr "Odblokuj" - -#: ../../mod/contacts.php:353 ../../mod/contacts.php:412 -#: ../../mod/admin.php:759 -msgid "Block" -msgstr "Zablokuj" - #: ../../mod/contacts.php:356 msgid "Toggle Blocked status" msgstr "" @@ -3112,7 +3901,7 @@ msgstr "" #: ../../mod/contacts.php:366 msgid "Unarchive" -msgstr "" +msgstr "Przywróć z archiwum" #: ../../mod/contacts.php:366 msgid "Archive" @@ -3132,7 +3921,7 @@ msgstr "Zaawansowane ustawienia kontaktów" #: ../../mod/contacts.php:381 msgid "Communications lost with this contact!" -msgstr "" +msgstr "Komunikacja przerwana z tym kontaktem!" #: ../../mod/contacts.php:384 msgid "Contact Editor" @@ -3185,10 +3974,6 @@ msgstr "Ostatnia aktualizacja:" msgid "Update public posts" msgstr "Zaktualizuj publiczne posty" -#: ../../mod/contacts.php:409 ../../mod/admin.php:1235 -msgid "Update now" -msgstr "Aktualizuj teraz" - #: ../../mod/contacts.php:416 msgid "Currently blocked" msgstr "Obecnie zablokowany" @@ -3323,7 +4108,7 @@ msgstr "Usuń konto" msgid "Missing some important data!" msgstr "Brakuje ważnych danych!" -#: ../../mod/settings.php:121 ../../mod/settings.php:586 +#: ../../mod/settings.php:121 ../../mod/settings.php:610 msgid "Update" msgstr "Zaktualizuj" @@ -3339,520 +4124,535 @@ msgstr "Zaktualizowano ustawienia email." msgid "Features updated" msgstr "" -#: ../../mod/settings.php:307 +#: ../../mod/settings.php:312 msgid "Passwords do not match. Password unchanged." msgstr "Hasło nie pasuje. Hasło nie zmienione." -#: ../../mod/settings.php:312 +#: ../../mod/settings.php:317 msgid "Empty passwords are not allowed. Password unchanged." msgstr "Brak hasła niedozwolony. Hasło nie zmienione." -#: ../../mod/settings.php:323 +#: ../../mod/settings.php:325 +msgid "Wrong password." +msgstr "" + +#: ../../mod/settings.php:336 msgid "Password changed." msgstr "Hasło zostało zmianione." -#: ../../mod/settings.php:325 +#: ../../mod/settings.php:338 msgid "Password update failed. Please try again." msgstr "Aktualizacja hasła nie powiodła się. Proszę spróbować ponownie." -#: ../../mod/settings.php:390 +#: ../../mod/settings.php:403 msgid " Please use a shorter name." msgstr "Proszę użyć krótszej nazwy." -#: ../../mod/settings.php:392 +#: ../../mod/settings.php:405 msgid " Name too short." msgstr "Za krótka nazwa." -#: ../../mod/settings.php:398 +#: ../../mod/settings.php:414 +msgid "Wrong Password" +msgstr "" + +#: ../../mod/settings.php:419 msgid " Not valid email." msgstr "Zły email." -#: ../../mod/settings.php:400 +#: ../../mod/settings.php:422 msgid " Cannot change to that email." msgstr "Nie mogę zmienić na ten email." -#: ../../mod/settings.php:454 +#: ../../mod/settings.php:476 msgid "Private forum has no privacy permissions. Using default privacy group." msgstr "" -#: ../../mod/settings.php:458 +#: ../../mod/settings.php:480 msgid "Private forum has no privacy permissions and no default privacy group." msgstr "" -#: ../../mod/settings.php:488 +#: ../../mod/settings.php:510 msgid "Settings updated." msgstr "Zaktualizowano ustawienia." -#: ../../mod/settings.php:559 ../../mod/settings.php:585 -#: ../../mod/settings.php:621 +#: ../../mod/settings.php:583 ../../mod/settings.php:609 +#: ../../mod/settings.php:645 msgid "Add application" msgstr "Dodaj aplikacje" -#: ../../mod/settings.php:562 ../../mod/settings.php:588 -#: ../../mod/crepair.php:148 ../../mod/admin.php:754 ../../mod/admin.php:765 -msgid "Name" -msgstr "Imię" - -#: ../../mod/settings.php:563 ../../mod/settings.php:589 +#: ../../mod/settings.php:587 ../../mod/settings.php:613 msgid "Consumer Key" msgstr "Klucz konsumenta" -#: ../../mod/settings.php:564 ../../mod/settings.php:590 +#: ../../mod/settings.php:588 ../../mod/settings.php:614 msgid "Consumer Secret" msgstr "Sekret konsumenta" -#: ../../mod/settings.php:565 ../../mod/settings.php:591 +#: ../../mod/settings.php:589 ../../mod/settings.php:615 msgid "Redirect" msgstr "Przekierowanie" -#: ../../mod/settings.php:566 ../../mod/settings.php:592 +#: ../../mod/settings.php:590 ../../mod/settings.php:616 msgid "Icon url" msgstr "Adres ikony" -#: ../../mod/settings.php:577 +#: ../../mod/settings.php:601 msgid "You can't edit this application." msgstr "Nie możesz edytować tej aplikacji." -#: ../../mod/settings.php:620 +#: ../../mod/settings.php:644 msgid "Connected Apps" msgstr "Powiązane aplikacje" -#: ../../mod/settings.php:622 ../../mod/editpost.php:109 +#: ../../mod/settings.php:646 ../../mod/editpost.php:109 #: ../../mod/content.php:751 ../../object/Item.php:117 msgid "Edit" msgstr "Edytuj" -#: ../../mod/settings.php:624 +#: ../../mod/settings.php:648 msgid "Client key starts with" msgstr "Klucz klienta zaczyna się od" -#: ../../mod/settings.php:625 +#: ../../mod/settings.php:649 msgid "No name" msgstr "Bez nazwy" -#: ../../mod/settings.php:626 +#: ../../mod/settings.php:650 msgid "Remove authorization" msgstr "Odwołaj upoważnienie" -#: ../../mod/settings.php:638 +#: ../../mod/settings.php:662 msgid "No Plugin settings configured" msgstr "Ustawienia wtyczki nieskonfigurowane" -#: ../../mod/settings.php:646 +#: ../../mod/settings.php:670 msgid "Plugin Settings" msgstr "Ustawienia wtyczki" -#: ../../mod/settings.php:660 +#: ../../mod/settings.php:684 msgid "Off" msgstr "Wyłącz" -#: ../../mod/settings.php:660 +#: ../../mod/settings.php:684 msgid "On" msgstr "Włącz" -#: ../../mod/settings.php:668 +#: ../../mod/settings.php:692 msgid "Additional Features" msgstr "" -#: ../../mod/settings.php:681 ../../mod/settings.php:682 +#: ../../mod/settings.php:705 ../../mod/settings.php:706 #, php-format msgid "Built-in support for %s connectivity is %s" msgstr "" -#: ../../mod/settings.php:681 ../../mod/settings.php:682 +#: ../../mod/settings.php:705 ../../mod/settings.php:706 msgid "enabled" msgstr "włączony" -#: ../../mod/settings.php:681 ../../mod/settings.php:682 +#: ../../mod/settings.php:705 ../../mod/settings.php:706 msgid "disabled" msgstr "wyłączony" -#: ../../mod/settings.php:682 +#: ../../mod/settings.php:706 msgid "StatusNet" msgstr "StatusNet" -#: ../../mod/settings.php:714 +#: ../../mod/settings.php:738 msgid "Email access is disabled on this site." msgstr "Dostęp do e-maila nie jest w pełni sprawny na tej stronie" -#: ../../mod/settings.php:721 +#: ../../mod/settings.php:745 msgid "Connector Settings" msgstr "Ustawienia konektora" -#: ../../mod/settings.php:726 +#: ../../mod/settings.php:750 msgid "Email/Mailbox Setup" msgstr "Ustawienia emaila/skrzynki mailowej" -#: ../../mod/settings.php:727 +#: ../../mod/settings.php:751 msgid "" "If you wish to communicate with email contacts using this service " "(optional), please specify how to connect to your mailbox." msgstr "Jeżeli życzysz sobie komunikowania z kontaktami email używając tego serwisu (opcjonalne), opisz jak połaczyć się z Twoją skrzynką email." -#: ../../mod/settings.php:728 +#: ../../mod/settings.php:752 msgid "Last successful email check:" msgstr "Ostatni sprawdzony e-mail:" -#: ../../mod/settings.php:730 +#: ../../mod/settings.php:754 msgid "IMAP server name:" msgstr "Nazwa serwera IMAP:" -#: ../../mod/settings.php:731 +#: ../../mod/settings.php:755 msgid "IMAP port:" msgstr "Port IMAP:" -#: ../../mod/settings.php:732 +#: ../../mod/settings.php:756 msgid "Security:" msgstr "Ochrona:" -#: ../../mod/settings.php:732 ../../mod/settings.php:737 +#: ../../mod/settings.php:756 ../../mod/settings.php:761 msgid "None" msgstr "Brak" -#: ../../mod/settings.php:733 +#: ../../mod/settings.php:757 msgid "Email login name:" msgstr "Login emaila:" -#: ../../mod/settings.php:734 +#: ../../mod/settings.php:758 msgid "Email password:" msgstr "Hasło emaila:" -#: ../../mod/settings.php:735 +#: ../../mod/settings.php:759 msgid "Reply-to address:" msgstr "Odpowiedz na adres:" -#: ../../mod/settings.php:736 +#: ../../mod/settings.php:760 msgid "Send public posts to all email contacts:" msgstr "Wyślij publiczny post do wszystkich kontaktów e-mail" -#: ../../mod/settings.php:737 +#: ../../mod/settings.php:761 msgid "Action after import:" msgstr "Akcja po zaimportowaniu:" -#: ../../mod/settings.php:737 +#: ../../mod/settings.php:761 msgid "Mark as seen" msgstr "Oznacz jako przeczytane" -#: ../../mod/settings.php:737 +#: ../../mod/settings.php:761 msgid "Move to folder" msgstr "Przenieś do folderu" -#: ../../mod/settings.php:738 +#: ../../mod/settings.php:762 msgid "Move to folder:" msgstr "Przenieś do folderu:" -#: ../../mod/settings.php:769 ../../mod/admin.php:432 -msgid "No special theme for mobile devices" -msgstr "" - -#: ../../mod/settings.php:809 +#: ../../mod/settings.php:835 msgid "Display Settings" msgstr "Wyświetl ustawienia" -#: ../../mod/settings.php:815 ../../mod/settings.php:826 +#: ../../mod/settings.php:841 ../../mod/settings.php:853 msgid "Display Theme:" msgstr "Wyświetl motyw:" -#: ../../mod/settings.php:816 +#: ../../mod/settings.php:842 msgid "Mobile Theme:" msgstr "Mobilny motyw:" -#: ../../mod/settings.php:817 +#: ../../mod/settings.php:843 msgid "Update browser every xx seconds" msgstr "Odświeżaj stronę co xx sekund" -#: ../../mod/settings.php:817 +#: ../../mod/settings.php:843 msgid "Minimum of 10 seconds, no maximum" msgstr "Dolny limit 10 sekund, brak górnego limitu" -#: ../../mod/settings.php:818 +#: ../../mod/settings.php:844 msgid "Number of items to display per page:" msgstr "" -#: ../../mod/settings.php:818 +#: ../../mod/settings.php:844 ../../mod/settings.php:845 msgid "Maximum of 100 items" msgstr "Maksymalnie 100 elementów" -#: ../../mod/settings.php:819 +#: ../../mod/settings.php:845 +msgid "Number of items to display per page when viewed from mobile device:" +msgstr "" + +#: ../../mod/settings.php:846 msgid "Don't show emoticons" msgstr "Nie pokazuj emotikonek" -#: ../../mod/settings.php:895 +#: ../../mod/settings.php:922 msgid "Normal Account Page" msgstr "" -#: ../../mod/settings.php:896 +#: ../../mod/settings.php:923 msgid "This account is a normal personal profile" msgstr "To konto jest normalnym osobistym profilem" -#: ../../mod/settings.php:899 +#: ../../mod/settings.php:926 msgid "Soapbox Page" msgstr "" -#: ../../mod/settings.php:900 +#: ../../mod/settings.php:927 msgid "Automatically approve all connection/friend requests as read-only fans" msgstr "Automatycznie zatwierdzaj wszystkie żądania połączenia/przyłączenia do znajomych jako fanów 'tylko do odczytu'" -#: ../../mod/settings.php:903 +#: ../../mod/settings.php:930 msgid "Community Forum/Celebrity Account" msgstr "" -#: ../../mod/settings.php:904 +#: ../../mod/settings.php:931 msgid "" "Automatically approve all connection/friend requests as read-write fans" msgstr "Automatycznie potwierdza wszystkie połączenia jako pełnoprawne z możliwością zapisu." -#: ../../mod/settings.php:907 +#: ../../mod/settings.php:934 msgid "Automatic Friend Page" msgstr "" -#: ../../mod/settings.php:908 +#: ../../mod/settings.php:935 msgid "Automatically approve all connection/friend requests as friends" msgstr "Automatycznie traktuj wszystkie prośby o połączenia/zaproszenia do grona przyjaciół, jako przyjaciół" -#: ../../mod/settings.php:911 +#: ../../mod/settings.php:938 msgid "Private Forum [Experimental]" msgstr "" -#: ../../mod/settings.php:912 +#: ../../mod/settings.php:939 msgid "Private forum - approved members only" msgstr "" -#: ../../mod/settings.php:924 +#: ../../mod/settings.php:951 msgid "OpenID:" msgstr "OpenID:" -#: ../../mod/settings.php:924 +#: ../../mod/settings.php:951 msgid "(Optional) Allow this OpenID to login to this account." msgstr "Przeznacz to OpenID do logowania się na to konto." -#: ../../mod/settings.php:934 +#: ../../mod/settings.php:961 msgid "Publish your default profile in your local site directory?" msgstr "Czy publikować Twój profil w lokalnym katalogu tej instancji?" -#: ../../mod/settings.php:940 +#: ../../mod/settings.php:967 msgid "Publish your default profile in the global social directory?" msgstr "Opublikować twój niewypełniony profil w globalnym, społecznym katalogu?" -#: ../../mod/settings.php:948 +#: ../../mod/settings.php:975 msgid "Hide your contact/friend list from viewers of your default profile?" msgstr "Ukryć listę znajomych przed odwiedzającymi Twój profil?" -#: ../../mod/settings.php:952 +#: ../../mod/settings.php:979 msgid "Hide your profile details from unknown viewers?" msgstr "Ukryć szczegóły twojego profilu przed nieznajomymi ?" -#: ../../mod/settings.php:957 +#: ../../mod/settings.php:984 msgid "Allow friends to post to your profile page?" msgstr "Zezwól na dodawanie postów na twoim profilu przez znajomych" -#: ../../mod/settings.php:963 +#: ../../mod/settings.php:990 msgid "Allow friends to tag your posts?" msgstr "Zezwól na oznaczanie twoich postów przez znajomych" -#: ../../mod/settings.php:969 +#: ../../mod/settings.php:996 msgid "Allow us to suggest you as a potential friend to new members?" msgstr "" -#: ../../mod/settings.php:975 +#: ../../mod/settings.php:1002 msgid "Permit unknown people to send you private mail?" msgstr "" -#: ../../mod/settings.php:983 +#: ../../mod/settings.php:1010 msgid "Profile is not published." msgstr "Profil nie jest opublikowany" -#: ../../mod/settings.php:986 ../../mod/profile_photo.php:248 +#: ../../mod/settings.php:1013 ../../mod/profile_photo.php:248 msgid "or" msgstr "lub" -#: ../../mod/settings.php:991 +#: ../../mod/settings.php:1018 msgid "Your Identity Address is" msgstr "Twój adres identyfikacyjny to" -#: ../../mod/settings.php:1002 +#: ../../mod/settings.php:1029 msgid "Automatically expire posts after this many days:" msgstr "" -#: ../../mod/settings.php:1002 +#: ../../mod/settings.php:1029 msgid "If empty, posts will not expire. Expired posts will be deleted" msgstr "Pole puste, wiadomość nie wygaśnie. Niezapisane wpisy zostaną usunięte." -#: ../../mod/settings.php:1003 +#: ../../mod/settings.php:1030 msgid "Advanced expiration settings" msgstr "" -#: ../../mod/settings.php:1004 +#: ../../mod/settings.php:1031 msgid "Advanced Expiration" msgstr "" -#: ../../mod/settings.php:1005 +#: ../../mod/settings.php:1032 msgid "Expire posts:" msgstr "Wygasające posty:" -#: ../../mod/settings.php:1006 +#: ../../mod/settings.php:1033 msgid "Expire personal notes:" msgstr "Wygasające notatki osobiste:" -#: ../../mod/settings.php:1007 +#: ../../mod/settings.php:1034 msgid "Expire starred posts:" msgstr "" -#: ../../mod/settings.php:1008 +#: ../../mod/settings.php:1035 msgid "Expire photos:" msgstr "Wygasające zdjęcia:" -#: ../../mod/settings.php:1009 +#: ../../mod/settings.php:1036 msgid "Only expire posts by others:" msgstr "" -#: ../../mod/settings.php:1035 +#: ../../mod/settings.php:1062 msgid "Account Settings" msgstr "Ustawienia konta" -#: ../../mod/settings.php:1043 +#: ../../mod/settings.php:1070 msgid "Password Settings" msgstr "Ustawienia hasła" -#: ../../mod/settings.php:1044 +#: ../../mod/settings.php:1071 msgid "New Password:" msgstr "Nowe hasło:" -#: ../../mod/settings.php:1045 +#: ../../mod/settings.php:1072 msgid "Confirm:" msgstr "Potwierdź:" -#: ../../mod/settings.php:1045 +#: ../../mod/settings.php:1072 msgid "Leave password fields blank unless changing" msgstr "Pozostaw pola hasła puste, chyba że chcesz je zmienić." -#: ../../mod/settings.php:1049 +#: ../../mod/settings.php:1073 +msgid "Current Password:" +msgstr "" + +#: ../../mod/settings.php:1073 ../../mod/settings.php:1074 +msgid "Your current password to confirm the changes" +msgstr "" + +#: ../../mod/settings.php:1074 +msgid "Password:" +msgstr "" + +#: ../../mod/settings.php:1078 msgid "Basic Settings" msgstr "Ustawienia podstawowe" -#: ../../mod/settings.php:1051 +#: ../../mod/settings.php:1080 msgid "Email Address:" msgstr "Adres email:" -#: ../../mod/settings.php:1052 +#: ../../mod/settings.php:1081 msgid "Your Timezone:" msgstr "Twoja strefa czasowa:" -#: ../../mod/settings.php:1053 +#: ../../mod/settings.php:1082 msgid "Default Post Location:" msgstr "Standardowa lokalizacja wiadomości:" -#: ../../mod/settings.php:1054 +#: ../../mod/settings.php:1083 msgid "Use Browser Location:" msgstr "Użyj położenia przeglądarki:" -#: ../../mod/settings.php:1057 +#: ../../mod/settings.php:1086 msgid "Security and Privacy Settings" msgstr "Ustawienia bezpieczeństwa i prywatności" -#: ../../mod/settings.php:1059 +#: ../../mod/settings.php:1088 msgid "Maximum Friend Requests/Day:" msgstr "Maksymalna liczba zaproszeń do grona przyjaciół na dzień:" -#: ../../mod/settings.php:1059 ../../mod/settings.php:1089 +#: ../../mod/settings.php:1088 ../../mod/settings.php:1118 msgid "(to prevent spam abuse)" msgstr "(aby zapobiec spamowaniu)" -#: ../../mod/settings.php:1060 +#: ../../mod/settings.php:1089 msgid "Default Post Permissions" msgstr "Domyślne prawa dostępu wiadomości" -#: ../../mod/settings.php:1061 +#: ../../mod/settings.php:1090 msgid "(click to open/close)" msgstr "(kliknij by otworzyć/zamknąć)" -#: ../../mod/settings.php:1070 ../../mod/photos.php:1140 +#: ../../mod/settings.php:1099 ../../mod/photos.php:1140 #: ../../mod/photos.php:1506 msgid "Show to Groups" -msgstr "" +msgstr "Pokaż Grupy" -#: ../../mod/settings.php:1071 ../../mod/photos.php:1141 +#: ../../mod/settings.php:1100 ../../mod/photos.php:1141 #: ../../mod/photos.php:1507 msgid "Show to Contacts" -msgstr "" +msgstr "Pokaż kontakty" -#: ../../mod/settings.php:1072 +#: ../../mod/settings.php:1101 msgid "Default Private Post" msgstr "" -#: ../../mod/settings.php:1073 +#: ../../mod/settings.php:1102 msgid "Default Public Post" msgstr "" -#: ../../mod/settings.php:1077 +#: ../../mod/settings.php:1106 msgid "Default Permissions for New Posts" msgstr "" -#: ../../mod/settings.php:1089 +#: ../../mod/settings.php:1118 msgid "Maximum private messages per day from unknown people:" msgstr "" -#: ../../mod/settings.php:1092 +#: ../../mod/settings.php:1121 msgid "Notification Settings" msgstr "Ustawienia powiadomień" -#: ../../mod/settings.php:1093 +#: ../../mod/settings.php:1122 msgid "By default post a status message when:" msgstr "" -#: ../../mod/settings.php:1094 +#: ../../mod/settings.php:1123 msgid "accepting a friend request" msgstr "" -#: ../../mod/settings.php:1095 +#: ../../mod/settings.php:1124 msgid "joining a forum/community" msgstr "" -#: ../../mod/settings.php:1096 +#: ../../mod/settings.php:1125 msgid "making an interesting profile change" msgstr "" -#: ../../mod/settings.php:1097 +#: ../../mod/settings.php:1126 msgid "Send a notification email when:" msgstr "Wyślij powiadmonienia na email, kiedy:" -#: ../../mod/settings.php:1098 +#: ../../mod/settings.php:1127 msgid "You receive an introduction" msgstr "Otrzymałeś zaproszenie" -#: ../../mod/settings.php:1099 +#: ../../mod/settings.php:1128 msgid "Your introductions are confirmed" msgstr "Dane zatwierdzone" -#: ../../mod/settings.php:1100 +#: ../../mod/settings.php:1129 msgid "Someone writes on your profile wall" msgstr "Ktoś pisze na twojej ścianie profilowej" -#: ../../mod/settings.php:1101 +#: ../../mod/settings.php:1130 msgid "Someone writes a followup comment" msgstr "Ktoś pisze komentarz nawiązujący." -#: ../../mod/settings.php:1102 +#: ../../mod/settings.php:1131 msgid "You receive a private message" msgstr "Otrzymałeś prywatną wiadomość" -#: ../../mod/settings.php:1103 +#: ../../mod/settings.php:1132 msgid "You receive a friend suggestion" msgstr "Otrzymane propozycje znajomych" -#: ../../mod/settings.php:1104 +#: ../../mod/settings.php:1133 msgid "You are tagged in a post" msgstr "Jesteś oznaczony w poście" -#: ../../mod/settings.php:1105 +#: ../../mod/settings.php:1134 msgid "You are poked/prodded/etc. in a post" msgstr "" -#: ../../mod/settings.php:1108 +#: ../../mod/settings.php:1137 msgid "Advanced Account/Page Type Settings" msgstr "" -#: ../../mod/settings.php:1109 +#: ../../mod/settings.php:1138 msgid "Change the behaviour of this account for special situations" msgstr "" @@ -4059,9 +4859,9 @@ msgstr "Połączenie zaakceptowane %s" #: ../../mod/dfrn_confirm.php:800 #, php-format msgid "%1$s has joined %2$s" -msgstr "" +msgstr "%1$s dołączył/a do %2$s" -#: ../../mod/dfrn_poll.php:101 ../../mod/dfrn_poll.php:534 +#: ../../mod/dfrn_poll.php:103 ../../mod/dfrn_poll.php:536 #, php-format msgid "%1$s welcomes %2$s" msgstr "%1$s witamy %2$s" @@ -4282,765 +5082,26 @@ msgstr "Szukaj osób" msgid "No matches" msgstr "brak dopasowań" -#: ../../mod/admin.php:55 -msgid "Theme settings updated." -msgstr "Ustawienia szablonu zmienione." - -#: ../../mod/admin.php:96 ../../mod/admin.php:479 -msgid "Site" -msgstr "Strona" - -#: ../../mod/admin.php:97 ../../mod/admin.php:750 ../../mod/admin.php:764 -msgid "Users" -msgstr "Użytkownicy" - -#: ../../mod/admin.php:98 ../../mod/admin.php:847 ../../mod/admin.php:889 -msgid "Plugins" -msgstr "Wtyczki" - -#: ../../mod/admin.php:99 ../../mod/admin.php:1055 ../../mod/admin.php:1089 -msgid "Themes" -msgstr "Temat" - -#: ../../mod/admin.php:100 -msgid "DB updates" -msgstr "Aktualizacje DB" - -#: ../../mod/admin.php:115 ../../mod/admin.php:122 ../../mod/admin.php:1176 -msgid "Logs" -msgstr "Logi" - -#: ../../mod/admin.php:121 -msgid "Plugin Features" -msgstr "Polecane wtyczki" - -#: ../../mod/admin.php:123 -msgid "User registrations waiting for confirmation" -msgstr "Rejestracje użytkownika czekają na potwierdzenie." - -#: ../../mod/admin.php:182 ../../mod/admin.php:721 -msgid "Normal Account" -msgstr "Konto normalne" - -#: ../../mod/admin.php:183 ../../mod/admin.php:722 -msgid "Soapbox Account" -msgstr "Konto Soapbox" - -#: ../../mod/admin.php:184 ../../mod/admin.php:723 -msgid "Community/Celebrity Account" -msgstr "Konto społeczności/gwiazdy" - -#: ../../mod/admin.php:185 ../../mod/admin.php:724 -msgid "Automatic Friend Account" -msgstr "Automatyczny przyjaciel konta" - -#: ../../mod/admin.php:186 -msgid "Blog Account" -msgstr "Konto Bloga" - -#: ../../mod/admin.php:187 -msgid "Private Forum" -msgstr "Forum Prywatne" - -#: ../../mod/admin.php:206 -msgid "Message queues" -msgstr "" - -#: ../../mod/admin.php:211 ../../mod/admin.php:478 ../../mod/admin.php:749 -#: ../../mod/admin.php:846 ../../mod/admin.php:888 ../../mod/admin.php:1054 -#: ../../mod/admin.php:1088 ../../mod/admin.php:1175 -msgid "Administration" -msgstr "Administracja" - -#: ../../mod/admin.php:212 -msgid "Summary" -msgstr "Skrót" - -#: ../../mod/admin.php:214 -msgid "Registered users" -msgstr "Zarejestrowani użytkownicy" - -#: ../../mod/admin.php:216 -msgid "Pending registrations" -msgstr "Rejestracje w toku." - -#: ../../mod/admin.php:217 -msgid "Version" -msgstr "Wersja" - -#: ../../mod/admin.php:219 -msgid "Active plugins" -msgstr "Aktywne pluginy" - -#: ../../mod/admin.php:403 -msgid "Site settings updated." -msgstr "Ustawienia strony zaktualizowane" - -#: ../../mod/admin.php:449 -msgid "Multi user instance" -msgstr "" - -#: ../../mod/admin.php:465 -msgid "Closed" -msgstr "Zamknięty" - -#: ../../mod/admin.php:466 -msgid "Requires approval" -msgstr "Wymagane zatwierdzenie." - -#: ../../mod/admin.php:467 -msgid "Open" -msgstr "Otwórz" - -#: ../../mod/admin.php:471 -msgid "No SSL policy, links will track page SSL state" -msgstr "" - -#: ../../mod/admin.php:472 -msgid "Force all links to use SSL" -msgstr "" - -#: ../../mod/admin.php:473 -msgid "Self-signed certificate, use SSL for local links only (discouraged)" -msgstr "" - -#: ../../mod/admin.php:482 -msgid "File upload" -msgstr "Plik załadowano" - -#: ../../mod/admin.php:483 -msgid "Policies" -msgstr "zasady" - -#: ../../mod/admin.php:484 -msgid "Advanced" -msgstr "Zaawansowany" - -#: ../../mod/admin.php:485 -msgid "Performance" -msgstr "" - -#: ../../mod/admin.php:489 -msgid "Site name" -msgstr "Nazwa strony" - -#: ../../mod/admin.php:490 -msgid "Banner/Logo" -msgstr "Logo" - -#: ../../mod/admin.php:491 -msgid "System language" -msgstr "Język systemu" - -#: ../../mod/admin.php:492 -msgid "System theme" -msgstr "Motyw systemowy" - -#: ../../mod/admin.php:492 -msgid "" -"Default system theme - may be over-ridden by user profiles - change theme settings" -msgstr "" - -#: ../../mod/admin.php:493 -msgid "Mobile system theme" -msgstr "" - -#: ../../mod/admin.php:493 -msgid "Theme for mobile devices" -msgstr "Szablon dla mobilnych urządzeń" - -#: ../../mod/admin.php:494 -msgid "SSL link policy" -msgstr "" - -#: ../../mod/admin.php:494 -msgid "Determines whether generated links should be forced to use SSL" -msgstr "" - -#: ../../mod/admin.php:495 -msgid "'Share' element" -msgstr "'Udostępnij' element" - -#: ../../mod/admin.php:495 -msgid "Activates the bbcode element 'share' for repeating items." -msgstr "" - -#: ../../mod/admin.php:496 -msgid "Hide help entry from navigation menu" -msgstr "" - -#: ../../mod/admin.php:496 -msgid "" -"Hides the menu entry for the Help pages from the navigation menu. You can " -"still access it calling /help directly." -msgstr "" - -#: ../../mod/admin.php:497 -msgid "Single user instance" -msgstr "" - -#: ../../mod/admin.php:497 -msgid "Make this instance multi-user or single-user for the named user" -msgstr "" - -#: ../../mod/admin.php:498 -msgid "Maximum image size" -msgstr "Maksymalny rozmiar zdjęcia" - -#: ../../mod/admin.php:498 -msgid "" -"Maximum size in bytes of uploaded images. Default is 0, which means no " -"limits." -msgstr "" - -#: ../../mod/admin.php:499 -msgid "Maximum image length" -msgstr "Maksymalna długość obrazu" - -#: ../../mod/admin.php:499 -msgid "" -"Maximum length in pixels of the longest side of uploaded images. Default is " -"-1, which means no limits." -msgstr "Maksymalna długość najdłuższej strony przesyłanego obrazu w pikselach.\nDomyślnie jest to -1, co oznacza brak limitu." - -#: ../../mod/admin.php:500 -msgid "JPEG image quality" -msgstr "jakość obrazu JPEG" - -#: ../../mod/admin.php:500 -msgid "" -"Uploaded JPEGS will be saved at this quality setting [0-100]. Default is " -"100, which is full quality." -msgstr "" - -#: ../../mod/admin.php:502 -msgid "Register policy" -msgstr "Zarejestruj polisę" - -#: ../../mod/admin.php:503 -msgid "Maximum Daily Registrations" -msgstr "Maksymalnie dziennych rejestracji" - -#: ../../mod/admin.php:503 -msgid "" -"If registration is permitted above, this sets the maximum number of new user" -" registrations to accept per day. If register is set to closed, this " -"setting has no effect." +#: ../../mod/videos.php:125 +msgid "No videos selected" msgstr "" -#: ../../mod/admin.php:504 -msgid "Register text" -msgstr "Zarejestruj tekst" +#: ../../mod/videos.php:226 ../../mod/photos.php:1025 +msgid "Access to this item is restricted." +msgstr "Dostęp do tego obiektu jest ograniczony." -#: ../../mod/admin.php:504 -msgid "Will be displayed prominently on the registration page." -msgstr "" - -#: ../../mod/admin.php:505 -msgid "Accounts abandoned after x days" -msgstr "Konto porzucone od x dni." - -#: ../../mod/admin.php:505 -msgid "" -"Will not waste system resources polling external sites for abandonded " -"accounts. Enter 0 for no time limit." -msgstr "" +#: ../../mod/videos.php:308 ../../mod/photos.php:1784 +msgid "View Album" +msgstr "Zobacz album" -#: ../../mod/admin.php:506 -msgid "Allowed friend domains" -msgstr "Dozwolone domeny przyjaciół" - -#: ../../mod/admin.php:506 -msgid "" -"Comma separated list of domains which are allowed to establish friendships " -"with this site. Wildcards are accepted. Empty to allow any domains" +#: ../../mod/videos.php:317 +msgid "Recent Videos" msgstr "" -#: ../../mod/admin.php:507 -msgid "Allowed email domains" -msgstr "Dozwolone domeny e-mailowe" - -#: ../../mod/admin.php:507 -msgid "" -"Comma separated list of domains which are allowed in email addresses for " -"registrations to this site. Wildcards are accepted. Empty to allow any " -"domains" +#: ../../mod/videos.php:319 +msgid "Upload New Videos" msgstr "" -#: ../../mod/admin.php:508 -msgid "Block public" -msgstr "Blokuj publicznie" - -#: ../../mod/admin.php:508 -msgid "" -"Check to block public access to all otherwise public personal pages on this " -"site unless you are currently logged in." -msgstr "" - -#: ../../mod/admin.php:509 -msgid "Force publish" -msgstr "Wymuś publikację" - -#: ../../mod/admin.php:509 -msgid "" -"Check to force all profiles on this site to be listed in the site directory." -msgstr "" - -#: ../../mod/admin.php:510 -msgid "Global directory update URL" -msgstr "" - -#: ../../mod/admin.php:510 -msgid "" -"URL to update the global directory. If this is not set, the global directory" -" is completely unavailable to the application." -msgstr "" - -#: ../../mod/admin.php:511 -msgid "Allow threaded items" -msgstr "" - -#: ../../mod/admin.php:511 -msgid "Allow infinite level threading for items on this site." -msgstr "" - -#: ../../mod/admin.php:512 -msgid "Private posts by default for new users" -msgstr "" - -#: ../../mod/admin.php:512 -msgid "" -"Set default post permissions for all new members to the default privacy " -"group rather than public." -msgstr "" - -#: ../../mod/admin.php:513 -msgid "Don't include post content in email notifications" -msgstr "" - -#: ../../mod/admin.php:513 -msgid "" -"Don't include the content of a post/comment/private message/etc. in the " -"email notifications that are sent out from this site, as a privacy measure." -msgstr "" - -#: ../../mod/admin.php:514 -msgid "Disallow public access to addons listed in the apps menu." -msgstr "" - -#: ../../mod/admin.php:514 -msgid "" -"Checking this box will restrict addons listed in the apps menu to members " -"only." -msgstr "" - -#: ../../mod/admin.php:515 -msgid "Don't embed private images in posts" -msgstr "" - -#: ../../mod/admin.php:515 -msgid "" -"Don't replace locally-hosted private photos in posts with an embedded copy " -"of the image. This means that contacts who receive posts containing private " -"photos will have to authenticate and load each image, which may take a " -"while." -msgstr "" - -#: ../../mod/admin.php:517 -msgid "Block multiple registrations" -msgstr "" - -#: ../../mod/admin.php:517 -msgid "Disallow users to register additional accounts for use as pages." -msgstr "" - -#: ../../mod/admin.php:518 -msgid "OpenID support" -msgstr "Wsparcie OpenID" - -#: ../../mod/admin.php:518 -msgid "OpenID support for registration and logins." -msgstr "" - -#: ../../mod/admin.php:519 -msgid "Fullname check" -msgstr "Sprawdzanie pełnej nazwy" - -#: ../../mod/admin.php:519 -msgid "" -"Force users to register with a space between firstname and lastname in Full " -"name, as an antispam measure" -msgstr "" - -#: ../../mod/admin.php:520 -msgid "UTF-8 Regular expressions" -msgstr "" - -#: ../../mod/admin.php:520 -msgid "Use PHP UTF8 regular expressions" -msgstr "" - -#: ../../mod/admin.php:521 -msgid "Show Community Page" -msgstr "Pokaż stronę społeczności" - -#: ../../mod/admin.php:521 -msgid "" -"Display a Community page showing all recent public postings on this site." -msgstr "" - -#: ../../mod/admin.php:522 -msgid "Enable OStatus support" -msgstr "Włącz wsparcie OStatus" - -#: ../../mod/admin.php:522 -msgid "" -"Provide built-in OStatus (identi.ca, status.net, etc.) compatibility. All " -"communications in OStatus are public, so privacy warnings will be " -"occasionally displayed." -msgstr "" - -#: ../../mod/admin.php:523 -msgid "Enable Diaspora support" -msgstr "Włączyć obsługę Diaspory" - -#: ../../mod/admin.php:523 -msgid "Provide built-in Diaspora network compatibility." -msgstr "" - -#: ../../mod/admin.php:524 -msgid "Only allow Friendica contacts" -msgstr "Dopuść tylko kontakty Friendrica" - -#: ../../mod/admin.php:524 -msgid "" -"All contacts must use Friendica protocols. All other built-in communication " -"protocols disabled." -msgstr "" - -#: ../../mod/admin.php:525 -msgid "Verify SSL" -msgstr "Weryfikacja SSL" - -#: ../../mod/admin.php:525 -msgid "" -"If you wish, you can turn on strict certificate checking. This will mean you" -" cannot connect (at all) to self-signed SSL sites." -msgstr "" - -#: ../../mod/admin.php:526 -msgid "Proxy user" -msgstr "Użytkownik proxy" - -#: ../../mod/admin.php:527 -msgid "Proxy URL" -msgstr "URL Proxy" - -#: ../../mod/admin.php:528 -msgid "Network timeout" -msgstr "Network timeout" - -#: ../../mod/admin.php:528 -msgid "Value is in seconds. Set to 0 for unlimited (not recommended)." -msgstr "" - -#: ../../mod/admin.php:529 -msgid "Delivery interval" -msgstr "" - -#: ../../mod/admin.php:529 -msgid "" -"Delay background delivery processes by this many seconds to reduce system " -"load. Recommend: 4-5 for shared hosts, 2-3 for virtual private servers. 0-1 " -"for large dedicated servers." -msgstr "" - -#: ../../mod/admin.php:530 -msgid "Poll interval" -msgstr "" - -#: ../../mod/admin.php:530 -msgid "" -"Delay background polling processes by this many seconds to reduce system " -"load. If 0, use delivery interval." -msgstr "" - -#: ../../mod/admin.php:531 -msgid "Maximum Load Average" -msgstr "" - -#: ../../mod/admin.php:531 -msgid "" -"Maximum system load before delivery and poll processes are deferred - " -"default 50." -msgstr "" - -#: ../../mod/admin.php:533 -msgid "Use MySQL full text engine" -msgstr "" - -#: ../../mod/admin.php:533 -msgid "" -"Activates the full text engine. Speeds up search - but can only search for " -"four and more characters." -msgstr "" - -#: ../../mod/admin.php:534 -msgid "Path to item cache" -msgstr "" - -#: ../../mod/admin.php:535 -msgid "Cache duration in seconds" -msgstr "" - -#: ../../mod/admin.php:535 -msgid "" -"How long should the cache files be hold? Default value is 86400 seconds (One" -" day)." -msgstr "" - -#: ../../mod/admin.php:536 -msgid "Path for lock file" -msgstr "" - -#: ../../mod/admin.php:537 -msgid "Temp path" -msgstr "" - -#: ../../mod/admin.php:538 -msgid "Base path to installation" -msgstr "" - -#: ../../mod/admin.php:555 -msgid "Update has been marked successful" -msgstr "" - -#: ../../mod/admin.php:565 -#, php-format -msgid "Executing %s failed. Check system logs." -msgstr "" - -#: ../../mod/admin.php:568 -#, php-format -msgid "Update %s was successfully applied." -msgstr "" - -#: ../../mod/admin.php:572 -#, php-format -msgid "Update %s did not return a status. Unknown if it succeeded." -msgstr "" - -#: ../../mod/admin.php:575 -#, php-format -msgid "Update function %s could not be found." -msgstr "" - -#: ../../mod/admin.php:590 -msgid "No failed updates." -msgstr "Brak błędów aktualizacji." - -#: ../../mod/admin.php:594 -msgid "Failed Updates" -msgstr "Błąd aktualizacji" - -#: ../../mod/admin.php:595 -msgid "" -"This does not include updates prior to 1139, which did not return a status." -msgstr "" - -#: ../../mod/admin.php:596 -msgid "Mark success (if update was manually applied)" -msgstr "" - -#: ../../mod/admin.php:597 -msgid "Attempt to execute this update step automatically" -msgstr "" - -#: ../../mod/admin.php:622 -#, php-format -msgid "%s user blocked/unblocked" -msgid_plural "%s users blocked/unblocked" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" - -#: ../../mod/admin.php:629 -#, php-format -msgid "%s user deleted" -msgid_plural "%s users deleted" -msgstr[0] " %s użytkownik usunięty" -msgstr[1] " %s użytkownicy usunięci" -msgstr[2] " %s usuniętych użytkowników " - -#: ../../mod/admin.php:668 -#, php-format -msgid "User '%s' deleted" -msgstr "Użytkownik '%s' usunięty" - -#: ../../mod/admin.php:676 -#, php-format -msgid "User '%s' unblocked" -msgstr "Użytkownik '%s' odblokowany" - -#: ../../mod/admin.php:676 -#, php-format -msgid "User '%s' blocked" -msgstr "Użytkownik '%s' zablokowany" - -#: ../../mod/admin.php:752 -msgid "select all" -msgstr "Zaznacz wszystko" - -#: ../../mod/admin.php:753 -msgid "User registrations waiting for confirm" -msgstr "zarejestrowany użytkownik czeka na potwierdzenie" - -#: ../../mod/admin.php:754 -msgid "Request date" -msgstr "Data prośby" - -#: ../../mod/admin.php:755 -msgid "No registrations." -msgstr "brak rejestracji" - -#: ../../mod/admin.php:756 ../../mod/notifications.php:161 -#: ../../mod/notifications.php:208 -msgid "Approve" -msgstr "Zatwierdź" - -#: ../../mod/admin.php:757 -msgid "Deny" -msgstr "Odmów" - -#: ../../mod/admin.php:761 -msgid "Site admin" -msgstr "Administracja stroną" - -#: ../../mod/admin.php:762 -msgid "Account expired" -msgstr "" - -#: ../../mod/admin.php:765 -msgid "Register date" -msgstr "Data rejestracji" - -#: ../../mod/admin.php:765 -msgid "Last login" -msgstr "Ostatnie logowanie" - -#: ../../mod/admin.php:765 -msgid "Last item" -msgstr "Ostatni element" - -#: ../../mod/admin.php:765 -msgid "Account" -msgstr "Konto" - -#: ../../mod/admin.php:767 -msgid "" -"Selected users will be deleted!\\n\\nEverything these users had posted on " -"this site will be permanently deleted!\\n\\nAre you sure?" -msgstr "Zaznaczeni użytkownicy zostaną usunięci!\\n\\nWszystko co zamieścili na tej stronie będzie trwale skasowane!\\n\\nJesteś pewien?" - -#: ../../mod/admin.php:768 -msgid "" -"The user {0} will be deleted!\\n\\nEverything this user has posted on this " -"site will be permanently deleted!\\n\\nAre you sure?" -msgstr "Użytkownik {0} zostanie usunięty!\\n\\nWszystko co zamieścił na tej stronie będzie trwale skasowane!\\n\\nJesteś pewien?" - -#: ../../mod/admin.php:809 -#, php-format -msgid "Plugin %s disabled." -msgstr "Wtyczka %s wyłączona." - -#: ../../mod/admin.php:813 -#, php-format -msgid "Plugin %s enabled." -msgstr "Wtyczka %s właczona." - -#: ../../mod/admin.php:823 ../../mod/admin.php:1026 -msgid "Disable" -msgstr "Wyłącz" - -#: ../../mod/admin.php:825 ../../mod/admin.php:1028 -msgid "Enable" -msgstr "Zezwól" - -#: ../../mod/admin.php:848 ../../mod/admin.php:1056 -msgid "Toggle" -msgstr "Włącz" - -#: ../../mod/admin.php:856 ../../mod/admin.php:1066 -msgid "Author: " -msgstr "Autor: " - -#: ../../mod/admin.php:857 ../../mod/admin.php:1067 -msgid "Maintainer: " -msgstr "" - -#: ../../mod/admin.php:986 -msgid "No themes found." -msgstr "Nie znaleziono tematu." - -#: ../../mod/admin.php:1048 -msgid "Screenshot" -msgstr "Zrzut ekranu" - -#: ../../mod/admin.php:1094 -msgid "[Experimental]" -msgstr "[Eksperymentalne]" - -#: ../../mod/admin.php:1095 -msgid "[Unsupported]" -msgstr "[Niewspieralne]" - -#: ../../mod/admin.php:1122 -msgid "Log settings updated." -msgstr "" - -#: ../../mod/admin.php:1178 -msgid "Clear" -msgstr "Wyczyść" - -#: ../../mod/admin.php:1184 -msgid "Debugging" -msgstr "Naprawianie" - -#: ../../mod/admin.php:1185 -msgid "Log file" -msgstr "Plik logów" - -#: ../../mod/admin.php:1185 -msgid "" -"Must be writable by web server. Relative to your Friendica top-level " -"directory." -msgstr "" - -#: ../../mod/admin.php:1186 -msgid "Log level" -msgstr "Poziom logów" - -#: ../../mod/admin.php:1236 -msgid "Close" -msgstr "Zamknij" - -#: ../../mod/admin.php:1242 -msgid "FTP Host" -msgstr "Założyciel FTP" - -#: ../../mod/admin.php:1243 -msgid "FTP Path" -msgstr "Ścieżka FTP" - -#: ../../mod/admin.php:1244 -msgid "FTP User" -msgstr "Użytkownik FTP" - -#: ../../mod/admin.php:1245 -msgid "FTP Password" -msgstr "FTP Hasło" - #: ../../mod/tagrm.php:41 msgid "Tag removed" msgstr "Tag usunięty" @@ -5136,7 +5197,7 @@ msgstr "Pliki" #: ../../mod/uexport.php:72 msgid "Export account" -msgstr "" +msgstr "Eksportuj konto" #: ../../mod/uexport.php:72 msgid "" @@ -5546,7 +5607,7 @@ msgid "" "Password reset failed." msgstr "Prośba nie może być zweryfikowana. (Mogłeś już ją poprzednio wysłać.) Reset hasła nie powiódł się." -#: ../../mod/lostpass.php:84 ../../boot.php:1072 +#: ../../mod/lostpass.php:84 ../../boot.php:1151 msgid "Password Reset" msgstr "Zresetuj hasło" @@ -5575,7 +5636,7 @@ msgstr "Twoje hasło może być zmienione w Ustawieniach po udanym zalo #: ../../mod/lostpass.php:107 #, php-format msgid "Your password has been changed at %s" -msgstr "" +msgstr "Twoje hasło zostało zmienione na %s" #: ../../mod/lostpass.php:122 msgid "Forgot your Password?" @@ -5827,7 +5888,7 @@ msgstr "zaproponowane przez %s" #: ../../mod/notifications.php:158 ../../mod/notifications.php:205 msgid "Post a new friend activity" -msgstr "" +msgstr "Pisz o nowej działalności przyjaciela" #: ../../mod/notifications.php:158 ../../mod/notifications.php:205 msgid "if applicable" @@ -5934,7 +5995,7 @@ msgstr "Nie ma więcej powiadomień domu" msgid "Home Notifications" msgstr "Powiadomienia z instancji" -#: ../../mod/photos.php:51 ../../boot.php:1878 +#: ../../mod/photos.php:51 ../../boot.php:1957 msgid "Photo Albums" msgstr "Albumy zdjęć" @@ -5994,10 +6055,6 @@ msgstr "Plik obrazka jest pusty." msgid "No photos selected" msgstr "Nie zaznaczono zdjęć" -#: ../../mod/photos.php:1025 -msgid "Access to this item is restricted." -msgstr "Dostęp do tego obiektu jest ograniczony." - #: ../../mod/photos.php:1088 #, php-format msgid "You have used %1$.2f Mbytes of %2$.2f Mbytes photo storage." @@ -6086,11 +6143,11 @@ msgstr "[Usunąć znacznik]" #: ../../mod/photos.php:1487 msgid "Rotate CW (right)" -msgstr "" +msgstr "Obróć CW (w prawo)" #: ../../mod/photos.php:1488 msgid "Rotate CCW (left)" -msgstr "" +msgstr "Obróć CCW (w lewo)" #: ../../mod/photos.php:1490 msgid "New album name" @@ -6135,14 +6192,10 @@ msgstr "To jesteś ty" #: ../../mod/photos.php:1551 ../../mod/photos.php:1595 #: ../../mod/photos.php:1678 ../../mod/content.php:732 -#: ../../object/Item.php:338 ../../object/Item.php:652 ../../boot.php:651 +#: ../../object/Item.php:338 ../../object/Item.php:652 ../../boot.php:670 msgid "Comment" msgstr "Komentarz" -#: ../../mod/photos.php:1784 -msgid "View Album" -msgstr "Zobacz album" - #: ../../mod/photos.php:1793 msgid "Recent Photos" msgstr "Ostatnio dodane zdjęcia" @@ -6165,7 +6218,7 @@ msgstr "Chcielibyśmy zaproponować kilka porad i linków, które pomogą uczyni #: ../../mod/newmember.php:14 msgid "Getting Started" -msgstr "" +msgstr "Pierwsze kroki" #: ../../mod/newmember.php:18 msgid "Friendica Walk-Through" @@ -6270,7 +6323,7 @@ msgstr "" #: ../../mod/newmember.php:60 msgid "Go to Your Site's Directory" -msgstr "" +msgstr "Idż do twojej strony" #: ../../mod/newmember.php:60 msgid "" @@ -6328,22 +6381,14 @@ msgid "" " features and resources." msgstr "" -#: ../../mod/profile.php:21 ../../boot.php:1246 +#: ../../mod/profile.php:21 ../../boot.php:1325 msgid "Requested profile is not available." msgstr "Żądany profil jest niedostępny" -#: ../../mod/profile.php:155 ../../mod/display.php:99 -msgid "Access to this profile has been restricted." -msgstr "Ograniczony dostęp do tego konta" - #: ../../mod/profile.php:180 msgid "Tips for New Members" msgstr "Wskazówki dla nowych użytkowników" -#: ../../mod/display.php:206 -msgid "Item has been removed." -msgstr "Przedmiot został usunięty" - #: ../../mod/install.php:117 msgid "Friendica Social Communications Server - Setup" msgstr "" @@ -6830,7 +6875,7 @@ msgstr "Ustaw rozmiar fontów dla postów i komentarzy" #: ../../view/theme/cleanzero/config.php:85 msgid "Set theme width" -msgstr "" +msgstr "Ustaw szerokość motywu" #: ../../view/theme/cleanzero/config.php:86 #: ../../view/theme/quattro/config.php:68 @@ -6973,128 +7018,132 @@ msgstr "" msgid "Textareas font size" msgstr "" -#: ../../boot.php:650 +#: ../../index.php:405 +msgid "toggle mobile" +msgstr "przełącz na mobilny" + +#: ../../boot.php:669 msgid "Delete this item?" msgstr "Usunąć ten element?" -#: ../../boot.php:653 +#: ../../boot.php:672 msgid "show fewer" msgstr "Pokaż mniej" -#: ../../boot.php:920 +#: ../../boot.php:999 #, php-format msgid "Update %s failed. See error logs." msgstr "" -#: ../../boot.php:922 +#: ../../boot.php:1001 #, php-format msgid "Update Error at %s" msgstr "" -#: ../../boot.php:1032 +#: ../../boot.php:1111 msgid "Create a New Account" msgstr "Załóż nowe konto" -#: ../../boot.php:1060 +#: ../../boot.php:1139 msgid "Nickname or Email address: " msgstr "Nick lub adres email:" -#: ../../boot.php:1061 +#: ../../boot.php:1140 msgid "Password: " msgstr "Hasło:" -#: ../../boot.php:1062 +#: ../../boot.php:1141 msgid "Remember me" msgstr "Zapamiętaj mnie" -#: ../../boot.php:1065 +#: ../../boot.php:1144 msgid "Or login using OpenID: " msgstr "Lub zaloguj się korzystając z OpenID:" -#: ../../boot.php:1071 +#: ../../boot.php:1150 msgid "Forgot your password?" msgstr "Zapomniałeś swojego hasła?" -#: ../../boot.php:1074 +#: ../../boot.php:1153 msgid "Website Terms of Service" msgstr "" -#: ../../boot.php:1075 +#: ../../boot.php:1154 msgid "terms of service" msgstr "" -#: ../../boot.php:1077 +#: ../../boot.php:1156 msgid "Website Privacy Policy" msgstr "" -#: ../../boot.php:1078 +#: ../../boot.php:1157 msgid "privacy policy" msgstr "polityka prywatności" -#: ../../boot.php:1207 +#: ../../boot.php:1286 msgid "Requested account is not available." msgstr "" -#: ../../boot.php:1286 ../../boot.php:1390 +#: ../../boot.php:1365 ../../boot.php:1469 msgid "Edit profile" msgstr "Edytuj profil" -#: ../../boot.php:1352 +#: ../../boot.php:1431 msgid "Message" msgstr "Wiadomość" -#: ../../boot.php:1360 +#: ../../boot.php:1439 msgid "Manage/edit profiles" msgstr "Zarządzaj profilami" -#: ../../boot.php:1489 ../../boot.php:1575 +#: ../../boot.php:1568 ../../boot.php:1654 msgid "g A l F d" msgstr "g A I F d" -#: ../../boot.php:1490 ../../boot.php:1576 +#: ../../boot.php:1569 ../../boot.php:1655 msgid "F d" msgstr "" -#: ../../boot.php:1535 ../../boot.php:1616 +#: ../../boot.php:1614 ../../boot.php:1695 msgid "[today]" msgstr "[dziś]" -#: ../../boot.php:1547 +#: ../../boot.php:1626 msgid "Birthday Reminders" msgstr "Przypomnienia o urodzinach" -#: ../../boot.php:1548 +#: ../../boot.php:1627 msgid "Birthdays this week:" msgstr "Urodziny w tym tygodniu:" -#: ../../boot.php:1609 +#: ../../boot.php:1688 msgid "[No description]" msgstr "[Brak opisu]" -#: ../../boot.php:1627 +#: ../../boot.php:1706 msgid "Event Reminders" msgstr "Przypominacze wydarzeń" -#: ../../boot.php:1628 +#: ../../boot.php:1707 msgid "Events this week:" msgstr "Wydarzenia w tym tygodniu:" -#: ../../boot.php:1864 +#: ../../boot.php:1943 msgid "Status Messages and Posts" msgstr "Status wiadomości i postów" -#: ../../boot.php:1871 +#: ../../boot.php:1950 msgid "Profile Details" msgstr "Szczegóły profilu" -#: ../../boot.php:1888 +#: ../../boot.php:1961 ../../boot.php:1964 +msgid "Videos" +msgstr "" + +#: ../../boot.php:1974 msgid "Events and Calendar" msgstr "Wydarzenia i kalendarz" -#: ../../boot.php:1895 +#: ../../boot.php:1981 msgid "Only You Can See This" msgstr "Tylko ty możesz to zobaczyć" - -#: ../../index.php:405 -msgid "toggle mobile" -msgstr "przełącz na mobilny" diff --git a/view/pl/strings.php b/view/pl/strings.php index 466daf2320..5a24513527 100644 --- a/view/pl/strings.php +++ b/view/pl/strings.php @@ -98,6 +98,185 @@ $a->strings["View Photos"] = "Zobacz zdjęcia"; $a->strings["Network Posts"] = ""; $a->strings["Edit Contact"] = "Edytuj kontakt"; $a->strings["Send PM"] = "Wyślij prywatną wiadomość"; +$a->strings["Image/photo"] = "Obrazek/zdjęcie"; +$a->strings["%s wrote the following post"] = ""; +$a->strings["$1 wrote:"] = "$1 napisał:"; +$a->strings["Encrypted content"] = ""; +$a->strings["Visible to everybody"] = "Widoczny dla wszystkich"; +$a->strings["show"] = "pokaż"; +$a->strings["don't show"] = "nie pokazuj"; +$a->strings["Logged out."] = "Wyloguj"; +$a->strings["Login failed."] = "Niepowodzenie logowania"; +$a->strings["We encountered a problem while logging in with the OpenID you provided. Please check the correct spelling of the ID."] = ""; +$a->strings["The error message was:"] = "Komunikat o błędzie:"; +$a->strings["l F d, Y \\@ g:i A"] = ""; +$a->strings["Starts:"] = "Start:"; +$a->strings["Finishes:"] = "Wykończenia:"; +$a->strings["Location:"] = "Lokalizacja"; +$a->strings["Disallowed profile URL."] = "Nie dozwolony adres URL profilu."; +$a->strings["Connect URL missing."] = "Brak adresu URL połączenia."; +$a->strings["This site is not configured to allow communications with other networks."] = "Ta strona nie jest skonfigurowana do pozwalania na komunikację z innymi sieciami"; +$a->strings["No compatible communication protocols or feeds were discovered."] = ""; +$a->strings["The profile address specified does not provide adequate information."] = "Dany adres profilu nie dostarcza odpowiednich informacji."; +$a->strings["An author or name was not found."] = "Autor lub nazwa nie zostało znalezione."; +$a->strings["No browser URL could be matched to this address."] = "Przeglądarka WWW nie może odnaleźć podanego adresu"; +$a->strings["Unable to match @-style Identity Address with a known protocol or email contact."] = ""; +$a->strings["Use mailto: in front of address to force email check."] = ""; +$a->strings["The profile address specified belongs to a network which has been disabled on this site."] = "Określony adres profilu należy do sieci, która została wyłączona na tej stronie."; +$a->strings["Limited profile. This person will be unable to receive direct/personal notifications from you."] = "Profil ograniczony. Ta osoba będzie niezdolna do odbierania osobistych powiadomień od ciebie."; +$a->strings["Unable to retrieve contact information."] = "Nie można otrzymać informacji kontaktowych"; +$a->strings["following"] = "następujący"; +$a->strings["An invitation is required."] = "Wymagane zaproszenie."; +$a->strings["Invitation could not be verified."] = "Zaproszenie niezweryfikowane."; +$a->strings["Invalid OpenID url"] = "Nieprawidłowy adres url OpenID"; +$a->strings["Please enter the required information."] = "Wprowadź wymagane informacje"; +$a->strings["Please use a shorter name."] = "Użyj dłuższej nazwy."; +$a->strings["Name too short."] = "Nazwa jest za krótka."; +$a->strings["That doesn't appear to be your full (First Last) name."] = "Zdaje mi się że to nie jest twoje pełne Imię(Nazwisko)."; +$a->strings["Your email domain is not among those allowed on this site."] = "Twoja domena internetowa nie jest obsługiwana na tej stronie."; +$a->strings["Not a valid email address."] = "Niepoprawny adres e mail.."; +$a->strings["Cannot use that email."] = "Nie możesz użyć tego e-maila. "; +$a->strings["Your \"nickname\" can only contain \"a-z\", \"0-9\", \"-\", and \"_\", and must also begin with a letter."] = "Twój login może składać się tylko z \"a-z\", \"0-9\", \"-\", \"_\", i musi mieć na początku literę."; +$a->strings["Nickname is already registered. Please choose another."] = "Ten login jest zajęty. Wybierz inny."; +$a->strings["Nickname was once registered here and may not be re-used. Please choose another."] = "Ten nick był już zarejestrowany na tej stronie i nie może być użyty ponownie."; +$a->strings["SERIOUS ERROR: Generation of security keys failed."] = "POWAŻNY BŁĄD: niepowodzenie podczas tworzenia kluczy zabezpieczeń."; +$a->strings["An error occurred during registration. Please try again."] = "Wystąpił bład podczas rejestracji, Spróbuj ponownie."; +$a->strings["default"] = "standardowe"; +$a->strings["An error occurred creating your default profile. Please try again."] = "Wystąpił błąd podczas tworzenia profilu. Spróbuj ponownie."; +$a->strings["Profile Photos"] = "Zdjęcia profilowe"; +$a->strings["Unknown | Not categorised"] = "Nieznany | Bez kategori"; +$a->strings["Block immediately"] = "Zablokować natychmiast "; +$a->strings["Shady, spammer, self-marketer"] = ""; +$a->strings["Known to me, but no opinion"] = "Znam, ale nie mam zdania"; +$a->strings["OK, probably harmless"] = "Ok, bez problemów"; +$a->strings["Reputable, has my trust"] = "Zaufane, ma moje poparcie"; +$a->strings["Frequently"] = "Jak najczęściej"; +$a->strings["Hourly"] = "Godzinowo"; +$a->strings["Twice daily"] = "Dwa razy dziennie"; +$a->strings["Daily"] = "Dziennie"; +$a->strings["Weekly"] = "Tygodniowo"; +$a->strings["Monthly"] = "Miesięcznie"; +$a->strings["Friendica"] = "Friendica"; +$a->strings["OStatus"] = "OStatus"; +$a->strings["RSS/Atom"] = "RSS/Atom"; +$a->strings["Email"] = "E-mail"; +$a->strings["Diaspora"] = "Diaspora"; +$a->strings["Facebook"] = "Facebook"; +$a->strings["Zot!"] = ""; +$a->strings["LinkedIn"] = "LinkedIn"; +$a->strings["XMPP/IM"] = "XMPP/IM"; +$a->strings["MySpace"] = "MySpace"; +$a->strings["Google+"] = "Google+"; +$a->strings["Add New Contact"] = "Dodaj nowy kontakt"; +$a->strings["Enter address or web location"] = "Wpisz adres lub lokalizację sieciową"; +$a->strings["Example: bob@example.com, http://example.com/barbara"] = "Przykład: bob@przykład.com, http://przykład.com/barbara"; +$a->strings["Connect"] = "Połącz"; +$a->strings["%d invitation available"] = array( + 0 => "%d zaproszenie dostępne", + 1 => "%d zaproszeń dostępnych", + 2 => "%d zaproszenia dostępne", +); +$a->strings["Find People"] = "Znajdź ludzi"; +$a->strings["Enter name or interest"] = "Wpisz nazwę lub zainteresowanie"; +$a->strings["Connect/Follow"] = "Połącz/Obserwuj"; +$a->strings["Examples: Robert Morgenstein, Fishing"] = "Przykładowo: Jan Kowalski, Wędkarstwo"; +$a->strings["Find"] = "Znajdź"; +$a->strings["Friend Suggestions"] = "Osoby, które możesz znać"; +$a->strings["Similar Interests"] = "Podobne zainteresowania"; +$a->strings["Random Profile"] = "Domyślny profil"; +$a->strings["Invite Friends"] = "Zaproś znajomych"; +$a->strings["Networks"] = "Sieci"; +$a->strings["All Networks"] = "Wszystkie Sieci"; +$a->strings["Saved Folders"] = "Zapisane foldery"; +$a->strings["Everything"] = "Wszystko"; +$a->strings["Categories"] = "Kategorie"; +$a->strings["%d contact in common"] = array( + 0 => "", + 1 => "", + 2 => "", +); +$a->strings["show more"] = "Pokaż więcej"; +$a->strings[" on Last.fm"] = "na Last.fm"; +$a->strings["view full size"] = "Zobacz pełen rozmiar"; +$a->strings["Miscellaneous"] = "Różny"; +$a->strings["year"] = "rok"; +$a->strings["month"] = "miesiąc"; +$a->strings["day"] = "dzień"; +$a->strings["never"] = "nigdy"; +$a->strings["less than a second ago"] = "mniej niż sekundę temu"; +$a->strings["years"] = "lata"; +$a->strings["months"] = "miesiące"; +$a->strings["week"] = "tydzień"; +$a->strings["weeks"] = "tygodnie"; +$a->strings["days"] = "dni"; +$a->strings["hour"] = "godzina"; +$a->strings["hours"] = "godziny"; +$a->strings["minute"] = "minuta"; +$a->strings["minutes"] = "minuty"; +$a->strings["second"] = "sekunda"; +$a->strings["seconds"] = "sekundy"; +$a->strings["%1\$d %2\$s ago"] = ""; +$a->strings["%s's birthday"] = "Urodziny %s"; +$a->strings["Happy Birthday %s"] = "Urodziny %s"; +$a->strings["Click here to upgrade."] = "Kliknij tu, aby zaktualizować."; +$a->strings["This action exceeds the limits set by your subscription plan."] = ""; +$a->strings["This action is not available under your subscription plan."] = ""; +$a->strings["(no subject)"] = "(bez tematu)"; +$a->strings["noreply"] = "brak odpowiedzi"; +$a->strings["%1\$s is now friends with %2\$s"] = "%1\$s jest teraz znajomym z %2\$s"; +$a->strings["Sharing notification from Diaspora network"] = "Wspólne powiadomienie z sieci Diaspora"; +$a->strings["photo"] = "zdjęcie"; +$a->strings["status"] = "status"; +$a->strings["%1\$s likes %2\$s's %3\$s"] = "%1\$s lubi %2\$s's %3\$s"; +$a->strings["Attachments:"] = "Załączniki:"; +$a->strings["[Name Withheld]"] = "[Nazwa wstrzymana]"; +$a->strings["A new person is sharing with you at "] = ""; +$a->strings["You have a new follower at "] = ""; +$a->strings["Item not found."] = "Element nie znaleziony."; +$a->strings["Do you really want to delete this item?"] = ""; +$a->strings["Yes"] = "Tak"; +$a->strings["Cancel"] = "Anuluj"; +$a->strings["Permission denied."] = "Brak uprawnień."; +$a->strings["Archives"] = "Archiwum"; +$a->strings["General Features"] = ""; +$a->strings["Multiple Profiles"] = ""; +$a->strings["Ability to create multiple profiles"] = ""; +$a->strings["Post Composition Features"] = ""; +$a->strings["Richtext Editor"] = ""; +$a->strings["Enable richtext editor"] = ""; +$a->strings["Post Preview"] = "Podgląd posta"; +$a->strings["Allow previewing posts and comments before publishing them"] = ""; +$a->strings["Network Sidebar Widgets"] = ""; +$a->strings["Search by Date"] = "Szukanie wg daty"; +$a->strings["Ability to select posts by date ranges"] = ""; +$a->strings["Group Filter"] = "Filtrowanie grupowe"; +$a->strings["Enable widget to display Network posts only from selected group"] = ""; +$a->strings["Network Filter"] = ""; +$a->strings["Enable widget to display Network posts only from selected network"] = ""; +$a->strings["Saved Searches"] = "Zapisane wyszukiwania"; +$a->strings["Save search terms for re-use"] = ""; +$a->strings["Network Tabs"] = ""; +$a->strings["Network Personal Tab"] = ""; +$a->strings["Enable tab to display only Network posts that you've interacted on"] = ""; +$a->strings["Network New Tab"] = ""; +$a->strings["Enable tab to display only new Network posts (from the last 12 hours)"] = ""; +$a->strings["Network Shared Links Tab"] = ""; +$a->strings["Enable tab to display only Network posts with links in them"] = ""; +$a->strings["Post/Comment Tools"] = ""; +$a->strings["Multiple Deletion"] = ""; +$a->strings["Select and delete multiple posts/comments at once"] = ""; +$a->strings["Edit Sent Posts"] = ""; +$a->strings["Edit and correct posts and comments after sending"] = ""; +$a->strings["Tagging"] = ""; +$a->strings["Ability to tag existing posts"] = ""; +$a->strings["Post Categories"] = ""; +$a->strings["Add categories to your posts"] = "Dodaj kategorie do twoich postów"; +$a->strings["Ability to file posts under folders"] = ""; +$a->strings["Dislike Posts"] = ""; +$a->strings["Ability to dislike posts/comments"] = ""; +$a->strings["Star Posts"] = ""; +$a->strings["Ability to mark special posts with a star indicator"] = ""; +$a->strings["Cannot locate DNS info for database server '%s'"] = "Nie można zlokalizować serwera DNS dla bazy danych '%s'"; $a->strings["prev"] = "poprzedni"; $a->strings["first"] = "pierwszy"; $a->strings["last"] = "ostatni"; @@ -164,13 +343,12 @@ $a->strings["September"] = "Wrzesień"; $a->strings["October"] = "Październik"; $a->strings["November"] = "Listopad"; $a->strings["December"] = "Grudzień"; +$a->strings["View Video"] = ""; $a->strings["bytes"] = "bajty"; $a->strings["Click to open/close"] = "Kliknij aby otworzyć/zamknąć"; $a->strings["link to source"] = "link do źródła"; -$a->strings["default"] = "standardowe"; $a->strings["Select an alternate language"] = "Wybierz alternatywny język"; $a->strings["event"] = "wydarzenie"; -$a->strings["photo"] = "zdjęcie"; $a->strings["activity"] = "aktywność"; $a->strings["comment"] = array( 0 => "", @@ -179,186 +357,6 @@ $a->strings["comment"] = array( ); $a->strings["post"] = "post"; $a->strings["Item filed"] = ""; -$a->strings["Visible to everybody"] = "Widoczny dla wszystkich"; -$a->strings["show"] = "pokaż"; -$a->strings["don't show"] = "nie pokazuj"; -$a->strings["Logged out."] = "Wyloguj"; -$a->strings["Login failed."] = "Niepowodzenie logowania"; -$a->strings["We encountered a problem while logging in with the OpenID you provided. Please check the correct spelling of the ID."] = ""; -$a->strings["The error message was:"] = "Komunikat o błędzie:"; -$a->strings["Error decoding account file"] = ""; -$a->strings["Error! No version data in file! This is not a Friendica account file?"] = ""; -$a->strings["Error! I can't import this file: DB schema version is not compatible."] = ""; -$a->strings["Error! Cannot check nickname"] = ""; -$a->strings["User '%s' already exists on this server!"] = ""; -$a->strings["User creation error"] = ""; -$a->strings["User profile creation error"] = ""; -$a->strings["%d contact not imported"] = array( - 0 => "", - 1 => "", - 2 => "", -); -$a->strings["Done. You can now login with your username and password"] = "Wykonano. Teraz możesz się zalogować z użyciem loginu i hasła."; -$a->strings["l F d, Y \\@ g:i A"] = ""; -$a->strings["Starts:"] = "Start:"; -$a->strings["Finishes:"] = "Wykończenia:"; -$a->strings["Location:"] = "Lokalizacja"; -$a->strings["Disallowed profile URL."] = "Nie dozwolony adres URL profilu."; -$a->strings["Connect URL missing."] = "Brak adresu URL połączenia."; -$a->strings["This site is not configured to allow communications with other networks."] = "Ta strona nie jest skonfigurowana do pozwalania na komunikację z innymi sieciami"; -$a->strings["No compatible communication protocols or feeds were discovered."] = ""; -$a->strings["The profile address specified does not provide adequate information."] = "Dany adres profilu nie dostarcza odpowiednich informacji."; -$a->strings["An author or name was not found."] = "Autor lub nazwa nie zostało znalezione."; -$a->strings["No browser URL could be matched to this address."] = "Przeglądarka WWW nie może odnaleźć podanego adresu"; -$a->strings["Unable to match @-style Identity Address with a known protocol or email contact."] = ""; -$a->strings["Use mailto: in front of address to force email check."] = ""; -$a->strings["The profile address specified belongs to a network which has been disabled on this site."] = "Określony adres profilu należy do sieci, która została wyłączona na tej stronie."; -$a->strings["Limited profile. This person will be unable to receive direct/personal notifications from you."] = "Profil ograniczony. Ta osoba będzie niezdolna do odbierania osobistych powiadomień od ciebie."; -$a->strings["Unable to retrieve contact information."] = "Nie można otrzymać informacji kontaktowych"; -$a->strings["following"] = "następujący"; -$a->strings["An invitation is required."] = "Wymagane zaproszenie."; -$a->strings["Invitation could not be verified."] = "Zaproszenie niezweryfikowane."; -$a->strings["Invalid OpenID url"] = "Nieprawidłowy adres url OpenID"; -$a->strings["Please enter the required information."] = "Wprowadź wymagane informacje"; -$a->strings["Please use a shorter name."] = "Użyj dłuższej nazwy."; -$a->strings["Name too short."] = "Nazwa jest za krótka."; -$a->strings["That doesn't appear to be your full (First Last) name."] = "Zdaje mi się że to nie jest twoje pełne Imię(Nazwisko)."; -$a->strings["Your email domain is not among those allowed on this site."] = "Twoja domena internetowa nie jest obsługiwana na tej stronie."; -$a->strings["Not a valid email address."] = "Niepoprawny adres e mail.."; -$a->strings["Cannot use that email."] = "Nie możesz użyć tego e-maila. "; -$a->strings["Your \"nickname\" can only contain \"a-z\", \"0-9\", \"-\", and \"_\", and must also begin with a letter."] = "Twój login może składać się tylko z \"a-z\", \"0-9\", \"-\", \"_\", i musi mieć na początku literę."; -$a->strings["Nickname is already registered. Please choose another."] = "Ten login jest zajęty. Wybierz inny."; -$a->strings["Nickname was once registered here and may not be re-used. Please choose another."] = "Ten nick był już zarejestrowany na tej stronie i nie może być użyty ponownie."; -$a->strings["SERIOUS ERROR: Generation of security keys failed."] = "POWAŻNY BŁĄD: niepowodzenie podczas tworzenia kluczy zabezpieczeń."; -$a->strings["An error occurred during registration. Please try again."] = "Wystąpił bład podczas rejestracji, Spróbuj ponownie."; -$a->strings["An error occurred creating your default profile. Please try again."] = "Wystąpił błąd podczas tworzenia profilu. Spróbuj ponownie."; -$a->strings["Profile Photos"] = "Zdjęcia profilowe"; -$a->strings["Unknown | Not categorised"] = "Nieznany | Bez kategori"; -$a->strings["Block immediately"] = "Zablokować natychmiast "; -$a->strings["Shady, spammer, self-marketer"] = ""; -$a->strings["Known to me, but no opinion"] = "Znam, ale nie mam zdania"; -$a->strings["OK, probably harmless"] = "Ok, bez problemów"; -$a->strings["Reputable, has my trust"] = "Zaufane, ma moje poparcie"; -$a->strings["Frequently"] = "Jak najczęściej"; -$a->strings["Hourly"] = "Godzinowo"; -$a->strings["Twice daily"] = "Dwa razy dziennie"; -$a->strings["Daily"] = "Dziennie"; -$a->strings["Weekly"] = "Tygodniowo"; -$a->strings["Monthly"] = "Miesięcznie"; -$a->strings["Friendica"] = "Friendica"; -$a->strings["OStatus"] = "OStatus"; -$a->strings["RSS/Atom"] = "RSS/Atom"; -$a->strings["Email"] = "E-mail"; -$a->strings["Diaspora"] = "Diaspora"; -$a->strings["Facebook"] = "Facebook"; -$a->strings["Zot!"] = ""; -$a->strings["LinkedIn"] = "LinkedIn"; -$a->strings["XMPP/IM"] = "XMPP/IM"; -$a->strings["MySpace"] = "MySpace"; -$a->strings["Google+"] = "Google+"; -$a->strings["Add New Contact"] = "Dodaj nowy kontakt"; -$a->strings["Enter address or web location"] = "Wpisz adres lub lokalizację sieciową"; -$a->strings["Example: bob@example.com, http://example.com/barbara"] = "Przykład: bob@przykład.com, http://przykład.com/barbara"; -$a->strings["Connect"] = "Połącz"; -$a->strings["%d invitation available"] = array( - 0 => "%d zaproszenie dostępne", - 1 => "%d zaproszeń dostępnych", - 2 => "%d zaproszenia dostępne", -); -$a->strings["Find People"] = "Znajdź ludzi"; -$a->strings["Enter name or interest"] = "Wpisz nazwę lub zainteresowanie"; -$a->strings["Connect/Follow"] = "Połącz/Obserwuj"; -$a->strings["Examples: Robert Morgenstein, Fishing"] = "Przykładowo: Jan Kowalski, Wędkarstwo"; -$a->strings["Find"] = "Znajdź"; -$a->strings["Friend Suggestions"] = "Osoby, które możesz znać"; -$a->strings["Similar Interests"] = "Podobne zainteresowania"; -$a->strings["Random Profile"] = "Domyślny profil"; -$a->strings["Invite Friends"] = "Zaproś znajomych"; -$a->strings["Networks"] = "Sieci"; -$a->strings["All Networks"] = "Wszystkie Sieci"; -$a->strings["Saved Folders"] = "Zapisane foldery"; -$a->strings["Everything"] = "Wszystko"; -$a->strings["Categories"] = "Kategorie"; -$a->strings["%d contact in common"] = array( - 0 => "", - 1 => "", - 2 => "", -); -$a->strings["show more"] = "Pokaż więcej"; -$a->strings[" on Last.fm"] = "na Last.fm"; -$a->strings["Image/photo"] = "Obrazek/zdjęcie"; -$a->strings["%s wrote the following post"] = ""; -$a->strings["$1 wrote:"] = "$1 napisał:"; -$a->strings["Encrypted content"] = ""; -$a->strings["Miscellaneous"] = "Różny"; -$a->strings["year"] = "rok"; -$a->strings["month"] = "miesiąc"; -$a->strings["day"] = "dzień"; -$a->strings["never"] = "nigdy"; -$a->strings["less than a second ago"] = "mniej niż sekundę temu"; -$a->strings["years"] = "lata"; -$a->strings["months"] = "miesiące"; -$a->strings["week"] = "tydzień"; -$a->strings["weeks"] = "tygodnie"; -$a->strings["days"] = "dni"; -$a->strings["hour"] = "godzina"; -$a->strings["hours"] = "godziny"; -$a->strings["minute"] = "minuta"; -$a->strings["minutes"] = "minuty"; -$a->strings["second"] = "sekunda"; -$a->strings["seconds"] = "sekundy"; -$a->strings["%1\$d %2\$s ago"] = ""; -$a->strings["%s's birthday"] = "Urodziny %s"; -$a->strings["Happy Birthday %s"] = ""; -$a->strings["Click here to upgrade."] = "Kliknij tu, aby zaktualizować."; -$a->strings["This action exceeds the limits set by your subscription plan."] = ""; -$a->strings["This action is not available under your subscription plan."] = ""; -$a->strings["(no subject)"] = "(bez tematu)"; -$a->strings["noreply"] = "brak odpowiedzi"; -$a->strings["%1\$s is now friends with %2\$s"] = "%1\$s jest teraz znajomym z %2\$s"; -$a->strings["Sharing notification from Diaspora network"] = "Wspólne powiadomienie z sieci Diaspora"; -$a->strings["status"] = "status"; -$a->strings["%1\$s likes %2\$s's %3\$s"] = "%1\$s lubi %2\$s's %3\$s"; -$a->strings["Attachments:"] = "Załączniki:"; -$a->strings["General Features"] = ""; -$a->strings["Multiple Profiles"] = ""; -$a->strings["Ability to create multiple profiles"] = ""; -$a->strings["Post Composition Features"] = ""; -$a->strings["Richtext Editor"] = ""; -$a->strings["Enable richtext editor"] = ""; -$a->strings["Post Preview"] = "Podgląd posta"; -$a->strings["Allow previewing posts and comments before publishing them"] = ""; -$a->strings["Network Sidebar Widgets"] = ""; -$a->strings["Search by Date"] = "Szukanie wg daty"; -$a->strings["Ability to select posts by date ranges"] = ""; -$a->strings["Group Filter"] = "Filtrowanie grupowe"; -$a->strings["Enable widget to display Network posts only from selected group"] = ""; -$a->strings["Network Filter"] = ""; -$a->strings["Enable widget to display Network posts only from selected network"] = ""; -$a->strings["Saved Searches"] = "Zapisane wyszukiwania"; -$a->strings["Save search terms for re-use"] = ""; -$a->strings["Network Tabs"] = ""; -$a->strings["Network Personal Tab"] = ""; -$a->strings["Enable tab to display only Network posts that you've interacted on"] = ""; -$a->strings["Network New Tab"] = ""; -$a->strings["Enable tab to display only new Network posts (from the last 12 hours)"] = ""; -$a->strings["Network Shared Links Tab"] = ""; -$a->strings["Enable tab to display only Network posts with links in them"] = ""; -$a->strings["Post/Comment Tools"] = ""; -$a->strings["Multiple Deletion"] = ""; -$a->strings["Select and delete multiple posts/comments at once"] = ""; -$a->strings["Edit Sent Posts"] = ""; -$a->strings["Edit and correct posts and comments after sending"] = ""; -$a->strings["Tagging"] = ""; -$a->strings["Ability to tag existing posts"] = ""; -$a->strings["Post Categories"] = ""; -$a->strings["Add categories to your posts"] = "Dodaj kategorie do twoich postów"; -$a->strings["Ability to file posts under folders"] = ""; -$a->strings["Dislike Posts"] = ""; -$a->strings["Ability to dislike posts/comments"] = ""; -$a->strings["Star Posts"] = ""; -$a->strings["Ability to mark special posts with a star indicator"] = ""; -$a->strings["Cannot locate DNS info for database server '%s'"] = "Nie można zlokalizować serwera DNS dla bazy danych '%s'"; $a->strings["A deleted group with this name was revived. Existing item permissions may apply to this group and any future members. If this is not what you intended, please create another group with a different name."] = ""; $a->strings["Default privacy group for new contacts"] = "Domyślne ustawienia prywatności dla nowych kontaktów"; $a->strings["Everybody"] = "Wszyscy"; @@ -378,7 +376,7 @@ $a->strings["Select"] = "Wybierz"; $a->strings["Delete"] = "Usuń"; $a->strings["View %s's profile @ %s"] = "Pokaż %s's profil @ %s"; $a->strings["Categories:"] = "Kategorie:"; -$a->strings["Filed under:"] = ""; +$a->strings["Filed under:"] = "Zapisano pod:"; $a->strings["%s from %s"] = "%s od %s"; $a->strings["View in context"] = "Zobacz w kontekście"; $a->strings["Please wait"] = "Proszę czekać"; @@ -425,7 +423,6 @@ $a->strings["CC: email addresses"] = "CC: adresy e-mail"; $a->strings["Public post"] = "Publiczny post"; $a->strings["Example: bob@example.com, mary@example.com"] = "Przykład: bob@example.com, mary@example.com"; $a->strings["Preview"] = "Podgląd"; -$a->strings["Cancel"] = "Anuluj"; $a->strings["Post to Groups"] = ""; $a->strings["Post to Contacts"] = ""; $a->strings["Private post"] = "Prywatne posty"; @@ -525,17 +522,20 @@ $a->strings["Admin"] = "Administator"; $a->strings["Site setup and configuration"] = "Konfiguracja i ustawienia instancji"; $a->strings["Navigation"] = ""; $a->strings["Site map"] = "Mapa strony"; -$a->strings["view full size"] = "Zobacz pełen rozmiar"; $a->strings["Embedded content"] = "Osadzona zawartość"; $a->strings["Embedding disabled"] = "Osadzanie wyłączone"; -$a->strings["[Name Withheld]"] = "[Nazwa wstrzymana]"; -$a->strings["A new person is sharing with you at "] = ""; -$a->strings["You have a new follower at "] = ""; -$a->strings["Item not found."] = "Element nie znaleziony."; -$a->strings["Do you really want to delete this item?"] = ""; -$a->strings["Yes"] = "Tak"; -$a->strings["Permission denied."] = "Brak uprawnień."; -$a->strings["Archives"] = "Archiwum"; +$a->strings["Error decoding account file"] = ""; +$a->strings["Error! No version data in file! This is not a Friendica account file?"] = ""; +$a->strings["Error! Cannot check nickname"] = ""; +$a->strings["User '%s' already exists on this server!"] = ""; +$a->strings["User creation error"] = ""; +$a->strings["User profile creation error"] = ""; +$a->strings["%d contact not imported"] = array( + 0 => "", + 1 => "", + 2 => "", +); +$a->strings["Done. You can now login with your username and password"] = "Wykonano. Teraz możesz się zalogować z użyciem loginu i hasła."; $a->strings["Welcome "] = "Witaj "; $a->strings["Please upload a profile photo."] = "Proszę dodać zdjęcie profilowe."; $a->strings["Welcome back "] = "Witaj ponownie "; @@ -620,6 +620,9 @@ $a->strings["Click on a contact to add or remove."] = "Kliknij na kontakt w celu $a->strings["Visible To"] = "Widoczne dla"; $a->strings["All Contacts (with secure profile access)"] = "Wszystkie kontakty (z bezpiecznym dostępem do profilu)"; $a->strings["Personal Notes"] = "Osobiste notatki"; +$a->strings["Public access denied."] = "Publiczny dostęp zabroniony"; +$a->strings["Access to this profile has been restricted."] = "Ograniczony dostęp do tego konta"; +$a->strings["Item has been removed."] = "Przedmiot został usunięty"; $a->strings["Visit %s's profile [%s]"] = "Obejrzyj %s's profil [%s]"; $a->strings["Edit contact"] = "Edytuj kontakt"; $a->strings["Contacts who are not members of a group"] = "Kontakty spoza członków grupy"; @@ -633,6 +636,192 @@ $a->strings["{0} is now friends with %s"] = "{0} jest teraz znajomym %s"; $a->strings["{0} posted"] = "{0} utworzony"; $a->strings["{0} tagged %s's post with #%s"] = "{0} zaznaczony %s'go post z #%s"; $a->strings["{0} mentioned you in a post"] = "{0} wspomniał Cię w swoim wpisie"; +$a->strings["Theme settings updated."] = "Ustawienia szablonu zmienione."; +$a->strings["Site"] = "Strona"; +$a->strings["Users"] = "Użytkownicy"; +$a->strings["Plugins"] = "Wtyczki"; +$a->strings["Themes"] = "Temat"; +$a->strings["DB updates"] = "Aktualizacje DB"; +$a->strings["Logs"] = "Logi"; +$a->strings["Plugin Features"] = "Polecane wtyczki"; +$a->strings["User registrations waiting for confirmation"] = "Rejestracje użytkownika czekają na potwierdzenie."; +$a->strings["Normal Account"] = "Konto normalne"; +$a->strings["Soapbox Account"] = "Konto Soapbox"; +$a->strings["Community/Celebrity Account"] = "Konto społeczności/gwiazdy"; +$a->strings["Automatic Friend Account"] = "Automatyczny przyjaciel konta"; +$a->strings["Blog Account"] = "Konto Bloga"; +$a->strings["Private Forum"] = "Forum Prywatne"; +$a->strings["Message queues"] = ""; +$a->strings["Administration"] = "Administracja"; +$a->strings["Summary"] = "Skrót"; +$a->strings["Registered users"] = "Zarejestrowani użytkownicy"; +$a->strings["Pending registrations"] = "Rejestracje w toku."; +$a->strings["Version"] = "Wersja"; +$a->strings["Active plugins"] = "Aktywne pluginy"; +$a->strings["Site settings updated."] = "Ustawienia strony zaktualizowane"; +$a->strings["No special theme for mobile devices"] = ""; +$a->strings["Never"] = "Nigdy"; +$a->strings["Multi user instance"] = ""; +$a->strings["Closed"] = "Zamknięty"; +$a->strings["Requires approval"] = "Wymagane zatwierdzenie."; +$a->strings["Open"] = "Otwórz"; +$a->strings["No SSL policy, links will track page SSL state"] = ""; +$a->strings["Force all links to use SSL"] = ""; +$a->strings["Self-signed certificate, use SSL for local links only (discouraged)"] = ""; +$a->strings["Registration"] = "Rejestracja"; +$a->strings["File upload"] = "Plik załadowano"; +$a->strings["Policies"] = "zasady"; +$a->strings["Advanced"] = "Zaawansowany"; +$a->strings["Performance"] = ""; +$a->strings["Site name"] = "Nazwa strony"; +$a->strings["Banner/Logo"] = "Logo"; +$a->strings["System language"] = "Język systemu"; +$a->strings["System theme"] = "Motyw systemowy"; +$a->strings["Default system theme - may be over-ridden by user profiles - change theme settings"] = ""; +$a->strings["Mobile system theme"] = "Mobilny motyw systemowy"; +$a->strings["Theme for mobile devices"] = "Szablon dla mobilnych urządzeń"; +$a->strings["SSL link policy"] = ""; +$a->strings["Determines whether generated links should be forced to use SSL"] = ""; +$a->strings["'Share' element"] = "'Udostępnij' element"; +$a->strings["Activates the bbcode element 'share' for repeating items."] = ""; +$a->strings["Hide help entry from navigation menu"] = ""; +$a->strings["Hides the menu entry for the Help pages from the navigation menu. You can still access it calling /help directly."] = ""; +$a->strings["Single user instance"] = ""; +$a->strings["Make this instance multi-user or single-user for the named user"] = ""; +$a->strings["Maximum image size"] = "Maksymalny rozmiar zdjęcia"; +$a->strings["Maximum size in bytes of uploaded images. Default is 0, which means no limits."] = ""; +$a->strings["Maximum image length"] = "Maksymalna długość obrazu"; +$a->strings["Maximum length in pixels of the longest side of uploaded images. Default is -1, which means no limits."] = "Maksymalna długość najdłuższej strony przesyłanego obrazu w pikselach.\nDomyślnie jest to -1, co oznacza brak limitu."; +$a->strings["JPEG image quality"] = "jakość obrazu JPEG"; +$a->strings["Uploaded JPEGS will be saved at this quality setting [0-100]. Default is 100, which is full quality."] = ""; +$a->strings["Register policy"] = "Zarejestruj polisę"; +$a->strings["Maximum Daily Registrations"] = "Maksymalnie dziennych rejestracji"; +$a->strings["If registration is permitted above, this sets the maximum number of new user registrations to accept per day. If register is set to closed, this setting has no effect."] = ""; +$a->strings["Register text"] = "Zarejestruj tekst"; +$a->strings["Will be displayed prominently on the registration page."] = ""; +$a->strings["Accounts abandoned after x days"] = "Konto porzucone od x dni."; +$a->strings["Will not waste system resources polling external sites for abandonded accounts. Enter 0 for no time limit."] = ""; +$a->strings["Allowed friend domains"] = "Dozwolone domeny przyjaciół"; +$a->strings["Comma separated list of domains which are allowed to establish friendships with this site. Wildcards are accepted. Empty to allow any domains"] = ""; +$a->strings["Allowed email domains"] = "Dozwolone domeny e-mailowe"; +$a->strings["Comma separated list of domains which are allowed in email addresses for registrations to this site. Wildcards are accepted. Empty to allow any domains"] = ""; +$a->strings["Block public"] = "Blokuj publicznie"; +$a->strings["Check to block public access to all otherwise public personal pages on this site unless you are currently logged in."] = ""; +$a->strings["Force publish"] = "Wymuś publikację"; +$a->strings["Check to force all profiles on this site to be listed in the site directory."] = ""; +$a->strings["Global directory update URL"] = ""; +$a->strings["URL to update the global directory. If this is not set, the global directory is completely unavailable to the application."] = ""; +$a->strings["Allow threaded items"] = ""; +$a->strings["Allow infinite level threading for items on this site."] = ""; +$a->strings["Private posts by default for new users"] = ""; +$a->strings["Set default post permissions for all new members to the default privacy group rather than public."] = ""; +$a->strings["Don't include post content in email notifications"] = ""; +$a->strings["Don't include the content of a post/comment/private message/etc. in the email notifications that are sent out from this site, as a privacy measure."] = ""; +$a->strings["Disallow public access to addons listed in the apps menu."] = ""; +$a->strings["Checking this box will restrict addons listed in the apps menu to members only."] = ""; +$a->strings["Don't embed private images in posts"] = ""; +$a->strings["Don't replace locally-hosted private photos in posts with an embedded copy of the image. This means that contacts who receive posts containing private photos will have to authenticate and load each image, which may take a while."] = ""; +$a->strings["Block multiple registrations"] = ""; +$a->strings["Disallow users to register additional accounts for use as pages."] = ""; +$a->strings["OpenID support"] = "Wsparcie OpenID"; +$a->strings["OpenID support for registration and logins."] = ""; +$a->strings["Fullname check"] = "Sprawdzanie pełnej nazwy"; +$a->strings["Force users to register with a space between firstname and lastname in Full name, as an antispam measure"] = ""; +$a->strings["UTF-8 Regular expressions"] = ""; +$a->strings["Use PHP UTF8 regular expressions"] = ""; +$a->strings["Show Community Page"] = "Pokaż stronę społeczności"; +$a->strings["Display a Community page showing all recent public postings on this site."] = ""; +$a->strings["Enable OStatus support"] = "Włącz wsparcie OStatus"; +$a->strings["Provide built-in OStatus (identi.ca, status.net, etc.) compatibility. All communications in OStatus are public, so privacy warnings will be occasionally displayed."] = ""; +$a->strings["OStatus conversation completion interval"] = ""; +$a->strings["How often shall the poller check for new entries in OStatus conversations? This can be a very ressource task."] = ""; +$a->strings["Enable Diaspora support"] = "Włączyć obsługę Diaspory"; +$a->strings["Provide built-in Diaspora network compatibility."] = ""; +$a->strings["Only allow Friendica contacts"] = "Dopuść tylko kontakty Friendrica"; +$a->strings["All contacts must use Friendica protocols. All other built-in communication protocols disabled."] = ""; +$a->strings["Verify SSL"] = "Weryfikacja SSL"; +$a->strings["If you wish, you can turn on strict certificate checking. This will mean you cannot connect (at all) to self-signed SSL sites."] = ""; +$a->strings["Proxy user"] = "Użytkownik proxy"; +$a->strings["Proxy URL"] = "URL Proxy"; +$a->strings["Network timeout"] = "Network timeout"; +$a->strings["Value is in seconds. Set to 0 for unlimited (not recommended)."] = ""; +$a->strings["Delivery interval"] = ""; +$a->strings["Delay background delivery processes by this many seconds to reduce system load. Recommend: 4-5 for shared hosts, 2-3 for virtual private servers. 0-1 for large dedicated servers."] = ""; +$a->strings["Poll interval"] = ""; +$a->strings["Delay background polling processes by this many seconds to reduce system load. If 0, use delivery interval."] = ""; +$a->strings["Maximum Load Average"] = ""; +$a->strings["Maximum system load before delivery and poll processes are deferred - default 50."] = ""; +$a->strings["Use MySQL full text engine"] = ""; +$a->strings["Activates the full text engine. Speeds up search - but can only search for four and more characters."] = ""; +$a->strings["Path to item cache"] = ""; +$a->strings["Cache duration in seconds"] = ""; +$a->strings["How long should the cache files be hold? Default value is 86400 seconds (One day)."] = ""; +$a->strings["Path for lock file"] = ""; +$a->strings["Temp path"] = "Ścieżka do Temp"; +$a->strings["Base path to installation"] = ""; +$a->strings["Update has been marked successful"] = ""; +$a->strings["Executing %s failed. Check system logs."] = ""; +$a->strings["Update %s was successfully applied."] = ""; +$a->strings["Update %s did not return a status. Unknown if it succeeded."] = ""; +$a->strings["Update function %s could not be found."] = ""; +$a->strings["No failed updates."] = "Brak błędów aktualizacji."; +$a->strings["Failed Updates"] = "Błąd aktualizacji"; +$a->strings["This does not include updates prior to 1139, which did not return a status."] = ""; +$a->strings["Mark success (if update was manually applied)"] = ""; +$a->strings["Attempt to execute this update step automatically"] = ""; +$a->strings["%s user blocked/unblocked"] = array( + 0 => "", + 1 => "", + 2 => "", +); +$a->strings["%s user deleted"] = array( + 0 => " %s użytkownik usunięty", + 1 => " %s użytkownicy usunięci", + 2 => " %s usuniętych użytkowników ", +); +$a->strings["User '%s' deleted"] = "Użytkownik '%s' usunięty"; +$a->strings["User '%s' unblocked"] = "Użytkownik '%s' odblokowany"; +$a->strings["User '%s' blocked"] = "Użytkownik '%s' zablokowany"; +$a->strings["select all"] = "Zaznacz wszystko"; +$a->strings["User registrations waiting for confirm"] = "zarejestrowany użytkownik czeka na potwierdzenie"; +$a->strings["Request date"] = "Data prośby"; +$a->strings["Name"] = "Imię"; +$a->strings["No registrations."] = "brak rejestracji"; +$a->strings["Approve"] = "Zatwierdź"; +$a->strings["Deny"] = "Odmów"; +$a->strings["Block"] = "Zablokuj"; +$a->strings["Unblock"] = "Odblokuj"; +$a->strings["Site admin"] = "Administracja stroną"; +$a->strings["Account expired"] = ""; +$a->strings["Register date"] = "Data rejestracji"; +$a->strings["Last login"] = "Ostatnie logowanie"; +$a->strings["Last item"] = "Ostatni element"; +$a->strings["Account"] = "Konto"; +$a->strings["Selected users will be deleted!\\n\\nEverything these users had posted on this site will be permanently deleted!\\n\\nAre you sure?"] = "Zaznaczeni użytkownicy zostaną usunięci!\\n\\nWszystko co zamieścili na tej stronie będzie trwale skasowane!\\n\\nJesteś pewien?"; +$a->strings["The user {0} will be deleted!\\n\\nEverything this user has posted on this site will be permanently deleted!\\n\\nAre you sure?"] = "Użytkownik {0} zostanie usunięty!\\n\\nWszystko co zamieścił na tej stronie będzie trwale skasowane!\\n\\nJesteś pewien?"; +$a->strings["Plugin %s disabled."] = "Wtyczka %s wyłączona."; +$a->strings["Plugin %s enabled."] = "Wtyczka %s właczona."; +$a->strings["Disable"] = "Wyłącz"; +$a->strings["Enable"] = "Zezwól"; +$a->strings["Toggle"] = "Włącz"; +$a->strings["Author: "] = "Autor: "; +$a->strings["Maintainer: "] = ""; +$a->strings["No themes found."] = "Nie znaleziono tematu."; +$a->strings["Screenshot"] = "Zrzut ekranu"; +$a->strings["[Experimental]"] = "[Eksperymentalne]"; +$a->strings["[Unsupported]"] = "[Niewspieralne]"; +$a->strings["Log settings updated."] = "Zaktualizowano ustawienia logów."; +$a->strings["Clear"] = "Wyczyść"; +$a->strings["Enable Debugging"] = ""; +$a->strings["Log file"] = "Plik logów"; +$a->strings["Must be writable by web server. Relative to your Friendica top-level directory."] = ""; +$a->strings["Log level"] = "Poziom logów"; +$a->strings["Update now"] = "Aktualizuj teraz"; +$a->strings["Close"] = "Zamknij"; +$a->strings["FTP Host"] = "Założyciel FTP"; +$a->strings["FTP Path"] = "Ścieżka FTP"; +$a->strings["FTP User"] = "Użytkownik FTP"; +$a->strings["FTP Password"] = "FTP Hasło"; $a->strings["Unable to locate original post."] = "Nie można zlokalizować oryginalnej wiadomości."; $a->strings["Empty post discarded."] = "Pusty wpis wyrzucony."; $a->strings["System error. Post not saved."] = "Błąd. Post niezapisany."; @@ -643,7 +832,6 @@ $a->strings["%s posted an update."] = "%s zaktualizował wpis."; $a->strings["Friends of %s"] = "Znajomy %s"; $a->strings["No friends to display."] = "Brak znajomych do wyświetlenia"; $a->strings["Remove term"] = "Usuń wpis"; -$a->strings["Public access denied."] = "Publiczny dostęp zabroniony"; $a->strings["No results."] = "Brak wyników."; $a->strings["Authorize application connection"] = "Autoryzacja połączenia aplikacji"; $a->strings["Return to your app and insert this Securty Code:"] = "Powróć do swojej aplikacji i wpisz ten Kod Bezpieczeństwa:"; @@ -662,7 +850,6 @@ $a->strings["Your OpenID (optional): "] = "Twój OpenID (opcjonalnie):"; $a->strings["Include your profile in member directory?"] = "Czy dołączyć twój profil do katalogu członków?"; $a->strings["Membership on this site is by invitation only."] = "Członkostwo na tej stronie możliwe tylko dzięki zaproszeniu."; $a->strings["Your invitation ID: "] = "Twoje zaproszenia ID:"; -$a->strings["Registration"] = "Rejestracja"; $a->strings["Your Full Name (e.g. Joe Smith): "] = "Imię i nazwisko (np. Jan Kowalski):"; $a->strings["Your Email Address: "] = "Twój adres email:"; $a->strings["Choose a profile nickname. This must begin with a text character. Your profile address on this site will then be 'nickname@\$sitename'."] = "Wybierz login. Login musi zaczynać się literą. Adres twojego profilu na tej stronie będzie wyglądać następująco 'login@\$nazwastrony'."; @@ -708,24 +895,21 @@ $a->strings["You are mutual friends with %s"] = "Jesteś już znajomym z %s"; $a->strings["You are sharing with %s"] = "Współdzielisz z %s"; $a->strings["%s is sharing with you"] = "%s współdzieli z tobą"; $a->strings["Private communications are not available for this contact."] = "Prywatna rozmowa jest niemożliwa dla tego kontaktu"; -$a->strings["Never"] = "Nigdy"; $a->strings["(Update was successful)"] = "(Aktualizacja przebiegła pomyślnie)"; $a->strings["(Update was not successful)"] = "(Aktualizacja nie powiodła się)"; $a->strings["Suggest friends"] = "Osoby, które możesz znać"; $a->strings["Network type: %s"] = "Typ sieci: %s"; $a->strings["View all contacts"] = "Zobacz wszystkie kontakty"; -$a->strings["Unblock"] = "Odblokuj"; -$a->strings["Block"] = "Zablokuj"; $a->strings["Toggle Blocked status"] = ""; $a->strings["Unignore"] = "Odblokuj"; $a->strings["Ignore"] = "Ignoruj"; $a->strings["Toggle Ignored status"] = ""; -$a->strings["Unarchive"] = ""; +$a->strings["Unarchive"] = "Przywróć z archiwum"; $a->strings["Archive"] = "Archiwum"; $a->strings["Toggle Archive status"] = ""; $a->strings["Repair"] = "Napraw"; $a->strings["Advanced Contact Settings"] = "Zaawansowane ustawienia kontaktów"; -$a->strings["Communications lost with this contact!"] = ""; +$a->strings["Communications lost with this contact!"] = "Komunikacja przerwana z tym kontaktem!"; $a->strings["Contact Editor"] = "Edytor kontaktów"; $a->strings["Profile Visibility"] = "Widoczność profilu"; $a->strings["Please choose the profile you would like to display to %s when viewing your profile securely."] = "Wybierz profil, który chcesz bezpiecznie wyświetlić %s"; @@ -738,7 +922,6 @@ $a->strings["View conversations"] = "Zobacz rozmowę"; $a->strings["Delete contact"] = "Usuń kontakt"; $a->strings["Last update:"] = "Ostatnia aktualizacja:"; $a->strings["Update public posts"] = "Zaktualizuj publiczne posty"; -$a->strings["Update now"] = "Aktualizuj teraz"; $a->strings["Currently blocked"] = "Obecnie zablokowany"; $a->strings["Currently ignored"] = "Obecnie zignorowany"; $a->strings["Currently archived"] = "Obecnie zarchiwizowany"; @@ -778,17 +961,18 @@ $a->strings["Email settings updated."] = "Zaktualizowano ustawienia email."; $a->strings["Features updated"] = ""; $a->strings["Passwords do not match. Password unchanged."] = "Hasło nie pasuje. Hasło nie zmienione."; $a->strings["Empty passwords are not allowed. Password unchanged."] = "Brak hasła niedozwolony. Hasło nie zmienione."; +$a->strings["Wrong password."] = ""; $a->strings["Password changed."] = "Hasło zostało zmianione."; $a->strings["Password update failed. Please try again."] = "Aktualizacja hasła nie powiodła się. Proszę spróbować ponownie."; $a->strings[" Please use a shorter name."] = "Proszę użyć krótszej nazwy."; $a->strings[" Name too short."] = "Za krótka nazwa."; +$a->strings["Wrong Password"] = ""; $a->strings[" Not valid email."] = "Zły email."; $a->strings[" Cannot change to that email."] = "Nie mogę zmienić na ten email."; $a->strings["Private forum has no privacy permissions. Using default privacy group."] = ""; $a->strings["Private forum has no privacy permissions and no default privacy group."] = ""; $a->strings["Settings updated."] = "Zaktualizowano ustawienia."; $a->strings["Add application"] = "Dodaj aplikacje"; -$a->strings["Name"] = "Imię"; $a->strings["Consumer Key"] = "Klucz konsumenta"; $a->strings["Consumer Secret"] = "Sekret konsumenta"; $a->strings["Redirect"] = "Przekierowanie"; @@ -825,7 +1009,6 @@ $a->strings["Action after import:"] = "Akcja po zaimportowaniu:"; $a->strings["Mark as seen"] = "Oznacz jako przeczytane"; $a->strings["Move to folder"] = "Przenieś do folderu"; $a->strings["Move to folder:"] = "Przenieś do folderu:"; -$a->strings["No special theme for mobile devices"] = ""; $a->strings["Display Settings"] = "Wyświetl ustawienia"; $a->strings["Display Theme:"] = "Wyświetl motyw:"; $a->strings["Mobile Theme:"] = "Mobilny motyw:"; @@ -833,6 +1016,7 @@ $a->strings["Update browser every xx seconds"] = "Odświeżaj stronę co xx seku $a->strings["Minimum of 10 seconds, no maximum"] = "Dolny limit 10 sekund, brak górnego limitu"; $a->strings["Number of items to display per page:"] = ""; $a->strings["Maximum of 100 items"] = "Maksymalnie 100 elementów"; +$a->strings["Number of items to display per page when viewed from mobile device:"] = ""; $a->strings["Don't show emoticons"] = "Nie pokazuj emotikonek"; $a->strings["Normal Account Page"] = ""; $a->strings["This account is a normal personal profile"] = "To konto jest normalnym osobistym profilem"; @@ -871,6 +1055,9 @@ $a->strings["Password Settings"] = "Ustawienia hasła"; $a->strings["New Password:"] = "Nowe hasło:"; $a->strings["Confirm:"] = "Potwierdź:"; $a->strings["Leave password fields blank unless changing"] = "Pozostaw pola hasła puste, chyba że chcesz je zmienić."; +$a->strings["Current Password:"] = ""; +$a->strings["Your current password to confirm the changes"] = ""; +$a->strings["Password:"] = ""; $a->strings["Basic Settings"] = "Ustawienia podstawowe"; $a->strings["Email Address:"] = "Adres email:"; $a->strings["Your Timezone:"] = "Twoja strefa czasowa:"; @@ -881,8 +1068,8 @@ $a->strings["Maximum Friend Requests/Day:"] = "Maksymalna liczba zaproszeń do g $a->strings["(to prevent spam abuse)"] = "(aby zapobiec spamowaniu)"; $a->strings["Default Post Permissions"] = "Domyślne prawa dostępu wiadomości"; $a->strings["(click to open/close)"] = "(kliknij by otworzyć/zamknąć)"; -$a->strings["Show to Groups"] = ""; -$a->strings["Show to Contacts"] = ""; +$a->strings["Show to Groups"] = "Pokaż Grupy"; +$a->strings["Show to Contacts"] = "Pokaż kontakty"; $a->strings["Default Private Post"] = ""; $a->strings["Default Public Post"] = ""; $a->strings["Default Permissions for New Posts"] = ""; @@ -949,7 +1136,7 @@ $a->strings["The ID provided by your system is a duplicate on our system. It sho $a->strings["Unable to set your contact credentials on our system."] = "Niezdolny do ustalenie tożsamości twoich kontaktów w naszym systemie"; $a->strings["Unable to update your contact profile details on our system"] = "Niezdolny do aktualizacji szczegółowych danych profilowych twoich kontaktów w naszym systemie"; $a->strings["Connection accepted at %s"] = "Połączenie zaakceptowane %s"; -$a->strings["%1\$s has joined %2\$s"] = ""; +$a->strings["%1\$s has joined %2\$s"] = "%1\$s dołączył/a do %2\$s"; $a->strings["%1\$s welcomes %2\$s"] = "%1\$s witamy %2\$s"; $a->strings["This introduction has already been accepted."] = "To wprowadzenie zostało już zaakceptowane."; $a->strings["Profile location is not valid or does not contain profile information."] = "Położenie profilu jest niepoprawne lub nie zawiera żadnych informacji."; @@ -1003,183 +1190,11 @@ $a->strings["No suggestions available. If this is a new site, please try again i $a->strings["Ignore/Hide"] = "Ignoruj/Ukryj"; $a->strings["People Search"] = "Szukaj osób"; $a->strings["No matches"] = "brak dopasowań"; -$a->strings["Theme settings updated."] = "Ustawienia szablonu zmienione."; -$a->strings["Site"] = "Strona"; -$a->strings["Users"] = "Użytkownicy"; -$a->strings["Plugins"] = "Wtyczki"; -$a->strings["Themes"] = "Temat"; -$a->strings["DB updates"] = "Aktualizacje DB"; -$a->strings["Logs"] = "Logi"; -$a->strings["Plugin Features"] = "Polecane wtyczki"; -$a->strings["User registrations waiting for confirmation"] = "Rejestracje użytkownika czekają na potwierdzenie."; -$a->strings["Normal Account"] = "Konto normalne"; -$a->strings["Soapbox Account"] = "Konto Soapbox"; -$a->strings["Community/Celebrity Account"] = "Konto społeczności/gwiazdy"; -$a->strings["Automatic Friend Account"] = "Automatyczny przyjaciel konta"; -$a->strings["Blog Account"] = "Konto Bloga"; -$a->strings["Private Forum"] = "Forum Prywatne"; -$a->strings["Message queues"] = ""; -$a->strings["Administration"] = "Administracja"; -$a->strings["Summary"] = "Skrót"; -$a->strings["Registered users"] = "Zarejestrowani użytkownicy"; -$a->strings["Pending registrations"] = "Rejestracje w toku."; -$a->strings["Version"] = "Wersja"; -$a->strings["Active plugins"] = "Aktywne pluginy"; -$a->strings["Site settings updated."] = "Ustawienia strony zaktualizowane"; -$a->strings["Multi user instance"] = ""; -$a->strings["Closed"] = "Zamknięty"; -$a->strings["Requires approval"] = "Wymagane zatwierdzenie."; -$a->strings["Open"] = "Otwórz"; -$a->strings["No SSL policy, links will track page SSL state"] = ""; -$a->strings["Force all links to use SSL"] = ""; -$a->strings["Self-signed certificate, use SSL for local links only (discouraged)"] = ""; -$a->strings["File upload"] = "Plik załadowano"; -$a->strings["Policies"] = "zasady"; -$a->strings["Advanced"] = "Zaawansowany"; -$a->strings["Performance"] = ""; -$a->strings["Site name"] = "Nazwa strony"; -$a->strings["Banner/Logo"] = "Logo"; -$a->strings["System language"] = "Język systemu"; -$a->strings["System theme"] = "Motyw systemowy"; -$a->strings["Default system theme - may be over-ridden by user profiles - change theme settings"] = ""; -$a->strings["Mobile system theme"] = ""; -$a->strings["Theme for mobile devices"] = "Szablon dla mobilnych urządzeń"; -$a->strings["SSL link policy"] = ""; -$a->strings["Determines whether generated links should be forced to use SSL"] = ""; -$a->strings["'Share' element"] = "'Udostępnij' element"; -$a->strings["Activates the bbcode element 'share' for repeating items."] = ""; -$a->strings["Hide help entry from navigation menu"] = ""; -$a->strings["Hides the menu entry for the Help pages from the navigation menu. You can still access it calling /help directly."] = ""; -$a->strings["Single user instance"] = ""; -$a->strings["Make this instance multi-user or single-user for the named user"] = ""; -$a->strings["Maximum image size"] = "Maksymalny rozmiar zdjęcia"; -$a->strings["Maximum size in bytes of uploaded images. Default is 0, which means no limits."] = ""; -$a->strings["Maximum image length"] = "Maksymalna długość obrazu"; -$a->strings["Maximum length in pixels of the longest side of uploaded images. Default is -1, which means no limits."] = "Maksymalna długość najdłuższej strony przesyłanego obrazu w pikselach.\nDomyślnie jest to -1, co oznacza brak limitu."; -$a->strings["JPEG image quality"] = "jakość obrazu JPEG"; -$a->strings["Uploaded JPEGS will be saved at this quality setting [0-100]. Default is 100, which is full quality."] = ""; -$a->strings["Register policy"] = "Zarejestruj polisę"; -$a->strings["Maximum Daily Registrations"] = "Maksymalnie dziennych rejestracji"; -$a->strings["If registration is permitted above, this sets the maximum number of new user registrations to accept per day. If register is set to closed, this setting has no effect."] = ""; -$a->strings["Register text"] = "Zarejestruj tekst"; -$a->strings["Will be displayed prominently on the registration page."] = ""; -$a->strings["Accounts abandoned after x days"] = "Konto porzucone od x dni."; -$a->strings["Will not waste system resources polling external sites for abandonded accounts. Enter 0 for no time limit."] = ""; -$a->strings["Allowed friend domains"] = "Dozwolone domeny przyjaciół"; -$a->strings["Comma separated list of domains which are allowed to establish friendships with this site. Wildcards are accepted. Empty to allow any domains"] = ""; -$a->strings["Allowed email domains"] = "Dozwolone domeny e-mailowe"; -$a->strings["Comma separated list of domains which are allowed in email addresses for registrations to this site. Wildcards are accepted. Empty to allow any domains"] = ""; -$a->strings["Block public"] = "Blokuj publicznie"; -$a->strings["Check to block public access to all otherwise public personal pages on this site unless you are currently logged in."] = ""; -$a->strings["Force publish"] = "Wymuś publikację"; -$a->strings["Check to force all profiles on this site to be listed in the site directory."] = ""; -$a->strings["Global directory update URL"] = ""; -$a->strings["URL to update the global directory. If this is not set, the global directory is completely unavailable to the application."] = ""; -$a->strings["Allow threaded items"] = ""; -$a->strings["Allow infinite level threading for items on this site."] = ""; -$a->strings["Private posts by default for new users"] = ""; -$a->strings["Set default post permissions for all new members to the default privacy group rather than public."] = ""; -$a->strings["Don't include post content in email notifications"] = ""; -$a->strings["Don't include the content of a post/comment/private message/etc. in the email notifications that are sent out from this site, as a privacy measure."] = ""; -$a->strings["Disallow public access to addons listed in the apps menu."] = ""; -$a->strings["Checking this box will restrict addons listed in the apps menu to members only."] = ""; -$a->strings["Don't embed private images in posts"] = ""; -$a->strings["Don't replace locally-hosted private photos in posts with an embedded copy of the image. This means that contacts who receive posts containing private photos will have to authenticate and load each image, which may take a while."] = ""; -$a->strings["Block multiple registrations"] = ""; -$a->strings["Disallow users to register additional accounts for use as pages."] = ""; -$a->strings["OpenID support"] = "Wsparcie OpenID"; -$a->strings["OpenID support for registration and logins."] = ""; -$a->strings["Fullname check"] = "Sprawdzanie pełnej nazwy"; -$a->strings["Force users to register with a space between firstname and lastname in Full name, as an antispam measure"] = ""; -$a->strings["UTF-8 Regular expressions"] = ""; -$a->strings["Use PHP UTF8 regular expressions"] = ""; -$a->strings["Show Community Page"] = "Pokaż stronę społeczności"; -$a->strings["Display a Community page showing all recent public postings on this site."] = ""; -$a->strings["Enable OStatus support"] = "Włącz wsparcie OStatus"; -$a->strings["Provide built-in OStatus (identi.ca, status.net, etc.) compatibility. All communications in OStatus are public, so privacy warnings will be occasionally displayed."] = ""; -$a->strings["Enable Diaspora support"] = "Włączyć obsługę Diaspory"; -$a->strings["Provide built-in Diaspora network compatibility."] = ""; -$a->strings["Only allow Friendica contacts"] = "Dopuść tylko kontakty Friendrica"; -$a->strings["All contacts must use Friendica protocols. All other built-in communication protocols disabled."] = ""; -$a->strings["Verify SSL"] = "Weryfikacja SSL"; -$a->strings["If you wish, you can turn on strict certificate checking. This will mean you cannot connect (at all) to self-signed SSL sites."] = ""; -$a->strings["Proxy user"] = "Użytkownik proxy"; -$a->strings["Proxy URL"] = "URL Proxy"; -$a->strings["Network timeout"] = "Network timeout"; -$a->strings["Value is in seconds. Set to 0 for unlimited (not recommended)."] = ""; -$a->strings["Delivery interval"] = ""; -$a->strings["Delay background delivery processes by this many seconds to reduce system load. Recommend: 4-5 for shared hosts, 2-3 for virtual private servers. 0-1 for large dedicated servers."] = ""; -$a->strings["Poll interval"] = ""; -$a->strings["Delay background polling processes by this many seconds to reduce system load. If 0, use delivery interval."] = ""; -$a->strings["Maximum Load Average"] = ""; -$a->strings["Maximum system load before delivery and poll processes are deferred - default 50."] = ""; -$a->strings["Use MySQL full text engine"] = ""; -$a->strings["Activates the full text engine. Speeds up search - but can only search for four and more characters."] = ""; -$a->strings["Path to item cache"] = ""; -$a->strings["Cache duration in seconds"] = ""; -$a->strings["How long should the cache files be hold? Default value is 86400 seconds (One day)."] = ""; -$a->strings["Path for lock file"] = ""; -$a->strings["Temp path"] = ""; -$a->strings["Base path to installation"] = ""; -$a->strings["Update has been marked successful"] = ""; -$a->strings["Executing %s failed. Check system logs."] = ""; -$a->strings["Update %s was successfully applied."] = ""; -$a->strings["Update %s did not return a status. Unknown if it succeeded."] = ""; -$a->strings["Update function %s could not be found."] = ""; -$a->strings["No failed updates."] = "Brak błędów aktualizacji."; -$a->strings["Failed Updates"] = "Błąd aktualizacji"; -$a->strings["This does not include updates prior to 1139, which did not return a status."] = ""; -$a->strings["Mark success (if update was manually applied)"] = ""; -$a->strings["Attempt to execute this update step automatically"] = ""; -$a->strings["%s user blocked/unblocked"] = array( - 0 => "", - 1 => "", - 2 => "", -); -$a->strings["%s user deleted"] = array( - 0 => " %s użytkownik usunięty", - 1 => " %s użytkownicy usunięci", - 2 => " %s usuniętych użytkowników ", -); -$a->strings["User '%s' deleted"] = "Użytkownik '%s' usunięty"; -$a->strings["User '%s' unblocked"] = "Użytkownik '%s' odblokowany"; -$a->strings["User '%s' blocked"] = "Użytkownik '%s' zablokowany"; -$a->strings["select all"] = "Zaznacz wszystko"; -$a->strings["User registrations waiting for confirm"] = "zarejestrowany użytkownik czeka na potwierdzenie"; -$a->strings["Request date"] = "Data prośby"; -$a->strings["No registrations."] = "brak rejestracji"; -$a->strings["Approve"] = "Zatwierdź"; -$a->strings["Deny"] = "Odmów"; -$a->strings["Site admin"] = "Administracja stroną"; -$a->strings["Account expired"] = ""; -$a->strings["Register date"] = "Data rejestracji"; -$a->strings["Last login"] = "Ostatnie logowanie"; -$a->strings["Last item"] = "Ostatni element"; -$a->strings["Account"] = "Konto"; -$a->strings["Selected users will be deleted!\\n\\nEverything these users had posted on this site will be permanently deleted!\\n\\nAre you sure?"] = "Zaznaczeni użytkownicy zostaną usunięci!\\n\\nWszystko co zamieścili na tej stronie będzie trwale skasowane!\\n\\nJesteś pewien?"; -$a->strings["The user {0} will be deleted!\\n\\nEverything this user has posted on this site will be permanently deleted!\\n\\nAre you sure?"] = "Użytkownik {0} zostanie usunięty!\\n\\nWszystko co zamieścił na tej stronie będzie trwale skasowane!\\n\\nJesteś pewien?"; -$a->strings["Plugin %s disabled."] = "Wtyczka %s wyłączona."; -$a->strings["Plugin %s enabled."] = "Wtyczka %s właczona."; -$a->strings["Disable"] = "Wyłącz"; -$a->strings["Enable"] = "Zezwól"; -$a->strings["Toggle"] = "Włącz"; -$a->strings["Author: "] = "Autor: "; -$a->strings["Maintainer: "] = ""; -$a->strings["No themes found."] = "Nie znaleziono tematu."; -$a->strings["Screenshot"] = "Zrzut ekranu"; -$a->strings["[Experimental]"] = "[Eksperymentalne]"; -$a->strings["[Unsupported]"] = "[Niewspieralne]"; -$a->strings["Log settings updated."] = ""; -$a->strings["Clear"] = "Wyczyść"; -$a->strings["Debugging"] = "Naprawianie"; -$a->strings["Log file"] = "Plik logów"; -$a->strings["Must be writable by web server. Relative to your Friendica top-level directory."] = ""; -$a->strings["Log level"] = "Poziom logów"; -$a->strings["Close"] = "Zamknij"; -$a->strings["FTP Host"] = "Założyciel FTP"; -$a->strings["FTP Path"] = "Ścieżka FTP"; -$a->strings["FTP User"] = "Użytkownik FTP"; -$a->strings["FTP Password"] = "FTP Hasło"; +$a->strings["No videos selected"] = ""; +$a->strings["Access to this item is restricted."] = "Dostęp do tego obiektu jest ograniczony."; +$a->strings["View Album"] = "Zobacz album"; +$a->strings["Recent Videos"] = ""; +$a->strings["Upload New Videos"] = ""; $a->strings["Tag removed"] = "Tag usunięty"; $a->strings["Remove Item Tag"] = "Usuń pozycję Tag"; $a->strings["Select a tag to remove: "] = "Wybierz tag do usunięcia"; @@ -1203,7 +1218,7 @@ $a->strings["Description:"] = "Opis:"; $a->strings["Title:"] = "Tytuł:"; $a->strings["Share this event"] = "Udostępnij te wydarzenie"; $a->strings["Files"] = "Pliki"; -$a->strings["Export account"] = ""; +$a->strings["Export account"] = "Eksportuj konto"; $a->strings["Export your account info and contacts. Use this to make a backup of your account and/or to move it to another server."] = ""; $a->strings["Export all"] = "Eksportuj wszystko"; $a->strings["Export your accout info, contacts and all your items as json. Could be a very big file, and could take a lot of time. Use this to make a full backup of your account (photos are not exported)"] = ""; @@ -1300,7 +1315,7 @@ $a->strings["Your new password is"] = "Twoje nowe hasło to"; $a->strings["Save or copy your new password - and then"] = "Zapisz lub skopiuj swoje nowe hasło - i wtedy"; $a->strings["click here to login"] = "Kliknij tutaj aby zalogować"; $a->strings["Your password may be changed from the Settings page after successful login."] = "Twoje hasło może być zmienione w Ustawieniach po udanym zalogowaniu."; -$a->strings["Your password has been changed at %s"] = ""; +$a->strings["Your password has been changed at %s"] = "Twoje hasło zostało zmienione na %s"; $a->strings["Forgot your Password?"] = "Zapomniałeś hasła?"; $a->strings["Enter your email address and submit to have your password reset. Then check your email for further instructions."] = "Wpisz swój adres email i wyślij, aby zresetować hasło. Później sprawdź swojego emaila w celu uzyskania dalszych instrukcji."; $a->strings["Nickname or Email: "] = "Pseudonim lub Email:"; @@ -1366,7 +1381,7 @@ $a->strings["Hide Ignored Requests"] = "Ukryj ignorowane żądania"; $a->strings["Notification type: "] = "Typ zawiadomień:"; $a->strings["Friend Suggestion"] = "Propozycja znajomych"; $a->strings["suggested by %s"] = "zaproponowane przez %s"; -$a->strings["Post a new friend activity"] = ""; +$a->strings["Post a new friend activity"] = "Pisz o nowej działalności przyjaciela"; $a->strings["if applicable"] = "jeśli odpowiednie"; $a->strings["Claims to be known to you: "] = "Twierdzi, że go znasz:"; $a->strings["yes"] = "tak"; @@ -1405,7 +1420,6 @@ $a->strings["a photo"] = "zdjęcie"; $a->strings["Image exceeds size limit of "] = "obrazek przekracza limit rozmiaru"; $a->strings["Image file is empty."] = "Plik obrazka jest pusty."; $a->strings["No photos selected"] = "Nie zaznaczono zdjęć"; -$a->strings["Access to this item is restricted."] = "Dostęp do tego obiektu jest ograniczony."; $a->strings["You have used %1$.2f Mbytes of %2$.2f Mbytes photo storage."] = ""; $a->strings["Upload Photos"] = "Prześlij zdjęcia"; $a->strings["New album name: "] = "Nazwa nowego albumu:"; @@ -1427,8 +1441,8 @@ $a->strings["Private Message"] = "Wiadomość prywatna"; $a->strings["View Full Size"] = "Zobacz w pełnym rozmiarze"; $a->strings["Tags: "] = "Tagi:"; $a->strings["[Remove any tag]"] = "[Usunąć znacznik]"; -$a->strings["Rotate CW (right)"] = ""; -$a->strings["Rotate CCW (left)"] = ""; +$a->strings["Rotate CW (right)"] = "Obróć CW (w prawo)"; +$a->strings["Rotate CCW (left)"] = "Obróć CCW (w lewo)"; $a->strings["New album name"] = "Nazwa nowego albumu"; $a->strings["Caption"] = "Zawartość"; $a->strings["Add a Tag"] = "Dodaj tag"; @@ -1439,12 +1453,11 @@ $a->strings["I like this (toggle)"] = "Lubię to (zmień)"; $a->strings["I don't like this (toggle)"] = "Nie lubię (zmień)"; $a->strings["This is you"] = "To jesteś ty"; $a->strings["Comment"] = "Komentarz"; -$a->strings["View Album"] = "Zobacz album"; $a->strings["Recent Photos"] = "Ostatnio dodane zdjęcia"; $a->strings["Welcome to Friendica"] = "Witamy na Friendica"; $a->strings["New Member Checklist"] = "Lista nowych członków"; $a->strings["We would like to offer some tips and links to help make your experience enjoyable. Click any item to visit the relevant page. A link to this page will be visible from your home page for two weeks after your initial registration and then will quietly disappear."] = "Chcielibyśmy zaproponować kilka porad i linków, które pomogą uczynić twoje doświadczenie przyjemnym. Kliknij dowolny element, aby odwiedzić odpowiednią stronę. Link do tej strony będzie widoczny na stronie głównej przez dwa tygodnie od czasu rejestracji, a następnie zniknie."; -$a->strings["Getting Started"] = ""; +$a->strings["Getting Started"] = "Pierwsze kroki"; $a->strings["Friendica Walk-Through"] = ""; $a->strings["On your Quick Start page - find a brief introduction to your profile and network tabs, make some new connections, and find some groups to join."] = ""; $a->strings["Go to Your Settings"] = "Idź do swoich ustawień"; @@ -1463,7 +1476,7 @@ $a->strings["Importing Emails"] = "Importuję emaile..."; $a->strings["Enter your email access information on your Connector Settings page if you wish to import and interact with friends or mailing lists from your email INBOX"] = ""; $a->strings["Go to Your Contacts Page"] = "Idź do strony z Twoimi kontaktami"; $a->strings["Your Contacts page is your gateway to managing friendships and connecting with friends on other networks. Typically you enter their address or site URL in the Add New Contact dialog."] = ""; -$a->strings["Go to Your Site's Directory"] = ""; +$a->strings["Go to Your Site's Directory"] = "Idż do twojej strony"; $a->strings["The Directory page lets you find other people in this network or other federated sites. Look for a Connect or Follow link on their profile page. Provide your own Identity Address if requested."] = ""; $a->strings["Finding New People"] = "Poszukiwanie Nowych Ludzi"; $a->strings["On the side panel of the Contacts page are several tools to find new friends. We can match people by interest, look up people by name or interest, and provide suggestions based on network relationships. On a brand new site, friend suggestions will usually begin to be populated within 24 hours."] = ""; @@ -1475,9 +1488,7 @@ $a->strings["Getting Help"] = "Otrzymywanie pomocy"; $a->strings["Go to the Help Section"] = "Idź do części o pomocy"; $a->strings["Our help pages may be consulted for detail on other program features and resources."] = ""; $a->strings["Requested profile is not available."] = "Żądany profil jest niedostępny"; -$a->strings["Access to this profile has been restricted."] = "Ograniczony dostęp do tego konta"; $a->strings["Tips for New Members"] = "Wskazówki dla nowych użytkowników"; -$a->strings["Item has been removed."] = "Przedmiot został usunięty"; $a->strings["Friendica Social Communications Server - Setup"] = ""; $a->strings["Could not connect to database."] = "Nie można nawiązać połączenia z bazą danych"; $a->strings["Could not create table."] = "Nie mogę stworzyć tabeli."; @@ -1588,7 +1599,7 @@ $a->strings["via"] = "przez"; $a->strings["Theme settings"] = "Ustawienia motywu"; $a->strings["Set resize level for images in posts and comments (width and height)"] = ""; $a->strings["Set font-size for posts and comments"] = "Ustaw rozmiar fontów dla postów i komentarzy"; -$a->strings["Set theme width"] = ""; +$a->strings["Set theme width"] = "Ustaw szerokość motywu"; $a->strings["Color scheme"] = "Zestaw kolorów"; $a->strings["Set line-height for posts and comments"] = ""; $a->strings["Set resolution for middle column"] = ""; @@ -1618,6 +1629,7 @@ $a->strings["Left"] = "Lewo"; $a->strings["Center"] = "Środek"; $a->strings["Posts font size"] = ""; $a->strings["Textareas font size"] = ""; +$a->strings["toggle mobile"] = "przełącz na mobilny"; $a->strings["Delete this item?"] = "Usunąć ten element?"; $a->strings["show fewer"] = "Pokaż mniej"; $a->strings["Update %s failed. See error logs."] = ""; @@ -1646,6 +1658,6 @@ $a->strings["Event Reminders"] = "Przypominacze wydarzeń"; $a->strings["Events this week:"] = "Wydarzenia w tym tygodniu:"; $a->strings["Status Messages and Posts"] = "Status wiadomości i postów"; $a->strings["Profile Details"] = "Szczegóły profilu"; +$a->strings["Videos"] = ""; $a->strings["Events and Calendar"] = "Wydarzenia i kalendarz"; $a->strings["Only You Can See This"] = "Tylko ty możesz to zobaczyć"; -$a->strings["toggle mobile"] = "przełącz na mobilny"; diff --git a/view/pl/update_fail_eml.tpl b/view/pl/update_fail_eml.tpl index 2fd47740ca..0910b901ff 100644 --- a/view/pl/update_fail_eml.tpl +++ b/view/pl/update_fail_eml.tpl @@ -1,5 +1,5 @@ Hey, -Jestem $sitename. +Jestem $sitename; Deweloperzy friendica wydali ostatnio aktualizację $update, ale kiedy próbowałem ją zainstalować, coś poszło nie tak. To musi być szybko poprawione, ale nie mogę zrobić tego sam. Proszę o kontakt z From 0cc641fbbc192e7cf17dd7d1b8e9fb22e8057752 Mon Sep 17 00:00:00 2001 From: friendica Date: Wed, 22 May 2013 22:30:53 -0700 Subject: [PATCH 06/20] messaging --- boot.php | 2 +- mod/install.php | 2 +- util/messages.po | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/boot.php b/boot.php index 51cf674a35..666e138acd 100644 --- a/boot.php +++ b/boot.php @@ -12,7 +12,7 @@ require_once('library/Mobile_Detect/Mobile_Detect.php'); require_once('include/features.php'); define ( 'FRIENDICA_PLATFORM', 'Friendica'); -define ( 'FRIENDICA_VERSION', '3.1.1707' ); +define ( 'FRIENDICA_VERSION', '3.1.1708' ); define ( 'DFRN_PROTOCOL_VERSION', '2.23' ); define ( 'DB_UPDATE_VERSION', 1163 ); define ( 'EOL', "
\r\n" ); diff --git a/mod/install.php b/mod/install.php index eda6b137f4..b92856690e 100755 --- a/mod/install.php +++ b/mod/install.php @@ -114,7 +114,7 @@ function install_content(&$a) { global $install_wizard_pass, $db; $o = ''; $wizard_status = ""; - $install_title = t('Friendica Social Communications Server - Setup'); + $install_title = t('Friendica Communications Server - Setup'); diff --git a/util/messages.po b/util/messages.po index 8061060c8f..ccd6f7165f 100644 --- a/util/messages.po +++ b/util/messages.po @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: 3.1.1707\n" +"Project-Id-Version: 3.1.1708\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2013-05-21 00:03-0700\n" +"POT-Creation-Date: 2013-05-22 00:01-0700\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" From ca623641ca1f742c2a9fff739c604257749f1b49 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Sat, 25 May 2013 07:29:24 +0200 Subject: [PATCH 07/20] CS: update to the strings --- view/cs/messages.po | 14958 ++++++++++++++-------------------- view/cs/strings.php | 3344 ++++---- view/cs/update_fail_eml.tpl | 11 + 3 files changed, 7571 insertions(+), 10742 deletions(-) create mode 100644 view/cs/update_fail_eml.tpl diff --git a/view/cs/messages.po b/view/cs/messages.po index 68f7d35936..8d430d0627 100644 --- a/view/cs/messages.po +++ b/view/cs/messages.po @@ -1,15 +1,15 @@ # FRIENDICA Distributed Social Network -# Copyright (C) 2010, 2011 the Friendica Project +# Copyright (C) 2010, 2011, 2012, 2013 the Friendica Project # This file is distributed under the same license as the Friendica package. # # Translators: -# Michal Šupler , 2011-2013. +# Michal Šupler , 2011-2013 msgid "" msgstr "" "Project-Id-Version: friendica\n" "Report-Msgid-Bugs-To: http://bugs.friendica.com/\n" -"POT-Creation-Date: 2013-01-02 10:00-0800\n" -"PO-Revision-Date: 2013-01-04 19:23+0000\n" +"POT-Creation-Date: 2013-05-22 00:01-0700\n" +"PO-Revision-Date: 2013-05-24 17:03+0000\n" "Last-Translator: Michal Šupler \n" "Language-Team: Czech (http://www.transifex.com/projects/p/friendica/language/cs/)\n" "MIME-Version: 1.0\n" @@ -18,7983 +18,22 @@ msgstr "" "Language: cs\n" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" -#: ../../mod/oexchange.php:25 -msgid "Post successful." -msgstr "Příspěvek úspěšně odeslán" - -#: ../../mod/update_notes.php:41 ../../mod/update_community.php:18 -#: ../../mod/update_network.php:22 ../../mod/update_profile.php:41 -#: ../../mod/update_display.php:22 -msgid "[Embedded content - reload page to view]" -msgstr "[Vložený obsah - obnovení stránky pro zobrazení]" - -#: ../../mod/crepair.php:102 -msgid "Contact settings applied." -msgstr "Nastavení kontaktu změněno" - -#: ../../mod/crepair.php:104 -msgid "Contact update failed." -msgstr "Aktualizace kontaktu selhala." - -#: ../../mod/crepair.php:115 ../../mod/wall_attach.php:55 -#: ../../mod/fsuggest.php:78 ../../mod/events.php:140 ../../mod/api.php:26 -#: ../../mod/api.php:31 ../../mod/photos.php:133 ../../mod/photos.php:995 -#: ../../mod/editpost.php:10 ../../mod/install.php:151 ../../mod/poke.php:135 -#: ../../mod/notifications.php:66 ../../mod/contacts.php:147 -#: ../../mod/settings.php:91 ../../mod/settings.php:542 -#: ../../mod/settings.php:547 ../../mod/manage.php:90 ../../mod/network.php:6 -#: ../../mod/notes.php:20 ../../mod/uimport.php:23 ../../mod/wallmessage.php:9 -#: ../../mod/wallmessage.php:33 ../../mod/wallmessage.php:79 -#: ../../mod/wallmessage.php:103 ../../mod/attach.php:33 -#: ../../mod/group.php:19 ../../mod/viewcontacts.php:22 -#: ../../mod/register.php:38 ../../mod/regmod.php:116 ../../mod/item.php:139 -#: ../../mod/item.php:155 ../../mod/mood.php:114 -#: ../../mod/profile_photo.php:19 ../../mod/profile_photo.php:169 -#: ../../mod/profile_photo.php:180 ../../mod/profile_photo.php:193 -#: ../../mod/message.php:38 ../../mod/message.php:172 -#: ../../mod/allfriends.php:9 ../../mod/nogroup.php:25 -#: ../../mod/wall_upload.php:66 ../../mod/follow.php:9 -#: ../../mod/display.php:165 ../../mod/profiles.php:7 -#: ../../mod/profiles.php:431 ../../mod/delegate.php:6 -#: ../../mod/suggest.php:28 ../../mod/invite.php:13 ../../mod/invite.php:81 -#: ../../mod/dfrn_confirm.php:53 ../../addon/facebook/facebook.php:510 -#: ../../addon/facebook/facebook.php:516 ../../addon/fbpost/fbpost.php:166 -#: ../../addon/fbpost/fbpost.php:172 -#: ../../addon/dav/friendica/layout.fnk.php:354 -#: ../../addon/tumblr/tumblr.php:34 ../../include/items.php:3987 -#: ../../index.php:333 ../../addon.old/facebook/facebook.php:510 -#: ../../addon.old/facebook/facebook.php:516 -#: ../../addon.old/fbpost/fbpost.php:159 ../../addon.old/fbpost/fbpost.php:165 -#: ../../addon.old/dav/friendica/layout.fnk.php:354 -msgid "Permission denied." -msgstr "Přístup odmítnut." - -#: ../../mod/crepair.php:129 ../../mod/fsuggest.php:20 -#: ../../mod/fsuggest.php:92 ../../mod/dfrn_confirm.php:118 -msgid "Contact not found." -msgstr "Kontakt nenalezen." - -#: ../../mod/crepair.php:135 -msgid "Repair Contact Settings" -msgstr "Opravit nastavení kontaktu" - -#: ../../mod/crepair.php:137 -msgid "" -"WARNING: This is highly advanced and if you enter incorrect" -" information your communications with this contact may stop working." -msgstr "Varování: Toto je velmi pokročilé a pokud zadáte nesprávné informace, Vaše komunikace s tímto kontaktem může přestat fungovat." - -#: ../../mod/crepair.php:138 -msgid "" -"Please use your browser 'Back' button now if you are " -"uncertain what to do on this page." -msgstr "Prosím použijte ihned v prohlížeči tlačítko \"zpět\" pokud si nejste jistí co dělat na této stránce." - -#: ../../mod/crepair.php:144 -msgid "Return to contact editor" -msgstr "Návrat k editoru kontaktu" - -#: ../../mod/crepair.php:148 ../../mod/settings.php:562 -#: ../../mod/settings.php:588 ../../mod/admin.php:731 ../../mod/admin.php:741 -msgid "Name" -msgstr "Jméno" - -#: ../../mod/crepair.php:149 -msgid "Account Nickname" -msgstr "Přezdívka účtu" - -#: ../../mod/crepair.php:150 -msgid "@Tagname - overrides Name/Nickname" -msgstr "@Tagname - upřednostněno před Jménem/Přezdívkou" - -#: ../../mod/crepair.php:151 -msgid "Account URL" -msgstr "URL adresa účtu" - -#: ../../mod/crepair.php:152 -msgid "Friend Request URL" -msgstr "Žádost o přátelství URL" - -#: ../../mod/crepair.php:153 -msgid "Friend Confirm URL" -msgstr "URL adresa potvrzení přátelství" - -#: ../../mod/crepair.php:154 -msgid "Notification Endpoint URL" -msgstr "Notifikační URL adresa" - -#: ../../mod/crepair.php:155 -msgid "Poll/Feed URL" -msgstr "Poll/Feed URL adresa" - -#: ../../mod/crepair.php:156 -msgid "New photo from this URL" -msgstr "Nové foto z této URL adresy" - -#: ../../mod/crepair.php:166 ../../mod/fsuggest.php:107 -#: ../../mod/events.php:466 ../../mod/photos.php:1028 -#: ../../mod/photos.php:1118 ../../mod/photos.php:1402 -#: ../../mod/photos.php:1442 ../../mod/photos.php:1486 -#: ../../mod/photos.php:1569 ../../mod/install.php:248 -#: ../../mod/install.php:286 ../../mod/localtime.php:45 ../../mod/poke.php:199 -#: ../../mod/content.php:710 ../../mod/contacts.php:352 -#: ../../mod/settings.php:560 ../../mod/settings.php:670 -#: ../../mod/settings.php:739 ../../mod/settings.php:811 -#: ../../mod/settings.php:1018 ../../mod/group.php:87 ../../mod/mood.php:137 -#: ../../mod/message.php:301 ../../mod/message.php:527 ../../mod/admin.php:461 -#: ../../mod/admin.php:728 ../../mod/admin.php:865 ../../mod/admin.php:1064 -#: ../../mod/admin.php:1151 ../../mod/profiles.php:604 -#: ../../mod/invite.php:119 ../../addon/fromgplus/fromgplus.php:44 -#: ../../addon/facebook/facebook.php:619 -#: ../../addon/snautofollow/snautofollow.php:64 -#: ../../addon/fbpost/fbpost.php:272 ../../addon/yourls/yourls.php:76 -#: ../../addon/ljpost/ljpost.php:93 ../../addon/nsfw/nsfw.php:88 -#: ../../addon/page/page.php:211 ../../addon/planets/planets.php:158 -#: ../../addon/uhremotestorage/uhremotestorage.php:89 -#: ../../addon/randplace/randplace.php:177 ../../addon/dwpost/dwpost.php:93 -#: ../../addon/remote_permissions/remote_permissions.php:48 -#: ../../addon/remote_permissions/remote_permissions.php:196 -#: ../../addon/startpage/startpage.php:92 -#: ../../addon/geonames/geonames.php:187 -#: ../../addon/forumlist/forumlist.php:178 -#: ../../addon/impressum/impressum.php:83 -#: ../../addon/notimeline/notimeline.php:64 ../../addon/blockem/blockem.php:57 -#: ../../addon/qcomment/qcomment.php:61 -#: ../../addon/openstreetmap/openstreetmap.php:70 -#: ../../addon/group_text/group_text.php:84 -#: ../../addon/libravatar/libravatar.php:99 -#: ../../addon/libertree/libertree.php:90 ../../addon/altpager/altpager.php:91 -#: ../../addon/altpager/altpager.php:98 ../../addon/mathjax/mathjax.php:42 -#: ../../addon/editplain/editplain.php:84 ../../addon/blackout/blackout.php:99 -#: ../../addon/gravatar/gravatar.php:95 -#: ../../addon/pageheader/pageheader.php:55 ../../addon/ijpost/ijpost.php:93 -#: ../../addon/jappixmini/jappixmini.php:307 -#: ../../addon/statusnet/statusnet.php:278 -#: ../../addon/statusnet/statusnet.php:292 -#: ../../addon/statusnet/statusnet.php:318 -#: ../../addon/statusnet/statusnet.php:325 -#: ../../addon/statusnet/statusnet.php:353 -#: ../../addon/statusnet/statusnet.php:703 ../../addon/tumblr/tumblr.php:233 -#: ../../addon/numfriends/numfriends.php:85 ../../addon/gnot/gnot.php:88 -#: ../../addon/wppost/wppost.php:110 ../../addon/showmore/showmore.php:48 -#: ../../addon/piwik/piwik.php:89 ../../addon/twitter/twitter.php:180 -#: ../../addon/twitter/twitter.php:209 ../../addon/twitter/twitter.php:515 -#: ../../addon/irc/irc.php:55 ../../addon/fromapp/fromapp.php:77 -#: ../../addon/blogger/blogger.php:102 ../../addon/posterous/posterous.php:103 -#: ../../view/theme/cleanzero/config.php:80 -#: ../../view/theme/diabook/theme.php:643 -#: ../../view/theme/diabook/config.php:152 -#: ../../view/theme/quattro/config.php:64 ../../view/theme/dispy/config.php:70 -#: ../../object/Item.php:603 ../../addon.old/fromgplus/fromgplus.php:40 -#: ../../addon.old/facebook/facebook.php:619 -#: ../../addon.old/snautofollow/snautofollow.php:64 -#: ../../addon.old/bg/bg.php:90 ../../addon.old/fbpost/fbpost.php:226 -#: ../../addon.old/yourls/yourls.php:76 ../../addon.old/ljpost/ljpost.php:93 -#: ../../addon.old/nsfw/nsfw.php:88 ../../addon.old/page/page.php:211 -#: ../../addon.old/planets/planets.php:158 -#: ../../addon.old/uhremotestorage/uhremotestorage.php:89 -#: ../../addon.old/randplace/randplace.php:177 -#: ../../addon.old/dwpost/dwpost.php:93 ../../addon.old/drpost/drpost.php:110 -#: ../../addon.old/startpage/startpage.php:92 -#: ../../addon.old/geonames/geonames.php:187 -#: ../../addon.old/oembed.old/oembed.php:41 -#: ../../addon.old/forumlist/forumlist.php:175 -#: ../../addon.old/impressum/impressum.php:83 -#: ../../addon.old/notimeline/notimeline.php:64 -#: ../../addon.old/blockem/blockem.php:57 -#: ../../addon.old/qcomment/qcomment.php:61 -#: ../../addon.old/openstreetmap/openstreetmap.php:70 -#: ../../addon.old/group_text/group_text.php:84 -#: ../../addon.old/libravatar/libravatar.php:99 -#: ../../addon.old/libertree/libertree.php:90 -#: ../../addon.old/altpager/altpager.php:87 -#: ../../addon.old/mathjax/mathjax.php:42 -#: ../../addon.old/editplain/editplain.php:84 -#: ../../addon.old/blackout/blackout.php:98 -#: ../../addon.old/gravatar/gravatar.php:95 -#: ../../addon.old/pageheader/pageheader.php:55 -#: ../../addon.old/ijpost/ijpost.php:93 -#: ../../addon.old/jappixmini/jappixmini.php:307 -#: ../../addon.old/statusnet/statusnet.php:278 -#: ../../addon.old/statusnet/statusnet.php:292 -#: ../../addon.old/statusnet/statusnet.php:318 -#: ../../addon.old/statusnet/statusnet.php:325 -#: ../../addon.old/statusnet/statusnet.php:353 -#: ../../addon.old/statusnet/statusnet.php:576 -#: ../../addon.old/tumblr/tumblr.php:90 -#: ../../addon.old/numfriends/numfriends.php:85 -#: ../../addon.old/gnot/gnot.php:88 ../../addon.old/wppost/wppost.php:110 -#: ../../addon.old/showmore/showmore.php:48 ../../addon.old/piwik/piwik.php:89 -#: ../../addon.old/twitter/twitter.php:180 -#: ../../addon.old/twitter/twitter.php:209 -#: ../../addon.old/twitter/twitter.php:394 ../../addon.old/irc/irc.php:55 -#: ../../addon.old/fromapp/fromapp.php:77 -#: ../../addon.old/blogger/blogger.php:102 -#: ../../addon.old/posterous/posterous.php:103 -msgid "Submit" -msgstr "Odeslat" - -#: ../../mod/help.php:79 -msgid "Help:" -msgstr "Nápověda:" - -#: ../../mod/help.php:84 ../../addon/dav/friendica/layout.fnk.php:225 -#: ../../include/nav.php:86 ../../addon.old/dav/friendica/layout.fnk.php:225 -msgid "Help" -msgstr "Nápověda" - -#: ../../mod/help.php:90 ../../index.php:218 -msgid "Not Found" -msgstr "Nenalezen" - -#: ../../mod/help.php:93 ../../index.php:221 -msgid "Page not found." -msgstr "Stránka nenalezena" - -#: ../../mod/wall_attach.php:69 -#, php-format -msgid "File exceeds size limit of %d" -msgstr "Velikost souboru přesáhla limit %d" - -#: ../../mod/wall_attach.php:110 ../../mod/wall_attach.php:121 -msgid "File upload failed." -msgstr "Nahrání souboru se nezdařilo." - -#: ../../mod/fsuggest.php:63 -msgid "Friend suggestion sent." -msgstr "Návrhy přátelství odeslány " - -#: ../../mod/fsuggest.php:97 -msgid "Suggest Friends" -msgstr "Navrhněte přátelé" - -#: ../../mod/fsuggest.php:99 -#, php-format -msgid "Suggest a friend for %s" -msgstr "Navrhněte přátelé pro uživatele %s" - -#: ../../mod/events.php:66 -msgid "Event title and start time are required." -msgstr "Název události a datum začátku jsou vyžadovány." - -#: ../../mod/events.php:279 -msgid "l, F j" -msgstr "l, F j" - -#: ../../mod/events.php:301 -msgid "Edit event" -msgstr "Editovat událost" - -#: ../../mod/events.php:323 ../../include/text.php:1247 -msgid "link to source" -msgstr "odkaz na zdroj" - -#: ../../mod/events.php:358 ../../view/theme/diabook/theme.php:92 -#: ../../include/nav.php:52 ../../boot.php:1791 -msgid "Events" -msgstr "Události" - -#: ../../mod/events.php:359 -msgid "Create New Event" -msgstr "Vytvořit novou událost" - -#: ../../mod/events.php:360 ../../addon/dav/friendica/layout.fnk.php:263 -#: ../../addon.old/dav/friendica/layout.fnk.php:263 -msgid "Previous" -msgstr "Předchozí" - -#: ../../mod/events.php:361 ../../mod/install.php:207 -#: ../../addon/dav/friendica/layout.fnk.php:266 -#: ../../addon.old/dav/friendica/layout.fnk.php:266 -msgid "Next" -msgstr "Dále" - -#: ../../mod/events.php:434 -msgid "hour:minute" -msgstr "hodina:minuta" - -#: ../../mod/events.php:444 -msgid "Event details" -msgstr "Detaily události" - -#: ../../mod/events.php:445 -#, php-format -msgid "Format is %s %s. Starting date and Title are required." -msgstr "Formát je %s %s. Datum začátku a Název jsou vyžadovány." - -#: ../../mod/events.php:447 -msgid "Event Starts:" -msgstr "Událost začíná:" - -#: ../../mod/events.php:447 ../../mod/events.php:461 -msgid "Required" -msgstr "Vyžadováno" - -#: ../../mod/events.php:450 -msgid "Finish date/time is not known or not relevant" -msgstr "Datum/čas konce není zadán nebo není relevantní" - -#: ../../mod/events.php:452 -msgid "Event Finishes:" -msgstr "Akce končí:" - -#: ../../mod/events.php:455 -msgid "Adjust for viewer timezone" -msgstr "Nastavit časové pásmo pro uživatele s právem pro čtení" - -#: ../../mod/events.php:457 -msgid "Description:" -msgstr "Popis:" - -#: ../../mod/events.php:459 ../../mod/directory.php:134 -#: ../../addon/forumdirectory/forumdirectory.php:156 -#: ../../include/event.php:40 ../../include/bb2diaspora.php:415 -#: ../../boot.php:1312 -msgid "Location:" -msgstr "Místo:" - -#: ../../mod/events.php:461 -msgid "Title:" -msgstr "Název:" - -#: ../../mod/events.php:463 -msgid "Share this event" -msgstr "Sdílet tuto událost" - -#: ../../mod/tagrm.php:11 ../../mod/tagrm.php:94 ../../mod/editpost.php:145 -#: ../../mod/dfrn_request.php:848 ../../mod/settings.php:561 -#: ../../mod/settings.php:587 ../../mod/fbrowser.php:81 -#: ../../mod/fbrowser.php:116 ../../addon/js_upload/js_upload.php:45 -#: ../../include/conversation.php:1045 -#: ../../addon.old/js_upload/js_upload.php:45 -msgid "Cancel" -msgstr "Zrušit" - -#: ../../mod/tagrm.php:41 -msgid "Tag removed" -msgstr "Štítek odstraněn" - -#: ../../mod/tagrm.php:79 -msgid "Remove Item Tag" -msgstr "Odebrat štítek položky" - -#: ../../mod/tagrm.php:81 -msgid "Select a tag to remove: " -msgstr "Vyberte štítek k odebrání: " - -#: ../../mod/tagrm.php:93 ../../mod/delegate.php:130 -#: ../../addon/dav/common/wdcal_edit.inc.php:468 -#: ../../addon.old/dav/common/wdcal_edit.inc.php:468 -msgid "Remove" -msgstr "Odstranit" - -#: ../../mod/dfrn_poll.php:99 ../../mod/dfrn_poll.php:530 -#, php-format -msgid "%1$s welcomes %2$s" -msgstr "%1$s vítá %2$s" - -#: ../../mod/api.php:76 ../../mod/api.php:102 -msgid "Authorize application connection" -msgstr "Povolit připojení aplikacím" - -#: ../../mod/api.php:77 -msgid "Return to your app and insert this Securty Code:" -msgstr "Vraťte se do vaší aplikace a zadejte tento bezpečnostní kód:" - -#: ../../mod/api.php:89 -msgid "Please login to continue." -msgstr "Pro pokračování se prosím přihlaste." - -#: ../../mod/api.php:104 -msgid "" -"Do you want to authorize this application to access your posts and contacts," -" and/or create new posts for you?" -msgstr "Chcete umožnit této aplikaci přístup k vašim příspěvkům a kontaktům a/nebo k vytváření Vašich nových příspěvků?" - -#: ../../mod/api.php:105 ../../mod/dfrn_request.php:836 -#: ../../mod/settings.php:934 ../../mod/settings.php:940 -#: ../../mod/settings.php:948 ../../mod/settings.php:952 -#: ../../mod/settings.php:957 ../../mod/settings.php:963 -#: ../../mod/settings.php:969 ../../mod/settings.php:975 -#: ../../mod/settings.php:1005 ../../mod/settings.php:1006 -#: ../../mod/settings.php:1007 ../../mod/settings.php:1008 -#: ../../mod/settings.php:1009 ../../mod/register.php:237 -#: ../../mod/profiles.php:584 -msgid "Yes" -msgstr "Ano" - -#: ../../mod/api.php:106 ../../mod/dfrn_request.php:837 -#: ../../mod/settings.php:934 ../../mod/settings.php:940 -#: ../../mod/settings.php:948 ../../mod/settings.php:952 -#: ../../mod/settings.php:957 ../../mod/settings.php:963 -#: ../../mod/settings.php:969 ../../mod/settings.php:975 -#: ../../mod/settings.php:1005 ../../mod/settings.php:1006 -#: ../../mod/settings.php:1007 ../../mod/settings.php:1008 -#: ../../mod/settings.php:1009 ../../mod/register.php:238 -#: ../../mod/profiles.php:585 -msgid "No" -msgstr "Ne" - -#: ../../mod/photos.php:51 ../../boot.php:1784 -msgid "Photo Albums" -msgstr "Fotoalba" - -#: ../../mod/photos.php:59 ../../mod/photos.php:154 ../../mod/photos.php:1009 -#: ../../mod/photos.php:1102 ../../mod/photos.php:1125 -#: ../../mod/photos.php:1626 ../../mod/photos.php:1638 -#: ../../addon/communityhome/communityhome.php:112 -#: ../../view/theme/diabook/theme.php:493 -#: ../../addon.old/communityhome/communityhome.php:110 -msgid "Contact Photos" -msgstr "Fotogalerie kontaktu" - -#: ../../mod/photos.php:66 ../../mod/photos.php:1141 ../../mod/photos.php:1685 -msgid "Upload New Photos" -msgstr "Nahrát nové fotografie" - -#: ../../mod/photos.php:79 ../../mod/settings.php:23 -msgid "everybody" -msgstr "Žádost o připojení selhala nebo byla zrušena." - -#: ../../mod/photos.php:143 -msgid "Contact information unavailable" -msgstr "Kontakt byl zablokován" - -#: ../../mod/photos.php:154 ../../mod/photos.php:676 ../../mod/photos.php:1102 -#: ../../mod/photos.php:1125 ../../mod/profile_photo.php:74 -#: ../../mod/profile_photo.php:81 ../../mod/profile_photo.php:88 -#: ../../mod/profile_photo.php:204 ../../mod/profile_photo.php:296 -#: ../../mod/profile_photo.php:305 -#: ../../addon/communityhome/communityhome.php:113 -#: ../../view/theme/diabook/theme.php:494 ../../include/user.php:324 -#: ../../include/user.php:331 ../../include/user.php:338 -#: ../../addon.old/communityhome/communityhome.php:111 -msgid "Profile Photos" -msgstr "Profilové fotografie" - -#: ../../mod/photos.php:164 -msgid "Album not found." -msgstr "Album nenalezeno." - -#: ../../mod/photos.php:182 ../../mod/photos.php:1119 -msgid "Delete Album" -msgstr "Smazat album" - -#: ../../mod/photos.php:245 ../../mod/photos.php:1403 -msgid "Delete Photo" -msgstr "Smazat fotografii" - -#: ../../mod/photos.php:607 -#, php-format -msgid "%1$s was tagged in %2$s by %3$s" -msgstr "%1$s byl označen v %2$s uživatelem %3$s" - -#: ../../mod/photos.php:607 -msgid "a photo" -msgstr "fotografie" - -#: ../../mod/photos.php:712 ../../addon/js_upload/js_upload.php:321 -#: ../../addon.old/js_upload/js_upload.php:315 -msgid "Image exceeds size limit of " -msgstr "Velikost obrázku překračuje limit velikosti" - -#: ../../mod/photos.php:720 -msgid "Image file is empty." -msgstr "Soubor obrázku je prázdný." - -#: ../../mod/photos.php:752 ../../mod/profile_photo.php:153 -#: ../../mod/wall_upload.php:112 -msgid "Unable to process image." -msgstr "Obrázek není možné zprocesovat" - -#: ../../mod/photos.php:779 ../../mod/profile_photo.php:301 -#: ../../mod/wall_upload.php:138 -msgid "Image upload failed." -msgstr "Nahrání obrázku selhalo." - -#: ../../mod/photos.php:865 ../../mod/community.php:18 -#: ../../mod/dfrn_request.php:761 ../../mod/viewcontacts.php:17 -#: ../../mod/display.php:7 ../../mod/search.php:89 ../../mod/directory.php:31 -#: ../../addon/forumdirectory/forumdirectory.php:53 -msgid "Public access denied." -msgstr "Veřejný přístup odepřen." - -#: ../../mod/photos.php:875 -msgid "No photos selected" -msgstr "Není vybrána žádná fotografie" - -#: ../../mod/photos.php:976 -msgid "Access to this item is restricted." -msgstr "Přístup k této položce je omezen." - -#: ../../mod/photos.php:1037 -#, php-format -msgid "You have used %1$.2f Mbytes of %2$.2f Mbytes photo storage." -msgstr "Použil jste %1$.2f Mbajtů z %2$.2f Mbajtů úložiště fotografií." - -#: ../../mod/photos.php:1053 -msgid "Upload Photos" -msgstr "Nahrání fotografií " - -#: ../../mod/photos.php:1057 ../../mod/photos.php:1114 -msgid "New album name: " -msgstr "Název nového alba: " - -#: ../../mod/photos.php:1058 -msgid "or existing album name: " -msgstr "nebo stávající název alba: " - -#: ../../mod/photos.php:1059 -msgid "Do not show a status post for this upload" -msgstr "Nezobrazovat stav pro tento upload" - -#: ../../mod/photos.php:1061 ../../mod/photos.php:1398 -msgid "Permissions" -msgstr "Oprávnění:" - -#: ../../mod/photos.php:1129 -msgid "Edit Album" -msgstr "Edituj album" - -#: ../../mod/photos.php:1135 -msgid "Show Newest First" -msgstr "Zobrazit nejprve nejnovější:" - -#: ../../mod/photos.php:1137 -msgid "Show Oldest First" -msgstr "Zobrazit nejprve nejstarší:" - -#: ../../mod/photos.php:1170 ../../mod/photos.php:1668 -msgid "View Photo" -msgstr "Zobraz fotografii" - -#: ../../mod/photos.php:1205 -msgid "Permission denied. Access to this item may be restricted." -msgstr "Oprávnění bylo zamítnuto. Přístup k této položce může být omezen." - -#: ../../mod/photos.php:1207 -msgid "Photo not available" -msgstr "Fotografie není k dispozici" - -#: ../../mod/photos.php:1263 -msgid "View photo" -msgstr "Zobrazit obrázek" - -#: ../../mod/photos.php:1263 -msgid "Edit photo" -msgstr "Editovat fotografii" - -#: ../../mod/photos.php:1264 -msgid "Use as profile photo" -msgstr "Použít jako profilovou fotografii" - -#: ../../mod/photos.php:1270 ../../mod/content.php:620 -#: ../../object/Item.php:105 -msgid "Private Message" -msgstr "Soukromá zpráva" - -#: ../../mod/photos.php:1289 -msgid "View Full Size" -msgstr "Zobrazit v plné velikosti" - -#: ../../mod/photos.php:1363 -msgid "Tags: " -msgstr "Štítky: " - -#: ../../mod/photos.php:1366 -msgid "[Remove any tag]" -msgstr "[Odstranit všechny štítky]" - -#: ../../mod/photos.php:1388 -msgid "Rotate CW (right)" -msgstr "Rotovat po směru hodinových ručiček (doprava)" - -#: ../../mod/photos.php:1389 -msgid "Rotate CCW (left)" -msgstr "Rotovat proti směru hodinových ručiček (doleva)" - -#: ../../mod/photos.php:1391 -msgid "New album name" -msgstr "Nové jméno alba" - -#: ../../mod/photos.php:1394 -msgid "Caption" -msgstr "Titulek" - -#: ../../mod/photos.php:1396 -msgid "Add a Tag" -msgstr "Přidat štítek" - -#: ../../mod/photos.php:1400 -msgid "" -"Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping" -msgstr "Příklad: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping" - -#: ../../mod/photos.php:1420 ../../mod/content.php:684 -#: ../../object/Item.php:203 -msgid "I like this (toggle)" -msgstr "Líbí se mi to (přepínač)" - -#: ../../mod/photos.php:1421 ../../mod/content.php:685 -#: ../../object/Item.php:204 -msgid "I don't like this (toggle)" -msgstr "Nelíbí se mi to (přepínač)" - -#: ../../mod/photos.php:1422 ../../include/conversation.php:1005 -msgid "Share" -msgstr "Sdílet" - -#: ../../mod/photos.php:1423 ../../mod/editpost.php:121 -#: ../../mod/content.php:499 ../../mod/content.php:883 -#: ../../mod/wallmessage.php:152 ../../mod/message.php:300 -#: ../../mod/message.php:528 ../../include/conversation.php:645 -#: ../../include/conversation.php:1024 ../../object/Item.php:287 -msgid "Please wait" -msgstr "Čekejte prosím" - -#: ../../mod/photos.php:1439 ../../mod/photos.php:1483 -#: ../../mod/photos.php:1566 ../../mod/content.php:707 -#: ../../object/Item.php:600 -msgid "This is you" -msgstr "Nastavte Vaši polohu" - -#: ../../mod/photos.php:1441 ../../mod/photos.php:1485 -#: ../../mod/photos.php:1568 ../../mod/content.php:709 ../../boot.php:635 -#: ../../object/Item.php:284 ../../object/Item.php:602 -msgid "Comment" -msgstr "Okomentovat" - -#: ../../mod/photos.php:1443 ../../mod/photos.php:1487 -#: ../../mod/photos.php:1570 ../../mod/editpost.php:142 -#: ../../mod/content.php:719 ../../include/conversation.php:1042 -#: ../../object/Item.php:612 -msgid "Preview" -msgstr "Náhled" - -#: ../../mod/photos.php:1527 ../../mod/content.php:439 -#: ../../mod/content.php:741 ../../mod/settings.php:623 -#: ../../mod/group.php:171 ../../mod/admin.php:735 -#: ../../include/conversation.php:569 ../../object/Item.php:119 -msgid "Delete" -msgstr "Odstranit" - -#: ../../mod/photos.php:1674 -msgid "View Album" -msgstr "Zobrazit album" - -#: ../../mod/photos.php:1683 -msgid "Recent Photos" -msgstr "Aktuální fotografie" - -#: ../../mod/community.php:23 -msgid "Not available." -msgstr "Není k dispozici." - -#: ../../mod/community.php:32 ../../view/theme/diabook/theme.php:94 -#: ../../include/nav.php:101 -msgid "Community" -msgstr "Komunita" - -#: ../../mod/community.php:61 ../../mod/community.php:86 -#: ../../mod/search.php:162 ../../mod/search.php:188 -msgid "No results." -msgstr "Žádné výsledky." - -#: ../../mod/friendica.php:55 -msgid "This is Friendica, version" -msgstr "Toto je Friendica, verze" - -#: ../../mod/friendica.php:56 -msgid "running at web location" -msgstr "běžící na webu" - -#: ../../mod/friendica.php:58 -msgid "" -"Please visit Friendica.com to learn " -"more about the Friendica project." -msgstr "Pro získání dalších informací o projektu Friendica navštivte prosím Friendica.com." - -#: ../../mod/friendica.php:60 -msgid "Bug reports and issues: please visit" -msgstr "Pro hlášení chyb a námětů na změny navštivte:" - -#: ../../mod/friendica.php:61 -msgid "" -"Suggestions, praise, donations, etc. - please email \"Info\" at Friendica - " -"dot com" -msgstr "Návrhy, chválu, dary, apod. - prosím piště na \"info\" na Friendica - tečka com" - -#: ../../mod/friendica.php:75 -msgid "Installed plugins/addons/apps:" -msgstr "Instalované pluginy/doplňky/aplikace:" - -#: ../../mod/friendica.php:88 -msgid "No installed plugins/addons/apps" -msgstr "Nejsou žádné nainstalované doplňky/aplikace" - -#: ../../mod/editpost.php:17 ../../mod/editpost.php:27 -msgid "Item not found" -msgstr "Položka nenalezena" - -#: ../../mod/editpost.php:39 -msgid "Edit post" -msgstr "Upravit příspěvek" - -#: ../../mod/editpost.php:91 ../../include/conversation.php:991 -msgid "Post to Email" -msgstr "Poslat příspěvek na e-mail" - -#: ../../mod/editpost.php:106 ../../mod/content.php:728 -#: ../../mod/settings.php:622 ../../object/Item.php:109 -msgid "Edit" -msgstr "Upravit" - -#: ../../mod/editpost.php:107 ../../mod/wallmessage.php:150 -#: ../../mod/message.php:298 ../../mod/message.php:525 -#: ../../include/conversation.php:1006 -msgid "Upload photo" -msgstr "Nahrát fotografii" - -#: ../../mod/editpost.php:108 ../../include/conversation.php:1007 -msgid "upload photo" -msgstr "nahrát fotky" - -#: ../../mod/editpost.php:109 ../../include/conversation.php:1008 -msgid "Attach file" -msgstr "Přiložit soubor" - -#: ../../mod/editpost.php:110 ../../include/conversation.php:1009 -msgid "attach file" -msgstr "přidat soubor" - -#: ../../mod/editpost.php:111 ../../mod/wallmessage.php:151 -#: ../../mod/message.php:299 ../../mod/message.php:526 -#: ../../include/conversation.php:1010 -msgid "Insert web link" -msgstr "Vložit webový odkaz" - -#: ../../mod/editpost.php:112 ../../include/conversation.php:1011 -msgid "web link" -msgstr "webový odkaz" - -#: ../../mod/editpost.php:113 ../../include/conversation.php:1012 -msgid "Insert video link" -msgstr "Zadejte odkaz na video" - -#: ../../mod/editpost.php:114 ../../include/conversation.php:1013 -msgid "video link" -msgstr "odkaz na video" - -#: ../../mod/editpost.php:115 ../../include/conversation.php:1014 -msgid "Insert audio link" -msgstr "Zadejte odkaz na zvukový záznam" - -#: ../../mod/editpost.php:116 ../../include/conversation.php:1015 -msgid "audio link" -msgstr "odkaz na audio" - -#: ../../mod/editpost.php:117 ../../include/conversation.php:1016 -msgid "Set your location" -msgstr "Nastavte vaši polohu" - -#: ../../mod/editpost.php:118 ../../include/conversation.php:1017 -msgid "set location" -msgstr "nastavit místo" - -#: ../../mod/editpost.php:119 ../../include/conversation.php:1018 -msgid "Clear browser location" -msgstr "Odstranit adresu v prohlížeči" - -#: ../../mod/editpost.php:120 ../../include/conversation.php:1019 -msgid "clear location" -msgstr "vymazat místo" - -#: ../../mod/editpost.php:122 ../../include/conversation.php:1025 -msgid "Permission settings" -msgstr "Nastavení oprávnění" - -#: ../../mod/editpost.php:130 ../../include/conversation.php:1034 -msgid "CC: email addresses" -msgstr "skrytá kopie: e-mailové adresy" - -#: ../../mod/editpost.php:131 ../../include/conversation.php:1035 -msgid "Public post" -msgstr "Veřejný příspěvek" - -#: ../../mod/editpost.php:134 ../../include/conversation.php:1021 -msgid "Set title" -msgstr "Nastavit titulek" - -#: ../../mod/editpost.php:136 ../../include/conversation.php:1023 -msgid "Categories (comma-separated list)" -msgstr "Kategorie (čárkou oddělený seznam)" - -#: ../../mod/editpost.php:137 ../../include/conversation.php:1037 -msgid "Example: bob@example.com, mary@example.com" -msgstr "Příklad: bob@example.com, mary@example.com" - -#: ../../mod/dfrn_request.php:93 -msgid "This introduction has already been accepted." -msgstr "Toto pozvání již bylo přijato." - -#: ../../mod/dfrn_request.php:118 ../../mod/dfrn_request.php:513 -msgid "Profile location is not valid or does not contain profile information." -msgstr "Adresa profilu není platná nebo neobsahuje profilové informace" - -#: ../../mod/dfrn_request.php:123 ../../mod/dfrn_request.php:518 -msgid "Warning: profile location has no identifiable owner name." -msgstr "Varování: umístění profilu nemá žádné identifikovatelné jméno vlastníka" - -#: ../../mod/dfrn_request.php:125 ../../mod/dfrn_request.php:520 -msgid "Warning: profile location has no profile photo." -msgstr "Varování: umístění profilu nemá žádnou profilovou fotografii." - -#: ../../mod/dfrn_request.php:128 ../../mod/dfrn_request.php:523 -#, php-format -msgid "%d required parameter was not found at the given location" -msgid_plural "%d required parameters were not found at the given location" -msgstr[0] "%d požadovaný parametr nebyl nalezen na daném místě" -msgstr[1] "%d požadované parametry nebyly nalezeny na daném místě" -msgstr[2] "%d požadované parametry nebyly nalezeny na daném místě" - -#: ../../mod/dfrn_request.php:170 -msgid "Introduction complete." -msgstr "Představení dokončeno." - -#: ../../mod/dfrn_request.php:209 -msgid "Unrecoverable protocol error." -msgstr "Neopravitelná chyba protokolu" - -#: ../../mod/dfrn_request.php:237 -msgid "Profile unavailable." -msgstr "Profil není k dispozici." - -#: ../../mod/dfrn_request.php:262 -#, php-format -msgid "%s has received too many connection requests today." -msgstr "%s dnes obdržel příliš mnoho požadavků na připojení." - -#: ../../mod/dfrn_request.php:263 -msgid "Spam protection measures have been invoked." -msgstr "Ochrana proti spamu byla aktivována" - -#: ../../mod/dfrn_request.php:264 -msgid "Friends are advised to please try again in 24 hours." -msgstr "Přátelům se doporučuje to zkusit znovu za 24 hodin." - -#: ../../mod/dfrn_request.php:326 -msgid "Invalid locator" -msgstr "Neplatný odkaz" - -#: ../../mod/dfrn_request.php:335 -msgid "Invalid email address." -msgstr "Neplatná emailová adresa" - -#: ../../mod/dfrn_request.php:362 -msgid "This account has not been configured for email. Request failed." -msgstr "Tento účet nebyl nastaven pro email. Požadavek nesplněn." - -#: ../../mod/dfrn_request.php:458 -msgid "Unable to resolve your name at the provided location." -msgstr "Nepodařilo se zjistit Vaše jméno na zadané adrese." - -#: ../../mod/dfrn_request.php:471 -msgid "You have already introduced yourself here." -msgstr "Již jste se zde zavedli." - -#: ../../mod/dfrn_request.php:475 -#, php-format -msgid "Apparently you are already friends with %s." -msgstr "Zřejmě jste již přátelé se %s." - -#: ../../mod/dfrn_request.php:496 -msgid "Invalid profile URL." -msgstr "Neplatné URL profilu." - -#: ../../mod/dfrn_request.php:502 ../../include/follow.php:27 -msgid "Disallowed profile URL." -msgstr "Nepovolené URL profilu." - -#: ../../mod/dfrn_request.php:571 ../../mod/contacts.php:124 -msgid "Failed to update contact record." -msgstr "Nepodařilo se aktualizovat kontakt." - -#: ../../mod/dfrn_request.php:592 -msgid "Your introduction has been sent." -msgstr "Vaše žádost o propojení byla odeslána." - -#: ../../mod/dfrn_request.php:645 -msgid "Please login to confirm introduction." -msgstr "Prosím přihlašte se k potvrzení žádosti o propojení." - -#: ../../mod/dfrn_request.php:659 -msgid "" -"Incorrect identity currently logged in. Please login to " -"this profile." -msgstr "Jste přihlášeni pod nesprávnou identitou Prosím, přihlaste se do tohoto profilu." - -#: ../../mod/dfrn_request.php:670 -msgid "Hide this contact" -msgstr "Skrýt tento kontakt" - -#: ../../mod/dfrn_request.php:673 -#, php-format -msgid "Welcome home %s." -msgstr "Vítejte doma %s." - -#: ../../mod/dfrn_request.php:674 -#, php-format -msgid "Please confirm your introduction/connection request to %s." -msgstr "Prosím potvrďte Vaši žádost o propojení %s." - -#: ../../mod/dfrn_request.php:675 -msgid "Confirm" -msgstr "Potvrdit" - -#: ../../mod/dfrn_request.php:716 ../../include/items.php:3366 -msgid "[Name Withheld]" -msgstr "[Jméno odepřeno]" - -#: ../../mod/dfrn_request.php:811 -msgid "" -"Please enter your 'Identity Address' from one of the following supported " -"communications networks:" -msgstr "Prosím zadejte Vaši adresu identity jedné z následujících podporovaných komunikačních sítí:" - -#: ../../mod/dfrn_request.php:827 -msgid "Connect as an email follower (Coming soon)" -msgstr "Připojte se jako emailový následovník (Již brzy)" - -#: ../../mod/dfrn_request.php:829 -msgid "" -"If you are not yet a member of the free social web, follow this link to find a public" -" Friendica site and join us today." -msgstr "Pokud ještě nejste členem svobodné sociální sítě, následujte tento odkaz k nalezení veřejného Friendica serveru a přidejte se k nám ještě dnes." - -#: ../../mod/dfrn_request.php:832 -msgid "Friend/Connection Request" -msgstr "Požadavek o přátelství / kontaktování" - -#: ../../mod/dfrn_request.php:833 -msgid "" -"Examples: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, " -"testuser@identi.ca" -msgstr "Příklady: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, testuser@identi.ca" - -#: ../../mod/dfrn_request.php:834 -msgid "Please answer the following:" -msgstr "Odpovězte, prosím, následující:" - -#: ../../mod/dfrn_request.php:835 -#, php-format -msgid "Does %s know you?" -msgstr "Zná Vás uživatel %s ?" - -#: ../../mod/dfrn_request.php:838 -msgid "Add a personal note:" -msgstr "Přidat osobní poznámku:" - -#: ../../mod/dfrn_request.php:840 ../../include/contact_selectors.php:76 -msgid "Friendica" -msgstr "Friendica" - -#: ../../mod/dfrn_request.php:841 -msgid "StatusNet/Federated Social Web" -msgstr "StatusNet / Federativní Sociální Web" - -#: ../../mod/dfrn_request.php:842 ../../mod/settings.php:681 -#: ../../include/contact_selectors.php:80 -msgid "Diaspora" -msgstr "Diaspora" - -#: ../../mod/dfrn_request.php:843 -#, php-format -msgid "" -" - please do not use this form. Instead, enter %s into your Diaspora search" -" bar." -msgstr " - prosím nepoužívejte tento formulář. Místo toho zadejte %s do Vašeho Diaspora vyhledávacího pole." - -#: ../../mod/dfrn_request.php:844 -msgid "Your Identity Address:" -msgstr "Verze PHP pro příkazový řádek na Vašem systému nemá povolen \"register_argc_argv\"." - -#: ../../mod/dfrn_request.php:847 -msgid "Submit Request" -msgstr "Odeslat žádost" - -#: ../../mod/uexport.php:9 ../../mod/settings.php:30 ../../include/nav.php:140 -msgid "Account settings" -msgstr "Nastavení účtu" - -#: ../../mod/uexport.php:14 ../../mod/settings.php:40 -msgid "Display settings" -msgstr "Nastavení zobrazení" - -#: ../../mod/uexport.php:20 ../../mod/settings.php:46 -msgid "Connector settings" -msgstr "Nastavení konektoru" - -#: ../../mod/uexport.php:25 ../../mod/settings.php:51 -msgid "Plugin settings" -msgstr "Nastavení pluginu" - -#: ../../mod/uexport.php:30 ../../mod/settings.php:56 -msgid "Connected apps" -msgstr "Propojené aplikace" - -#: ../../mod/uexport.php:35 ../../mod/uexport.php:80 ../../mod/settings.php:61 -msgid "Export personal data" -msgstr "Export osobních údajů" - -#: ../../mod/uexport.php:40 ../../mod/settings.php:66 -msgid "Remove account" -msgstr "Odstranit účet" - -#: ../../mod/uexport.php:48 ../../mod/settings.php:74 -#: ../../mod/newmember.php:22 ../../mod/admin.php:824 ../../mod/admin.php:1029 -#: ../../addon/dav/friendica/layout.fnk.php:225 -#: ../../addon/mathjax/mathjax.php:36 ../../view/theme/diabook/theme.php:538 -#: ../../view/theme/diabook/theme.php:659 ../../include/nav.php:140 -#: ../../addon.old/dav/friendica/layout.fnk.php:225 -#: ../../addon.old/mathjax/mathjax.php:36 -msgid "Settings" -msgstr "Nastavení" - -#: ../../mod/uexport.php:72 -msgid "Export account" -msgstr "Exportovat účet" - -#: ../../mod/uexport.php:72 -msgid "" -"Export your account info and contacts. Use this to make a backup of your " -"account and/or to move it to another server." -msgstr "Exportujte svůj účet a své kontakty. Použijte tuto funkci pro vytvoření zálohy svého účtu a/nebo k přesunu na jiný server." - -#: ../../mod/uexport.php:73 -msgid "Export all" -msgstr "Exportovat vše" - -#: ../../mod/uexport.php:73 -msgid "" -"Export your accout info, contacts and all your items as json. Could be a " -"very big file, and could take a lot of time. Use this to make a full backup " -"of your account (photos are not exported)" -msgstr "Exportujte své informace k účtu, kontakty a vše své položky jako json. To může být velmi velký soubor a může to zabrat spoustu času. Tuto funkci použijte pro úplnou zálohu svého účtu(fotografie se neexportují)" - -#: ../../mod/install.php:117 -msgid "Friendica Social Communications Server - Setup" -msgstr "Friendica Sociální komunkační server - Nastavení" - -#: ../../mod/install.php:123 -msgid "Could not connect to database." -msgstr "Nelze se připojit k databázi." - -#: ../../mod/install.php:127 -msgid "Could not create table." -msgstr "Nelze vytvořit tabulku." - -#: ../../mod/install.php:133 -msgid "Your Friendica site database has been installed." -msgstr "Vaše databáze Friendica byla nainstalována." - -#: ../../mod/install.php:138 -msgid "" -"You may need to import the file \"database.sql\" manually using phpmyadmin " -"or mysql." -msgstr "Toto je nejčastěji nastavením oprávnění, kdy webový server nemusí být schopen zapisovat soubory do Vašeho adresáře - i když Vy můžete." - -#: ../../mod/install.php:139 ../../mod/install.php:206 -#: ../../mod/install.php:506 -msgid "Please see the file \"INSTALL.txt\"." -msgstr "Přečtěte si prosím informace v souboru \"INSTALL.txt\"." - -#: ../../mod/install.php:203 -msgid "System check" -msgstr "Testování systému" - -#: ../../mod/install.php:208 -msgid "Check again" -msgstr "Otestovat znovu" - -#: ../../mod/install.php:227 -msgid "Database connection" -msgstr "Databázové spojení" - -#: ../../mod/install.php:228 -msgid "" -"In order to install Friendica we need to know how to connect to your " -"database." -msgstr "Pro instalaci Friendica potřeujeme znát připojení k Vaší databázi." - -#: ../../mod/install.php:229 -msgid "" -"Please contact your hosting provider or site administrator if you have " -"questions about these settings." -msgstr "Pokud máte otázky k následujícím nastavením, obraťte se na svého poskytovatele hostingu nebo administrátora serveru, " - -#: ../../mod/install.php:230 -msgid "" -"The database you specify below should already exist. If it does not, please " -"create it before continuing." -msgstr "Databáze, kterou uvedete níže, by již měla existovat. Pokud to tak není, prosíme, vytvořte ji před pokračováním." - -#: ../../mod/install.php:234 -msgid "Database Server Name" -msgstr "Jméno databázového serveru" - -#: ../../mod/install.php:235 -msgid "Database Login Name" -msgstr "Přihlašovací jméno k databázi" - -#: ../../mod/install.php:236 -msgid "Database Login Password" -msgstr "Heslo k databázovému účtu " - -#: ../../mod/install.php:237 -msgid "Database Name" -msgstr "Jméno databáze" - -#: ../../mod/install.php:238 ../../mod/install.php:277 -msgid "Site administrator email address" -msgstr "Emailová adresa administrátora webu" - -#: ../../mod/install.php:238 ../../mod/install.php:277 -msgid "" -"Your account email address must match this in order to use the web admin " -"panel." -msgstr "Vaše emailová adresa účtu se musí s touto shodovat, aby bylo možné využívat administrační panel ve webovém rozhraní." - -#: ../../mod/install.php:242 ../../mod/install.php:280 -msgid "Please select a default timezone for your website" -msgstr "Prosím, vyberte výchozí časové pásmo pro váš server" - -#: ../../mod/install.php:267 -msgid "Site settings" -msgstr "Nastavení webu" - -#: ../../mod/install.php:320 -msgid "Could not find a command line version of PHP in the web server PATH." -msgstr "Nelze najít verzi PHP pro příkazový řádek v PATH webového serveru." - -#: ../../mod/install.php:321 -msgid "" -"If you don't have a command line version of PHP installed on server, you " -"will not be able to run background polling via cron. See 'Activating scheduled tasks'" -msgstr "Pokud na serveru nemáte nainstalovánu verzi PHP spustitelnou z příkazového řádku, nebudete moci spouštět na pozadí synchronizaci zpráv prostřednictvím cronu. Přečtěte si 'Activating scheduled tasks'\n\n podrobnosti\n návrhy\n historie\n\n\t\nThe following url is either missing from the translation or has been translated: 'http://friendica.com/node/27'>'Activating scheduled tasks'" - -#: ../../mod/install.php:325 -msgid "PHP executable path" -msgstr "Cesta k \"PHP executable\"" - -#: ../../mod/install.php:325 -msgid "" -"Enter full path to php executable. You can leave this blank to continue the " -"installation." -msgstr "Zadejte plnou cestu k spustitelnému souboru php. Tento údaj můžete ponechat nevyplněný a pokračovat v instalaci." - -#: ../../mod/install.php:330 -msgid "Command line PHP" -msgstr "Příkazový řádek PHP" - -#: ../../mod/install.php:339 -msgid "" -"The command line version of PHP on your system does not have " -"\"register_argc_argv\" enabled." -msgstr "Vyberte prosím profil, který chcete zobrazit %s při zabezpečeném prohlížení Vašeho profilu." - -#: ../../mod/install.php:340 -msgid "This is required for message delivery to work." -msgstr "Toto je nutné pro fungování doručování zpráv." - -#: ../../mod/install.php:342 -msgid "PHP register_argc_argv" -msgstr "PHP register_argc_argv" - -#: ../../mod/install.php:363 -msgid "" -"Error: the \"openssl_pkey_new\" function on this system is not able to " -"generate encryption keys" -msgstr "Chyba: funkce \"openssl_pkey_new\" na tomto systému není schopna generovat šifrovací klíče" - -#: ../../mod/install.php:364 -msgid "" -"If running under Windows, please see " -"\"http://www.php.net/manual/en/openssl.installation.php\"." -msgstr "Pokud systém běží na Windows, seznamte se s \"http://www.php.net/manual/en/openssl.installation.php\"." - -#: ../../mod/install.php:366 -msgid "Generate encryption keys" -msgstr "Generovat kriptovací klíče" - -#: ../../mod/install.php:373 -msgid "libCurl PHP module" -msgstr "libCurl PHP modul" - -#: ../../mod/install.php:374 -msgid "GD graphics PHP module" -msgstr "GD graphics PHP modul" - -#: ../../mod/install.php:375 -msgid "OpenSSL PHP module" -msgstr "OpenSSL PHP modul" - -#: ../../mod/install.php:376 -msgid "mysqli PHP module" -msgstr "mysqli PHP modul" - -#: ../../mod/install.php:377 -msgid "mb_string PHP module" -msgstr "mb_string PHP modul" - -#: ../../mod/install.php:382 ../../mod/install.php:384 -msgid "Apache mod_rewrite module" -msgstr "Apache mod_rewrite modul" - -#: ../../mod/install.php:382 -msgid "" -"Error: Apache webserver mod-rewrite module is required but not installed." -msgstr "Chyba: Požadovaný Apache webserver mod-rewrite modul není nainstalován." - -#: ../../mod/install.php:390 -msgid "Error: libCURL PHP module required but not installed." -msgstr "Chyba: požadovaný libcurl PHP modul není nainstalován." - -#: ../../mod/install.php:394 -msgid "" -"Error: GD graphics PHP module with JPEG support required but not installed." -msgstr "Chyba: požadovaný GD graphics PHP modul není nainstalován." - -#: ../../mod/install.php:398 -msgid "Error: openssl PHP module required but not installed." -msgstr "Chyba: požadovaný openssl PHP modul není nainstalován." - -#: ../../mod/install.php:402 -msgid "Error: mysqli PHP module required but not installed." -msgstr "Chyba: požadovaný mysqli PHP modul není nainstalován." - -#: ../../mod/install.php:406 -msgid "Error: mb_string PHP module required but not installed." -msgstr "Chyba: PHP modul mb_string je vyžadován, ale není nainstalován." - -#: ../../mod/install.php:423 -msgid "" -"The web installer needs to be able to create a file called \".htconfig.php\"" -" in the top folder of your web server and it is unable to do so." -msgstr "Webový instalátor musí být schopen vytvořit soubor s názvem \".htconfig.php\" v hlavním adresáři vašeho webového serveru ale nyní mu to není umožněno." - -#: ../../mod/install.php:424 -msgid "" -"This is most often a permission setting, as the web server may not be able " -"to write files in your folder - even if you can." -msgstr "Toto je nejčastěji nastavením oprávnění, kdy webový server nemusí být schopen zapisovat soubory do vašeho adresáře - i když Vy můžete." - -#: ../../mod/install.php:425 -msgid "" -"At the end of this procedure, we will give you a text to save in a file " -"named .htconfig.php in your Friendica top folder." -msgstr "Na konci této procedury obd nás obdržíte text k uložení v souboru pojmenovaném .htconfig.php ve Vašem Friendica kořenovém adresáři." - -#: ../../mod/install.php:426 -msgid "" -"You can alternatively skip this procedure and perform a manual installation." -" Please see the file \"INSTALL.txt\" for instructions." -msgstr "Alternativně můžete tento krok přeskočit a provést manuální instalaci. Přečtěte si prosím soubor \"INSTALL.txt\" pro další instrukce." - -#: ../../mod/install.php:429 -msgid ".htconfig.php is writable" -msgstr ".htconfig.php je editovatelné" - -#: ../../mod/install.php:439 -msgid "" -"Friendica uses the Smarty3 template engine to render its web views. Smarty3 " -"compiles templates to PHP to speed up rendering." -msgstr "Friendica používá šablonovací nástroj Smarty3 pro zobrazení svých weobvých stránek. Smarty3 kompiluje šablony do PHP pro zrychlení vykreslování." - -#: ../../mod/install.php:440 -msgid "" -"In order to store these compiled templates, the web server needs to have " -"write access to the directory view/smarty3/ under the Friendica top level " -"folder." -msgstr "Pro uložení kompilovaných šablon, webový server potřebuje mít přístup k zápisu do adresáře view/smarty3/ pod hlavním adresářem instalace Friendica" - -#: ../../mod/install.php:441 -msgid "" -"Please ensure that the user that your web server runs as (e.g. www-data) has" -" write access to this folder." -msgstr "prosím ujistěte se, že uživatel web serveru (jako například www-data) má právo zápisu do tohoto adresáře" - -#: ../../mod/install.php:442 -msgid "" -"Note: as a security measure, you should give the web server write access to " -"view/smarty3/ only--not the template files (.tpl) that it contains." -msgstr "Poznámka: jako bezpečnostní opatření, přidělte právo zápisu pouze k adresáři /view/smarty3/ a nikoliv už k souborům s šablonami (.tpl), které obsahuje." - -#: ../../mod/install.php:445 -msgid "view/smarty3 is writable" -msgstr "view/smarty3 je nastaven pro zápis" - -#: ../../mod/install.php:457 -msgid "" -"Url rewrite in .htaccess is not working. Check your server configuration." -msgstr "Url rewrite v .htconfig nefunguje. Prověřte prosím Vaše nastavení serveru." - -#: ../../mod/install.php:459 -msgid "Url rewrite is working" -msgstr "Url rewrite je funkční." - -#: ../../mod/install.php:469 -msgid "" -"The database configuration file \".htconfig.php\" could not be written. " -"Please use the enclosed text to create a configuration file in your web " -"server root." -msgstr "Databázový konfigurační soubor \".htconfig.php\" nemohl být uložen. Prosím, použijte přiložený text k vytvoření konfiguračního souboru ve vašem kořenovém adresáři webového serveru." - -#: ../../mod/install.php:493 -msgid "Errors encountered creating database tables." -msgstr "Při vytváření databázových tabulek došlo k chybám." - -#: ../../mod/install.php:504 -msgid "

What next

" -msgstr "

Co dál

" - -#: ../../mod/install.php:505 -msgid "" -"IMPORTANT: You will need to [manually] setup a scheduled task for the " -"poller." -msgstr "Webový instalátor musí být schopen vytvořit soubor s názvem \".htconfig.php\" v hlavním adresáři Vašeho webového serveru ale nyní mu to není umožněno." - -#: ../../mod/localtime.php:12 ../../include/event.php:11 -#: ../../include/bb2diaspora.php:393 -msgid "l F d, Y \\@ g:i A" -msgstr "l F d, Y \\@ g:i A" - -#: ../../mod/localtime.php:24 -msgid "Time Conversion" -msgstr "Časová konverze" - -#: ../../mod/localtime.php:26 -msgid "" -"Friendica provides this service for sharing events with other networks and " -"friends in unknown timezones." -msgstr "Friendica poskytuje tuto službu pro sdílení událostí s ostatními sítěmi a přáteli v neznámých časových zónách" - -#: ../../mod/localtime.php:30 -#, php-format -msgid "UTC time: %s" -msgstr "UTC čas: %s" - -#: ../../mod/localtime.php:33 -#, php-format -msgid "Current timezone: %s" -msgstr "Aktuální časové pásmo: %s" - -#: ../../mod/localtime.php:36 -#, php-format -msgid "Converted localtime: %s" -msgstr "Převedený lokální čas : %s" - -#: ../../mod/localtime.php:41 -msgid "Please select your timezone:" -msgstr "Prosím, vyberte své časové pásmo:" - -#: ../../mod/poke.php:192 -msgid "Poke/Prod" -msgstr "Šťouchanec" - -#: ../../mod/poke.php:193 -msgid "poke, prod or do other things to somebody" -msgstr "někoho šťouchnout nebo mu provést jinou věc" - -#: ../../mod/poke.php:194 -msgid "Recipient" -msgstr "Příjemce" - -#: ../../mod/poke.php:195 -msgid "Choose what you wish to do to recipient" -msgstr "Vyberte, co si přejete příjemci udělat" - -#: ../../mod/poke.php:198 -msgid "Make this post private" -msgstr "Změnit tento příspěvek na soukromý" - -#: ../../mod/match.php:12 -msgid "Profile Match" -msgstr "Shoda profilu" - -#: ../../mod/match.php:20 -msgid "No keywords to match. Please add keywords to your default profile." -msgstr "Žádná klíčová slova k porovnání. Prosím, přidejte klíčová slova do Vašeho výchozího profilu." - -#: ../../mod/match.php:57 -msgid "is interested in:" -msgstr "zajímá se o:" - -#: ../../mod/match.php:58 ../../mod/suggest.php:59 -#: ../../include/contact_widgets.php:9 ../../boot.php:1250 -msgid "Connect" -msgstr "Spojit" - -#: ../../mod/match.php:65 ../../mod/dirfind.php:60 -msgid "No matches" -msgstr "Žádné shody" - -#: ../../mod/lockview.php:31 ../../mod/lockview.php:39 -msgid "Remote privacy information not available." -msgstr "Vzdálené soukromé informace nejsou k dispozici." - -#: ../../mod/lockview.php:48 -#: ../../addon/remote_permissions/remote_permissions.php:124 -msgid "Visible to:" -msgstr "Viditelné pro:" - -#: ../../mod/content.php:119 ../../mod/network.php:594 -msgid "No such group" -msgstr "Žádná taková skupina" - -#: ../../mod/content.php:130 ../../mod/network.php:605 -msgid "Group is empty" -msgstr "Skupina je prázdná" - -#: ../../mod/content.php:134 ../../mod/network.php:609 -msgid "Group: " -msgstr "Skupina: " - -#: ../../mod/content.php:438 ../../mod/content.php:740 -#: ../../include/conversation.php:568 ../../object/Item.php:118 -msgid "Select" -msgstr "Vybrat" - -#: ../../mod/content.php:472 ../../mod/content.php:852 -#: ../../mod/content.php:853 ../../include/conversation.php:608 -#: ../../object/Item.php:252 ../../object/Item.php:253 -#, php-format -msgid "View %s's profile @ %s" -msgstr "Zobrazit profil uživatele %s na %s" - -#: ../../mod/content.php:482 ../../mod/content.php:864 -#: ../../include/conversation.php:628 ../../object/Item.php:266 -#, php-format -msgid "%s from %s" -msgstr "%s od %s" - -#: ../../mod/content.php:497 ../../include/conversation.php:643 -msgid "View in context" -msgstr "Pohled v kontextu" - -#: ../../mod/content.php:603 ../../object/Item.php:306 -#, php-format -msgid "%d comment" -msgid_plural "%d comments" -msgstr[0] "%d komentář" -msgstr[1] "%d komentářů" -msgstr[2] "%d komentářů" - -#: ../../mod/content.php:605 ../../include/text.php:1503 -#: ../../object/Item.php:308 ../../object/Item.php:321 -msgid "comment" -msgid_plural "comments" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "komentář" - -#: ../../mod/content.php:606 ../../addon/page/page.php:77 -#: ../../addon/page/page.php:111 ../../addon/showmore/showmore.php:119 -#: ../../include/contact_widgets.php:204 ../../boot.php:636 -#: ../../object/Item.php:309 ../../addon.old/page/page.php:77 -#: ../../addon.old/page/page.php:111 ../../addon.old/showmore/showmore.php:119 -msgid "show more" -msgstr "zobrazit více" - -#: ../../mod/content.php:684 ../../object/Item.php:203 -msgid "like" -msgstr "má rád" - -#: ../../mod/content.php:685 ../../object/Item.php:204 -msgid "dislike" -msgstr "nemá rád" - -#: ../../mod/content.php:687 ../../object/Item.php:206 -msgid "Share this" -msgstr "Sdílet toto" - -#: ../../mod/content.php:687 ../../object/Item.php:206 -msgid "share" -msgstr "sdílí" - -#: ../../mod/content.php:711 ../../object/Item.php:604 -msgid "Bold" -msgstr "Tučné" - -#: ../../mod/content.php:712 ../../object/Item.php:605 -msgid "Italic" -msgstr "Kurzíva" - -#: ../../mod/content.php:713 ../../object/Item.php:606 -msgid "Underline" -msgstr "Podrtžené" - -#: ../../mod/content.php:714 ../../object/Item.php:607 -msgid "Quote" -msgstr "Citovat" - -#: ../../mod/content.php:715 ../../object/Item.php:608 -msgid "Code" -msgstr "Kód" - -#: ../../mod/content.php:716 ../../object/Item.php:609 -msgid "Image" -msgstr "Obrázek" - -#: ../../mod/content.php:717 ../../object/Item.php:610 -msgid "Link" -msgstr "Odkaz" - -#: ../../mod/content.php:718 ../../object/Item.php:611 -msgid "Video" -msgstr "Video" - -#: ../../mod/content.php:753 ../../object/Item.php:182 -msgid "add star" -msgstr "přidat hvězdu" - -#: ../../mod/content.php:754 ../../object/Item.php:183 -msgid "remove star" -msgstr "odebrat hvězdu" - -#: ../../mod/content.php:755 ../../object/Item.php:184 -msgid "toggle star status" -msgstr "přepnout hvězdu" - -#: ../../mod/content.php:758 ../../object/Item.php:187 -msgid "starred" -msgstr "označeno hvězdou" - -#: ../../mod/content.php:759 ../../object/Item.php:192 -msgid "add tag" -msgstr "přidat štítek" - -#: ../../mod/content.php:763 ../../object/Item.php:122 -msgid "save to folder" -msgstr "uložit do složky" - -#: ../../mod/content.php:854 ../../object/Item.php:254 -msgid "to" -msgstr "pro" - -#: ../../mod/content.php:855 ../../object/Item.php:256 -msgid "Wall-to-Wall" -msgstr "Zeď-na-Zeď" - -#: ../../mod/content.php:856 ../../object/Item.php:257 -msgid "via Wall-To-Wall:" -msgstr "přes Zeď-na-Zeď " - -#: ../../mod/home.php:30 ../../addon/communityhome/communityhome.php:183 -#: ../../addon.old/communityhome/communityhome.php:179 -#, php-format -msgid "Welcome to %s" -msgstr "Vítá Vás %s" - -#: ../../mod/notifications.php:26 -msgid "Invalid request identifier." -msgstr "Neplatný identifikátor požadavku." - -#: ../../mod/notifications.php:35 ../../mod/notifications.php:165 -#: ../../mod/notifications.php:211 -msgid "Discard" -msgstr "Odstranit" - -#: ../../mod/notifications.php:51 ../../mod/notifications.php:164 -#: ../../mod/notifications.php:210 ../../mod/contacts.php:325 -#: ../../mod/contacts.php:379 -msgid "Ignore" -msgstr "Ignorovat" - -#: ../../mod/notifications.php:78 -msgid "System" -msgstr "Systém" - -#: ../../mod/notifications.php:83 ../../include/nav.php:113 -msgid "Network" -msgstr "Síť" - -#: ../../mod/notifications.php:88 ../../mod/network.php:444 -msgid "Personal" -msgstr "Osobní" - -#: ../../mod/notifications.php:93 ../../view/theme/diabook/theme.php:88 -#: ../../include/nav.php:77 ../../include/nav.php:116 -msgid "Home" -msgstr "Domů" - -#: ../../mod/notifications.php:98 ../../include/nav.php:122 -msgid "Introductions" -msgstr "Představení" - -#: ../../mod/notifications.php:103 ../../mod/message.php:180 -#: ../../include/nav.php:129 -msgid "Messages" -msgstr "Zprávy" - -#: ../../mod/notifications.php:122 -msgid "Show Ignored Requests" -msgstr "Zobrazit ignorované žádosti" - -#: ../../mod/notifications.php:122 -msgid "Hide Ignored Requests" -msgstr "Skrýt ignorované žádosti" - -#: ../../mod/notifications.php:149 ../../mod/notifications.php:195 -msgid "Notification type: " -msgstr "Typ oznámení: " - -#: ../../mod/notifications.php:150 -msgid "Friend Suggestion" -msgstr "Návrh přátelství" - -#: ../../mod/notifications.php:152 -#, php-format -msgid "suggested by %s" -msgstr "navrhl %s" - -#: ../../mod/notifications.php:157 ../../mod/notifications.php:204 -#: ../../mod/contacts.php:385 -msgid "Hide this contact from others" -msgstr "Skrýt tento kontakt před ostatními" - -#: ../../mod/notifications.php:158 ../../mod/notifications.php:205 -msgid "Post a new friend activity" -msgstr "Zveřejnit aktivitu nového přítele." - -#: ../../mod/notifications.php:158 ../../mod/notifications.php:205 -msgid "if applicable" -msgstr "je-li použitelné" - -#: ../../mod/notifications.php:161 ../../mod/notifications.php:208 -#: ../../mod/admin.php:733 -msgid "Approve" -msgstr "Schválit" - -#: ../../mod/notifications.php:181 -msgid "Claims to be known to you: " -msgstr "Vaši údajní známí: " - -#: ../../mod/notifications.php:181 -msgid "yes" -msgstr "ano" - -#: ../../mod/notifications.php:181 -msgid "no" -msgstr "ne" - -#: ../../mod/notifications.php:188 -msgid "Approve as: " -msgstr "Schválit jako: " - -#: ../../mod/notifications.php:189 -msgid "Friend" -msgstr "Přítel" - -#: ../../mod/notifications.php:190 -msgid "Sharer" -msgstr "Sdílené" - -#: ../../mod/notifications.php:190 -msgid "Fan/Admirer" -msgstr "Fanoušek / obdivovatel" - -#: ../../mod/notifications.php:196 -msgid "Friend/Connect Request" -msgstr "Přítel / žádost o připojení" - -#: ../../mod/notifications.php:196 -msgid "New Follower" -msgstr "Nový následovník" - -#: ../../mod/notifications.php:217 -msgid "No introductions." -msgstr "Žádné představení." - -#: ../../mod/notifications.php:220 ../../include/nav.php:123 -msgid "Notifications" -msgstr "Upozornění" - -#: ../../mod/notifications.php:257 ../../mod/notifications.php:382 -#: ../../mod/notifications.php:469 -#, php-format -msgid "%s liked %s's post" -msgstr "Uživateli %s se líbí příspěvek uživatele %s" - -#: ../../mod/notifications.php:266 ../../mod/notifications.php:391 -#: ../../mod/notifications.php:478 -#, php-format -msgid "%s disliked %s's post" -msgstr "Uživateli %s se nelíbí příspěvek uživatele %s" - -#: ../../mod/notifications.php:280 ../../mod/notifications.php:405 -#: ../../mod/notifications.php:492 -#, php-format -msgid "%s is now friends with %s" -msgstr "%s se nyní přátelí s %s" - -#: ../../mod/notifications.php:287 ../../mod/notifications.php:412 -#, php-format -msgid "%s created a new post" -msgstr "%s vytvořil nový příspěvek" - -#: ../../mod/notifications.php:288 ../../mod/notifications.php:413 -#: ../../mod/notifications.php:501 -#, php-format -msgid "%s commented on %s's post" -msgstr "%s okomentoval příspěvek uživatele %s'" - -#: ../../mod/notifications.php:302 -msgid "No more network notifications." -msgstr "Žádné další síťové upozornění." - -#: ../../mod/notifications.php:306 -msgid "Network Notifications" -msgstr "Upozornění Sítě" - -#: ../../mod/notifications.php:332 ../../mod/notify.php:61 -msgid "No more system notifications." -msgstr "Žádné další systémová upozornění." - -#: ../../mod/notifications.php:336 ../../mod/notify.php:65 -msgid "System Notifications" -msgstr "Systémová upozornění" - -#: ../../mod/notifications.php:427 -msgid "No more personal notifications." -msgstr "Žádné další osobní upozornění." - -#: ../../mod/notifications.php:431 -msgid "Personal Notifications" -msgstr "Osobní upozornění" - -#: ../../mod/notifications.php:508 -msgid "No more home notifications." -msgstr "Žádné další domácí upozornění." - -#: ../../mod/notifications.php:512 -msgid "Home Notifications" -msgstr "Domácí upozornění" - -#: ../../mod/contacts.php:85 ../../mod/contacts.php:165 -msgid "Could not access contact record." -msgstr "Nelze získat přístup k záznamu kontaktu." - -#: ../../mod/contacts.php:99 -msgid "Could not locate selected profile." -msgstr "Nelze nalézt vybraný profil." - -#: ../../mod/contacts.php:122 -msgid "Contact updated." -msgstr "Kontakt aktualizován." - -#: ../../mod/contacts.php:187 -msgid "Contact has been blocked" -msgstr "Kontakt byl zablokován" - -#: ../../mod/contacts.php:187 -msgid "Contact has been unblocked" -msgstr "Kontakt byl odblokován" - -#: ../../mod/contacts.php:201 -msgid "Contact has been ignored" -msgstr "Kontakt bude ignorován" - -#: ../../mod/contacts.php:201 -msgid "Contact has been unignored" -msgstr "Kontakt přestal být ignorován" - -#: ../../mod/contacts.php:220 -msgid "Contact has been archived" -msgstr "Kontakt byl archivován" - -#: ../../mod/contacts.php:220 -msgid "Contact has been unarchived" -msgstr "Kontakt byl vrácen z archívu." - -#: ../../mod/contacts.php:233 -msgid "Contact has been removed." -msgstr "Kontakt byl odstraněn." - -#: ../../mod/contacts.php:267 -#, php-format -msgid "You are mutual friends with %s" -msgstr "Jste vzájemní přátelé s uživatelem %s" - -#: ../../mod/contacts.php:271 -#, php-format -msgid "You are sharing with %s" -msgstr "Sdílíte s uživatelem %s" - -#: ../../mod/contacts.php:276 -#, php-format -msgid "%s is sharing with you" -msgstr "uživatel %s sdílí s vámi" - -#: ../../mod/contacts.php:293 -msgid "Private communications are not available for this contact." -msgstr "Soukromá komunikace není dostupná pro tento kontakt." - -#: ../../mod/contacts.php:296 -msgid "Never" -msgstr "Nikdy" - -#: ../../mod/contacts.php:300 -msgid "(Update was successful)" -msgstr "(Aktualizace byla úspěšná)" - -#: ../../mod/contacts.php:300 -msgid "(Update was not successful)" -msgstr "(Aktualizace nebyla úspěšná)" - -#: ../../mod/contacts.php:302 -msgid "Suggest friends" -msgstr "Navrhněte přátelé" - -#: ../../mod/contacts.php:306 -#, php-format -msgid "Network type: %s" -msgstr "Typ sítě: %s" - -#: ../../mod/contacts.php:309 ../../include/contact_widgets.php:199 -#, php-format -msgid "%d contact in common" -msgid_plural "%d contacts in common" -msgstr[0] "%d sdílený kontakt" -msgstr[1] "%d sdílených kontaktů" -msgstr[2] "%d sdílených kontaktů" - -#: ../../mod/contacts.php:314 -msgid "View all contacts" -msgstr "Zobrazit všechny kontakty" - -#: ../../mod/contacts.php:319 ../../mod/contacts.php:378 -#: ../../mod/admin.php:737 -msgid "Unblock" -msgstr "Odblokovat" - -#: ../../mod/contacts.php:319 ../../mod/contacts.php:378 -#: ../../mod/admin.php:736 -msgid "Block" -msgstr "Blokovat" - -#: ../../mod/contacts.php:322 -msgid "Toggle Blocked status" -msgstr "Přepnout stav Blokováno" - -#: ../../mod/contacts.php:325 ../../mod/contacts.php:379 -msgid "Unignore" -msgstr "Přestat ignorovat" - -#: ../../mod/contacts.php:328 -msgid "Toggle Ignored status" -msgstr "Přepnout stav Ignorováno" - -#: ../../mod/contacts.php:332 -msgid "Unarchive" -msgstr "Vrátit z archívu" - -#: ../../mod/contacts.php:332 -msgid "Archive" -msgstr "Archivovat" - -#: ../../mod/contacts.php:335 -msgid "Toggle Archive status" -msgstr "Přepnout stav Archivováno" - -#: ../../mod/contacts.php:338 -msgid "Repair" -msgstr "Opravit" - -#: ../../mod/contacts.php:341 -msgid "Advanced Contact Settings" -msgstr "Pokročilé nastavení kontaktu" - -#: ../../mod/contacts.php:347 -msgid "Communications lost with this contact!" -msgstr "Komunikace s tímto kontaktem byla ztracena!" - -#: ../../mod/contacts.php:350 -msgid "Contact Editor" -msgstr "Editor kontaktu" - -#: ../../mod/contacts.php:353 -msgid "Profile Visibility" -msgstr "Viditelnost profilu" - -#: ../../mod/contacts.php:354 -#, php-format -msgid "" -"Please choose the profile you would like to display to %s when viewing your " -"profile securely." -msgstr "Vyberte prosím profil, který chcete zobrazit %s při zabezpečeném prohlížení vašeho profilu." - -#: ../../mod/contacts.php:355 -msgid "Contact Information / Notes" -msgstr "Kontaktní informace / poznámky" - -#: ../../mod/contacts.php:356 -msgid "Edit contact notes" -msgstr "Editovat poznámky kontaktu" - -#: ../../mod/contacts.php:361 ../../mod/contacts.php:553 -#: ../../mod/viewcontacts.php:62 ../../mod/nogroup.php:40 -#, php-format -msgid "Visit %s's profile [%s]" -msgstr "Navštivte profil uživatele %s [%s]" - -#: ../../mod/contacts.php:362 -msgid "Block/Unblock contact" -msgstr "Blokovat / Odblokovat kontakt" - -#: ../../mod/contacts.php:363 -msgid "Ignore contact" -msgstr "Ignorovat kontakt" - -#: ../../mod/contacts.php:364 -msgid "Repair URL settings" -msgstr "Opravit nastavení adresy URL " - -#: ../../mod/contacts.php:365 -msgid "View conversations" -msgstr "Zobrazit konverzace" - -#: ../../mod/contacts.php:367 -msgid "Delete contact" -msgstr "Odstranit kontakt" - -#: ../../mod/contacts.php:371 -msgid "Last update:" -msgstr "Poslední aktualizace:" - -#: ../../mod/contacts.php:373 -msgid "Update public posts" -msgstr "Aktualizovat veřejné příspěvky" - -#: ../../mod/contacts.php:375 ../../mod/admin.php:1209 -msgid "Update now" -msgstr "Aktualizovat" - -#: ../../mod/contacts.php:382 -msgid "Currently blocked" -msgstr "V současnosti zablokováno" - -#: ../../mod/contacts.php:383 -msgid "Currently ignored" -msgstr "V současnosti ignorováno" - -#: ../../mod/contacts.php:384 -msgid "Currently archived" -msgstr "Aktuálně archivován" - -#: ../../mod/contacts.php:385 -msgid "" -"Replies/likes to your public posts may still be visible" -msgstr "Odpovědi/Libí se na Vaše veřejné příspěvky mohou být stále viditelné" - -#: ../../mod/contacts.php:438 -msgid "Suggestions" -msgstr "Doporučení" - -#: ../../mod/contacts.php:441 -msgid "Suggest potential friends" -msgstr "Navrhnout potenciální přátele" - -#: ../../mod/contacts.php:444 ../../mod/group.php:194 -msgid "All Contacts" -msgstr "Všechny kontakty" - -#: ../../mod/contacts.php:447 -msgid "Show all contacts" -msgstr "Zobrazit všechny kontakty" - -#: ../../mod/contacts.php:450 -msgid "Unblocked" -msgstr "Odblokován" - -#: ../../mod/contacts.php:453 -msgid "Only show unblocked contacts" -msgstr "Zobrazit pouze neblokované kontakty" - -#: ../../mod/contacts.php:457 -msgid "Blocked" -msgstr "Blokován" - -#: ../../mod/contacts.php:460 -msgid "Only show blocked contacts" -msgstr "Zobrazit pouze blokované kontakty" - -#: ../../mod/contacts.php:464 -msgid "Ignored" -msgstr "Ignorován" - -#: ../../mod/contacts.php:467 -msgid "Only show ignored contacts" -msgstr "Zobrazit pouze ignorované kontakty" - -#: ../../mod/contacts.php:471 -msgid "Archived" -msgstr "Archivován" - -#: ../../mod/contacts.php:474 -msgid "Only show archived contacts" -msgstr "Zobrazit pouze archivované kontakty" - -#: ../../mod/contacts.php:478 -msgid "Hidden" -msgstr "Skrytý" - -#: ../../mod/contacts.php:481 -msgid "Only show hidden contacts" -msgstr "Zobrazit pouze skryté kontakty" - -#: ../../mod/contacts.php:529 -msgid "Mutual Friendship" -msgstr "Vzájemné přátelství" - -#: ../../mod/contacts.php:533 -msgid "is a fan of yours" -msgstr "je Váš fanoušek" - -#: ../../mod/contacts.php:537 -msgid "you are a fan of" -msgstr "jste fanouškem" - -#: ../../mod/contacts.php:554 ../../mod/nogroup.php:41 -msgid "Edit contact" -msgstr "Editovat kontakt" - -#: ../../mod/contacts.php:575 ../../view/theme/diabook/theme.php:90 -#: ../../include/nav.php:144 -msgid "Contacts" -msgstr "Kontakty" - -#: ../../mod/contacts.php:579 -msgid "Search your contacts" -msgstr "Prohledat Vaše kontakty" - -#: ../../mod/contacts.php:580 ../../mod/directory.php:59 -#: ../../addon/forumdirectory/forumdirectory.php:81 -msgid "Finding: " -msgstr "Zjištění: " - -#: ../../mod/contacts.php:581 ../../mod/directory.php:61 -#: ../../addon/forumdirectory/forumdirectory.php:83 -#: ../../include/contact_widgets.php:33 -msgid "Find" -msgstr "Najít" - -#: ../../mod/lostpass.php:16 -msgid "No valid account found." -msgstr "Nenalezen žádný platný účet." - -#: ../../mod/lostpass.php:32 -msgid "Password reset request issued. Check your email." -msgstr "Žádost o obnovení hesla vyřízena. Zkontrolujte Vaši e-mailovou schránku." - -#: ../../mod/lostpass.php:43 -#, php-format -msgid "Password reset requested at %s" -msgstr "Na %s bylo zažádáno o resetování hesla" - -#: ../../mod/lostpass.php:45 ../../mod/lostpass.php:107 -#: ../../mod/register.php:91 ../../mod/register.php:145 -#: ../../mod/regmod.php:54 ../../mod/dfrn_confirm.php:752 -#: ../../addon/facebook/facebook.php:702 -#: ../../addon/facebook/facebook.php:1200 ../../addon/fbpost/fbpost.php:805 -#: ../../addon/public_server/public_server.php:62 -#: ../../addon/testdrive/testdrive.php:67 ../../include/items.php:3375 -#: ../../boot.php:852 ../../addon.old/facebook/facebook.php:702 -#: ../../addon.old/facebook/facebook.php:1200 -#: ../../addon.old/fbpost/fbpost.php:661 -#: ../../addon.old/public_server/public_server.php:62 -#: ../../addon.old/testdrive/testdrive.php:67 -msgid "Administrator" -msgstr "Administrátor" - -#: ../../mod/lostpass.php:65 -msgid "" -"Request could not be verified. (You may have previously submitted it.) " -"Password reset failed." -msgstr "Žádost nemohla být ověřena. (Možná jste ji odeslali již dříve.) Obnovení hesla se nezdařilo." - -#: ../../mod/lostpass.php:83 ../../boot.php:990 -msgid "Password Reset" -msgstr "Obnovení hesla" - -#: ../../mod/lostpass.php:84 -msgid "Your password has been reset as requested." -msgstr "Vaše heslo bylo na Vaše přání resetováno." - -#: ../../mod/lostpass.php:85 -msgid "Your new password is" -msgstr "Někdo Vám napsal na Vaši profilovou stránku" - -#: ../../mod/lostpass.php:86 -msgid "Save or copy your new password - and then" -msgstr "Uložte si nebo zkopírujte nové heslo - a pak" - -#: ../../mod/lostpass.php:87 -msgid "click here to login" -msgstr "klikněte zde pro přihlášení" - -#: ../../mod/lostpass.php:88 -msgid "" -"Your password may be changed from the Settings page after " -"successful login." -msgstr "Nezdá se, že by to bylo Vaše celé jméno (křestní jméno a příjmení)." - -#: ../../mod/lostpass.php:119 -msgid "Forgot your Password?" -msgstr "Zapomněli jste heslo?" - -#: ../../mod/lostpass.php:120 -msgid "" -"Enter your email address and submit to have your password reset. Then check " -"your email for further instructions." -msgstr "Zadejte svůj e-mailovou adresu a odešlete žádost o zaslání Vašeho nového hesla. Poté zkontrolujte svůj e-mail pro další instrukce." - -#: ../../mod/lostpass.php:121 -msgid "Nickname or Email: " -msgstr "Přezdívka nebo e-mail: " - -#: ../../mod/lostpass.php:122 -msgid "Reset" -msgstr "Reset" - -#: ../../mod/settings.php:35 -msgid "Additional features" -msgstr "Další funkčnosti" - -#: ../../mod/settings.php:118 -msgid "Missing some important data!" -msgstr "Chybí některé důležité údaje!" - -#: ../../mod/settings.php:121 ../../mod/settings.php:586 -msgid "Update" -msgstr "Aktualizace" - -#: ../../mod/settings.php:227 -msgid "Failed to connect with email account using the settings provided." -msgstr "Nepodařilo se připojit k e-mailovému účtu pomocí dodaného nastavení." - -#: ../../mod/settings.php:232 -msgid "Email settings updated." -msgstr "Nastavení e-mailu aktualizována." - -#: ../../mod/settings.php:247 -msgid "Features updated" -msgstr "Aktualizované funkčnosti" - -#: ../../mod/settings.php:307 -msgid "Passwords do not match. Password unchanged." -msgstr "Hesla se neshodují. Heslo nebylo změněno." - -#: ../../mod/settings.php:312 -msgid "Empty passwords are not allowed. Password unchanged." -msgstr "Prázdné hesla nejsou povolena. Heslo nebylo změněno." - -#: ../../mod/settings.php:323 -msgid "Password changed." -msgstr "Heslo bylo změněno." - -#: ../../mod/settings.php:325 -msgid "Password update failed. Please try again." -msgstr "Aktualizace hesla se nezdařila. Zkuste to prosím znovu." - -#: ../../mod/settings.php:390 -msgid " Please use a shorter name." -msgstr "Prosím použijte kratší jméno." - -#: ../../mod/settings.php:392 -msgid " Name too short." -msgstr "Jméno je příliš krátké." - -#: ../../mod/settings.php:398 -msgid " Not valid email." -msgstr "Neplatný e-mail." - -#: ../../mod/settings.php:400 -msgid " Cannot change to that email." -msgstr "Nelze provést změnu na tento e-mail." - -#: ../../mod/settings.php:454 -msgid "Private forum has no privacy permissions. Using default privacy group." -msgstr "Soukromé fórum nemá nastaveno zabezpečení. Používá se defaultní soukromá skupina." - -#: ../../mod/settings.php:458 -msgid "Private forum has no privacy permissions and no default privacy group." -msgstr "Soukromé fórum nemá nastaveno zabezpečení a ani žádnou defaultní soukromou skupinu." - -#: ../../mod/settings.php:488 ../../addon/facebook/facebook.php:495 -#: ../../addon/fbpost/fbpost.php:151 -#: ../../addon/remote_permissions/remote_permissions.php:205 -#: ../../addon/impressum/impressum.php:78 -#: ../../addon/openstreetmap/openstreetmap.php:80 -#: ../../addon/altpager/altpager.php:107 ../../addon/mathjax/mathjax.php:66 -#: ../../addon/piwik/piwik.php:105 ../../addon/twitter/twitter.php:504 -#: ../../addon.old/facebook/facebook.php:495 -#: ../../addon.old/fbpost/fbpost.php:144 -#: ../../addon.old/impressum/impressum.php:78 -#: ../../addon.old/openstreetmap/openstreetmap.php:80 -#: ../../addon.old/mathjax/mathjax.php:66 ../../addon.old/piwik/piwik.php:105 -#: ../../addon.old/twitter/twitter.php:389 -msgid "Settings updated." -msgstr "Nastavení aktualizováno." - -#: ../../mod/settings.php:559 ../../mod/settings.php:585 -#: ../../mod/settings.php:621 -msgid "Add application" -msgstr "Přidat aplikaci" - -#: ../../mod/settings.php:563 ../../mod/settings.php:589 -#: ../../addon/statusnet/statusnet.php:697 -#: ../../addon.old/statusnet/statusnet.php:570 -msgid "Consumer Key" -msgstr "Consumer Key" - -#: ../../mod/settings.php:564 ../../mod/settings.php:590 -#: ../../addon/statusnet/statusnet.php:696 -#: ../../addon.old/statusnet/statusnet.php:569 -msgid "Consumer Secret" -msgstr "Consumer Secret" - -#: ../../mod/settings.php:565 ../../mod/settings.php:591 -msgid "Redirect" -msgstr "Přesměrování" - -#: ../../mod/settings.php:566 ../../mod/settings.php:592 -msgid "Icon url" -msgstr "URL ikony" - -#: ../../mod/settings.php:577 -msgid "You can't edit this application." -msgstr "Nemůžete editovat tuto aplikaci." - -#: ../../mod/settings.php:620 -msgid "Connected Apps" -msgstr "Připojené aplikace" - -#: ../../mod/settings.php:624 -msgid "Client key starts with" -msgstr "Klienský klíč začíná" - -#: ../../mod/settings.php:625 -msgid "No name" -msgstr "Bez názvu" - -#: ../../mod/settings.php:626 -msgid "Remove authorization" -msgstr "Odstranit oprávnění" - -#: ../../mod/settings.php:638 -msgid "No Plugin settings configured" -msgstr "Žádný doplněk není nastaven" - -#: ../../mod/settings.php:646 ../../addon/widgets/widgets.php:124 -#: ../../addon.old/widgets/widgets.php:123 -msgid "Plugin Settings" -msgstr "Nastavení doplňku" - -#: ../../mod/settings.php:660 -msgid "Off" -msgstr "Vypnuto" - -#: ../../mod/settings.php:660 -msgid "On" -msgstr "Zapnuto" - -#: ../../mod/settings.php:668 -msgid "Additional Features" -msgstr "Další Funkčnosti" - -#: ../../mod/settings.php:681 ../../mod/settings.php:682 -#, php-format -msgid "Built-in support for %s connectivity is %s" -msgstr "Vestavěná podpora pro připojení s %s je %s" - -#: ../../mod/settings.php:681 ../../mod/settings.php:682 -msgid "enabled" -msgstr "povoleno" - -#: ../../mod/settings.php:681 ../../mod/settings.php:682 -msgid "disabled" -msgstr "zakázáno" - -#: ../../mod/settings.php:682 -msgid "StatusNet" -msgstr "StatusNet" - -#: ../../mod/settings.php:714 -msgid "Email access is disabled on this site." -msgstr "Přístup k elektronické poště je na tomto serveru zakázán." - -#: ../../mod/settings.php:721 -msgid "Connector Settings" -msgstr "Nastavení konektoru" - -#: ../../mod/settings.php:726 -msgid "Email/Mailbox Setup" -msgstr "Nastavení e-mailu" - -#: ../../mod/settings.php:727 -msgid "" -"If you wish to communicate with email contacts using this service " -"(optional), please specify how to connect to your mailbox." -msgstr "Pokud chcete komunikovat pomocí této služby s Vašimi kontakty z e-mailu (volitelné), uveďte, jak se připojit k Vaší e-mailové schránce." - -#: ../../mod/settings.php:728 -msgid "Last successful email check:" -msgstr "Poslední úspěšná kontrola e-mailu:" - -#: ../../mod/settings.php:730 -msgid "IMAP server name:" -msgstr "jméno IMAP serveru:" - -#: ../../mod/settings.php:731 -msgid "IMAP port:" -msgstr "IMAP port:" - -#: ../../mod/settings.php:732 -msgid "Security:" -msgstr "Zabezpečení:" - -#: ../../mod/settings.php:732 ../../mod/settings.php:737 -#: ../../addon/fbpost/fbpost.php:247 ../../addon/fbpost/fbpost.php:249 -#: ../../addon/dav/common/wdcal_edit.inc.php:191 -#: ../../addon.old/dav/common/wdcal_edit.inc.php:191 -msgid "None" -msgstr "Žádný" - -#: ../../mod/settings.php:733 -msgid "Email login name:" -msgstr "přihlašovací jméno k e-mailu:" - -#: ../../mod/settings.php:734 -msgid "Email password:" -msgstr "heslo k Vašemu e-mailu:" - -#: ../../mod/settings.php:735 -msgid "Reply-to address:" -msgstr "Odpovědět na adresu:" - -#: ../../mod/settings.php:736 -msgid "Send public posts to all email contacts:" -msgstr "Poslat veřejné příspěvky na všechny e-mailové kontakty:" - -#: ../../mod/settings.php:737 -msgid "Action after import:" -msgstr "Akce po importu:" - -#: ../../mod/settings.php:737 -msgid "Mark as seen" -msgstr "Označit jako přečtené" - -#: ../../mod/settings.php:737 -msgid "Move to folder" -msgstr "Přesunout do složky" - -#: ../../mod/settings.php:738 -msgid "Move to folder:" -msgstr "Přesunout do složky:" - -#: ../../mod/settings.php:769 ../../mod/admin.php:420 -msgid "No special theme for mobile devices" -msgstr "žádné speciální téma pro mobilní zařízení" - -#: ../../mod/settings.php:809 -msgid "Display Settings" -msgstr "Nastavení Zobrazení" - -#: ../../mod/settings.php:815 ../../mod/settings.php:826 -msgid "Display Theme:" -msgstr "Vybrat grafickou šablonu:" - -#: ../../mod/settings.php:816 -msgid "Mobile Theme:" -msgstr "Téma pro mobilní zařízení:" - -#: ../../mod/settings.php:817 -msgid "Update browser every xx seconds" -msgstr "Aktualizovat prohlížeč každých xx sekund" - -#: ../../mod/settings.php:817 -msgid "Minimum of 10 seconds, no maximum" -msgstr "Minimum 10 sekund, žádné maximum." - -#: ../../mod/settings.php:818 -msgid "Number of items to display per page:" -msgstr "Počet položek zobrazených na stránce:" - -#: ../../mod/settings.php:818 -msgid "Maximum of 100 items" -msgstr "Maximum 100 položek" - -#: ../../mod/settings.php:819 -msgid "Don't show emoticons" -msgstr "Nezobrazovat emotikony" - -#: ../../mod/settings.php:895 -msgid "Normal Account Page" -msgstr "Normální stránka účtu" - -#: ../../mod/settings.php:896 -msgid "This account is a normal personal profile" -msgstr "Tento účet je běžný osobní profil" - -#: ../../mod/settings.php:899 -msgid "Soapbox Page" -msgstr "Stránka \"Soapbox\"" - -#: ../../mod/settings.php:900 -msgid "Automatically approve all connection/friend requests as read-only fans" -msgstr "Automaticky schválit všechna spojení / přátelství jako fanoušky s právem pouze ke čtení" - -#: ../../mod/settings.php:903 -msgid "Community Forum/Celebrity Account" -msgstr "Komunitní fórum/ účet celebrity" - -#: ../../mod/settings.php:904 -msgid "" -"Automatically approve all connection/friend requests as read-write fans" -msgstr "Automaticky schvalovat všechny žádosti o spojení / přátelství, jako fanoušky s právem ke čtení." - -#: ../../mod/settings.php:907 -msgid "Automatic Friend Page" -msgstr "Automatická stránka přítele" - -#: ../../mod/settings.php:908 -msgid "Automatically approve all connection/friend requests as friends" -msgstr "Automaticky schvalovat všechny žádosti o spojení / přátelství jako přátele" - -#: ../../mod/settings.php:911 -msgid "Private Forum [Experimental]" -msgstr "Soukromé fórum [Experimentální]" - -#: ../../mod/settings.php:912 -msgid "Private forum - approved members only" -msgstr "Soukromé fórum - pouze pro schválené členy" - -#: ../../mod/settings.php:924 -msgid "OpenID:" -msgstr "OpenID:" - -#: ../../mod/settings.php:924 -msgid "(Optional) Allow this OpenID to login to this account." -msgstr "(Volitelné) Povolit OpenID pro přihlášení k tomuto účtu." - -#: ../../mod/settings.php:934 -msgid "Publish your default profile in your local site directory?" -msgstr "Publikovat Váš výchozí profil v místním adresáři webu?" - -#: ../../mod/settings.php:940 -msgid "Publish your default profile in the global social directory?" -msgstr "Publikovat Váš výchozí profil v globální sociálním adresáři?" - -#: ../../mod/settings.php:948 -msgid "Hide your contact/friend list from viewers of your default profile?" -msgstr "Skrýt Vaše kontaktní údaje a seznam přátel před návštěvníky ve Vašem výchozím profilu?" - -#: ../../mod/settings.php:952 -msgid "Hide your profile details from unknown viewers?" -msgstr "Skrýt Vaše profilové detaily před neznámými uživateli?" - -#: ../../mod/settings.php:957 -msgid "Allow friends to post to your profile page?" -msgstr "Povolit přátelům umisťování příspěvků na vaši profilovou stránku?" - -#: ../../mod/settings.php:963 -msgid "Allow friends to tag your posts?" -msgstr "Povolit přátelům označovat Vaše příspěvky?" - -#: ../../mod/settings.php:969 -msgid "Allow us to suggest you as a potential friend to new members?" -msgstr "Chcete nám povolit abychom vás navrhovali jako přátelé pro nové členy?" - -#: ../../mod/settings.php:975 -msgid "Permit unknown people to send you private mail?" -msgstr "Povolit neznámým lidem Vám zasílat soukromé zprávy?" - -#: ../../mod/settings.php:983 -msgid "Profile is not published." -msgstr "Profil není zveřejněn." - -#: ../../mod/settings.php:986 ../../mod/profile_photo.php:248 -msgid "or" -msgstr "nebo" - -#: ../../mod/settings.php:991 -msgid "Your Identity Address is" -msgstr "Vaše adresa identity je" - -#: ../../mod/settings.php:1002 -msgid "Automatically expire posts after this many days:" -msgstr "Automaticky expirovat příspěvky po zadaném počtu dní:" - -#: ../../mod/settings.php:1002 -msgid "If empty, posts will not expire. Expired posts will be deleted" -msgstr "Pokud je prázdné, příspěvky nebudou nikdy expirovat. Expirované příspěvky budou vymazány" - -#: ../../mod/settings.php:1003 -msgid "Advanced expiration settings" -msgstr "Pokročilé nastavení expirací" - -#: ../../mod/settings.php:1004 -msgid "Advanced Expiration" -msgstr "Nastavení expirací" - -#: ../../mod/settings.php:1005 -msgid "Expire posts:" -msgstr "Expirovat příspěvky:" - -#: ../../mod/settings.php:1006 -msgid "Expire personal notes:" -msgstr "Expirovat osobní poznámky:" - -#: ../../mod/settings.php:1007 -msgid "Expire starred posts:" -msgstr "Expirovat příspěvky s hvězdou:" - -#: ../../mod/settings.php:1008 -msgid "Expire photos:" -msgstr "Expirovat fotografie:" - -#: ../../mod/settings.php:1009 -msgid "Only expire posts by others:" -msgstr "Přízpěvky expirovat pouze ostatními:" - -#: ../../mod/settings.php:1016 -msgid "Account Settings" -msgstr "Nastavení účtu" - -#: ../../mod/settings.php:1024 -msgid "Password Settings" -msgstr "Nastavení hesla" - -#: ../../mod/settings.php:1025 -msgid "New Password:" -msgstr "Nové heslo:" - -#: ../../mod/settings.php:1026 -msgid "Confirm:" -msgstr "Potvrďte:" - -#: ../../mod/settings.php:1026 -msgid "Leave password fields blank unless changing" -msgstr "Pokud nechcete změnit heslo, položku hesla nevyplňujte" - -#: ../../mod/settings.php:1030 -msgid "Basic Settings" -msgstr "Základní nastavení" - -#: ../../mod/settings.php:1031 ../../include/profile_advanced.php:15 -msgid "Full Name:" -msgstr "Celé jméno:" - -#: ../../mod/settings.php:1032 -msgid "Email Address:" -msgstr "E-mailová adresa:" - -#: ../../mod/settings.php:1033 -msgid "Your Timezone:" -msgstr "Vaše časové pásmo:" - -#: ../../mod/settings.php:1034 -msgid "Default Post Location:" -msgstr "Výchozí umístění příspěvků:" - -#: ../../mod/settings.php:1035 -msgid "Use Browser Location:" -msgstr "Používat umístění dle prohlížeče:" - -#: ../../mod/settings.php:1038 -msgid "Security and Privacy Settings" -msgstr "Nastavení zabezpečení a soukromí" - -#: ../../mod/settings.php:1040 -msgid "Maximum Friend Requests/Day:" -msgstr "Maximální počet žádostí o přátelství za den:" - -#: ../../mod/settings.php:1040 ../../mod/settings.php:1059 -msgid "(to prevent spam abuse)" -msgstr "(Aby se zabránilo spamu)" - -#: ../../mod/settings.php:1041 -msgid "Default Post Permissions" -msgstr "Výchozí oprávnění pro příspěvek" - -#: ../../mod/settings.php:1042 -msgid "(click to open/close)" -msgstr "(Klikněte pro otevření/zavření)" - -#: ../../mod/settings.php:1059 -msgid "Maximum private messages per day from unknown people:" -msgstr "Maximum soukromých zpráv od neznámých lidí:" - -#: ../../mod/settings.php:1062 -msgid "Notification Settings" -msgstr "Nastavení notifikací" - -#: ../../mod/settings.php:1063 -msgid "By default post a status message when:" -msgstr "Defaultně posílat statusové zprávy když:" - -#: ../../mod/settings.php:1064 -msgid "accepting a friend request" -msgstr "akceptuji požadavek na přátelství" - -#: ../../mod/settings.php:1065 -msgid "joining a forum/community" -msgstr "připojující se k fóru/komunitě" - -#: ../../mod/settings.php:1066 -msgid "making an interesting profile change" -msgstr "provedení zajímavé profilové změny" - -#: ../../mod/settings.php:1067 -msgid "Send a notification email when:" -msgstr "Poslat notifikaci e-mailem, když" - -#: ../../mod/settings.php:1068 -msgid "You receive an introduction" -msgstr "obdržíte žádost o propojení" - -#: ../../mod/settings.php:1069 -msgid "Your introductions are confirmed" -msgstr "Vaše žádosti jsou potvrzeny" - -#: ../../mod/settings.php:1070 -msgid "Someone writes on your profile wall" -msgstr "někdo Vám napíše na Vaši profilovou stránku" - -#: ../../mod/settings.php:1071 -msgid "Someone writes a followup comment" -msgstr "někdo Vám napíše následný komentář" - -#: ../../mod/settings.php:1072 -msgid "You receive a private message" -msgstr "obdržíte soukromou zprávu" - -#: ../../mod/settings.php:1073 -msgid "You receive a friend suggestion" -msgstr "Obdržel jste návrh přátelství" - -#: ../../mod/settings.php:1074 -msgid "You are tagged in a post" -msgstr "Jste označen v příspěvku" - -#: ../../mod/settings.php:1075 -msgid "You are poked/prodded/etc. in a post" -msgstr "Byl Jste šťouchnout v příspěvku" - -#: ../../mod/settings.php:1078 -msgid "Advanced Account/Page Type Settings" -msgstr "Pokročilé nastavení účtu/stránky" - -#: ../../mod/settings.php:1079 -msgid "Change the behaviour of this account for special situations" -msgstr "Změnit chování tohoto účtu ve speciálních situacích" - -#: ../../mod/manage.php:94 -msgid "Manage Identities and/or Pages" -msgstr "Správa identit a / nebo stránek" - -#: ../../mod/manage.php:97 -msgid "" -"Toggle between different identities or community/group pages which share " -"your account details or which you have been granted \"manage\" permissions" -msgstr "Přepnutí mezi různými identitami nebo komunitními/skupinovými stránkami, které sdílí Vaše detaily účtu, nebo kterým jste přidělili oprávnění nastavovat přístupová práva." - -#: ../../mod/manage.php:99 -msgid "Select an identity to manage: " -msgstr "Vyberte identitu pro správu: " - -#: ../../mod/network.php:181 -msgid "Search Results For:" -msgstr "Výsledky hledání pro:" - -#: ../../mod/network.php:224 ../../mod/search.php:21 -msgid "Remove term" -msgstr "Odstranit termín" - -#: ../../mod/network.php:233 ../../mod/search.php:30 -#: ../../include/features.php:41 -msgid "Saved Searches" -msgstr "Uložená hledání" - -#: ../../mod/network.php:234 ../../include/group.php:275 -msgid "add" -msgstr "přidat" - -#: ../../mod/network.php:397 -msgid "Commented Order" -msgstr "Dle komentářů" - -#: ../../mod/network.php:400 -msgid "Sort by Comment Date" -msgstr "Řadit podle data komentáře" - -#: ../../mod/network.php:403 -msgid "Posted Order" -msgstr "Dle data" - -#: ../../mod/network.php:406 -msgid "Sort by Post Date" -msgstr "Řadit podle data příspěvku" - -#: ../../mod/network.php:447 -msgid "Posts that mention or involve you" -msgstr "Příspěvky, které Vás zmiňují nebo zahrnují" - -#: ../../mod/network.php:453 -msgid "New" -msgstr "Nové" - -#: ../../mod/network.php:456 -msgid "Activity Stream - by date" -msgstr "Proud aktivit - dle data" - -#: ../../mod/network.php:462 -msgid "Shared Links" -msgstr "Sdílené odkazy" - -#: ../../mod/network.php:465 -msgid "Interesting Links" -msgstr "Zajímavé odkazy" - -#: ../../mod/network.php:471 -msgid "Starred" -msgstr "S hvězdičkou" - -#: ../../mod/network.php:474 -msgid "Favourite Posts" -msgstr "Oblíbené přízpěvky" - -#: ../../mod/network.php:546 -#, php-format -msgid "Warning: This group contains %s member from an insecure network." -msgid_plural "" -"Warning: This group contains %s members from an insecure network." -msgstr[0] "Upozornění: Tato skupina obsahuje %s člena z nezabezpečené sítě." -msgstr[1] "Upozornění: Tato skupina obsahuje %s členy z nezabezpečené sítě." -msgstr[2] "Upozornění: Tato skupina obsahuje %s členy z nezabezpečené sítě." - -#: ../../mod/network.php:549 -msgid "Private messages to this group are at risk of public disclosure." -msgstr "Soukromé zprávy této skupině jsou vystaveny riziku prozrazení." - -#: ../../mod/network.php:619 -msgid "Contact: " -msgstr "Kontakt: " - -#: ../../mod/network.php:621 -msgid "Private messages to this person are at risk of public disclosure." -msgstr "Soukromé zprávy této osobě jsou vystaveny riziku prozrazení." - -#: ../../mod/network.php:626 -msgid "Invalid contact." -msgstr "Neplatný kontakt." - -#: ../../mod/notes.php:44 ../../boot.php:1798 -msgid "Personal Notes" -msgstr "Osobní poznámky" - -#: ../../mod/notes.php:63 ../../mod/filer.php:31 -#: ../../addon/facebook/facebook.php:770 -#: ../../addon/privacy_image_cache/privacy_image_cache.php:346 -#: ../../addon/fbpost/fbpost.php:314 -#: ../../addon/dav/friendica/layout.fnk.php:441 -#: ../../addon/dav/friendica/layout.fnk.php:488 ../../include/text.php:742 -#: ../../addon.old/facebook/facebook.php:770 -#: ../../addon.old/privacy_image_cache/privacy_image_cache.php:263 -#: ../../addon.old/fbpost/fbpost.php:267 -#: ../../addon.old/dav/friendica/layout.fnk.php:441 -#: ../../addon.old/dav/friendica/layout.fnk.php:488 -msgid "Save" -msgstr "Uložit" - -#: ../../mod/uimport.php:50 ../../mod/register.php:190 -msgid "" -"This site has exceeded the number of allowed daily account registrations. " -"Please try again tomorrow." -msgstr "Došlo k překročení maximálního povoleného počtu registrací za den na tomto serveru. Zkuste to zítra znovu." - -#: ../../mod/uimport.php:64 -msgid "Import" -msgstr "Import" - -#: ../../mod/uimport.php:66 -msgid "Move account" -msgstr "Přesunout účet" - -#: ../../mod/uimport.php:67 -msgid "You can import an account from another Friendica server." -msgstr "Můžete importovat účet z jiného Friendica serveru." - -#: ../../mod/uimport.php:68 -msgid "" -"You need to export your account from the old server and upload it here. We " -"will recreate your old account here with all your contacts. We will try also" -" to inform your friends that you moved here." -msgstr "Musíte exportovat svůj účet na sterém serveru a nahrát ho zde. My následně vytvoříme Váš původní účet zde včetně všech kontaktů. Zároveň se pokusíme informovat všechny Vaše přátele, že jste se sem přestěhovali." - -#: ../../mod/uimport.php:69 -msgid "" -"This feature is experimental. We can't import contacts from the OStatus " -"network (statusnet/identi.ca) or from Diaspora" -msgstr "Tato funkčnost je experimentální. Nemůžeme importovat kontakty z OSStatus sítí (statusnet/identi.ca) nebo z Diaspory" - -#: ../../mod/uimport.php:70 -msgid "Account file" -msgstr "Soubor s účtem" - -#: ../../mod/uimport.php:70 -msgid "" -"To export your accont, go to \"Settings->Export your porsonal data\" and " -"select \"Export account\"" -msgstr "K exportu Vašeho účtu, jděte do \"Nastavení->Export vašich osobních dat\" a zvolte \" Export účtu\"" - -#: ../../mod/wallmessage.php:42 ../../mod/wallmessage.php:112 -#, php-format -msgid "Number of daily wall messages for %s exceeded. Message failed." -msgstr "Došlo k překročení maximálního počtu zpráv na zeď během jednoho dne. Zpráva %s nedoručena." - -#: ../../mod/wallmessage.php:56 ../../mod/message.php:63 -msgid "No recipient selected." -msgstr "Nevybrán příjemce." - -#: ../../mod/wallmessage.php:59 -msgid "Unable to check your home location." -msgstr "Nebylo možné zjistit Vaši domácí lokaci." - -#: ../../mod/wallmessage.php:62 ../../mod/message.php:70 -msgid "Message could not be sent." -msgstr "Zprávu se nepodařilo odeslat." - -#: ../../mod/wallmessage.php:65 ../../mod/message.php:73 -msgid "Message collection failure." -msgstr "Sběr zpráv selhal." - -#: ../../mod/wallmessage.php:68 ../../mod/message.php:76 -msgid "Message sent." -msgstr "Zpráva odeslána." - -#: ../../mod/wallmessage.php:86 ../../mod/wallmessage.php:95 -msgid "No recipient." -msgstr "Žádný příjemce." - -#: ../../mod/wallmessage.php:123 ../../mod/wallmessage.php:131 -#: ../../mod/message.php:249 ../../mod/message.php:257 -#: ../../mod/message.php:429 ../../mod/message.php:437 -#: ../../include/conversation.php:941 ../../include/conversation.php:959 -msgid "Please enter a link URL:" -msgstr "Zadejte prosím URL odkaz:" - -#: ../../mod/wallmessage.php:138 ../../mod/message.php:285 -msgid "Send Private Message" -msgstr "Odeslat soukromou zprávu" - -#: ../../mod/wallmessage.php:139 -#, php-format -msgid "" -"If you wish for %s to respond, please check that the privacy settings on " -"your site allow private mail from unknown senders." -msgstr "Pokud si přejete, aby uživatel %s mohl odpovědět, ověřte si zda-li máte povoleno na svém serveru zasílání soukromých zpráv od neznámých odesilatelů." - -#: ../../mod/wallmessage.php:140 ../../mod/message.php:286 -#: ../../mod/message.php:516 -msgid "To:" -msgstr "Adresát:" - -#: ../../mod/wallmessage.php:141 ../../mod/message.php:291 -#: ../../mod/message.php:518 -msgid "Subject:" -msgstr "Předmět:" - -#: ../../mod/wallmessage.php:147 ../../mod/message.php:295 -#: ../../mod/message.php:521 ../../mod/invite.php:113 -msgid "Your message:" -msgstr "Vaše zpráva:" - -#: ../../mod/newmember.php:6 -msgid "Welcome to Friendica" -msgstr "Vítejte na Friendica" - -#: ../../mod/newmember.php:8 -msgid "New Member Checklist" -msgstr "Seznam doporučení pro nového člena" - -#: ../../mod/newmember.php:12 -msgid "" -"We would like to offer some tips and links to help make your experience " -"enjoyable. Click any item to visit the relevant page. A link to this page " -"will be visible from your home page for two weeks after your initial " -"registration and then will quietly disappear." -msgstr "Rádi bychom vám nabídli několik tipů a odkazů pro začátek. Klikněte na jakoukoliv položku pro zobrazení relevantní stránky. Odkaz na tuto stránku bude viditelný z Vaší domovské stránky po dobu dvou týdnů od Vaší první registrace." - -#: ../../mod/newmember.php:14 -msgid "Getting Started" -msgstr "Začínáme" - -#: ../../mod/newmember.php:18 -msgid "Friendica Walk-Through" -msgstr "Prohlídka Friendica " - -#: ../../mod/newmember.php:18 -msgid "" -"On your Quick Start page - find a brief introduction to your " -"profile and network tabs, make some new connections, and find some groups to" -" join." -msgstr "Na Vaší stránce Rychlý Start - naleznete stručné představení k Vašemu profilu a záložce Síť, k vytvoření spojení s novými kontakty a nalezení skupin, ke kterým se můžete připojit." - -#: ../../mod/newmember.php:26 -msgid "Go to Your Settings" -msgstr "Navštivte své nastavení" - -#: ../../mod/newmember.php:26 -msgid "" -"On your Settings page - change your initial password. Also make a " -"note of your Identity Address. This looks just like an email address - and " -"will be useful in making friends on the free social web." -msgstr "Na Vaší stránce Nastavení - si změňte Vaše první heslo.\nVěnujte také svou pozornost k adrese identity. Vypadá jako emailová adresa a bude Vám užitečná pro navazování přátelství na svobodné sociální síti." - -#: ../../mod/newmember.php:28 -msgid "" -"Review the other settings, particularly the privacy settings. An unpublished" -" directory listing is like having an unlisted phone number. In general, you " -"should probably publish your listing - unless all of your friends and " -"potential friends know exactly how to find you." -msgstr "Prohlédněte si další nastavení, a to zejména nastavení soukromí. Nezveřejnění svého účtu v adresáři je jako mít nezveřejněné telefonní číslo. Obecně platí, že je lepší mít svůj účet zveřejněný, leda by všichni vaši potenciální přátelé věděli, jak vás přesně najít." - -#: ../../mod/newmember.php:32 ../../mod/profperm.php:103 -#: ../../view/theme/diabook/theme.php:89 ../../include/profile_advanced.php:7 -#: ../../include/profile_advanced.php:84 ../../include/nav.php:50 -#: ../../boot.php:1774 +#: ../../include/profile_advanced.php:7 ../../include/profile_advanced.php:84 +#: ../../include/nav.php:77 ../../mod/profperm.php:103 +#: ../../mod/newmember.php:32 ../../view/theme/diabook/theme.php:88 +#: ../../boot.php:1947 msgid "Profile" msgstr "Profil" -#: ../../mod/newmember.php:36 ../../mod/profile_photo.php:244 -msgid "Upload Profile Photo" -msgstr "Nahrát profilovou fotografii" +#: ../../include/profile_advanced.php:15 ../../mod/settings.php:1079 +msgid "Full Name:" +msgstr "Celé jméno:" -#: ../../mod/newmember.php:36 -msgid "" -"Upload a profile photo if you have not done so already. Studies have shown " -"that people with real photos of themselves are ten times more likely to make" -" friends than people who do not." -msgstr "Nahrajte si svou profilovou fotku, pokud jste tak již neučinili. Studie ukázaly, že lidé se skutečnými fotografiemi mají desetkrát častěji přátele než lidé, kteří nemají." - -#: ../../mod/newmember.php:38 -msgid "Edit Your Profile" -msgstr "Editujte Váš profil" - -#: ../../mod/newmember.php:38 -msgid "" -"Edit your default profile to your liking. Review the " -"settings for hiding your list of friends and hiding the profile from unknown" -" visitors." -msgstr "Upravit výchozí profil podle vašich představ. Prověřte nastavení pro skrytí Vašeho seznamu přátel a skrytí profilu před neznámými návštěvníky." - -#: ../../mod/newmember.php:40 -msgid "Profile Keywords" -msgstr "Profilová klíčová slova" - -#: ../../mod/newmember.php:40 -msgid "" -"Set some public keywords for your default profile which describe your " -"interests. We may be able to find other people with similar interests and " -"suggest friendships." -msgstr "Nastavte si nějaká veřejné klíčová slova pro výchozí profil, která popisují Vaše zájmy. Friendika Vám může nalézt další lidi s podobnými zájmy a navrhnout přátelství." - -#: ../../mod/newmember.php:44 -msgid "Connecting" -msgstr "Probíhá pokus o připojení" - -#: ../../mod/newmember.php:49 ../../mod/newmember.php:51 -#: ../../addon/facebook/facebook.php:728 ../../addon/fbpost/fbpost.php:286 -#: ../../include/contact_selectors.php:81 -#: ../../addon.old/facebook/facebook.php:728 -#: ../../addon.old/fbpost/fbpost.php:239 -msgid "Facebook" -msgstr "Facebook" - -#: ../../mod/newmember.php:49 -msgid "" -"Authorise the Facebook Connector if you currently have a Facebook account " -"and we will (optionally) import all your Facebook friends and conversations." -msgstr "Jestliže máte účet na Facebooku, povolte konektor na Facebook a bude možné (na přání) importovat všechny Vaš přátele na Facebooku a všechny Vaše konverzace." - -#: ../../mod/newmember.php:51 -msgid "" -"If this is your own personal server, installing the Facebook addon " -"may ease your transition to the free social web." -msgstr "Pokud je toto Váš soukromý server, instalací Facebok doplňku můžete zjednodušit Váš přechod na svobodný sociální web." - -#: ../../mod/newmember.php:56 -msgid "Importing Emails" -msgstr "Importování emaiů" - -#: ../../mod/newmember.php:56 -msgid "" -"Enter your email access information on your Connector Settings page if you " -"wish to import and interact with friends or mailing lists from your email " -"INBOX" -msgstr "Pokud chcete importovat své přátele nebo mailové skupiny a komunikovat s nimi, zadejte na Vaší stránce Nastavení kontektoru své přístupové údaje do svého emailového účtu" - -#: ../../mod/newmember.php:58 -msgid "Go to Your Contacts Page" -msgstr "Navštivte Vaši stránku s kontakty" - -#: ../../mod/newmember.php:58 -msgid "" -"Your Contacts page is your gateway to managing friendships and connecting " -"with friends on other networks. Typically you enter their address or site " -"URL in the Add New Contact dialog." -msgstr "Vaše stránka Kontakty je Vaše brána k nastavování přátelství a propojení s přáteli z dalších sítí. Typicky zadáte jejich emailovou adresu nebo URL adresu jejich serveru prostřednictvím dialogu Přidat nový kontakt." - -#: ../../mod/newmember.php:60 -msgid "Go to Your Site's Directory" -msgstr "Navštivte lokální adresář Friendica" - -#: ../../mod/newmember.php:60 -msgid "" -"The Directory page lets you find other people in this network or other " -"federated sites. Look for a Connect or Follow link on " -"their profile page. Provide your own Identity Address if requested." -msgstr "Stránka Adresář Vám pomůže najít další lidi na tomto serveru nebo v jiných propojených serverech. Prostřednictvím odkazů Připojení nebo Následovat si prohlédněte jejich profilovou stránku. Uveďte svou vlastní adresu identity, je-li požadována." - -#: ../../mod/newmember.php:62 -msgid "Finding New People" -msgstr "Nalezení nových lidí" - -#: ../../mod/newmember.php:62 -msgid "" -"On the side panel of the Contacts page are several tools to find new " -"friends. We can match people by interest, look up people by name or " -"interest, and provide suggestions based on network relationships. On a brand" -" new site, friend suggestions will usually begin to be populated within 24 " -"hours." -msgstr "Na bočním panelu stránky s kontakty je několik nástrojů k nalezení nových přátel. Porovnáme lidi dle zájmů, najdeme lidi podle jména nebo zájmu a poskytneme Vám návrhy založené na přátelství v síti přátel. Na zcela novém serveru se návrhy přátelství nabínou obvykle během 24 hodin." - -#: ../../mod/newmember.php:66 ../../include/group.php:270 -msgid "Groups" -msgstr "Skupiny" - -#: ../../mod/newmember.php:70 -msgid "Group Your Contacts" -msgstr "Seskupte si své kontakty" - -#: ../../mod/newmember.php:70 -msgid "" -"Once you have made some friends, organize them into private conversation " -"groups from the sidebar of your Contacts page and then you can interact with" -" each group privately on your Network page." -msgstr "Jakmile získáte nějaké přátele, uspořádejte si je do soukromých konverzačních skupin na postranním panelu Vaší stránky Kontakty a pak můžete komunikovat s každou touto skupinu soukromě prostřednictvím stránky Síť." - -#: ../../mod/newmember.php:73 -msgid "Why Aren't My Posts Public?" -msgstr "Proč nejsou mé příspěvky veřejné?" - -#: ../../mod/newmember.php:73 -msgid "" -"Friendica respects your privacy. By default, your posts will only show up to" -" people you've added as friends. For more information, see the help section " -"from the link above." -msgstr "Friendica respektuje Vaše soukromí. Defaultně jsou Vaše příspěvky viditelné pouze lidem, které označíte jako Vaše přátelé. Více informací naleznete v nápovědě na výše uvedeném odkazu" - -#: ../../mod/newmember.php:78 -msgid "Getting Help" -msgstr "Získání nápovědy" - -#: ../../mod/newmember.php:82 -msgid "Go to the Help Section" -msgstr "Navštivte sekci nápovědy" - -#: ../../mod/newmember.php:82 -msgid "" -"Our help pages may be consulted for detail on other program" -" features and resources." -msgstr "Na stránkách Nápověda naleznete nejen další podrobnosti o všech funkcích Friendika ale také další zdroje informací." - -#: ../../mod/attach.php:8 -msgid "Item not available." -msgstr "Položka není k dispozici." - -#: ../../mod/attach.php:20 -msgid "Item was not found." -msgstr "Položka nebyla nalezena." - -#: ../../mod/group.php:29 -msgid "Group created." -msgstr "Skupina vytvořena." - -#: ../../mod/group.php:35 -msgid "Could not create group." -msgstr "Nelze vytvořit skupinu." - -#: ../../mod/group.php:47 ../../mod/group.php:140 -msgid "Group not found." -msgstr "Skupina nenalezena." - -#: ../../mod/group.php:60 -msgid "Group name changed." -msgstr "Název skupiny byl změněn." - -#: ../../mod/group.php:72 ../../mod/profperm.php:19 ../../index.php:332 -msgid "Permission denied" -msgstr "Nedostatečné oprávnění" - -#: ../../mod/group.php:93 -msgid "Create a group of contacts/friends." -msgstr "Vytvořit skupinu kontaktů / přátel." - -#: ../../mod/group.php:94 ../../mod/group.php:180 -msgid "Group Name: " -msgstr "Název skupiny: " - -#: ../../mod/group.php:113 -msgid "Group removed." -msgstr "Skupina odstraněna. " - -#: ../../mod/group.php:115 -msgid "Unable to remove group." -msgstr "Nelze odstranit skupinu." - -#: ../../mod/group.php:179 -msgid "Group Editor" -msgstr "Editor skupin" - -#: ../../mod/group.php:192 -msgid "Members" -msgstr "Členové" - -#: ../../mod/group.php:223 ../../mod/profperm.php:105 -msgid "Click on a contact to add or remove." -msgstr "Klikněte na kontakt pro přidání nebo odebrání" - -#: ../../mod/profperm.php:25 ../../mod/profperm.php:55 -msgid "Invalid profile identifier." -msgstr "Neplatný identifikátor profilu." - -#: ../../mod/profperm.php:101 -msgid "Profile Visibility Editor" -msgstr "Editor viditelnosti profilu " - -#: ../../mod/profperm.php:114 -msgid "Visible To" -msgstr "Viditelný pro" - -#: ../../mod/profperm.php:130 -msgid "All Contacts (with secure profile access)" -msgstr "Všechny kontakty (se zabezpečeným přístupovým profilem )" - -#: ../../mod/viewcontacts.php:39 -msgid "No contacts." -msgstr "Žádné kontakty." - -#: ../../mod/viewcontacts.php:76 ../../include/text.php:679 -msgid "View Contacts" -msgstr "Zobrazit kontakty" - -#: ../../mod/register.php:89 ../../mod/regmod.php:52 -#, php-format -msgid "Registration details for %s" -msgstr "Registrační údaje pro %s" - -#: ../../mod/register.php:97 -msgid "" -"Registration successful. Please check your email for further instructions." -msgstr "Registrace úspěšná. Zkontrolujte prosím svůj e-mail pro další instrukce." - -#: ../../mod/register.php:101 -msgid "Failed to send email message. Here is the message that failed." -msgstr "Nepodařilo se odeslat zprávu na e-mail. Zde je zpráva, která nebyla odeslána." - -#: ../../mod/register.php:106 -msgid "Your registration can not be processed." -msgstr "Vaši registraci nelze zpracovat." - -#: ../../mod/register.php:143 -#, php-format -msgid "Registration request at %s" -msgstr "Žádost o registraci na %s" - -#: ../../mod/register.php:152 -msgid "Your registration is pending approval by the site owner." -msgstr "Vaše registrace čeká na schválení vlastníkem serveru." - -#: ../../mod/register.php:218 -msgid "" -"You may (optionally) fill in this form via OpenID by supplying your OpenID " -"and clicking 'Register'." -msgstr "Tento formulář můžete (volitelně) vyplnit s pomocí OpenID tím, že vyplníte své OpenID a kliknutete na tlačítko 'Zaregistrovat'." - -#: ../../mod/register.php:219 -msgid "" -"If you are not familiar with OpenID, please leave that field blank and fill " -"in the rest of the items." -msgstr "Pokud nepoužíváte OpenID, nechte prosím toto pole prázdné a vyplňte zbylé položky." - -#: ../../mod/register.php:220 -msgid "Your OpenID (optional): " -msgstr "Vaše OpenID (nepovinné): " - -#: ../../mod/register.php:234 -msgid "Include your profile in member directory?" -msgstr "Toto je Váš veřejný profil.
Ten může být viditelný kýmkoliv na internetu." - -#: ../../mod/register.php:255 -msgid "Membership on this site is by invitation only." -msgstr "Členství na tomto webu je pouze na pozvání." - -#: ../../mod/register.php:256 -msgid "Your invitation ID: " -msgstr "Vaše pozvání ID:" - -#: ../../mod/register.php:259 ../../mod/admin.php:462 -msgid "Registration" -msgstr "Registrace" - -#: ../../mod/register.php:267 -msgid "Your Full Name (e.g. Joe Smith): " -msgstr "Vaše celé jméno (např. Jan Novák):" - -#: ../../mod/register.php:268 -msgid "Your Email Address: " -msgstr "Vaše e-mailová adresa:" - -#: ../../mod/register.php:269 -msgid "" -"Choose a profile nickname. This must begin with a text character. Your " -"profile address on this site will then be " -"'nickname@$sitename'." -msgstr "Vyberte přezdívku k profilu. Ta musí začít s textovým znakem. Vaše profilová adresa na tomto webu pak bude \"přezdívka@$sitename\"." - -#: ../../mod/register.php:270 -msgid "Choose a nickname: " -msgstr "Vyberte přezdívku:" - -#: ../../mod/register.php:273 ../../include/nav.php:81 ../../boot.php:951 -msgid "Register" -msgstr "Registrovat" - -#: ../../mod/dirfind.php:26 -msgid "People Search" -msgstr "Vyhledávání lidí" - -#: ../../mod/like.php:145 ../../mod/subthread.php:87 ../../mod/tagger.php:62 -#: ../../addon/communityhome/communityhome.php:166 -#: ../../view/theme/diabook/theme.php:465 ../../include/text.php:1499 -#: ../../include/diaspora.php:1851 ../../include/conversation.php:125 -#: ../../include/conversation.php:253 -#: ../../addon.old/communityhome/communityhome.php:163 -msgid "photo" -msgstr "fotografie" - -#: ../../mod/like.php:145 ../../mod/like.php:298 ../../mod/subthread.php:87 -#: ../../mod/tagger.php:62 ../../addon/facebook/facebook.php:1598 -#: ../../addon/communityhome/communityhome.php:161 -#: ../../addon/communityhome/communityhome.php:170 -#: ../../view/theme/diabook/theme.php:460 -#: ../../view/theme/diabook/theme.php:469 ../../include/diaspora.php:1851 -#: ../../include/conversation.php:120 ../../include/conversation.php:129 -#: ../../include/conversation.php:248 ../../include/conversation.php:257 -#: ../../addon.old/facebook/facebook.php:1598 -#: ../../addon.old/communityhome/communityhome.php:158 -#: ../../addon.old/communityhome/communityhome.php:167 -msgid "status" -msgstr "Stav" - -#: ../../mod/like.php:162 ../../addon/facebook/facebook.php:1602 -#: ../../addon/communityhome/communityhome.php:175 -#: ../../view/theme/diabook/theme.php:474 ../../include/diaspora.php:1867 -#: ../../include/conversation.php:136 -#: ../../addon.old/facebook/facebook.php:1602 -#: ../../addon.old/communityhome/communityhome.php:172 -#, php-format -msgid "%1$s likes %2$s's %3$s" -msgstr "%1$s má rád %2$s' na %3$s" - -#: ../../mod/like.php:164 ../../include/conversation.php:139 -#, php-format -msgid "%1$s doesn't like %2$s's %3$s" -msgstr "%1$s nemá rád %2$s na %3$s" - -#: ../../mod/notice.php:15 ../../mod/viewsrc.php:15 ../../mod/admin.php:159 -#: ../../mod/admin.php:773 ../../mod/admin.php:972 ../../mod/display.php:39 -#: ../../mod/display.php:169 ../../include/items.php:3853 -msgid "Item not found." -msgstr "Položka nenalezena." - -#: ../../mod/viewsrc.php:7 -msgid "Access denied." -msgstr "Přístup odmítnut" - -#: ../../mod/fbrowser.php:25 ../../view/theme/diabook/theme.php:91 -#: ../../include/nav.php:51 ../../boot.php:1781 -msgid "Photos" -msgstr "Fotografie" - -#: ../../mod/fbrowser.php:113 -msgid "Files" -msgstr "Soubory" - -#: ../../mod/regmod.php:61 -msgid "Account approved." -msgstr "Účet schválen." - -#: ../../mod/regmod.php:98 -#, php-format -msgid "Registration revoked for %s" -msgstr "Registrace zrušena pro %s" - -#: ../../mod/regmod.php:110 -msgid "Please login." -msgstr "Přihlaste se, prosím." - -#: ../../mod/item.php:104 -msgid "Unable to locate original post." -msgstr "Nelze nalézt původní příspěvek." - -#: ../../mod/item.php:288 -msgid "Empty post discarded." -msgstr "Prázdný příspěvek odstraněn." - -#: ../../mod/item.php:424 ../../mod/wall_upload.php:135 -#: ../../mod/wall_upload.php:144 ../../mod/wall_upload.php:151 -#: ../../include/message.php:144 -msgid "Wall Photos" -msgstr "Fotografie na zdi" - -#: ../../mod/item.php:837 -msgid "System error. Post not saved." -msgstr "Chyba systému. Příspěvek nebyl uložen." - -#: ../../mod/item.php:862 -#, php-format -msgid "" -"This message was sent to you by %s, a member of the Friendica social " -"network." -msgstr "Tato zpráva vám byla zaslána od %s, člena sociální sítě Friendica." - -#: ../../mod/item.php:864 -#, php-format -msgid "You may visit them online at %s" -msgstr "Můžete je navštívit online na adrese %s" - -#: ../../mod/item.php:865 -msgid "" -"Please contact the sender by replying to this post if you do not wish to " -"receive these messages." -msgstr "Pokud nechcete dostávat tyto zprávy, kontaktujte prosím odesilatele odpovědí na tento záznam." - -#: ../../mod/item.php:867 -#, php-format -msgid "%s posted an update." -msgstr "%s poslal aktualizaci." - -#: ../../mod/mood.php:62 ../../include/conversation.php:226 -#, php-format -msgid "%1$s is currently %2$s" -msgstr "%1$s je právě %2$s" - -#: ../../mod/mood.php:133 -msgid "Mood" -msgstr "Nálada" - -#: ../../mod/mood.php:134 -msgid "Set your current mood and tell your friends" -msgstr "Nastavte svou aktuální náladu a řekněte to Vašim přátelům" - -#: ../../mod/profile_photo.php:44 -msgid "Image uploaded but image cropping failed." -msgstr "Obrázek byl odeslán, ale jeho oříznutí se nesdařilo." - -#: ../../mod/profile_photo.php:77 ../../mod/profile_photo.php:84 -#: ../../mod/profile_photo.php:91 ../../mod/profile_photo.php:308 -#, php-format -msgid "Image size reduction [%s] failed." -msgstr "Nepodařilo se snížit velikost obrázku [%s]." - -#: ../../mod/profile_photo.php:118 -msgid "" -"Shift-reload the page or clear browser cache if the new photo does not " -"display immediately." -msgstr "Znovu načtěte stránku (Shift+F5) nebo vymažte cache prohlížeče, pokud se nové fotografie nezobrazí okamžitě." - -#: ../../mod/profile_photo.php:128 -msgid "Unable to process image" -msgstr "Obrázek nelze zpracovat " - -#: ../../mod/profile_photo.php:144 ../../mod/wall_upload.php:90 -#, php-format -msgid "Image exceeds size limit of %d" -msgstr "Obrázek překročil limit velikosti %d" - -#: ../../mod/profile_photo.php:242 -msgid "Upload File:" -msgstr "Nahrát soubor:" - -#: ../../mod/profile_photo.php:243 -msgid "Select a profile:" -msgstr "Vybrat profil:" - -#: ../../mod/profile_photo.php:245 -#: ../../addon/dav/friendica/layout.fnk.php:152 -#: ../../addon.old/dav/friendica/layout.fnk.php:152 -msgid "Upload" -msgstr "Nahrát" - -#: ../../mod/profile_photo.php:248 -msgid "skip this step" -msgstr "přeskočit tento krok " - -#: ../../mod/profile_photo.php:248 -msgid "select a photo from your photo albums" -msgstr "Vybrat fotografii z Vašich fotoalb" - -#: ../../mod/profile_photo.php:262 -msgid "Crop Image" -msgstr "Oříznout obrázek" - -#: ../../mod/profile_photo.php:263 -msgid "Please adjust the image cropping for optimum viewing." -msgstr "Prosím, ořízněte tento obrázek pro optimální zobrazení." - -#: ../../mod/profile_photo.php:265 -msgid "Done Editing" -msgstr "Editace dokončena" - -#: ../../mod/profile_photo.php:299 -msgid "Image uploaded successfully." -msgstr "Obrázek byl úspěšně nahrán." - -#: ../../mod/hcard.php:10 -msgid "No profile" -msgstr "Žádný profil" - -#: ../../mod/removeme.php:45 ../../mod/removeme.php:48 -msgid "Remove My Account" -msgstr "Odstranit můj účet" - -#: ../../mod/removeme.php:46 -msgid "" -"This will completely remove your account. Once this has been done it is not " -"recoverable." -msgstr "Tímto bude kompletně odstraněn váš účet. Jakmile bude účet odstraněn, nebude už možné ho obnovit." - -#: ../../mod/removeme.php:47 -msgid "Please enter your password for verification:" -msgstr "Prosím, zadejte své heslo pro ověření:" - -#: ../../mod/message.php:9 ../../include/nav.php:132 -msgid "New Message" -msgstr "Nová zpráva" - -#: ../../mod/message.php:67 -msgid "Unable to locate contact information." -msgstr "Nepodařilo se najít kontaktní informace." - -#: ../../mod/message.php:195 -msgid "Message deleted." -msgstr "Zpráva odstraněna." - -#: ../../mod/message.php:225 -msgid "Conversation removed." -msgstr "Konverzace odstraněna." - -#: ../../mod/message.php:334 -msgid "No messages." -msgstr "Žádné zprávy." - -#: ../../mod/message.php:341 -#, php-format -msgid "Unknown sender - %s" -msgstr "Neznámý odesilatel - %s" - -#: ../../mod/message.php:344 -#, php-format -msgid "You and %s" -msgstr "Vy a %s" - -#: ../../mod/message.php:347 -#, php-format -msgid "%s and You" -msgstr "%s a Vy" - -#: ../../mod/message.php:368 ../../mod/message.php:509 -msgid "Delete conversation" -msgstr "Odstranit konverzaci" - -#: ../../mod/message.php:371 -msgid "D, d M Y - g:i A" -msgstr "D M R - g:i A" - -#: ../../mod/message.php:374 -#, php-format -msgid "%d message" -msgid_plural "%d messages" -msgstr[0] "%d zpráva" -msgstr[1] "%d zprávy" -msgstr[2] "%d zpráv" - -#: ../../mod/message.php:413 -msgid "Message not available." -msgstr "Zpráva není k dispozici." - -#: ../../mod/message.php:483 -msgid "Delete message" -msgstr "Smazat zprávu" - -#: ../../mod/message.php:511 -msgid "" -"No secure communications available. You may be able to " -"respond from the sender's profile page." -msgstr "Není k dispozici zabezpečená komunikace. Možná budete schopni reagovat z odesilatelovy profilové stránky." - -#: ../../mod/message.php:515 -msgid "Send Reply" -msgstr "Poslat odpověď" - -#: ../../mod/allfriends.php:34 -#, php-format -msgid "Friends of %s" -msgstr "Přátelé uživatele %s" - -#: ../../mod/allfriends.php:40 -msgid "No friends to display." -msgstr "Žádní přátelé k zobrazení" - -#: ../../mod/admin.php:55 -msgid "Theme settings updated." -msgstr "Nastavení téma zobrazení bylo aktualizováno." - -#: ../../mod/admin.php:96 ../../mod/admin.php:460 -msgid "Site" -msgstr "Web" - -#: ../../mod/admin.php:97 ../../mod/admin.php:727 ../../mod/admin.php:740 -msgid "Users" -msgstr "Uživatelé" - -#: ../../mod/admin.php:98 ../../mod/admin.php:822 ../../mod/admin.php:864 -msgid "Plugins" -msgstr "Pluginy" - -#: ../../mod/admin.php:99 ../../mod/admin.php:1027 ../../mod/admin.php:1063 -msgid "Themes" -msgstr "Témata" - -#: ../../mod/admin.php:100 -msgid "DB updates" -msgstr "Aktualizace databáze" - -#: ../../mod/admin.php:115 ../../mod/admin.php:122 ../../mod/admin.php:1150 -msgid "Logs" -msgstr "Logy" - -#: ../../mod/admin.php:120 ../../include/nav.php:151 -msgid "Admin" -msgstr "Administrace" - -#: ../../mod/admin.php:121 -msgid "Plugin Features" -msgstr "Funkčnosti rozšíření" - -#: ../../mod/admin.php:123 -msgid "User registrations waiting for confirmation" -msgstr "Registrace uživatele čeká na potvrzení" - -#: ../../mod/admin.php:183 ../../mod/admin.php:698 -msgid "Normal Account" -msgstr "Normální účet" - -#: ../../mod/admin.php:184 ../../mod/admin.php:699 -msgid "Soapbox Account" -msgstr "Soapbox účet" - -#: ../../mod/admin.php:185 ../../mod/admin.php:700 -msgid "Community/Celebrity Account" -msgstr "Komunitní účet / Účet celebrity" - -#: ../../mod/admin.php:186 ../../mod/admin.php:701 -msgid "Automatic Friend Account" -msgstr "Účet s automatickým schvalováním přátel" - -#: ../../mod/admin.php:187 -msgid "Blog Account" -msgstr "Účet Blogu" - -#: ../../mod/admin.php:188 -msgid "Private Forum" -msgstr "Soukromé fórum" - -#: ../../mod/admin.php:207 -msgid "Message queues" -msgstr "Fronty zpráv" - -#: ../../mod/admin.php:212 ../../mod/admin.php:459 ../../mod/admin.php:726 -#: ../../mod/admin.php:821 ../../mod/admin.php:863 ../../mod/admin.php:1026 -#: ../../mod/admin.php:1062 ../../mod/admin.php:1149 -msgid "Administration" -msgstr "Administrace" - -#: ../../mod/admin.php:213 -msgid "Summary" -msgstr "Shrnutí" - -#: ../../mod/admin.php:215 -msgid "Registered users" -msgstr "Registrovaní uživatelé" - -#: ../../mod/admin.php:217 -msgid "Pending registrations" -msgstr "Čekající registrace" - -#: ../../mod/admin.php:218 -msgid "Version" -msgstr "Verze" - -#: ../../mod/admin.php:220 -msgid "Active plugins" -msgstr "Aktivní pluginy" - -#: ../../mod/admin.php:391 -msgid "Site settings updated." -msgstr "Nastavení webu aktualizováno." - -#: ../../mod/admin.php:446 -msgid "Closed" -msgstr "Uzavřeno" - -#: ../../mod/admin.php:447 -msgid "Requires approval" -msgstr "Vyžaduje schválení" - -#: ../../mod/admin.php:448 -msgid "Open" -msgstr "Otevřená" - -#: ../../mod/admin.php:452 -msgid "No SSL policy, links will track page SSL state" -msgstr "Žádná SSL politika, odkazy budou následovat stránky SSL stav" - -#: ../../mod/admin.php:453 -msgid "Force all links to use SSL" -msgstr "Vyžadovat u všech odkazů použití SSL" - -#: ../../mod/admin.php:454 -msgid "Self-signed certificate, use SSL for local links only (discouraged)" -msgstr "Certifikát podepsaný sám sebou, použít SSL pouze pro lokální odkazy (nedoporučeno)" - -#: ../../mod/admin.php:463 -msgid "File upload" -msgstr "Nahrání souborů" - -#: ../../mod/admin.php:464 -msgid "Policies" -msgstr "Politiky" - -#: ../../mod/admin.php:465 -msgid "Advanced" -msgstr "Pokročilé" - -#: ../../mod/admin.php:466 -msgid "Performance" -msgstr "Výkonnost" - -#: ../../mod/admin.php:470 ../../addon/statusnet/statusnet.php:694 -#: ../../addon.old/statusnet/statusnet.php:567 -msgid "Site name" -msgstr "Název webu" - -#: ../../mod/admin.php:471 -msgid "Banner/Logo" -msgstr "Banner/logo" - -#: ../../mod/admin.php:472 -msgid "System language" -msgstr "Systémový jazyk" - -#: ../../mod/admin.php:473 -msgid "System theme" -msgstr "Grafická šablona systému " - -#: ../../mod/admin.php:473 -msgid "" -"Default system theme - may be over-ridden by user profiles - change theme settings" -msgstr "Defaultní systémové téma - může být změněno v uživatelských profilech - změnit theme settings" - -#: ../../mod/admin.php:474 -msgid "Mobile system theme" -msgstr "Systémové téma zobrazení pro mobilní zařízení" - -#: ../../mod/admin.php:474 -msgid "Theme for mobile devices" -msgstr "Téma zobrazení pro mobilní zařízení" - -#: ../../mod/admin.php:475 -msgid "SSL link policy" -msgstr "Politika SSL odkazů" - -#: ../../mod/admin.php:475 -msgid "Determines whether generated links should be forced to use SSL" -msgstr "Určuje, zda-li budou generované odkazy používat SSL" - -#: ../../mod/admin.php:476 -msgid "'Share' element" -msgstr "Element \"Sdílet\"" - -#: ../../mod/admin.php:476 -msgid "Activates the bbcode element 'share' for repeating items." -msgstr "Aktivuje bbcode prvek 'share' pro opakované položky." - -#: ../../mod/admin.php:477 -msgid "Maximum image size" -msgstr "Maximální velikost obrázků" - -#: ../../mod/admin.php:477 -msgid "" -"Maximum size in bytes of uploaded images. Default is 0, which means no " -"limits." -msgstr "Maximální velikost v bajtech nahraných obrázků. Defaultní je 0, což znamená neomezeno." - -#: ../../mod/admin.php:478 -msgid "Maximum image length" -msgstr "Maximální velikost obrázků" - -#: ../../mod/admin.php:478 -msgid "" -"Maximum length in pixels of the longest side of uploaded images. Default is " -"-1, which means no limits." -msgstr "Maximální délka v pixelech delší stránky nahrávaných obrázků. Defaultně je -1, což označuje bez limitu" - -#: ../../mod/admin.php:479 -msgid "JPEG image quality" -msgstr "JPEG kvalita obrázku" - -#: ../../mod/admin.php:479 -msgid "" -"Uploaded JPEGS will be saved at this quality setting [0-100]. Default is " -"100, which is full quality." -msgstr "Nahrávaný JPEG bude uložen se zadanou kvalitou v rozmezí [0-100]. Defaultní je 100, což znamená plnou kvalitu." - -#: ../../mod/admin.php:481 -msgid "Register policy" -msgstr "Politika registrace" - -#: ../../mod/admin.php:482 -msgid "Maximum Daily Registrations" -msgstr "Maximální počet denních registrací" - -#: ../../mod/admin.php:482 -msgid "" -"If registration is permitted above, this sets the maximum number of new user" -" registrations to accept per day. If register is set to closed, this " -"setting has no effect." -msgstr "Pokud je registrace výše povolena, zde se nastaví maximální počet registrací nových uživatelů za den.\nPokud je registrace zakázána, toto nastavení nemá žádný efekt." - -#: ../../mod/admin.php:483 -msgid "Register text" -msgstr "Registrace textu" - -#: ../../mod/admin.php:483 -msgid "Will be displayed prominently on the registration page." -msgstr "Bude zřetelně zobrazeno na registrační stránce." - -#: ../../mod/admin.php:484 -msgid "Accounts abandoned after x days" -msgstr "Účet je opuštěn po x dnech" - -#: ../../mod/admin.php:484 -msgid "" -"Will not waste system resources polling external sites for abandonded " -"accounts. Enter 0 for no time limit." -msgstr "Neztrácejte systémové zdroje kontaktováním externích webů s opuštěnými účty. Zadejte 0 pro žádný časový limit." - -#: ../../mod/admin.php:485 -msgid "Allowed friend domains" -msgstr "Povolené domény přátel" - -#: ../../mod/admin.php:485 -msgid "" -"Comma separated list of domains which are allowed to establish friendships " -"with this site. Wildcards are accepted. Empty to allow any domains" -msgstr "Čárkou oddělený seznam domén, kterým je povoleno navazovat přátelství s tímto webem. Zástupné znaky (wildcards) jsou povoleny. Prázné znamená libovolnou doménu." - -#: ../../mod/admin.php:486 -msgid "Allowed email domains" -msgstr "Povolené e-mailové domény" - -#: ../../mod/admin.php:486 -msgid "" -"Comma separated list of domains which are allowed in email addresses for " -"registrations to this site. Wildcards are accepted. Empty to allow any " -"domains" -msgstr "Čárkou oddělený seznam domén emalových adres, kterým je povoleno provádět registraci na tomto webu. Zástupné znaky (wildcards) jsou povoleny. Prázné znamená libovolnou doménu." - -#: ../../mod/admin.php:487 -msgid "Block public" -msgstr "Blokovat veřejnost" - -#: ../../mod/admin.php:487 -msgid "" -"Check to block public access to all otherwise public personal pages on this " -"site unless you are currently logged in." -msgstr "Označemím přepínače zablokujete veřejný přístup ke všem jinak veřejně přístupným soukromým stránkám uživatelům, kteří nebudou přihlášeni." - -#: ../../mod/admin.php:488 -msgid "Force publish" -msgstr "Publikovat" - -#: ../../mod/admin.php:488 -msgid "" -"Check to force all profiles on this site to be listed in the site directory." -msgstr "Označením přepínače budou včechny profily na tomto webu uvedeny v adresáři webu." - -#: ../../mod/admin.php:489 -msgid "Global directory update URL" -msgstr "aktualizace URL adresy Globálního adresáře " - -#: ../../mod/admin.php:489 -msgid "" -"URL to update the global directory. If this is not set, the global directory" -" is completely unavailable to the application." -msgstr "URL adresa k aktualizaci globálního adresáře. Pokud není zadáno, funkce globálního adresáře není dostupná žádné aplikaci." - -#: ../../mod/admin.php:490 -msgid "Allow threaded items" -msgstr "Povolit vícevláknové zpracování obsahu" - -#: ../../mod/admin.php:490 -msgid "Allow infinite level threading for items on this site." -msgstr "Povolit zpracování obsahu tohoto webu neomezeným počtem paralelních vláken." - -#: ../../mod/admin.php:491 -msgid "Private posts by default for new users" -msgstr "Nastavit pro nové uživatele příspěvky jako soukromé" - -#: ../../mod/admin.php:491 -msgid "" -"Set default post permissions for all new members to the default privacy " -"group rather than public." -msgstr "Nastavit defaultní práva pro příspěvky od všech nových členů na výchozí soukromou skupinu raději než jako veřejné." - -#: ../../mod/admin.php:493 -msgid "Block multiple registrations" -msgstr "Blokovat více registrací" - -#: ../../mod/admin.php:493 -msgid "Disallow users to register additional accounts for use as pages." -msgstr "Znemožnit uživatelům registraci dodatečných účtů k použití jako stránky." - -#: ../../mod/admin.php:494 -msgid "OpenID support" -msgstr "podpora OpenID" - -#: ../../mod/admin.php:494 -msgid "OpenID support for registration and logins." -msgstr "Podpora OpenID pro registraci a přihlašování." - -#: ../../mod/admin.php:495 -msgid "Fullname check" -msgstr "kontrola úplného jména" - -#: ../../mod/admin.php:495 -msgid "" -"Force users to register with a space between firstname and lastname in Full " -"name, as an antispam measure" -msgstr "Přimět uživatele k registraci s mezerou mezi jménu a příjmením v poli Celé jméno, jako antispamové opatření." - -#: ../../mod/admin.php:496 -msgid "UTF-8 Regular expressions" -msgstr "UTF-8 Regulární výrazy" - -#: ../../mod/admin.php:496 -msgid "Use PHP UTF8 regular expressions" -msgstr "Použít PHP UTF8 regulární výrazy." - -#: ../../mod/admin.php:497 -msgid "Show Community Page" -msgstr "Zobrazit stránku komunity" - -#: ../../mod/admin.php:497 -msgid "" -"Display a Community page showing all recent public postings on this site." -msgstr "Zobrazit Komunitní stránku zobrazující všechny veřejné příspěvky napsané na této stránce." - -#: ../../mod/admin.php:498 -msgid "Enable OStatus support" -msgstr "Zapnout podporu OStatus" - -#: ../../mod/admin.php:498 -msgid "" -"Provide built-in OStatus (identi.ca, status.net, etc.) compatibility. All " -"communications in OStatus are public, so privacy warnings will be " -"occasionally displayed." -msgstr "Poskytnout zabudouvanou kompatibilitu s OStatus (identi.ca, status.net, etc.). Veškerá komunikace s OStatus je veřejná, proto bude občas zobrazeno upozornění." - -#: ../../mod/admin.php:499 -msgid "Enable Diaspora support" -msgstr "Povolit podporu Diaspora" - -#: ../../mod/admin.php:499 -msgid "Provide built-in Diaspora network compatibility." -msgstr "Poskytnout zabudovanou kompatibilitu sitě Diaspora." - -#: ../../mod/admin.php:500 -msgid "Only allow Friendica contacts" -msgstr "Povolit pouze Friendica kontakty" - -#: ../../mod/admin.php:500 -msgid "" -"All contacts must use Friendica protocols. All other built-in communication " -"protocols disabled." -msgstr "Všechny kontakty musí používat Friendica protokol. Všchny jiné zabudované komunikační protokoly budou zablokované." - -#: ../../mod/admin.php:501 -msgid "Verify SSL" -msgstr "Ověřit SSL" - -#: ../../mod/admin.php:501 -msgid "" -"If you wish, you can turn on strict certificate checking. This will mean you" -" cannot connect (at all) to self-signed SSL sites." -msgstr "Pokud si přejete, můžete vynutit striktní ověřování certifikátů. To znamená že se nebudete moci připojit k žádnému serveru s vlastním SSL certifikátem." - -#: ../../mod/admin.php:502 -msgid "Proxy user" -msgstr "Proxy uživatel" - -#: ../../mod/admin.php:503 -msgid "Proxy URL" -msgstr "Proxy URL adresa" - -#: ../../mod/admin.php:504 -msgid "Network timeout" -msgstr "čas síťového spojení vypršelo (timeout)" - -#: ../../mod/admin.php:504 -msgid "Value is in seconds. Set to 0 for unlimited (not recommended)." -msgstr "Hodnota ve vteřinách. Nastavte 0 pro neomezeno (není doporučeno)." - -#: ../../mod/admin.php:505 -msgid "Delivery interval" -msgstr "Interval doručování" - -#: ../../mod/admin.php:505 -msgid "" -"Delay background delivery processes by this many seconds to reduce system " -"load. Recommend: 4-5 for shared hosts, 2-3 for virtual private servers. 0-1 " -"for large dedicated servers." -msgstr "Prodleva mezi doručovacími procesy běžícími na pozadí snižuje zátěž systému. Doporučené nastavení: 4-5 pro sdílené instalace, 2-3 pro virtuální soukromé servery, 0-1 pro velké dedikované servery." - -#: ../../mod/admin.php:506 -msgid "Poll interval" -msgstr "Dotazovací interval" - -#: ../../mod/admin.php:506 -msgid "" -"Delay background polling processes by this many seconds to reduce system " -"load. If 0, use delivery interval." -msgstr "Tímto nastavením ovlivníte prodlení mezi aktualizačními procesy běžícími na pozadí, čímž můžete snížit systémovou zátěž. Pokud 0, použijte doručovací interval." - -#: ../../mod/admin.php:507 -msgid "Maximum Load Average" -msgstr "Maximální průměrné zatížení" - -#: ../../mod/admin.php:507 -msgid "" -"Maximum system load before delivery and poll processes are deferred - " -"default 50." -msgstr "Maximální zatížení systému před pozastavením procesů zajišťujících doručování aktualizací - defaultně 50" - -#: ../../mod/admin.php:509 -msgid "Use MySQL full text engine" -msgstr "Použít fulltextový vyhledávací stroj MySQL" - -#: ../../mod/admin.php:509 -msgid "" -"Activates the full text engine. Speeds up search - but can only search for " -"four and more characters." -msgstr "Aktivuje fulltextový vyhledávací stroj. Zrychluje vyhledávání ale pouze pro vyhledávání čtyř a více znaků" - -#: ../../mod/admin.php:510 -msgid "Path to item cache" -msgstr "Cesta k položkám vyrovnávací paměti" - -#: ../../mod/admin.php:511 -msgid "Cache duration in seconds" -msgstr "Doba platnosti vyrovnávací paměti v sekundách" - -#: ../../mod/admin.php:511 -msgid "" -"How long should the cache files be hold? Default value is 86400 seconds (One" -" day)." -msgstr "Jak dlouho by měla vyrovnávací paměť držet data? Výchozí hodnota je 86400 sekund (Jeden den)." - -#: ../../mod/admin.php:512 -msgid "Path for lock file" -msgstr "Cesta k souboru zámku" - -#: ../../mod/admin.php:513 -msgid "Temp path" -msgstr "Cesta k dočasným souborům" - -#: ../../mod/admin.php:514 -msgid "Base path to installation" -msgstr "Základní cesta k instalaci" - -#: ../../mod/admin.php:532 -msgid "Update has been marked successful" -msgstr "Aktualizace byla označena jako úspěšná." - -#: ../../mod/admin.php:542 -#, php-format -msgid "Executing %s failed. Check system logs." -msgstr "Vykonávání %s selhalo. Zkontrolujte chybový protokol." - -#: ../../mod/admin.php:545 -#, php-format -msgid "Update %s was successfully applied." -msgstr "Aktualizace %s byla úspěšně aplikována." - -#: ../../mod/admin.php:549 -#, php-format -msgid "Update %s did not return a status. Unknown if it succeeded." -msgstr "Aktualizace %s nevrátila žádný status. Není zřejmé, jestli byla úspěšná." - -#: ../../mod/admin.php:552 -#, php-format -msgid "Update function %s could not be found." -msgstr "Aktualizační funkce %s nebyla nalezena." - -#: ../../mod/admin.php:567 -msgid "No failed updates." -msgstr "Žádné neúspěšné aktualizace." - -#: ../../mod/admin.php:571 -msgid "Failed Updates" -msgstr "Neúspěšné aktualizace" - -#: ../../mod/admin.php:572 -msgid "" -"This does not include updates prior to 1139, which did not return a status." -msgstr "To nezahrnuje aktualizace do verze 1139, které nevracejí žádný status." - -#: ../../mod/admin.php:573 -msgid "Mark success (if update was manually applied)" -msgstr "Označit za úspěšné (pokud byla aktualizace aplikována manuálně)" - -#: ../../mod/admin.php:574 -msgid "Attempt to execute this update step automatically" -msgstr "Pokusit se provést tuto aktualizaci automaticky." - -#: ../../mod/admin.php:599 -#, php-format -msgid "%s user blocked/unblocked" -msgid_plural "%s users blocked/unblocked" -msgstr[0] "%s uživatel blokován/odblokován" -msgstr[1] "%s uživatelů blokováno/odblokováno" -msgstr[2] "%s uživatelů blokováno/odblokováno" - -#: ../../mod/admin.php:606 -#, php-format -msgid "%s user deleted" -msgid_plural "%s users deleted" -msgstr[0] "%s uživatel smazán" -msgstr[1] "%s uživatelů smazáno" -msgstr[2] "%s uživatelů smazáno" - -#: ../../mod/admin.php:645 -#, php-format -msgid "User '%s' deleted" -msgstr "Uživatel '%s' smazán" - -#: ../../mod/admin.php:653 -#, php-format -msgid "User '%s' unblocked" -msgstr "Uživatel '%s' odblokován" - -#: ../../mod/admin.php:653 -#, php-format -msgid "User '%s' blocked" -msgstr "Uživatel '%s' blokován" - -#: ../../mod/admin.php:729 -msgid "select all" -msgstr "Vybrat vše" - -#: ../../mod/admin.php:730 -msgid "User registrations waiting for confirm" -msgstr "Registrace uživatele čeká na potvrzení" - -#: ../../mod/admin.php:731 -msgid "Request date" -msgstr "Datum žádosti" - -#: ../../mod/admin.php:731 ../../mod/admin.php:741 -#: ../../include/contact_selectors.php:79 -#: ../../include/contact_selectors.php:86 -msgid "Email" -msgstr "E-mail" - -#: ../../mod/admin.php:732 -msgid "No registrations." -msgstr "Žádné registrace." - -#: ../../mod/admin.php:734 -msgid "Deny" -msgstr "Odmítnout" - -#: ../../mod/admin.php:738 -msgid "Site admin" -msgstr "Site administrátor" - -#: ../../mod/admin.php:741 -msgid "Register date" -msgstr "Datum registrace" - -#: ../../mod/admin.php:741 -msgid "Last login" -msgstr "Datum posledního přihlášení" - -#: ../../mod/admin.php:741 -msgid "Last item" -msgstr "Poslední položka" - -#: ../../mod/admin.php:741 -msgid "Account" -msgstr "Účet" - -#: ../../mod/admin.php:743 -msgid "" -"Selected users will be deleted!\\n\\nEverything these users had posted on " -"this site will be permanently deleted!\\n\\nAre you sure?" -msgstr "Vybraní uživatelé budou smazáni!\\n\\n Vše, co tito uživatelé na těchto stránkách vytvořili, bude trvale odstraněno!\\n\\n Opravdu pokračovat?" - -#: ../../mod/admin.php:744 -msgid "" -"The user {0} will be deleted!\\n\\nEverything this user has posted on this " -"site will be permanently deleted!\\n\\nAre you sure?" -msgstr "Uživatel {0} bude smazán!\\n\\n Vše, co tento uživatel na těchto stránkách vytvořil, bude trvale odstraněno!\\n\\n Opravdu pokračovat?" - -#: ../../mod/admin.php:785 -#, php-format -msgid "Plugin %s disabled." -msgstr "Plugin %s zakázán." - -#: ../../mod/admin.php:789 -#, php-format -msgid "Plugin %s enabled." -msgstr "Plugin %s povolen." - -#: ../../mod/admin.php:799 ../../mod/admin.php:997 -msgid "Disable" -msgstr "Zakázat" - -#: ../../mod/admin.php:801 ../../mod/admin.php:999 -msgid "Enable" -msgstr "Povolit" - -#: ../../mod/admin.php:823 ../../mod/admin.php:1028 -msgid "Toggle" -msgstr "Přepnout" - -#: ../../mod/admin.php:831 ../../mod/admin.php:1038 -msgid "Author: " -msgstr "Autor: " - -#: ../../mod/admin.php:832 ../../mod/admin.php:1039 -msgid "Maintainer: " -msgstr "Správce: " - -#: ../../mod/admin.php:961 -msgid "No themes found." -msgstr "Nenalezeny žádná témata." - -#: ../../mod/admin.php:1020 -msgid "Screenshot" -msgstr "Snímek obrazovky" - -#: ../../mod/admin.php:1068 -msgid "[Experimental]" -msgstr "[Experimentální]" - -#: ../../mod/admin.php:1069 -msgid "[Unsupported]" -msgstr "[Nepodporováno]" - -#: ../../mod/admin.php:1096 -msgid "Log settings updated." -msgstr "Nastavení protokolu aktualizováno." - -#: ../../mod/admin.php:1152 -msgid "Clear" -msgstr "Vyčistit" - -#: ../../mod/admin.php:1158 -msgid "Debugging" -msgstr "Ladění" - -#: ../../mod/admin.php:1159 -msgid "Log file" -msgstr "Soubor s logem" - -#: ../../mod/admin.php:1159 -msgid "" -"Must be writable by web server. Relative to your Friendica top-level " -"directory." -msgstr "Musí být editovatelné web serverem. Relativní cesta k vašemu kořenovému adresáři Friendica" - -#: ../../mod/admin.php:1160 -msgid "Log level" -msgstr "Úroveň auditu" - -#: ../../mod/admin.php:1210 -msgid "Close" -msgstr "Zavřít" - -#: ../../mod/admin.php:1216 -msgid "FTP Host" -msgstr "Hostitel FTP" - -#: ../../mod/admin.php:1217 -msgid "FTP Path" -msgstr "Cesta FTP" - -#: ../../mod/admin.php:1218 -msgid "FTP User" -msgstr "FTP uživatel" - -#: ../../mod/admin.php:1219 -msgid "FTP Password" -msgstr "FTP heslo" - -#: ../../mod/profile.php:21 ../../boot.php:1160 -msgid "Requested profile is not available." -msgstr "Požadovaný profil není k dispozici." - -#: ../../mod/profile.php:156 ../../mod/display.php:87 -msgid "Access to this profile has been restricted." -msgstr "Přístup na tento profil byl omezen." - -#: ../../mod/profile.php:181 -msgid "Tips for New Members" -msgstr "Tipy pro nové členy" - -#: ../../mod/ping.php:238 -msgid "{0} wants to be your friend" -msgstr "{0} chce být Vaším přítelem" - -#: ../../mod/ping.php:243 -msgid "{0} sent you a message" -msgstr "{0} vám poslal zprávu" - -#: ../../mod/ping.php:248 -msgid "{0} requested registration" -msgstr "{0} požaduje registraci" - -#: ../../mod/ping.php:254 -#, php-format -msgid "{0} commented %s's post" -msgstr "{0} komentoval příspěvek uživatele %s" - -#: ../../mod/ping.php:259 -#, php-format -msgid "{0} liked %s's post" -msgstr "{0} má rád příspěvek uživatele %s" - -#: ../../mod/ping.php:264 -#, php-format -msgid "{0} disliked %s's post" -msgstr "{0} nemá rád příspěvek uživatele %s" - -#: ../../mod/ping.php:269 -#, php-format -msgid "{0} is now friends with %s" -msgstr "{0} se skamarádil s %s" - -#: ../../mod/ping.php:274 -msgid "{0} posted" -msgstr "{0} zasláno" - -#: ../../mod/ping.php:279 -#, php-format -msgid "{0} tagged %s's post with #%s" -msgstr "{0} označen %s' příspěvek s #%s" - -#: ../../mod/ping.php:285 -msgid "{0} mentioned you in a post" -msgstr "{0} vás zmínil v příspěvku" - -#: ../../mod/nogroup.php:59 -msgid "Contacts who are not members of a group" -msgstr "Kontakty, které nejsou členy skupiny" - -#: ../../mod/openid.php:24 -msgid "OpenID protocol error. No ID returned." -msgstr "Chyba OpenID protokolu. Navrátilo se žádné ID." - -#: ../../mod/openid.php:53 -msgid "" -"Account not found and OpenID registration is not permitted on this site." -msgstr "Nenalezen účet a OpenID registrace na tomto serveru není dovolena." - -#: ../../mod/openid.php:93 ../../include/auth.php:112 -#: ../../include/auth.php:175 -msgid "Login failed." -msgstr "Přihlášení se nezdařilo." - -#: ../../mod/follow.php:27 -msgid "Contact added" -msgstr "Kontakt přidán" - -#: ../../mod/common.php:42 -msgid "Common Friends" -msgstr "Společní přátelé" - -#: ../../mod/common.php:78 -msgid "No contacts in common." -msgstr "Žádné společné kontakty." - -#: ../../mod/subthread.php:103 -#, php-format -msgid "%1$s is following %2$s's %3$s" -msgstr "%1$s následuje %3$s uživatele %2$s" - -#: ../../mod/share.php:43 -msgid "link" -msgstr "odkaz" - -#: ../../mod/display.php:162 -msgid "Item has been removed." -msgstr "Položka byla odstraněna." - -#: ../../mod/apps.php:4 -msgid "Applications" -msgstr "Aplikace" - -#: ../../mod/apps.php:7 -msgid "No installed applications." -msgstr "Žádné nainstalované aplikace." - -#: ../../mod/search.php:99 ../../include/text.php:739 -#: ../../include/text.php:740 ../../include/nav.php:91 -msgid "Search" -msgstr "Vyhledávání" - -#: ../../mod/profiles.php:21 ../../mod/profiles.php:441 -#: ../../mod/profiles.php:555 ../../mod/dfrn_confirm.php:62 -msgid "Profile not found." -msgstr "Profil nenalezen" - -#: ../../mod/profiles.php:31 -msgid "Profile Name is required." -msgstr "Jméno profilu je povinné." - -#: ../../mod/profiles.php:178 -msgid "Marital Status" -msgstr "Rodinný Stav" - -#: ../../mod/profiles.php:182 -msgid "Romantic Partner" -msgstr "Romatický partner" - -#: ../../mod/profiles.php:186 -msgid "Likes" -msgstr "Libí se mi" - -#: ../../mod/profiles.php:190 -msgid "Dislikes" -msgstr "Nelibí se mi" - -#: ../../mod/profiles.php:194 -msgid "Work/Employment" -msgstr "Práce/Zaměstnání" - -#: ../../mod/profiles.php:197 -msgid "Religion" -msgstr "Náboženství" - -#: ../../mod/profiles.php:201 -msgid "Political Views" -msgstr "Politické přesvědčení" - -#: ../../mod/profiles.php:205 -msgid "Gender" -msgstr "Pohlaví" - -#: ../../mod/profiles.php:209 -msgid "Sexual Preference" -msgstr "Sexuální orientace" - -#: ../../mod/profiles.php:213 -msgid "Homepage" -msgstr "Domácí stránka" - -#: ../../mod/profiles.php:217 -msgid "Interests" -msgstr "Zájmy" - -#: ../../mod/profiles.php:221 -msgid "Address" -msgstr "Adresa" - -#: ../../mod/profiles.php:228 ../../addon/dav/common/wdcal_edit.inc.php:183 -#: ../../addon.old/dav/common/wdcal_edit.inc.php:183 -msgid "Location" -msgstr "Lokace" - -#: ../../mod/profiles.php:311 -msgid "Profile updated." -msgstr "Profil aktualizován." - -#: ../../mod/profiles.php:378 -msgid " and " -msgstr " a " - -#: ../../mod/profiles.php:386 -msgid "public profile" -msgstr "veřejný profil" - -#: ../../mod/profiles.php:389 -#, php-format -msgid "%1$s changed %2$s to “%3$s”" -msgstr "%1$s změnil %2$s na “%3$s”" - -#: ../../mod/profiles.php:390 -#, php-format -msgid " - Visit %1$s's %2$s" -msgstr " - Navštivte %2$s uživatele %1$s" - -#: ../../mod/profiles.php:393 -#, php-format -msgid "%1$s has an updated %2$s, changing %3$s." -msgstr "%1$s aktualizoval %2$s, změnou %3$s." - -#: ../../mod/profiles.php:460 -msgid "Profile deleted." -msgstr "Profil smazán." - -#: ../../mod/profiles.php:478 ../../mod/profiles.php:512 -msgid "Profile-" -msgstr "Profil-" - -#: ../../mod/profiles.php:497 ../../mod/profiles.php:539 -msgid "New profile created." -msgstr "Nový profil vytvořen." - -#: ../../mod/profiles.php:518 -msgid "Profile unavailable to clone." -msgstr "Profil není možné naklonovat." - -#: ../../mod/profiles.php:583 -msgid "Hide your contact/friend list from viewers of this profile?" -msgstr "Skrýt u tohoto profilu Vaše kontakty / seznam přátel před před dalšími uživateli zobrazující si tento profil?" - -#: ../../mod/profiles.php:603 -msgid "Edit Profile Details" -msgstr "Upravit podrobnosti profilu " - -#: ../../mod/profiles.php:605 -msgid "Change Profile Photo" -msgstr "Změna Profilové fotky" - -#: ../../mod/profiles.php:606 -msgid "View this profile" -msgstr "Zobrazit tento profil" - -#: ../../mod/profiles.php:607 -msgid "Create a new profile using these settings" -msgstr "Vytvořit nový profil pomocí tohoto nastavení" - -#: ../../mod/profiles.php:608 -msgid "Clone this profile" -msgstr "Klonovat tento profil" - -#: ../../mod/profiles.php:609 -msgid "Delete this profile" -msgstr "Smazat tento profil" - -#: ../../mod/profiles.php:610 -msgid "Profile Name:" -msgstr "Jméno profilu:" - -#: ../../mod/profiles.php:611 -msgid "Your Full Name:" -msgstr "Vaše celé jméno:" - -#: ../../mod/profiles.php:612 -msgid "Title/Description:" -msgstr "Název / Popis:" - -#: ../../mod/profiles.php:613 -msgid "Your Gender:" -msgstr "Vaše pohlaví:" - -#: ../../mod/profiles.php:614 -#, php-format -msgid "Birthday (%s):" -msgstr "Narozeniny uživatele (%s):" - -#: ../../mod/profiles.php:615 -msgid "Street Address:" -msgstr "Ulice:" - -#: ../../mod/profiles.php:616 -msgid "Locality/City:" -msgstr "Město:" - -#: ../../mod/profiles.php:617 -msgid "Postal/Zip Code:" -msgstr "PSČ:" - -#: ../../mod/profiles.php:618 -msgid "Country:" -msgstr "Země:" - -#: ../../mod/profiles.php:619 -msgid "Region/State:" -msgstr "Region / stát:" - -#: ../../mod/profiles.php:620 -msgid " Marital Status:" -msgstr " Rodinný stav:" - -#: ../../mod/profiles.php:621 -msgid "Who: (if applicable)" -msgstr "Kdo: (pokud je možné)" - -#: ../../mod/profiles.php:622 -msgid "Examples: cathy123, Cathy Williams, cathy@example.com" -msgstr "Příklady: jan123, Jan Novák, jan@seznam.cz" - -#: ../../mod/profiles.php:623 -msgid "Since [date]:" -msgstr "Od [data]:" - -#: ../../mod/profiles.php:624 ../../include/profile_advanced.php:46 -msgid "Sexual Preference:" -msgstr "Sexuální preference:" - -#: ../../mod/profiles.php:625 -msgid "Homepage URL:" -msgstr "Odkaz na domovskou stránku:" - -#: ../../mod/profiles.php:626 ../../include/profile_advanced.php:50 -msgid "Hometown:" -msgstr "Rodné město" - -#: ../../mod/profiles.php:627 ../../include/profile_advanced.php:54 -msgid "Political Views:" -msgstr "Politické přesvědčení:" - -#: ../../mod/profiles.php:628 -msgid "Religious Views:" -msgstr "Náboženské přesvědčení:" - -#: ../../mod/profiles.php:629 -msgid "Public Keywords:" -msgstr "Veřejná klíčová slova:" - -#: ../../mod/profiles.php:630 -msgid "Private Keywords:" -msgstr "Soukromá klíčová slova:" - -#: ../../mod/profiles.php:631 ../../include/profile_advanced.php:62 -msgid "Likes:" -msgstr "Líbí se:" - -#: ../../mod/profiles.php:632 ../../include/profile_advanced.php:64 -msgid "Dislikes:" -msgstr "Nelibí se:" - -#: ../../mod/profiles.php:633 -msgid "Example: fishing photography software" -msgstr "Příklad: fishing photography software" - -#: ../../mod/profiles.php:634 -msgid "(Used for suggesting potential friends, can be seen by others)" -msgstr "(Používá se pro doporučování potenciálních přátel, může být viděno ostatními)" - -#: ../../mod/profiles.php:635 -msgid "(Used for searching profiles, never shown to others)" -msgstr "(Používá se pro vyhledávání profilů, není nikdy zobrazeno ostatním)" - -#: ../../mod/profiles.php:636 -msgid "Tell us about yourself..." -msgstr "Řekněte nám něco o sobě ..." - -#: ../../mod/profiles.php:637 -msgid "Hobbies/Interests" -msgstr "Koníčky/zájmy" - -#: ../../mod/profiles.php:638 -msgid "Contact information and Social Networks" -msgstr "Kontaktní informace a sociální sítě" - -#: ../../mod/profiles.php:639 -msgid "Musical interests" -msgstr "Hudební vkus" - -#: ../../mod/profiles.php:640 -msgid "Books, literature" -msgstr "Knihy, literatura" - -#: ../../mod/profiles.php:641 -msgid "Television" -msgstr "Televize" - -#: ../../mod/profiles.php:642 -msgid "Film/dance/culture/entertainment" -msgstr "Film/tanec/kultura/zábava" - -#: ../../mod/profiles.php:643 -msgid "Love/romance" -msgstr "Láska/romantika" - -#: ../../mod/profiles.php:644 -msgid "Work/employment" -msgstr "Práce/zaměstnání" - -#: ../../mod/profiles.php:645 -msgid "School/education" -msgstr "Škola/vzdělání" - -#: ../../mod/profiles.php:650 -msgid "" -"This is your public profile.
It may " -"be visible to anybody using the internet." -msgstr "Toto je váš veřejný profil.
Ten může být viditelný kýmkoliv na internetu." - -#: ../../mod/profiles.php:660 ../../mod/directory.php:111 -#: ../../addon/forumdirectory/forumdirectory.php:133 -msgid "Age: " -msgstr "Věk: " - -#: ../../mod/profiles.php:699 -msgid "Edit/Manage Profiles" -msgstr "Upravit / Spravovat profily" - -#: ../../mod/profiles.php:700 ../../boot.php:1278 -msgid "Change profile photo" -msgstr "Změnit profilovou fotografii" - -#: ../../mod/profiles.php:701 ../../boot.php:1279 -msgid "Create New Profile" -msgstr "Vytvořit nový profil" - -#: ../../mod/profiles.php:712 ../../boot.php:1289 -msgid "Profile Image" -msgstr "Profilový obrázek" - -#: ../../mod/profiles.php:714 ../../boot.php:1292 -msgid "visible to everybody" -msgstr "viditelné pro všechny" - -#: ../../mod/profiles.php:715 ../../boot.php:1293 -msgid "Edit visibility" -msgstr "Upravit viditelnost" - -#: ../../mod/filer.php:30 ../../include/conversation.php:945 -#: ../../include/conversation.php:963 -msgid "Save to Folder:" -msgstr "Uložit do složky:" - -#: ../../mod/filer.php:30 -msgid "- select -" -msgstr "- vyber -" - -#: ../../mod/tagger.php:95 ../../include/conversation.php:265 -#, php-format -msgid "%1$s tagged %2$s's %3$s with %4$s" -msgstr "%1$s označen uživatelem %2$s %3$s s %4$s" - -#: ../../mod/delegate.php:95 -msgid "No potential page delegates located." -msgstr "Žádní potenciální delegáti stránky nenalezeni." - -#: ../../mod/delegate.php:121 ../../include/nav.php:138 -msgid "Delegate Page Management" -msgstr "Správa delegátů stránky" - -#: ../../mod/delegate.php:123 -msgid "" -"Delegates are able to manage all aspects of this account/page except for " -"basic account settings. Please do not delegate your personal account to " -"anybody that you do not trust completely." -msgstr "Delegáti jsou schopni řídit všechny aspekty tohoto účtu / stránky, kromě základních nastavení účtu. Prosím, nepředávejte svůj osobní účet nikomu, komu úplně nevěříte.." - -#: ../../mod/delegate.php:124 -msgid "Existing Page Managers" -msgstr "Stávající správci stránky" - -#: ../../mod/delegate.php:126 -msgid "Existing Page Delegates" -msgstr "Stávající delegáti stránky " - -#: ../../mod/delegate.php:128 -msgid "Potential Delegates" -msgstr "Potenciální delegáti" - -#: ../../mod/delegate.php:131 -msgid "Add" -msgstr "Přidat" - -#: ../../mod/delegate.php:132 -msgid "No entries." -msgstr "Žádné záznamy." - -#: ../../mod/babel.php:17 -msgid "Source (bbcode) text:" -msgstr "Zdrojový text (bbcode):" - -#: ../../mod/babel.php:23 -msgid "Source (Diaspora) text to convert to BBcode:" -msgstr "Zdrojový (Diaspora) text k převedení do BB kódování:" - -#: ../../mod/babel.php:31 -msgid "Source input: " -msgstr "Zdrojový vstup: " - -#: ../../mod/babel.php:35 -msgid "bb2html: " -msgstr "bb2html: " - -#: ../../mod/babel.php:39 -msgid "bb2html2bb: " -msgstr "bb2html2bb: " - -#: ../../mod/babel.php:43 -msgid "bb2md: " -msgstr "bb2md: " - -#: ../../mod/babel.php:47 -msgid "bb2md2html: " -msgstr "bb2md2html: " - -#: ../../mod/babel.php:51 -msgid "bb2dia2bb: " -msgstr "bb2dia2bb: " - -#: ../../mod/babel.php:55 -msgid "bb2md2html2bb: " -msgstr "bb2md2html2bb: " - -#: ../../mod/babel.php:65 -msgid "Source input (Diaspora format): " -msgstr "Vstupní data (ve formátu Diaspora): " - -#: ../../mod/babel.php:70 -msgid "diaspora2bb: " -msgstr "diaspora2bb: " - -#: ../../mod/suggest.php:38 ../../view/theme/diabook/theme.php:521 -#: ../../include/contact_widgets.php:34 -msgid "Friend Suggestions" -msgstr "Návrhy přátel" - -#: ../../mod/suggest.php:44 -msgid "" -"No suggestions available. If this is a new site, please try again in 24 " -"hours." -msgstr "Nejsou dostupné žádné návrhy. Pokud je toto nový server, zkuste to znovu za 24 hodin." - -#: ../../mod/suggest.php:61 -msgid "Ignore/Hide" -msgstr "Ignorovat / skrýt" - -#: ../../mod/directory.php:49 ../../addon/forumdirectory/forumdirectory.php:71 -#: ../../view/theme/diabook/theme.php:519 -msgid "Global Directory" -msgstr "Globální adresář" - -#: ../../mod/directory.php:57 ../../addon/forumdirectory/forumdirectory.php:79 -msgid "Find on this site" -msgstr "Nalézt na tomto webu" - -#: ../../mod/directory.php:60 ../../addon/forumdirectory/forumdirectory.php:82 -msgid "Site Directory" -msgstr "Adresář serveru" - -#: ../../mod/directory.php:114 -#: ../../addon/forumdirectory/forumdirectory.php:136 -msgid "Gender: " -msgstr "Pohlaví: " - -#: ../../mod/directory.php:136 -#: ../../addon/forumdirectory/forumdirectory.php:158 -#: ../../include/profile_advanced.php:17 ../../boot.php:1314 +#: ../../include/profile_advanced.php:17 ../../mod/directory.php:136 +#: ../../boot.php:1487 msgid "Gender:" msgstr "Pohlaví:" -#: ../../mod/directory.php:138 -#: ../../addon/forumdirectory/forumdirectory.php:160 -#: ../../include/profile_advanced.php:37 ../../boot.php:1317 -msgid "Status:" -msgstr "Status:" - -#: ../../mod/directory.php:140 -#: ../../addon/forumdirectory/forumdirectory.php:162 -#: ../../include/profile_advanced.php:48 ../../boot.php:1319 -msgid "Homepage:" -msgstr "Domácí stránka:" - -#: ../../mod/directory.php:142 -#: ../../addon/forumdirectory/forumdirectory.php:164 -#: ../../include/profile_advanced.php:58 -msgid "About:" -msgstr "O mě:" - -#: ../../mod/directory.php:187 -#: ../../addon/forumdirectory/forumdirectory.php:203 -msgid "No entries (some entries may be hidden)." -msgstr "Žádné záznamy (některé položky mohou být skryty)." - -#: ../../mod/invite.php:35 -#, php-format -msgid "%s : Not a valid email address." -msgstr "%s : není platná e-mailová adresa." - -#: ../../mod/invite.php:59 -msgid "Please join us on Friendica" -msgstr "Prosím přidejte se k nám na Friendice" - -#: ../../mod/invite.php:69 -#, php-format -msgid "%s : Message delivery failed." -msgstr "%s : Doručení zprávy se nezdařilo." - -#: ../../mod/invite.php:73 -#, php-format -msgid "%d message sent." -msgid_plural "%d messages sent." -msgstr[0] "%d zpráva odeslána." -msgstr[1] "%d zprávy odeslány." -msgstr[2] "%d zprávy odeslány." - -#: ../../mod/invite.php:92 -msgid "You have no more invitations available" -msgstr "Nemáte k dispozici žádné další pozvánky" - -#: ../../mod/invite.php:100 -#, php-format -msgid "" -"Visit %s for a list of public sites that you can join. Friendica members on " -"other sites can all connect with each other, as well as with members of many" -" other social networks." -msgstr "Navštivte %s pro seznam veřejných serverů, na kterých se můžete přidat. Členové Friendica se mohou navzájem propojovat, stejně tak jako se mohou přiopojit se členy mnoha dalších sociálních sítí." - -#: ../../mod/invite.php:102 -#, php-format -msgid "" -"To accept this invitation, please visit and register at %s or any other " -"public Friendica website." -msgstr "K akceptaci této pozvánky prosím navštivte a registrujte se na %s nebo na kterékoliv jiném veřejném Friendica serveru." - -#: ../../mod/invite.php:103 -#, php-format -msgid "" -"Friendica sites all inter-connect to create a huge privacy-enhanced social " -"web that is owned and controlled by its members. They can also connect with " -"many traditional social networks. See %s for a list of alternate Friendica " -"sites you can join." -msgstr "Friendica servery jsou všechny propojené a vytváří tak rozsáhlou sociální síť s důrazem na soukromý a je pod kontrolou svých členů. Členové se mohou propojovat s mnoha dalšími tradičními sociálními sítěmi. Navštivte %s pro seznam alternativních Friendica serverů kde se můžete přidat." - -#: ../../mod/invite.php:106 -msgid "" -"Our apologies. This system is not currently configured to connect with other" -" public sites or invite members." -msgstr "Omlouváme se. Systém nyní není nastaven tak, aby se připojil k ostatním veřejným serverům nebo umožnil pozvat nové členy." - -#: ../../mod/invite.php:111 -msgid "Send invitations" -msgstr "Poslat pozvánky" - -#: ../../mod/invite.php:112 -msgid "Enter email addresses, one per line:" -msgstr "Zadejte e-mailové adresy, jednu na řádek:" - -#: ../../mod/invite.php:114 -msgid "" -"You are cordially invited to join me and other close friends on Friendica - " -"and help us to create a better social web." -msgstr "Jste srdečně pozván se připojit ke mně a k mým blízkým přátelům na Friendica - a pomoci nám vytvořit lepší sociální síť." - -#: ../../mod/invite.php:116 -msgid "You will need to supply this invitation code: $invite_code" -msgstr "Budete muset zadat kód této pozvánky: $invite_code" - -#: ../../mod/invite.php:116 -msgid "" -"Once you have registered, please connect with me via my profile page at:" -msgstr "Jakmile se zaregistrujete, prosím spojte se se mnou přes mou profilovu stránku na:" - -#: ../../mod/invite.php:118 -msgid "" -"For more information about the Friendica project and why we feel it is " -"important, please visit http://friendica.com" -msgstr "Pro více informací o Friendica projektu a o tom, proč je tak důležitý, prosím navštivte http://friendica.com" - -#: ../../mod/dfrn_confirm.php:119 -msgid "" -"This may occasionally happen if contact was requested by both persons and it" -" has already been approved." -msgstr "To se může občas stát pokud kontakt byl zažádán oběma osobami a již byl schválen." - -#: ../../mod/dfrn_confirm.php:237 -msgid "Response from remote site was not understood." -msgstr "Odpověď ze vzdáleného serveru nebyla srozumitelná." - -#: ../../mod/dfrn_confirm.php:246 -msgid "Unexpected response from remote site: " -msgstr "Neočekávaná odpověď od vzdáleného serveru:" - -#: ../../mod/dfrn_confirm.php:254 -msgid "Confirmation completed successfully." -msgstr "Potvrzení úspěšně dokončena." - -#: ../../mod/dfrn_confirm.php:256 ../../mod/dfrn_confirm.php:270 -#: ../../mod/dfrn_confirm.php:277 -msgid "Remote site reported: " -msgstr "Vzdálený server oznámil:" - -#: ../../mod/dfrn_confirm.php:268 -msgid "Temporary failure. Please wait and try again." -msgstr "Dočasné selhání. Prosím, vyčkejte a zkuste to znovu." - -#: ../../mod/dfrn_confirm.php:275 -msgid "Introduction failed or was revoked." -msgstr "Žádost o propojení selhala nebo byla zrušena." - -#: ../../mod/dfrn_confirm.php:420 -msgid "Unable to set contact photo." -msgstr "Nelze nastavit fotografii kontaktu." - -#: ../../mod/dfrn_confirm.php:477 ../../include/diaspora.php:619 -#: ../../include/conversation.php:171 -#, php-format -msgid "%1$s is now friends with %2$s" -msgstr "%1$s je nyní přítel s %2$s" - -#: ../../mod/dfrn_confirm.php:562 -#, php-format -msgid "No user record found for '%s' " -msgstr "Pro '%s' nenalezen žádný uživatelský záznam " - -#: ../../mod/dfrn_confirm.php:572 -msgid "Our site encryption key is apparently messed up." -msgstr "Náš šifrovací klíč zřejmě přestal správně fungovat." - -#: ../../mod/dfrn_confirm.php:583 -msgid "Empty site URL was provided or URL could not be decrypted by us." -msgstr "Byla poskytnuta prázdná URL adresa nebo se nepodařilo URL adresu dešifrovat." - -#: ../../mod/dfrn_confirm.php:604 -msgid "Contact record was not found for you on our site." -msgstr "Kontakt záznam nebyl nalezen pro vás na našich stránkách." - -#: ../../mod/dfrn_confirm.php:618 -#, php-format -msgid "Site public key not available in contact record for URL %s." -msgstr "V adresáři není k dispozici veřejný klíč pro URL %s." - -#: ../../mod/dfrn_confirm.php:638 -msgid "" -"The ID provided by your system is a duplicate on our system. It should work " -"if you try again." -msgstr "Váš systém poskytl duplicitní ID vůči našemu systému. Pokuste se akci zopakovat." - -#: ../../mod/dfrn_confirm.php:649 -msgid "Unable to set your contact credentials on our system." -msgstr "Nelze nastavit Vaše přihlašovací údaje v našem systému." - -#: ../../mod/dfrn_confirm.php:716 -msgid "Unable to update your contact profile details on our system" -msgstr "Nelze aktualizovat Váš profil v našem systému" - -#: ../../mod/dfrn_confirm.php:750 -#, php-format -msgid "Connection accepted at %s" -msgstr "Připojení přijato na %s" - -#: ../../mod/dfrn_confirm.php:799 -#, php-format -msgid "%1$s has joined %2$s" -msgstr "%1$s se připojil k %2$s" - -#: ../../addon/fromgplus/fromgplus.php:33 -#: ../../addon.old/fromgplus/fromgplus.php:29 -msgid "Google+ Import Settings" -msgstr "Nastavení importu z Google+ " - -#: ../../addon/fromgplus/fromgplus.php:36 -#: ../../addon.old/fromgplus/fromgplus.php:32 -msgid "Enable Google+ Import" -msgstr "Povolit Import z Google+" - -#: ../../addon/fromgplus/fromgplus.php:39 -#: ../../addon.old/fromgplus/fromgplus.php:35 -msgid "Google Account ID" -msgstr "název účtu Google " - -#: ../../addon/fromgplus/fromgplus.php:59 -#: ../../addon.old/fromgplus/fromgplus.php:55 -msgid "Google+ Import Settings saved." -msgstr "Nastavení importu z Google+ uloženo." - -#: ../../addon/facebook/facebook.php:523 -#: ../../addon.old/facebook/facebook.php:523 -msgid "Facebook disabled" -msgstr "Facebook zakázán" - -#: ../../addon/facebook/facebook.php:528 -#: ../../addon.old/facebook/facebook.php:528 -msgid "Updating contacts" -msgstr "Aktualizace kontaktů" - -#: ../../addon/facebook/facebook.php:551 ../../addon/fbpost/fbpost.php:199 -#: ../../addon.old/facebook/facebook.php:551 -#: ../../addon.old/fbpost/fbpost.php:192 -msgid "Facebook API key is missing." -msgstr "Chybí Facebook API klíč." - -#: ../../addon/facebook/facebook.php:558 -#: ../../addon.old/facebook/facebook.php:558 -msgid "Facebook Connect" -msgstr "Facebook připojen" - -#: ../../addon/facebook/facebook.php:564 -#: ../../addon.old/facebook/facebook.php:564 -msgid "Install Facebook connector for this account." -msgstr "Nainstalovat pro tento účet Facebook konektor." - -#: ../../addon/facebook/facebook.php:571 -#: ../../addon.old/facebook/facebook.php:571 -msgid "Remove Facebook connector" -msgstr "Odstranit konektor na Facebook" - -#: ../../addon/facebook/facebook.php:576 ../../addon/fbpost/fbpost.php:224 -#: ../../addon.old/facebook/facebook.php:576 -#: ../../addon.old/fbpost/fbpost.php:217 -msgid "" -"Re-authenticate [This is necessary whenever your Facebook password is " -"changed.]" -msgstr "Opětovná autentikace [Toto je nezbytné kdykoliv se změní Vaše heslo na Facebooku.]" - -#: ../../addon/facebook/facebook.php:583 ../../addon/fbpost/fbpost.php:231 -#: ../../addon.old/facebook/facebook.php:583 -#: ../../addon.old/fbpost/fbpost.php:224 -msgid "Post to Facebook by default" -msgstr "Standardně posílat příspěvky na Facebook" - -#: ../../addon/facebook/facebook.php:589 -#: ../../addon.old/facebook/facebook.php:589 -msgid "" -"Facebook friend linking has been disabled on this site. The following " -"settings will have no effect." -msgstr "Propojování facebookových přátel bylo na tomto webu zablokováno. Následující odkazy nebudou mít žádný efekt." - -#: ../../addon/facebook/facebook.php:593 -#: ../../addon.old/facebook/facebook.php:593 -msgid "" -"Facebook friend linking has been disabled on this site. If you disable it, " -"you will be unable to re-enable it." -msgstr "Propojování facebookových přátel bylo na tomto webu zablokováno. Když to zakážete nebudete schopni toto znovu povolit." - -#: ../../addon/facebook/facebook.php:596 -#: ../../addon.old/facebook/facebook.php:596 -msgid "Link all your Facebook friends and conversations on this website" -msgstr "Připojit na tomto webu všechny Vaše přátelé a konverzace z Facebooku" - -#: ../../addon/facebook/facebook.php:598 -#: ../../addon.old/facebook/facebook.php:598 -msgid "" -"Facebook conversations consist of your profile wall and your friend" -" stream." -msgstr "Facebookové konverzace se skládají z Vaší profilové zdi a příspěvků Vašich přátel (stream)." - -#: ../../addon/facebook/facebook.php:599 -#: ../../addon.old/facebook/facebook.php:599 -msgid "On this website, your Facebook friend stream is only visible to you." -msgstr "Na tomto webu můžete vidět pouze příspěvky Vašich přátel Facebook (Stream)." - -#: ../../addon/facebook/facebook.php:600 -#: ../../addon.old/facebook/facebook.php:600 -msgid "" -"The following settings determine the privacy of your Facebook profile wall " -"on this website." -msgstr "Následující nastavení určuje Vaše soukromí na Facebookovém profilu na tomto webu." - -#: ../../addon/facebook/facebook.php:604 -#: ../../addon.old/facebook/facebook.php:604 -msgid "" -"On this website your Facebook profile wall conversations will only be " -"visible to you" -msgstr "Na tomto webu bude konverzace z Facebookové profilové zdi viditelná pouze pro Vás." - -#: ../../addon/facebook/facebook.php:609 -#: ../../addon.old/facebook/facebook.php:609 -msgid "Do not import your Facebook profile wall conversations" -msgstr "Neimportovat konverzace z Facebookové zdi" - -#: ../../addon/facebook/facebook.php:611 -#: ../../addon.old/facebook/facebook.php:611 -msgid "" -"If you choose to link conversations and leave both of these boxes unchecked," -" your Facebook profile wall will be merged with your profile wall on this " -"website and your privacy settings on this website will be used to determine " -"who may see the conversations." -msgstr "Pokud budete chtít propojit konverzace a ponecháte obě z těchto dvou polí nezaškrtnuté, bude Vaše profilová zeď na Facebooku sloučená s profilovou zdí na tomto webu a nastavení soukromí na tomto webu bude určovat kdo bude mít možnost vidět konverzace." - -#: ../../addon/facebook/facebook.php:616 -#: ../../addon.old/facebook/facebook.php:616 -msgid "Comma separated applications to ignore" -msgstr "čárkou oddělené aplikace k ignorování" - -#: ../../addon/facebook/facebook.php:700 -#: ../../addon.old/facebook/facebook.php:700 -msgid "Problems with Facebook Real-Time Updates" -msgstr "Problémy s Facebook Real-Time aktualizacemi" - -#: ../../addon/facebook/facebook.php:729 -#: ../../addon.old/facebook/facebook.php:729 -msgid "Facebook Connector Settings" -msgstr "Nastavení Facebook konektoru " - -#: ../../addon/facebook/facebook.php:744 ../../addon/fbpost/fbpost.php:302 -#: ../../addon.old/facebook/facebook.php:744 -#: ../../addon.old/fbpost/fbpost.php:255 -msgid "Facebook API Key" -msgstr "Facebook API Key" - -#: ../../addon/facebook/facebook.php:754 ../../addon/fbpost/fbpost.php:309 -#: ../../addon.old/facebook/facebook.php:754 -#: ../../addon.old/fbpost/fbpost.php:262 -msgid "" -"Error: it appears that you have specified the App-ID and -Secret in your " -".htconfig.php file. As long as they are specified there, they cannot be set " -"using this form.

" -msgstr "Chyba: zdá se, že jste specifikoval App-ID a -Secret ve Vašem .htconfig.php souboru. Dokud jsou na tomto místě specifikované, nemohou být nastaveny s pomocí tohoto formuláře.

" - -#: ../../addon/facebook/facebook.php:759 -#: ../../addon.old/facebook/facebook.php:759 -msgid "" -"Error: the given API Key seems to be incorrect (the application access token" -" could not be retrieved)." -msgstr "Chyba: zadané API Key se zdá být chybné (není možné získat aplikační přístupový token)." - -#: ../../addon/facebook/facebook.php:761 -#: ../../addon.old/facebook/facebook.php:761 -msgid "The given API Key seems to work correctly." -msgstr "Zadané API Key se zdá funguje v pořádku." - -#: ../../addon/facebook/facebook.php:763 -#: ../../addon.old/facebook/facebook.php:763 -msgid "" -"The correctness of the API Key could not be detected. Something strange's " -"going on." -msgstr "Správnost klíče API nemohla být detekovaná. Děje se něco podivného." - -#: ../../addon/facebook/facebook.php:766 ../../addon/fbpost/fbpost.php:311 -#: ../../addon.old/facebook/facebook.php:766 -#: ../../addon.old/fbpost/fbpost.php:264 -msgid "App-ID / API-Key" -msgstr "App-ID / API-Key" - -#: ../../addon/facebook/facebook.php:767 ../../addon/fbpost/fbpost.php:312 -#: ../../addon.old/facebook/facebook.php:767 -#: ../../addon.old/fbpost/fbpost.php:265 -msgid "Application secret" -msgstr "Application secret" - -#: ../../addon/facebook/facebook.php:768 -#: ../../addon.old/facebook/facebook.php:768 -#, php-format -msgid "Polling Interval in minutes (minimum %1$s minutes)" -msgstr "Dotazovací interval v minutách (minimum %1$s minut)" - -#: ../../addon/facebook/facebook.php:769 -#: ../../addon.old/facebook/facebook.php:769 -msgid "" -"Synchronize comments (no comments on Facebook are missed, at the cost of " -"increased system load)" -msgstr "Syncronizovat komentáře (nedojde k vynechání žádného komentáže na Facebooku za cenu vyšší zátěže systému)" - -#: ../../addon/facebook/facebook.php:773 -#: ../../addon.old/facebook/facebook.php:773 -msgid "Real-Time Updates" -msgstr "Real-Time Aktualizace" - -#: ../../addon/facebook/facebook.php:777 -#: ../../addon.old/facebook/facebook.php:777 -msgid "Real-Time Updates are activated." -msgstr "Real-Time aktualizace aktivovány." - -#: ../../addon/facebook/facebook.php:778 -#: ../../addon.old/facebook/facebook.php:778 -msgid "Deactivate Real-Time Updates" -msgstr "Deaktivovat Real-Time aktualizace" - -#: ../../addon/facebook/facebook.php:780 -#: ../../addon.old/facebook/facebook.php:780 -msgid "Real-Time Updates not activated." -msgstr "Real-Time aktualizace nejsou aktivovány." - -#: ../../addon/facebook/facebook.php:780 -#: ../../addon.old/facebook/facebook.php:780 -msgid "Activate Real-Time Updates" -msgstr "Aktivovat Real-Time aktualizace" - -#: ../../addon/facebook/facebook.php:799 ../../addon/fbpost/fbpost.php:329 -#: ../../addon/dav/friendica/layout.fnk.php:361 -#: ../../addon.old/facebook/facebook.php:799 -#: ../../addon.old/fbpost/fbpost.php:282 -#: ../../addon.old/dav/friendica/layout.fnk.php:361 -msgid "The new values have been saved." -msgstr "Nové hodnoty byly uloženy" - -#: ../../addon/facebook/facebook.php:823 ../../addon/fbpost/fbpost.php:348 -#: ../../addon.old/facebook/facebook.php:823 -#: ../../addon.old/fbpost/fbpost.php:301 -msgid "Post to Facebook" -msgstr "Přidat příspěvek na Facebook" - -#: ../../addon/facebook/facebook.php:921 ../../addon/fbpost/fbpost.php:471 -#: ../../addon.old/facebook/facebook.php:921 -#: ../../addon.old/fbpost/fbpost.php:399 -msgid "" -"Post to Facebook cancelled because of multi-network access permission " -"conflict." -msgstr "Příspěvek na Facebook zrušen kvůli konfliktu přístupových práv mezi sítěmi." - -#: ../../addon/facebook/facebook.php:1149 ../../addon/fbpost/fbpost.php:750 -#: ../../addon.old/facebook/facebook.php:1149 -#: ../../addon.old/fbpost/fbpost.php:610 -msgid "View on Friendica" -msgstr "Zobrazení na Friendica" - -#: ../../addon/facebook/facebook.php:1182 ../../addon/fbpost/fbpost.php:787 -#: ../../addon.old/facebook/facebook.php:1182 -#: ../../addon.old/fbpost/fbpost.php:643 -msgid "Facebook post failed. Queued for retry." -msgstr "Zaslání příspěvku na Facebook selhalo. Příspěvek byl zařazen do fronty pro opakované odeslání." - -#: ../../addon/facebook/facebook.php:1222 ../../addon/fbpost/fbpost.php:827 -#: ../../addon.old/facebook/facebook.php:1222 -#: ../../addon.old/fbpost/fbpost.php:683 -msgid "Your Facebook connection became invalid. Please Re-authenticate." -msgstr "Vaše připojení na Facebook přestalo být platné. Prosím znovu se přihlaste." - -#: ../../addon/facebook/facebook.php:1223 ../../addon/fbpost/fbpost.php:828 -#: ../../addon.old/facebook/facebook.php:1223 -#: ../../addon.old/fbpost/fbpost.php:684 -msgid "Facebook connection became invalid" -msgstr "Připojení na Facebook bylo zneplatněno." - -#: ../../addon/facebook/facebook.php:1224 ../../addon/fbpost/fbpost.php:829 -#: ../../addon.old/facebook/facebook.php:1224 -#: ../../addon.old/fbpost/fbpost.php:685 -#, php-format -msgid "" -"Hi %1$s,\n" -"\n" -"The connection between your accounts on %2$s and Facebook became invalid. This usually happens after you change your Facebook-password. To enable the connection again, you have to %3$sre-authenticate the Facebook-connector%4$s." -msgstr "Ahoj %1$s,\n\nSpojení mezi tvým účtem na %2$s a Facebookem přestalo fungovat. To se obvykle stává poté, co si změníš heslo kFacebooku. Pro opětovnému zprovoznění spojení musíte %3$s nastavit správné přihlašovací údaje na Facebook konektoru%4$s." - -#: ../../addon/snautofollow/snautofollow.php:32 -#: ../../addon.old/snautofollow/snautofollow.php:32 -msgid "StatusNet AutoFollow settings updated." -msgstr "Nastavení automatického následování na StatusNet aktualizováno." - -#: ../../addon/snautofollow/snautofollow.php:56 -#: ../../addon.old/snautofollow/snautofollow.php:56 -msgid "StatusNet AutoFollow Settings" -msgstr "Nastavení StatusNet automatického následování (AutoFollow)" - -#: ../../addon/snautofollow/snautofollow.php:58 -#: ../../addon.old/snautofollow/snautofollow.php:58 -msgid "Automatically follow any StatusNet followers/mentioners" -msgstr "Automaticky následovat jakékoliv StatusNet následníky/přispivatele" - -#: ../../addon/privacy_image_cache/privacy_image_cache.php:343 -#: ../../addon.old/privacy_image_cache/privacy_image_cache.php:260 -msgid "Lifetime of the cache (in hours)" -msgstr "Životnost vyrovnávací paměti (v hodinách)" - -#: ../../addon/privacy_image_cache/privacy_image_cache.php:348 -#: ../../addon.old/privacy_image_cache/privacy_image_cache.php:265 -msgid "Cache Statistics" -msgstr "Statistika vyrovnávací paměti" - -#: ../../addon/privacy_image_cache/privacy_image_cache.php:351 -#: ../../addon.old/privacy_image_cache/privacy_image_cache.php:268 -msgid "Number of items" -msgstr "Počet položek" - -#: ../../addon/privacy_image_cache/privacy_image_cache.php:353 -#: ../../addon.old/privacy_image_cache/privacy_image_cache.php:270 -msgid "Size of the cache" -msgstr "Velikost vyrovnávací paměti" - -#: ../../addon/privacy_image_cache/privacy_image_cache.php:355 -#: ../../addon.old/privacy_image_cache/privacy_image_cache.php:272 -msgid "Delete the whole cache" -msgstr "Vymazat celou vyrovnávací paměť" - -#: ../../addon/fbpost/fbpost.php:179 ../../addon.old/fbpost/fbpost.php:172 -msgid "Facebook Post disabled" -msgstr "Příspěvky na Facebook zakázán." - -#: ../../addon/fbpost/fbpost.php:206 ../../addon.old/fbpost/fbpost.php:199 -msgid "Facebook Post" -msgstr "Facebook příspěvek" - -#: ../../addon/fbpost/fbpost.php:212 ../../addon.old/fbpost/fbpost.php:205 -msgid "Install Facebook Post connector for this account." -msgstr "Instalovat pro tento účet konektor pro příspěvky na Facebook." - -#: ../../addon/fbpost/fbpost.php:219 ../../addon.old/fbpost/fbpost.php:212 -msgid "Remove Facebook Post connector" -msgstr "Odstranit konektor pro příspěvky na Facebook" - -#: ../../addon/fbpost/fbpost.php:235 -msgid "Suppress \"View on friendica\"" -msgstr "Potlačit \"Zobrazit na friendica\"" - -#: ../../addon/fbpost/fbpost.php:245 -msgid "Post to page/group:" -msgstr "Příspěvek na stránku/skupinu" - -#: ../../addon/fbpost/fbpost.php:287 ../../addon.old/fbpost/fbpost.php:240 -msgid "Facebook Post Settings" -msgstr "Nastavení konektoru pro příspěvky na Facebook" - -#: ../../addon/fbpost/fbpost.php:367 -#, php-format -msgid "%s:" -msgstr "%s:" - -#: ../../addon/widgets/widget_like.php:59 -#: ../../addon.old/widgets/widget_like.php:58 -#, php-format -msgid "%d person likes this" -msgid_plural "%d people like this" -msgstr[0] "%d člověku se toto líbí" -msgstr[1] "%d lidem se toto líbí" -msgstr[2] "%d lidem se toto líbí" - -#: ../../addon/widgets/widget_like.php:62 -#: ../../addon.old/widgets/widget_like.php:61 -#, php-format -msgid "%d person doesn't like this" -msgid_plural "%d people don't like this" -msgstr[0] "%d člověku se toto nelíbí" -msgstr[1] "%d lidem se toto nelíbí" -msgstr[2] "%d lidem se toto nelíbí" - -#: ../../addon/widgets/widget_friendheader.php:40 -#: ../../addon.old/widgets/widget_friendheader.php:40 -msgid "Get added to this list!" -msgstr "Nechte se přidat do tohoto listu!" - -#: ../../addon/widgets/widgets.php:57 ../../addon.old/widgets/widgets.php:56 -msgid "Generate new key" -msgstr "Generovat nové klíče" - -#: ../../addon/widgets/widgets.php:60 ../../addon.old/widgets/widgets.php:59 -msgid "Widgets key" -msgstr "Widgety klíč" - -#: ../../addon/widgets/widgets.php:62 ../../addon.old/widgets/widgets.php:61 -msgid "Widgets available" -msgstr "Widgety k dispozici" - -#: ../../addon/widgets/widget_friends.php:40 -#: ../../addon.old/widgets/widget_friends.php:40 -msgid "Connect on Friendica!" -msgstr "Připojit na Friendica!" - -#: ../../addon/morepokes/morepokes.php:19 -#: ../../addon.old/morepokes/morepokes.php:19 -msgid "bitchslap" -msgstr "" - -#: ../../addon/morepokes/morepokes.php:19 -#: ../../addon.old/morepokes/morepokes.php:19 -msgid "bitchslapped" -msgstr "" - -#: ../../addon/morepokes/morepokes.php:20 -#: ../../addon.old/morepokes/morepokes.php:20 -msgid "shag" -msgstr "" - -#: ../../addon/morepokes/morepokes.php:20 -#: ../../addon.old/morepokes/morepokes.php:20 -msgid "shagged" -msgstr "" - -#: ../../addon/morepokes/morepokes.php:21 -#: ../../addon.old/morepokes/morepokes.php:21 -msgid "do something obscenely biological to" -msgstr "udělat něco obscéně biologického uživateli" - -#: ../../addon/morepokes/morepokes.php:21 -#: ../../addon.old/morepokes/morepokes.php:21 -msgid "did something obscenely biological to" -msgstr "udělal něco obscéně biologického uživateli" - -#: ../../addon/morepokes/morepokes.php:22 -#: ../../addon.old/morepokes/morepokes.php:22 -msgid "point out the poke feature to" -msgstr "upozornit na poke funkci uživatele" - -#: ../../addon/morepokes/morepokes.php:22 -#: ../../addon.old/morepokes/morepokes.php:22 -msgid "pointed out the poke feature to" -msgstr "upozorněn na poke funkci " - -#: ../../addon/morepokes/morepokes.php:23 -#: ../../addon.old/morepokes/morepokes.php:23 -msgid "declare undying love for" -msgstr "vyjadřit nehynoucí lásku ke" - -#: ../../addon/morepokes/morepokes.php:23 -#: ../../addon.old/morepokes/morepokes.php:23 -msgid "declared undying love for" -msgstr "vyjadřil nehynoucí lásku ke" - -#: ../../addon/morepokes/morepokes.php:24 -#: ../../addon.old/morepokes/morepokes.php:24 -msgid "patent" -msgstr "patentovat" - -#: ../../addon/morepokes/morepokes.php:24 -#: ../../addon.old/morepokes/morepokes.php:24 -msgid "patented" -msgstr "patentován" - -#: ../../addon/morepokes/morepokes.php:25 -#: ../../addon.old/morepokes/morepokes.php:25 -msgid "stroke beard" -msgstr "pohladit plnovous" - -#: ../../addon/morepokes/morepokes.php:25 -#: ../../addon.old/morepokes/morepokes.php:25 -msgid "stroked their beard at" -msgstr "pohladit něčí plnovous" - -#: ../../addon/morepokes/morepokes.php:26 -#: ../../addon.old/morepokes/morepokes.php:26 -msgid "" -"bemoan the declining standards of modern secondary and tertiary education to" -msgstr "stěžující si na klesající úroveň moderního sekundárního a terciárního vzdělávání u" - -#: ../../addon/morepokes/morepokes.php:26 -#: ../../addon.old/morepokes/morepokes.php:26 -msgid "" -"bemoans the declining standards of modern secondary and tertiary education " -"to" -msgstr "stěžovat si na klesající úroveň moderního sekundárního a terciárního vzdělávání u" - -#: ../../addon/morepokes/morepokes.php:27 -#: ../../addon.old/morepokes/morepokes.php:27 -msgid "hug" -msgstr "obejmout" - -#: ../../addon/morepokes/morepokes.php:27 -#: ../../addon.old/morepokes/morepokes.php:27 -msgid "hugged" -msgstr "obejmut " - -#: ../../addon/morepokes/morepokes.php:28 -#: ../../addon.old/morepokes/morepokes.php:28 -msgid "kiss" -msgstr "políbit" - -#: ../../addon/morepokes/morepokes.php:28 -#: ../../addon.old/morepokes/morepokes.php:28 -msgid "kissed" -msgstr "políben" - -#: ../../addon/morepokes/morepokes.php:29 -#: ../../addon.old/morepokes/morepokes.php:29 -msgid "raise eyebrows at" -msgstr "zvednout obočí na" - -#: ../../addon/morepokes/morepokes.php:29 -#: ../../addon.old/morepokes/morepokes.php:29 -msgid "raised their eyebrows at" -msgstr "zvednul obočí na" - -#: ../../addon/morepokes/morepokes.php:30 -#: ../../addon.old/morepokes/morepokes.php:30 -msgid "insult" -msgstr "urazit" - -#: ../../addon/morepokes/morepokes.php:30 -#: ../../addon.old/morepokes/morepokes.php:30 -msgid "insulted" -msgstr "uražen" - -#: ../../addon/morepokes/morepokes.php:31 -#: ../../addon.old/morepokes/morepokes.php:31 -msgid "praise" -msgstr "pochválit" - -#: ../../addon/morepokes/morepokes.php:31 -#: ../../addon.old/morepokes/morepokes.php:31 -msgid "praised" -msgstr "pochválen" - -#: ../../addon/morepokes/morepokes.php:32 -#: ../../addon.old/morepokes/morepokes.php:32 -msgid "be dubious of" -msgstr "mít pochyby o" - -#: ../../addon/morepokes/morepokes.php:32 -#: ../../addon.old/morepokes/morepokes.php:32 -msgid "was dubious of" -msgstr "má pochybnosti z" - -#: ../../addon/morepokes/morepokes.php:33 -#: ../../addon.old/morepokes/morepokes.php:33 -msgid "eat" -msgstr "sníst" - -#: ../../addon/morepokes/morepokes.php:33 -#: ../../addon.old/morepokes/morepokes.php:33 -msgid "ate" -msgstr "snězen" - -#: ../../addon/morepokes/morepokes.php:34 -#: ../../addon.old/morepokes/morepokes.php:34 -msgid "giggle and fawn at" -msgstr "hihňat se" - -#: ../../addon/morepokes/morepokes.php:34 -#: ../../addon.old/morepokes/morepokes.php:34 -msgid "giggled and fawned at" -msgstr "hihňá se" - -#: ../../addon/morepokes/morepokes.php:35 -#: ../../addon.old/morepokes/morepokes.php:35 -msgid "doubt" -msgstr "pochybovat" - -#: ../../addon/morepokes/morepokes.php:35 -#: ../../addon.old/morepokes/morepokes.php:35 -msgid "doubted" -msgstr "pochybující" - -#: ../../addon/morepokes/morepokes.php:36 -#: ../../addon.old/morepokes/morepokes.php:36 -msgid "glare" -msgstr "zabodáván pohledem" - -#: ../../addon/morepokes/morepokes.php:36 -#: ../../addon.old/morepokes/morepokes.php:36 -msgid "glared at" -msgstr "zabodávat pohledem " - -#: ../../addon/yourls/yourls.php:55 ../../addon.old/yourls/yourls.php:55 -msgid "YourLS Settings" -msgstr "YourLS nastavení" - -#: ../../addon/yourls/yourls.php:57 ../../addon.old/yourls/yourls.php:57 -msgid "URL: http://" -msgstr "URL: http://" - -#: ../../addon/yourls/yourls.php:62 ../../addon.old/yourls/yourls.php:62 -msgid "Username:" -msgstr "Uživatelské jméno:" - -#: ../../addon/yourls/yourls.php:67 ../../addon.old/yourls/yourls.php:67 -msgid "Password:" -msgstr "heslo:" - -#: ../../addon/yourls/yourls.php:72 ../../addon.old/yourls/yourls.php:72 -msgid "Use SSL " -msgstr "Použít SSL" - -#: ../../addon/yourls/yourls.php:92 ../../addon.old/yourls/yourls.php:92 -msgid "yourls Settings saved." -msgstr "yourls nastavení uloženo." - -#: ../../addon/ljpost/ljpost.php:39 ../../addon.old/ljpost/ljpost.php:39 -msgid "Post to LiveJournal" -msgstr "Poslat na LiveJournal" - -#: ../../addon/ljpost/ljpost.php:70 ../../addon.old/ljpost/ljpost.php:70 -msgid "LiveJournal Post Settings" -msgstr "Nastavení LiveJournal Post" - -#: ../../addon/ljpost/ljpost.php:72 ../../addon.old/ljpost/ljpost.php:72 -msgid "Enable LiveJournal Post Plugin" -msgstr "Povolit LiveJournal Post plugin" - -#: ../../addon/ljpost/ljpost.php:77 ../../addon.old/ljpost/ljpost.php:77 -msgid "LiveJournal username" -msgstr "LiveJournal uživatelské jméno" - -#: ../../addon/ljpost/ljpost.php:82 ../../addon.old/ljpost/ljpost.php:82 -msgid "LiveJournal password" -msgstr "LiveJournal heslo" - -#: ../../addon/ljpost/ljpost.php:87 ../../addon.old/ljpost/ljpost.php:87 -msgid "Post to LiveJournal by default" -msgstr "Defaultně umístit na LiveJournal" - -#: ../../addon/nsfw/nsfw.php:78 ../../addon.old/nsfw/nsfw.php:78 -msgid "Not Safe For Work (General Purpose Content Filter) settings" -msgstr "Not Safe For Work (General Purpose Content Filter) nastavení" - -#: ../../addon/nsfw/nsfw.php:80 ../../addon.old/nsfw/nsfw.php:80 -msgid "" -"This plugin looks in posts for the words/text you specify below, and " -"collapses any content containing those keywords so it is not displayed at " -"inappropriate times, such as sexual innuendo that may be improper in a work " -"setting. It is polite and recommended to tag any content containing nudity " -"with #NSFW. This filter can also match any other word/text you specify, and" -" can thereby be used as a general purpose content filter." -msgstr "Tento plugin hledá v příspěvcích slova zadáná níže a skryje jakýkoliv obsah, který tyto slova obsahuje v prostředích, kde to není vhodné. Je slušné a doporučené jakékoliv příspěvky s mahotou označit s #NSFW. Tento filtr může také vyhledávat jakékoliv Vámi specifikované slovní spojení, takže může být využit jako obecný kontextový filtr." - -#: ../../addon/nsfw/nsfw.php:81 ../../addon.old/nsfw/nsfw.php:81 -msgid "Enable Content filter" -msgstr "Povolit Kontextový filtr" - -#: ../../addon/nsfw/nsfw.php:84 ../../addon.old/nsfw/nsfw.php:84 -msgid "Comma separated list of keywords to hide" -msgstr "Čárkou oddělený seznam klíčových slov ke skrytí" - -#: ../../addon/nsfw/nsfw.php:89 ../../addon.old/nsfw/nsfw.php:89 -msgid "Use /expression/ to provide regular expressions" -msgstr "Použít /výraz/ pro použití regulárních výrazů" - -#: ../../addon/nsfw/nsfw.php:105 ../../addon.old/nsfw/nsfw.php:105 -msgid "NSFW Settings saved." -msgstr "NSFW nastavení uloženo" - -#: ../../addon/nsfw/nsfw.php:157 ../../addon.old/nsfw/nsfw.php:157 -#, php-format -msgid "%s - Click to open/close" -msgstr "%s - Klikněte pro otevření/zavření" - -#: ../../addon/page/page.php:62 ../../addon/page/page.php:92 -#: ../../addon/forumlist/forumlist.php:64 ../../addon.old/page/page.php:62 -#: ../../addon.old/page/page.php:92 ../../addon.old/forumlist/forumlist.php:60 -msgid "Forums" -msgstr "Fóra" - -#: ../../addon/page/page.php:130 ../../addon/forumlist/forumlist.php:98 -#: ../../addon.old/page/page.php:130 -#: ../../addon.old/forumlist/forumlist.php:94 -msgid "Forums:" -msgstr "Fóra:" - -#: ../../addon/page/page.php:166 ../../addon.old/page/page.php:166 -msgid "Page settings updated." -msgstr "Nastavení stránky aktualizováno." - -#: ../../addon/page/page.php:195 ../../addon.old/page/page.php:195 -msgid "Page Settings" -msgstr "Nastavení stránky" - -#: ../../addon/page/page.php:197 ../../addon.old/page/page.php:197 -msgid "How many forums to display on sidebar without paging" -msgstr "Kolik diskuzních fór zobrazit v bočním panelu bez použití stránkování" - -#: ../../addon/page/page.php:200 ../../addon.old/page/page.php:200 -msgid "Randomise Page/Forum list" -msgstr "Náhodný stránka/fórum seznam" - -#: ../../addon/page/page.php:203 ../../addon.old/page/page.php:203 -msgid "Show pages/forums on profile page" -msgstr "Zobrazit stránky/fóra na profilové stránce" - -#: ../../addon/planets/planets.php:150 ../../addon.old/planets/planets.php:150 -msgid "Planets Settings" -msgstr "Nastavení Planets" - -#: ../../addon/planets/planets.php:152 ../../addon.old/planets/planets.php:152 -msgid "Enable Planets Plugin" -msgstr "Povolit Planets plugin" - -#: ../../addon/forumdirectory/forumdirectory.php:22 -msgid "Forum Directory" -msgstr "Adresář Fór" - -#: ../../addon/communityhome/communityhome.php:28 -#: ../../addon/communityhome/communityhome.php:34 -#: ../../addon/communityhome/twillingham/communityhome.php:28 -#: ../../addon/communityhome/twillingham/communityhome.php:34 -#: ../../include/nav.php:64 ../../boot.php:976 -#: ../../addon.old/communityhome/communityhome.php:28 -#: ../../addon.old/communityhome/communityhome.php:34 -#: ../../addon.old/communityhome/twillingham/communityhome.php:28 -#: ../../addon.old/communityhome/twillingham/communityhome.php:34 -msgid "Login" -msgstr "Přihlásit se" - -#: ../../addon/communityhome/communityhome.php:29 -#: ../../addon/communityhome/twillingham/communityhome.php:29 -#: ../../addon.old/communityhome/communityhome.php:29 -#: ../../addon.old/communityhome/twillingham/communityhome.php:29 -msgid "OpenID" -msgstr "OpenID" - -#: ../../addon/communityhome/communityhome.php:38 -#: ../../addon/communityhome/twillingham/communityhome.php:38 -#: ../../addon.old/communityhome/communityhome.php:38 -#: ../../addon.old/communityhome/twillingham/communityhome.php:38 -msgid "Latest users" -msgstr "Poslední uživatelé" - -#: ../../addon/communityhome/communityhome.php:82 -#: ../../addon/communityhome/twillingham/communityhome.php:81 -#: ../../addon.old/communityhome/communityhome.php:81 -#: ../../addon.old/communityhome/twillingham/communityhome.php:81 -msgid "Most active users" -msgstr "Nejaktivnější uživatelé" - -#: ../../addon/communityhome/communityhome.php:99 -#: ../../addon.old/communityhome/communityhome.php:98 -msgid "Latest photos" -msgstr "Poslední fotky" - -#: ../../addon/communityhome/communityhome.php:136 -#: ../../addon.old/communityhome/communityhome.php:133 -msgid "Latest likes" -msgstr "Poslední \"líbí se mi\"" - -#: ../../addon/communityhome/communityhome.php:158 -#: ../../view/theme/diabook/theme.php:457 ../../include/text.php:1497 -#: ../../include/conversation.php:117 ../../include/conversation.php:245 -#: ../../addon.old/communityhome/communityhome.php:155 -msgid "event" -msgstr "událost" - -#: ../../addon/dav/common/wdcal_backend.inc.php:92 -#: ../../addon/dav/common/wdcal_backend.inc.php:166 -#: ../../addon/dav/common/wdcal_backend.inc.php:178 -#: ../../addon/dav/common/wdcal_backend.inc.php:206 -#: ../../addon/dav/common/wdcal_backend.inc.php:214 -#: ../../addon/dav/common/wdcal_backend.inc.php:229 -#: ../../addon.old/dav/common/wdcal_backend.inc.php:92 -#: ../../addon.old/dav/common/wdcal_backend.inc.php:166 -#: ../../addon.old/dav/common/wdcal_backend.inc.php:178 -#: ../../addon.old/dav/common/wdcal_backend.inc.php:206 -#: ../../addon.old/dav/common/wdcal_backend.inc.php:214 -#: ../../addon.old/dav/common/wdcal_backend.inc.php:229 -msgid "No access" -msgstr "Zádný přístup" - -#: ../../addon/dav/common/wdcal_edit.inc.php:30 -#: ../../addon/dav/common/wdcal_edit.inc.php:738 -#: ../../addon.old/dav/common/wdcal_edit.inc.php:30 -#: ../../addon.old/dav/common/wdcal_edit.inc.php:738 -msgid "Could not open component for editing" -msgstr "Nelze otevřít komponentu pro editaci" - -#: ../../addon/dav/common/wdcal_edit.inc.php:140 -#: ../../addon/dav/friendica/layout.fnk.php:143 -#: ../../addon/dav/friendica/layout.fnk.php:422 -#: ../../addon.old/dav/common/wdcal_edit.inc.php:140 -#: ../../addon.old/dav/friendica/layout.fnk.php:143 -#: ../../addon.old/dav/friendica/layout.fnk.php:422 -msgid "Go back to the calendar" -msgstr "Návrat na kalendář" - -#: ../../addon/dav/common/wdcal_edit.inc.php:144 -#: ../../addon.old/dav/common/wdcal_edit.inc.php:144 -msgid "Event data" -msgstr "Data události" - -#: ../../addon/dav/common/wdcal_edit.inc.php:146 -#: ../../addon/dav/friendica/main.php:239 -#: ../../addon.old/dav/common/wdcal_edit.inc.php:146 -#: ../../addon.old/dav/friendica/main.php:239 -msgid "Calendar" -msgstr "Kalendář" - -#: ../../addon/dav/common/wdcal_edit.inc.php:163 -#: ../../addon.old/dav/common/wdcal_edit.inc.php:163 -msgid "Special color" -msgstr "Speciální barva" - -#: ../../addon/dav/common/wdcal_edit.inc.php:169 -#: ../../addon.old/dav/common/wdcal_edit.inc.php:169 -msgid "Subject" -msgstr "Subjekt" - -#: ../../addon/dav/common/wdcal_edit.inc.php:173 -#: ../../addon.old/dav/common/wdcal_edit.inc.php:173 -msgid "Starts" -msgstr "Hvězdiček" - -#: ../../addon/dav/common/wdcal_edit.inc.php:178 -#: ../../addon.old/dav/common/wdcal_edit.inc.php:178 -msgid "Ends" -msgstr "Končí" - -#: ../../addon/dav/common/wdcal_edit.inc.php:185 -#: ../../addon.old/dav/common/wdcal_edit.inc.php:185 -msgid "Description" -msgstr "Popis" - -#: ../../addon/dav/common/wdcal_edit.inc.php:188 -#: ../../addon.old/dav/common/wdcal_edit.inc.php:188 -msgid "Recurrence" -msgstr "Opakování" - -#: ../../addon/dav/common/wdcal_edit.inc.php:190 -#: ../../addon.old/dav/common/wdcal_edit.inc.php:190 -msgid "Frequency" -msgstr "Frekvence" - -#: ../../addon/dav/common/wdcal_edit.inc.php:194 -#: ../../include/contact_selectors.php:59 -#: ../../addon.old/dav/common/wdcal_edit.inc.php:194 -msgid "Daily" -msgstr "denně" - -#: ../../addon/dav/common/wdcal_edit.inc.php:197 -#: ../../include/contact_selectors.php:60 -#: ../../addon.old/dav/common/wdcal_edit.inc.php:197 -msgid "Weekly" -msgstr "Týdenně" - -#: ../../addon/dav/common/wdcal_edit.inc.php:200 -#: ../../include/contact_selectors.php:61 -#: ../../addon.old/dav/common/wdcal_edit.inc.php:200 -msgid "Monthly" -msgstr "Měsíčně" - -#: ../../addon/dav/common/wdcal_edit.inc.php:203 -#: ../../addon.old/dav/common/wdcal_edit.inc.php:203 -msgid "Yearly" -msgstr "Ročně" - -#: ../../addon/dav/common/wdcal_edit.inc.php:214 -#: ../../include/datetime.php:288 -#: ../../addon.old/dav/common/wdcal_edit.inc.php:214 -msgid "days" -msgstr "dnů" - -#: ../../addon/dav/common/wdcal_edit.inc.php:215 -#: ../../include/datetime.php:287 -#: ../../addon.old/dav/common/wdcal_edit.inc.php:215 -msgid "weeks" -msgstr "týdny" - -#: ../../addon/dav/common/wdcal_edit.inc.php:216 -#: ../../include/datetime.php:286 -#: ../../addon.old/dav/common/wdcal_edit.inc.php:216 -msgid "months" -msgstr "měsíců" - -#: ../../addon/dav/common/wdcal_edit.inc.php:217 -#: ../../include/datetime.php:285 -#: ../../addon.old/dav/common/wdcal_edit.inc.php:217 -msgid "years" -msgstr "let" - -#: ../../addon/dav/common/wdcal_edit.inc.php:218 -#: ../../addon.old/dav/common/wdcal_edit.inc.php:218 -msgid "Interval" -msgstr "Interval" - -#: ../../addon/dav/common/wdcal_edit.inc.php:218 -#: ../../addon.old/dav/common/wdcal_edit.inc.php:218 -msgid "All %select% %time%" -msgstr "Všechny %select% %time%" - -#: ../../addon/dav/common/wdcal_edit.inc.php:222 -#: ../../addon/dav/common/wdcal_edit.inc.php:260 -#: ../../addon/dav/common/wdcal_edit.inc.php:481 -#: ../../addon.old/dav/common/wdcal_edit.inc.php:222 -#: ../../addon.old/dav/common/wdcal_edit.inc.php:260 -#: ../../addon.old/dav/common/wdcal_edit.inc.php:481 -msgid "Days" -msgstr "Dny" - -#: ../../addon/dav/common/wdcal_edit.inc.php:231 -#: ../../addon/dav/common/wdcal_edit.inc.php:254 -#: ../../addon/dav/common/wdcal_edit.inc.php:270 -#: ../../addon/dav/common/wdcal_edit.inc.php:293 -#: ../../addon/dav/common/wdcal_edit.inc.php:305 ../../include/text.php:976 -#: ../../addon.old/dav/common/wdcal_edit.inc.php:231 -#: ../../addon.old/dav/common/wdcal_edit.inc.php:254 -#: ../../addon.old/dav/common/wdcal_edit.inc.php:270 -#: ../../addon.old/dav/common/wdcal_edit.inc.php:293 -#: ../../addon.old/dav/common/wdcal_edit.inc.php:305 -msgid "Sunday" -msgstr "Neděle" - -#: ../../addon/dav/common/wdcal_edit.inc.php:235 -#: ../../addon/dav/common/wdcal_edit.inc.php:274 -#: ../../addon/dav/common/wdcal_edit.inc.php:308 ../../include/text.php:976 -#: ../../addon.old/dav/common/wdcal_edit.inc.php:235 -#: ../../addon.old/dav/common/wdcal_edit.inc.php:274 -#: ../../addon.old/dav/common/wdcal_edit.inc.php:308 -msgid "Monday" -msgstr "Pondělí" - -#: ../../addon/dav/common/wdcal_edit.inc.php:238 -#: ../../addon/dav/common/wdcal_edit.inc.php:277 ../../include/text.php:976 -#: ../../addon.old/dav/common/wdcal_edit.inc.php:238 -#: ../../addon.old/dav/common/wdcal_edit.inc.php:277 -msgid "Tuesday" -msgstr "Úterý" - -#: ../../addon/dav/common/wdcal_edit.inc.php:241 -#: ../../addon/dav/common/wdcal_edit.inc.php:280 ../../include/text.php:976 -#: ../../addon.old/dav/common/wdcal_edit.inc.php:241 -#: ../../addon.old/dav/common/wdcal_edit.inc.php:280 -msgid "Wednesday" -msgstr "Středa" - -#: ../../addon/dav/common/wdcal_edit.inc.php:244 -#: ../../addon/dav/common/wdcal_edit.inc.php:283 ../../include/text.php:976 -#: ../../addon.old/dav/common/wdcal_edit.inc.php:244 -#: ../../addon.old/dav/common/wdcal_edit.inc.php:283 -msgid "Thursday" -msgstr "Čtvrtek" - -#: ../../addon/dav/common/wdcal_edit.inc.php:247 -#: ../../addon/dav/common/wdcal_edit.inc.php:286 ../../include/text.php:976 -#: ../../addon.old/dav/common/wdcal_edit.inc.php:247 -#: ../../addon.old/dav/common/wdcal_edit.inc.php:286 -msgid "Friday" -msgstr "Pátek" - -#: ../../addon/dav/common/wdcal_edit.inc.php:250 -#: ../../addon/dav/common/wdcal_edit.inc.php:289 ../../include/text.php:976 -#: ../../addon.old/dav/common/wdcal_edit.inc.php:250 -#: ../../addon.old/dav/common/wdcal_edit.inc.php:289 -msgid "Saturday" -msgstr "Sobota" - -#: ../../addon/dav/common/wdcal_edit.inc.php:297 -#: ../../addon.old/dav/common/wdcal_edit.inc.php:297 -msgid "First day of week:" -msgstr "První den v týdnu" - -#: ../../addon/dav/common/wdcal_edit.inc.php:350 -#: ../../addon/dav/common/wdcal_edit.inc.php:373 -#: ../../addon.old/dav/common/wdcal_edit.inc.php:350 -#: ../../addon.old/dav/common/wdcal_edit.inc.php:373 -msgid "Day of month" -msgstr "Den v měsíci" - -#: ../../addon/dav/common/wdcal_edit.inc.php:354 -#: ../../addon.old/dav/common/wdcal_edit.inc.php:354 -msgid "#num#th of each month" -msgstr "#num#. v každém měsíci" - -#: ../../addon/dav/common/wdcal_edit.inc.php:357 -#: ../../addon.old/dav/common/wdcal_edit.inc.php:357 -msgid "#num#th-last of each month" -msgstr "#num#. od konce v každém měsíci" - -#: ../../addon/dav/common/wdcal_edit.inc.php:360 -#: ../../addon.old/dav/common/wdcal_edit.inc.php:360 -msgid "#num#th #wkday# of each month" -msgstr "#num#. #wkday# v každém měsíci" - -#: ../../addon/dav/common/wdcal_edit.inc.php:363 -#: ../../addon.old/dav/common/wdcal_edit.inc.php:363 -msgid "#num#th-last #wkday# of each month" -msgstr "#num#. od konce #wkday# v každém měsíci" - -#: ../../addon/dav/common/wdcal_edit.inc.php:372 -#: ../../addon/dav/friendica/layout.fnk.php:255 -#: ../../addon.old/dav/common/wdcal_edit.inc.php:372 -#: ../../addon.old/dav/friendica/layout.fnk.php:255 -msgid "Month" -msgstr "Měsíc" - -#: ../../addon/dav/common/wdcal_edit.inc.php:377 -#: ../../addon.old/dav/common/wdcal_edit.inc.php:377 -msgid "#num#th of the given month" -msgstr "#num#. v daném měsíci" - -#: ../../addon/dav/common/wdcal_edit.inc.php:380 -#: ../../addon.old/dav/common/wdcal_edit.inc.php:380 -msgid "#num#th-last of the given month" -msgstr "#num#. od konce v daném měsíci" - -#: ../../addon/dav/common/wdcal_edit.inc.php:383 -#: ../../addon.old/dav/common/wdcal_edit.inc.php:383 -msgid "#num#th #wkday# of the given month" -msgstr "#num#. #wkday# v daném měsíci" - -#: ../../addon/dav/common/wdcal_edit.inc.php:386 -#: ../../addon.old/dav/common/wdcal_edit.inc.php:386 -msgid "#num#th-last #wkday# of the given month" -msgstr "#num#. #wkday# od konce v daném měsíci" - -#: ../../addon/dav/common/wdcal_edit.inc.php:413 -#: ../../addon.old/dav/common/wdcal_edit.inc.php:413 -msgid "Repeat until" -msgstr "Opakuj dokud" - -#: ../../addon/dav/common/wdcal_edit.inc.php:417 -#: ../../addon.old/dav/common/wdcal_edit.inc.php:417 -msgid "Infinite" -msgstr "Do nekončena" - -#: ../../addon/dav/common/wdcal_edit.inc.php:420 -#: ../../addon.old/dav/common/wdcal_edit.inc.php:420 -msgid "Until the following date" -msgstr "Do následujícího data" - -#: ../../addon/dav/common/wdcal_edit.inc.php:423 -#: ../../addon.old/dav/common/wdcal_edit.inc.php:423 -msgid "Number of times" -msgstr "Počet opakování" - -#: ../../addon/dav/common/wdcal_edit.inc.php:429 -#: ../../addon.old/dav/common/wdcal_edit.inc.php:429 -msgid "Exceptions" -msgstr "Výjimky" - -#: ../../addon/dav/common/wdcal_edit.inc.php:432 -#: ../../addon.old/dav/common/wdcal_edit.inc.php:432 -msgid "none" -msgstr "žádný" - -#: ../../addon/dav/common/wdcal_edit.inc.php:449 -#: ../../addon.old/dav/common/wdcal_edit.inc.php:449 -msgid "Notification" -msgstr "Notifikace" - -#: ../../addon/dav/common/wdcal_edit.inc.php:466 -#: ../../addon.old/dav/common/wdcal_edit.inc.php:466 -msgid "Notify by" -msgstr "Notifikován" - -#: ../../addon/dav/common/wdcal_edit.inc.php:469 -#: ../../addon.old/dav/common/wdcal_edit.inc.php:469 -msgid "E-Mail" -msgstr "e-mailem" - -#: ../../addon/dav/common/wdcal_edit.inc.php:470 -#: ../../addon.old/dav/common/wdcal_edit.inc.php:470 -msgid "On Friendica / Display" -msgstr "Na stránce Friendica" - -#: ../../addon/dav/common/wdcal_edit.inc.php:474 -#: ../../addon.old/dav/common/wdcal_edit.inc.php:474 -msgid "Time" -msgstr "Čas" - -#: ../../addon/dav/common/wdcal_edit.inc.php:478 -#: ../../addon.old/dav/common/wdcal_edit.inc.php:478 -msgid "Hours" -msgstr "Hodiny" - -#: ../../addon/dav/common/wdcal_edit.inc.php:479 -#: ../../addon.old/dav/common/wdcal_edit.inc.php:479 -msgid "Minutes" -msgstr "Minuty" - -#: ../../addon/dav/common/wdcal_edit.inc.php:480 -#: ../../addon.old/dav/common/wdcal_edit.inc.php:480 -msgid "Seconds" -msgstr "sekund" - -#: ../../addon/dav/common/wdcal_edit.inc.php:482 -#: ../../addon.old/dav/common/wdcal_edit.inc.php:482 -msgid "Weeks" -msgstr "týdnů" - -#: ../../addon/dav/common/wdcal_edit.inc.php:485 -#: ../../addon.old/dav/common/wdcal_edit.inc.php:485 -msgid "before the" -msgstr "před" - -#: ../../addon/dav/common/wdcal_edit.inc.php:486 -#: ../../addon.old/dav/common/wdcal_edit.inc.php:486 -msgid "start of the event" -msgstr "začátkem události" - -#: ../../addon/dav/common/wdcal_edit.inc.php:487 -#: ../../addon.old/dav/common/wdcal_edit.inc.php:487 -msgid "end of the event" -msgstr "koncem události" - -#: ../../addon/dav/common/wdcal_edit.inc.php:492 -#: ../../addon.old/dav/common/wdcal_edit.inc.php:492 -msgid "Add a notification" -msgstr "Přidat notifikaci" - -#: ../../addon/dav/common/wdcal_edit.inc.php:687 -#: ../../addon.old/dav/common/wdcal_edit.inc.php:687 -msgid "The event #name# will start at #date" -msgstr "Událost #name# bude zahájena #date" - -#: ../../addon/dav/common/wdcal_edit.inc.php:696 -#: ../../addon.old/dav/common/wdcal_edit.inc.php:696 -msgid "#name# is about to begin." -msgstr "#name# právě začíná." - -#: ../../addon/dav/common/wdcal_edit.inc.php:769 -#: ../../addon.old/dav/common/wdcal_edit.inc.php:769 -msgid "Saved" -msgstr "Uloženo" - -#: ../../addon/dav/common/wdcal_configuration.php:148 -#: ../../addon.old/dav/common/wdcal_configuration.php:148 -msgid "U.S. Time Format (mm/dd/YYYY)" -msgstr "americký formát času (mm/dd/YYYY)" - -#: ../../addon/dav/common/wdcal_configuration.php:243 -#: ../../addon.old/dav/common/wdcal_configuration.php:243 -msgid "German Time Format (dd.mm.YYYY)" -msgstr "německý formát času (dd.mm.YYYY)" - -#: ../../addon/dav/common/dav_caldav_backend_private.inc.php:39 -#: ../../addon.old/dav/common/dav_caldav_backend_private.inc.php:39 -msgid "Private Events" -msgstr "Soukromé události" - -#: ../../addon/dav/common/dav_carddav_backend_private.inc.php:46 -#: ../../addon.old/dav/common/dav_carddav_backend_private.inc.php:46 -msgid "Private Addressbooks" -msgstr "Soukromé adresáře kontaktů" - -#: ../../addon/dav/friendica/dav_caldav_backend_virtual_friendica.inc.php:36 -#: ../../addon.old/dav/friendica/dav_caldav_backend_virtual_friendica.inc.php:36 -msgid "Friendica-Native events" -msgstr "Nativní Friendica události" - -#: ../../addon/dav/friendica/dav_carddav_backend_virtual_friendica.inc.php:36 -#: ../../addon/dav/friendica/dav_carddav_backend_virtual_friendica.inc.php:59 -#: ../../addon.old/dav/friendica/dav_carddav_backend_virtual_friendica.inc.php:36 -#: ../../addon.old/dav/friendica/dav_carddav_backend_virtual_friendica.inc.php:59 -msgid "Friendica-Contacts" -msgstr "Friendica kontakty" - -#: ../../addon/dav/friendica/dav_carddav_backend_virtual_friendica.inc.php:60 -#: ../../addon.old/dav/friendica/dav_carddav_backend_virtual_friendica.inc.php:60 -msgid "Your Friendica-Contacts" -msgstr "Vaše Friendica kontakty" - -#: ../../addon/dav/friendica/layout.fnk.php:99 -#: ../../addon/dav/friendica/layout.fnk.php:136 -#: ../../addon.old/dav/friendica/layout.fnk.php:99 -#: ../../addon.old/dav/friendica/layout.fnk.php:136 -msgid "" -"Something went wrong when trying to import the file. Sorry. Maybe some " -"events were imported anyway." -msgstr "Při importu souboru se něco nezdařilo, omlouváme se. Přesto se mohly některé události načíst." - -#: ../../addon/dav/friendica/layout.fnk.php:131 -#: ../../addon.old/dav/friendica/layout.fnk.php:131 -msgid "Something went wrong when trying to import the file. Sorry." -msgstr "Při importu souboru se něco nezdařilo, omlouváme se." - -#: ../../addon/dav/friendica/layout.fnk.php:134 -#: ../../addon.old/dav/friendica/layout.fnk.php:134 -msgid "The ICS-File has been imported." -msgstr "ICS soubor byl importován." - -#: ../../addon/dav/friendica/layout.fnk.php:138 -#: ../../addon.old/dav/friendica/layout.fnk.php:138 -msgid "No file was uploaded." -msgstr "Žádný soubor nebyl nahrán." - -#: ../../addon/dav/friendica/layout.fnk.php:147 -#: ../../addon.old/dav/friendica/layout.fnk.php:147 -msgid "Import a ICS-file" -msgstr "Import ICS souboru." - -#: ../../addon/dav/friendica/layout.fnk.php:150 -#: ../../addon.old/dav/friendica/layout.fnk.php:150 -msgid "ICS-File" -msgstr "ICS soubor." - -#: ../../addon/dav/friendica/layout.fnk.php:151 -#: ../../addon.old/dav/friendica/layout.fnk.php:151 -msgid "Overwrite all #num# existing events" -msgstr "Přepsat všechny #num# existující události" - -#: ../../addon/dav/friendica/layout.fnk.php:228 -#: ../../addon.old/dav/friendica/layout.fnk.php:228 -msgid "New event" -msgstr "Nová událost" - -#: ../../addon/dav/friendica/layout.fnk.php:232 -#: ../../addon.old/dav/friendica/layout.fnk.php:232 -msgid "Today" -msgstr "Dnes" - -#: ../../addon/dav/friendica/layout.fnk.php:241 -#: ../../addon.old/dav/friendica/layout.fnk.php:241 -msgid "Day" -msgstr "Den" - -#: ../../addon/dav/friendica/layout.fnk.php:248 -#: ../../addon.old/dav/friendica/layout.fnk.php:248 -msgid "Week" -msgstr "Týden" - -#: ../../addon/dav/friendica/layout.fnk.php:260 -#: ../../addon.old/dav/friendica/layout.fnk.php:260 -msgid "Reload" -msgstr "Načíst znovu" - -#: ../../addon/dav/friendica/layout.fnk.php:271 -#: ../../addon.old/dav/friendica/layout.fnk.php:271 -msgid "Date" -msgstr "Datum" - -#: ../../addon/dav/friendica/layout.fnk.php:313 -#: ../../addon.old/dav/friendica/layout.fnk.php:313 -msgid "Error" -msgstr "Chyba" - -#: ../../addon/dav/friendica/layout.fnk.php:380 -#: ../../addon.old/dav/friendica/layout.fnk.php:380 -msgid "The calendar has been updated." -msgstr "Kalendář byl aktualizován." - -#: ../../addon/dav/friendica/layout.fnk.php:393 -#: ../../addon.old/dav/friendica/layout.fnk.php:393 -msgid "The new calendar has been created." -msgstr "Nový kalendář byl vytvořen." - -#: ../../addon/dav/friendica/layout.fnk.php:417 -#: ../../addon.old/dav/friendica/layout.fnk.php:417 -msgid "The calendar has been deleted." -msgstr "Kalendář byl smazán." - -#: ../../addon/dav/friendica/layout.fnk.php:424 -#: ../../addon.old/dav/friendica/layout.fnk.php:424 -msgid "Calendar Settings" -msgstr "Nastavení kalendáře" - -#: ../../addon/dav/friendica/layout.fnk.php:430 -#: ../../addon.old/dav/friendica/layout.fnk.php:430 -msgid "Date format" -msgstr "Formát datumu" - -#: ../../addon/dav/friendica/layout.fnk.php:439 -#: ../../addon.old/dav/friendica/layout.fnk.php:439 -msgid "Time zone" -msgstr "Časová zóna" - -#: ../../addon/dav/friendica/layout.fnk.php:445 -#: ../../addon.old/dav/friendica/layout.fnk.php:445 -msgid "Calendars" -msgstr "Kalendáře" - -#: ../../addon/dav/friendica/layout.fnk.php:487 -#: ../../addon.old/dav/friendica/layout.fnk.php:487 -msgid "Create a new calendar" -msgstr "Vytvořit nový kalendář" - -#: ../../addon/dav/friendica/layout.fnk.php:496 -#: ../../addon.old/dav/friendica/layout.fnk.php:496 -msgid "Limitations" -msgstr "Omezení" - -#: ../../addon/dav/friendica/layout.fnk.php:500 -#: ../../addon/libravatar/libravatar.php:82 -#: ../../addon.old/dav/friendica/layout.fnk.php:500 -#: ../../addon.old/libravatar/libravatar.php:82 -msgid "Warning" -msgstr "Varování" - -#: ../../addon/dav/friendica/layout.fnk.php:504 -#: ../../addon.old/dav/friendica/layout.fnk.php:504 -msgid "Synchronization (iPhone, Thunderbird Lightning, Android, ...)" -msgstr "Synchronizace (iPhone, Thunderbird Lightning, Android, ...)" - -#: ../../addon/dav/friendica/layout.fnk.php:511 -#: ../../addon.old/dav/friendica/layout.fnk.php:511 -msgid "Synchronizing this calendar with the iPhone" -msgstr "Synchronizovat tento kalendář s iPhone" - -#: ../../addon/dav/friendica/layout.fnk.php:522 -#: ../../addon.old/dav/friendica/layout.fnk.php:522 -msgid "Synchronizing your Friendica-Contacts with the iPhone" -msgstr "Synchronizovat Vaše Friendica kontakty s iPhone" - -#: ../../addon/dav/friendica/main.php:202 -#: ../../addon.old/dav/friendica/main.php:202 -msgid "" -"The current version of this plugin has not been set up correctly. Please " -"contact the system administrator of your installation of friendica to fix " -"this." -msgstr "Stávající verze tohoto rozšíření nebyla správně nastavena. Prosím, kontaktujte administrátora webu, ať to opraví." - -#: ../../addon/dav/friendica/main.php:242 -#: ../../addon.old/dav/friendica/main.php:242 -msgid "Extended calendar with CalDAV-support" -msgstr "Rozšířený kalendář s podporou CalDAV" - -#: ../../addon/dav/friendica/main.php:279 -#: ../../addon/dav/friendica/main.php:280 ../../include/delivery.php:468 -#: ../../include/enotify.php:28 ../../include/notifier.php:781 -#: ../../addon.old/dav/friendica/main.php:279 -#: ../../addon.old/dav/friendica/main.php:280 -msgid "noreply" -msgstr "neodpovídat" - -#: ../../addon/dav/friendica/main.php:282 -#: ../../addon.old/dav/friendica/main.php:282 -msgid "Notification: " -msgstr "Notifikace:" - -#: ../../addon/dav/friendica/main.php:309 -#: ../../addon.old/dav/friendica/main.php:309 -msgid "The database tables have been installed." -msgstr "Databázové tabulky byly nainstalovány" - -#: ../../addon/dav/friendica/main.php:310 -#: ../../addon.old/dav/friendica/main.php:310 -msgid "An error occurred during the installation." -msgstr "Během instalace nastala chyba." - -#: ../../addon/dav/friendica/main.php:316 -#: ../../addon.old/dav/friendica/main.php:316 -msgid "The database tables have been updated." -msgstr "Databázové tabulky byly aktualizovány." - -#: ../../addon/dav/friendica/main.php:317 -#: ../../addon.old/dav/friendica/main.php:317 -msgid "An error occurred during the update." -msgstr "Během aktualizace došlo k chybě." - -#: ../../addon/dav/friendica/main.php:333 -#: ../../addon.old/dav/friendica/main.php:333 -msgid "No system-wide settings yet." -msgstr "Nastavení systému dosud nebylo vytvořeno" - -#: ../../addon/dav/friendica/main.php:336 -#: ../../addon.old/dav/friendica/main.php:336 -msgid "Database status" -msgstr "Status databáze" - -#: ../../addon/dav/friendica/main.php:339 -#: ../../addon.old/dav/friendica/main.php:339 -msgid "Installed" -msgstr "Instalováno" - -#: ../../addon/dav/friendica/main.php:343 -#: ../../addon.old/dav/friendica/main.php:343 -msgid "Upgrade needed" -msgstr "Upgrade vyžadován" - -#: ../../addon/dav/friendica/main.php:343 -#: ../../addon.old/dav/friendica/main.php:343 -msgid "" -"Please back up all calendar data (the tables beginning with dav_*) before " -"proceeding. While all calendar events should be converted to the new " -"database structure, it's always safe to have a backup. Below, you can have a" -" look at the database-queries that will be made when pressing the " -"'update'-button." -msgstr "Prosím, zálohujte si všechny data v kalendářích (všechny tabulky začínající s dav_*) před pokračováním. Ačkoliv by měly být všechny kalendářové události převedeny do nové databázové struktury, vždy je bezpečnější mít zálohu. Níže se můžete podívat na databázové příkazy, které budou spuštěny po stisknutí tlačítka \"Aktualizovat\"." - -#: ../../addon/dav/friendica/main.php:343 -#: ../../addon.old/dav/friendica/main.php:343 -msgid "Upgrade" -msgstr "Upgrade" - -#: ../../addon/dav/friendica/main.php:346 -#: ../../addon.old/dav/friendica/main.php:346 -msgid "Not installed" -msgstr "Nenainstalováno" - -#: ../../addon/dav/friendica/main.php:346 -#: ../../addon.old/dav/friendica/main.php:346 -msgid "Install" -msgstr "Instalovat" - -#: ../../addon/dav/friendica/main.php:350 -#: ../../addon.old/dav/friendica/main.php:350 -msgid "Unknown" -msgstr "Neznámý" - -#: ../../addon/dav/friendica/main.php:350 -#: ../../addon.old/dav/friendica/main.php:350 -msgid "" -"Something really went wrong. I cannot recover from this state automatically," -" sorry. Please go to the database backend, back up the data, and delete all " -"tables beginning with 'dav_' manually. Afterwards, this installation routine" -" should be able to reinitialize the tables automatically." -msgstr "Něco se opravdu nepovedlo. Z aktuálního stavu nelze provést automatickou obnovu. Prosím přihlaste se do databáze, zazálohujte data a smažte manuálně všechny tabulky začínající s \"dav_\". Poté by měl instalační skript sám automaticky znovu založit potřebné tabulky." - -#: ../../addon/dav/friendica/main.php:355 -#: ../../addon.old/dav/friendica/main.php:355 -msgid "Troubleshooting" -msgstr "Řešení problémů" - -#: ../../addon/dav/friendica/main.php:356 -#: ../../addon.old/dav/friendica/main.php:356 -msgid "Manual creation of the database tables:" -msgstr "Manuálnní vytvoření databázových tabulek:" - -#: ../../addon/dav/friendica/main.php:357 -#: ../../addon.old/dav/friendica/main.php:357 -msgid "Show SQL-statements" -msgstr "Zobrazit SQL-příkazy" - -#: ../../addon/dav/friendica/calendar.friendica.fnk.php:206 -#: ../../addon.old/dav/friendica/calendar.friendica.fnk.php:206 -msgid "Private Calendar" -msgstr "Soukromý kalendář" - -#: ../../addon/dav/friendica/calendar.friendica.fnk.php:207 -#: ../../addon.old/dav/friendica/calendar.friendica.fnk.php:207 -msgid "Friendica Events: Mine" -msgstr "Friendica události: Mé" - -#: ../../addon/dav/friendica/calendar.friendica.fnk.php:208 -#: ../../addon.old/dav/friendica/calendar.friendica.fnk.php:208 -msgid "Friendica Events: Contacts" -msgstr "Friendica události: Kontakty" - -#: ../../addon/dav/friendica/calendar.friendica.fnk.php:248 -#: ../../addon.old/dav/friendica/calendar.friendica.fnk.php:248 -msgid "Private Addresses" -msgstr "Soukromé adresy" - -#: ../../addon/dav/friendica/calendar.friendica.fnk.php:249 -#: ../../addon.old/dav/friendica/calendar.friendica.fnk.php:249 -msgid "Friendica Contacts" -msgstr "Friendica Kontakty" - -#: ../../addon/uhremotestorage/uhremotestorage.php:84 -#: ../../addon.old/uhremotestorage/uhremotestorage.php:84 -#, php-format -msgid "" -"Allow to use your friendica id (%s) to connecto to external unhosted-enabled" -" storage (like ownCloud). See RemoteStorage" -" WebFinger" -msgstr "Umožnit využití friendica id (%s) k napojení na externí úložiště (unhosted-enabled) (jako ownCloud). Více informací na RemoteStorage WebFinger" - -#: ../../addon/uhremotestorage/uhremotestorage.php:85 -#: ../../addon.old/uhremotestorage/uhremotestorage.php:85 -msgid "Template URL (with {category})" -msgstr "Dočasná URL adresa (s {category})" - -#: ../../addon/uhremotestorage/uhremotestorage.php:86 -#: ../../addon.old/uhremotestorage/uhremotestorage.php:86 -msgid "OAuth end-point" -msgstr "OAuth end-point" - -#: ../../addon/uhremotestorage/uhremotestorage.php:87 -#: ../../addon.old/uhremotestorage/uhremotestorage.php:87 -msgid "Api" -msgstr "Api" - -#: ../../addon/membersince/membersince.php:18 -#: ../../addon.old/membersince/membersince.php:18 -msgid "Member since:" -msgstr "Členem od:" - -#: ../../addon/tictac/tictac.php:20 ../../addon.old/tictac/tictac.php:20 -msgid "Three Dimensional Tic-Tac-Toe" -msgstr "Trojrozměrné Tic-Tac-Toe" - -#: ../../addon/tictac/tictac.php:53 ../../addon.old/tictac/tictac.php:53 -msgid "3D Tic-Tac-Toe" -msgstr "3D Tic-Tac-Toe" - -#: ../../addon/tictac/tictac.php:58 ../../addon.old/tictac/tictac.php:58 -msgid "New game" -msgstr "Nová hra" - -#: ../../addon/tictac/tictac.php:59 ../../addon.old/tictac/tictac.php:59 -msgid "New game with handicap" -msgstr "Nová hra s handicapem" - -#: ../../addon/tictac/tictac.php:60 ../../addon.old/tictac/tictac.php:60 -msgid "" -"Three dimensional tic-tac-toe is just like the traditional game except that " -"it is played on multiple levels simultaneously. " -msgstr "Trojrozměrné tic-tac-toe je podobná této tradiční hře kromě toho, že se hraje na více úrovních současně." - -#: ../../addon/tictac/tictac.php:61 ../../addon.old/tictac/tictac.php:61 -msgid "" -"In this case there are three levels. You win by getting three in a row on " -"any level, as well as up, down, and diagonally across the different levels." -msgstr "V tomto případě existují tři úrovně. Vyhrajete tím, že dostane tři v řadě na jakékoli úrovni, stejně jako nahoru, dolů a šikmo na různých úrovních." - -#: ../../addon/tictac/tictac.php:63 ../../addon.old/tictac/tictac.php:63 -msgid "" -"The handicap game disables the center position on the middle level because " -"the player claiming this square often has an unfair advantage." -msgstr "Hra s handicapem zakáže centrální pozici na střední úrovni, protože hráč zaujímající tuto polohu má často nespravedlivou výhodu." - -#: ../../addon/tictac/tictac.php:182 ../../addon.old/tictac/tictac.php:182 -msgid "You go first..." -msgstr "Vy začněte ..." - -#: ../../addon/tictac/tictac.php:187 ../../addon.old/tictac/tictac.php:187 -msgid "I'm going first this time..." -msgstr "Tentokrát začnu já..." - -#: ../../addon/tictac/tictac.php:193 ../../addon.old/tictac/tictac.php:193 -msgid "You won!" -msgstr "Vyhrál jste!" - -#: ../../addon/tictac/tictac.php:199 ../../addon/tictac/tictac.php:224 -#: ../../addon.old/tictac/tictac.php:199 ../../addon.old/tictac/tictac.php:224 -msgid "\"Cat\" game!" -msgstr "\"Kočičí\" hra!" - -#: ../../addon/tictac/tictac.php:222 ../../addon.old/tictac/tictac.php:222 -msgid "I won!" -msgstr "Vyhrál jsem!" - -#: ../../addon/randplace/randplace.php:169 -#: ../../addon.old/randplace/randplace.php:169 -msgid "Randplace Settings" -msgstr "Randplace Nastavení" - -#: ../../addon/randplace/randplace.php:171 -#: ../../addon.old/randplace/randplace.php:171 -msgid "Enable Randplace Plugin" -msgstr "Povolit Randplace Plugin" - -#: ../../addon/dwpost/dwpost.php:39 ../../addon.old/dwpost/dwpost.php:39 -msgid "Post to Dreamwidth" -msgstr "Poslat na Dreamwidth" - -#: ../../addon/dwpost/dwpost.php:70 ../../addon.old/dwpost/dwpost.php:70 -msgid "Dreamwidth Post Settings" -msgstr "Nastavení Dreamwidth příspěvků" - -#: ../../addon/dwpost/dwpost.php:72 ../../addon.old/dwpost/dwpost.php:72 -msgid "Enable dreamwidth Post Plugin" -msgstr "Povolit dreamwidth Plugin" - -#: ../../addon/dwpost/dwpost.php:77 ../../addon.old/dwpost/dwpost.php:77 -msgid "dreamwidth username" -msgstr "dreamwidth uživatelské jméno" - -#: ../../addon/dwpost/dwpost.php:82 ../../addon.old/dwpost/dwpost.php:82 -msgid "dreamwidth password" -msgstr "dreamwidth heslo" - -#: ../../addon/dwpost/dwpost.php:87 ../../addon.old/dwpost/dwpost.php:87 -msgid "Post to dreamwidth by default" -msgstr "Defaultně umístit na dreamwidth" - -#: ../../addon/remote_permissions/remote_permissions.php:45 -msgid "Remote Permissions Settings" -msgstr "Nastavení Vzdálených oprávnění" - -#: ../../addon/remote_permissions/remote_permissions.php:46 -msgid "" -"Allow recipients of your private posts to see the other recipients of the " -"posts" -msgstr "Umožnit příjemcům Vašich soukromých příspěvků vidět ostatní příjemce příspěvků" - -#: ../../addon/remote_permissions/remote_permissions.php:58 -msgid "Remote Permissions settings updated." -msgstr "Nastavení Vzdálených opravnění aktualizováno." - -#: ../../addon/remote_permissions/remote_permissions.php:178 -msgid "Visible to" -msgstr "Viditelné pro" - -#: ../../addon/remote_permissions/remote_permissions.php:178 -msgid "may only be a partial list" -msgstr "pouze pro část seznamu" - -#: ../../addon/remote_permissions/remote_permissions.php:197 -#: ../../addon/altpager/altpager.php:99 -msgid "Global" -msgstr "Globální" - -#: ../../addon/remote_permissions/remote_permissions.php:197 -msgid "The posts of every user on this server show the post recipients" -msgstr "Příspěvek každého uživatele na tomto serveru zobrazuje příjemce příspěvků" - -#: ../../addon/remote_permissions/remote_permissions.php:198 -#: ../../addon/altpager/altpager.php:100 -msgid "Individual" -msgstr "Individuálové" - -#: ../../addon/remote_permissions/remote_permissions.php:198 -msgid "Each user chooses whether his/her posts show the post recipients" -msgstr "Každý uživatel si zvolí, zda-li jeho/její příspěvek zobrazí příjemce příspěvku." - -#: ../../addon/startpage/startpage.php:83 -#: ../../addon.old/startpage/startpage.php:83 -msgid "Startpage Settings" -msgstr "Nastavení úvodní stránky" - -#: ../../addon/startpage/startpage.php:85 -#: ../../addon.old/startpage/startpage.php:85 -msgid "Home page to load after login - leave blank for profile wall" -msgstr "Domácí stránka k načtení po přihlášení - pro profilovou zeď ponechejte prázdné" - -#: ../../addon/startpage/startpage.php:88 -#: ../../addon.old/startpage/startpage.php:88 -msgid "Examples: "network" or "notifications/system"" -msgstr "Příklady: \"síť\" nebo \"notifikace systému\"" - -#: ../../addon/geonames/geonames.php:143 -#: ../../addon.old/geonames/geonames.php:143 -msgid "Geonames settings updated." -msgstr "Geonames nastavení aktualizováno." - -#: ../../addon/geonames/geonames.php:179 -#: ../../addon.old/geonames/geonames.php:179 -msgid "Geonames Settings" -msgstr "Nastavení Geonames" - -#: ../../addon/geonames/geonames.php:181 -#: ../../addon.old/geonames/geonames.php:181 -msgid "Enable Geonames Plugin" -msgstr "Povolit Geonames rozšíření" - -#: ../../addon/public_server/public_server.php:126 -#: ../../addon/testdrive/testdrive.php:94 -#: ../../addon.old/public_server/public_server.php:126 -#: ../../addon.old/testdrive/testdrive.php:94 -#, php-format -msgid "Your account on %s will expire in a few days." -msgstr "Platnost Vašeho účtu na %s vyprší během několika dní." - -#: ../../addon/public_server/public_server.php:127 -#: ../../addon.old/public_server/public_server.php:127 -msgid "Your Friendica account is about to expire." -msgstr "Vašemu účetu Friendica brzy vyprší platnost" - -#: ../../addon/public_server/public_server.php:128 -#: ../../addon.old/public_server/public_server.php:128 -#, php-format -msgid "" -"Hi %1$s,\n" -"\n" -"Your account on %2$s will expire in less than five days. You may keep your account by logging in at least once every 30 days" -msgstr "Ahoj %1$s,\n\nVáš účet na %2$s vyprší v méně než pěti dnech. Svůj účet si zachováte, pokud se přihlásíte alespoň jednou za každých 30 dní." - -#: ../../addon/js_upload/js_upload.php:43 -#: ../../addon.old/js_upload/js_upload.php:43 -msgid "Upload a file" -msgstr "Nahrát soubor" - -#: ../../addon/js_upload/js_upload.php:44 -#: ../../addon.old/js_upload/js_upload.php:44 -msgid "Drop files here to upload" -msgstr "Přeneste sem soubory k nahrání" - -#: ../../addon/js_upload/js_upload.php:46 -#: ../../addon.old/js_upload/js_upload.php:46 -msgid "Failed" -msgstr "Neúspěch" - -#: ../../addon/js_upload/js_upload.php:303 -#: ../../addon.old/js_upload/js_upload.php:297 -msgid "No files were uploaded." -msgstr "Žádné soubory nebyly nahrány." - -#: ../../addon/js_upload/js_upload.php:309 -#: ../../addon.old/js_upload/js_upload.php:303 -msgid "Uploaded file is empty" -msgstr "Nahraný soubor je prázdný" - -#: ../../addon/js_upload/js_upload.php:332 -#: ../../addon.old/js_upload/js_upload.php:326 -msgid "File has an invalid extension, it should be one of " -msgstr "Soubor má neplatnou příponu, ta by měla být jednou z" - -#: ../../addon/js_upload/js_upload.php:343 -#: ../../addon.old/js_upload/js_upload.php:337 -msgid "Upload was cancelled, or server error encountered" -msgstr "Nahrávání bylo zrušeno nebo došlo k chybě na serveru" - -#: ../../addon/forumlist/forumlist.php:67 -#: ../../addon.old/forumlist/forumlist.php:63 -msgid "show/hide" -msgstr "zobrazit/skrýt" - -#: ../../addon/forumlist/forumlist.php:81 -#: ../../addon.old/forumlist/forumlist.php:77 -msgid "No forum subscriptions" -msgstr "Žádné registrace k fórům" - -#: ../../addon/forumlist/forumlist.php:134 -#: ../../addon.old/forumlist/forumlist.php:131 -msgid "Forumlist settings updated." -msgstr "Nastavení Forumlist aktualizováno." - -#: ../../addon/forumlist/forumlist.php:162 -#: ../../addon.old/forumlist/forumlist.php:159 -msgid "Forumlist Settings" -msgstr "Nastavení Forumlist" - -#: ../../addon/forumlist/forumlist.php:164 -#: ../../addon.old/forumlist/forumlist.php:161 -msgid "Randomise forum list" -msgstr "Zamíchat list fór" - -#: ../../addon/forumlist/forumlist.php:167 -#: ../../addon.old/forumlist/forumlist.php:164 -msgid "Show forums on profile page" -msgstr "Zobrazit fóra na profilové stránce" - -#: ../../addon/forumlist/forumlist.php:170 -#: ../../addon.old/forumlist/forumlist.php:167 -msgid "Show forums on network page" -msgstr "Zobrazit fóra na stránce Síť" - -#: ../../addon/impressum/impressum.php:37 -#: ../../addon.old/impressum/impressum.php:37 -msgid "Impressum" -msgstr "Impressum" - -#: ../../addon/impressum/impressum.php:50 -#: ../../addon/impressum/impressum.php:52 -#: ../../addon/impressum/impressum.php:84 -#: ../../addon.old/impressum/impressum.php:50 -#: ../../addon.old/impressum/impressum.php:52 -#: ../../addon.old/impressum/impressum.php:84 -msgid "Site Owner" -msgstr "Vlastník webu" - -#: ../../addon/impressum/impressum.php:50 -#: ../../addon/impressum/impressum.php:88 -#: ../../addon.old/impressum/impressum.php:50 -#: ../../addon.old/impressum/impressum.php:88 -msgid "Email Address" -msgstr "E-mailová adresa" - -#: ../../addon/impressum/impressum.php:55 -#: ../../addon/impressum/impressum.php:86 -#: ../../addon.old/impressum/impressum.php:55 -#: ../../addon.old/impressum/impressum.php:86 -msgid "Postal Address" -msgstr "Poštovní adresa" - -#: ../../addon/impressum/impressum.php:61 -#: ../../addon.old/impressum/impressum.php:61 -msgid "" -"The impressum addon needs to be configured!
Please add at least the " -"owner variable to your config file. For other variables please " -"refer to the README file of the addon." -msgstr "Doplněk Impressum musí být nakonfigurován!
Prosím, přidejte alespoň proměnnou owner do konfiguračního souboru. Pro nastavení ostatních proměnných se seznamte s nápovědou v souboru README tohoto doplňku." - -#: ../../addon/impressum/impressum.php:84 -#: ../../addon.old/impressum/impressum.php:84 -msgid "The page operators name." -msgstr "Jméno operátora stránky." - -#: ../../addon/impressum/impressum.php:85 -#: ../../addon.old/impressum/impressum.php:85 -msgid "Site Owners Profile" -msgstr "Profil majitele webu" - -#: ../../addon/impressum/impressum.php:85 -#: ../../addon.old/impressum/impressum.php:85 -msgid "Profile address of the operator." -msgstr "Profilová addresa operátora." - -#: ../../addon/impressum/impressum.php:86 -#: ../../addon.old/impressum/impressum.php:86 -msgid "How to contact the operator via snail mail. You can use BBCode here." -msgstr "Jak kontaktovat operátora prostřednictvím klasické pošty. Zde můžete použít BBCode." - -#: ../../addon/impressum/impressum.php:87 -#: ../../addon.old/impressum/impressum.php:87 -msgid "Notes" -msgstr "Poznámky" - -#: ../../addon/impressum/impressum.php:87 -#: ../../addon.old/impressum/impressum.php:87 -msgid "" -"Additional notes that are displayed beneath the contact information. You can" -" use BBCode here." -msgstr "Další poznámky, které jsou zobrazeny pod kontaktními informacemi. Zde můžete použít BBCode." - -#: ../../addon/impressum/impressum.php:88 -#: ../../addon.old/impressum/impressum.php:88 -msgid "How to contact the operator via email. (will be displayed obfuscated)" -msgstr "Jak konktaktovat operátora přes mail. (bude zobrazen \"zmateně\")" - -#: ../../addon/impressum/impressum.php:89 -#: ../../addon.old/impressum/impressum.php:89 -msgid "Footer note" -msgstr "Poznámka v zápatí" - -#: ../../addon/impressum/impressum.php:89 -#: ../../addon.old/impressum/impressum.php:89 -msgid "Text for the footer. You can use BBCode here." -msgstr "Text pro zápatí. Zde můžete použít BBCode." - -#: ../../addon/buglink/buglink.php:15 ../../addon.old/buglink/buglink.php:15 -msgid "Report Bug" -msgstr "Nahlásit chybu" - -#: ../../addon/notimeline/notimeline.php:32 -#: ../../addon.old/notimeline/notimeline.php:32 -msgid "No Timeline settings updated." -msgstr "Nastavení No Timeline aktualizováno." - -#: ../../addon/notimeline/notimeline.php:56 -#: ../../addon.old/notimeline/notimeline.php:56 -msgid "No Timeline Settings" -msgstr "Nastavení No Timeline" - -#: ../../addon/notimeline/notimeline.php:58 -#: ../../addon.old/notimeline/notimeline.php:58 -msgid "Disable Archive selector on profile wall" -msgstr "Znemožnit použití archivu na této profilové zdi." - -#: ../../addon/blockem/blockem.php:51 ../../addon.old/blockem/blockem.php:51 -msgid "\"Blockem\" Settings" -msgstr "\"Blockem\" Nastavení" - -#: ../../addon/blockem/blockem.php:53 ../../addon.old/blockem/blockem.php:53 -msgid "Comma separated profile URLS to block" -msgstr "Čárkou oddělené URL adresy profilů určených k ignorování" - -#: ../../addon/blockem/blockem.php:70 ../../addon.old/blockem/blockem.php:70 -msgid "BLOCKEM Settings saved." -msgstr "BLOCKEM nastavení uloženo." - -#: ../../addon/blockem/blockem.php:105 ../../addon.old/blockem/blockem.php:105 -#, php-format -msgid "Blocked %s - Click to open/close" -msgstr "Blokován %s - Klikněte pro otevření/zavření" - -#: ../../addon/blockem/blockem.php:160 ../../addon.old/blockem/blockem.php:160 -msgid "Unblock Author" -msgstr "Odblokovat autora" - -#: ../../addon/blockem/blockem.php:162 ../../addon.old/blockem/blockem.php:162 -msgid "Block Author" -msgstr "Zablokovat autora" - -#: ../../addon/blockem/blockem.php:194 ../../addon.old/blockem/blockem.php:194 -msgid "blockem settings updated" -msgstr "blockem nastavení aktualizováno" - -#: ../../addon/qcomment/qcomment.php:51 -#: ../../addon.old/qcomment/qcomment.php:51 -msgid ":-)" -msgstr ":-)" - -#: ../../addon/qcomment/qcomment.php:51 -#: ../../addon.old/qcomment/qcomment.php:51 -msgid ":-(" -msgstr ":-(" - -#: ../../addon/qcomment/qcomment.php:51 -#: ../../addon.old/qcomment/qcomment.php:51 -msgid "lol" -msgstr "hlasitě se směji" - -#: ../../addon/qcomment/qcomment.php:54 -#: ../../addon.old/qcomment/qcomment.php:54 -msgid "Quick Comment Settings" -msgstr "Nastavení rychlých komentářů" - -#: ../../addon/qcomment/qcomment.php:56 -#: ../../addon.old/qcomment/qcomment.php:56 -msgid "" -"Quick comments are found near comment boxes, sometimes hidden. Click them to" -" provide simple replies." -msgstr "Rychlé komentáře jsou k nalezení blízko polí s komentáři, někdy jsou skryté. Klikněte na ně k poskytnutí jednoduchých odpovědí." - -#: ../../addon/qcomment/qcomment.php:57 -#: ../../addon.old/qcomment/qcomment.php:57 -msgid "Enter quick comments, one per line" -msgstr "Zadejte rychlé komentáře, každý na nový řádek" - -#: ../../addon/qcomment/qcomment.php:75 -#: ../../addon.old/qcomment/qcomment.php:75 -msgid "Quick Comment settings saved." -msgstr "Nastavení Quick Comment uloženo." - -#: ../../addon/openstreetmap/openstreetmap.php:71 -#: ../../addon.old/openstreetmap/openstreetmap.php:71 -msgid "Tile Server URL" -msgstr "URL adresa Tile serveru" - -#: ../../addon/openstreetmap/openstreetmap.php:71 -#: ../../addon.old/openstreetmap/openstreetmap.php:71 -msgid "" -"A list of public tile servers" -msgstr "Seznam veřejných tile serverů" - -#: ../../addon/openstreetmap/openstreetmap.php:72 -#: ../../addon.old/openstreetmap/openstreetmap.php:72 -msgid "Default zoom" -msgstr "Defaultní přiblížení" - -#: ../../addon/openstreetmap/openstreetmap.php:72 -#: ../../addon.old/openstreetmap/openstreetmap.php:72 -msgid "The default zoom level. (1:world, 18:highest)" -msgstr "Defaultní úroveň přiblížení (1:svět, 18:nejvyšší)" - -#: ../../addon/group_text/group_text.php:46 -msgid "Group Text settings updated." -msgstr "Nastavení textu skupiny aktualizováno." - -#: ../../addon/group_text/group_text.php:76 -#: ../../addon.old/group_text/group_text.php:76 -msgid "Group Text" -msgstr "Skupinový text" - -#: ../../addon/group_text/group_text.php:78 -#: ../../addon.old/group_text/group_text.php:78 -msgid "Use a text only (non-image) group selector in the \"group edit\" menu" -msgstr "Použijte pouze textový (neobrázkový) výběr skupiny v menu editace skupin." - -#: ../../addon/libravatar/libravatar.php:14 -#: ../../addon.old/libravatar/libravatar.php:14 -msgid "Could NOT install Libravatar successfully.
It requires PHP >= 5.3" -msgstr "Libravatar není možné úspěšně nainstalovat .
Vyžaduje PHP >= 5.3" - -#: ../../addon/libravatar/libravatar.php:73 -#: ../../addon/gravatar/gravatar.php:71 -#: ../../addon.old/libravatar/libravatar.php:73 -#: ../../addon.old/gravatar/gravatar.php:71 -msgid "generic profile image" -msgstr "generický profilový obrázek" - -#: ../../addon/libravatar/libravatar.php:74 -#: ../../addon/gravatar/gravatar.php:72 -#: ../../addon.old/libravatar/libravatar.php:74 -#: ../../addon.old/gravatar/gravatar.php:72 -msgid "random geometric pattern" -msgstr "náhodný geometrický vzor" - -#: ../../addon/libravatar/libravatar.php:75 -#: ../../addon/gravatar/gravatar.php:73 -#: ../../addon.old/libravatar/libravatar.php:75 -#: ../../addon.old/gravatar/gravatar.php:73 -msgid "monster face" -msgstr "tvář příšery" - -#: ../../addon/libravatar/libravatar.php:76 -#: ../../addon/gravatar/gravatar.php:74 -#: ../../addon.old/libravatar/libravatar.php:76 -#: ../../addon.old/gravatar/gravatar.php:74 -msgid "computer generated face" -msgstr "počítačově generovaná tvář" - -#: ../../addon/libravatar/libravatar.php:77 -#: ../../addon/gravatar/gravatar.php:75 -#: ../../addon.old/libravatar/libravatar.php:77 -#: ../../addon.old/gravatar/gravatar.php:75 -msgid "retro arcade style face" -msgstr "tvář v retro arkádovém stylu" - -#: ../../addon/libravatar/libravatar.php:83 -#: ../../addon.old/libravatar/libravatar.php:83 -#, php-format -msgid "Your PHP version %s is lower than the required PHP >= 5.3." -msgstr "Vaše PHP verze %s je nižší než požadovaná PHP >= 5.3." - -#: ../../addon/libravatar/libravatar.php:84 -#: ../../addon.old/libravatar/libravatar.php:84 -msgid "This addon is not functional on your server." -msgstr "Tento doplněk není funkční na Vašem serveru." - -#: ../../addon/libravatar/libravatar.php:93 -#: ../../addon/gravatar/gravatar.php:89 -#: ../../addon.old/libravatar/libravatar.php:93 -#: ../../addon.old/gravatar/gravatar.php:89 -msgid "Information" -msgstr "Informace" - -#: ../../addon/libravatar/libravatar.php:93 -#: ../../addon.old/libravatar/libravatar.php:93 -msgid "" -"Gravatar addon is installed. Please disable the Gravatar addon.
The " -"Libravatar addon will fall back to Gravatar if nothing was found at " -"Libravatar." -msgstr "Gravatar doplněk je nainstalován. Prosím zakažte doplněk Gravatar.
Libravatar doplněk se vrátí k doplňku Gravatar, pokud na Libravataru nebude nic nalezeno." - -#: ../../addon/libravatar/libravatar.php:100 -#: ../../addon/gravatar/gravatar.php:96 -#: ../../addon.old/libravatar/libravatar.php:100 -#: ../../addon.old/gravatar/gravatar.php:96 -msgid "Default avatar image" -msgstr "Defaultní obrázek avataru" - -#: ../../addon/libravatar/libravatar.php:100 -#: ../../addon.old/libravatar/libravatar.php:100 -msgid "Select default avatar image if none was found. See README" -msgstr "Vyberte defaultní avatar obrázek pokud nebyl žádný nalezen. Více viz. soubor README." - -#: ../../addon/libravatar/libravatar.php:112 -#: ../../addon.old/libravatar/libravatar.php:112 -msgid "Libravatar settings updated." -msgstr "Nastavení Libravatar aktualizováno." - -#: ../../addon/libertree/libertree.php:36 -#: ../../addon.old/libertree/libertree.php:36 -msgid "Post to libertree" -msgstr "Poslat na Libertree" - -#: ../../addon/libertree/libertree.php:67 -#: ../../addon.old/libertree/libertree.php:67 -msgid "libertree Post Settings" -msgstr "Nastavení Libertree příspěvků" - -#: ../../addon/libertree/libertree.php:69 -#: ../../addon.old/libertree/libertree.php:69 -msgid "Enable Libertree Post Plugin" -msgstr "Povolit Libertree Post rozšíření" - -#: ../../addon/libertree/libertree.php:74 -#: ../../addon.old/libertree/libertree.php:74 -msgid "Libertree API token" -msgstr "Libertree API token" - -#: ../../addon/libertree/libertree.php:79 -#: ../../addon.old/libertree/libertree.php:79 -msgid "Libertree site URL" -msgstr "URL adresa Libertree " - -#: ../../addon/libertree/libertree.php:84 -#: ../../addon.old/libertree/libertree.php:84 -msgid "Post to Libertree by default" -msgstr "Defaultně poslat na Libertree" - -#: ../../addon/altpager/altpager.php:46 -#: ../../addon.old/altpager/altpager.php:46 -msgid "Altpager settings updated." -msgstr "Nastavení Altpager aktualizováno." - -#: ../../addon/altpager/altpager.php:83 -#: ../../addon.old/altpager/altpager.php:79 -msgid "Alternate Pagination Setting" -msgstr "Alternate Pagination nastavení" - -#: ../../addon/altpager/altpager.php:85 -#: ../../addon.old/altpager/altpager.php:81 -msgid "Use links to \"newer\" and \"older\" pages in place of page numbers?" -msgstr "Použít odkazy na \"novější\" a \"starší\" stránky místo čísel stránek?" - -#: ../../addon/altpager/altpager.php:99 -msgid "Force global use of the alternate pager" -msgstr "Vynutit globální použití alternativního stránkování" - -#: ../../addon/altpager/altpager.php:100 -msgid "Each user chooses whether to use the alternate pager" -msgstr "Každý uživatel si vybere, zda-li použije alternativní stránkování." - -#: ../../addon/mathjax/mathjax.php:37 ../../addon.old/mathjax/mathjax.php:37 -msgid "" -"The MathJax addon renders mathematical formulae written using the LaTeX " -"syntax surrounded by the usual $$ or an eqnarray block in the postings of " -"your wall,network tab and private mail." -msgstr "Rozšíření MathJax vykresluje matematické vzorce zapsané s použitím syntaxe LaTeX označené obvyklými znaky $$ nebo v bloku \"eqnarray\" v příspěvcích na Vaší zdi, záložce síť a soukromých zprávách." - -#: ../../addon/mathjax/mathjax.php:38 ../../addon.old/mathjax/mathjax.php:38 -msgid "Use the MathJax renderer" -msgstr "Použít Mathjax vykreslování" - -#: ../../addon/mathjax/mathjax.php:75 ../../addon.old/mathjax/mathjax.php:74 -msgid "MathJax Base URL" -msgstr "Základní MathJax adresa URL" - -#: ../../addon/mathjax/mathjax.php:75 ../../addon.old/mathjax/mathjax.php:74 -msgid "" -"The URL for the javascript file that should be included to use MathJax. Can " -"be either the MathJax CDN or another installation of MathJax." -msgstr "URL adresa na javascriptový soubor, který musí být obsažen pro použití MathJax. Může to být MathJax CDN nebo or jiná instalace MathJax." - -#: ../../addon/editplain/editplain.php:46 -#: ../../addon.old/group_text/group_text.php:46 -#: ../../addon.old/editplain/editplain.php:46 -msgid "Editplain settings updated." -msgstr "Editplain nastavení aktualizováno" - -#: ../../addon/editplain/editplain.php:76 -#: ../../addon.old/editplain/editplain.php:76 -msgid "Editplain Settings" -msgstr "Nastavení Editplain" - -#: ../../addon/editplain/editplain.php:78 -#: ../../addon.old/editplain/editplain.php:78 -msgid "Disable richtext status editor" -msgstr "Zakázat richtext status editor" - -#: ../../addon/gravatar/gravatar.php:89 -#: ../../addon.old/gravatar/gravatar.php:89 -msgid "" -"Libravatar addon is installed, too. Please disable Libravatar addon or this " -"Gravatar addon.
The Libravatar addon will fall back to Gravatar if " -"nothing was found at Libravatar." -msgstr "Libravatar doplněk je také nainstalován. Prosím zakažte doplněk Libravatar nebo tento doplněk Gravatar.
Libravatar doplněk se vrátí k doplňku Gravatar, pokud na Libravataru nebude nic nalezeno." - -#: ../../addon/gravatar/gravatar.php:96 -#: ../../addon.old/gravatar/gravatar.php:96 -msgid "Select default avatar image if none was found at Gravatar. See README" -msgstr "Nastavte defaulní obrázek avatara pokud ho již nemáte na Gravatar. Více viz. soubor README." - -#: ../../addon/gravatar/gravatar.php:97 -#: ../../addon.old/gravatar/gravatar.php:97 -msgid "Rating of images" -msgstr "Hodnocení obrázků" - -#: ../../addon/gravatar/gravatar.php:97 -#: ../../addon.old/gravatar/gravatar.php:97 -msgid "Select the appropriate avatar rating for your site. See README" -msgstr "Zadejte ohodnocení příslušného avatara pro vaši stránku. Viz README." - -#: ../../addon/gravatar/gravatar.php:111 -#: ../../addon.old/gravatar/gravatar.php:111 -msgid "Gravatar settings updated." -msgstr "Nastavení Gravatar aktualizováno." - -#: ../../addon/testdrive/testdrive.php:95 -#: ../../addon.old/testdrive/testdrive.php:95 -msgid "Your Friendica test account is about to expire." -msgstr "Váš Friendica testovací účet brzy vyprší." - -#: ../../addon/testdrive/testdrive.php:96 -#: ../../addon.old/testdrive/testdrive.php:96 -#, php-format -msgid "" -"Hi %1$s,\n" -"\n" -"Your test account on %2$s will expire in less than five days. We hope you enjoyed this test drive and use this opportunity to find a permanent Friendica website for your integrated social communications. A list of public sites is available at http://dir.friendica.com/siteinfo - and for more information on setting up your own Friendica server please see the Friendica project website at http://friendica.com." -msgstr "Ahoj %1$s,\n\nplatnost Vašeho testovacího účtu na %2$s vyprší za méně než 5 dní. Doufáme, že jste si testovací jízdu užili a že se Vám povedlo najít trvalý Friendica server pro Vaši integrovanou sociální komunikaci. List veřejně dostupných serverů je k dispozici na http://dir.friendica.com/siteinfo - a pro více informací, jak si vytvořit svůj vlastní server, navštivte stránky projektu Friendica na adrese http://friendica.com." - -#: ../../addon/pageheader/pageheader.php:50 -#: ../../addon.old/pageheader/pageheader.php:50 -msgid "\"pageheader\" Settings" -msgstr "Nastavení záhlaví stránky" - -#: ../../addon/pageheader/pageheader.php:68 -#: ../../addon.old/pageheader/pageheader.php:68 -msgid "pageheader Settings saved." -msgstr "Nastavení záhlaví stránky uloženo." - -#: ../../addon/ijpost/ijpost.php:39 ../../addon.old/ijpost/ijpost.php:39 -msgid "Post to Insanejournal" -msgstr "Odeslat na Insanejournal" - -#: ../../addon/ijpost/ijpost.php:70 ../../addon.old/ijpost/ijpost.php:70 -msgid "InsaneJournal Post Settings" -msgstr "Nastavení příspěvků pro InsaneJournal" - -#: ../../addon/ijpost/ijpost.php:72 ../../addon.old/ijpost/ijpost.php:72 -msgid "Enable InsaneJournal Post Plugin" -msgstr "Povolit Insanejournal plugin" - -#: ../../addon/ijpost/ijpost.php:77 ../../addon.old/ijpost/ijpost.php:77 -msgid "InsaneJournal username" -msgstr "Insanejournal uživatelské jméno" - -#: ../../addon/ijpost/ijpost.php:82 ../../addon.old/ijpost/ijpost.php:82 -msgid "InsaneJournal password" -msgstr "Insanejournal heslo" - -#: ../../addon/ijpost/ijpost.php:87 ../../addon.old/ijpost/ijpost.php:87 -msgid "Post to InsaneJournal by default" -msgstr "Defaultně zasílat příspěvky na InsaneJournal" - -#: ../../addon/jappixmini/jappixmini.php:266 -#: ../../addon.old/jappixmini/jappixmini.php:266 -msgid "Jappix Mini addon settings" -msgstr "Nastavení rozšíření Jappix Mini" - -#: ../../addon/jappixmini/jappixmini.php:268 -#: ../../addon.old/jappixmini/jappixmini.php:268 -msgid "Activate addon" -msgstr "Aktivovat rozšíření" - -#: ../../addon/jappixmini/jappixmini.php:271 -#: ../../addon.old/jappixmini/jappixmini.php:271 -msgid "" -"Do not insert the Jappixmini Chat-Widget into the webinterface" -msgstr "Nevlkádejte Jappixmini Chat-Widget do webového rozhraní" - -#: ../../addon/jappixmini/jappixmini.php:274 -#: ../../addon.old/jappixmini/jappixmini.php:274 -msgid "Jabber username" -msgstr "Jabber uživatelské jméno" - -#: ../../addon/jappixmini/jappixmini.php:277 -#: ../../addon.old/jappixmini/jappixmini.php:277 -msgid "Jabber server" -msgstr "Jabber server" - -#: ../../addon/jappixmini/jappixmini.php:281 -#: ../../addon.old/jappixmini/jappixmini.php:281 -msgid "Jabber BOSH host" -msgstr "Jabber BOSH host" - -#: ../../addon/jappixmini/jappixmini.php:285 -#: ../../addon.old/jappixmini/jappixmini.php:285 -msgid "Jabber password" -msgstr "Jabber heslo" - -#: ../../addon/jappixmini/jappixmini.php:290 -#: ../../addon.old/jappixmini/jappixmini.php:290 -msgid "Encrypt Jabber password with Friendica password (recommended)" -msgstr "Zašifrovat Jabber heslo s heslem Friendica (doporučeno)" - -#: ../../addon/jappixmini/jappixmini.php:293 -#: ../../addon.old/jappixmini/jappixmini.php:293 -msgid "Friendica password" -msgstr "Friendica heslo" - -#: ../../addon/jappixmini/jappixmini.php:296 -#: ../../addon.old/jappixmini/jappixmini.php:296 -msgid "Approve subscription requests from Friendica contacts automatically" -msgstr "Automaticky schválit požadavek na členství od Friedica kontaktů." - -#: ../../addon/jappixmini/jappixmini.php:299 -#: ../../addon.old/jappixmini/jappixmini.php:299 -msgid "Subscribe to Friendica contacts automatically" -msgstr "Automaticky zaslat požadavek na členství Friedica kontaktům." - -#: ../../addon/jappixmini/jappixmini.php:302 -#: ../../addon.old/jappixmini/jappixmini.php:302 -msgid "Purge internal list of jabber addresses of contacts" -msgstr "Očistit interní seznam jabber adres kontaktů" - -#: ../../addon/jappixmini/jappixmini.php:308 -#: ../../addon.old/jappixmini/jappixmini.php:308 -msgid "Add contact" -msgstr "Přidat kontakt" - -#: ../../addon/viewsrc/viewsrc.php:37 ../../addon.old/viewsrc/viewsrc.php:37 -msgid "View Source" -msgstr "Zobrazit zdroj" - -#: ../../addon/statusnet/statusnet.php:134 -#: ../../addon.old/statusnet/statusnet.php:134 -msgid "Post to StatusNet" -msgstr "Poslat příspěvek na StatusNet" - -#: ../../addon/statusnet/statusnet.php:176 -#: ../../addon.old/statusnet/statusnet.php:176 -msgid "" -"Please contact your site administrator.
The provided API URL is not " -"valid." -msgstr "Obraťte se na administratora webu.
Poskytnutý odkaz na API není platný." - -#: ../../addon/statusnet/statusnet.php:204 -#: ../../addon.old/statusnet/statusnet.php:204 -msgid "We could not contact the StatusNet API with the Path you entered." -msgstr "S cestou, kterou jste zadali, se nebylo možné spojit s API StatusNetu." - -#: ../../addon/statusnet/statusnet.php:232 -#: ../../addon.old/statusnet/statusnet.php:232 -msgid "StatusNet settings updated." -msgstr "Nastavení StatusNetu aktualizováno." - -#: ../../addon/statusnet/statusnet.php:257 -#: ../../addon.old/statusnet/statusnet.php:257 -msgid "StatusNet Posting Settings" -msgstr "Nastavení zasílání příspěvků na StatusNet " - -#: ../../addon/statusnet/statusnet.php:271 -#: ../../addon.old/statusnet/statusnet.php:271 -msgid "Globally Available StatusNet OAuthKeys" -msgstr "Globálně dostupné StatusNet OAuth klíče" - -#: ../../addon/statusnet/statusnet.php:272 -#: ../../addon.old/statusnet/statusnet.php:272 -msgid "" -"There are preconfigured OAuth key pairs for some StatusNet servers " -"available. If you are useing one of them, please use these credentials. If " -"not feel free to connect to any other StatusNet instance (see below)." -msgstr "Jsou dostupné přednastavené OAuth páry klíčů pro některé servery StatusNetu. Pokud používáte některý z nich, použijte toto přihlášení. Pokud ne, neváhejte se připojit k jiné instanci StatusNet (viz níže)." - -#: ../../addon/statusnet/statusnet.php:280 -#: ../../addon.old/statusnet/statusnet.php:280 -msgid "Provide your own OAuth Credentials" -msgstr "Uveďte své vlastní OAuth přihlašovací údaje" - -#: ../../addon/statusnet/statusnet.php:281 -#: ../../addon.old/statusnet/statusnet.php:281 -msgid "" -"No consumer key pair for StatusNet found. Register your Friendica Account as" -" an desktop client on your StatusNet account, copy the consumer key pair " -"here and enter the API base root.
Before you register your own OAuth " -"key pair ask the administrator if there is already a key pair for this " -"Friendica installation at your favorited StatusNet installation." -msgstr "Nenalezen žádný spotřebitelský páru klíčů pro StatusNet. Zaregistrujte si svůj účet Friendica jako desktopový klient ve Vašem účtu StatusNet, zkopírujte si sem spotřebitelský páru klíčů a vložte API base root.
Předtím, než si zaregistrujete Váš vlastní pár klíčů OAuth, zjistěte si od Friendica administrátora, zda-li již existuje pár klíčů pro tuto instalaci Friendica pro Vaši oblíbenou StatusNet instalaci." - -#: ../../addon/statusnet/statusnet.php:283 -#: ../../addon.old/statusnet/statusnet.php:283 -msgid "OAuth Consumer Key" -msgstr "OAuth Consumer Key" - -#: ../../addon/statusnet/statusnet.php:286 -#: ../../addon.old/statusnet/statusnet.php:286 -msgid "OAuth Consumer Secret" -msgstr "OAuth Consumer Secret" - -#: ../../addon/statusnet/statusnet.php:289 -#: ../../addon.old/statusnet/statusnet.php:289 -msgid "Base API Path (remember the trailing /)" -msgstr "Cesta k Base API (nezapomeňte na koncový /)" - -#: ../../addon/statusnet/statusnet.php:310 -#: ../../addon.old/statusnet/statusnet.php:310 -msgid "" -"To connect to your StatusNet account click the button below to get a " -"security code from StatusNet which you have to copy into the input box below" -" and submit the form. Only your public posts will be posted" -" to StatusNet." -msgstr "Chcete-li připojit k vašemu účtu StatusNet klikněte na tlačítko níže, abyste dostati bezpečnostní kód ze StatusNetu, který musíte zkopírovat do vstupního pole níže a odelat formulář. Pouze Vaše veřejné příspěvky budou zveřejněny na StatusNetu." - -#: ../../addon/statusnet/statusnet.php:311 -#: ../../addon.old/statusnet/statusnet.php:311 -msgid "Log in with StatusNet" -msgstr "Přihlásit se s StatusNet" - -#: ../../addon/statusnet/statusnet.php:313 -#: ../../addon.old/statusnet/statusnet.php:313 -msgid "Copy the security code from StatusNet here" -msgstr "Zkopírujte sem bezpečnostní kód ze StatusNet" - -#: ../../addon/statusnet/statusnet.php:319 -#: ../../addon.old/statusnet/statusnet.php:319 -msgid "Cancel Connection Process" -msgstr "Zrušit připojování" - -#: ../../addon/statusnet/statusnet.php:321 -#: ../../addon.old/statusnet/statusnet.php:321 -msgid "Current StatusNet API is" -msgstr "Aktuální StatusNet API je" - -#: ../../addon/statusnet/statusnet.php:322 -#: ../../addon.old/statusnet/statusnet.php:322 -msgid "Cancel StatusNet Connection" -msgstr "Zrušit StatusNet připojení" - -#: ../../addon/statusnet/statusnet.php:333 ../../addon/twitter/twitter.php:189 -#: ../../addon.old/statusnet/statusnet.php:333 -#: ../../addon.old/twitter/twitter.php:189 -msgid "Currently connected to: " -msgstr "V současné době připojen k:" - -#: ../../addon/statusnet/statusnet.php:334 -#: ../../addon.old/statusnet/statusnet.php:334 -msgid "" -"If enabled all your public postings can be posted to the " -"associated StatusNet account. You can choose to do so by default (here) or " -"for every posting separately in the posting options when writing the entry." -msgstr "Je-li povoleno, všechny Vaše veřejné příspěvky mohou být zaslány na související StatusNet účet. Můžete si vybrat, zda-li toto bude výchozí nastavení (zde), nebo budete mít možnost si vybrat požadované chování při psaní každého příspěvku." - -#: ../../addon/statusnet/statusnet.php:336 -#: ../../addon.old/statusnet/statusnet.php:336 -msgid "" -"Note: Due your privacy settings (Hide your profile " -"details from unknown viewers?) the link potentially included in public " -"postings relayed to StatusNet will lead the visitor to a blank page " -"informing the visitor that the access to your profile has been restricted." -msgstr "Upozornění: Z důvodů Vašeho nastavení ochrany soukromí ( Skrýt Vaše profilové detaily před neznámými čtenáři?) \nodkaz potenciálně zahrnutý ve Vašich veřejných příspěvcích poslaných do sítě StatusNet přesměruje návštěvníky na prázdnou stránku informující návštěvníky, že přístup k vašemu profilu je omezen." - -#: ../../addon/statusnet/statusnet.php:339 -#: ../../addon.old/statusnet/statusnet.php:339 -msgid "Allow posting to StatusNet" -msgstr "Povolit zasílání příspěvků na StatusNet" - -#: ../../addon/statusnet/statusnet.php:342 -#: ../../addon.old/statusnet/statusnet.php:342 -msgid "Send public postings to StatusNet by default" -msgstr "Standardně poslílat veřejné příspěvky na StatusNet" - -#: ../../addon/statusnet/statusnet.php:345 -#: ../../addon.old/statusnet/statusnet.php:345 -msgid "Send linked #-tags and @-names to StatusNet" -msgstr "Poslat propojené #-tagy a @-jména na StatusNet" - -#: ../../addon/statusnet/statusnet.php:350 ../../addon/twitter/twitter.php:206 -#: ../../addon.old/statusnet/statusnet.php:350 -#: ../../addon.old/twitter/twitter.php:206 -msgid "Clear OAuth configuration" -msgstr "Vymazat konfiguraci OAuth" - -#: ../../addon/statusnet/statusnet.php:695 -#: ../../addon.old/statusnet/statusnet.php:568 -msgid "API URL" -msgstr "API URL" - -#: ../../addon/infiniteimprobabilitydrive/infiniteimprobabilitydrive.php:19 -#: ../../addon.old/infiniteimprobabilitydrive/infiniteimprobabilitydrive.php:19 -msgid "Infinite Improbability Drive" -msgstr "Infinite Improbability Drive" - -#: ../../addon/tumblr/tumblr.php:144 -msgid "You are now authenticated to tumblr." -msgstr "Nyní jste přihlášen k tumblr." - -#: ../../addon/tumblr/tumblr.php:145 -msgid "return to the connector page" -msgstr "návrat ke stránce konektor" - -#: ../../addon/tumblr/tumblr.php:158 ../../addon.old/tumblr/tumblr.php:36 -msgid "Post to Tumblr" -msgstr "Příspěvek na Tumbir" - -#: ../../addon/tumblr/tumblr.php:185 ../../addon.old/tumblr/tumblr.php:67 -msgid "Tumblr Post Settings" -msgstr "Nastavení příspěvků na Tumbir" - -#: ../../addon/tumblr/tumblr.php:188 -msgid "(Re-)Authenticate your tumblr page" -msgstr "(Znovu) přihlásit k Vaší tumblr stránce" - -#: ../../addon/tumblr/tumblr.php:192 ../../addon.old/tumblr/tumblr.php:69 -msgid "Enable Tumblr Post Plugin" -msgstr "Povolit rozšíření Tumbir" - -#: ../../addon/tumblr/tumblr.php:197 ../../addon.old/tumblr/tumblr.php:84 -msgid "Post to Tumblr by default" -msgstr "Standardně posílat příspěvky na Tumbir" - -#: ../../addon/tumblr/tumblr.php:217 -msgid "Post to page:" -msgstr "Příspěvek ke stránce:" - -#: ../../addon/tumblr/tumblr.php:228 -msgid "You are not authenticated to tumblr" -msgstr "Nyní nejste přihlášen k tumblr." - -#: ../../addon/numfriends/numfriends.php:46 -#: ../../addon.old/numfriends/numfriends.php:46 -msgid "Numfriends settings updated." -msgstr "Numfriends nastavení aktualizováno" - -#: ../../addon/numfriends/numfriends.php:77 -#: ../../addon.old/numfriends/numfriends.php:77 -msgid "Numfriends Settings" -msgstr "Nastavení Numfriends" - -#: ../../addon/numfriends/numfriends.php:79 ../../addon.old/bg/bg.php:84 -#: ../../addon.old/numfriends/numfriends.php:79 -msgid "How many contacts to display on profile sidebar" -msgstr "Kolik kontaktů zobrazit na profilovém bočním menu" - -#: ../../addon/gnot/gnot.php:48 ../../addon.old/gnot/gnot.php:48 -msgid "Gnot settings updated." -msgstr "Nastavení Gnot aktualizováno." - -#: ../../addon/gnot/gnot.php:79 ../../addon.old/gnot/gnot.php:79 -msgid "Gnot Settings" -msgstr "Nastavení Gnot" - -#: ../../addon/gnot/gnot.php:81 ../../addon.old/gnot/gnot.php:81 -msgid "" -"Allows threading of email comment notifications on Gmail and anonymising the" -" subject line." -msgstr "Umožnit řetězení emailových komentářových notifikací na Gmailu a anonymizací řádky předmětu." - -#: ../../addon/gnot/gnot.php:82 ../../addon.old/gnot/gnot.php:82 -msgid "Enable this plugin/addon?" -msgstr "Povolit tento plugin/rozšíření?" - -#: ../../addon/gnot/gnot.php:97 ../../addon.old/gnot/gnot.php:97 -#, php-format -msgid "[Friendica:Notify] Comment to conversation #%d" -msgstr "[Friendica:Upozornění] Komentář ke konverzaci #%d" - -#: ../../addon/wppost/wppost.php:42 ../../addon.old/wppost/wppost.php:42 -msgid "Post to Wordpress" -msgstr "Příspěvky do WordPress" - -#: ../../addon/wppost/wppost.php:76 ../../addon.old/wppost/wppost.php:76 -msgid "WordPress Post Settings" -msgstr "WordPress Post nastavení" - -#: ../../addon/wppost/wppost.php:78 ../../addon.old/wppost/wppost.php:78 -msgid "Enable WordPress Post Plugin" -msgstr "Povolit rozšíření na WordPress" - -#: ../../addon/wppost/wppost.php:83 ../../addon.old/wppost/wppost.php:83 -msgid "WordPress username" -msgstr "WordPress uživatelské jméno" - -#: ../../addon/wppost/wppost.php:88 ../../addon.old/wppost/wppost.php:88 -msgid "WordPress password" -msgstr "WordPress heslo" - -#: ../../addon/wppost/wppost.php:93 ../../addon.old/wppost/wppost.php:93 -msgid "WordPress API URL" -msgstr "URL adresa API WordPress" - -#: ../../addon/wppost/wppost.php:98 ../../addon.old/wppost/wppost.php:98 -msgid "Post to WordPress by default" -msgstr "standardně posílat příspěvky na WordPress" - -#: ../../addon/wppost/wppost.php:103 ../../addon.old/wppost/wppost.php:103 -msgid "Provide a backlink to the Friendica post" -msgstr "Poskytuje zpětný link na Friendica příspěvek" - -#: ../../addon/wppost/wppost.php:201 ../../addon/blogger/blogger.php:172 -#: ../../addon/posterous/posterous.php:189 -#: ../../addon.old/drpost/drpost.php:184 ../../addon.old/wppost/wppost.php:201 -#: ../../addon.old/blogger/blogger.php:172 -#: ../../addon.old/posterous/posterous.php:189 -msgid "Post from Friendica" -msgstr "Příspěvek z Friendica" - -#: ../../addon/wppost/wppost.php:207 ../../addon.old/wppost/wppost.php:207 -msgid "Read the original post and comment stream on Friendica" -msgstr "Přečíst si originální příspěvek a komentáře na Friendica" - -#: ../../addon/showmore/showmore.php:38 -#: ../../addon.old/showmore/showmore.php:38 -msgid "\"Show more\" Settings" -msgstr "\"Show more\" nastavení" - -#: ../../addon/showmore/showmore.php:41 -#: ../../addon.old/showmore/showmore.php:41 -msgid "Enable Show More" -msgstr "Povolit Show more" - -#: ../../addon/showmore/showmore.php:44 -#: ../../addon.old/showmore/showmore.php:44 -msgid "Cutting posts after how much characters" -msgstr "Oříznout příspěvky po zadaném množství znaků" - -#: ../../addon/showmore/showmore.php:65 -#: ../../addon.old/showmore/showmore.php:65 -msgid "Show More Settings saved." -msgstr "Nastavení \"Show more\" uloženo." - -#: ../../addon/piwik/piwik.php:79 ../../addon.old/piwik/piwik.php:79 -msgid "" -"This website is tracked using the Piwik " -"analytics tool." -msgstr "Tato webová stránka je sledována pomocí nástroje pro analýzu Piwik." - -#: ../../addon/piwik/piwik.php:82 ../../addon.old/piwik/piwik.php:82 -#, php-format -msgid "" -"If you do not want that your visits are logged this way you can" -" set a cookie to prevent Piwik from tracking further visits of the site " -"(opt-out)." -msgstr "Pokud si nepřejete, aby Vaše návštěvy byly takto sledovány, můžete si nastavit cookie, které zastaví sledování dalších návštěv na tomto webu (opt-out)." - -#: ../../addon/piwik/piwik.php:90 ../../addon.old/piwik/piwik.php:90 -msgid "Piwik Base URL" -msgstr "Piwik Base adresa URL" - -#: ../../addon/piwik/piwik.php:90 ../../addon.old/piwik/piwik.php:90 -msgid "" -"Absolute path to your Piwik installation. (without protocol (http/s), with " -"trailing slash)" -msgstr "Absolutní cesta k Vaší instalaci Piwik. (bez protokolu (http/s), s koncovým lomítkem)" - -#: ../../addon/piwik/piwik.php:91 ../../addon.old/piwik/piwik.php:91 -msgid "Site ID" -msgstr "ID webu" - -#: ../../addon/piwik/piwik.php:92 ../../addon.old/piwik/piwik.php:92 -msgid "Show opt-out cookie link?" -msgstr "Zobrazit odkaz opt-out cookie?" - -#: ../../addon/piwik/piwik.php:93 ../../addon.old/piwik/piwik.php:93 -msgid "Asynchronous tracking" -msgstr "Asynchronní sledování" - -#: ../../addon/twitter/twitter.php:73 ../../addon.old/twitter/twitter.php:73 -msgid "Post to Twitter" -msgstr "Poslat příspěvek na Twitter" - -#: ../../addon/twitter/twitter.php:122 ../../addon.old/twitter/twitter.php:122 -msgid "Twitter settings updated." -msgstr "Nastavení Twitteru aktualizováno." - -#: ../../addon/twitter/twitter.php:146 ../../addon.old/twitter/twitter.php:146 -msgid "Twitter Posting Settings" -msgstr "Nastavení zasílání příspěvků na Twitter " - -#: ../../addon/twitter/twitter.php:153 ../../addon.old/twitter/twitter.php:153 -msgid "" -"No consumer key pair for Twitter found. Please contact your site " -"administrator." -msgstr "Nenalezen žádný spotřebitelský páru klíčů pro Twitter. Obraťte se na administrátora webu." - -#: ../../addon/twitter/twitter.php:172 ../../addon.old/twitter/twitter.php:172 -msgid "" -"At this Friendica instance the Twitter plugin was enabled but you have not " -"yet connected your account to your Twitter account. To do so click the " -"button below to get a PIN from Twitter which you have to copy into the input" -" box below and submit the form. Only your public posts will" -" be posted to Twitter." -msgstr "Na této Friendica instanci je sice povolen Twitter plugin, ale vy jste si ještě nenastavili svůj Twitter účet. Svůj účet si můžete nastavit kliknutím na tlačítko níže k získání PINu z Vašeho Twitteru, který si zkopírujte do níže uvedeného vstupního pole a odešlete formulář. Pouze vaše veřejné příspěvky budou zaslány na Twitter." - -#: ../../addon/twitter/twitter.php:173 ../../addon.old/twitter/twitter.php:173 -msgid "Log in with Twitter" -msgstr "Přihlásit se s Twitter" - -#: ../../addon/twitter/twitter.php:175 ../../addon.old/twitter/twitter.php:175 -msgid "Copy the PIN from Twitter here" -msgstr "Zkopírujte sem PIN z Twitteru" - -#: ../../addon/twitter/twitter.php:190 ../../addon.old/twitter/twitter.php:190 -msgid "" -"If enabled all your public postings can be posted to the " -"associated Twitter account. You can choose to do so by default (here) or for" -" every posting separately in the posting options when writing the entry." -msgstr "Je-li povoleno, všechny Vaše veřejné příspěvky mohou být zaslány na související Twitter účet. Můžete si vybrat, zda-li toto bude výchozí nastavení (zde), nebo budete mít možnost si vybrat požadované chování při psaní každého příspěvku." - -#: ../../addon/twitter/twitter.php:192 ../../addon.old/twitter/twitter.php:192 -msgid "" -"Note: Due your privacy settings (Hide your profile " -"details from unknown viewers?) the link potentially included in public " -"postings relayed to Twitter will lead the visitor to a blank page informing " -"the visitor that the access to your profile has been restricted." -msgstr "Upozornění: Z důvodů Vašeho nastavení ochrany soukromí ( Skrýt Vaše profilové detaily před neznámými čtenáři?) \nodkaz potenciálně zahrnutý ve Vašich veřejných příspěvcích poslaných do sítě Twitter přesměruje návštěvníky na prázdnou stránku informující návštěvníky, že přístup k vašemu profilu je omezen." - -#: ../../addon/twitter/twitter.php:195 ../../addon.old/twitter/twitter.php:195 -msgid "Allow posting to Twitter" -msgstr "Povolit odesílání na Twitter" - -#: ../../addon/twitter/twitter.php:198 ../../addon.old/twitter/twitter.php:198 -msgid "Send public postings to Twitter by default" -msgstr "Defaultně zasílat veřejné komentáře na Twitter" - -#: ../../addon/twitter/twitter.php:201 ../../addon.old/twitter/twitter.php:201 -msgid "Send linked #-tags and @-names to Twitter" -msgstr "Poslat propojené #-tagy a @-jména na Twitter" - -#: ../../addon/twitter/twitter.php:517 ../../addon.old/twitter/twitter.php:396 -msgid "Consumer key" -msgstr "Consumer key" - -#: ../../addon/twitter/twitter.php:518 ../../addon.old/twitter/twitter.php:397 -msgid "Consumer secret" -msgstr "Consumer secret" - -#: ../../addon/irc/irc.php:44 ../../addon.old/irc/irc.php:44 -msgid "IRC Settings" -msgstr "Nastavení IRC" - -#: ../../addon/irc/irc.php:46 ../../addon.old/irc/irc.php:46 -msgid "Channel(s) to auto connect (comma separated)" -msgstr "Kanál(y) pro automatické připojení(oddělené čárkou)" - -#: ../../addon/irc/irc.php:51 ../../addon.old/irc/irc.php:51 -msgid "Popular Channels (comma separated)" -msgstr "Oblíbené Kanály (oddělené čárkou)" - -#: ../../addon/irc/irc.php:69 ../../addon.old/irc/irc.php:69 -msgid "IRC settings saved." -msgstr "Nastavení IRC uloženo." - -#: ../../addon/irc/irc.php:74 ../../addon.old/irc/irc.php:74 -msgid "IRC Chatroom" -msgstr "IRC Místnost" - -#: ../../addon/irc/irc.php:96 ../../addon.old/irc/irc.php:96 -msgid "Popular Channels" -msgstr "Oblíbené kanály" - -#: ../../addon/fromapp/fromapp.php:38 ../../addon.old/fromapp/fromapp.php:38 -msgid "Fromapp settings updated." -msgstr "Fromapp nastavení aktualizováno." - -#: ../../addon/fromapp/fromapp.php:64 ../../addon.old/fromapp/fromapp.php:64 -msgid "FromApp Settings" -msgstr "FromApp nastavení" - -#: ../../addon/fromapp/fromapp.php:66 ../../addon.old/fromapp/fromapp.php:66 -msgid "" -"The application name you would like to show your posts originating from." -msgstr "Jméno aplikace, které chcete aby bylo jako zdroj u vašich příspěvků" - -#: ../../addon/fromapp/fromapp.php:70 ../../addon.old/fromapp/fromapp.php:70 -msgid "Use this application name even if another application was used." -msgstr "Použij toto jméno aplikace i když byla použita jiná aplikace" - -#: ../../addon/blogger/blogger.php:42 ../../addon.old/blogger/blogger.php:42 -msgid "Post to blogger" -msgstr "Poslat na blogger" - -#: ../../addon/blogger/blogger.php:74 ../../addon.old/blogger/blogger.php:74 -msgid "Blogger Post Settings" -msgstr "Nastavení příspěvků na Blogger " - -#: ../../addon/blogger/blogger.php:76 ../../addon.old/blogger/blogger.php:76 -msgid "Enable Blogger Post Plugin" -msgstr "Povolit Blogger Post Plugin" - -#: ../../addon/blogger/blogger.php:81 ../../addon.old/blogger/blogger.php:81 -msgid "Blogger username" -msgstr "Blogger uživatelské jméno" - -#: ../../addon/blogger/blogger.php:86 ../../addon.old/blogger/blogger.php:86 -msgid "Blogger password" -msgstr "Blogger heslo" - -#: ../../addon/blogger/blogger.php:91 ../../addon.old/blogger/blogger.php:91 -msgid "Blogger API URL" -msgstr "Blogger API URL" - -#: ../../addon/blogger/blogger.php:96 ../../addon.old/blogger/blogger.php:96 -msgid "Post to Blogger by default" -msgstr "Defaultně zaslat na Blogger" - -#: ../../addon/posterous/posterous.php:37 -#: ../../addon.old/posterous/posterous.php:37 -msgid "Post to Posterous" -msgstr "Poslat na Posterous" - -#: ../../addon/posterous/posterous.php:70 -#: ../../addon.old/posterous/posterous.php:70 -msgid "Posterous Post Settings" -msgstr "Posterous nastavení příspěvků" - -#: ../../addon/posterous/posterous.php:72 -#: ../../addon.old/posterous/posterous.php:72 -msgid "Enable Posterous Post Plugin" -msgstr "Umožnit Posterous Plugin" - -#: ../../addon/posterous/posterous.php:77 -#: ../../addon.old/posterous/posterous.php:77 -msgid "Posterous login" -msgstr "Posterous login" - -#: ../../addon/posterous/posterous.php:82 -#: ../../addon.old/posterous/posterous.php:82 -msgid "Posterous password" -msgstr "Posterous heslo" - -#: ../../addon/posterous/posterous.php:87 -#: ../../addon.old/posterous/posterous.php:87 -msgid "Posterous site ID" -msgstr "Posterous site ID" - -#: ../../addon/posterous/posterous.php:92 -#: ../../addon.old/posterous/posterous.php:92 -msgid "Posterous API token" -msgstr "Posterous API token" - -#: ../../addon/posterous/posterous.php:97 -#: ../../addon.old/posterous/posterous.php:97 -msgid "Post to Posterous by default" -msgstr "Příspěvky standardně posílat na Posterous" - -#: ../../view/theme/cleanzero/config.php:82 -#: ../../view/theme/diabook/config.php:154 -#: ../../view/theme/quattro/config.php:66 ../../view/theme/dispy/config.php:72 -msgid "Theme settings" -msgstr "Nastavení téma" - -#: ../../view/theme/cleanzero/config.php:83 -msgid "Set resize level for images in posts and comments (width and height)" -msgstr "Nastavit velikost fotek v přízpěvcích a komentářích (šířka a výška)" - -#: ../../view/theme/cleanzero/config.php:84 -#: ../../view/theme/diabook/config.php:155 -#: ../../view/theme/dispy/config.php:73 -msgid "Set font-size for posts and comments" -msgstr "Nastav velikost písma pro přízpěvky a komentáře." - -#: ../../view/theme/cleanzero/config.php:85 -msgid "Set theme width" -msgstr "Nastavení šířku grafické šablony" - -#: ../../view/theme/cleanzero/config.php:86 -#: ../../view/theme/quattro/config.php:68 -msgid "Color scheme" -msgstr "Barevné schéma" - -#: ../../view/theme/diabook/theme.php:88 ../../include/nav.php:49 -#: ../../include/nav.php:116 -msgid "Your posts and conversations" -msgstr "Vaše příspěvky a konverzace" - -#: ../../view/theme/diabook/theme.php:89 ../../include/nav.php:50 -msgid "Your profile page" -msgstr "Vaše profilová stránka" - -#: ../../view/theme/diabook/theme.php:90 -msgid "Your contacts" -msgstr "Vaše kontakty" - -#: ../../view/theme/diabook/theme.php:91 ../../include/nav.php:51 -msgid "Your photos" -msgstr "Vaše fotky" - -#: ../../view/theme/diabook/theme.php:92 ../../include/nav.php:52 -msgid "Your events" -msgstr "Vaše události" - -#: ../../view/theme/diabook/theme.php:93 ../../include/nav.php:53 -msgid "Personal notes" -msgstr "Osobní poznámky" - -#: ../../view/theme/diabook/theme.php:93 ../../include/nav.php:53 -msgid "Your personal photos" -msgstr "Vaše osobní fotky" - -#: ../../view/theme/diabook/theme.php:95 -#: ../../view/theme/diabook/theme.php:538 -#: ../../view/theme/diabook/theme.php:633 -#: ../../view/theme/diabook/config.php:163 -msgid "Community Pages" -msgstr "Komunitní stránky" - -#: ../../view/theme/diabook/theme.php:385 -#: ../../view/theme/diabook/theme.php:635 -#: ../../view/theme/diabook/config.php:165 -msgid "Community Profiles" -msgstr "Komunitní profily" - -#: ../../view/theme/diabook/theme.php:406 -#: ../../view/theme/diabook/theme.php:640 -#: ../../view/theme/diabook/config.php:170 -msgid "Last users" -msgstr "Poslední uživatelé" - -#: ../../view/theme/diabook/theme.php:435 -#: ../../view/theme/diabook/theme.php:642 -#: ../../view/theme/diabook/config.php:172 -msgid "Last likes" -msgstr "Poslední líbí/nelíbí" - -#: ../../view/theme/diabook/theme.php:480 -#: ../../view/theme/diabook/theme.php:641 -#: ../../view/theme/diabook/config.php:171 -msgid "Last photos" -msgstr "Poslední fotografie" - -#: ../../view/theme/diabook/theme.php:517 -#: ../../view/theme/diabook/theme.php:638 -#: ../../view/theme/diabook/config.php:168 -msgid "Find Friends" -msgstr "Nalézt Přátele" - -#: ../../view/theme/diabook/theme.php:518 -msgid "Local Directory" -msgstr "Lokální Adresář" - -#: ../../view/theme/diabook/theme.php:520 ../../include/contact_widgets.php:35 -msgid "Similar Interests" -msgstr "Podobné zájmy" - -#: ../../view/theme/diabook/theme.php:522 ../../include/contact_widgets.php:37 -msgid "Invite Friends" -msgstr "Pozvat přátele" - -#: ../../view/theme/diabook/theme.php:573 -#: ../../view/theme/diabook/theme.php:634 -#: ../../view/theme/diabook/config.php:164 -msgid "Earth Layers" -msgstr "Earth Layers" - -#: ../../view/theme/diabook/theme.php:578 -msgid "Set zoomfactor for Earth Layers" -msgstr "Nastavit faktor přiblížení pro Earth Layers" - -#: ../../view/theme/diabook/theme.php:579 -#: ../../view/theme/diabook/config.php:161 -msgid "Set longitude (X) for Earth Layers" -msgstr "Nastavit zeměpistnou délku (X) pro Earth Layers" - -#: ../../view/theme/diabook/theme.php:580 -#: ../../view/theme/diabook/config.php:162 -msgid "Set latitude (Y) for Earth Layers" -msgstr "Nastavit zeměpistnou šířku (X) pro Earth Layers" - -#: ../../view/theme/diabook/theme.php:593 -#: ../../view/theme/diabook/theme.php:636 -#: ../../view/theme/diabook/config.php:166 -msgid "Help or @NewHere ?" -msgstr "Pomoc nebo @ProNováčky ?" - -#: ../../view/theme/diabook/theme.php:600 -#: ../../view/theme/diabook/theme.php:637 -#: ../../view/theme/diabook/config.php:167 -msgid "Connect Services" -msgstr "Propojené služby" - -#: ../../view/theme/diabook/theme.php:607 -#: ../../view/theme/diabook/theme.php:639 -msgid "Last Tweets" -msgstr "Poslední tweety" - -#: ../../view/theme/diabook/theme.php:610 -#: ../../view/theme/diabook/config.php:159 -msgid "Set twitter search term" -msgstr "Nastavit vyhledávací frázi na twitteru" - -#: ../../view/theme/diabook/theme.php:630 -#: ../../view/theme/diabook/config.php:146 ../../include/acl_selectors.php:313 -msgid "don't show" -msgstr "nikdy nezobrazit" - -#: ../../view/theme/diabook/theme.php:630 -#: ../../view/theme/diabook/config.php:146 ../../include/acl_selectors.php:312 -msgid "show" -msgstr "zobrazit" - -#: ../../view/theme/diabook/theme.php:631 -msgid "Show/hide boxes at right-hand column:" -msgstr "Zobrazit/skrýt boxy na pravém sloupci:" - -#: ../../view/theme/diabook/config.php:156 -#: ../../view/theme/dispy/config.php:74 -msgid "Set line-height for posts and comments" -msgstr "Nastav výšku řádku pro přízpěvky a komentáře." - -#: ../../view/theme/diabook/config.php:157 -msgid "Set resolution for middle column" -msgstr "Nastav rozlišení pro prostřední sloupec" - -#: ../../view/theme/diabook/config.php:158 -msgid "Set color scheme" -msgstr "Nastavení barevného schematu" - -#: ../../view/theme/diabook/config.php:160 -msgid "Set zoomfactor for Earth Layer" -msgstr "Nastavit přiblížení pro Earth Layer" - -#: ../../view/theme/diabook/config.php:169 -msgid "Last tweets" -msgstr "Poslední tweety" - -#: ../../view/theme/quattro/config.php:67 -msgid "Alignment" -msgstr "Zarovnání" - -#: ../../view/theme/quattro/config.php:67 -msgid "Left" -msgstr "Vlevo" - -#: ../../view/theme/quattro/config.php:67 -msgid "Center" -msgstr "Uprostřed" - -#: ../../view/theme/quattro/config.php:69 -msgid "Posts font size" -msgstr "Velikost písma u příspěvků" - -#: ../../view/theme/quattro/config.php:70 -msgid "Textareas font size" -msgstr "Velikost písma textů" - -#: ../../view/theme/dispy/config.php:75 -msgid "Set colour scheme" -msgstr "Nastavit barevné schéma" - #: ../../include/profile_advanced.php:22 msgid "j F, Y" msgstr "j F, Y" @@ -8011,23 +50,57 @@ msgstr "Narozeniny:" msgid "Age:" msgstr "Věk:" +#: ../../include/profile_advanced.php:37 ../../mod/directory.php:138 +#: ../../boot.php:1490 +msgid "Status:" +msgstr "Status:" + #: ../../include/profile_advanced.php:43 #, php-format msgid "for %1$d %2$s" msgstr "pro %1$d %2$s" +#: ../../include/profile_advanced.php:46 ../../mod/profiles.php:650 +msgid "Sexual Preference:" +msgstr "Sexuální preference:" + +#: ../../include/profile_advanced.php:48 ../../mod/directory.php:140 +#: ../../boot.php:1492 +msgid "Homepage:" +msgstr "Domácí stránka:" + +#: ../../include/profile_advanced.php:50 ../../mod/profiles.php:652 +msgid "Hometown:" +msgstr "Rodné město" + #: ../../include/profile_advanced.php:52 msgid "Tags:" msgstr "Štítky:" +#: ../../include/profile_advanced.php:54 ../../mod/profiles.php:653 +msgid "Political Views:" +msgstr "Politické přesvědčení:" + #: ../../include/profile_advanced.php:56 msgid "Religion:" msgstr "Náboženství:" +#: ../../include/profile_advanced.php:58 ../../mod/directory.php:142 +msgid "About:" +msgstr "O mě:" + #: ../../include/profile_advanced.php:60 msgid "Hobbies/Interests:" msgstr "Koníčky/zájmy:" +#: ../../include/profile_advanced.php:62 ../../mod/profiles.php:657 +msgid "Likes:" +msgstr "Líbí se:" + +#: ../../include/profile_advanced.php:64 ../../mod/profiles.php:658 +msgid "Dislikes:" +msgstr "Nelibí se:" + #: ../../include/profile_advanced.php:67 msgid "Contact information and Social Networks:" msgstr "Kontaktní informace a sociální sítě:" @@ -8060,70 +133,6 @@ msgstr "Práce/zaměstnání:" msgid "School/education:" msgstr "Škola/vzdělávání:" -#: ../../include/contact_selectors.php:32 -msgid "Unknown | Not categorised" -msgstr "Neznámé | Nezařazeno" - -#: ../../include/contact_selectors.php:33 -msgid "Block immediately" -msgstr "Okamžitě blokovat " - -#: ../../include/contact_selectors.php:34 -msgid "Shady, spammer, self-marketer" -msgstr "pochybný, spammer, self-makerter" - -#: ../../include/contact_selectors.php:35 -msgid "Known to me, but no opinion" -msgstr "Znám ho ale, ale bez rozhodnutí" - -#: ../../include/contact_selectors.php:36 -msgid "OK, probably harmless" -msgstr "OK, pravděpodobně neškodný" - -#: ../../include/contact_selectors.php:37 -msgid "Reputable, has my trust" -msgstr "Renomovaný, má mou důvěru" - -#: ../../include/contact_selectors.php:56 -msgid "Frequently" -msgstr "Často" - -#: ../../include/contact_selectors.php:57 -msgid "Hourly" -msgstr "každou hodinu" - -#: ../../include/contact_selectors.php:58 -msgid "Twice daily" -msgstr "Dvakrát denně" - -#: ../../include/contact_selectors.php:77 -msgid "OStatus" -msgstr "OStatus" - -#: ../../include/contact_selectors.php:78 -msgid "RSS/Atom" -msgstr "RSS/Atom" - -#: ../../include/contact_selectors.php:82 -msgid "Zot!" -msgstr "Zot!" - -#: ../../include/contact_selectors.php:83 -msgid "LinkedIn" -msgstr "LinkedIn" - -#: ../../include/contact_selectors.php:84 -msgid "XMPP/IM" -msgstr "XMPP/IM" - -#: ../../include/contact_selectors.php:85 -msgid "MySpace" -msgstr "MySpace" - -#: ../../include/contact_selectors.php:87 -msgid "Google+" -msgstr "Google+" - #: ../../include/profile_selectors.php:6 msgid "Male" msgstr "Muž" @@ -8268,8 +277,8 @@ msgstr "Nevěrný" msgid "Sex Addict" msgstr "Závislý na sexu" -#: ../../include/profile_selectors.php:42 ../../include/user.php:278 -#: ../../include/user.php:282 +#: ../../include/profile_selectors.php:42 ../../include/user.php:279 +#: ../../include/user.php:283 msgid "Friends" msgstr "Přátelé" @@ -8357,473 +366,347 @@ msgstr "Nezajímá" msgid "Ask me" msgstr "Zeptej se mě" -#: ../../include/event.php:20 ../../include/bb2diaspora.php:399 +#: ../../include/Contact.php:115 +msgid "stopped following" +msgstr "následování zastaveno" + +#: ../../include/Contact.php:225 ../../include/conversation.php:878 +msgid "Poke" +msgstr "Šťouchnout" + +#: ../../include/Contact.php:226 ../../include/conversation.php:872 +msgid "View Status" +msgstr "Zobrazit Status" + +#: ../../include/Contact.php:227 ../../include/conversation.php:873 +msgid "View Profile" +msgstr "Zobrazit Profil" + +#: ../../include/Contact.php:228 ../../include/conversation.php:874 +msgid "View Photos" +msgstr "Zobrazit Fotky" + +#: ../../include/Contact.php:229 ../../include/Contact.php:251 +#: ../../include/conversation.php:875 +msgid "Network Posts" +msgstr "Zobrazit Příspěvky sítě" + +#: ../../include/Contact.php:230 ../../include/Contact.php:251 +#: ../../include/conversation.php:876 +msgid "Edit Contact" +msgstr "Editovat Kontakty" + +#: ../../include/Contact.php:231 ../../include/Contact.php:251 +#: ../../include/conversation.php:877 +msgid "Send PM" +msgstr "Poslat soukromou zprávu" + +#: ../../include/bbcode.php:210 ../../include/bbcode.php:549 +msgid "Image/photo" +msgstr "Obrázek/fotografie" + +#: ../../include/bbcode.php:272 +#, php-format +msgid "" +"%s wrote the following post" +msgstr "%s napsal následující příspěvek" + +#: ../../include/bbcode.php:514 ../../include/bbcode.php:534 +msgid "$1 wrote:" +msgstr "$1 napsal:" + +#: ../../include/bbcode.php:557 ../../include/bbcode.php:558 +msgid "Encrypted content" +msgstr "Šifrovaný obsah" + +#: ../../include/acl_selectors.php:325 +msgid "Visible to everybody" +msgstr "Viditelné pro všechny" + +#: ../../include/acl_selectors.php:326 ../../view/theme/diabook/config.php:146 +#: ../../view/theme/diabook/theme.php:629 +msgid "show" +msgstr "zobrazit" + +#: ../../include/acl_selectors.php:327 ../../view/theme/diabook/config.php:146 +#: ../../view/theme/diabook/theme.php:629 +msgid "don't show" +msgstr "nikdy nezobrazit" + +#: ../../include/auth.php:38 +msgid "Logged out." +msgstr "Odhlášen." + +#: ../../include/auth.php:112 ../../include/auth.php:175 +#: ../../mod/openid.php:93 +msgid "Login failed." +msgstr "Přihlášení se nezdařilo." + +#: ../../include/auth.php:128 +msgid "" +"We encountered a problem while logging in with the OpenID you provided. " +"Please check the correct spelling of the ID." +msgstr "Zaznamenali jsme problém s Vaším přihlášením prostřednictvím Vámi zadaným OpenID. Prosím ověřte si, že jste ID zadali správně. " + +#: ../../include/auth.php:128 +msgid "The error message was:" +msgstr "Chybová zpráva byla:" + +#: ../../include/bb2diaspora.php:393 ../../include/event.php:11 +#: ../../mod/localtime.php:12 +msgid "l F d, Y \\@ g:i A" +msgstr "l F d, Y \\@ g:i A" + +#: ../../include/bb2diaspora.php:399 ../../include/event.php:20 msgid "Starts:" msgstr "Začíná:" -#: ../../include/event.php:30 ../../include/bb2diaspora.php:407 +#: ../../include/bb2diaspora.php:407 ../../include/event.php:30 msgid "Finishes:" msgstr "Končí:" -#: ../../include/delivery.php:457 ../../include/notifier.php:771 -msgid "(no subject)" -msgstr "(Bez předmětu)" +#: ../../include/bb2diaspora.php:415 ../../include/event.php:40 +#: ../../mod/directory.php:134 ../../mod/events.php:471 ../../boot.php:1485 +msgid "Location:" +msgstr "Místo:" -#: ../../include/Scrape.php:583 -msgid " on Last.fm" -msgstr " na Last.fm" +#: ../../include/follow.php:27 ../../mod/dfrn_request.php:502 +msgid "Disallowed profile URL." +msgstr "Nepovolené URL profilu." -#: ../../include/text.php:263 -msgid "prev" -msgstr "předchozí" +#: ../../include/follow.php:32 +msgid "Connect URL missing." +msgstr "Chybí URL adresa." -#: ../../include/text.php:265 -msgid "first" -msgstr "první" +#: ../../include/follow.php:59 +msgid "" +"This site is not configured to allow communications with other networks." +msgstr "Tento web není nakonfigurován tak, aby umožňoval komunikaci s ostatními sítěmi." -#: ../../include/text.php:294 -msgid "last" -msgstr "poslední" +#: ../../include/follow.php:60 ../../include/follow.php:80 +msgid "No compatible communication protocols or feeds were discovered." +msgstr "Nenalezen žádný kompatibilní komunikační protokol nebo kanál." -#: ../../include/text.php:297 -msgid "next" -msgstr "další" +#: ../../include/follow.php:78 +msgid "The profile address specified does not provide adequate information." +msgstr "Uvedená adresa profilu neposkytuje dostatečné informace." -#: ../../include/text.php:315 -msgid "newer" -msgstr "novější" +#: ../../include/follow.php:82 +msgid "An author or name was not found." +msgstr "Autor nebo jméno nenalezeno" -#: ../../include/text.php:319 -msgid "older" -msgstr "starší" +#: ../../include/follow.php:84 +msgid "No browser URL could be matched to this address." +msgstr "Této adrese neodpovídá žádné URL prohlížeče." -#: ../../include/text.php:658 -msgid "No contacts" -msgstr "Žádné kontakty" +#: ../../include/follow.php:86 +msgid "" +"Unable to match @-style Identity Address with a known protocol or email " +"contact." +msgstr "Není možné namapovat adresu identity ve stylu @ s žádným možným protokolem ani emailovým kontaktem." -#: ../../include/text.php:667 -#, php-format -msgid "%d Contact" -msgid_plural "%d Contacts" -msgstr[0] "%d kontakt" -msgstr[1] "%d kontaktů" -msgstr[2] "%d kontaktů" +#: ../../include/follow.php:87 +msgid "Use mailto: in front of address to force email check." +msgstr "Použite mailo: před adresou k vynucení emailové kontroly." -#: ../../include/text.php:780 -msgid "poke" -msgstr "šťouchnout" +#: ../../include/follow.php:93 +msgid "" +"The profile address specified belongs to a network which has been disabled " +"on this site." +msgstr "Zadaná adresa profilu patří do sítě, která byla na tomto serveru zakázána." -#: ../../include/text.php:780 ../../include/conversation.php:210 -msgid "poked" -msgstr "šťouchnut" +#: ../../include/follow.php:103 +msgid "" +"Limited profile. This person will be unable to receive direct/personal " +"notifications from you." +msgstr "Omezený profil. Tato osoba nebude schopna od Vás přijímat přímé / osobní sdělení." -#: ../../include/text.php:781 -msgid "ping" -msgstr "cinknout" +#: ../../include/follow.php:205 +msgid "Unable to retrieve contact information." +msgstr "Nepodařilo se získat kontaktní informace." -#: ../../include/text.php:781 -msgid "pinged" -msgstr "cinkut" +#: ../../include/follow.php:259 +msgid "following" +msgstr "následující" -#: ../../include/text.php:782 -msgid "prod" -msgstr "pobídnout" +#: ../../include/user.php:39 +msgid "An invitation is required." +msgstr "Pozvánka je vyžadována." -#: ../../include/text.php:782 -msgid "prodded" -msgstr "pobídnut" +#: ../../include/user.php:44 +msgid "Invitation could not be verified." +msgstr "Pozvánka nemohla být ověřena." -#: ../../include/text.php:783 -msgid "slap" -msgstr "dát facku" +#: ../../include/user.php:52 +msgid "Invalid OpenID url" +msgstr "Neplatný odkaz OpenID" -#: ../../include/text.php:783 -msgid "slapped" -msgstr "být uhozen" +#: ../../include/user.php:67 +msgid "Please enter the required information." +msgstr "Zadejte prosím požadované informace." -#: ../../include/text.php:784 -msgid "finger" -msgstr "" +#: ../../include/user.php:81 +msgid "Please use a shorter name." +msgstr "Použijte prosím kratší jméno." -#: ../../include/text.php:784 -msgid "fingered" -msgstr "" +#: ../../include/user.php:83 +msgid "Name too short." +msgstr "Jméno je příliš krátké." -#: ../../include/text.php:785 -msgid "rebuff" -msgstr "odmítnout" +#: ../../include/user.php:98 +msgid "That doesn't appear to be your full (First Last) name." +msgstr "Nezdá se, že by to bylo vaše celé jméno (křestní jméno a příjmení)." -#: ../../include/text.php:785 -msgid "rebuffed" -msgstr "odmítnut" +#: ../../include/user.php:103 +msgid "Your email domain is not among those allowed on this site." +msgstr "Váš e-mailová doména není na tomto serveru mezi povolenými." -#: ../../include/text.php:797 -msgid "happy" -msgstr "šťasný" +#: ../../include/user.php:106 +msgid "Not a valid email address." +msgstr "Neplatná e-mailová adresa." -#: ../../include/text.php:798 -msgid "sad" -msgstr "smutný" +#: ../../include/user.php:116 +msgid "Cannot use that email." +msgstr "Tento e-mail nelze použít." -#: ../../include/text.php:799 -msgid "mellow" -msgstr "jemný" +#: ../../include/user.php:122 +msgid "" +"Your \"nickname\" can only contain \"a-z\", \"0-9\", \"-\", and \"_\", and " +"must also begin with a letter." +msgstr "Vaše \"přezdívka\" může obsahovat pouze \"a-z\", \"0-9\", \"-\", a \"_\", a musí začínat písmenem." -#: ../../include/text.php:800 -msgid "tired" -msgstr "unavený" +#: ../../include/user.php:128 ../../include/user.php:226 +msgid "Nickname is already registered. Please choose another." +msgstr "Přezdívka je již registrována. Prosím vyberte jinou." -#: ../../include/text.php:801 -msgid "perky" -msgstr "emergický" +#: ../../include/user.php:138 +msgid "" +"Nickname was once registered here and may not be re-used. Please choose " +"another." +msgstr "Tato přezdívka již zde byla použita a nemůže být využita znovu. Prosím vyberete si jinou." -#: ../../include/text.php:802 -msgid "angry" -msgstr "nazlobený" +#: ../../include/user.php:154 +msgid "SERIOUS ERROR: Generation of security keys failed." +msgstr "Závažná chyba: Generování bezpečnostních klíčů se nezdařilo." -#: ../../include/text.php:803 -msgid "stupified" -msgstr "otupen" +#: ../../include/user.php:212 +msgid "An error occurred during registration. Please try again." +msgstr "Došlo k chybě při registraci. Zkuste to prosím znovu." -#: ../../include/text.php:804 -msgid "puzzled" -msgstr "popletený" - -#: ../../include/text.php:805 -msgid "interested" -msgstr "zajímavý" - -#: ../../include/text.php:806 -msgid "bitter" -msgstr "hořký" - -#: ../../include/text.php:807 -msgid "cheerful" -msgstr "radnostný" - -#: ../../include/text.php:808 -msgid "alive" -msgstr "naživu" - -#: ../../include/text.php:809 -msgid "annoyed" -msgstr "otráven" - -#: ../../include/text.php:810 -msgid "anxious" -msgstr "znepokojený" - -#: ../../include/text.php:811 -msgid "cranky" -msgstr "mrzutý" - -#: ../../include/text.php:812 -msgid "disturbed" -msgstr "vyrušen" - -#: ../../include/text.php:813 -msgid "frustrated" -msgstr "frustrovaný" - -#: ../../include/text.php:814 -msgid "motivated" -msgstr "motivovaný" - -#: ../../include/text.php:815 -msgid "relaxed" -msgstr "uvolněný" - -#: ../../include/text.php:816 -msgid "surprised" -msgstr "překvapený" - -#: ../../include/text.php:980 -msgid "January" -msgstr "Ledna" - -#: ../../include/text.php:980 -msgid "February" -msgstr "Února" - -#: ../../include/text.php:980 -msgid "March" -msgstr "Března" - -#: ../../include/text.php:980 -msgid "April" -msgstr "Dubna" - -#: ../../include/text.php:980 -msgid "May" -msgstr "Května" - -#: ../../include/text.php:980 -msgid "June" -msgstr "Června" - -#: ../../include/text.php:980 -msgid "July" -msgstr "Července" - -#: ../../include/text.php:980 -msgid "August" -msgstr "Srpna" - -#: ../../include/text.php:980 -msgid "September" -msgstr "Září" - -#: ../../include/text.php:980 -msgid "October" -msgstr "Října" - -#: ../../include/text.php:980 -msgid "November" -msgstr "Listopadu" - -#: ../../include/text.php:980 -msgid "December" -msgstr "Prosinec" - -#: ../../include/text.php:1067 -msgid "bytes" -msgstr "bytů" - -#: ../../include/text.php:1094 ../../include/text.php:1106 -msgid "Click to open/close" -msgstr "Klikněte pro otevření/zavření" - -#: ../../include/text.php:1279 ../../include/user.php:236 +#: ../../include/user.php:237 ../../include/text.php:1594 msgid "default" msgstr "standardní" -#: ../../include/text.php:1291 -msgid "Select an alternate language" -msgstr "Vyběr alternativního jazyka" +#: ../../include/user.php:247 +msgid "An error occurred creating your default profile. Please try again." +msgstr "Došlo k chybě při vytváření Vašeho výchozího profilu. Zkuste to prosím znovu." -#: ../../include/text.php:1501 -msgid "activity" -msgstr "aktivita" +#: ../../include/user.php:325 ../../include/user.php:332 +#: ../../include/user.php:339 ../../mod/photos.php:154 +#: ../../mod/photos.php:725 ../../mod/photos.php:1183 +#: ../../mod/photos.php:1206 ../../mod/profile_photo.php:74 +#: ../../mod/profile_photo.php:81 ../../mod/profile_photo.php:88 +#: ../../mod/profile_photo.php:204 ../../mod/profile_photo.php:296 +#: ../../mod/profile_photo.php:305 ../../view/theme/diabook/theme.php:493 +msgid "Profile Photos" +msgstr "Profilové fotografie" -#: ../../include/text.php:1504 -msgid "post" -msgstr "příspěvek" +#: ../../include/contact_selectors.php:32 +msgid "Unknown | Not categorised" +msgstr "Neznámé | Nezařazeno" -#: ../../include/text.php:1659 -msgid "Item filed" -msgstr "Položka vyplněna" +#: ../../include/contact_selectors.php:33 +msgid "Block immediately" +msgstr "Okamžitě blokovat " -#: ../../include/diaspora.php:702 -msgid "Sharing notification from Diaspora network" -msgstr "Sdílení oznámení ze sítě Diaspora" +#: ../../include/contact_selectors.php:34 +msgid "Shady, spammer, self-marketer" +msgstr "pochybný, spammer, self-makerter" -#: ../../include/diaspora.php:2239 -msgid "Attachments:" -msgstr "Přílohy:" +#: ../../include/contact_selectors.php:35 +msgid "Known to me, but no opinion" +msgstr "Znám ho ale, ale bez rozhodnutí" -#: ../../include/network.php:850 -msgid "view full size" -msgstr "zobrazit v plné velikosti" +#: ../../include/contact_selectors.php:36 +msgid "OK, probably harmless" +msgstr "OK, pravděpodobně neškodný" -#: ../../include/oembed.php:138 -msgid "Embedded content" -msgstr "vložený obsah" +#: ../../include/contact_selectors.php:37 +msgid "Reputable, has my trust" +msgstr "Renomovaný, má mou důvěru" -#: ../../include/oembed.php:147 -msgid "Embedding disabled" -msgstr "Vkládání zakázáno" +#: ../../include/contact_selectors.php:56 ../../mod/admin.php:452 +msgid "Frequently" +msgstr "Často" -#: ../../include/uimport.php:61 -msgid "Error decoding account file" -msgstr "Chyba dekódování uživatelského účtu" +#: ../../include/contact_selectors.php:57 ../../mod/admin.php:453 +msgid "Hourly" +msgstr "každou hodinu" -#: ../../include/uimport.php:67 -msgid "Error! No version data in file! This is not a Friendica account file?" -msgstr "Chyba! V datovém souboru není označení verze! Je to opravdu soubor s účtem Friendica?" +#: ../../include/contact_selectors.php:58 ../../mod/admin.php:454 +msgid "Twice daily" +msgstr "Dvakrát denně" -#: ../../include/uimport.php:72 -msgid "Error! I can't import this file: DB schema version is not compatible." -msgstr "Chyba! Nemohu importovat soubor: verze DB schématu není kompatibilní." +#: ../../include/contact_selectors.php:59 ../../mod/admin.php:455 +msgid "Daily" +msgstr "denně" -#: ../../include/uimport.php:81 -msgid "Error! Cannot check nickname" -msgstr "Chyba! Nelze ověřit přezdívku" +#: ../../include/contact_selectors.php:60 +msgid "Weekly" +msgstr "Týdenně" -#: ../../include/uimport.php:85 -#, php-format -msgid "User '%s' already exists on this server!" -msgstr "Uživatel '%s' již na tomto serveru existuje!" +#: ../../include/contact_selectors.php:61 +msgid "Monthly" +msgstr "Měsíčně" -#: ../../include/uimport.php:104 -msgid "User creation error" -msgstr "Chyba vytváření uživatele" +#: ../../include/contact_selectors.php:76 ../../mod/dfrn_request.php:840 +msgid "Friendica" +msgstr "Friendica" -#: ../../include/uimport.php:122 -msgid "User profile creation error" -msgstr "Chyba vytváření uživatelského účtu" +#: ../../include/contact_selectors.php:77 +msgid "OStatus" +msgstr "OStatus" -#: ../../include/uimport.php:167 -#, php-format -msgid "%d contact not imported" -msgid_plural "%d contacts not imported" -msgstr[0] "%d kontakt nenaimporován" -msgstr[1] "%d kontaktů nenaimporováno" -msgstr[2] "%d kontakty nenaimporovány" +#: ../../include/contact_selectors.php:78 +msgid "RSS/Atom" +msgstr "RSS/Atom" -#: ../../include/uimport.php:245 -msgid "Done. You can now login with your username and password" -msgstr "Hotovo. Nyní se můžete přihlásit se svými uživatelským účtem a heslem" +#: ../../include/contact_selectors.php:79 +#: ../../include/contact_selectors.php:86 ../../mod/admin.php:766 +#: ../../mod/admin.php:777 +msgid "Email" +msgstr "E-mail" -#: ../../include/group.php:25 -msgid "" -"A deleted group with this name was revived. Existing item permissions " -"may apply to this group and any future members. If this is " -"not what you intended, please create another group with a different name." -msgstr "Dříve smazaná skupina s tímto jménem byla obnovena. Stávající oprávnění může ovlivnit tuto skupinu a její budoucí členy. Pokud to není to, co jste chtěli, vytvořte, prosím, další skupinu s jiným názvem." +#: ../../include/contact_selectors.php:80 ../../mod/settings.php:705 +#: ../../mod/dfrn_request.php:842 +msgid "Diaspora" +msgstr "Diaspora" -#: ../../include/group.php:207 -msgid "Default privacy group for new contacts" -msgstr "Defaultní soukromá skrupina pro nové kontakty." +#: ../../include/contact_selectors.php:81 ../../mod/newmember.php:49 +#: ../../mod/newmember.php:51 +msgid "Facebook" +msgstr "Facebook" -#: ../../include/group.php:226 -msgid "Everybody" -msgstr "Všichni" +#: ../../include/contact_selectors.php:82 +msgid "Zot!" +msgstr "Zot!" -#: ../../include/group.php:249 -msgid "edit" -msgstr "editovat" +#: ../../include/contact_selectors.php:83 +msgid "LinkedIn" +msgstr "LinkedIn" -#: ../../include/group.php:271 -msgid "Edit group" -msgstr "Editovat skupinu" +#: ../../include/contact_selectors.php:84 +msgid "XMPP/IM" +msgstr "XMPP/IM" -#: ../../include/group.php:272 -msgid "Create a new group" -msgstr "Vytvořit novou skupinu" +#: ../../include/contact_selectors.php:85 +msgid "MySpace" +msgstr "MySpace" -#: ../../include/group.php:273 -msgid "Contacts not in any group" -msgstr "Kontakty, které nejsou v žádné skupině" - -#: ../../include/nav.php:46 ../../boot.php:975 -msgid "Logout" -msgstr "Odhlásit se" - -#: ../../include/nav.php:46 -msgid "End this session" -msgstr "Konec této relace" - -#: ../../include/nav.php:49 ../../boot.php:1767 -msgid "Status" -msgstr "Stav" - -#: ../../include/nav.php:64 -msgid "Sign in" -msgstr "Přihlásit se" - -#: ../../include/nav.php:77 -msgid "Home Page" -msgstr "Domácí stránka" - -#: ../../include/nav.php:81 -msgid "Create an account" -msgstr "Vytvořit účet" - -#: ../../include/nav.php:86 -msgid "Help and documentation" -msgstr "Nápověda a dokumentace" - -#: ../../include/nav.php:89 -msgid "Apps" -msgstr "Aplikace" - -#: ../../include/nav.php:89 -msgid "Addon applications, utilities, games" -msgstr "Doplňkové aplikace, nástroje, hry" - -#: ../../include/nav.php:91 -msgid "Search site content" -msgstr "Hledání na stránkách tohoto webu" - -#: ../../include/nav.php:101 -msgid "Conversations on this site" -msgstr "Konverzace na tomto webu" - -#: ../../include/nav.php:103 -msgid "Directory" -msgstr "Adresář" - -#: ../../include/nav.php:103 -msgid "People directory" -msgstr "Adresář" - -#: ../../include/nav.php:113 -msgid "Conversations from your friends" -msgstr "Konverzace od Vašich přátel" - -#: ../../include/nav.php:114 -msgid "Network Reset" -msgstr "Síťový Reset" - -#: ../../include/nav.php:114 -msgid "Load Network page with no filters" -msgstr "Načíst stránku Síť bez filtrů" - -#: ../../include/nav.php:122 -msgid "Friend Requests" -msgstr "Žádosti přátel" - -#: ../../include/nav.php:124 -msgid "See all notifications" -msgstr "Zobrazit všechny upozornění" - -#: ../../include/nav.php:125 -msgid "Mark all system notifications seen" -msgstr "Označit všechny upozornění systému jako přečtené" - -#: ../../include/nav.php:129 -msgid "Private mail" -msgstr "Soukromá pošta" - -#: ../../include/nav.php:130 -msgid "Inbox" -msgstr "Doručená pošta" - -#: ../../include/nav.php:131 -msgid "Outbox" -msgstr "Odeslaná pošta" - -#: ../../include/nav.php:135 -msgid "Manage" -msgstr "Spravovat" - -#: ../../include/nav.php:135 -msgid "Manage other pages" -msgstr "Spravovat jiné stránky" - -#: ../../include/nav.php:138 -msgid "Delegations" -msgstr "Delegace" - -#: ../../include/nav.php:142 ../../boot.php:1272 -msgid "Profiles" -msgstr "Profily" - -#: ../../include/nav.php:142 -msgid "Manage/Edit Profiles" -msgstr "Spravovat/Editovat Profily" - -#: ../../include/nav.php:144 -msgid "Manage/edit friends and contacts" -msgstr "Spravovat/upravit přátelé a kontakty" - -#: ../../include/nav.php:151 -msgid "Site setup and configuration" -msgstr "Nastavení webu a konfigurace" - -#: ../../include/nav.php:175 -msgid "Nothing new here" -msgstr "Zde není nic nového" +#: ../../include/contact_selectors.php:87 +msgid "Google+" +msgstr "Google+" #: ../../include/contact_widgets.php:6 msgid "Add New Contact" @@ -8837,6 +720,11 @@ msgstr "Zadejte adresu nebo umístění webu" msgid "Example: bob@example.com, http://example.com/barbara" msgstr "Příklad: jan@příklad.cz, http://příklad.cz/jana" +#: ../../include/contact_widgets.php:9 ../../mod/suggest.php:88 +#: ../../mod/match.php:58 ../../boot.php:1417 +msgid "Connect" +msgstr "Spojit" + #: ../../include/contact_widgets.php:23 #, php-format msgid "%d invitation available" @@ -8861,10 +749,28 @@ msgstr "Připojit / Následovat" msgid "Examples: Robert Morgenstein, Fishing" msgstr "Příklady: Robert Morgenstein, rybaření" +#: ../../include/contact_widgets.php:33 ../../mod/contacts.php:613 +#: ../../mod/directory.php:61 +msgid "Find" +msgstr "Najít" + +#: ../../include/contact_widgets.php:34 ../../mod/suggest.php:66 +#: ../../view/theme/diabook/theme.php:520 +msgid "Friend Suggestions" +msgstr "Návrhy přátel" + +#: ../../include/contact_widgets.php:35 ../../view/theme/diabook/theme.php:519 +msgid "Similar Interests" +msgstr "Podobné zájmy" + #: ../../include/contact_widgets.php:36 msgid "Random Profile" msgstr "Náhodný Profil" +#: ../../include/contact_widgets.php:37 ../../view/theme/diabook/theme.php:521 +msgid "Invite Friends" +msgstr "Pozvat přátele" + #: ../../include/contact_widgets.php:70 msgid "Networks" msgstr "Sítě" @@ -8885,19 +791,26 @@ msgstr "Všechno" msgid "Categories" msgstr "Kategorie" -#: ../../include/auth.php:38 -msgid "Logged out." -msgstr "Odhlášen." +#: ../../include/contact_widgets.php:199 ../../mod/contacts.php:343 +#, php-format +msgid "%d contact in common" +msgid_plural "%d contacts in common" +msgstr[0] "%d sdílený kontakt" +msgstr[1] "%d sdílených kontaktů" +msgstr[2] "%d sdílených kontaktů" -#: ../../include/auth.php:128 -msgid "" -"We encountered a problem while logging in with the OpenID you provided. " -"Please check the correct spelling of the ID." -msgstr "Zaznamenali jsme problém s Vaším přihlášením prostřednictvím Vámi zadaným OpenID. Prosím ověřte si, že jste ID zadali správně. " +#: ../../include/contact_widgets.php:204 ../../mod/content.php:629 +#: ../../object/Item.php:365 ../../boot.php:671 +msgid "show more" +msgstr "zobrazit více" -#: ../../include/auth.php:128 -msgid "The error message was:" -msgstr "Chybová zpráva byla:" +#: ../../include/Scrape.php:583 +msgid " on Last.fm" +msgstr " na Last.fm" + +#: ../../include/network.php:877 +msgid "view full size" +msgstr "zobrazit v plné velikosti" #: ../../include/datetime.php:43 ../../include/datetime.php:45 msgid "Miscellaneous" @@ -8923,10 +836,26 @@ msgstr "nikdy" msgid "less than a second ago" msgstr "méně než před sekundou" +#: ../../include/datetime.php:285 +msgid "years" +msgstr "let" + +#: ../../include/datetime.php:286 +msgid "months" +msgstr "měsíců" + #: ../../include/datetime.php:287 msgid "week" msgstr "týdnem" +#: ../../include/datetime.php:287 +msgid "weeks" +msgstr "týdny" + +#: ../../include/datetime.php:288 +msgid "days" +msgstr "dnů" + #: ../../include/datetime.php:289 msgid "hour" msgstr "hodina" @@ -8956,34 +885,146 @@ msgstr "sekund" msgid "%1$d %2$s ago" msgstr "před %1$d %2$s" -#: ../../include/datetime.php:472 ../../include/items.php:1705 +#: ../../include/datetime.php:472 ../../include/items.php:1813 #, php-format msgid "%s's birthday" msgstr "%s má narozeniny" -#: ../../include/datetime.php:473 ../../include/items.php:1706 +#: ../../include/datetime.php:473 ../../include/items.php:1814 #, php-format msgid "Happy Birthday %s" msgstr "Veselé narozeniny %s" -#: ../../include/bbcode.php:210 ../../include/bbcode.php:491 -msgid "Image/photo" -msgstr "Obrázek/fotografie" +#: ../../include/plugin.php:439 ../../include/plugin.php:441 +msgid "Click here to upgrade." +msgstr "Klikněte zde pro aktualizaci." -#: ../../include/bbcode.php:262 +#: ../../include/plugin.php:447 +msgid "This action exceeds the limits set by your subscription plan." +msgstr "Tato akce překročí limit nastavené Vaším předplatným." + +#: ../../include/plugin.php:452 +msgid "This action is not available under your subscription plan." +msgstr "Tato akce není v rámci Vašeho předplatného dostupná." + +#: ../../include/delivery.php:457 ../../include/notifier.php:775 +msgid "(no subject)" +msgstr "(Bez předmětu)" + +#: ../../include/delivery.php:468 ../../include/enotify.php:28 +#: ../../include/notifier.php:785 +msgid "noreply" +msgstr "neodpovídat" + +#: ../../include/diaspora.php:621 ../../include/conversation.php:172 +#: ../../mod/dfrn_confirm.php:477 #, php-format -msgid "" -"%s wrote the following post:" -msgstr "%s napsal následující příspěvek:" +msgid "%1$s is now friends with %2$s" +msgstr "%1$s je nyní přítel s %2$s" -#: ../../include/bbcode.php:456 ../../include/bbcode.php:476 -msgid "$1 wrote:" -msgstr "$1 napsal:" +#: ../../include/diaspora.php:704 +msgid "Sharing notification from Diaspora network" +msgstr "Sdílení oznámení ze sítě Diaspora" -#: ../../include/bbcode.php:496 ../../include/bbcode.php:497 -msgid "Encrypted content" -msgstr "Šifrovaný obsah" +#: ../../include/diaspora.php:1874 ../../include/text.php:1860 +#: ../../include/conversation.php:126 ../../include/conversation.php:254 +#: ../../mod/subthread.php:87 ../../mod/tagger.php:62 ../../mod/like.php:151 +#: ../../view/theme/diabook/theme.php:464 +msgid "photo" +msgstr "fotografie" + +#: ../../include/diaspora.php:1874 ../../include/conversation.php:121 +#: ../../include/conversation.php:130 ../../include/conversation.php:249 +#: ../../include/conversation.php:258 ../../mod/subthread.php:87 +#: ../../mod/tagger.php:62 ../../mod/like.php:151 ../../mod/like.php:322 +#: ../../view/theme/diabook/theme.php:459 +#: ../../view/theme/diabook/theme.php:468 +msgid "status" +msgstr "Stav" + +#: ../../include/diaspora.php:1890 ../../include/conversation.php:137 +#: ../../mod/like.php:168 ../../view/theme/diabook/theme.php:473 +#, php-format +msgid "%1$s likes %2$s's %3$s" +msgstr "%1$s má rád %2$s' na %3$s" + +#: ../../include/diaspora.php:2262 +msgid "Attachments:" +msgstr "Přílohy:" + +#: ../../include/items.php:3488 ../../mod/dfrn_request.php:716 +msgid "[Name Withheld]" +msgstr "[Jméno odepřeno]" + +#: ../../include/items.php:3495 +msgid "A new person is sharing with you at " +msgstr "Nový člověk si s vámi sdílí na" + +#: ../../include/items.php:3495 +msgid "You have a new follower at " +msgstr "Máte nového následovníka na" + +#: ../../include/items.php:3979 ../../mod/display.php:51 +#: ../../mod/display.php:246 ../../mod/admin.php:158 ../../mod/admin.php:809 +#: ../../mod/admin.php:1009 ../../mod/viewsrc.php:15 ../../mod/notice.php:15 +msgid "Item not found." +msgstr "Položka nenalezena." + +#: ../../include/items.php:4018 +msgid "Do you really want to delete this item?" +msgstr "Opravdu chcete smazat tuto položku?" + +#: ../../include/items.php:4020 ../../mod/profiles.php:610 +#: ../../mod/api.php:105 ../../mod/register.php:239 ../../mod/contacts.php:246 +#: ../../mod/settings.php:961 ../../mod/settings.php:967 +#: ../../mod/settings.php:975 ../../mod/settings.php:979 +#: ../../mod/settings.php:984 ../../mod/settings.php:990 +#: ../../mod/settings.php:996 ../../mod/settings.php:1002 +#: ../../mod/settings.php:1032 ../../mod/settings.php:1033 +#: ../../mod/settings.php:1034 ../../mod/settings.php:1035 +#: ../../mod/settings.php:1036 ../../mod/dfrn_request.php:836 +#: ../../mod/suggest.php:29 ../../mod/message.php:209 +msgid "Yes" +msgstr "Ano" + +#: ../../include/items.php:4023 ../../include/conversation.php:1120 +#: ../../mod/contacts.php:249 ../../mod/settings.php:585 +#: ../../mod/settings.php:611 ../../mod/dfrn_request.php:848 +#: ../../mod/suggest.php:32 ../../mod/tagrm.php:11 ../../mod/tagrm.php:94 +#: ../../mod/editpost.php:148 ../../mod/fbrowser.php:81 +#: ../../mod/fbrowser.php:116 ../../mod/message.php:212 +#: ../../mod/photos.php:202 ../../mod/photos.php:290 +msgid "Cancel" +msgstr "Zrušit" + +#: ../../include/items.php:4143 ../../mod/profiles.php:146 +#: ../../mod/profiles.php:571 ../../mod/notes.php:20 ../../mod/display.php:242 +#: ../../mod/nogroup.php:25 ../../mod/item.php:143 ../../mod/item.php:159 +#: ../../mod/allfriends.php:9 ../../mod/api.php:26 ../../mod/api.php:31 +#: ../../mod/register.php:40 ../../mod/regmod.php:118 ../../mod/attach.php:33 +#: ../../mod/contacts.php:147 ../../mod/settings.php:91 +#: ../../mod/settings.php:566 ../../mod/settings.php:571 +#: ../../mod/crepair.php:115 ../../mod/delegate.php:6 ../../mod/poke.php:135 +#: ../../mod/dfrn_confirm.php:53 ../../mod/suggest.php:56 +#: ../../mod/editpost.php:10 ../../mod/events.php:140 ../../mod/uimport.php:23 +#: ../../mod/follow.php:9 ../../mod/fsuggest.php:78 ../../mod/group.php:19 +#: ../../mod/viewcontacts.php:22 ../../mod/wall_attach.php:55 +#: ../../mod/wall_upload.php:66 ../../mod/invite.php:15 +#: ../../mod/invite.php:101 ../../mod/wallmessage.php:9 +#: ../../mod/wallmessage.php:33 ../../mod/wallmessage.php:79 +#: ../../mod/wallmessage.php:103 ../../mod/manage.php:96 +#: ../../mod/message.php:38 ../../mod/message.php:174 ../../mod/mood.php:114 +#: ../../mod/network.php:6 ../../mod/notifications.php:66 +#: ../../mod/photos.php:133 ../../mod/photos.php:1044 +#: ../../mod/install.php:151 ../../mod/profile_photo.php:19 +#: ../../mod/profile_photo.php:169 ../../mod/profile_photo.php:180 +#: ../../mod/profile_photo.php:193 ../../index.php:346 +msgid "Permission denied." +msgstr "Přístup odmítnut." + +#: ../../include/items.php:4213 +msgid "Archives" +msgstr "Archív" #: ../../include/features.php:23 msgid "General Features" @@ -9045,6 +1086,11 @@ msgstr "Síťový Filtr" msgid "Enable widget to display Network posts only from selected network" msgstr "Povolit widget pro zobrazení příspěvků v Síti pouze ze zvolené sítě" +#: ../../include/features.php:41 ../../mod/search.php:30 +#: ../../mod/network.php:233 +msgid "Saved Searches" +msgstr "Uložená hledání" + #: ../../include/features.php:41 msgid "Save search terms for re-use" msgstr "Uložit kritéria vyhledávání pro znovupoužití" @@ -9133,18 +1179,623 @@ msgstr "Příspěvky s hvězdou" msgid "Ability to mark special posts with a star indicator" msgstr "Možnost označit příspěvky s indikátorem hvězdy" -#: ../../include/dba.php:41 +#: ../../include/dba.php:44 #, php-format msgid "Cannot locate DNS info for database server '%s'" msgstr "Nelze nalézt záznam v DNS pro databázový server '%s'" -#: ../../include/message.php:15 ../../include/message.php:172 -msgid "[no subject]" -msgstr "[bez předmětu]" +#: ../../include/text.php:294 +msgid "prev" +msgstr "předchozí" -#: ../../include/acl_selectors.php:311 -msgid "Visible to everybody" -msgstr "Viditelné pro všechny" +#: ../../include/text.php:296 +msgid "first" +msgstr "první" + +#: ../../include/text.php:325 +msgid "last" +msgstr "poslední" + +#: ../../include/text.php:328 +msgid "next" +msgstr "další" + +#: ../../include/text.php:352 +msgid "newer" +msgstr "novější" + +#: ../../include/text.php:356 +msgid "older" +msgstr "starší" + +#: ../../include/text.php:807 +msgid "No contacts" +msgstr "Žádné kontakty" + +#: ../../include/text.php:816 +#, php-format +msgid "%d Contact" +msgid_plural "%d Contacts" +msgstr[0] "%d kontakt" +msgstr[1] "%d kontaktů" +msgstr[2] "%d kontaktů" + +#: ../../include/text.php:828 ../../mod/viewcontacts.php:76 +msgid "View Contacts" +msgstr "Zobrazit kontakty" + +#: ../../include/text.php:905 ../../include/text.php:906 +#: ../../include/nav.php:118 ../../mod/search.php:99 +msgid "Search" +msgstr "Vyhledávání" + +#: ../../include/text.php:908 ../../mod/notes.php:63 ../../mod/filer.php:31 +msgid "Save" +msgstr "Uložit" + +#: ../../include/text.php:957 +msgid "poke" +msgstr "šťouchnout" + +#: ../../include/text.php:957 ../../include/conversation.php:211 +msgid "poked" +msgstr "šťouchnut" + +#: ../../include/text.php:958 +msgid "ping" +msgstr "cinknout" + +#: ../../include/text.php:958 +msgid "pinged" +msgstr "cinkut" + +#: ../../include/text.php:959 +msgid "prod" +msgstr "pobídnout" + +#: ../../include/text.php:959 +msgid "prodded" +msgstr "pobídnut" + +#: ../../include/text.php:960 +msgid "slap" +msgstr "dát facku" + +#: ../../include/text.php:960 +msgid "slapped" +msgstr "být uhozen" + +#: ../../include/text.php:961 +msgid "finger" +msgstr "osahávat" + +#: ../../include/text.php:961 +msgid "fingered" +msgstr "osaháván" + +#: ../../include/text.php:962 +msgid "rebuff" +msgstr "odmítnout" + +#: ../../include/text.php:962 +msgid "rebuffed" +msgstr "odmítnut" + +#: ../../include/text.php:976 +msgid "happy" +msgstr "šťasný" + +#: ../../include/text.php:977 +msgid "sad" +msgstr "smutný" + +#: ../../include/text.php:978 +msgid "mellow" +msgstr "jemný" + +#: ../../include/text.php:979 +msgid "tired" +msgstr "unavený" + +#: ../../include/text.php:980 +msgid "perky" +msgstr "emergický" + +#: ../../include/text.php:981 +msgid "angry" +msgstr "nazlobený" + +#: ../../include/text.php:982 +msgid "stupified" +msgstr "otupen" + +#: ../../include/text.php:983 +msgid "puzzled" +msgstr "popletený" + +#: ../../include/text.php:984 +msgid "interested" +msgstr "zajímavý" + +#: ../../include/text.php:985 +msgid "bitter" +msgstr "hořký" + +#: ../../include/text.php:986 +msgid "cheerful" +msgstr "radnostný" + +#: ../../include/text.php:987 +msgid "alive" +msgstr "naživu" + +#: ../../include/text.php:988 +msgid "annoyed" +msgstr "otráven" + +#: ../../include/text.php:989 +msgid "anxious" +msgstr "znepokojený" + +#: ../../include/text.php:990 +msgid "cranky" +msgstr "mrzutý" + +#: ../../include/text.php:991 +msgid "disturbed" +msgstr "vyrušen" + +#: ../../include/text.php:992 +msgid "frustrated" +msgstr "frustrovaný" + +#: ../../include/text.php:993 +msgid "motivated" +msgstr "motivovaný" + +#: ../../include/text.php:994 +msgid "relaxed" +msgstr "uvolněný" + +#: ../../include/text.php:995 +msgid "surprised" +msgstr "překvapený" + +#: ../../include/text.php:1161 +msgid "Monday" +msgstr "Pondělí" + +#: ../../include/text.php:1161 +msgid "Tuesday" +msgstr "Úterý" + +#: ../../include/text.php:1161 +msgid "Wednesday" +msgstr "Středa" + +#: ../../include/text.php:1161 +msgid "Thursday" +msgstr "Čtvrtek" + +#: ../../include/text.php:1161 +msgid "Friday" +msgstr "Pátek" + +#: ../../include/text.php:1161 +msgid "Saturday" +msgstr "Sobota" + +#: ../../include/text.php:1161 +msgid "Sunday" +msgstr "Neděle" + +#: ../../include/text.php:1165 +msgid "January" +msgstr "Ledna" + +#: ../../include/text.php:1165 +msgid "February" +msgstr "Února" + +#: ../../include/text.php:1165 +msgid "March" +msgstr "Března" + +#: ../../include/text.php:1165 +msgid "April" +msgstr "Dubna" + +#: ../../include/text.php:1165 +msgid "May" +msgstr "Května" + +#: ../../include/text.php:1165 +msgid "June" +msgstr "Června" + +#: ../../include/text.php:1165 +msgid "July" +msgstr "Července" + +#: ../../include/text.php:1165 +msgid "August" +msgstr "Srpna" + +#: ../../include/text.php:1165 +msgid "September" +msgstr "Září" + +#: ../../include/text.php:1165 +msgid "October" +msgstr "Října" + +#: ../../include/text.php:1165 +msgid "November" +msgstr "Listopadu" + +#: ../../include/text.php:1165 +msgid "December" +msgstr "Prosinec" + +#: ../../include/text.php:1321 ../../mod/videos.php:301 +msgid "View Video" +msgstr "Zobrazit video" + +#: ../../include/text.php:1353 +msgid "bytes" +msgstr "bytů" + +#: ../../include/text.php:1377 ../../include/text.php:1389 +msgid "Click to open/close" +msgstr "Klikněte pro otevření/zavření" + +#: ../../include/text.php:1551 ../../mod/events.php:335 +msgid "link to source" +msgstr "odkaz na zdroj" + +#: ../../include/text.php:1606 +msgid "Select an alternate language" +msgstr "Vyběr alternativního jazyka" + +#: ../../include/text.php:1858 ../../include/conversation.php:118 +#: ../../include/conversation.php:246 ../../view/theme/diabook/theme.php:456 +msgid "event" +msgstr "událost" + +#: ../../include/text.php:1862 +msgid "activity" +msgstr "aktivita" + +#: ../../include/text.php:1864 ../../mod/content.php:628 +#: ../../object/Item.php:364 ../../object/Item.php:377 +msgid "comment" +msgid_plural "comments" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "komentář" + +#: ../../include/text.php:1865 +msgid "post" +msgstr "příspěvek" + +#: ../../include/text.php:2020 +msgid "Item filed" +msgstr "Položka vyplněna" + +#: ../../include/group.php:25 +msgid "" +"A deleted group with this name was revived. Existing item permissions " +"may apply to this group and any future members. If this is " +"not what you intended, please create another group with a different name." +msgstr "Dříve smazaná skupina s tímto jménem byla obnovena. Stávající oprávnění může ovlivnit tuto skupinu a její budoucí členy. Pokud to není to, co jste chtěli, vytvořte, prosím, další skupinu s jiným názvem." + +#: ../../include/group.php:207 +msgid "Default privacy group for new contacts" +msgstr "Defaultní soukromá skrupina pro nové kontakty." + +#: ../../include/group.php:226 +msgid "Everybody" +msgstr "Všichni" + +#: ../../include/group.php:249 +msgid "edit" +msgstr "editovat" + +#: ../../include/group.php:270 ../../mod/newmember.php:66 +msgid "Groups" +msgstr "Skupiny" + +#: ../../include/group.php:271 +msgid "Edit group" +msgstr "Editovat skupinu" + +#: ../../include/group.php:272 +msgid "Create a new group" +msgstr "Vytvořit novou skupinu" + +#: ../../include/group.php:273 +msgid "Contacts not in any group" +msgstr "Kontakty, které nejsou v žádné skupině" + +#: ../../include/group.php:275 ../../mod/network.php:234 +msgid "add" +msgstr "přidat" + +#: ../../include/conversation.php:140 ../../mod/like.php:170 +#, php-format +msgid "%1$s doesn't like %2$s's %3$s" +msgstr "%1$s nemá rád %2$s na %3$s" + +#: ../../include/conversation.php:207 +#, php-format +msgid "%1$s poked %2$s" +msgstr "%1$s šťouchnul %2$s" + +#: ../../include/conversation.php:227 ../../mod/mood.php:62 +#, php-format +msgid "%1$s is currently %2$s" +msgstr "%1$s je právě %2$s" + +#: ../../include/conversation.php:266 ../../mod/tagger.php:95 +#, php-format +msgid "%1$s tagged %2$s's %3$s with %4$s" +msgstr "%1$s označen uživatelem %2$s %3$s s %4$s" + +#: ../../include/conversation.php:291 +msgid "post/item" +msgstr "příspěvek/položka" + +#: ../../include/conversation.php:292 +#, php-format +msgid "%1$s marked %2$s's %3$s as favorite" +msgstr "uživatel %1$s označil %2$s's %3$s jako oblíbeného" + +#: ../../include/conversation.php:612 ../../mod/content.php:461 +#: ../../mod/content.php:763 ../../object/Item.php:126 +msgid "Select" +msgstr "Vybrat" + +#: ../../include/conversation.php:613 ../../mod/admin.php:770 +#: ../../mod/settings.php:647 ../../mod/group.php:171 +#: ../../mod/photos.php:1637 ../../mod/content.php:462 +#: ../../mod/content.php:764 ../../object/Item.php:127 +msgid "Delete" +msgstr "Odstranit" + +#: ../../include/conversation.php:652 ../../mod/content.php:495 +#: ../../mod/content.php:875 ../../mod/content.php:876 +#: ../../object/Item.php:306 ../../object/Item.php:307 +#, php-format +msgid "View %s's profile @ %s" +msgstr "Zobrazit profil uživatele %s na %s" + +#: ../../include/conversation.php:664 ../../object/Item.php:297 +msgid "Categories:" +msgstr "Kategorie:" + +#: ../../include/conversation.php:665 ../../object/Item.php:298 +msgid "Filed under:" +msgstr "Vyplněn pod:" + +#: ../../include/conversation.php:672 ../../mod/content.php:505 +#: ../../mod/content.php:887 ../../object/Item.php:320 +#, php-format +msgid "%s from %s" +msgstr "%s od %s" + +#: ../../include/conversation.php:687 ../../mod/content.php:520 +msgid "View in context" +msgstr "Pohled v kontextu" + +#: ../../include/conversation.php:689 ../../include/conversation.php:1100 +#: ../../mod/editpost.php:124 ../../mod/wallmessage.php:156 +#: ../../mod/message.php:334 ../../mod/message.php:565 +#: ../../mod/photos.php:1532 ../../mod/content.php:522 +#: ../../mod/content.php:906 ../../object/Item.php:341 +msgid "Please wait" +msgstr "Čekejte prosím" + +#: ../../include/conversation.php:768 +msgid "remove" +msgstr "odstranit" + +#: ../../include/conversation.php:772 +msgid "Delete Selected Items" +msgstr "Smazat vybrané položky" + +#: ../../include/conversation.php:871 +msgid "Follow Thread" +msgstr "Následovat vlákno" + +#: ../../include/conversation.php:940 +#, php-format +msgid "%s likes this." +msgstr "%s se to líbí." + +#: ../../include/conversation.php:940 +#, php-format +msgid "%s doesn't like this." +msgstr "%s se to nelíbí." + +#: ../../include/conversation.php:945 +#, php-format +msgid "%2$d people like this" +msgstr "%2$d lidem se to líbí" + +#: ../../include/conversation.php:948 +#, php-format +msgid "%2$d people don't like this" +msgstr "%2$d lidem se to nelíbí" + +#: ../../include/conversation.php:962 +msgid "and" +msgstr "a" + +#: ../../include/conversation.php:968 +#, php-format +msgid ", and %d other people" +msgstr ", a %d dalších lidí" + +#: ../../include/conversation.php:970 +#, php-format +msgid "%s like this." +msgstr "%s se to líbí." + +#: ../../include/conversation.php:970 +#, php-format +msgid "%s don't like this." +msgstr "%s se to nelíbí." + +#: ../../include/conversation.php:997 ../../include/conversation.php:1015 +msgid "Visible to everybody" +msgstr "Viditelné pro všechny" + +#: ../../include/conversation.php:998 ../../include/conversation.php:1016 +#: ../../mod/wallmessage.php:127 ../../mod/wallmessage.php:135 +#: ../../mod/message.php:283 ../../mod/message.php:291 +#: ../../mod/message.php:466 ../../mod/message.php:474 +msgid "Please enter a link URL:" +msgstr "Zadejte prosím URL odkaz:" + +#: ../../include/conversation.php:999 ../../include/conversation.php:1017 +msgid "Please enter a video link/URL:" +msgstr "Prosím zadejte URL adresu videa:" + +#: ../../include/conversation.php:1000 ../../include/conversation.php:1018 +msgid "Please enter an audio link/URL:" +msgstr "Prosím zadejte URL adresu zvukového záznamu:" + +#: ../../include/conversation.php:1001 ../../include/conversation.php:1019 +msgid "Tag term:" +msgstr "Štítek:" + +#: ../../include/conversation.php:1002 ../../include/conversation.php:1020 +#: ../../mod/filer.php:30 +msgid "Save to Folder:" +msgstr "Uložit do složky:" + +#: ../../include/conversation.php:1003 ../../include/conversation.php:1021 +msgid "Where are you right now?" +msgstr "Kde právě jste?" + +#: ../../include/conversation.php:1004 +msgid "Delete item(s)?" +msgstr "Smazat položku(y)?" + +#: ../../include/conversation.php:1046 +msgid "Post to Email" +msgstr "Poslat příspěvek na e-mail" + +#: ../../include/conversation.php:1081 ../../mod/photos.php:1531 +msgid "Share" +msgstr "Sdílet" + +#: ../../include/conversation.php:1082 ../../mod/editpost.php:110 +#: ../../mod/wallmessage.php:154 ../../mod/message.php:332 +#: ../../mod/message.php:562 +msgid "Upload photo" +msgstr "Nahrát fotografii" + +#: ../../include/conversation.php:1083 ../../mod/editpost.php:111 +msgid "upload photo" +msgstr "nahrát fotky" + +#: ../../include/conversation.php:1084 ../../mod/editpost.php:112 +msgid "Attach file" +msgstr "Přiložit soubor" + +#: ../../include/conversation.php:1085 ../../mod/editpost.php:113 +msgid "attach file" +msgstr "přidat soubor" + +#: ../../include/conversation.php:1086 ../../mod/editpost.php:114 +#: ../../mod/wallmessage.php:155 ../../mod/message.php:333 +#: ../../mod/message.php:563 +msgid "Insert web link" +msgstr "Vložit webový odkaz" + +#: ../../include/conversation.php:1087 ../../mod/editpost.php:115 +msgid "web link" +msgstr "webový odkaz" + +#: ../../include/conversation.php:1088 ../../mod/editpost.php:116 +msgid "Insert video link" +msgstr "Zadejte odkaz na video" + +#: ../../include/conversation.php:1089 ../../mod/editpost.php:117 +msgid "video link" +msgstr "odkaz na video" + +#: ../../include/conversation.php:1090 ../../mod/editpost.php:118 +msgid "Insert audio link" +msgstr "Zadejte odkaz na zvukový záznam" + +#: ../../include/conversation.php:1091 ../../mod/editpost.php:119 +msgid "audio link" +msgstr "odkaz na audio" + +#: ../../include/conversation.php:1092 ../../mod/editpost.php:120 +msgid "Set your location" +msgstr "Nastavte vaši polohu" + +#: ../../include/conversation.php:1093 ../../mod/editpost.php:121 +msgid "set location" +msgstr "nastavit místo" + +#: ../../include/conversation.php:1094 ../../mod/editpost.php:122 +msgid "Clear browser location" +msgstr "Odstranit adresu v prohlížeči" + +#: ../../include/conversation.php:1095 ../../mod/editpost.php:123 +msgid "clear location" +msgstr "vymazat místo" + +#: ../../include/conversation.php:1097 ../../mod/editpost.php:137 +msgid "Set title" +msgstr "Nastavit titulek" + +#: ../../include/conversation.php:1099 ../../mod/editpost.php:139 +msgid "Categories (comma-separated list)" +msgstr "Kategorie (čárkou oddělený seznam)" + +#: ../../include/conversation.php:1101 ../../mod/editpost.php:125 +msgid "Permission settings" +msgstr "Nastavení oprávnění" + +#: ../../include/conversation.php:1102 +msgid "permissions" +msgstr "oprávnění" + +#: ../../include/conversation.php:1110 ../../mod/editpost.php:133 +msgid "CC: email addresses" +msgstr "skrytá kopie: e-mailové adresy" + +#: ../../include/conversation.php:1111 ../../mod/editpost.php:134 +msgid "Public post" +msgstr "Veřejný příspěvek" + +#: ../../include/conversation.php:1113 ../../mod/editpost.php:140 +msgid "Example: bob@example.com, mary@example.com" +msgstr "Příklad: bob@example.com, mary@example.com" + +#: ../../include/conversation.php:1117 ../../mod/editpost.php:145 +#: ../../mod/photos.php:1553 ../../mod/photos.php:1597 +#: ../../mod/photos.php:1680 ../../mod/content.php:742 +#: ../../object/Item.php:662 +msgid "Preview" +msgstr "Náhled" + +#: ../../include/conversation.php:1126 +msgid "Post to Groups" +msgstr "Zveřejnit na Groups" + +#: ../../include/conversation.php:1127 +msgid "Post to Contacts" +msgstr "Zveřejnit na Groups" + +#: ../../include/conversation.php:1128 +msgid "Private post" +msgstr "Soukromý příspěvek" #: ../../include/enotify.php:16 msgid "Friendica Notification" @@ -9188,284 +1839,438 @@ msgstr "soukromá zpráva" msgid "Please visit %s to view and/or reply to your private messages." msgstr "Prosím navštivte %s pro zobrazení Vašich soukromých zpráv a možnost na ně odpovědět." -#: ../../include/enotify.php:89 +#: ../../include/enotify.php:90 #, php-format msgid "%1$s commented on [url=%2$s]a %3$s[/url]" msgstr "%1$s okomentoval na [url=%2$s]%3$s[/url]" -#: ../../include/enotify.php:96 +#: ../../include/enotify.php:97 #, php-format msgid "%1$s commented on [url=%2$s]%3$s's %4$s[/url]" msgstr "%1$s okomentoval na [url=%2$s]%3$s's %4$s[/url]" -#: ../../include/enotify.php:104 +#: ../../include/enotify.php:105 #, php-format msgid "%1$s commented on [url=%2$s]your %3$s[/url]" msgstr "%1$s okomentoval na [url=%2$s]Váš %3$s[/url]" -#: ../../include/enotify.php:114 +#: ../../include/enotify.php:115 #, php-format msgid "[Friendica:Notify] Comment to conversation #%1$d by %2$s" msgstr "[Friendica:Upozornění] Komentář ke konverzaci #%1$d od %2$s" -#: ../../include/enotify.php:115 +#: ../../include/enotify.php:116 #, php-format msgid "%s commented on an item/conversation you have been following." msgstr "Uživatel %s okomentoval vámi sledovanou položku/konverzaci." -#: ../../include/enotify.php:118 ../../include/enotify.php:133 -#: ../../include/enotify.php:146 ../../include/enotify.php:164 -#: ../../include/enotify.php:177 +#: ../../include/enotify.php:119 ../../include/enotify.php:134 +#: ../../include/enotify.php:147 ../../include/enotify.php:165 +#: ../../include/enotify.php:178 #, php-format msgid "Please visit %s to view and/or reply to the conversation." msgstr "Prosím navštivte %s pro zobrazení konverzace a možnosti odpovědět." -#: ../../include/enotify.php:125 +#: ../../include/enotify.php:126 #, php-format msgid "[Friendica:Notify] %s posted to your profile wall" msgstr "[Friendica:Upozornění] %s umístěn na Vaši profilovou zeď" -#: ../../include/enotify.php:127 +#: ../../include/enotify.php:128 #, php-format msgid "%1$s posted to your profile wall at %2$s" msgstr "%1$s přidal příspěvek na Vaši profilovou zeď na %2$s" -#: ../../include/enotify.php:129 +#: ../../include/enotify.php:130 #, php-format msgid "%1$s posted to [url=%2$s]your wall[/url]" msgstr "%1$s napřidáno na [url=%2$s]na Vaši zeď[/url]" -#: ../../include/enotify.php:140 +#: ../../include/enotify.php:141 #, php-format msgid "[Friendica:Notify] %s tagged you" msgstr "[Friendica:Upozornění] %s Vás označil" -#: ../../include/enotify.php:141 +#: ../../include/enotify.php:142 #, php-format msgid "%1$s tagged you at %2$s" msgstr "%1$s Vás označil na %2$s" -#: ../../include/enotify.php:142 +#: ../../include/enotify.php:143 #, php-format msgid "%1$s [url=%2$s]tagged you[/url]." msgstr "%1$s [url=%2$s]Vás označil[/url]." -#: ../../include/enotify.php:154 +#: ../../include/enotify.php:155 #, php-format msgid "[Friendica:Notify] %1$s poked you" msgstr "[Friendica:Upozornění] %1$s Vás šťouchnul" -#: ../../include/enotify.php:155 +#: ../../include/enotify.php:156 #, php-format msgid "%1$s poked you at %2$s" msgstr "%1$s Vás šťouchnul na %2$s" -#: ../../include/enotify.php:156 +#: ../../include/enotify.php:157 #, php-format msgid "%1$s [url=%2$s]poked you[/url]." msgstr "Uživatel %1$s [url=%2$s]Vás šťouchnul[/url]." -#: ../../include/enotify.php:171 +#: ../../include/enotify.php:172 #, php-format msgid "[Friendica:Notify] %s tagged your post" msgstr "[Friendica:Upozornění] %s označil Váš příspěvek" -#: ../../include/enotify.php:172 +#: ../../include/enotify.php:173 #, php-format msgid "%1$s tagged your post at %2$s" msgstr "%1$s označil Váš příspěvek na %2$s" -#: ../../include/enotify.php:173 +#: ../../include/enotify.php:174 #, php-format msgid "%1$s tagged [url=%2$s]your post[/url]" msgstr "%1$s označil [url=%2$s]Váš příspěvek[/url]" -#: ../../include/enotify.php:184 +#: ../../include/enotify.php:185 msgid "[Friendica:Notify] Introduction received" msgstr "[Friendica:Upozornění] Obdrženo přestavení" -#: ../../include/enotify.php:185 +#: ../../include/enotify.php:186 #, php-format msgid "You've received an introduction from '%1$s' at %2$s" msgstr "Obdržel jste žádost o spojení od '%1$s' na %2$s" -#: ../../include/enotify.php:186 +#: ../../include/enotify.php:187 #, php-format msgid "You've received [url=%1$s]an introduction[/url] from %2$s." msgstr "Obdržel jste [url=%1$s]žádost o spojení[/url] od %2$s." -#: ../../include/enotify.php:189 ../../include/enotify.php:207 +#: ../../include/enotify.php:190 ../../include/enotify.php:208 #, php-format msgid "You may visit their profile at %s" msgstr "Můžete navštívit jejich profil na %s" -#: ../../include/enotify.php:191 +#: ../../include/enotify.php:192 #, php-format msgid "Please visit %s to approve or reject the introduction." msgstr "Prosím navštivte %s pro schválení či zamítnutí představení." -#: ../../include/enotify.php:198 +#: ../../include/enotify.php:199 msgid "[Friendica:Notify] Friend suggestion received" msgstr "[Friendica:Upozornění] Obdržen návrh na přátelství" -#: ../../include/enotify.php:199 +#: ../../include/enotify.php:200 #, php-format msgid "You've received a friend suggestion from '%1$s' at %2$s" msgstr "Obdržel jste návrh přátelství od '%1$s' na %2$s" -#: ../../include/enotify.php:200 +#: ../../include/enotify.php:201 #, php-format msgid "" "You've received [url=%1$s]a friend suggestion[/url] for %2$s from %3$s." msgstr "Obdržel jste [url=%1$s]návrh přátelství[/url] s %2$s from %3$s." -#: ../../include/enotify.php:205 +#: ../../include/enotify.php:206 msgid "Name:" msgstr "Jméno:" -#: ../../include/enotify.php:206 +#: ../../include/enotify.php:207 msgid "Photo:" msgstr "Foto:" -#: ../../include/enotify.php:209 +#: ../../include/enotify.php:210 #, php-format msgid "Please visit %s to approve or reject the suggestion." msgstr "Prosím navštivte %s pro schválení či zamítnutí doporučení." -#: ../../include/follow.php:32 -msgid "Connect URL missing." -msgstr "Chybí URL adresa." +#: ../../include/message.php:15 ../../include/message.php:172 +msgid "[no subject]" +msgstr "[bez předmětu]" -#: ../../include/follow.php:59 -msgid "" -"This site is not configured to allow communications with other networks." -msgstr "Tento web není nakonfigurován tak, aby umožňoval komunikaci s ostatními sítěmi." +#: ../../include/message.php:144 ../../mod/item.php:446 +#: ../../mod/wall_upload.php:135 ../../mod/wall_upload.php:144 +#: ../../mod/wall_upload.php:151 +msgid "Wall Photos" +msgstr "Fotografie na zdi" -#: ../../include/follow.php:60 ../../include/follow.php:80 -msgid "No compatible communication protocols or feeds were discovered." -msgstr "Nenalezen žádný kompatibilní komunikační protokol nebo kanál." +#: ../../include/nav.php:34 ../../mod/navigation.php:20 +msgid "Nothing new here" +msgstr "Zde není nic nového" -#: ../../include/follow.php:78 -msgid "The profile address specified does not provide adequate information." -msgstr "Uvedená adresa profilu neposkytuje dostatečné informace." +#: ../../include/nav.php:38 ../../mod/navigation.php:24 +msgid "Clear notifications" +msgstr "Smazat notifikace" -#: ../../include/follow.php:82 -msgid "An author or name was not found." -msgstr "Autor nebo jméno nenalezeno" +#: ../../include/nav.php:73 ../../boot.php:1136 +msgid "Logout" +msgstr "Odhlásit se" -#: ../../include/follow.php:84 -msgid "No browser URL could be matched to this address." -msgstr "Této adrese neodpovídá žádné URL prohlížeče." +#: ../../include/nav.php:73 +msgid "End this session" +msgstr "Konec této relace" -#: ../../include/follow.php:86 -msgid "" -"Unable to match @-style Identity Address with a known protocol or email " -"contact." -msgstr "Není možné namapovat adresu identity ve stylu @ s žádným možným protokolem ani emailovým kontaktem." +#: ../../include/nav.php:76 ../../boot.php:1940 +msgid "Status" +msgstr "Stav" -#: ../../include/follow.php:87 -msgid "Use mailto: in front of address to force email check." -msgstr "Použite mailo: před adresou k vynucení emailové kontroly." +#: ../../include/nav.php:76 ../../include/nav.php:143 +#: ../../view/theme/diabook/theme.php:87 +msgid "Your posts and conversations" +msgstr "Vaše příspěvky a konverzace" -#: ../../include/follow.php:93 -msgid "" -"The profile address specified belongs to a network which has been disabled " -"on this site." -msgstr "Zadaná adresa profilu patří do sítě, která byla na tomto serveru zakázána." +#: ../../include/nav.php:77 ../../view/theme/diabook/theme.php:88 +msgid "Your profile page" +msgstr "Vaše profilová stránka" -#: ../../include/follow.php:103 -msgid "" -"Limited profile. This person will be unable to receive direct/personal " -"notifications from you." -msgstr "Omezený profil. Tato osoba nebude schopna od Vás přijímat přímé / osobní sdělení." +#: ../../include/nav.php:78 ../../mod/fbrowser.php:25 +#: ../../view/theme/diabook/theme.php:90 ../../boot.php:1954 +msgid "Photos" +msgstr "Fotografie" -#: ../../include/follow.php:205 -msgid "Unable to retrieve contact information." -msgstr "Nepodařilo se získat kontaktní informace." +#: ../../include/nav.php:78 ../../view/theme/diabook/theme.php:90 +msgid "Your photos" +msgstr "Vaše fotky" -#: ../../include/follow.php:259 -msgid "following" -msgstr "následující" +#: ../../include/nav.php:79 ../../mod/events.php:370 +#: ../../view/theme/diabook/theme.php:91 ../../boot.php:1971 +msgid "Events" +msgstr "Události" -#: ../../include/items.php:3373 -msgid "A new person is sharing with you at " -msgstr "Nový člověk si s vámi sdílí na" +#: ../../include/nav.php:79 ../../view/theme/diabook/theme.php:91 +msgid "Your events" +msgstr "Vaše události" -#: ../../include/items.php:3373 -msgid "You have a new follower at " -msgstr "Máte nového následovníka na" +#: ../../include/nav.php:80 ../../view/theme/diabook/theme.php:92 +msgid "Personal notes" +msgstr "Osobní poznámky" -#: ../../include/items.php:4057 -msgid "Archives" -msgstr "Archív" +#: ../../include/nav.php:80 ../../view/theme/diabook/theme.php:92 +msgid "Your personal photos" +msgstr "Vaše osobní fotky" -#: ../../include/user.php:38 -msgid "An invitation is required." -msgstr "Pozvánka je vyžadována." +#: ../../include/nav.php:91 ../../boot.php:1137 +msgid "Login" +msgstr "Přihlásit se" -#: ../../include/user.php:43 -msgid "Invitation could not be verified." -msgstr "Pozvánka nemohla být ověřena." +#: ../../include/nav.php:91 +msgid "Sign in" +msgstr "Přihlásit se" -#: ../../include/user.php:51 -msgid "Invalid OpenID url" -msgstr "Neplatný odkaz OpenID" +#: ../../include/nav.php:104 ../../include/nav.php:143 +#: ../../mod/notifications.php:93 ../../view/theme/diabook/theme.php:87 +msgid "Home" +msgstr "Domů" -#: ../../include/user.php:66 -msgid "Please enter the required information." -msgstr "Zadejte prosím požadované informace." +#: ../../include/nav.php:104 +msgid "Home Page" +msgstr "Domácí stránka" -#: ../../include/user.php:80 -msgid "Please use a shorter name." -msgstr "Použijte prosím kratší jméno." +#: ../../include/nav.php:108 ../../mod/register.php:275 ../../boot.php:1112 +msgid "Register" +msgstr "Registrovat" -#: ../../include/user.php:82 -msgid "Name too short." -msgstr "Jméno je příliš krátké." +#: ../../include/nav.php:108 +msgid "Create an account" +msgstr "Vytvořit účet" -#: ../../include/user.php:97 -msgid "That doesn't appear to be your full (First Last) name." -msgstr "Nezdá se, že by to bylo vaše celé jméno (křestní jméno a příjmení)." +#: ../../include/nav.php:113 ../../mod/help.php:84 +msgid "Help" +msgstr "Nápověda" -#: ../../include/user.php:102 -msgid "Your email domain is not among those allowed on this site." -msgstr "Váš e-mailová doména není na tomto serveru mezi povolenými." +#: ../../include/nav.php:113 +msgid "Help and documentation" +msgstr "Nápověda a dokumentace" -#: ../../include/user.php:105 -msgid "Not a valid email address." -msgstr "Neplatná e-mailová adresa." +#: ../../include/nav.php:116 +msgid "Apps" +msgstr "Aplikace" -#: ../../include/user.php:115 -msgid "Cannot use that email." -msgstr "Tento e-mail nelze použít." +#: ../../include/nav.php:116 +msgid "Addon applications, utilities, games" +msgstr "Doplňkové aplikace, nástroje, hry" -#: ../../include/user.php:121 -msgid "" -"Your \"nickname\" can only contain \"a-z\", \"0-9\", \"-\", and \"_\", and " -"must also begin with a letter." -msgstr "Vaše \"přezdívka\" může obsahovat pouze \"a-z\", \"0-9\", \"-\", a \"_\", a musí začínat písmenem." +#: ../../include/nav.php:118 +msgid "Search site content" +msgstr "Hledání na stránkách tohoto webu" -#: ../../include/user.php:127 ../../include/user.php:225 -msgid "Nickname is already registered. Please choose another." -msgstr "Přezdívka je již registrována. Prosím vyberte jinou." +#: ../../include/nav.php:128 ../../mod/community.php:32 +#: ../../view/theme/diabook/theme.php:93 +msgid "Community" +msgstr "Komunita" -#: ../../include/user.php:137 -msgid "" -"Nickname was once registered here and may not be re-used. Please choose " -"another." -msgstr "Tato přezdívka již zde byla použita a nemůže být využita znovu. Prosím vyberete si jinou." +#: ../../include/nav.php:128 +msgid "Conversations on this site" +msgstr "Konverzace na tomto webu" -#: ../../include/user.php:153 -msgid "SERIOUS ERROR: Generation of security keys failed." -msgstr "Závažná chyba: Generování bezpečnostních klíčů se nezdařilo." +#: ../../include/nav.php:130 +msgid "Directory" +msgstr "Adresář" -#: ../../include/user.php:211 -msgid "An error occurred during registration. Please try again." -msgstr "Došlo k chybě při registraci. Zkuste to prosím znovu." +#: ../../include/nav.php:130 +msgid "People directory" +msgstr "Adresář" -#: ../../include/user.php:246 -msgid "An error occurred creating your default profile. Please try again." -msgstr "Došlo k chybě při vytváření Vašeho výchozího profilu. Zkuste to prosím znovu." +#: ../../include/nav.php:140 ../../mod/notifications.php:83 +msgid "Network" +msgstr "Síť" + +#: ../../include/nav.php:140 +msgid "Conversations from your friends" +msgstr "Konverzace od Vašich přátel" + +#: ../../include/nav.php:141 +msgid "Network Reset" +msgstr "Síťový Reset" + +#: ../../include/nav.php:141 +msgid "Load Network page with no filters" +msgstr "Načíst stránku Síť bez filtrů" + +#: ../../include/nav.php:149 ../../mod/notifications.php:98 +msgid "Introductions" +msgstr "Představení" + +#: ../../include/nav.php:149 +msgid "Friend Requests" +msgstr "Žádosti přátel" + +#: ../../include/nav.php:150 ../../mod/notifications.php:220 +msgid "Notifications" +msgstr "Upozornění" + +#: ../../include/nav.php:151 +msgid "See all notifications" +msgstr "Zobrazit všechny upozornění" + +#: ../../include/nav.php:152 +msgid "Mark all system notifications seen" +msgstr "Označit všechny upozornění systému jako přečtené" + +#: ../../include/nav.php:156 ../../mod/message.php:182 +#: ../../mod/notifications.php:103 +msgid "Messages" +msgstr "Zprávy" + +#: ../../include/nav.php:156 +msgid "Private mail" +msgstr "Soukromá pošta" + +#: ../../include/nav.php:157 +msgid "Inbox" +msgstr "Doručená pošta" + +#: ../../include/nav.php:158 +msgid "Outbox" +msgstr "Odeslaná pošta" + +#: ../../include/nav.php:159 ../../mod/message.php:9 +msgid "New Message" +msgstr "Nová zpráva" + +#: ../../include/nav.php:162 +msgid "Manage" +msgstr "Spravovat" + +#: ../../include/nav.php:162 +msgid "Manage other pages" +msgstr "Spravovat jiné stránky" + +#: ../../include/nav.php:165 +msgid "Delegations" +msgstr "Delegace" + +#: ../../include/nav.php:165 ../../mod/delegate.php:121 +msgid "Delegate Page Management" +msgstr "Správa delegátů stránky" + +#: ../../include/nav.php:167 ../../mod/admin.php:861 ../../mod/admin.php:1069 +#: ../../mod/settings.php:74 ../../mod/uexport.php:48 +#: ../../mod/newmember.php:22 ../../view/theme/diabook/theme.php:537 +#: ../../view/theme/diabook/theme.php:658 +msgid "Settings" +msgstr "Nastavení" + +#: ../../include/nav.php:167 ../../mod/settings.php:30 ../../mod/uexport.php:9 +msgid "Account settings" +msgstr "Nastavení účtu" + +#: ../../include/nav.php:169 ../../boot.php:1439 +msgid "Profiles" +msgstr "Profily" + +#: ../../include/nav.php:169 +msgid "Manage/Edit Profiles" +msgstr "Spravovat/Editovat Profily" + +#: ../../include/nav.php:171 ../../mod/contacts.php:607 +#: ../../view/theme/diabook/theme.php:89 +msgid "Contacts" +msgstr "Kontakty" + +#: ../../include/nav.php:171 +msgid "Manage/edit friends and contacts" +msgstr "Spravovat/upravit přátelé a kontakty" + +#: ../../include/nav.php:178 ../../mod/admin.php:120 +msgid "Admin" +msgstr "Administrace" + +#: ../../include/nav.php:178 +msgid "Site setup and configuration" +msgstr "Nastavení webu a konfigurace" + +#: ../../include/nav.php:182 +msgid "Navigation" +msgstr "Navigace" + +#: ../../include/nav.php:182 +msgid "Site map" +msgstr "Mapa webu" + +#: ../../include/oembed.php:138 +msgid "Embedded content" +msgstr "vložený obsah" + +#: ../../include/oembed.php:147 +msgid "Embedding disabled" +msgstr "Vkládání zakázáno" + +#: ../../include/uimport.php:94 +msgid "Error decoding account file" +msgstr "Chyba dekódování uživatelského účtu" + +#: ../../include/uimport.php:100 +msgid "Error! No version data in file! This is not a Friendica account file?" +msgstr "Chyba! V datovém souboru není označení verze! Je to opravdu soubor s účtem Friendica?" + +#: ../../include/uimport.php:116 +msgid "Error! Cannot check nickname" +msgstr "Chyba! Nelze ověřit přezdívku" + +#: ../../include/uimport.php:120 +#, php-format +msgid "User '%s' already exists on this server!" +msgstr "Uživatel '%s' již na tomto serveru existuje!" + +#: ../../include/uimport.php:139 +msgid "User creation error" +msgstr "Chyba vytváření uživatele" + +#: ../../include/uimport.php:157 +msgid "User profile creation error" +msgstr "Chyba vytváření uživatelského účtu" + +#: ../../include/uimport.php:202 +#, php-format +msgid "%d contact not imported" +msgid_plural "%d contacts not imported" +msgstr[0] "%d kontakt nenaimporován" +msgstr[1] "%d kontaktů nenaimporováno" +msgstr[2] "%d kontakty nenaimporovány" + +#: ../../include/uimport.php:272 +msgid "Done. You can now login with your username and password" +msgstr "Hotovo. Nyní se můžete přihlásit se svými uživatelským účtem a heslem" #: ../../include/security.php:22 msgid "Welcome " @@ -9479,352 +2284,4843 @@ msgstr "Prosím nahrejte profilovou fotografii" msgid "Welcome back " msgstr "Vítejte zpět " -#: ../../include/security.php:357 +#: ../../include/security.php:366 msgid "" "The form security token was not correct. This probably happened because the " "form has been opened for too long (>3 hours) before submitting it." msgstr "Formulářový bezpečnostní token nebyl správný. To pravděpodobně nastalo kvůli tom, že formulář byl otevřen příliš dlouho (>3 hodiny) před jeho odesláním." -#: ../../include/Contact.php:115 -msgid "stopped following" -msgstr "následování zastaveno" +#: ../../mod/profiles.php:18 ../../mod/profiles.php:133 +#: ../../mod/profiles.php:160 ../../mod/profiles.php:583 +#: ../../mod/dfrn_confirm.php:62 +msgid "Profile not found." +msgstr "Profil nenalezen" -#: ../../include/Contact.php:225 ../../include/conversation.php:816 -msgid "Poke" -msgstr "Šťouchnout" +#: ../../mod/profiles.php:37 +msgid "Profile deleted." +msgstr "Profil smazán." -#: ../../include/Contact.php:226 ../../include/conversation.php:810 -msgid "View Status" -msgstr "Zobrazit Status" +#: ../../mod/profiles.php:55 ../../mod/profiles.php:89 +msgid "Profile-" +msgstr "Profil-" -#: ../../include/Contact.php:227 ../../include/conversation.php:811 -msgid "View Profile" -msgstr "Zobrazit Profil" +#: ../../mod/profiles.php:74 ../../mod/profiles.php:117 +msgid "New profile created." +msgstr "Nový profil vytvořen." -#: ../../include/Contact.php:228 ../../include/conversation.php:812 -msgid "View Photos" -msgstr "Zobrazit Fotky" +#: ../../mod/profiles.php:95 +msgid "Profile unavailable to clone." +msgstr "Profil není možné naklonovat." -#: ../../include/Contact.php:229 ../../include/Contact.php:242 -#: ../../include/conversation.php:813 -msgid "Network Posts" -msgstr "Zobrazit Příspěvky sítě" +#: ../../mod/profiles.php:170 +msgid "Profile Name is required." +msgstr "Jméno profilu je povinné." -#: ../../include/Contact.php:230 ../../include/Contact.php:242 -#: ../../include/conversation.php:814 -msgid "Edit Contact" -msgstr "Editovat Kontakty" +#: ../../mod/profiles.php:317 +msgid "Marital Status" +msgstr "Rodinný Stav" -#: ../../include/Contact.php:231 ../../include/Contact.php:242 -#: ../../include/conversation.php:815 -msgid "Send PM" -msgstr "Poslat soukromou zprávu" +#: ../../mod/profiles.php:321 +msgid "Romantic Partner" +msgstr "Romatický partner" -#: ../../include/conversation.php:206 +#: ../../mod/profiles.php:325 +msgid "Likes" +msgstr "Libí se mi" + +#: ../../mod/profiles.php:329 +msgid "Dislikes" +msgstr "Nelibí se mi" + +#: ../../mod/profiles.php:333 +msgid "Work/Employment" +msgstr "Práce/Zaměstnání" + +#: ../../mod/profiles.php:336 +msgid "Religion" +msgstr "Náboženství" + +#: ../../mod/profiles.php:340 +msgid "Political Views" +msgstr "Politické přesvědčení" + +#: ../../mod/profiles.php:344 +msgid "Gender" +msgstr "Pohlaví" + +#: ../../mod/profiles.php:348 +msgid "Sexual Preference" +msgstr "Sexuální orientace" + +#: ../../mod/profiles.php:352 +msgid "Homepage" +msgstr "Domácí stránka" + +#: ../../mod/profiles.php:356 +msgid "Interests" +msgstr "Zájmy" + +#: ../../mod/profiles.php:360 +msgid "Address" +msgstr "Adresa" + +#: ../../mod/profiles.php:367 +msgid "Location" +msgstr "Lokace" + +#: ../../mod/profiles.php:450 +msgid "Profile updated." +msgstr "Profil aktualizován." + +#: ../../mod/profiles.php:521 +msgid " and " +msgstr " a " + +#: ../../mod/profiles.php:529 +msgid "public profile" +msgstr "veřejný profil" + +#: ../../mod/profiles.php:532 #, php-format -msgid "%1$s poked %2$s" -msgstr "%1$s šťouchnul %2$s" +msgid "%1$s changed %2$s to “%3$s”" +msgstr "%1$s změnil %2$s na “%3$s”" -#: ../../include/conversation.php:290 -msgid "post/item" -msgstr "příspěvek/položka" - -#: ../../include/conversation.php:291 +#: ../../mod/profiles.php:533 #, php-format -msgid "%1$s marked %2$s's %3$s as favorite" -msgstr "uživatel %1$s označil %2$s's %3$s jako oblíbeného" +msgid " - Visit %1$s's %2$s" +msgstr " - Navštivte %2$s uživatele %1$s" -#: ../../include/conversation.php:620 ../../object/Item.php:243 -msgid "Categories:" -msgstr "Kategorie:" - -#: ../../include/conversation.php:621 ../../object/Item.php:244 -msgid "Filed under:" -msgstr "Vyplněn pod:" - -#: ../../include/conversation.php:706 -msgid "remove" -msgstr "odstranit" - -#: ../../include/conversation.php:710 -msgid "Delete Selected Items" -msgstr "Smazat vybrané položky" - -#: ../../include/conversation.php:809 -msgid "Follow Thread" -msgstr "Následovat vlákno" - -#: ../../include/conversation.php:878 +#: ../../mod/profiles.php:536 #, php-format -msgid "%s likes this." -msgstr "%s se to líbí." +msgid "%1$s has an updated %2$s, changing %3$s." +msgstr "%1$s aktualizoval %2$s, změnou %3$s." -#: ../../include/conversation.php:878 +#: ../../mod/profiles.php:609 +msgid "Hide your contact/friend list from viewers of this profile?" +msgstr "Skrýt u tohoto profilu Vaše kontakty / seznam přátel před před dalšími uživateli zobrazující si tento profil?" + +#: ../../mod/profiles.php:611 ../../mod/api.php:106 ../../mod/register.php:240 +#: ../../mod/settings.php:961 ../../mod/settings.php:967 +#: ../../mod/settings.php:975 ../../mod/settings.php:979 +#: ../../mod/settings.php:984 ../../mod/settings.php:990 +#: ../../mod/settings.php:996 ../../mod/settings.php:1002 +#: ../../mod/settings.php:1032 ../../mod/settings.php:1033 +#: ../../mod/settings.php:1034 ../../mod/settings.php:1035 +#: ../../mod/settings.php:1036 ../../mod/dfrn_request.php:837 +msgid "No" +msgstr "Ne" + +#: ../../mod/profiles.php:629 +msgid "Edit Profile Details" +msgstr "Upravit podrobnosti profilu " + +#: ../../mod/profiles.php:630 ../../mod/admin.php:491 ../../mod/admin.php:763 +#: ../../mod/admin.php:902 ../../mod/admin.php:1102 ../../mod/admin.php:1189 +#: ../../mod/contacts.php:386 ../../mod/settings.php:584 +#: ../../mod/settings.php:694 ../../mod/settings.php:763 +#: ../../mod/settings.php:837 ../../mod/settings.php:1064 +#: ../../mod/crepair.php:166 ../../mod/poke.php:199 ../../mod/events.php:478 +#: ../../mod/fsuggest.php:107 ../../mod/group.php:87 ../../mod/invite.php:140 +#: ../../mod/localtime.php:45 ../../mod/manage.php:110 +#: ../../mod/message.php:335 ../../mod/message.php:564 ../../mod/mood.php:137 +#: ../../mod/photos.php:1078 ../../mod/photos.php:1199 +#: ../../mod/photos.php:1501 ../../mod/photos.php:1552 +#: ../../mod/photos.php:1596 ../../mod/photos.php:1679 +#: ../../mod/install.php:248 ../../mod/install.php:286 +#: ../../mod/content.php:733 ../../object/Item.php:653 +#: ../../view/theme/cleanzero/config.php:80 +#: ../../view/theme/diabook/config.php:152 +#: ../../view/theme/diabook/theme.php:642 ../../view/theme/dispy/config.php:70 +#: ../../view/theme/quattro/config.php:64 +msgid "Submit" +msgstr "Odeslat" + +#: ../../mod/profiles.php:631 +msgid "Change Profile Photo" +msgstr "Změna Profilové fotky" + +#: ../../mod/profiles.php:632 +msgid "View this profile" +msgstr "Zobrazit tento profil" + +#: ../../mod/profiles.php:633 +msgid "Create a new profile using these settings" +msgstr "Vytvořit nový profil pomocí tohoto nastavení" + +#: ../../mod/profiles.php:634 +msgid "Clone this profile" +msgstr "Klonovat tento profil" + +#: ../../mod/profiles.php:635 +msgid "Delete this profile" +msgstr "Smazat tento profil" + +#: ../../mod/profiles.php:636 +msgid "Profile Name:" +msgstr "Jméno profilu:" + +#: ../../mod/profiles.php:637 +msgid "Your Full Name:" +msgstr "Vaše celé jméno:" + +#: ../../mod/profiles.php:638 +msgid "Title/Description:" +msgstr "Název / Popis:" + +#: ../../mod/profiles.php:639 +msgid "Your Gender:" +msgstr "Vaše pohlaví:" + +#: ../../mod/profiles.php:640 #, php-format -msgid "%s doesn't like this." -msgstr "%s se to nelíbí." +msgid "Birthday (%s):" +msgstr "Narozeniny uživatele (%s):" -#: ../../include/conversation.php:884 -msgid "like this" -msgstr "libí se mu" +#: ../../mod/profiles.php:641 +msgid "Street Address:" +msgstr "Ulice:" -#: ../../include/conversation.php:888 -msgid "don't like this" -msgstr "nelíbí se mu" +#: ../../mod/profiles.php:642 +msgid "Locality/City:" +msgstr "Město:" -#: ../../include/conversation.php:895 -msgid "people" -msgstr "lidé" +#: ../../mod/profiles.php:643 +msgid "Postal/Zip Code:" +msgstr "PSČ:" -#: ../../include/conversation.php:905 -msgid "and" -msgstr "a" +#: ../../mod/profiles.php:644 +msgid "Country:" +msgstr "Země:" -#: ../../include/conversation.php:911 +#: ../../mod/profiles.php:645 +msgid "Region/State:" +msgstr "Region / stát:" + +#: ../../mod/profiles.php:646 +msgid " Marital Status:" +msgstr " Rodinný stav:" + +#: ../../mod/profiles.php:647 +msgid "Who: (if applicable)" +msgstr "Kdo: (pokud je možné)" + +#: ../../mod/profiles.php:648 +msgid "Examples: cathy123, Cathy Williams, cathy@example.com" +msgstr "Příklady: jan123, Jan Novák, jan@seznam.cz" + +#: ../../mod/profiles.php:649 +msgid "Since [date]:" +msgstr "Od [data]:" + +#: ../../mod/profiles.php:651 +msgid "Homepage URL:" +msgstr "Odkaz na domovskou stránku:" + +#: ../../mod/profiles.php:654 +msgid "Religious Views:" +msgstr "Náboženské přesvědčení:" + +#: ../../mod/profiles.php:655 +msgid "Public Keywords:" +msgstr "Veřejná klíčová slova:" + +#: ../../mod/profiles.php:656 +msgid "Private Keywords:" +msgstr "Soukromá klíčová slova:" + +#: ../../mod/profiles.php:659 +msgid "Example: fishing photography software" +msgstr "Příklad: fishing photography software" + +#: ../../mod/profiles.php:660 +msgid "(Used for suggesting potential friends, can be seen by others)" +msgstr "(Používá se pro doporučování potenciálních přátel, může být viděno ostatními)" + +#: ../../mod/profiles.php:661 +msgid "(Used for searching profiles, never shown to others)" +msgstr "(Používá se pro vyhledávání profilů, není nikdy zobrazeno ostatním)" + +#: ../../mod/profiles.php:662 +msgid "Tell us about yourself..." +msgstr "Řekněte nám něco o sobě ..." + +#: ../../mod/profiles.php:663 +msgid "Hobbies/Interests" +msgstr "Koníčky/zájmy" + +#: ../../mod/profiles.php:664 +msgid "Contact information and Social Networks" +msgstr "Kontaktní informace a sociální sítě" + +#: ../../mod/profiles.php:665 +msgid "Musical interests" +msgstr "Hudební vkus" + +#: ../../mod/profiles.php:666 +msgid "Books, literature" +msgstr "Knihy, literatura" + +#: ../../mod/profiles.php:667 +msgid "Television" +msgstr "Televize" + +#: ../../mod/profiles.php:668 +msgid "Film/dance/culture/entertainment" +msgstr "Film/tanec/kultura/zábava" + +#: ../../mod/profiles.php:669 +msgid "Love/romance" +msgstr "Láska/romantika" + +#: ../../mod/profiles.php:670 +msgid "Work/employment" +msgstr "Práce/zaměstnání" + +#: ../../mod/profiles.php:671 +msgid "School/education" +msgstr "Škola/vzdělání" + +#: ../../mod/profiles.php:676 +msgid "" +"This is your public profile.
It may " +"be visible to anybody using the internet." +msgstr "Toto je váš veřejný profil.
Ten může být viditelný kýmkoliv na internetu." + +#: ../../mod/profiles.php:686 ../../mod/directory.php:111 +msgid "Age: " +msgstr "Věk: " + +#: ../../mod/profiles.php:725 +msgid "Edit/Manage Profiles" +msgstr "Upravit / Spravovat profily" + +#: ../../mod/profiles.php:726 ../../boot.php:1445 ../../boot.php:1471 +msgid "Change profile photo" +msgstr "Změnit profilovou fotografii" + +#: ../../mod/profiles.php:727 ../../boot.php:1446 +msgid "Create New Profile" +msgstr "Vytvořit nový profil" + +#: ../../mod/profiles.php:738 ../../boot.php:1456 +msgid "Profile Image" +msgstr "Profilový obrázek" + +#: ../../mod/profiles.php:740 ../../boot.php:1459 +msgid "visible to everybody" +msgstr "viditelné pro všechny" + +#: ../../mod/profiles.php:741 ../../boot.php:1460 +msgid "Edit visibility" +msgstr "Upravit viditelnost" + +#: ../../mod/profperm.php:19 ../../mod/group.php:72 ../../index.php:345 +msgid "Permission denied" +msgstr "Nedostatečné oprávnění" + +#: ../../mod/profperm.php:25 ../../mod/profperm.php:55 +msgid "Invalid profile identifier." +msgstr "Neplatný identifikátor profilu." + +#: ../../mod/profperm.php:101 +msgid "Profile Visibility Editor" +msgstr "Editor viditelnosti profilu " + +#: ../../mod/profperm.php:105 ../../mod/group.php:224 +msgid "Click on a contact to add or remove." +msgstr "Klikněte na kontakt pro přidání nebo odebrání" + +#: ../../mod/profperm.php:114 +msgid "Visible To" +msgstr "Viditelný pro" + +#: ../../mod/profperm.php:130 +msgid "All Contacts (with secure profile access)" +msgstr "Všechny kontakty (se zabezpečeným přístupovým profilem )" + +#: ../../mod/notes.php:44 ../../boot.php:1978 +msgid "Personal Notes" +msgstr "Osobní poznámky" + +#: ../../mod/display.php:19 ../../mod/search.php:89 +#: ../../mod/dfrn_request.php:761 ../../mod/directory.php:31 +#: ../../mod/videos.php:115 ../../mod/viewcontacts.php:17 +#: ../../mod/photos.php:914 ../../mod/community.php:18 +msgid "Public access denied." +msgstr "Veřejný přístup odepřen." + +#: ../../mod/display.php:99 ../../mod/profile.php:155 +msgid "Access to this profile has been restricted." +msgstr "Přístup na tento profil byl omezen." + +#: ../../mod/display.php:239 +msgid "Item has been removed." +msgstr "Položka byla odstraněna." + +#: ../../mod/nogroup.php:40 ../../mod/contacts.php:395 +#: ../../mod/contacts.php:585 ../../mod/viewcontacts.php:62 #, php-format -msgid ", and %d other people" -msgstr ", a %d dalších lidí" +msgid "Visit %s's profile [%s]" +msgstr "Navštivte profil uživatele %s [%s]" -#: ../../include/conversation.php:913 +#: ../../mod/nogroup.php:41 ../../mod/contacts.php:586 +msgid "Edit contact" +msgstr "Editovat kontakt" + +#: ../../mod/nogroup.php:59 +msgid "Contacts who are not members of a group" +msgstr "Kontakty, které nejsou členy skupiny" + +#: ../../mod/ping.php:238 +msgid "{0} wants to be your friend" +msgstr "{0} chce být Vaším přítelem" + +#: ../../mod/ping.php:243 +msgid "{0} sent you a message" +msgstr "{0} vám poslal zprávu" + +#: ../../mod/ping.php:248 +msgid "{0} requested registration" +msgstr "{0} požaduje registraci" + +#: ../../mod/ping.php:254 #, php-format -msgid "%s like this." -msgstr "%s se to líbí." +msgid "{0} commented %s's post" +msgstr "{0} komentoval příspěvek uživatele %s" -#: ../../include/conversation.php:913 +#: ../../mod/ping.php:259 #, php-format -msgid "%s don't like this." -msgstr "%s se to nelíbí." +msgid "{0} liked %s's post" +msgstr "{0} má rád příspěvek uživatele %s" -#: ../../include/conversation.php:940 ../../include/conversation.php:958 -msgid "Visible to everybody" -msgstr "Viditelné pro všechny" +#: ../../mod/ping.php:264 +#, php-format +msgid "{0} disliked %s's post" +msgstr "{0} nemá rád příspěvek uživatele %s" -#: ../../include/conversation.php:942 ../../include/conversation.php:960 -msgid "Please enter a video link/URL:" -msgstr "Prosím zadejte URL adresu videa:" +#: ../../mod/ping.php:269 +#, php-format +msgid "{0} is now friends with %s" +msgstr "{0} se skamarádil s %s" -#: ../../include/conversation.php:943 ../../include/conversation.php:961 -msgid "Please enter an audio link/URL:" -msgstr "Prosím zadejte URL adresu zvukového záznamu:" +#: ../../mod/ping.php:274 +msgid "{0} posted" +msgstr "{0} zasláno" -#: ../../include/conversation.php:944 ../../include/conversation.php:962 -msgid "Tag term:" -msgstr "Štítek:" +#: ../../mod/ping.php:279 +#, php-format +msgid "{0} tagged %s's post with #%s" +msgstr "{0} označen %s' příspěvek s #%s" -#: ../../include/conversation.php:946 ../../include/conversation.php:964 -msgid "Where are you right now?" -msgstr "Kde právě jste?" +#: ../../mod/ping.php:285 +msgid "{0} mentioned you in a post" +msgstr "{0} vás zmínil v příspěvku" -#: ../../include/conversation.php:947 -msgid "Delete item(s)?" -msgstr "Smazat položku(y)?" +#: ../../mod/admin.php:55 +msgid "Theme settings updated." +msgstr "Nastavení téma zobrazení bylo aktualizováno." -#: ../../include/conversation.php:1026 -msgid "permissions" -msgstr "oprávnění" +#: ../../mod/admin.php:96 ../../mod/admin.php:490 +msgid "Site" +msgstr "Web" -#: ../../include/plugin.php:389 ../../include/plugin.php:391 -msgid "Click here to upgrade." -msgstr "Klikněte zde pro aktualizaci." +#: ../../mod/admin.php:97 ../../mod/admin.php:762 ../../mod/admin.php:776 +msgid "Users" +msgstr "Uživatelé" -#: ../../include/plugin.php:397 -msgid "This action exceeds the limits set by your subscription plan." -msgstr "Tato akce překročí limit nastavené Vaším předplatným." +#: ../../mod/admin.php:98 ../../mod/admin.php:859 ../../mod/admin.php:901 +msgid "Plugins" +msgstr "Pluginy" -#: ../../include/plugin.php:402 -msgid "This action is not available under your subscription plan." -msgstr "Tato akce není v rámci Vašeho předplatného dostupná." +#: ../../mod/admin.php:99 ../../mod/admin.php:1067 ../../mod/admin.php:1101 +msgid "Themes" +msgstr "Témata" -#: ../../boot.php:634 +#: ../../mod/admin.php:100 +msgid "DB updates" +msgstr "Aktualizace databáze" + +#: ../../mod/admin.php:115 ../../mod/admin.php:122 ../../mod/admin.php:1188 +msgid "Logs" +msgstr "Logy" + +#: ../../mod/admin.php:121 +msgid "Plugin Features" +msgstr "Funkčnosti rozšíření" + +#: ../../mod/admin.php:123 +msgid "User registrations waiting for confirmation" +msgstr "Registrace uživatele čeká na potvrzení" + +#: ../../mod/admin.php:182 ../../mod/admin.php:733 +msgid "Normal Account" +msgstr "Normální účet" + +#: ../../mod/admin.php:183 ../../mod/admin.php:734 +msgid "Soapbox Account" +msgstr "Soapbox účet" + +#: ../../mod/admin.php:184 ../../mod/admin.php:735 +msgid "Community/Celebrity Account" +msgstr "Komunitní účet / Účet celebrity" + +#: ../../mod/admin.php:185 ../../mod/admin.php:736 +msgid "Automatic Friend Account" +msgstr "Účet s automatickým schvalováním přátel" + +#: ../../mod/admin.php:186 +msgid "Blog Account" +msgstr "Účet Blogu" + +#: ../../mod/admin.php:187 +msgid "Private Forum" +msgstr "Soukromé fórum" + +#: ../../mod/admin.php:206 +msgid "Message queues" +msgstr "Fronty zpráv" + +#: ../../mod/admin.php:211 ../../mod/admin.php:489 ../../mod/admin.php:761 +#: ../../mod/admin.php:858 ../../mod/admin.php:900 ../../mod/admin.php:1066 +#: ../../mod/admin.php:1100 ../../mod/admin.php:1187 +msgid "Administration" +msgstr "Administrace" + +#: ../../mod/admin.php:212 +msgid "Summary" +msgstr "Shrnutí" + +#: ../../mod/admin.php:214 +msgid "Registered users" +msgstr "Registrovaní uživatelé" + +#: ../../mod/admin.php:216 +msgid "Pending registrations" +msgstr "Čekající registrace" + +#: ../../mod/admin.php:217 +msgid "Version" +msgstr "Verze" + +#: ../../mod/admin.php:219 +msgid "Active plugins" +msgstr "Aktivní pluginy" + +#: ../../mod/admin.php:405 +msgid "Site settings updated." +msgstr "Nastavení webu aktualizováno." + +#: ../../mod/admin.php:434 ../../mod/settings.php:793 +msgid "No special theme for mobile devices" +msgstr "žádné speciální téma pro mobilní zařízení" + +#: ../../mod/admin.php:451 ../../mod/contacts.php:330 +msgid "Never" +msgstr "Nikdy" + +#: ../../mod/admin.php:460 +msgid "Multi user instance" +msgstr "Více uživatelská instance" + +#: ../../mod/admin.php:476 +msgid "Closed" +msgstr "Uzavřeno" + +#: ../../mod/admin.php:477 +msgid "Requires approval" +msgstr "Vyžaduje schválení" + +#: ../../mod/admin.php:478 +msgid "Open" +msgstr "Otevřená" + +#: ../../mod/admin.php:482 +msgid "No SSL policy, links will track page SSL state" +msgstr "Žádná SSL politika, odkazy budou následovat stránky SSL stav" + +#: ../../mod/admin.php:483 +msgid "Force all links to use SSL" +msgstr "Vyžadovat u všech odkazů použití SSL" + +#: ../../mod/admin.php:484 +msgid "Self-signed certificate, use SSL for local links only (discouraged)" +msgstr "Certifikát podepsaný sám sebou, použít SSL pouze pro lokální odkazy (nedoporučeno)" + +#: ../../mod/admin.php:492 ../../mod/register.php:261 +msgid "Registration" +msgstr "Registrace" + +#: ../../mod/admin.php:493 +msgid "File upload" +msgstr "Nahrání souborů" + +#: ../../mod/admin.php:494 +msgid "Policies" +msgstr "Politiky" + +#: ../../mod/admin.php:495 +msgid "Advanced" +msgstr "Pokročilé" + +#: ../../mod/admin.php:496 +msgid "Performance" +msgstr "Výkonnost" + +#: ../../mod/admin.php:500 +msgid "Site name" +msgstr "Název webu" + +#: ../../mod/admin.php:501 +msgid "Banner/Logo" +msgstr "Banner/logo" + +#: ../../mod/admin.php:502 +msgid "System language" +msgstr "Systémový jazyk" + +#: ../../mod/admin.php:503 +msgid "System theme" +msgstr "Grafická šablona systému " + +#: ../../mod/admin.php:503 +msgid "" +"Default system theme - may be over-ridden by user profiles - change theme settings" +msgstr "Defaultní systémové téma - může být změněno v uživatelských profilech - změnit theme settings" + +#: ../../mod/admin.php:504 +msgid "Mobile system theme" +msgstr "Systémové téma zobrazení pro mobilní zařízení" + +#: ../../mod/admin.php:504 +msgid "Theme for mobile devices" +msgstr "Téma zobrazení pro mobilní zařízení" + +#: ../../mod/admin.php:505 +msgid "SSL link policy" +msgstr "Politika SSL odkazů" + +#: ../../mod/admin.php:505 +msgid "Determines whether generated links should be forced to use SSL" +msgstr "Určuje, zda-li budou generované odkazy používat SSL" + +#: ../../mod/admin.php:506 +msgid "'Share' element" +msgstr "Element \"Sdílet\"" + +#: ../../mod/admin.php:506 +msgid "Activates the bbcode element 'share' for repeating items." +msgstr "Aktivuje bbcode prvek 'share' pro opakované položky." + +#: ../../mod/admin.php:507 +msgid "Hide help entry from navigation menu" +msgstr "skrýt nápovědu z navigačního menu" + +#: ../../mod/admin.php:507 +msgid "" +"Hides the menu entry for the Help pages from the navigation menu. You can " +"still access it calling /help directly." +msgstr "Skryje menu ze stránek Nápověda z navigačního menu. Nápovědu můžete stále zobrazit přímo zadáním /help." + +#: ../../mod/admin.php:508 +msgid "Single user instance" +msgstr "Jednouživatelská instance" + +#: ../../mod/admin.php:508 +msgid "Make this instance multi-user or single-user for the named user" +msgstr "Nastavit tuto instanci víceuživatelskou nebo jednouživatelskou pro pojmenovaného uživatele" + +#: ../../mod/admin.php:509 +msgid "Maximum image size" +msgstr "Maximální velikost obrázků" + +#: ../../mod/admin.php:509 +msgid "" +"Maximum size in bytes of uploaded images. Default is 0, which means no " +"limits." +msgstr "Maximální velikost v bajtech nahraných obrázků. Defaultní je 0, což znamená neomezeno." + +#: ../../mod/admin.php:510 +msgid "Maximum image length" +msgstr "Maximální velikost obrázků" + +#: ../../mod/admin.php:510 +msgid "" +"Maximum length in pixels of the longest side of uploaded images. Default is " +"-1, which means no limits." +msgstr "Maximální délka v pixelech delší stránky nahrávaných obrázků. Defaultně je -1, což označuje bez limitu" + +#: ../../mod/admin.php:511 +msgid "JPEG image quality" +msgstr "JPEG kvalita obrázku" + +#: ../../mod/admin.php:511 +msgid "" +"Uploaded JPEGS will be saved at this quality setting [0-100]. Default is " +"100, which is full quality." +msgstr "Nahrávaný JPEG bude uložen se zadanou kvalitou v rozmezí [0-100]. Defaultní je 100, což znamená plnou kvalitu." + +#: ../../mod/admin.php:513 +msgid "Register policy" +msgstr "Politika registrace" + +#: ../../mod/admin.php:514 +msgid "Maximum Daily Registrations" +msgstr "Maximální počet denních registrací" + +#: ../../mod/admin.php:514 +msgid "" +"If registration is permitted above, this sets the maximum number of new user" +" registrations to accept per day. If register is set to closed, this " +"setting has no effect." +msgstr "Pokud je registrace výše povolena, zde se nastaví maximální počet registrací nových uživatelů za den.\nPokud je registrace zakázána, toto nastavení nemá žádný efekt." + +#: ../../mod/admin.php:515 +msgid "Register text" +msgstr "Registrace textu" + +#: ../../mod/admin.php:515 +msgid "Will be displayed prominently on the registration page." +msgstr "Bude zřetelně zobrazeno na registrační stránce." + +#: ../../mod/admin.php:516 +msgid "Accounts abandoned after x days" +msgstr "Účet je opuštěn po x dnech" + +#: ../../mod/admin.php:516 +msgid "" +"Will not waste system resources polling external sites for abandonded " +"accounts. Enter 0 for no time limit." +msgstr "Neztrácejte systémové zdroje kontaktováním externích webů s opuštěnými účty. Zadejte 0 pro žádný časový limit." + +#: ../../mod/admin.php:517 +msgid "Allowed friend domains" +msgstr "Povolené domény přátel" + +#: ../../mod/admin.php:517 +msgid "" +"Comma separated list of domains which are allowed to establish friendships " +"with this site. Wildcards are accepted. Empty to allow any domains" +msgstr "Čárkou oddělený seznam domén, kterým je povoleno navazovat přátelství s tímto webem. Zástupné znaky (wildcards) jsou povoleny. Prázné znamená libovolnou doménu." + +#: ../../mod/admin.php:518 +msgid "Allowed email domains" +msgstr "Povolené e-mailové domény" + +#: ../../mod/admin.php:518 +msgid "" +"Comma separated list of domains which are allowed in email addresses for " +"registrations to this site. Wildcards are accepted. Empty to allow any " +"domains" +msgstr "Čárkou oddělený seznam domén emalových adres, kterým je povoleno provádět registraci na tomto webu. Zástupné znaky (wildcards) jsou povoleny. Prázné znamená libovolnou doménu." + +#: ../../mod/admin.php:519 +msgid "Block public" +msgstr "Blokovat veřejnost" + +#: ../../mod/admin.php:519 +msgid "" +"Check to block public access to all otherwise public personal pages on this " +"site unless you are currently logged in." +msgstr "Označemím přepínače zablokujete veřejný přístup ke všem jinak veřejně přístupným soukromým stránkám uživatelům, kteří nebudou přihlášeni." + +#: ../../mod/admin.php:520 +msgid "Force publish" +msgstr "Publikovat" + +#: ../../mod/admin.php:520 +msgid "" +"Check to force all profiles on this site to be listed in the site directory." +msgstr "Označením přepínače budou včechny profily na tomto webu uvedeny v adresáři webu." + +#: ../../mod/admin.php:521 +msgid "Global directory update URL" +msgstr "aktualizace URL adresy Globálního adresáře " + +#: ../../mod/admin.php:521 +msgid "" +"URL to update the global directory. If this is not set, the global directory" +" is completely unavailable to the application." +msgstr "URL adresa k aktualizaci globálního adresáře. Pokud není zadáno, funkce globálního adresáře není dostupná žádné aplikaci." + +#: ../../mod/admin.php:522 +msgid "Allow threaded items" +msgstr "Povolit vícevláknové zpracování obsahu" + +#: ../../mod/admin.php:522 +msgid "Allow infinite level threading for items on this site." +msgstr "Povolit zpracování obsahu tohoto webu neomezeným počtem paralelních vláken." + +#: ../../mod/admin.php:523 +msgid "Private posts by default for new users" +msgstr "Nastavit pro nové uživatele příspěvky jako soukromé" + +#: ../../mod/admin.php:523 +msgid "" +"Set default post permissions for all new members to the default privacy " +"group rather than public." +msgstr "Nastavit defaultní práva pro příspěvky od všech nových členů na výchozí soukromou skupinu raději než jako veřejné." + +#: ../../mod/admin.php:524 +msgid "Don't include post content in email notifications" +msgstr "Nezahrnovat obsah příspěvků v emailových upozorněních" + +#: ../../mod/admin.php:524 +msgid "" +"Don't include the content of a post/comment/private message/etc. in the " +"email notifications that are sent out from this site, as a privacy measure." +msgstr " V mailových upozorněních, které jsou odesílány z tohoto webu jako soukromé zprávy, nejsou z důvodů bezpečnosti obsaženy příspěvky/komentáře/soukromé zprávy apod. " + +#: ../../mod/admin.php:525 +msgid "Disallow public access to addons listed in the apps menu." +msgstr "Zakázat veřejný přístup k rozšířením uvedeným v menu aplikace." + +#: ../../mod/admin.php:525 +msgid "" +"Checking this box will restrict addons listed in the apps menu to members " +"only." +msgstr "Označení této volby omezí rozšíření uvedená v menu aplikace pouze pro členy." + +#: ../../mod/admin.php:526 +msgid "Don't embed private images in posts" +msgstr "Nepovolit přidávání soukromých správ v příspěvcích" + +#: ../../mod/admin.php:526 +msgid "" +"Don't replace locally-hosted private photos in posts with an embedded copy " +"of the image. This means that contacts who receive posts containing private " +"photos will have to authenticate and load each image, which may take a " +"while." +msgstr "Nereplikovat lokální soukromé fotografie v příspěvcích s přidáním kopie obrázku. To znamená, že kontakty, které obdrží příspěvek obsahující soukromé fotografie se budou muset přihlásit a načíst každý obrázek, což může zabrat nějaký čas." + +#: ../../mod/admin.php:528 +msgid "Block multiple registrations" +msgstr "Blokovat více registrací" + +#: ../../mod/admin.php:528 +msgid "Disallow users to register additional accounts for use as pages." +msgstr "Znemožnit uživatelům registraci dodatečných účtů k použití jako stránky." + +#: ../../mod/admin.php:529 +msgid "OpenID support" +msgstr "podpora OpenID" + +#: ../../mod/admin.php:529 +msgid "OpenID support for registration and logins." +msgstr "Podpora OpenID pro registraci a přihlašování." + +#: ../../mod/admin.php:530 +msgid "Fullname check" +msgstr "kontrola úplného jména" + +#: ../../mod/admin.php:530 +msgid "" +"Force users to register with a space between firstname and lastname in Full " +"name, as an antispam measure" +msgstr "Přimět uživatele k registraci s mezerou mezi jménu a příjmením v poli Celé jméno, jako antispamové opatření." + +#: ../../mod/admin.php:531 +msgid "UTF-8 Regular expressions" +msgstr "UTF-8 Regulární výrazy" + +#: ../../mod/admin.php:531 +msgid "Use PHP UTF8 regular expressions" +msgstr "Použít PHP UTF8 regulární výrazy." + +#: ../../mod/admin.php:532 +msgid "Show Community Page" +msgstr "Zobrazit stránku komunity" + +#: ../../mod/admin.php:532 +msgid "" +"Display a Community page showing all recent public postings on this site." +msgstr "Zobrazit Komunitní stránku zobrazující všechny veřejné příspěvky napsané na této stránce." + +#: ../../mod/admin.php:533 +msgid "Enable OStatus support" +msgstr "Zapnout podporu OStatus" + +#: ../../mod/admin.php:533 +msgid "" +"Provide built-in OStatus (identi.ca, status.net, etc.) compatibility. All " +"communications in OStatus are public, so privacy warnings will be " +"occasionally displayed." +msgstr "Poskytnout zabudouvanou kompatibilitu s OStatus (identi.ca, status.net, etc.). Veškerá komunikace s OStatus je veřejná, proto bude občas zobrazeno upozornění." + +#: ../../mod/admin.php:534 +msgid "OStatus conversation completion interval" +msgstr "Interval dokončení konverzace OStatus" + +#: ../../mod/admin.php:534 +msgid "" +"How often shall the poller check for new entries in OStatus conversations? " +"This can be a very ressource task." +msgstr "Jak často by mělo probíhat ověřování pro nové přísvěvky v konverzacích OStatus? Toto může být velmi výkonově náročný úkol." + +#: ../../mod/admin.php:535 +msgid "Enable Diaspora support" +msgstr "Povolit podporu Diaspora" + +#: ../../mod/admin.php:535 +msgid "Provide built-in Diaspora network compatibility." +msgstr "Poskytnout zabudovanou kompatibilitu sitě Diaspora." + +#: ../../mod/admin.php:536 +msgid "Only allow Friendica contacts" +msgstr "Povolit pouze Friendica kontakty" + +#: ../../mod/admin.php:536 +msgid "" +"All contacts must use Friendica protocols. All other built-in communication " +"protocols disabled." +msgstr "Všechny kontakty musí používat Friendica protokol. Všchny jiné zabudované komunikační protokoly budou zablokované." + +#: ../../mod/admin.php:537 +msgid "Verify SSL" +msgstr "Ověřit SSL" + +#: ../../mod/admin.php:537 +msgid "" +"If you wish, you can turn on strict certificate checking. This will mean you" +" cannot connect (at all) to self-signed SSL sites." +msgstr "Pokud si přejete, můžete vynutit striktní ověřování certifikátů. To znamená že se nebudete moci připojit k žádnému serveru s vlastním SSL certifikátem." + +#: ../../mod/admin.php:538 +msgid "Proxy user" +msgstr "Proxy uživatel" + +#: ../../mod/admin.php:539 +msgid "Proxy URL" +msgstr "Proxy URL adresa" + +#: ../../mod/admin.php:540 +msgid "Network timeout" +msgstr "čas síťového spojení vypršelo (timeout)" + +#: ../../mod/admin.php:540 +msgid "Value is in seconds. Set to 0 for unlimited (not recommended)." +msgstr "Hodnota ve vteřinách. Nastavte 0 pro neomezeno (není doporučeno)." + +#: ../../mod/admin.php:541 +msgid "Delivery interval" +msgstr "Interval doručování" + +#: ../../mod/admin.php:541 +msgid "" +"Delay background delivery processes by this many seconds to reduce system " +"load. Recommend: 4-5 for shared hosts, 2-3 for virtual private servers. 0-1 " +"for large dedicated servers." +msgstr "Prodleva mezi doručovacími procesy běžícími na pozadí snižuje zátěž systému. Doporučené nastavení: 4-5 pro sdílené instalace, 2-3 pro virtuální soukromé servery, 0-1 pro velké dedikované servery." + +#: ../../mod/admin.php:542 +msgid "Poll interval" +msgstr "Dotazovací interval" + +#: ../../mod/admin.php:542 +msgid "" +"Delay background polling processes by this many seconds to reduce system " +"load. If 0, use delivery interval." +msgstr "Tímto nastavením ovlivníte prodlení mezi aktualizačními procesy běžícími na pozadí, čímž můžete snížit systémovou zátěž. Pokud 0, použijte doručovací interval." + +#: ../../mod/admin.php:543 +msgid "Maximum Load Average" +msgstr "Maximální průměrné zatížení" + +#: ../../mod/admin.php:543 +msgid "" +"Maximum system load before delivery and poll processes are deferred - " +"default 50." +msgstr "Maximální zatížení systému před pozastavením procesů zajišťujících doručování aktualizací - defaultně 50" + +#: ../../mod/admin.php:545 +msgid "Use MySQL full text engine" +msgstr "Použít fulltextový vyhledávací stroj MySQL" + +#: ../../mod/admin.php:545 +msgid "" +"Activates the full text engine. Speeds up search - but can only search for " +"four and more characters." +msgstr "Aktivuje fulltextový vyhledávací stroj. Zrychluje vyhledávání ale pouze pro vyhledávání čtyř a více znaků" + +#: ../../mod/admin.php:546 +msgid "Path to item cache" +msgstr "Cesta k položkám vyrovnávací paměti" + +#: ../../mod/admin.php:547 +msgid "Cache duration in seconds" +msgstr "Doba platnosti vyrovnávací paměti v sekundách" + +#: ../../mod/admin.php:547 +msgid "" +"How long should the cache files be hold? Default value is 86400 seconds (One" +" day)." +msgstr "Jak dlouho by měla vyrovnávací paměť držet data? Výchozí hodnota je 86400 sekund (Jeden den)." + +#: ../../mod/admin.php:548 +msgid "Path for lock file" +msgstr "Cesta k souboru zámku" + +#: ../../mod/admin.php:549 +msgid "Temp path" +msgstr "Cesta k dočasným souborům" + +#: ../../mod/admin.php:550 +msgid "Base path to installation" +msgstr "Základní cesta k instalaci" + +#: ../../mod/admin.php:567 +msgid "Update has been marked successful" +msgstr "Aktualizace byla označena jako úspěšná." + +#: ../../mod/admin.php:577 +#, php-format +msgid "Executing %s failed. Check system logs." +msgstr "Vykonávání %s selhalo. Zkontrolujte chybový protokol." + +#: ../../mod/admin.php:580 +#, php-format +msgid "Update %s was successfully applied." +msgstr "Aktualizace %s byla úspěšně aplikována." + +#: ../../mod/admin.php:584 +#, php-format +msgid "Update %s did not return a status. Unknown if it succeeded." +msgstr "Aktualizace %s nevrátila žádný status. Není zřejmé, jestli byla úspěšná." + +#: ../../mod/admin.php:587 +#, php-format +msgid "Update function %s could not be found." +msgstr "Aktualizační funkce %s nebyla nalezena." + +#: ../../mod/admin.php:602 +msgid "No failed updates." +msgstr "Žádné neúspěšné aktualizace." + +#: ../../mod/admin.php:606 +msgid "Failed Updates" +msgstr "Neúspěšné aktualizace" + +#: ../../mod/admin.php:607 +msgid "" +"This does not include updates prior to 1139, which did not return a status." +msgstr "To nezahrnuje aktualizace do verze 1139, které nevracejí žádný status." + +#: ../../mod/admin.php:608 +msgid "Mark success (if update was manually applied)" +msgstr "Označit za úspěšné (pokud byla aktualizace aplikována manuálně)" + +#: ../../mod/admin.php:609 +msgid "Attempt to execute this update step automatically" +msgstr "Pokusit se provést tuto aktualizaci automaticky." + +#: ../../mod/admin.php:634 +#, php-format +msgid "%s user blocked/unblocked" +msgid_plural "%s users blocked/unblocked" +msgstr[0] "%s uživatel blokován/odblokován" +msgstr[1] "%s uživatelů blokováno/odblokováno" +msgstr[2] "%s uživatelů blokováno/odblokováno" + +#: ../../mod/admin.php:641 +#, php-format +msgid "%s user deleted" +msgid_plural "%s users deleted" +msgstr[0] "%s uživatel smazán" +msgstr[1] "%s uživatelů smazáno" +msgstr[2] "%s uživatelů smazáno" + +#: ../../mod/admin.php:680 +#, php-format +msgid "User '%s' deleted" +msgstr "Uživatel '%s' smazán" + +#: ../../mod/admin.php:688 +#, php-format +msgid "User '%s' unblocked" +msgstr "Uživatel '%s' odblokován" + +#: ../../mod/admin.php:688 +#, php-format +msgid "User '%s' blocked" +msgstr "Uživatel '%s' blokován" + +#: ../../mod/admin.php:764 +msgid "select all" +msgstr "Vybrat vše" + +#: ../../mod/admin.php:765 +msgid "User registrations waiting for confirm" +msgstr "Registrace uživatele čeká na potvrzení" + +#: ../../mod/admin.php:766 +msgid "Request date" +msgstr "Datum žádosti" + +#: ../../mod/admin.php:766 ../../mod/admin.php:777 ../../mod/settings.php:586 +#: ../../mod/settings.php:612 ../../mod/crepair.php:148 +msgid "Name" +msgstr "Jméno" + +#: ../../mod/admin.php:767 +msgid "No registrations." +msgstr "Žádné registrace." + +#: ../../mod/admin.php:768 ../../mod/notifications.php:161 +#: ../../mod/notifications.php:208 +msgid "Approve" +msgstr "Schválit" + +#: ../../mod/admin.php:769 +msgid "Deny" +msgstr "Odmítnout" + +#: ../../mod/admin.php:771 ../../mod/contacts.php:353 +#: ../../mod/contacts.php:412 +msgid "Block" +msgstr "Blokovat" + +#: ../../mod/admin.php:772 ../../mod/contacts.php:353 +#: ../../mod/contacts.php:412 +msgid "Unblock" +msgstr "Odblokovat" + +#: ../../mod/admin.php:773 +msgid "Site admin" +msgstr "Site administrátor" + +#: ../../mod/admin.php:774 +msgid "Account expired" +msgstr "Účtu vypršela platnost" + +#: ../../mod/admin.php:777 +msgid "Register date" +msgstr "Datum registrace" + +#: ../../mod/admin.php:777 +msgid "Last login" +msgstr "Datum posledního přihlášení" + +#: ../../mod/admin.php:777 +msgid "Last item" +msgstr "Poslední položka" + +#: ../../mod/admin.php:777 +msgid "Account" +msgstr "Účet" + +#: ../../mod/admin.php:779 +msgid "" +"Selected users will be deleted!\\n\\nEverything these users had posted on " +"this site will be permanently deleted!\\n\\nAre you sure?" +msgstr "Vybraní uživatelé budou smazáni!\\n\\n Vše, co tito uživatelé na těchto stránkách vytvořili, bude trvale odstraněno!\\n\\n Opravdu pokračovat?" + +#: ../../mod/admin.php:780 +msgid "" +"The user {0} will be deleted!\\n\\nEverything this user has posted on this " +"site will be permanently deleted!\\n\\nAre you sure?" +msgstr "Uživatel {0} bude smazán!\\n\\n Vše, co tento uživatel na těchto stránkách vytvořil, bude trvale odstraněno!\\n\\n Opravdu pokračovat?" + +#: ../../mod/admin.php:821 +#, php-format +msgid "Plugin %s disabled." +msgstr "Plugin %s zakázán." + +#: ../../mod/admin.php:825 +#, php-format +msgid "Plugin %s enabled." +msgstr "Plugin %s povolen." + +#: ../../mod/admin.php:835 ../../mod/admin.php:1038 +msgid "Disable" +msgstr "Zakázat" + +#: ../../mod/admin.php:837 ../../mod/admin.php:1040 +msgid "Enable" +msgstr "Povolit" + +#: ../../mod/admin.php:860 ../../mod/admin.php:1068 +msgid "Toggle" +msgstr "Přepnout" + +#: ../../mod/admin.php:868 ../../mod/admin.php:1078 +msgid "Author: " +msgstr "Autor: " + +#: ../../mod/admin.php:869 ../../mod/admin.php:1079 +msgid "Maintainer: " +msgstr "Správce: " + +#: ../../mod/admin.php:998 +msgid "No themes found." +msgstr "Nenalezeny žádná témata." + +#: ../../mod/admin.php:1060 +msgid "Screenshot" +msgstr "Snímek obrazovky" + +#: ../../mod/admin.php:1106 +msgid "[Experimental]" +msgstr "[Experimentální]" + +#: ../../mod/admin.php:1107 +msgid "[Unsupported]" +msgstr "[Nepodporováno]" + +#: ../../mod/admin.php:1134 +msgid "Log settings updated." +msgstr "Nastavení protokolu aktualizováno." + +#: ../../mod/admin.php:1190 +msgid "Clear" +msgstr "Vyčistit" + +#: ../../mod/admin.php:1196 +msgid "Enable Debugging" +msgstr "Povolit ladění" + +#: ../../mod/admin.php:1197 +msgid "Log file" +msgstr "Soubor s logem" + +#: ../../mod/admin.php:1197 +msgid "" +"Must be writable by web server. Relative to your Friendica top-level " +"directory." +msgstr "Musí být editovatelné web serverem. Relativní cesta k vašemu kořenovému adresáři Friendica" + +#: ../../mod/admin.php:1198 +msgid "Log level" +msgstr "Úroveň auditu" + +#: ../../mod/admin.php:1247 ../../mod/contacts.php:409 +msgid "Update now" +msgstr "Aktualizovat" + +#: ../../mod/admin.php:1248 +msgid "Close" +msgstr "Zavřít" + +#: ../../mod/admin.php:1254 +msgid "FTP Host" +msgstr "Hostitel FTP" + +#: ../../mod/admin.php:1255 +msgid "FTP Path" +msgstr "Cesta FTP" + +#: ../../mod/admin.php:1256 +msgid "FTP User" +msgstr "FTP uživatel" + +#: ../../mod/admin.php:1257 +msgid "FTP Password" +msgstr "FTP heslo" + +#: ../../mod/item.php:108 +msgid "Unable to locate original post." +msgstr "Nelze nalézt původní příspěvek." + +#: ../../mod/item.php:310 +msgid "Empty post discarded." +msgstr "Prázdný příspěvek odstraněn." + +#: ../../mod/item.php:872 +msgid "System error. Post not saved." +msgstr "Chyba systému. Příspěvek nebyl uložen." + +#: ../../mod/item.php:897 +#, php-format +msgid "" +"This message was sent to you by %s, a member of the Friendica social " +"network." +msgstr "Tato zpráva vám byla zaslána od %s, člena sociální sítě Friendica." + +#: ../../mod/item.php:899 +#, php-format +msgid "You may visit them online at %s" +msgstr "Můžete je navštívit online na adrese %s" + +#: ../../mod/item.php:900 +msgid "" +"Please contact the sender by replying to this post if you do not wish to " +"receive these messages." +msgstr "Pokud nechcete dostávat tyto zprávy, kontaktujte prosím odesilatele odpovědí na tento záznam." + +#: ../../mod/item.php:904 +#, php-format +msgid "%s posted an update." +msgstr "%s poslal aktualizaci." + +#: ../../mod/allfriends.php:34 +#, php-format +msgid "Friends of %s" +msgstr "Přátelé uživatele %s" + +#: ../../mod/allfriends.php:40 +msgid "No friends to display." +msgstr "Žádní přátelé k zobrazení" + +#: ../../mod/search.php:21 ../../mod/network.php:224 +msgid "Remove term" +msgstr "Odstranit termín" + +#: ../../mod/search.php:180 ../../mod/search.php:206 +#: ../../mod/community.php:61 ../../mod/community.php:89 +msgid "No results." +msgstr "Žádné výsledky." + +#: ../../mod/api.php:76 ../../mod/api.php:102 +msgid "Authorize application connection" +msgstr "Povolit připojení aplikacím" + +#: ../../mod/api.php:77 +msgid "Return to your app and insert this Securty Code:" +msgstr "Vraťte se do vaší aplikace a zadejte tento bezpečnostní kód:" + +#: ../../mod/api.php:89 +msgid "Please login to continue." +msgstr "Pro pokračování se prosím přihlaste." + +#: ../../mod/api.php:104 +msgid "" +"Do you want to authorize this application to access your posts and contacts," +" and/or create new posts for you?" +msgstr "Chcete umožnit této aplikaci přístup k vašim příspěvkům a kontaktům a/nebo k vytváření Vašich nových příspěvků?" + +#: ../../mod/register.php:91 ../../mod/regmod.php:54 +#, php-format +msgid "Registration details for %s" +msgstr "Registrační údaje pro %s" + +#: ../../mod/register.php:99 +msgid "" +"Registration successful. Please check your email for further instructions." +msgstr "Registrace úspěšná. Zkontrolujte prosím svůj e-mail pro další instrukce." + +#: ../../mod/register.php:103 +msgid "Failed to send email message. Here is the message that failed." +msgstr "Nepodařilo se odeslat zprávu na e-mail. Zde je zpráva, která nebyla odeslána." + +#: ../../mod/register.php:108 +msgid "Your registration can not be processed." +msgstr "Vaši registraci nelze zpracovat." + +#: ../../mod/register.php:145 +#, php-format +msgid "Registration request at %s" +msgstr "Žádost o registraci na %s" + +#: ../../mod/register.php:154 +msgid "Your registration is pending approval by the site owner." +msgstr "Vaše registrace čeká na schválení vlastníkem serveru." + +#: ../../mod/register.php:192 ../../mod/uimport.php:50 +msgid "" +"This site has exceeded the number of allowed daily account registrations. " +"Please try again tomorrow." +msgstr "Došlo k překročení maximálního povoleného počtu registrací za den na tomto serveru. Zkuste to zítra znovu." + +#: ../../mod/register.php:220 +msgid "" +"You may (optionally) fill in this form via OpenID by supplying your OpenID " +"and clicking 'Register'." +msgstr "Tento formulář můžete (volitelně) vyplnit s pomocí OpenID tím, že vyplníte své OpenID a kliknutete na tlačítko 'Zaregistrovat'." + +#: ../../mod/register.php:221 +msgid "" +"If you are not familiar with OpenID, please leave that field blank and fill " +"in the rest of the items." +msgstr "Pokud nepoužíváte OpenID, nechte prosím toto pole prázdné a vyplňte zbylé položky." + +#: ../../mod/register.php:222 +msgid "Your OpenID (optional): " +msgstr "Vaše OpenID (nepovinné): " + +#: ../../mod/register.php:236 +msgid "Include your profile in member directory?" +msgstr "Toto je Váš veřejný profil.
Ten může být viditelný kýmkoliv na internetu." + +#: ../../mod/register.php:257 +msgid "Membership on this site is by invitation only." +msgstr "Členství na tomto webu je pouze na pozvání." + +#: ../../mod/register.php:258 +msgid "Your invitation ID: " +msgstr "Vaše pozvání ID:" + +#: ../../mod/register.php:269 +msgid "Your Full Name (e.g. Joe Smith): " +msgstr "Vaše celé jméno (např. Jan Novák):" + +#: ../../mod/register.php:270 +msgid "Your Email Address: " +msgstr "Vaše e-mailová adresa:" + +#: ../../mod/register.php:271 +msgid "" +"Choose a profile nickname. This must begin with a text character. Your " +"profile address on this site will then be " +"'nickname@$sitename'." +msgstr "Vyberte přezdívku k profilu. Ta musí začít s textovým znakem. Vaše profilová adresa na tomto webu pak bude \"přezdívka@$sitename\"." + +#: ../../mod/register.php:272 +msgid "Choose a nickname: " +msgstr "Vyberte přezdívku:" + +#: ../../mod/regmod.php:63 +msgid "Account approved." +msgstr "Účet schválen." + +#: ../../mod/regmod.php:100 +#, php-format +msgid "Registration revoked for %s" +msgstr "Registrace zrušena pro %s" + +#: ../../mod/regmod.php:112 +msgid "Please login." +msgstr "Přihlaste se, prosím." + +#: ../../mod/attach.php:8 +msgid "Item not available." +msgstr "Položka není k dispozici." + +#: ../../mod/attach.php:20 +msgid "Item was not found." +msgstr "Položka nebyla nalezena." + +#: ../../mod/removeme.php:45 ../../mod/removeme.php:48 +msgid "Remove My Account" +msgstr "Odstranit můj účet" + +#: ../../mod/removeme.php:46 +msgid "" +"This will completely remove your account. Once this has been done it is not " +"recoverable." +msgstr "Tímto bude kompletně odstraněn váš účet. Jakmile bude účet odstraněn, nebude už možné ho obnovit." + +#: ../../mod/removeme.php:47 +msgid "Please enter your password for verification:" +msgstr "Prosím, zadejte své heslo pro ověření:" + +#: ../../mod/babel.php:17 +msgid "Source (bbcode) text:" +msgstr "Zdrojový text (bbcode):" + +#: ../../mod/babel.php:23 +msgid "Source (Diaspora) text to convert to BBcode:" +msgstr "Zdrojový (Diaspora) text k převedení do BB kódování:" + +#: ../../mod/babel.php:31 +msgid "Source input: " +msgstr "Zdrojový vstup: " + +#: ../../mod/babel.php:35 +msgid "bb2html (raw HTML): " +msgstr "bb2html (raw HTML): " + +#: ../../mod/babel.php:39 +msgid "bb2html: " +msgstr "bb2html: " + +#: ../../mod/babel.php:43 +msgid "bb2html2bb: " +msgstr "bb2html2bb: " + +#: ../../mod/babel.php:47 +msgid "bb2md: " +msgstr "bb2md: " + +#: ../../mod/babel.php:51 +msgid "bb2md2html: " +msgstr "bb2md2html: " + +#: ../../mod/babel.php:55 +msgid "bb2dia2bb: " +msgstr "bb2dia2bb: " + +#: ../../mod/babel.php:59 +msgid "bb2md2html2bb: " +msgstr "bb2md2html2bb: " + +#: ../../mod/babel.php:69 +msgid "Source input (Diaspora format): " +msgstr "Vstupní data (ve formátu Diaspora): " + +#: ../../mod/babel.php:74 +msgid "diaspora2bb: " +msgstr "diaspora2bb: " + +#: ../../mod/common.php:42 +msgid "Common Friends" +msgstr "Společní přátelé" + +#: ../../mod/common.php:78 +msgid "No contacts in common." +msgstr "Žádné společné kontakty." + +#: ../../mod/apps.php:7 +msgid "You must be logged in to use addons. " +msgstr "Musíte být přihlášení pro použití rozšíření." + +#: ../../mod/apps.php:11 +msgid "Applications" +msgstr "Aplikace" + +#: ../../mod/apps.php:14 +msgid "No installed applications." +msgstr "Žádné nainstalované aplikace." + +#: ../../mod/contacts.php:85 ../../mod/contacts.php:165 +msgid "Could not access contact record." +msgstr "Nelze získat přístup k záznamu kontaktu." + +#: ../../mod/contacts.php:99 +msgid "Could not locate selected profile." +msgstr "Nelze nalézt vybraný profil." + +#: ../../mod/contacts.php:122 +msgid "Contact updated." +msgstr "Kontakt aktualizován." + +#: ../../mod/contacts.php:124 ../../mod/dfrn_request.php:571 +msgid "Failed to update contact record." +msgstr "Nepodařilo se aktualizovat kontakt." + +#: ../../mod/contacts.php:187 +msgid "Contact has been blocked" +msgstr "Kontakt byl zablokován" + +#: ../../mod/contacts.php:187 +msgid "Contact has been unblocked" +msgstr "Kontakt byl odblokován" + +#: ../../mod/contacts.php:201 +msgid "Contact has been ignored" +msgstr "Kontakt bude ignorován" + +#: ../../mod/contacts.php:201 +msgid "Contact has been unignored" +msgstr "Kontakt přestal být ignorován" + +#: ../../mod/contacts.php:220 +msgid "Contact has been archived" +msgstr "Kontakt byl archivován" + +#: ../../mod/contacts.php:220 +msgid "Contact has been unarchived" +msgstr "Kontakt byl vrácen z archívu." + +#: ../../mod/contacts.php:244 +msgid "Do you really want to delete this contact?" +msgstr "Opravdu chcete smazat tento kontakt?" + +#: ../../mod/contacts.php:263 +msgid "Contact has been removed." +msgstr "Kontakt byl odstraněn." + +#: ../../mod/contacts.php:301 +#, php-format +msgid "You are mutual friends with %s" +msgstr "Jste vzájemní přátelé s uživatelem %s" + +#: ../../mod/contacts.php:305 +#, php-format +msgid "You are sharing with %s" +msgstr "Sdílíte s uživatelem %s" + +#: ../../mod/contacts.php:310 +#, php-format +msgid "%s is sharing with you" +msgstr "uživatel %s sdílí s vámi" + +#: ../../mod/contacts.php:327 +msgid "Private communications are not available for this contact." +msgstr "Soukromá komunikace není dostupná pro tento kontakt." + +#: ../../mod/contacts.php:334 +msgid "(Update was successful)" +msgstr "(Aktualizace byla úspěšná)" + +#: ../../mod/contacts.php:334 +msgid "(Update was not successful)" +msgstr "(Aktualizace nebyla úspěšná)" + +#: ../../mod/contacts.php:336 +msgid "Suggest friends" +msgstr "Navrhněte přátelé" + +#: ../../mod/contacts.php:340 +#, php-format +msgid "Network type: %s" +msgstr "Typ sítě: %s" + +#: ../../mod/contacts.php:348 +msgid "View all contacts" +msgstr "Zobrazit všechny kontakty" + +#: ../../mod/contacts.php:356 +msgid "Toggle Blocked status" +msgstr "Přepnout stav Blokováno" + +#: ../../mod/contacts.php:359 ../../mod/contacts.php:413 +msgid "Unignore" +msgstr "Přestat ignorovat" + +#: ../../mod/contacts.php:359 ../../mod/contacts.php:413 +#: ../../mod/notifications.php:51 ../../mod/notifications.php:164 +#: ../../mod/notifications.php:210 +msgid "Ignore" +msgstr "Ignorovat" + +#: ../../mod/contacts.php:362 +msgid "Toggle Ignored status" +msgstr "Přepnout stav Ignorováno" + +#: ../../mod/contacts.php:366 +msgid "Unarchive" +msgstr "Vrátit z archívu" + +#: ../../mod/contacts.php:366 +msgid "Archive" +msgstr "Archivovat" + +#: ../../mod/contacts.php:369 +msgid "Toggle Archive status" +msgstr "Přepnout stav Archivováno" + +#: ../../mod/contacts.php:372 +msgid "Repair" +msgstr "Opravit" + +#: ../../mod/contacts.php:375 +msgid "Advanced Contact Settings" +msgstr "Pokročilé nastavení kontaktu" + +#: ../../mod/contacts.php:381 +msgid "Communications lost with this contact!" +msgstr "Komunikace s tímto kontaktem byla ztracena!" + +#: ../../mod/contacts.php:384 +msgid "Contact Editor" +msgstr "Editor kontaktu" + +#: ../../mod/contacts.php:387 +msgid "Profile Visibility" +msgstr "Viditelnost profilu" + +#: ../../mod/contacts.php:388 +#, php-format +msgid "" +"Please choose the profile you would like to display to %s when viewing your " +"profile securely." +msgstr "Vyberte prosím profil, který chcete zobrazit %s při zabezpečeném prohlížení vašeho profilu." + +#: ../../mod/contacts.php:389 +msgid "Contact Information / Notes" +msgstr "Kontaktní informace / poznámky" + +#: ../../mod/contacts.php:390 +msgid "Edit contact notes" +msgstr "Editovat poznámky kontaktu" + +#: ../../mod/contacts.php:396 +msgid "Block/Unblock contact" +msgstr "Blokovat / Odblokovat kontakt" + +#: ../../mod/contacts.php:397 +msgid "Ignore contact" +msgstr "Ignorovat kontakt" + +#: ../../mod/contacts.php:398 +msgid "Repair URL settings" +msgstr "Opravit nastavení adresy URL " + +#: ../../mod/contacts.php:399 +msgid "View conversations" +msgstr "Zobrazit konverzace" + +#: ../../mod/contacts.php:401 +msgid "Delete contact" +msgstr "Odstranit kontakt" + +#: ../../mod/contacts.php:405 +msgid "Last update:" +msgstr "Poslední aktualizace:" + +#: ../../mod/contacts.php:407 +msgid "Update public posts" +msgstr "Aktualizovat veřejné příspěvky" + +#: ../../mod/contacts.php:416 +msgid "Currently blocked" +msgstr "V současnosti zablokováno" + +#: ../../mod/contacts.php:417 +msgid "Currently ignored" +msgstr "V současnosti ignorováno" + +#: ../../mod/contacts.php:418 +msgid "Currently archived" +msgstr "Aktuálně archivován" + +#: ../../mod/contacts.php:419 ../../mod/notifications.php:157 +#: ../../mod/notifications.php:204 +msgid "Hide this contact from others" +msgstr "Skrýt tento kontakt před ostatními" + +#: ../../mod/contacts.php:419 +msgid "" +"Replies/likes to your public posts may still be visible" +msgstr "Odpovědi/Libí se na Vaše veřejné příspěvky mohou být stále viditelné" + +#: ../../mod/contacts.php:470 +msgid "Suggestions" +msgstr "Doporučení" + +#: ../../mod/contacts.php:473 +msgid "Suggest potential friends" +msgstr "Navrhnout potenciální přátele" + +#: ../../mod/contacts.php:476 ../../mod/group.php:194 +msgid "All Contacts" +msgstr "Všechny kontakty" + +#: ../../mod/contacts.php:479 +msgid "Show all contacts" +msgstr "Zobrazit všechny kontakty" + +#: ../../mod/contacts.php:482 +msgid "Unblocked" +msgstr "Odblokován" + +#: ../../mod/contacts.php:485 +msgid "Only show unblocked contacts" +msgstr "Zobrazit pouze neblokované kontakty" + +#: ../../mod/contacts.php:489 +msgid "Blocked" +msgstr "Blokován" + +#: ../../mod/contacts.php:492 +msgid "Only show blocked contacts" +msgstr "Zobrazit pouze blokované kontakty" + +#: ../../mod/contacts.php:496 +msgid "Ignored" +msgstr "Ignorován" + +#: ../../mod/contacts.php:499 +msgid "Only show ignored contacts" +msgstr "Zobrazit pouze ignorované kontakty" + +#: ../../mod/contacts.php:503 +msgid "Archived" +msgstr "Archivován" + +#: ../../mod/contacts.php:506 +msgid "Only show archived contacts" +msgstr "Zobrazit pouze archivované kontakty" + +#: ../../mod/contacts.php:510 +msgid "Hidden" +msgstr "Skrytý" + +#: ../../mod/contacts.php:513 +msgid "Only show hidden contacts" +msgstr "Zobrazit pouze skryté kontakty" + +#: ../../mod/contacts.php:561 +msgid "Mutual Friendship" +msgstr "Vzájemné přátelství" + +#: ../../mod/contacts.php:565 +msgid "is a fan of yours" +msgstr "je Váš fanoušek" + +#: ../../mod/contacts.php:569 +msgid "you are a fan of" +msgstr "jste fanouškem" + +#: ../../mod/contacts.php:611 +msgid "Search your contacts" +msgstr "Prohledat Vaše kontakty" + +#: ../../mod/contacts.php:612 ../../mod/directory.php:59 +msgid "Finding: " +msgstr "Zjištění: " + +#: ../../mod/settings.php:23 ../../mod/photos.php:79 +msgid "everybody" +msgstr "Žádost o připojení selhala nebo byla zrušena." + +#: ../../mod/settings.php:35 +msgid "Additional features" +msgstr "Další funkčnosti" + +#: ../../mod/settings.php:40 ../../mod/uexport.php:14 +msgid "Display settings" +msgstr "Nastavení zobrazení" + +#: ../../mod/settings.php:46 ../../mod/uexport.php:20 +msgid "Connector settings" +msgstr "Nastavení konektoru" + +#: ../../mod/settings.php:51 ../../mod/uexport.php:25 +msgid "Plugin settings" +msgstr "Nastavení pluginu" + +#: ../../mod/settings.php:56 ../../mod/uexport.php:30 +msgid "Connected apps" +msgstr "Propojené aplikace" + +#: ../../mod/settings.php:61 ../../mod/uexport.php:35 ../../mod/uexport.php:80 +msgid "Export personal data" +msgstr "Export osobních údajů" + +#: ../../mod/settings.php:66 ../../mod/uexport.php:40 +msgid "Remove account" +msgstr "Odstranit účet" + +#: ../../mod/settings.php:118 +msgid "Missing some important data!" +msgstr "Chybí některé důležité údaje!" + +#: ../../mod/settings.php:121 ../../mod/settings.php:610 +msgid "Update" +msgstr "Aktualizace" + +#: ../../mod/settings.php:227 +msgid "Failed to connect with email account using the settings provided." +msgstr "Nepodařilo se připojit k e-mailovému účtu pomocí dodaného nastavení." + +#: ../../mod/settings.php:232 +msgid "Email settings updated." +msgstr "Nastavení e-mailu aktualizována." + +#: ../../mod/settings.php:247 +msgid "Features updated" +msgstr "Aktualizované funkčnosti" + +#: ../../mod/settings.php:312 +msgid "Passwords do not match. Password unchanged." +msgstr "Hesla se neshodují. Heslo nebylo změněno." + +#: ../../mod/settings.php:317 +msgid "Empty passwords are not allowed. Password unchanged." +msgstr "Prázdné hesla nejsou povolena. Heslo nebylo změněno." + +#: ../../mod/settings.php:325 +msgid "Wrong password." +msgstr "Špatné heslo." + +#: ../../mod/settings.php:336 +msgid "Password changed." +msgstr "Heslo bylo změněno." + +#: ../../mod/settings.php:338 +msgid "Password update failed. Please try again." +msgstr "Aktualizace hesla se nezdařila. Zkuste to prosím znovu." + +#: ../../mod/settings.php:403 +msgid " Please use a shorter name." +msgstr "Prosím použijte kratší jméno." + +#: ../../mod/settings.php:405 +msgid " Name too short." +msgstr "Jméno je příliš krátké." + +#: ../../mod/settings.php:414 +msgid "Wrong Password" +msgstr "Špatné heslo" + +#: ../../mod/settings.php:419 +msgid " Not valid email." +msgstr "Neplatný e-mail." + +#: ../../mod/settings.php:422 +msgid " Cannot change to that email." +msgstr "Nelze provést změnu na tento e-mail." + +#: ../../mod/settings.php:476 +msgid "Private forum has no privacy permissions. Using default privacy group." +msgstr "Soukromé fórum nemá nastaveno zabezpečení. Používá se defaultní soukromá skupina." + +#: ../../mod/settings.php:480 +msgid "Private forum has no privacy permissions and no default privacy group." +msgstr "Soukromé fórum nemá nastaveno zabezpečení a ani žádnou defaultní soukromou skupinu." + +#: ../../mod/settings.php:510 +msgid "Settings updated." +msgstr "Nastavení aktualizováno." + +#: ../../mod/settings.php:583 ../../mod/settings.php:609 +#: ../../mod/settings.php:645 +msgid "Add application" +msgstr "Přidat aplikaci" + +#: ../../mod/settings.php:587 ../../mod/settings.php:613 +msgid "Consumer Key" +msgstr "Consumer Key" + +#: ../../mod/settings.php:588 ../../mod/settings.php:614 +msgid "Consumer Secret" +msgstr "Consumer Secret" + +#: ../../mod/settings.php:589 ../../mod/settings.php:615 +msgid "Redirect" +msgstr "Přesměrování" + +#: ../../mod/settings.php:590 ../../mod/settings.php:616 +msgid "Icon url" +msgstr "URL ikony" + +#: ../../mod/settings.php:601 +msgid "You can't edit this application." +msgstr "Nemůžete editovat tuto aplikaci." + +#: ../../mod/settings.php:644 +msgid "Connected Apps" +msgstr "Připojené aplikace" + +#: ../../mod/settings.php:646 ../../mod/editpost.php:109 +#: ../../mod/content.php:751 ../../object/Item.php:117 +msgid "Edit" +msgstr "Upravit" + +#: ../../mod/settings.php:648 +msgid "Client key starts with" +msgstr "Klienský klíč začíná" + +#: ../../mod/settings.php:649 +msgid "No name" +msgstr "Bez názvu" + +#: ../../mod/settings.php:650 +msgid "Remove authorization" +msgstr "Odstranit oprávnění" + +#: ../../mod/settings.php:662 +msgid "No Plugin settings configured" +msgstr "Žádný doplněk není nastaven" + +#: ../../mod/settings.php:670 +msgid "Plugin Settings" +msgstr "Nastavení doplňku" + +#: ../../mod/settings.php:684 +msgid "Off" +msgstr "Vypnuto" + +#: ../../mod/settings.php:684 +msgid "On" +msgstr "Zapnuto" + +#: ../../mod/settings.php:692 +msgid "Additional Features" +msgstr "Další Funkčnosti" + +#: ../../mod/settings.php:705 ../../mod/settings.php:706 +#, php-format +msgid "Built-in support for %s connectivity is %s" +msgstr "Vestavěná podpora pro připojení s %s je %s" + +#: ../../mod/settings.php:705 ../../mod/settings.php:706 +msgid "enabled" +msgstr "povoleno" + +#: ../../mod/settings.php:705 ../../mod/settings.php:706 +msgid "disabled" +msgstr "zakázáno" + +#: ../../mod/settings.php:706 +msgid "StatusNet" +msgstr "StatusNet" + +#: ../../mod/settings.php:738 +msgid "Email access is disabled on this site." +msgstr "Přístup k elektronické poště je na tomto serveru zakázán." + +#: ../../mod/settings.php:745 +msgid "Connector Settings" +msgstr "Nastavení konektoru" + +#: ../../mod/settings.php:750 +msgid "Email/Mailbox Setup" +msgstr "Nastavení e-mailu" + +#: ../../mod/settings.php:751 +msgid "" +"If you wish to communicate with email contacts using this service " +"(optional), please specify how to connect to your mailbox." +msgstr "Pokud chcete komunikovat pomocí této služby s Vašimi kontakty z e-mailu (volitelné), uveďte, jak se připojit k Vaší e-mailové schránce." + +#: ../../mod/settings.php:752 +msgid "Last successful email check:" +msgstr "Poslední úspěšná kontrola e-mailu:" + +#: ../../mod/settings.php:754 +msgid "IMAP server name:" +msgstr "jméno IMAP serveru:" + +#: ../../mod/settings.php:755 +msgid "IMAP port:" +msgstr "IMAP port:" + +#: ../../mod/settings.php:756 +msgid "Security:" +msgstr "Zabezpečení:" + +#: ../../mod/settings.php:756 ../../mod/settings.php:761 +msgid "None" +msgstr "Žádný" + +#: ../../mod/settings.php:757 +msgid "Email login name:" +msgstr "přihlašovací jméno k e-mailu:" + +#: ../../mod/settings.php:758 +msgid "Email password:" +msgstr "heslo k Vašemu e-mailu:" + +#: ../../mod/settings.php:759 +msgid "Reply-to address:" +msgstr "Odpovědět na adresu:" + +#: ../../mod/settings.php:760 +msgid "Send public posts to all email contacts:" +msgstr "Poslat veřejné příspěvky na všechny e-mailové kontakty:" + +#: ../../mod/settings.php:761 +msgid "Action after import:" +msgstr "Akce po importu:" + +#: ../../mod/settings.php:761 +msgid "Mark as seen" +msgstr "Označit jako přečtené" + +#: ../../mod/settings.php:761 +msgid "Move to folder" +msgstr "Přesunout do složky" + +#: ../../mod/settings.php:762 +msgid "Move to folder:" +msgstr "Přesunout do složky:" + +#: ../../mod/settings.php:835 +msgid "Display Settings" +msgstr "Nastavení Zobrazení" + +#: ../../mod/settings.php:841 ../../mod/settings.php:853 +msgid "Display Theme:" +msgstr "Vybrat grafickou šablonu:" + +#: ../../mod/settings.php:842 +msgid "Mobile Theme:" +msgstr "Téma pro mobilní zařízení:" + +#: ../../mod/settings.php:843 +msgid "Update browser every xx seconds" +msgstr "Aktualizovat prohlížeč každých xx sekund" + +#: ../../mod/settings.php:843 +msgid "Minimum of 10 seconds, no maximum" +msgstr "Minimum 10 sekund, žádné maximum." + +#: ../../mod/settings.php:844 +msgid "Number of items to display per page:" +msgstr "Počet položek zobrazených na stránce:" + +#: ../../mod/settings.php:844 ../../mod/settings.php:845 +msgid "Maximum of 100 items" +msgstr "Maximum 100 položek" + +#: ../../mod/settings.php:845 +msgid "Number of items to display per page when viewed from mobile device:" +msgstr "Počet položek ke zobrazení na stránce při zobrazení na mobilním zařízení:" + +#: ../../mod/settings.php:846 +msgid "Don't show emoticons" +msgstr "Nezobrazovat emotikony" + +#: ../../mod/settings.php:922 +msgid "Normal Account Page" +msgstr "Normální stránka účtu" + +#: ../../mod/settings.php:923 +msgid "This account is a normal personal profile" +msgstr "Tento účet je běžný osobní profil" + +#: ../../mod/settings.php:926 +msgid "Soapbox Page" +msgstr "Stránka \"Soapbox\"" + +#: ../../mod/settings.php:927 +msgid "Automatically approve all connection/friend requests as read-only fans" +msgstr "Automaticky schválit všechna spojení / přátelství jako fanoušky s právem pouze ke čtení" + +#: ../../mod/settings.php:930 +msgid "Community Forum/Celebrity Account" +msgstr "Komunitní fórum/ účet celebrity" + +#: ../../mod/settings.php:931 +msgid "" +"Automatically approve all connection/friend requests as read-write fans" +msgstr "Automaticky schvalovat všechny žádosti o spojení / přátelství, jako fanoušky s právem ke čtení." + +#: ../../mod/settings.php:934 +msgid "Automatic Friend Page" +msgstr "Automatická stránka přítele" + +#: ../../mod/settings.php:935 +msgid "Automatically approve all connection/friend requests as friends" +msgstr "Automaticky schvalovat všechny žádosti o spojení / přátelství jako přátele" + +#: ../../mod/settings.php:938 +msgid "Private Forum [Experimental]" +msgstr "Soukromé fórum [Experimentální]" + +#: ../../mod/settings.php:939 +msgid "Private forum - approved members only" +msgstr "Soukromé fórum - pouze pro schválené členy" + +#: ../../mod/settings.php:951 +msgid "OpenID:" +msgstr "OpenID:" + +#: ../../mod/settings.php:951 +msgid "(Optional) Allow this OpenID to login to this account." +msgstr "(Volitelné) Povolit OpenID pro přihlášení k tomuto účtu." + +#: ../../mod/settings.php:961 +msgid "Publish your default profile in your local site directory?" +msgstr "Publikovat Váš výchozí profil v místním adresáři webu?" + +#: ../../mod/settings.php:967 +msgid "Publish your default profile in the global social directory?" +msgstr "Publikovat Váš výchozí profil v globální sociálním adresáři?" + +#: ../../mod/settings.php:975 +msgid "Hide your contact/friend list from viewers of your default profile?" +msgstr "Skrýt Vaše kontaktní údaje a seznam přátel před návštěvníky ve Vašem výchozím profilu?" + +#: ../../mod/settings.php:979 +msgid "Hide your profile details from unknown viewers?" +msgstr "Skrýt Vaše profilové detaily před neznámými uživateli?" + +#: ../../mod/settings.php:984 +msgid "Allow friends to post to your profile page?" +msgstr "Povolit přátelům umisťování příspěvků na vaši profilovou stránku?" + +#: ../../mod/settings.php:990 +msgid "Allow friends to tag your posts?" +msgstr "Povolit přátelům označovat Vaše příspěvky?" + +#: ../../mod/settings.php:996 +msgid "Allow us to suggest you as a potential friend to new members?" +msgstr "Chcete nám povolit abychom vás navrhovali jako přátelé pro nové členy?" + +#: ../../mod/settings.php:1002 +msgid "Permit unknown people to send you private mail?" +msgstr "Povolit neznámým lidem Vám zasílat soukromé zprávy?" + +#: ../../mod/settings.php:1010 +msgid "Profile is not published." +msgstr "Profil není zveřejněn." + +#: ../../mod/settings.php:1013 ../../mod/profile_photo.php:248 +msgid "or" +msgstr "nebo" + +#: ../../mod/settings.php:1018 +msgid "Your Identity Address is" +msgstr "Vaše adresa identity je" + +#: ../../mod/settings.php:1029 +msgid "Automatically expire posts after this many days:" +msgstr "Automaticky expirovat příspěvky po zadaném počtu dní:" + +#: ../../mod/settings.php:1029 +msgid "If empty, posts will not expire. Expired posts will be deleted" +msgstr "Pokud je prázdné, příspěvky nebudou nikdy expirovat. Expirované příspěvky budou vymazány" + +#: ../../mod/settings.php:1030 +msgid "Advanced expiration settings" +msgstr "Pokročilé nastavení expirací" + +#: ../../mod/settings.php:1031 +msgid "Advanced Expiration" +msgstr "Nastavení expirací" + +#: ../../mod/settings.php:1032 +msgid "Expire posts:" +msgstr "Expirovat příspěvky:" + +#: ../../mod/settings.php:1033 +msgid "Expire personal notes:" +msgstr "Expirovat osobní poznámky:" + +#: ../../mod/settings.php:1034 +msgid "Expire starred posts:" +msgstr "Expirovat příspěvky s hvězdou:" + +#: ../../mod/settings.php:1035 +msgid "Expire photos:" +msgstr "Expirovat fotografie:" + +#: ../../mod/settings.php:1036 +msgid "Only expire posts by others:" +msgstr "Přízpěvky expirovat pouze ostatními:" + +#: ../../mod/settings.php:1062 +msgid "Account Settings" +msgstr "Nastavení účtu" + +#: ../../mod/settings.php:1070 +msgid "Password Settings" +msgstr "Nastavení hesla" + +#: ../../mod/settings.php:1071 +msgid "New Password:" +msgstr "Nové heslo:" + +#: ../../mod/settings.php:1072 +msgid "Confirm:" +msgstr "Potvrďte:" + +#: ../../mod/settings.php:1072 +msgid "Leave password fields blank unless changing" +msgstr "Pokud nechcete změnit heslo, položku hesla nevyplňujte" + +#: ../../mod/settings.php:1073 +msgid "Current Password:" +msgstr "Stávající heslo:" + +#: ../../mod/settings.php:1073 ../../mod/settings.php:1074 +msgid "Your current password to confirm the changes" +msgstr "Vaše stávající heslo k potvrzení změn" + +#: ../../mod/settings.php:1074 +msgid "Password:" +msgstr "Heslo: " + +#: ../../mod/settings.php:1078 +msgid "Basic Settings" +msgstr "Základní nastavení" + +#: ../../mod/settings.php:1080 +msgid "Email Address:" +msgstr "E-mailová adresa:" + +#: ../../mod/settings.php:1081 +msgid "Your Timezone:" +msgstr "Vaše časové pásmo:" + +#: ../../mod/settings.php:1082 +msgid "Default Post Location:" +msgstr "Výchozí umístění příspěvků:" + +#: ../../mod/settings.php:1083 +msgid "Use Browser Location:" +msgstr "Používat umístění dle prohlížeče:" + +#: ../../mod/settings.php:1086 +msgid "Security and Privacy Settings" +msgstr "Nastavení zabezpečení a soukromí" + +#: ../../mod/settings.php:1088 +msgid "Maximum Friend Requests/Day:" +msgstr "Maximální počet žádostí o přátelství za den:" + +#: ../../mod/settings.php:1088 ../../mod/settings.php:1118 +msgid "(to prevent spam abuse)" +msgstr "(Aby se zabránilo spamu)" + +#: ../../mod/settings.php:1089 +msgid "Default Post Permissions" +msgstr "Výchozí oprávnění pro příspěvek" + +#: ../../mod/settings.php:1090 +msgid "(click to open/close)" +msgstr "(Klikněte pro otevření/zavření)" + +#: ../../mod/settings.php:1099 ../../mod/photos.php:1140 +#: ../../mod/photos.php:1506 +msgid "Show to Groups" +msgstr "Zobrazit ve Skupinách" + +#: ../../mod/settings.php:1100 ../../mod/photos.php:1141 +#: ../../mod/photos.php:1507 +msgid "Show to Contacts" +msgstr "Zobrazit v Kontaktech" + +#: ../../mod/settings.php:1101 +msgid "Default Private Post" +msgstr "Výchozí Soukromý příspěvek" + +#: ../../mod/settings.php:1102 +msgid "Default Public Post" +msgstr "Výchozí Veřejný příspěvek" + +#: ../../mod/settings.php:1106 +msgid "Default Permissions for New Posts" +msgstr "Výchozí oprávnění pro nové příspěvky" + +#: ../../mod/settings.php:1118 +msgid "Maximum private messages per day from unknown people:" +msgstr "Maximum soukromých zpráv od neznámých lidí:" + +#: ../../mod/settings.php:1121 +msgid "Notification Settings" +msgstr "Nastavení notifikací" + +#: ../../mod/settings.php:1122 +msgid "By default post a status message when:" +msgstr "Defaultně posílat statusové zprávy když:" + +#: ../../mod/settings.php:1123 +msgid "accepting a friend request" +msgstr "akceptuji požadavek na přátelství" + +#: ../../mod/settings.php:1124 +msgid "joining a forum/community" +msgstr "připojující se k fóru/komunitě" + +#: ../../mod/settings.php:1125 +msgid "making an interesting profile change" +msgstr "provedení zajímavé profilové změny" + +#: ../../mod/settings.php:1126 +msgid "Send a notification email when:" +msgstr "Poslat notifikaci e-mailem, když" + +#: ../../mod/settings.php:1127 +msgid "You receive an introduction" +msgstr "obdržíte žádost o propojení" + +#: ../../mod/settings.php:1128 +msgid "Your introductions are confirmed" +msgstr "Vaše žádosti jsou potvrzeny" + +#: ../../mod/settings.php:1129 +msgid "Someone writes on your profile wall" +msgstr "někdo Vám napíše na Vaši profilovou stránku" + +#: ../../mod/settings.php:1130 +msgid "Someone writes a followup comment" +msgstr "někdo Vám napíše následný komentář" + +#: ../../mod/settings.php:1131 +msgid "You receive a private message" +msgstr "obdržíte soukromou zprávu" + +#: ../../mod/settings.php:1132 +msgid "You receive a friend suggestion" +msgstr "Obdržel jste návrh přátelství" + +#: ../../mod/settings.php:1133 +msgid "You are tagged in a post" +msgstr "Jste označen v příspěvku" + +#: ../../mod/settings.php:1134 +msgid "You are poked/prodded/etc. in a post" +msgstr "Byl Jste šťouchnout v příspěvku" + +#: ../../mod/settings.php:1137 +msgid "Advanced Account/Page Type Settings" +msgstr "Pokročilé nastavení účtu/stránky" + +#: ../../mod/settings.php:1138 +msgid "Change the behaviour of this account for special situations" +msgstr "Změnit chování tohoto účtu ve speciálních situacích" + +#: ../../mod/share.php:44 +msgid "link" +msgstr "odkaz" + +#: ../../mod/crepair.php:102 +msgid "Contact settings applied." +msgstr "Nastavení kontaktu změněno" + +#: ../../mod/crepair.php:104 +msgid "Contact update failed." +msgstr "Aktualizace kontaktu selhala." + +#: ../../mod/crepair.php:129 ../../mod/dfrn_confirm.php:118 +#: ../../mod/fsuggest.php:20 ../../mod/fsuggest.php:92 +msgid "Contact not found." +msgstr "Kontakt nenalezen." + +#: ../../mod/crepair.php:135 +msgid "Repair Contact Settings" +msgstr "Opravit nastavení kontaktu" + +#: ../../mod/crepair.php:137 +msgid "" +"WARNING: This is highly advanced and if you enter incorrect" +" information your communications with this contact may stop working." +msgstr "Varování: Toto je velmi pokročilé a pokud zadáte nesprávné informace, Vaše komunikace s tímto kontaktem může přestat fungovat." + +#: ../../mod/crepair.php:138 +msgid "" +"Please use your browser 'Back' button now if you are " +"uncertain what to do on this page." +msgstr "Prosím použijte ihned v prohlížeči tlačítko \"zpět\" pokud si nejste jistí co dělat na této stránce." + +#: ../../mod/crepair.php:144 +msgid "Return to contact editor" +msgstr "Návrat k editoru kontaktu" + +#: ../../mod/crepair.php:149 +msgid "Account Nickname" +msgstr "Přezdívka účtu" + +#: ../../mod/crepair.php:150 +msgid "@Tagname - overrides Name/Nickname" +msgstr "@Tagname - upřednostněno před Jménem/Přezdívkou" + +#: ../../mod/crepair.php:151 +msgid "Account URL" +msgstr "URL adresa účtu" + +#: ../../mod/crepair.php:152 +msgid "Friend Request URL" +msgstr "Žádost o přátelství URL" + +#: ../../mod/crepair.php:153 +msgid "Friend Confirm URL" +msgstr "URL adresa potvrzení přátelství" + +#: ../../mod/crepair.php:154 +msgid "Notification Endpoint URL" +msgstr "Notifikační URL adresa" + +#: ../../mod/crepair.php:155 +msgid "Poll/Feed URL" +msgstr "Poll/Feed URL adresa" + +#: ../../mod/crepair.php:156 +msgid "New photo from this URL" +msgstr "Nové foto z této URL adresy" + +#: ../../mod/delegate.php:95 +msgid "No potential page delegates located." +msgstr "Žádní potenciální delegáti stránky nenalezeni." + +#: ../../mod/delegate.php:123 +msgid "" +"Delegates are able to manage all aspects of this account/page except for " +"basic account settings. Please do not delegate your personal account to " +"anybody that you do not trust completely." +msgstr "Delegáti jsou schopni řídit všechny aspekty tohoto účtu / stránky, kromě základních nastavení účtu. Prosím, nepředávejte svůj osobní účet nikomu, komu úplně nevěříte.." + +#: ../../mod/delegate.php:124 +msgid "Existing Page Managers" +msgstr "Stávající správci stránky" + +#: ../../mod/delegate.php:126 +msgid "Existing Page Delegates" +msgstr "Stávající delegáti stránky " + +#: ../../mod/delegate.php:128 +msgid "Potential Delegates" +msgstr "Potenciální delegáti" + +#: ../../mod/delegate.php:130 ../../mod/tagrm.php:93 +msgid "Remove" +msgstr "Odstranit" + +#: ../../mod/delegate.php:131 +msgid "Add" +msgstr "Přidat" + +#: ../../mod/delegate.php:132 +msgid "No entries." +msgstr "Žádné záznamy." + +#: ../../mod/poke.php:192 +msgid "Poke/Prod" +msgstr "Šťouchanec" + +#: ../../mod/poke.php:193 +msgid "poke, prod or do other things to somebody" +msgstr "někoho šťouchnout nebo mu provést jinou věc" + +#: ../../mod/poke.php:194 +msgid "Recipient" +msgstr "Příjemce" + +#: ../../mod/poke.php:195 +msgid "Choose what you wish to do to recipient" +msgstr "Vyberte, co si přejete příjemci udělat" + +#: ../../mod/poke.php:198 +msgid "Make this post private" +msgstr "Změnit tento příspěvek na soukromý" + +#: ../../mod/dfrn_confirm.php:119 +msgid "" +"This may occasionally happen if contact was requested by both persons and it" +" has already been approved." +msgstr "To se může občas stát pokud kontakt byl zažádán oběma osobami a již byl schválen." + +#: ../../mod/dfrn_confirm.php:237 +msgid "Response from remote site was not understood." +msgstr "Odpověď ze vzdáleného serveru nebyla srozumitelná." + +#: ../../mod/dfrn_confirm.php:246 +msgid "Unexpected response from remote site: " +msgstr "Neočekávaná odpověď od vzdáleného serveru:" + +#: ../../mod/dfrn_confirm.php:254 +msgid "Confirmation completed successfully." +msgstr "Potvrzení úspěšně dokončena." + +#: ../../mod/dfrn_confirm.php:256 ../../mod/dfrn_confirm.php:270 +#: ../../mod/dfrn_confirm.php:277 +msgid "Remote site reported: " +msgstr "Vzdálený server oznámil:" + +#: ../../mod/dfrn_confirm.php:268 +msgid "Temporary failure. Please wait and try again." +msgstr "Dočasné selhání. Prosím, vyčkejte a zkuste to znovu." + +#: ../../mod/dfrn_confirm.php:275 +msgid "Introduction failed or was revoked." +msgstr "Žádost o propojení selhala nebo byla zrušena." + +#: ../../mod/dfrn_confirm.php:420 +msgid "Unable to set contact photo." +msgstr "Nelze nastavit fotografii kontaktu." + +#: ../../mod/dfrn_confirm.php:562 +#, php-format +msgid "No user record found for '%s' " +msgstr "Pro '%s' nenalezen žádný uživatelský záznam " + +#: ../../mod/dfrn_confirm.php:572 +msgid "Our site encryption key is apparently messed up." +msgstr "Náš šifrovací klíč zřejmě přestal správně fungovat." + +#: ../../mod/dfrn_confirm.php:583 +msgid "Empty site URL was provided or URL could not be decrypted by us." +msgstr "Byla poskytnuta prázdná URL adresa nebo se nepodařilo URL adresu dešifrovat." + +#: ../../mod/dfrn_confirm.php:604 +msgid "Contact record was not found for you on our site." +msgstr "Kontakt záznam nebyl nalezen pro vás na našich stránkách." + +#: ../../mod/dfrn_confirm.php:618 +#, php-format +msgid "Site public key not available in contact record for URL %s." +msgstr "V adresáři není k dispozici veřejný klíč pro URL %s." + +#: ../../mod/dfrn_confirm.php:638 +msgid "" +"The ID provided by your system is a duplicate on our system. It should work " +"if you try again." +msgstr "Váš systém poskytl duplicitní ID vůči našemu systému. Pokuste se akci zopakovat." + +#: ../../mod/dfrn_confirm.php:649 +msgid "Unable to set your contact credentials on our system." +msgstr "Nelze nastavit Vaše přihlašovací údaje v našem systému." + +#: ../../mod/dfrn_confirm.php:716 +msgid "Unable to update your contact profile details on our system" +msgstr "Nelze aktualizovat Váš profil v našem systému" + +#: ../../mod/dfrn_confirm.php:751 +#, php-format +msgid "Connection accepted at %s" +msgstr "Připojení přijato na %s" + +#: ../../mod/dfrn_confirm.php:800 +#, php-format +msgid "%1$s has joined %2$s" +msgstr "%1$s se připojil k %2$s" + +#: ../../mod/dfrn_poll.php:103 ../../mod/dfrn_poll.php:536 +#, php-format +msgid "%1$s welcomes %2$s" +msgstr "%1$s vítá %2$s" + +#: ../../mod/dfrn_request.php:93 +msgid "This introduction has already been accepted." +msgstr "Toto pozvání již bylo přijato." + +#: ../../mod/dfrn_request.php:118 ../../mod/dfrn_request.php:513 +msgid "Profile location is not valid or does not contain profile information." +msgstr "Adresa profilu není platná nebo neobsahuje profilové informace" + +#: ../../mod/dfrn_request.php:123 ../../mod/dfrn_request.php:518 +msgid "Warning: profile location has no identifiable owner name." +msgstr "Varování: umístění profilu nemá žádné identifikovatelné jméno vlastníka" + +#: ../../mod/dfrn_request.php:125 ../../mod/dfrn_request.php:520 +msgid "Warning: profile location has no profile photo." +msgstr "Varování: umístění profilu nemá žádnou profilovou fotografii." + +#: ../../mod/dfrn_request.php:128 ../../mod/dfrn_request.php:523 +#, php-format +msgid "%d required parameter was not found at the given location" +msgid_plural "%d required parameters were not found at the given location" +msgstr[0] "%d požadovaný parametr nebyl nalezen na daném místě" +msgstr[1] "%d požadované parametry nebyly nalezeny na daném místě" +msgstr[2] "%d požadované parametry nebyly nalezeny na daném místě" + +#: ../../mod/dfrn_request.php:170 +msgid "Introduction complete." +msgstr "Představení dokončeno." + +#: ../../mod/dfrn_request.php:209 +msgid "Unrecoverable protocol error." +msgstr "Neopravitelná chyba protokolu" + +#: ../../mod/dfrn_request.php:237 +msgid "Profile unavailable." +msgstr "Profil není k dispozici." + +#: ../../mod/dfrn_request.php:262 +#, php-format +msgid "%s has received too many connection requests today." +msgstr "%s dnes obdržel příliš mnoho požadavků na připojení." + +#: ../../mod/dfrn_request.php:263 +msgid "Spam protection measures have been invoked." +msgstr "Ochrana proti spamu byla aktivována" + +#: ../../mod/dfrn_request.php:264 +msgid "Friends are advised to please try again in 24 hours." +msgstr "Přátelům se doporučuje to zkusit znovu za 24 hodin." + +#: ../../mod/dfrn_request.php:326 +msgid "Invalid locator" +msgstr "Neplatný odkaz" + +#: ../../mod/dfrn_request.php:335 +msgid "Invalid email address." +msgstr "Neplatná emailová adresa" + +#: ../../mod/dfrn_request.php:362 +msgid "This account has not been configured for email. Request failed." +msgstr "Tento účet nebyl nastaven pro email. Požadavek nesplněn." + +#: ../../mod/dfrn_request.php:458 +msgid "Unable to resolve your name at the provided location." +msgstr "Nepodařilo se zjistit Vaše jméno na zadané adrese." + +#: ../../mod/dfrn_request.php:471 +msgid "You have already introduced yourself here." +msgstr "Již jste se zde zavedli." + +#: ../../mod/dfrn_request.php:475 +#, php-format +msgid "Apparently you are already friends with %s." +msgstr "Zřejmě jste již přátelé se %s." + +#: ../../mod/dfrn_request.php:496 +msgid "Invalid profile URL." +msgstr "Neplatné URL profilu." + +#: ../../mod/dfrn_request.php:592 +msgid "Your introduction has been sent." +msgstr "Vaše žádost o propojení byla odeslána." + +#: ../../mod/dfrn_request.php:645 +msgid "Please login to confirm introduction." +msgstr "Prosím přihlašte se k potvrzení žádosti o propojení." + +#: ../../mod/dfrn_request.php:659 +msgid "" +"Incorrect identity currently logged in. Please login to " +"this profile." +msgstr "Jste přihlášeni pod nesprávnou identitou Prosím, přihlaste se do tohoto profilu." + +#: ../../mod/dfrn_request.php:670 +msgid "Hide this contact" +msgstr "Skrýt tento kontakt" + +#: ../../mod/dfrn_request.php:673 +#, php-format +msgid "Welcome home %s." +msgstr "Vítejte doma %s." + +#: ../../mod/dfrn_request.php:674 +#, php-format +msgid "Please confirm your introduction/connection request to %s." +msgstr "Prosím potvrďte Vaši žádost o propojení %s." + +#: ../../mod/dfrn_request.php:675 +msgid "Confirm" +msgstr "Potvrdit" + +#: ../../mod/dfrn_request.php:811 +msgid "" +"Please enter your 'Identity Address' from one of the following supported " +"communications networks:" +msgstr "Prosím zadejte Vaši adresu identity jedné z následujících podporovaných komunikačních sítí:" + +#: ../../mod/dfrn_request.php:827 +msgid "Connect as an email follower (Coming soon)" +msgstr "Připojte se jako emailový následovník (Již brzy)" + +#: ../../mod/dfrn_request.php:829 +msgid "" +"If you are not yet a member of the free social web, follow this link to find a public" +" Friendica site and join us today." +msgstr "Pokud ještě nejste členem svobodné sociální sítě, následujte tento odkaz k nalezení veřejného Friendica serveru a přidejte se k nám ještě dnes." + +#: ../../mod/dfrn_request.php:832 +msgid "Friend/Connection Request" +msgstr "Požadavek o přátelství / kontaktování" + +#: ../../mod/dfrn_request.php:833 +msgid "" +"Examples: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, " +"testuser@identi.ca" +msgstr "Příklady: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, testuser@identi.ca" + +#: ../../mod/dfrn_request.php:834 +msgid "Please answer the following:" +msgstr "Odpovězte, prosím, následující:" + +#: ../../mod/dfrn_request.php:835 +#, php-format +msgid "Does %s know you?" +msgstr "Zná Vás uživatel %s ?" + +#: ../../mod/dfrn_request.php:838 +msgid "Add a personal note:" +msgstr "Přidat osobní poznámku:" + +#: ../../mod/dfrn_request.php:841 +msgid "StatusNet/Federated Social Web" +msgstr "StatusNet / Federativní Sociální Web" + +#: ../../mod/dfrn_request.php:843 +#, php-format +msgid "" +" - please do not use this form. Instead, enter %s into your Diaspora search" +" bar." +msgstr " - prosím nepoužívejte tento formulář. Místo toho zadejte %s do Vašeho Diaspora vyhledávacího pole." + +#: ../../mod/dfrn_request.php:844 +msgid "Your Identity Address:" +msgstr "Verze PHP pro příkazový řádek na Vašem systému nemá povolen \"register_argc_argv\"." + +#: ../../mod/dfrn_request.php:847 +msgid "Submit Request" +msgstr "Odeslat žádost" + +#: ../../mod/subthread.php:103 +#, php-format +msgid "%1$s is following %2$s's %3$s" +msgstr "%1$s následuje %3$s uživatele %2$s" + +#: ../../mod/directory.php:49 ../../view/theme/diabook/theme.php:518 +msgid "Global Directory" +msgstr "Globální adresář" + +#: ../../mod/directory.php:57 +msgid "Find on this site" +msgstr "Nalézt na tomto webu" + +#: ../../mod/directory.php:60 +msgid "Site Directory" +msgstr "Adresář serveru" + +#: ../../mod/directory.php:114 +msgid "Gender: " +msgstr "Pohlaví: " + +#: ../../mod/directory.php:187 +msgid "No entries (some entries may be hidden)." +msgstr "Žádné záznamy (některé položky mohou být skryty)." + +#: ../../mod/suggest.php:27 +msgid "Do you really want to delete this suggestion?" +msgstr "Opravdu chcete smazat tento návrh?" + +#: ../../mod/suggest.php:72 +msgid "" +"No suggestions available. If this is a new site, please try again in 24 " +"hours." +msgstr "Nejsou dostupné žádné návrhy. Pokud je toto nový server, zkuste to znovu za 24 hodin." + +#: ../../mod/suggest.php:90 +msgid "Ignore/Hide" +msgstr "Ignorovat / skrýt" + +#: ../../mod/dirfind.php:26 +msgid "People Search" +msgstr "Vyhledávání lidí" + +#: ../../mod/dirfind.php:60 ../../mod/match.php:65 +msgid "No matches" +msgstr "Žádné shody" + +#: ../../mod/videos.php:125 +msgid "No videos selected" +msgstr "Není vybráno žádné video" + +#: ../../mod/videos.php:226 ../../mod/photos.php:1025 +msgid "Access to this item is restricted." +msgstr "Přístup k této položce je omezen." + +#: ../../mod/videos.php:308 ../../mod/photos.php:1784 +msgid "View Album" +msgstr "Zobrazit album" + +#: ../../mod/videos.php:317 +msgid "Recent Videos" +msgstr "Aktuální Videa" + +#: ../../mod/videos.php:319 +msgid "Upload New Videos" +msgstr "Nahrát nová videa" + +#: ../../mod/tagrm.php:41 +msgid "Tag removed" +msgstr "Štítek odstraněn" + +#: ../../mod/tagrm.php:79 +msgid "Remove Item Tag" +msgstr "Odebrat štítek položky" + +#: ../../mod/tagrm.php:81 +msgid "Select a tag to remove: " +msgstr "Vyberte štítek k odebrání: " + +#: ../../mod/editpost.php:17 ../../mod/editpost.php:27 +msgid "Item not found" +msgstr "Položka nenalezena" + +#: ../../mod/editpost.php:39 +msgid "Edit post" +msgstr "Upravit příspěvek" + +#: ../../mod/events.php:66 +msgid "Event title and start time are required." +msgstr "Název události a datum začátku jsou vyžadovány." + +#: ../../mod/events.php:291 +msgid "l, F j" +msgstr "l, F j" + +#: ../../mod/events.php:313 +msgid "Edit event" +msgstr "Editovat událost" + +#: ../../mod/events.php:371 +msgid "Create New Event" +msgstr "Vytvořit novou událost" + +#: ../../mod/events.php:372 +msgid "Previous" +msgstr "Předchozí" + +#: ../../mod/events.php:373 ../../mod/install.php:207 +msgid "Next" +msgstr "Dále" + +#: ../../mod/events.php:446 +msgid "hour:minute" +msgstr "hodina:minuta" + +#: ../../mod/events.php:456 +msgid "Event details" +msgstr "Detaily události" + +#: ../../mod/events.php:457 +#, php-format +msgid "Format is %s %s. Starting date and Title are required." +msgstr "Formát je %s %s. Datum začátku a Název jsou vyžadovány." + +#: ../../mod/events.php:459 +msgid "Event Starts:" +msgstr "Událost začíná:" + +#: ../../mod/events.php:459 ../../mod/events.php:473 +msgid "Required" +msgstr "Vyžadováno" + +#: ../../mod/events.php:462 +msgid "Finish date/time is not known or not relevant" +msgstr "Datum/čas konce není zadán nebo není relevantní" + +#: ../../mod/events.php:464 +msgid "Event Finishes:" +msgstr "Akce končí:" + +#: ../../mod/events.php:467 +msgid "Adjust for viewer timezone" +msgstr "Nastavit časové pásmo pro uživatele s právem pro čtení" + +#: ../../mod/events.php:469 +msgid "Description:" +msgstr "Popis:" + +#: ../../mod/events.php:473 +msgid "Title:" +msgstr "Název:" + +#: ../../mod/events.php:475 +msgid "Share this event" +msgstr "Sdílet tuto událost" + +#: ../../mod/fbrowser.php:113 +msgid "Files" +msgstr "Soubory" + +#: ../../mod/uexport.php:72 +msgid "Export account" +msgstr "Exportovat účet" + +#: ../../mod/uexport.php:72 +msgid "" +"Export your account info and contacts. Use this to make a backup of your " +"account and/or to move it to another server." +msgstr "Exportujte svůj účet a své kontakty. Použijte tuto funkci pro vytvoření zálohy svého účtu a/nebo k přesunu na jiný server." + +#: ../../mod/uexport.php:73 +msgid "Export all" +msgstr "Exportovat vše" + +#: ../../mod/uexport.php:73 +msgid "" +"Export your accout info, contacts and all your items as json. Could be a " +"very big file, and could take a lot of time. Use this to make a full backup " +"of your account (photos are not exported)" +msgstr "Exportujte své informace k účtu, kontakty a vše své položky jako json. To může být velmi velký soubor a může to zabrat spoustu času. Tuto funkci použijte pro úplnou zálohu svého účtu(fotografie se neexportují)" + +#: ../../mod/filer.php:30 +msgid "- select -" +msgstr "- vyber -" + +#: ../../mod/uimport.php:64 +msgid "Import" +msgstr "Import" + +#: ../../mod/uimport.php:66 +msgid "Move account" +msgstr "Přesunout účet" + +#: ../../mod/uimport.php:67 +msgid "You can import an account from another Friendica server." +msgstr "Můžete importovat účet z jiného Friendica serveru." + +#: ../../mod/uimport.php:68 +msgid "" +"You need to export your account from the old server and upload it here. We " +"will recreate your old account here with all your contacts. We will try also" +" to inform your friends that you moved here." +msgstr "Musíte exportovat svůj účet na sterém serveru a nahrát ho zde. My následně vytvoříme Váš původní účet zde včetně všech kontaktů. Zároveň se pokusíme informovat všechny Vaše přátele, že jste se sem přestěhovali." + +#: ../../mod/uimport.php:69 +msgid "" +"This feature is experimental. We can't import contacts from the OStatus " +"network (statusnet/identi.ca) or from Diaspora" +msgstr "Tato funkčnost je experimentální. Nemůžeme importovat kontakty z OSStatus sítí (statusnet/identi.ca) nebo z Diaspory" + +#: ../../mod/uimport.php:70 +msgid "Account file" +msgstr "Soubor s účtem" + +#: ../../mod/uimport.php:70 +msgid "" +"To export your accont, go to \"Settings->Export your porsonal data\" and " +"select \"Export account\"" +msgstr "K exportu Vašeho účtu, jděte do \"Nastavení->Export vašich osobních dat\" a zvolte \" Export účtu\"" + +#: ../../mod/update_community.php:18 ../../mod/update_display.php:22 +#: ../../mod/update_network.php:22 ../../mod/update_notes.php:41 +#: ../../mod/update_profile.php:41 +msgid "[Embedded content - reload page to view]" +msgstr "[Vložený obsah - obnovení stránky pro zobrazení]" + +#: ../../mod/follow.php:27 +msgid "Contact added" +msgstr "Kontakt přidán" + +#: ../../mod/friendica.php:55 +msgid "This is Friendica, version" +msgstr "Toto je Friendica, verze" + +#: ../../mod/friendica.php:56 +msgid "running at web location" +msgstr "běžící na webu" + +#: ../../mod/friendica.php:58 +msgid "" +"Please visit Friendica.com to learn " +"more about the Friendica project." +msgstr "Pro získání dalších informací o projektu Friendica navštivte prosím Friendica.com." + +#: ../../mod/friendica.php:60 +msgid "Bug reports and issues: please visit" +msgstr "Pro hlášení chyb a námětů na změny navštivte:" + +#: ../../mod/friendica.php:61 +msgid "" +"Suggestions, praise, donations, etc. - please email \"Info\" at Friendica - " +"dot com" +msgstr "Návrhy, chválu, dary, apod. - prosím piště na \"info\" na Friendica - tečka com" + +#: ../../mod/friendica.php:75 +msgid "Installed plugins/addons/apps:" +msgstr "Instalované pluginy/doplňky/aplikace:" + +#: ../../mod/friendica.php:88 +msgid "No installed plugins/addons/apps" +msgstr "Nejsou žádné nainstalované doplňky/aplikace" + +#: ../../mod/fsuggest.php:63 +msgid "Friend suggestion sent." +msgstr "Návrhy přátelství odeslány " + +#: ../../mod/fsuggest.php:97 +msgid "Suggest Friends" +msgstr "Navrhněte přátelé" + +#: ../../mod/fsuggest.php:99 +#, php-format +msgid "Suggest a friend for %s" +msgstr "Navrhněte přátelé pro uživatele %s" + +#: ../../mod/group.php:29 +msgid "Group created." +msgstr "Skupina vytvořena." + +#: ../../mod/group.php:35 +msgid "Could not create group." +msgstr "Nelze vytvořit skupinu." + +#: ../../mod/group.php:47 ../../mod/group.php:140 +msgid "Group not found." +msgstr "Skupina nenalezena." + +#: ../../mod/group.php:60 +msgid "Group name changed." +msgstr "Název skupiny byl změněn." + +#: ../../mod/group.php:93 +msgid "Create a group of contacts/friends." +msgstr "Vytvořit skupinu kontaktů / přátel." + +#: ../../mod/group.php:94 ../../mod/group.php:180 +msgid "Group Name: " +msgstr "Název skupiny: " + +#: ../../mod/group.php:113 +msgid "Group removed." +msgstr "Skupina odstraněna. " + +#: ../../mod/group.php:115 +msgid "Unable to remove group." +msgstr "Nelze odstranit skupinu." + +#: ../../mod/group.php:179 +msgid "Group Editor" +msgstr "Editor skupin" + +#: ../../mod/group.php:192 +msgid "Members" +msgstr "Členové" + +#: ../../mod/hcard.php:10 +msgid "No profile" +msgstr "Žádný profil" + +#: ../../mod/help.php:79 +msgid "Help:" +msgstr "Nápověda:" + +#: ../../mod/help.php:90 ../../index.php:231 +msgid "Not Found" +msgstr "Nenalezen" + +#: ../../mod/help.php:93 ../../index.php:234 +msgid "Page not found." +msgstr "Stránka nenalezena" + +#: ../../mod/viewcontacts.php:39 +msgid "No contacts." +msgstr "Žádné kontakty." + +#: ../../mod/home.php:34 +#, php-format +msgid "Welcome to %s" +msgstr "Vítá Vás %s" + +#: ../../mod/viewsrc.php:7 +msgid "Access denied." +msgstr "Přístup odmítnut" + +#: ../../mod/wall_attach.php:69 +#, php-format +msgid "File exceeds size limit of %d" +msgstr "Velikost souboru přesáhla limit %d" + +#: ../../mod/wall_attach.php:110 ../../mod/wall_attach.php:121 +msgid "File upload failed." +msgstr "Nahrání souboru se nezdařilo." + +#: ../../mod/wall_upload.php:90 ../../mod/profile_photo.php:144 +#, php-format +msgid "Image exceeds size limit of %d" +msgstr "Obrázek překročil limit velikosti %d" + +#: ../../mod/wall_upload.php:112 ../../mod/photos.php:801 +#: ../../mod/profile_photo.php:153 +msgid "Unable to process image." +msgstr "Obrázek není možné zprocesovat" + +#: ../../mod/wall_upload.php:138 ../../mod/photos.php:828 +#: ../../mod/profile_photo.php:301 +msgid "Image upload failed." +msgstr "Nahrání obrázku selhalo." + +#: ../../mod/invite.php:27 +msgid "Total invitation limit exceeded." +msgstr "Celkový limit pozvánek byl překročen" + +#: ../../mod/invite.php:49 +#, php-format +msgid "%s : Not a valid email address." +msgstr "%s : není platná e-mailová adresa." + +#: ../../mod/invite.php:73 +msgid "Please join us on Friendica" +msgstr "Prosím přidejte se k nám na Friendice" + +#: ../../mod/invite.php:84 +msgid "Invitation limit exceeded. Please contact your site administrator." +msgstr "Limit pozvánek byl překročen. Prosím kontaktujte vašeho administrátora webu." + +#: ../../mod/invite.php:89 +#, php-format +msgid "%s : Message delivery failed." +msgstr "%s : Doručení zprávy se nezdařilo." + +#: ../../mod/invite.php:93 +#, php-format +msgid "%d message sent." +msgid_plural "%d messages sent." +msgstr[0] "%d zpráva odeslána." +msgstr[1] "%d zprávy odeslány." +msgstr[2] "%d zprávy odeslány." + +#: ../../mod/invite.php:112 +msgid "You have no more invitations available" +msgstr "Nemáte k dispozici žádné další pozvánky" + +#: ../../mod/invite.php:120 +#, php-format +msgid "" +"Visit %s for a list of public sites that you can join. Friendica members on " +"other sites can all connect with each other, as well as with members of many" +" other social networks." +msgstr "Navštivte %s pro seznam veřejných serverů, na kterých se můžete přidat. Členové Friendica se mohou navzájem propojovat, stejně tak jako se mohou přiopojit se členy mnoha dalších sociálních sítí." + +#: ../../mod/invite.php:122 +#, php-format +msgid "" +"To accept this invitation, please visit and register at %s or any other " +"public Friendica website." +msgstr "K akceptaci této pozvánky prosím navštivte a registrujte se na %s nebo na kterékoliv jiném veřejném Friendica serveru." + +#: ../../mod/invite.php:123 +#, php-format +msgid "" +"Friendica sites all inter-connect to create a huge privacy-enhanced social " +"web that is owned and controlled by its members. They can also connect with " +"many traditional social networks. See %s for a list of alternate Friendica " +"sites you can join." +msgstr "Friendica servery jsou všechny propojené a vytváří tak rozsáhlou sociální síť s důrazem na soukromý a je pod kontrolou svých členů. Členové se mohou propojovat s mnoha dalšími tradičními sociálními sítěmi. Navštivte %s pro seznam alternativních Friendica serverů kde se můžete přidat." + +#: ../../mod/invite.php:126 +msgid "" +"Our apologies. This system is not currently configured to connect with other" +" public sites or invite members." +msgstr "Omlouváme se. Systém nyní není nastaven tak, aby se připojil k ostatním veřejným serverům nebo umožnil pozvat nové členy." + +#: ../../mod/invite.php:132 +msgid "Send invitations" +msgstr "Poslat pozvánky" + +#: ../../mod/invite.php:133 +msgid "Enter email addresses, one per line:" +msgstr "Zadejte e-mailové adresy, jednu na řádek:" + +#: ../../mod/invite.php:134 ../../mod/wallmessage.php:151 +#: ../../mod/message.php:329 ../../mod/message.php:558 +msgid "Your message:" +msgstr "Vaše zpráva:" + +#: ../../mod/invite.php:135 +msgid "" +"You are cordially invited to join me and other close friends on Friendica - " +"and help us to create a better social web." +msgstr "Jste srdečně pozván se připojit ke mně a k mým blízkým přátelům na Friendica - a pomoci nám vytvořit lepší sociální síť." + +#: ../../mod/invite.php:137 +msgid "You will need to supply this invitation code: $invite_code" +msgstr "Budete muset zadat kód této pozvánky: $invite_code" + +#: ../../mod/invite.php:137 +msgid "" +"Once you have registered, please connect with me via my profile page at:" +msgstr "Jakmile se zaregistrujete, prosím spojte se se mnou přes mou profilovu stránku na:" + +#: ../../mod/invite.php:139 +msgid "" +"For more information about the Friendica project and why we feel it is " +"important, please visit http://friendica.com" +msgstr "Pro více informací o Friendica projektu a o tom, proč je tak důležitý, prosím navštivte http://friendica.com" + +#: ../../mod/wallmessage.php:42 ../../mod/wallmessage.php:112 +#, php-format +msgid "Number of daily wall messages for %s exceeded. Message failed." +msgstr "Došlo k překročení maximálního počtu zpráv na zeď během jednoho dne. Zpráva %s nedoručena." + +#: ../../mod/wallmessage.php:56 ../../mod/message.php:63 +msgid "No recipient selected." +msgstr "Nevybrán příjemce." + +#: ../../mod/wallmessage.php:59 +msgid "Unable to check your home location." +msgstr "Nebylo možné zjistit Vaši domácí lokaci." + +#: ../../mod/wallmessage.php:62 ../../mod/message.php:70 +msgid "Message could not be sent." +msgstr "Zprávu se nepodařilo odeslat." + +#: ../../mod/wallmessage.php:65 ../../mod/message.php:73 +msgid "Message collection failure." +msgstr "Sběr zpráv selhal." + +#: ../../mod/wallmessage.php:68 ../../mod/message.php:76 +msgid "Message sent." +msgstr "Zpráva odeslána." + +#: ../../mod/wallmessage.php:86 ../../mod/wallmessage.php:95 +msgid "No recipient." +msgstr "Žádný příjemce." + +#: ../../mod/wallmessage.php:142 ../../mod/message.php:319 +msgid "Send Private Message" +msgstr "Odeslat soukromou zprávu" + +#: ../../mod/wallmessage.php:143 +#, php-format +msgid "" +"If you wish for %s to respond, please check that the privacy settings on " +"your site allow private mail from unknown senders." +msgstr "Pokud si přejete, aby uživatel %s mohl odpovědět, ověřte si zda-li máte povoleno na svém serveru zasílání soukromých zpráv od neznámých odesilatelů." + +#: ../../mod/wallmessage.php:144 ../../mod/message.php:320 +#: ../../mod/message.php:553 +msgid "To:" +msgstr "Adresát:" + +#: ../../mod/wallmessage.php:145 ../../mod/message.php:325 +#: ../../mod/message.php:555 +msgid "Subject:" +msgstr "Předmět:" + +#: ../../mod/localtime.php:24 +msgid "Time Conversion" +msgstr "Časová konverze" + +#: ../../mod/localtime.php:26 +msgid "" +"Friendica provides this service for sharing events with other networks and " +"friends in unknown timezones." +msgstr "Friendica poskytuje tuto službu pro sdílení událostí s ostatními sítěmi a přáteli v neznámých časových zónách" + +#: ../../mod/localtime.php:30 +#, php-format +msgid "UTC time: %s" +msgstr "UTC čas: %s" + +#: ../../mod/localtime.php:33 +#, php-format +msgid "Current timezone: %s" +msgstr "Aktuální časové pásmo: %s" + +#: ../../mod/localtime.php:36 +#, php-format +msgid "Converted localtime: %s" +msgstr "Převedený lokální čas : %s" + +#: ../../mod/localtime.php:41 +msgid "Please select your timezone:" +msgstr "Prosím, vyberte své časové pásmo:" + +#: ../../mod/lockview.php:31 ../../mod/lockview.php:39 +msgid "Remote privacy information not available." +msgstr "Vzdálené soukromé informace nejsou k dispozici." + +#: ../../mod/lockview.php:48 +msgid "Visible to:" +msgstr "Viditelné pro:" + +#: ../../mod/lostpass.php:17 +msgid "No valid account found." +msgstr "Nenalezen žádný platný účet." + +#: ../../mod/lostpass.php:33 +msgid "Password reset request issued. Check your email." +msgstr "Žádost o obnovení hesla vyřízena. Zkontrolujte Vaši e-mailovou schránku." + +#: ../../mod/lostpass.php:44 +#, php-format +msgid "Password reset requested at %s" +msgstr "Na %s bylo zažádáno o resetování hesla" + +#: ../../mod/lostpass.php:66 +msgid "" +"Request could not be verified. (You may have previously submitted it.) " +"Password reset failed." +msgstr "Žádost nemohla být ověřena. (Možná jste ji odeslali již dříve.) Obnovení hesla se nezdařilo." + +#: ../../mod/lostpass.php:84 ../../boot.php:1151 +msgid "Password Reset" +msgstr "Obnovení hesla" + +#: ../../mod/lostpass.php:85 +msgid "Your password has been reset as requested." +msgstr "Vaše heslo bylo na Vaše přání resetováno." + +#: ../../mod/lostpass.php:86 +msgid "Your new password is" +msgstr "Někdo Vám napsal na Vaši profilovou stránku" + +#: ../../mod/lostpass.php:87 +msgid "Save or copy your new password - and then" +msgstr "Uložte si nebo zkopírujte nové heslo - a pak" + +#: ../../mod/lostpass.php:88 +msgid "click here to login" +msgstr "klikněte zde pro přihlášení" + +#: ../../mod/lostpass.php:89 +msgid "" +"Your password may be changed from the Settings page after " +"successful login." +msgstr "Nezdá se, že by to bylo Vaše celé jméno (křestní jméno a příjmení)." + +#: ../../mod/lostpass.php:107 +#, php-format +msgid "Your password has been changed at %s" +msgstr "Vaše heslo bylo změněno na %s" + +#: ../../mod/lostpass.php:122 +msgid "Forgot your Password?" +msgstr "Zapomněli jste heslo?" + +#: ../../mod/lostpass.php:123 +msgid "" +"Enter your email address and submit to have your password reset. Then check " +"your email for further instructions." +msgstr "Zadejte svůj e-mailovou adresu a odešlete žádost o zaslání Vašeho nového hesla. Poté zkontrolujte svůj e-mail pro další instrukce." + +#: ../../mod/lostpass.php:124 +msgid "Nickname or Email: " +msgstr "Přezdívka nebo e-mail: " + +#: ../../mod/lostpass.php:125 +msgid "Reset" +msgstr "Reset" + +#: ../../mod/maintenance.php:5 +msgid "System down for maintenance" +msgstr "Systém vypnut z důvodů údržby" + +#: ../../mod/manage.php:106 +msgid "Manage Identities and/or Pages" +msgstr "Správa identit a / nebo stránek" + +#: ../../mod/manage.php:107 +msgid "" +"Toggle between different identities or community/group pages which share " +"your account details or which you have been granted \"manage\" permissions" +msgstr "Přepnutí mezi různými identitami nebo komunitními/skupinovými stránkami, které sdílí Vaše detaily účtu, nebo kterým jste přidělili oprávnění nastavovat přístupová práva." + +#: ../../mod/manage.php:108 +msgid "Select an identity to manage: " +msgstr "Vyberte identitu pro správu: " + +#: ../../mod/match.php:12 +msgid "Profile Match" +msgstr "Shoda profilu" + +#: ../../mod/match.php:20 +msgid "No keywords to match. Please add keywords to your default profile." +msgstr "Žádná klíčová slova k porovnání. Prosím, přidejte klíčová slova do Vašeho výchozího profilu." + +#: ../../mod/match.php:57 +msgid "is interested in:" +msgstr "zajímá se o:" + +#: ../../mod/message.php:67 +msgid "Unable to locate contact information." +msgstr "Nepodařilo se najít kontaktní informace." + +#: ../../mod/message.php:207 +msgid "Do you really want to delete this message?" +msgstr "Opravdu chcete smazat tuto zprávu?" + +#: ../../mod/message.php:227 +msgid "Message deleted." +msgstr "Zpráva odstraněna." + +#: ../../mod/message.php:258 +msgid "Conversation removed." +msgstr "Konverzace odstraněna." + +#: ../../mod/message.php:371 +msgid "No messages." +msgstr "Žádné zprávy." + +#: ../../mod/message.php:378 +#, php-format +msgid "Unknown sender - %s" +msgstr "Neznámý odesilatel - %s" + +#: ../../mod/message.php:381 +#, php-format +msgid "You and %s" +msgstr "Vy a %s" + +#: ../../mod/message.php:384 +#, php-format +msgid "%s and You" +msgstr "%s a Vy" + +#: ../../mod/message.php:405 ../../mod/message.php:546 +msgid "Delete conversation" +msgstr "Odstranit konverzaci" + +#: ../../mod/message.php:408 +msgid "D, d M Y - g:i A" +msgstr "D M R - g:i A" + +#: ../../mod/message.php:411 +#, php-format +msgid "%d message" +msgid_plural "%d messages" +msgstr[0] "%d zpráva" +msgstr[1] "%d zprávy" +msgstr[2] "%d zpráv" + +#: ../../mod/message.php:450 +msgid "Message not available." +msgstr "Zpráva není k dispozici." + +#: ../../mod/message.php:520 +msgid "Delete message" +msgstr "Smazat zprávu" + +#: ../../mod/message.php:548 +msgid "" +"No secure communications available. You may be able to " +"respond from the sender's profile page." +msgstr "Není k dispozici zabezpečená komunikace. Možná budete schopni reagovat z odesilatelovy profilové stránky." + +#: ../../mod/message.php:552 +msgid "Send Reply" +msgstr "Poslat odpověď" + +#: ../../mod/mood.php:133 +msgid "Mood" +msgstr "Nálada" + +#: ../../mod/mood.php:134 +msgid "Set your current mood and tell your friends" +msgstr "Nastavte svou aktuální náladu a řekněte to Vašim přátelům" + +#: ../../mod/network.php:181 +msgid "Search Results For:" +msgstr "Výsledky hledání pro:" + +#: ../../mod/network.php:397 +msgid "Commented Order" +msgstr "Dle komentářů" + +#: ../../mod/network.php:400 +msgid "Sort by Comment Date" +msgstr "Řadit podle data komentáře" + +#: ../../mod/network.php:403 +msgid "Posted Order" +msgstr "Dle data" + +#: ../../mod/network.php:406 +msgid "Sort by Post Date" +msgstr "Řadit podle data příspěvku" + +#: ../../mod/network.php:444 ../../mod/notifications.php:88 +msgid "Personal" +msgstr "Osobní" + +#: ../../mod/network.php:447 +msgid "Posts that mention or involve you" +msgstr "Příspěvky, které Vás zmiňují nebo zahrnují" + +#: ../../mod/network.php:453 +msgid "New" +msgstr "Nové" + +#: ../../mod/network.php:456 +msgid "Activity Stream - by date" +msgstr "Proud aktivit - dle data" + +#: ../../mod/network.php:462 +msgid "Shared Links" +msgstr "Sdílené odkazy" + +#: ../../mod/network.php:465 +msgid "Interesting Links" +msgstr "Zajímavé odkazy" + +#: ../../mod/network.php:471 +msgid "Starred" +msgstr "S hvězdičkou" + +#: ../../mod/network.php:474 +msgid "Favourite Posts" +msgstr "Oblíbené přízpěvky" + +#: ../../mod/network.php:546 +#, php-format +msgid "Warning: This group contains %s member from an insecure network." +msgid_plural "" +"Warning: This group contains %s members from an insecure network." +msgstr[0] "Upozornění: Tato skupina obsahuje %s člena z nezabezpečené sítě." +msgstr[1] "Upozornění: Tato skupina obsahuje %s členy z nezabezpečené sítě." +msgstr[2] "Upozornění: Tato skupina obsahuje %s členy z nezabezpečené sítě." + +#: ../../mod/network.php:549 +msgid "Private messages to this group are at risk of public disclosure." +msgstr "Soukromé zprávy této skupině jsou vystaveny riziku prozrazení." + +#: ../../mod/network.php:596 ../../mod/content.php:119 +msgid "No such group" +msgstr "Žádná taková skupina" + +#: ../../mod/network.php:607 ../../mod/content.php:130 +msgid "Group is empty" +msgstr "Skupina je prázdná" + +#: ../../mod/network.php:611 ../../mod/content.php:134 +msgid "Group: " +msgstr "Skupina: " + +#: ../../mod/network.php:621 +msgid "Contact: " +msgstr "Kontakt: " + +#: ../../mod/network.php:623 +msgid "Private messages to this person are at risk of public disclosure." +msgstr "Soukromé zprávy této osobě jsou vystaveny riziku prozrazení." + +#: ../../mod/network.php:628 +msgid "Invalid contact." +msgstr "Neplatný kontakt." + +#: ../../mod/notifications.php:26 +msgid "Invalid request identifier." +msgstr "Neplatný identifikátor požadavku." + +#: ../../mod/notifications.php:35 ../../mod/notifications.php:165 +#: ../../mod/notifications.php:211 +msgid "Discard" +msgstr "Odstranit" + +#: ../../mod/notifications.php:78 +msgid "System" +msgstr "Systém" + +#: ../../mod/notifications.php:122 +msgid "Show Ignored Requests" +msgstr "Zobrazit ignorované žádosti" + +#: ../../mod/notifications.php:122 +msgid "Hide Ignored Requests" +msgstr "Skrýt ignorované žádosti" + +#: ../../mod/notifications.php:149 ../../mod/notifications.php:195 +msgid "Notification type: " +msgstr "Typ oznámení: " + +#: ../../mod/notifications.php:150 +msgid "Friend Suggestion" +msgstr "Návrh přátelství" + +#: ../../mod/notifications.php:152 +#, php-format +msgid "suggested by %s" +msgstr "navrhl %s" + +#: ../../mod/notifications.php:158 ../../mod/notifications.php:205 +msgid "Post a new friend activity" +msgstr "Zveřejnit aktivitu nového přítele." + +#: ../../mod/notifications.php:158 ../../mod/notifications.php:205 +msgid "if applicable" +msgstr "je-li použitelné" + +#: ../../mod/notifications.php:181 +msgid "Claims to be known to you: " +msgstr "Vaši údajní známí: " + +#: ../../mod/notifications.php:181 +msgid "yes" +msgstr "ano" + +#: ../../mod/notifications.php:181 +msgid "no" +msgstr "ne" + +#: ../../mod/notifications.php:188 +msgid "Approve as: " +msgstr "Schválit jako: " + +#: ../../mod/notifications.php:189 +msgid "Friend" +msgstr "Přítel" + +#: ../../mod/notifications.php:190 +msgid "Sharer" +msgstr "Sdílené" + +#: ../../mod/notifications.php:190 +msgid "Fan/Admirer" +msgstr "Fanoušek / obdivovatel" + +#: ../../mod/notifications.php:196 +msgid "Friend/Connect Request" +msgstr "Přítel / žádost o připojení" + +#: ../../mod/notifications.php:196 +msgid "New Follower" +msgstr "Nový následovník" + +#: ../../mod/notifications.php:217 +msgid "No introductions." +msgstr "Žádné představení." + +#: ../../mod/notifications.php:257 ../../mod/notifications.php:382 +#: ../../mod/notifications.php:469 +#, php-format +msgid "%s liked %s's post" +msgstr "Uživateli %s se líbí příspěvek uživatele %s" + +#: ../../mod/notifications.php:266 ../../mod/notifications.php:391 +#: ../../mod/notifications.php:478 +#, php-format +msgid "%s disliked %s's post" +msgstr "Uživateli %s se nelíbí příspěvek uživatele %s" + +#: ../../mod/notifications.php:280 ../../mod/notifications.php:405 +#: ../../mod/notifications.php:492 +#, php-format +msgid "%s is now friends with %s" +msgstr "%s se nyní přátelí s %s" + +#: ../../mod/notifications.php:287 ../../mod/notifications.php:412 +#, php-format +msgid "%s created a new post" +msgstr "%s vytvořil nový příspěvek" + +#: ../../mod/notifications.php:288 ../../mod/notifications.php:413 +#: ../../mod/notifications.php:501 +#, php-format +msgid "%s commented on %s's post" +msgstr "%s okomentoval příspěvek uživatele %s'" + +#: ../../mod/notifications.php:302 +msgid "No more network notifications." +msgstr "Žádné další síťové upozornění." + +#: ../../mod/notifications.php:306 +msgid "Network Notifications" +msgstr "Upozornění Sítě" + +#: ../../mod/notifications.php:332 ../../mod/notify.php:61 +msgid "No more system notifications." +msgstr "Žádné další systémová upozornění." + +#: ../../mod/notifications.php:336 ../../mod/notify.php:65 +msgid "System Notifications" +msgstr "Systémová upozornění" + +#: ../../mod/notifications.php:427 +msgid "No more personal notifications." +msgstr "Žádné další osobní upozornění." + +#: ../../mod/notifications.php:431 +msgid "Personal Notifications" +msgstr "Osobní upozornění" + +#: ../../mod/notifications.php:508 +msgid "No more home notifications." +msgstr "Žádné další domácí upozornění." + +#: ../../mod/notifications.php:512 +msgid "Home Notifications" +msgstr "Domácí upozornění" + +#: ../../mod/photos.php:51 ../../boot.php:1957 +msgid "Photo Albums" +msgstr "Fotoalba" + +#: ../../mod/photos.php:59 ../../mod/photos.php:154 ../../mod/photos.php:1058 +#: ../../mod/photos.php:1183 ../../mod/photos.php:1206 +#: ../../mod/photos.php:1736 ../../mod/photos.php:1748 +#: ../../view/theme/diabook/theme.php:492 +msgid "Contact Photos" +msgstr "Fotogalerie kontaktu" + +#: ../../mod/photos.php:66 ../../mod/photos.php:1222 ../../mod/photos.php:1795 +msgid "Upload New Photos" +msgstr "Nahrát nové fotografie" + +#: ../../mod/photos.php:143 +msgid "Contact information unavailable" +msgstr "Kontakt byl zablokován" + +#: ../../mod/photos.php:164 +msgid "Album not found." +msgstr "Album nenalezeno." + +#: ../../mod/photos.php:187 ../../mod/photos.php:199 ../../mod/photos.php:1200 +msgid "Delete Album" +msgstr "Smazat album" + +#: ../../mod/photos.php:197 +msgid "Do you really want to delete this photo album and all its photos?" +msgstr "Opravdu chcete smazat toto foto album a všechny jeho fotografie?" + +#: ../../mod/photos.php:276 ../../mod/photos.php:287 ../../mod/photos.php:1502 +msgid "Delete Photo" +msgstr "Smazat fotografii" + +#: ../../mod/photos.php:285 +msgid "Do you really want to delete this photo?" +msgstr "Opravdu chcete smazat tuto fotografii?" + +#: ../../mod/photos.php:656 +#, php-format +msgid "%1$s was tagged in %2$s by %3$s" +msgstr "%1$s byl označen v %2$s uživatelem %3$s" + +#: ../../mod/photos.php:656 +msgid "a photo" +msgstr "fotografie" + +#: ../../mod/photos.php:761 +msgid "Image exceeds size limit of " +msgstr "Velikost obrázku překračuje limit velikosti" + +#: ../../mod/photos.php:769 +msgid "Image file is empty." +msgstr "Soubor obrázku je prázdný." + +#: ../../mod/photos.php:924 +msgid "No photos selected" +msgstr "Není vybrána žádná fotografie" + +#: ../../mod/photos.php:1088 +#, php-format +msgid "You have used %1$.2f Mbytes of %2$.2f Mbytes photo storage." +msgstr "Použil jste %1$.2f Mbajtů z %2$.2f Mbajtů úložiště fotografií." + +#: ../../mod/photos.php:1123 +msgid "Upload Photos" +msgstr "Nahrání fotografií " + +#: ../../mod/photos.php:1127 ../../mod/photos.php:1195 +msgid "New album name: " +msgstr "Název nového alba: " + +#: ../../mod/photos.php:1128 +msgid "or existing album name: " +msgstr "nebo stávající název alba: " + +#: ../../mod/photos.php:1129 +msgid "Do not show a status post for this upload" +msgstr "Nezobrazovat stav pro tento upload" + +#: ../../mod/photos.php:1131 ../../mod/photos.php:1497 +msgid "Permissions" +msgstr "Oprávnění:" + +#: ../../mod/photos.php:1142 +msgid "Private Photo" +msgstr "Soukromé Fotografie" + +#: ../../mod/photos.php:1143 +msgid "Public Photo" +msgstr "Veřejné Fotografie" + +#: ../../mod/photos.php:1210 +msgid "Edit Album" +msgstr "Edituj album" + +#: ../../mod/photos.php:1216 +msgid "Show Newest First" +msgstr "Zobrazit nejprve nejnovější:" + +#: ../../mod/photos.php:1218 +msgid "Show Oldest First" +msgstr "Zobrazit nejprve nejstarší:" + +#: ../../mod/photos.php:1251 ../../mod/photos.php:1778 +msgid "View Photo" +msgstr "Zobraz fotografii" + +#: ../../mod/photos.php:1286 +msgid "Permission denied. Access to this item may be restricted." +msgstr "Oprávnění bylo zamítnuto. Přístup k této položce může být omezen." + +#: ../../mod/photos.php:1288 +msgid "Photo not available" +msgstr "Fotografie není k dispozici" + +#: ../../mod/photos.php:1344 +msgid "View photo" +msgstr "Zobrazit obrázek" + +#: ../../mod/photos.php:1344 +msgid "Edit photo" +msgstr "Editovat fotografii" + +#: ../../mod/photos.php:1345 +msgid "Use as profile photo" +msgstr "Použít jako profilovou fotografii" + +#: ../../mod/photos.php:1351 ../../mod/content.php:643 +#: ../../object/Item.php:113 +msgid "Private Message" +msgstr "Soukromá zpráva" + +#: ../../mod/photos.php:1370 +msgid "View Full Size" +msgstr "Zobrazit v plné velikosti" + +#: ../../mod/photos.php:1444 +msgid "Tags: " +msgstr "Štítky: " + +#: ../../mod/photos.php:1447 +msgid "[Remove any tag]" +msgstr "[Odstranit všechny štítky]" + +#: ../../mod/photos.php:1487 +msgid "Rotate CW (right)" +msgstr "Rotovat po směru hodinových ručiček (doprava)" + +#: ../../mod/photos.php:1488 +msgid "Rotate CCW (left)" +msgstr "Rotovat proti směru hodinových ručiček (doleva)" + +#: ../../mod/photos.php:1490 +msgid "New album name" +msgstr "Nové jméno alba" + +#: ../../mod/photos.php:1493 +msgid "Caption" +msgstr "Titulek" + +#: ../../mod/photos.php:1495 +msgid "Add a Tag" +msgstr "Přidat štítek" + +#: ../../mod/photos.php:1499 +msgid "" +"Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping" +msgstr "Příklad: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping" + +#: ../../mod/photos.php:1508 +msgid "Private photo" +msgstr "Soukromé fotografie" + +#: ../../mod/photos.php:1509 +msgid "Public photo" +msgstr "Veřejné fotografie" + +#: ../../mod/photos.php:1529 ../../mod/content.php:707 +#: ../../object/Item.php:232 +msgid "I like this (toggle)" +msgstr "Líbí se mi to (přepínač)" + +#: ../../mod/photos.php:1530 ../../mod/content.php:708 +#: ../../object/Item.php:233 +msgid "I don't like this (toggle)" +msgstr "Nelíbí se mi to (přepínač)" + +#: ../../mod/photos.php:1549 ../../mod/photos.php:1593 +#: ../../mod/photos.php:1676 ../../mod/content.php:730 +#: ../../object/Item.php:650 +msgid "This is you" +msgstr "Nastavte Vaši polohu" + +#: ../../mod/photos.php:1551 ../../mod/photos.php:1595 +#: ../../mod/photos.php:1678 ../../mod/content.php:732 +#: ../../object/Item.php:338 ../../object/Item.php:652 ../../boot.php:670 +msgid "Comment" +msgstr "Okomentovat" + +#: ../../mod/photos.php:1793 +msgid "Recent Photos" +msgstr "Aktuální fotografie" + +#: ../../mod/newmember.php:6 +msgid "Welcome to Friendica" +msgstr "Vítejte na Friendica" + +#: ../../mod/newmember.php:8 +msgid "New Member Checklist" +msgstr "Seznam doporučení pro nového člena" + +#: ../../mod/newmember.php:12 +msgid "" +"We would like to offer some tips and links to help make your experience " +"enjoyable. Click any item to visit the relevant page. A link to this page " +"will be visible from your home page for two weeks after your initial " +"registration and then will quietly disappear." +msgstr "Rádi bychom vám nabídli několik tipů a odkazů pro začátek. Klikněte na jakoukoliv položku pro zobrazení relevantní stránky. Odkaz na tuto stránku bude viditelný z Vaší domovské stránky po dobu dvou týdnů od Vaší první registrace." + +#: ../../mod/newmember.php:14 +msgid "Getting Started" +msgstr "Začínáme" + +#: ../../mod/newmember.php:18 +msgid "Friendica Walk-Through" +msgstr "Prohlídka Friendica " + +#: ../../mod/newmember.php:18 +msgid "" +"On your Quick Start page - find a brief introduction to your " +"profile and network tabs, make some new connections, and find some groups to" +" join." +msgstr "Na Vaší stránce Rychlý Start - naleznete stručné představení k Vašemu profilu a záložce Síť, k vytvoření spojení s novými kontakty a nalezení skupin, ke kterým se můžete připojit." + +#: ../../mod/newmember.php:26 +msgid "Go to Your Settings" +msgstr "Navštivte své nastavení" + +#: ../../mod/newmember.php:26 +msgid "" +"On your Settings page - change your initial password. Also make a " +"note of your Identity Address. This looks just like an email address - and " +"will be useful in making friends on the free social web." +msgstr "Na Vaší stránce Nastavení - si změňte Vaše první heslo.\nVěnujte také svou pozornost k adrese identity. Vypadá jako emailová adresa a bude Vám užitečná pro navazování přátelství na svobodné sociální síti." + +#: ../../mod/newmember.php:28 +msgid "" +"Review the other settings, particularly the privacy settings. An unpublished" +" directory listing is like having an unlisted phone number. In general, you " +"should probably publish your listing - unless all of your friends and " +"potential friends know exactly how to find you." +msgstr "Prohlédněte si další nastavení, a to zejména nastavení soukromí. Nezveřejnění svého účtu v adresáři je jako mít nezveřejněné telefonní číslo. Obecně platí, že je lepší mít svůj účet zveřejněný, leda by všichni vaši potenciální přátelé věděli, jak vás přesně najít." + +#: ../../mod/newmember.php:36 ../../mod/profile_photo.php:244 +msgid "Upload Profile Photo" +msgstr "Nahrát profilovou fotografii" + +#: ../../mod/newmember.php:36 +msgid "" +"Upload a profile photo if you have not done so already. Studies have shown " +"that people with real photos of themselves are ten times more likely to make" +" friends than people who do not." +msgstr "Nahrajte si svou profilovou fotku, pokud jste tak již neučinili. Studie ukázaly, že lidé se skutečnými fotografiemi mají desetkrát častěji přátele než lidé, kteří nemají." + +#: ../../mod/newmember.php:38 +msgid "Edit Your Profile" +msgstr "Editujte Váš profil" + +#: ../../mod/newmember.php:38 +msgid "" +"Edit your default profile to your liking. Review the " +"settings for hiding your list of friends and hiding the profile from unknown" +" visitors." +msgstr "Upravit výchozí profil podle vašich představ. Prověřte nastavení pro skrytí Vašeho seznamu přátel a skrytí profilu před neznámými návštěvníky." + +#: ../../mod/newmember.php:40 +msgid "Profile Keywords" +msgstr "Profilová klíčová slova" + +#: ../../mod/newmember.php:40 +msgid "" +"Set some public keywords for your default profile which describe your " +"interests. We may be able to find other people with similar interests and " +"suggest friendships." +msgstr "Nastavte si nějaká veřejné klíčová slova pro výchozí profil, která popisují Vaše zájmy. Friendika Vám může nalézt další lidi s podobnými zájmy a navrhnout přátelství." + +#: ../../mod/newmember.php:44 +msgid "Connecting" +msgstr "Probíhá pokus o připojení" + +#: ../../mod/newmember.php:49 +msgid "" +"Authorise the Facebook Connector if you currently have a Facebook account " +"and we will (optionally) import all your Facebook friends and conversations." +msgstr "Jestliže máte účet na Facebooku, povolte konektor na Facebook a bude možné (na přání) importovat všechny Vaš přátele na Facebooku a všechny Vaše konverzace." + +#: ../../mod/newmember.php:51 +msgid "" +"If this is your own personal server, installing the Facebook addon " +"may ease your transition to the free social web." +msgstr "Pokud je toto Váš soukromý server, instalací Facebok doplňku můžete zjednodušit Váš přechod na svobodný sociální web." + +#: ../../mod/newmember.php:56 +msgid "Importing Emails" +msgstr "Importování emaiů" + +#: ../../mod/newmember.php:56 +msgid "" +"Enter your email access information on your Connector Settings page if you " +"wish to import and interact with friends or mailing lists from your email " +"INBOX" +msgstr "Pokud chcete importovat své přátele nebo mailové skupiny a komunikovat s nimi, zadejte na Vaší stránce Nastavení kontektoru své přístupové údaje do svého emailového účtu" + +#: ../../mod/newmember.php:58 +msgid "Go to Your Contacts Page" +msgstr "Navštivte Vaši stránku s kontakty" + +#: ../../mod/newmember.php:58 +msgid "" +"Your Contacts page is your gateway to managing friendships and connecting " +"with friends on other networks. Typically you enter their address or site " +"URL in the Add New Contact dialog." +msgstr "Vaše stránka Kontakty je Vaše brána k nastavování přátelství a propojení s přáteli z dalších sítí. Typicky zadáte jejich emailovou adresu nebo URL adresu jejich serveru prostřednictvím dialogu Přidat nový kontakt." + +#: ../../mod/newmember.php:60 +msgid "Go to Your Site's Directory" +msgstr "Navštivte lokální adresář Friendica" + +#: ../../mod/newmember.php:60 +msgid "" +"The Directory page lets you find other people in this network or other " +"federated sites. Look for a Connect or Follow link on " +"their profile page. Provide your own Identity Address if requested." +msgstr "Stránka Adresář Vám pomůže najít další lidi na tomto serveru nebo v jiných propojených serverech. Prostřednictvím odkazů Připojení nebo Následovat si prohlédněte jejich profilovou stránku. Uveďte svou vlastní adresu identity, je-li požadována." + +#: ../../mod/newmember.php:62 +msgid "Finding New People" +msgstr "Nalezení nových lidí" + +#: ../../mod/newmember.php:62 +msgid "" +"On the side panel of the Contacts page are several tools to find new " +"friends. We can match people by interest, look up people by name or " +"interest, and provide suggestions based on network relationships. On a brand" +" new site, friend suggestions will usually begin to be populated within 24 " +"hours." +msgstr "Na bočním panelu stránky s kontakty je několik nástrojů k nalezení nových přátel. Porovnáme lidi dle zájmů, najdeme lidi podle jména nebo zájmu a poskytneme Vám návrhy založené na přátelství v síti přátel. Na zcela novém serveru se návrhy přátelství nabínou obvykle během 24 hodin." + +#: ../../mod/newmember.php:70 +msgid "Group Your Contacts" +msgstr "Seskupte si své kontakty" + +#: ../../mod/newmember.php:70 +msgid "" +"Once you have made some friends, organize them into private conversation " +"groups from the sidebar of your Contacts page and then you can interact with" +" each group privately on your Network page." +msgstr "Jakmile získáte nějaké přátele, uspořádejte si je do soukromých konverzačních skupin na postranním panelu Vaší stránky Kontakty a pak můžete komunikovat s každou touto skupinu soukromě prostřednictvím stránky Síť." + +#: ../../mod/newmember.php:73 +msgid "Why Aren't My Posts Public?" +msgstr "Proč nejsou mé příspěvky veřejné?" + +#: ../../mod/newmember.php:73 +msgid "" +"Friendica respects your privacy. By default, your posts will only show up to" +" people you've added as friends. For more information, see the help section " +"from the link above." +msgstr "Friendica respektuje Vaše soukromí. Defaultně jsou Vaše příspěvky viditelné pouze lidem, které označíte jako Vaše přátelé. Více informací naleznete v nápovědě na výše uvedeném odkazu" + +#: ../../mod/newmember.php:78 +msgid "Getting Help" +msgstr "Získání nápovědy" + +#: ../../mod/newmember.php:82 +msgid "Go to the Help Section" +msgstr "Navštivte sekci nápovědy" + +#: ../../mod/newmember.php:82 +msgid "" +"Our help pages may be consulted for detail on other program" +" features and resources." +msgstr "Na stránkách Nápověda naleznete nejen další podrobnosti o všech funkcích Friendika ale také další zdroje informací." + +#: ../../mod/profile.php:21 ../../boot.php:1325 +msgid "Requested profile is not available." +msgstr "Požadovaný profil není k dispozici." + +#: ../../mod/profile.php:180 +msgid "Tips for New Members" +msgstr "Tipy pro nové členy" + +#: ../../mod/install.php:117 +msgid "Friendica Social Communications Server - Setup" +msgstr "Friendica Sociální komunkační server - Nastavení" + +#: ../../mod/install.php:123 +msgid "Could not connect to database." +msgstr "Nelze se připojit k databázi." + +#: ../../mod/install.php:127 +msgid "Could not create table." +msgstr "Nelze vytvořit tabulku." + +#: ../../mod/install.php:133 +msgid "Your Friendica site database has been installed." +msgstr "Vaše databáze Friendica byla nainstalována." + +#: ../../mod/install.php:138 +msgid "" +"You may need to import the file \"database.sql\" manually using phpmyadmin " +"or mysql." +msgstr "Toto je nejčastěji nastavením oprávnění, kdy webový server nemusí být schopen zapisovat soubory do Vašeho adresáře - i když Vy můžete." + +#: ../../mod/install.php:139 ../../mod/install.php:206 +#: ../../mod/install.php:521 +msgid "Please see the file \"INSTALL.txt\"." +msgstr "Přečtěte si prosím informace v souboru \"INSTALL.txt\"." + +#: ../../mod/install.php:203 +msgid "System check" +msgstr "Testování systému" + +#: ../../mod/install.php:208 +msgid "Check again" +msgstr "Otestovat znovu" + +#: ../../mod/install.php:227 +msgid "Database connection" +msgstr "Databázové spojení" + +#: ../../mod/install.php:228 +msgid "" +"In order to install Friendica we need to know how to connect to your " +"database." +msgstr "Pro instalaci Friendica potřeujeme znát připojení k Vaší databázi." + +#: ../../mod/install.php:229 +msgid "" +"Please contact your hosting provider or site administrator if you have " +"questions about these settings." +msgstr "Pokud máte otázky k následujícím nastavením, obraťte se na svého poskytovatele hostingu nebo administrátora serveru, " + +#: ../../mod/install.php:230 +msgid "" +"The database you specify below should already exist. If it does not, please " +"create it before continuing." +msgstr "Databáze, kterou uvedete níže, by již měla existovat. Pokud to tak není, prosíme, vytvořte ji před pokračováním." + +#: ../../mod/install.php:234 +msgid "Database Server Name" +msgstr "Jméno databázového serveru" + +#: ../../mod/install.php:235 +msgid "Database Login Name" +msgstr "Přihlašovací jméno k databázi" + +#: ../../mod/install.php:236 +msgid "Database Login Password" +msgstr "Heslo k databázovému účtu " + +#: ../../mod/install.php:237 +msgid "Database Name" +msgstr "Jméno databáze" + +#: ../../mod/install.php:238 ../../mod/install.php:277 +msgid "Site administrator email address" +msgstr "Emailová adresa administrátora webu" + +#: ../../mod/install.php:238 ../../mod/install.php:277 +msgid "" +"Your account email address must match this in order to use the web admin " +"panel." +msgstr "Vaše emailová adresa účtu se musí s touto shodovat, aby bylo možné využívat administrační panel ve webovém rozhraní." + +#: ../../mod/install.php:242 ../../mod/install.php:280 +msgid "Please select a default timezone for your website" +msgstr "Prosím, vyberte výchozí časové pásmo pro váš server" + +#: ../../mod/install.php:267 +msgid "Site settings" +msgstr "Nastavení webu" + +#: ../../mod/install.php:321 +msgid "Could not find a command line version of PHP in the web server PATH." +msgstr "Nelze najít verzi PHP pro příkazový řádek v PATH webového serveru." + +#: ../../mod/install.php:322 +msgid "" +"If you don't have a command line version of PHP installed on server, you " +"will not be able to run background polling via cron. See 'Activating scheduled tasks'" +msgstr "Pokud na serveru nemáte nainstalovánu verzi PHP spustitelnou z příkazového řádku, nebudete moci spouštět na pozadí synchronizaci zpráv prostřednictvím cronu. Přečtěte si 'Activating scheduled tasks'\n\n podrobnosti\n návrhy\n historie\n\n\t\nThe following url is either missing from the translation or has been translated: 'http://friendica.com/node/27'>'Activating scheduled tasks'" + +#: ../../mod/install.php:326 +msgid "PHP executable path" +msgstr "Cesta k \"PHP executable\"" + +#: ../../mod/install.php:326 +msgid "" +"Enter full path to php executable. You can leave this blank to continue the " +"installation." +msgstr "Zadejte plnou cestu k spustitelnému souboru php. Tento údaj můžete ponechat nevyplněný a pokračovat v instalaci." + +#: ../../mod/install.php:331 +msgid "Command line PHP" +msgstr "Příkazový řádek PHP" + +#: ../../mod/install.php:340 +msgid "PHP executable is not the php cli binary (could be cgi-fgci version)" +msgstr "PHP executable není php cli binary (může být verze cgi-fgci)" + +#: ../../mod/install.php:341 +msgid "Found PHP version: " +msgstr "Nalezena PHP verze:" + +#: ../../mod/install.php:343 +msgid "PHP cli binary" +msgstr "PHP cli binary" + +#: ../../mod/install.php:354 +msgid "" +"The command line version of PHP on your system does not have " +"\"register_argc_argv\" enabled." +msgstr "Vyberte prosím profil, který chcete zobrazit %s při zabezpečeném prohlížení Vašeho profilu." + +#: ../../mod/install.php:355 +msgid "This is required for message delivery to work." +msgstr "Toto je nutné pro fungování doručování zpráv." + +#: ../../mod/install.php:357 +msgid "PHP register_argc_argv" +msgstr "PHP register_argc_argv" + +#: ../../mod/install.php:378 +msgid "" +"Error: the \"openssl_pkey_new\" function on this system is not able to " +"generate encryption keys" +msgstr "Chyba: funkce \"openssl_pkey_new\" na tomto systému není schopna generovat šifrovací klíče" + +#: ../../mod/install.php:379 +msgid "" +"If running under Windows, please see " +"\"http://www.php.net/manual/en/openssl.installation.php\"." +msgstr "Pokud systém běží na Windows, seznamte se s \"http://www.php.net/manual/en/openssl.installation.php\"." + +#: ../../mod/install.php:381 +msgid "Generate encryption keys" +msgstr "Generovat kriptovací klíče" + +#: ../../mod/install.php:388 +msgid "libCurl PHP module" +msgstr "libCurl PHP modul" + +#: ../../mod/install.php:389 +msgid "GD graphics PHP module" +msgstr "GD graphics PHP modul" + +#: ../../mod/install.php:390 +msgid "OpenSSL PHP module" +msgstr "OpenSSL PHP modul" + +#: ../../mod/install.php:391 +msgid "mysqli PHP module" +msgstr "mysqli PHP modul" + +#: ../../mod/install.php:392 +msgid "mb_string PHP module" +msgstr "mb_string PHP modul" + +#: ../../mod/install.php:397 ../../mod/install.php:399 +msgid "Apache mod_rewrite module" +msgstr "Apache mod_rewrite modul" + +#: ../../mod/install.php:397 +msgid "" +"Error: Apache webserver mod-rewrite module is required but not installed." +msgstr "Chyba: Požadovaný Apache webserver mod-rewrite modul není nainstalován." + +#: ../../mod/install.php:405 +msgid "Error: libCURL PHP module required but not installed." +msgstr "Chyba: požadovaný libcurl PHP modul není nainstalován." + +#: ../../mod/install.php:409 +msgid "" +"Error: GD graphics PHP module with JPEG support required but not installed." +msgstr "Chyba: požadovaný GD graphics PHP modul není nainstalován." + +#: ../../mod/install.php:413 +msgid "Error: openssl PHP module required but not installed." +msgstr "Chyba: požadovaný openssl PHP modul není nainstalován." + +#: ../../mod/install.php:417 +msgid "Error: mysqli PHP module required but not installed." +msgstr "Chyba: požadovaný mysqli PHP modul není nainstalován." + +#: ../../mod/install.php:421 +msgid "Error: mb_string PHP module required but not installed." +msgstr "Chyba: PHP modul mb_string je vyžadován, ale není nainstalován." + +#: ../../mod/install.php:438 +msgid "" +"The web installer needs to be able to create a file called \".htconfig.php\"" +" in the top folder of your web server and it is unable to do so." +msgstr "Webový instalátor musí být schopen vytvořit soubor s názvem \".htconfig.php\" v hlavním adresáři vašeho webového serveru ale nyní mu to není umožněno." + +#: ../../mod/install.php:439 +msgid "" +"This is most often a permission setting, as the web server may not be able " +"to write files in your folder - even if you can." +msgstr "Toto je nejčastěji nastavením oprávnění, kdy webový server nemusí být schopen zapisovat soubory do vašeho adresáře - i když Vy můžete." + +#: ../../mod/install.php:440 +msgid "" +"At the end of this procedure, we will give you a text to save in a file " +"named .htconfig.php in your Friendica top folder." +msgstr "Na konci této procedury obd nás obdržíte text k uložení v souboru pojmenovaném .htconfig.php ve Vašem Friendica kořenovém adresáři." + +#: ../../mod/install.php:441 +msgid "" +"You can alternatively skip this procedure and perform a manual installation." +" Please see the file \"INSTALL.txt\" for instructions." +msgstr "Alternativně můžete tento krok přeskočit a provést manuální instalaci. Přečtěte si prosím soubor \"INSTALL.txt\" pro další instrukce." + +#: ../../mod/install.php:444 +msgid ".htconfig.php is writable" +msgstr ".htconfig.php je editovatelné" + +#: ../../mod/install.php:454 +msgid "" +"Friendica uses the Smarty3 template engine to render its web views. Smarty3 " +"compiles templates to PHP to speed up rendering." +msgstr "Friendica používá šablonovací nástroj Smarty3 pro zobrazení svých weobvých stránek. Smarty3 kompiluje šablony do PHP pro zrychlení vykreslování." + +#: ../../mod/install.php:455 +msgid "" +"In order to store these compiled templates, the web server needs to have " +"write access to the directory view/smarty3/ under the Friendica top level " +"folder." +msgstr "Pro uložení kompilovaných šablon, webový server potřebuje mít přístup k zápisu do adresáře view/smarty3/ pod hlavním adresářem instalace Friendica" + +#: ../../mod/install.php:456 +msgid "" +"Please ensure that the user that your web server runs as (e.g. www-data) has" +" write access to this folder." +msgstr "prosím ujistěte se, že uživatel web serveru (jako například www-data) má právo zápisu do tohoto adresáře" + +#: ../../mod/install.php:457 +msgid "" +"Note: as a security measure, you should give the web server write access to " +"view/smarty3/ only--not the template files (.tpl) that it contains." +msgstr "Poznámka: jako bezpečnostní opatření, přidělte právo zápisu pouze k adresáři /view/smarty3/ a nikoliv už k souborům s šablonami (.tpl), které obsahuje." + +#: ../../mod/install.php:460 +msgid "view/smarty3 is writable" +msgstr "view/smarty3 je nastaven pro zápis" + +#: ../../mod/install.php:472 +msgid "" +"Url rewrite in .htaccess is not working. Check your server configuration." +msgstr "Url rewrite v .htconfig nefunguje. Prověřte prosím Vaše nastavení serveru." + +#: ../../mod/install.php:474 +msgid "Url rewrite is working" +msgstr "Url rewrite je funkční." + +#: ../../mod/install.php:484 +msgid "" +"The database configuration file \".htconfig.php\" could not be written. " +"Please use the enclosed text to create a configuration file in your web " +"server root." +msgstr "Databázový konfigurační soubor \".htconfig.php\" nemohl být uložen. Prosím, použijte přiložený text k vytvoření konfiguračního souboru ve vašem kořenovém adresáři webového serveru." + +#: ../../mod/install.php:508 +msgid "Errors encountered creating database tables." +msgstr "Při vytváření databázových tabulek došlo k chybám." + +#: ../../mod/install.php:519 +msgid "

What next

" +msgstr "

Co dál

" + +#: ../../mod/install.php:520 +msgid "" +"IMPORTANT: You will need to [manually] setup a scheduled task for the " +"poller." +msgstr "Webový instalátor musí být schopen vytvořit soubor s názvem \".htconfig.php\" v hlavním adresáři Vašeho webového serveru ale nyní mu to není umožněno." + +#: ../../mod/oexchange.php:25 +msgid "Post successful." +msgstr "Příspěvek úspěšně odeslán" + +#: ../../mod/openid.php:24 +msgid "OpenID protocol error. No ID returned." +msgstr "Chyba OpenID protokolu. Navrátilo se žádné ID." + +#: ../../mod/openid.php:53 +msgid "" +"Account not found and OpenID registration is not permitted on this site." +msgstr "Nenalezen účet a OpenID registrace na tomto serveru není dovolena." + +#: ../../mod/profile_photo.php:44 +msgid "Image uploaded but image cropping failed." +msgstr "Obrázek byl odeslán, ale jeho oříznutí se nesdařilo." + +#: ../../mod/profile_photo.php:77 ../../mod/profile_photo.php:84 +#: ../../mod/profile_photo.php:91 ../../mod/profile_photo.php:308 +#, php-format +msgid "Image size reduction [%s] failed." +msgstr "Nepodařilo se snížit velikost obrázku [%s]." + +#: ../../mod/profile_photo.php:118 +msgid "" +"Shift-reload the page or clear browser cache if the new photo does not " +"display immediately." +msgstr "Znovu načtěte stránku (Shift+F5) nebo vymažte cache prohlížeče, pokud se nové fotografie nezobrazí okamžitě." + +#: ../../mod/profile_photo.php:128 +msgid "Unable to process image" +msgstr "Obrázek nelze zpracovat " + +#: ../../mod/profile_photo.php:242 +msgid "Upload File:" +msgstr "Nahrát soubor:" + +#: ../../mod/profile_photo.php:243 +msgid "Select a profile:" +msgstr "Vybrat profil:" + +#: ../../mod/profile_photo.php:245 +msgid "Upload" +msgstr "Nahrát" + +#: ../../mod/profile_photo.php:248 +msgid "skip this step" +msgstr "přeskočit tento krok " + +#: ../../mod/profile_photo.php:248 +msgid "select a photo from your photo albums" +msgstr "Vybrat fotografii z Vašich fotoalb" + +#: ../../mod/profile_photo.php:262 +msgid "Crop Image" +msgstr "Oříznout obrázek" + +#: ../../mod/profile_photo.php:263 +msgid "Please adjust the image cropping for optimum viewing." +msgstr "Prosím, ořízněte tento obrázek pro optimální zobrazení." + +#: ../../mod/profile_photo.php:265 +msgid "Done Editing" +msgstr "Editace dokončena" + +#: ../../mod/profile_photo.php:299 +msgid "Image uploaded successfully." +msgstr "Obrázek byl úspěšně nahrán." + +#: ../../mod/community.php:23 +msgid "Not available." +msgstr "Není k dispozici." + +#: ../../mod/content.php:626 ../../object/Item.php:362 +#, php-format +msgid "%d comment" +msgid_plural "%d comments" +msgstr[0] "%d komentář" +msgstr[1] "%d komentářů" +msgstr[2] "%d komentářů" + +#: ../../mod/content.php:707 ../../object/Item.php:232 +msgid "like" +msgstr "má rád" + +#: ../../mod/content.php:708 ../../object/Item.php:233 +msgid "dislike" +msgstr "nemá rád" + +#: ../../mod/content.php:710 ../../object/Item.php:235 +msgid "Share this" +msgstr "Sdílet toto" + +#: ../../mod/content.php:710 ../../object/Item.php:235 +msgid "share" +msgstr "sdílí" + +#: ../../mod/content.php:734 ../../object/Item.php:654 +msgid "Bold" +msgstr "Tučné" + +#: ../../mod/content.php:735 ../../object/Item.php:655 +msgid "Italic" +msgstr "Kurzíva" + +#: ../../mod/content.php:736 ../../object/Item.php:656 +msgid "Underline" +msgstr "Podrtžené" + +#: ../../mod/content.php:737 ../../object/Item.php:657 +msgid "Quote" +msgstr "Citovat" + +#: ../../mod/content.php:738 ../../object/Item.php:658 +msgid "Code" +msgstr "Kód" + +#: ../../mod/content.php:739 ../../object/Item.php:659 +msgid "Image" +msgstr "Obrázek" + +#: ../../mod/content.php:740 ../../object/Item.php:660 +msgid "Link" +msgstr "Odkaz" + +#: ../../mod/content.php:741 ../../object/Item.php:661 +msgid "Video" +msgstr "Video" + +#: ../../mod/content.php:776 ../../object/Item.php:211 +msgid "add star" +msgstr "přidat hvězdu" + +#: ../../mod/content.php:777 ../../object/Item.php:212 +msgid "remove star" +msgstr "odebrat hvězdu" + +#: ../../mod/content.php:778 ../../object/Item.php:213 +msgid "toggle star status" +msgstr "přepnout hvězdu" + +#: ../../mod/content.php:781 ../../object/Item.php:216 +msgid "starred" +msgstr "označeno hvězdou" + +#: ../../mod/content.php:782 ../../object/Item.php:221 +msgid "add tag" +msgstr "přidat štítek" + +#: ../../mod/content.php:786 ../../object/Item.php:130 +msgid "save to folder" +msgstr "uložit do složky" + +#: ../../mod/content.php:877 ../../object/Item.php:308 +msgid "to" +msgstr "pro" + +#: ../../mod/content.php:878 ../../object/Item.php:310 +msgid "Wall-to-Wall" +msgstr "Zeď-na-Zeď" + +#: ../../mod/content.php:879 ../../object/Item.php:311 +msgid "via Wall-To-Wall:" +msgstr "přes Zeď-na-Zeď " + +#: ../../object/Item.php:92 +msgid "This entry was edited" +msgstr "Tento záznam byl editován" + +#: ../../object/Item.php:309 +msgid "via" +msgstr "přes" + +#: ../../view/theme/cleanzero/config.php:82 +#: ../../view/theme/diabook/config.php:154 +#: ../../view/theme/dispy/config.php:72 ../../view/theme/quattro/config.php:66 +msgid "Theme settings" +msgstr "Nastavení téma" + +#: ../../view/theme/cleanzero/config.php:83 +msgid "Set resize level for images in posts and comments (width and height)" +msgstr "Nastavit velikost fotek v přízpěvcích a komentářích (šířka a výška)" + +#: ../../view/theme/cleanzero/config.php:84 +#: ../../view/theme/diabook/config.php:155 +#: ../../view/theme/dispy/config.php:73 +msgid "Set font-size for posts and comments" +msgstr "Nastav velikost písma pro přízpěvky a komentáře." + +#: ../../view/theme/cleanzero/config.php:85 +msgid "Set theme width" +msgstr "Nastavení šířku grafické šablony" + +#: ../../view/theme/cleanzero/config.php:86 +#: ../../view/theme/quattro/config.php:68 +msgid "Color scheme" +msgstr "Barevné schéma" + +#: ../../view/theme/diabook/config.php:156 +#: ../../view/theme/dispy/config.php:74 +msgid "Set line-height for posts and comments" +msgstr "Nastav výšku řádku pro přízpěvky a komentáře." + +#: ../../view/theme/diabook/config.php:157 +msgid "Set resolution for middle column" +msgstr "Nastav rozlišení pro prostřední sloupec" + +#: ../../view/theme/diabook/config.php:158 +msgid "Set color scheme" +msgstr "Nastavení barevného schematu" + +#: ../../view/theme/diabook/config.php:159 +#: ../../view/theme/diabook/theme.php:609 +msgid "Set twitter search term" +msgstr "Nastavit vyhledávací frázi na twitteru" + +#: ../../view/theme/diabook/config.php:160 +msgid "Set zoomfactor for Earth Layer" +msgstr "Nastavit přiblížení pro Earth Layer" + +#: ../../view/theme/diabook/config.php:161 +#: ../../view/theme/diabook/theme.php:578 +msgid "Set longitude (X) for Earth Layers" +msgstr "Nastavit zeměpistnou délku (X) pro Earth Layers" + +#: ../../view/theme/diabook/config.php:162 +#: ../../view/theme/diabook/theme.php:579 +msgid "Set latitude (Y) for Earth Layers" +msgstr "Nastavit zeměpistnou šířku (X) pro Earth Layers" + +#: ../../view/theme/diabook/config.php:163 +#: ../../view/theme/diabook/theme.php:94 +#: ../../view/theme/diabook/theme.php:537 +#: ../../view/theme/diabook/theme.php:632 +msgid "Community Pages" +msgstr "Komunitní stránky" + +#: ../../view/theme/diabook/config.php:164 +#: ../../view/theme/diabook/theme.php:572 +#: ../../view/theme/diabook/theme.php:633 +msgid "Earth Layers" +msgstr "Earth Layers" + +#: ../../view/theme/diabook/config.php:165 +#: ../../view/theme/diabook/theme.php:384 +#: ../../view/theme/diabook/theme.php:634 +msgid "Community Profiles" +msgstr "Komunitní profily" + +#: ../../view/theme/diabook/config.php:166 +#: ../../view/theme/diabook/theme.php:592 +#: ../../view/theme/diabook/theme.php:635 +msgid "Help or @NewHere ?" +msgstr "Pomoc nebo @ProNováčky ?" + +#: ../../view/theme/diabook/config.php:167 +#: ../../view/theme/diabook/theme.php:599 +#: ../../view/theme/diabook/theme.php:636 +msgid "Connect Services" +msgstr "Propojené služby" + +#: ../../view/theme/diabook/config.php:168 +#: ../../view/theme/diabook/theme.php:516 +#: ../../view/theme/diabook/theme.php:637 +msgid "Find Friends" +msgstr "Nalézt Přátele" + +#: ../../view/theme/diabook/config.php:169 +msgid "Last tweets" +msgstr "Poslední tweety" + +#: ../../view/theme/diabook/config.php:170 +#: ../../view/theme/diabook/theme.php:405 +#: ../../view/theme/diabook/theme.php:639 +msgid "Last users" +msgstr "Poslední uživatelé" + +#: ../../view/theme/diabook/config.php:171 +#: ../../view/theme/diabook/theme.php:479 +#: ../../view/theme/diabook/theme.php:640 +msgid "Last photos" +msgstr "Poslední fotografie" + +#: ../../view/theme/diabook/config.php:172 +#: ../../view/theme/diabook/theme.php:434 +#: ../../view/theme/diabook/theme.php:641 +msgid "Last likes" +msgstr "Poslední líbí/nelíbí" + +#: ../../view/theme/diabook/theme.php:89 +msgid "Your contacts" +msgstr "Vaše kontakty" + +#: ../../view/theme/diabook/theme.php:517 +msgid "Local Directory" +msgstr "Lokální Adresář" + +#: ../../view/theme/diabook/theme.php:577 +msgid "Set zoomfactor for Earth Layers" +msgstr "Nastavit faktor přiblížení pro Earth Layers" + +#: ../../view/theme/diabook/theme.php:606 +#: ../../view/theme/diabook/theme.php:638 +msgid "Last Tweets" +msgstr "Poslední tweety" + +#: ../../view/theme/diabook/theme.php:630 +msgid "Show/hide boxes at right-hand column:" +msgstr "Zobrazit/skrýt boxy na pravém sloupci:" + +#: ../../view/theme/dispy/config.php:75 +msgid "Set colour scheme" +msgstr "Nastavit barevné schéma" + +#: ../../view/theme/quattro/config.php:67 +msgid "Alignment" +msgstr "Zarovnání" + +#: ../../view/theme/quattro/config.php:67 +msgid "Left" +msgstr "Vlevo" + +#: ../../view/theme/quattro/config.php:67 +msgid "Center" +msgstr "Uprostřed" + +#: ../../view/theme/quattro/config.php:69 +msgid "Posts font size" +msgstr "Velikost písma u příspěvků" + +#: ../../view/theme/quattro/config.php:70 +msgid "Textareas font size" +msgstr "Velikost písma textů" + +#: ../../index.php:405 +msgid "toggle mobile" +msgstr "přepnout mobil" + +#: ../../boot.php:669 msgid "Delete this item?" msgstr "Odstranit tuto položku?" -#: ../../boot.php:637 +#: ../../boot.php:672 msgid "show fewer" msgstr "zobrazit méně" -#: ../../boot.php:847 +#: ../../boot.php:999 #, php-format msgid "Update %s failed. See error logs." msgstr "Aktualizace %s selhala. Zkontrolujte protokol chyb." -#: ../../boot.php:849 +#: ../../boot.php:1001 #, php-format msgid "Update Error at %s" msgstr "Chyba aktualizace na %s" -#: ../../boot.php:950 +#: ../../boot.php:1111 msgid "Create a New Account" msgstr "Vytvořit nový účet" -#: ../../boot.php:978 +#: ../../boot.php:1139 msgid "Nickname or Email address: " msgstr "Přezdívka nebo e-mailová adresa:" -#: ../../boot.php:979 +#: ../../boot.php:1140 msgid "Password: " msgstr "Heslo: " -#: ../../boot.php:980 +#: ../../boot.php:1141 msgid "Remember me" msgstr "Pamatuj si mne" -#: ../../boot.php:983 +#: ../../boot.php:1144 msgid "Or login using OpenID: " msgstr "Nebo přihlášení pomocí OpenID: " -#: ../../boot.php:989 +#: ../../boot.php:1150 msgid "Forgot your password?" msgstr "Zapomněli jste své heslo?" -#: ../../boot.php:992 +#: ../../boot.php:1153 msgid "Website Terms of Service" msgstr "Podmínky použití serveru" -#: ../../boot.php:993 +#: ../../boot.php:1154 msgid "terms of service" msgstr "podmínky použití" -#: ../../boot.php:995 +#: ../../boot.php:1156 msgid "Website Privacy Policy" msgstr "Pravidla ochrany soukromí serveru" -#: ../../boot.php:996 +#: ../../boot.php:1157 msgid "privacy policy" msgstr "Ochrana soukromí" -#: ../../boot.php:1121 +#: ../../boot.php:1286 msgid "Requested account is not available." msgstr "Požadovaný účet není dostupný." -#: ../../boot.php:1198 +#: ../../boot.php:1365 ../../boot.php:1469 msgid "Edit profile" msgstr "Upravit profil" -#: ../../boot.php:1264 +#: ../../boot.php:1431 msgid "Message" msgstr "Zpráva" -#: ../../boot.php:1272 +#: ../../boot.php:1439 msgid "Manage/edit profiles" msgstr "Spravovat/upravit profily" -#: ../../boot.php:1395 ../../boot.php:1481 +#: ../../boot.php:1568 ../../boot.php:1654 msgid "g A l F d" msgstr "g A l F d" -#: ../../boot.php:1396 ../../boot.php:1482 +#: ../../boot.php:1569 ../../boot.php:1655 msgid "F d" msgstr "d. F" -#: ../../boot.php:1441 ../../boot.php:1522 +#: ../../boot.php:1614 ../../boot.php:1695 msgid "[today]" msgstr "[Dnes]" -#: ../../boot.php:1453 +#: ../../boot.php:1626 msgid "Birthday Reminders" msgstr "Připomínka narozenin" -#: ../../boot.php:1454 +#: ../../boot.php:1627 msgid "Birthdays this week:" msgstr "Narozeniny tento týden:" -#: ../../boot.php:1515 +#: ../../boot.php:1688 msgid "[No description]" msgstr "[Žádný popis]" -#: ../../boot.php:1533 +#: ../../boot.php:1706 msgid "Event Reminders" msgstr "Připomenutí událostí" -#: ../../boot.php:1534 +#: ../../boot.php:1707 msgid "Events this week:" msgstr "Události tohoto týdne:" -#: ../../boot.php:1770 +#: ../../boot.php:1943 msgid "Status Messages and Posts" msgstr "Statusové zprávy a příspěvky " -#: ../../boot.php:1777 +#: ../../boot.php:1950 msgid "Profile Details" msgstr "Detaily profilu" -#: ../../boot.php:1794 +#: ../../boot.php:1961 ../../boot.php:1964 +msgid "Videos" +msgstr "Videa" + +#: ../../boot.php:1974 msgid "Events and Calendar" msgstr "Události a kalendář" -#: ../../boot.php:1801 +#: ../../boot.php:1981 msgid "Only You Can See This" msgstr "Toto můžete vidět jen Vy" - -#: ../../object/Item.php:255 -msgid "via" -msgstr "přes" - -#: ../../index.php:398 -msgid "toggle mobile" -msgstr "přepnout mobil" - -#: ../../addon.old/bg/bg.php:51 -msgid "Bg settings updated." -msgstr "Nastavení Bg aktualizováno." - -#: ../../addon.old/bg/bg.php:82 -msgid "Bg Settings" -msgstr "Nastavení Bg" - -#: ../../addon.old/drpost/drpost.php:35 -msgid "Post to Drupal" -msgstr "Zveřejnit na Drupal" - -#: ../../addon.old/drpost/drpost.php:72 -msgid "Drupal Post Settings" -msgstr "Nastavení příspěvků Drupal" - -#: ../../addon.old/drpost/drpost.php:74 -msgid "Enable Drupal Post Plugin" -msgstr "Aktivovat Drupal Plugin" - -#: ../../addon.old/drpost/drpost.php:79 -msgid "Drupal username" -msgstr "Drupal uživatelské jméno " - -#: ../../addon.old/drpost/drpost.php:84 -msgid "Drupal password" -msgstr "Drupal heslo" - -#: ../../addon.old/drpost/drpost.php:89 -msgid "Post Type - article,page,or blog" -msgstr "Typ příspěvku - článek, stránka nebo blog" - -#: ../../addon.old/drpost/drpost.php:94 -msgid "Drupal site URL" -msgstr "Drupal adresa webu" - -#: ../../addon.old/drpost/drpost.php:99 -msgid "Drupal site uses clean URLS" -msgstr "Drupal server používá čisté URLS" - -#: ../../addon.old/drpost/drpost.php:104 -msgid "Post to Drupal by default" -msgstr "Defaultní umístění na Drupal " - -#: ../../addon.old/oembed.old/oembed.php:30 -msgid "OEmbed settings updated" -msgstr "OEmbed nastavení aktualizováno" - -#: ../../addon.old/oembed.old/oembed.php:43 -msgid "Use OEmbed for YouTube videos" -msgstr "Použití OEmbed pro videa na YouTube" - -#: ../../addon.old/oembed.old/oembed.php:71 -msgid "URL to embed:" -msgstr "URL adresa k vložení:" - -#: ../../addon.old/tumblr/tumblr.php:74 -msgid "Tumblr login" -msgstr "Tumbir přihlašovací jméno" - -#: ../../addon.old/tumblr/tumblr.php:79 -msgid "Tumblr password" -msgstr "Tumbir heslo" diff --git a/view/cs/strings.php b/view/cs/strings.php index c3ddcc6853..cf6fee93ca 100644 --- a/view/cs/strings.php +++ b/view/cs/strings.php @@ -5,1699 +5,25 @@ function string_plural_select_cs($n){ return ($n==1) ? 0 : ($n>=2 && $n<=4) ? 1 : 2;; }} ; -$a->strings["Post successful."] = "Příspěvek úspěšně odeslán"; -$a->strings["[Embedded content - reload page to view]"] = "[Vložený obsah - obnovení stránky pro zobrazení]"; -$a->strings["Contact settings applied."] = "Nastavení kontaktu změněno"; -$a->strings["Contact update failed."] = "Aktualizace kontaktu selhala."; -$a->strings["Permission denied."] = "Přístup odmítnut."; -$a->strings["Contact not found."] = "Kontakt nenalezen."; -$a->strings["Repair Contact Settings"] = "Opravit nastavení kontaktu"; -$a->strings["WARNING: This is highly advanced and if you enter incorrect information your communications with this contact may stop working."] = "Varování: Toto je velmi pokročilé a pokud zadáte nesprávné informace, Vaše komunikace s tímto kontaktem může přestat fungovat."; -$a->strings["Please use your browser 'Back' button now if you are uncertain what to do on this page."] = "Prosím použijte ihned v prohlížeči tlačítko \"zpět\" pokud si nejste jistí co dělat na této stránce."; -$a->strings["Return to contact editor"] = "Návrat k editoru kontaktu"; -$a->strings["Name"] = "Jméno"; -$a->strings["Account Nickname"] = "Přezdívka účtu"; -$a->strings["@Tagname - overrides Name/Nickname"] = "@Tagname - upřednostněno před Jménem/Přezdívkou"; -$a->strings["Account URL"] = "URL adresa účtu"; -$a->strings["Friend Request URL"] = "Žádost o přátelství URL"; -$a->strings["Friend Confirm URL"] = "URL adresa potvrzení přátelství"; -$a->strings["Notification Endpoint URL"] = "Notifikační URL adresa"; -$a->strings["Poll/Feed URL"] = "Poll/Feed URL adresa"; -$a->strings["New photo from this URL"] = "Nové foto z této URL adresy"; -$a->strings["Submit"] = "Odeslat"; -$a->strings["Help:"] = "Nápověda:"; -$a->strings["Help"] = "Nápověda"; -$a->strings["Not Found"] = "Nenalezen"; -$a->strings["Page not found."] = "Stránka nenalezena"; -$a->strings["File exceeds size limit of %d"] = "Velikost souboru přesáhla limit %d"; -$a->strings["File upload failed."] = "Nahrání souboru se nezdařilo."; -$a->strings["Friend suggestion sent."] = "Návrhy přátelství odeslány "; -$a->strings["Suggest Friends"] = "Navrhněte přátelé"; -$a->strings["Suggest a friend for %s"] = "Navrhněte přátelé pro uživatele %s"; -$a->strings["Event title and start time are required."] = "Název události a datum začátku jsou vyžadovány."; -$a->strings["l, F j"] = "l, F j"; -$a->strings["Edit event"] = "Editovat událost"; -$a->strings["link to source"] = "odkaz na zdroj"; -$a->strings["Events"] = "Události"; -$a->strings["Create New Event"] = "Vytvořit novou událost"; -$a->strings["Previous"] = "Předchozí"; -$a->strings["Next"] = "Dále"; -$a->strings["hour:minute"] = "hodina:minuta"; -$a->strings["Event details"] = "Detaily události"; -$a->strings["Format is %s %s. Starting date and Title are required."] = "Formát je %s %s. Datum začátku a Název jsou vyžadovány."; -$a->strings["Event Starts:"] = "Událost začíná:"; -$a->strings["Required"] = "Vyžadováno"; -$a->strings["Finish date/time is not known or not relevant"] = "Datum/čas konce není zadán nebo není relevantní"; -$a->strings["Event Finishes:"] = "Akce končí:"; -$a->strings["Adjust for viewer timezone"] = "Nastavit časové pásmo pro uživatele s právem pro čtení"; -$a->strings["Description:"] = "Popis:"; -$a->strings["Location:"] = "Místo:"; -$a->strings["Title:"] = "Název:"; -$a->strings["Share this event"] = "Sdílet tuto událost"; -$a->strings["Cancel"] = "Zrušit"; -$a->strings["Tag removed"] = "Štítek odstraněn"; -$a->strings["Remove Item Tag"] = "Odebrat štítek položky"; -$a->strings["Select a tag to remove: "] = "Vyberte štítek k odebrání: "; -$a->strings["Remove"] = "Odstranit"; -$a->strings["%1\$s welcomes %2\$s"] = "%1\$s vítá %2\$s"; -$a->strings["Authorize application connection"] = "Povolit připojení aplikacím"; -$a->strings["Return to your app and insert this Securty Code:"] = "Vraťte se do vaší aplikace a zadejte tento bezpečnostní kód:"; -$a->strings["Please login to continue."] = "Pro pokračování se prosím přihlaste."; -$a->strings["Do you want to authorize this application to access your posts and contacts, and/or create new posts for you?"] = "Chcete umožnit této aplikaci přístup k vašim příspěvkům a kontaktům a/nebo k vytváření Vašich nových příspěvků?"; -$a->strings["Yes"] = "Ano"; -$a->strings["No"] = "Ne"; -$a->strings["Photo Albums"] = "Fotoalba"; -$a->strings["Contact Photos"] = "Fotogalerie kontaktu"; -$a->strings["Upload New Photos"] = "Nahrát nové fotografie"; -$a->strings["everybody"] = "Žádost o připojení selhala nebo byla zrušena."; -$a->strings["Contact information unavailable"] = "Kontakt byl zablokován"; -$a->strings["Profile Photos"] = "Profilové fotografie"; -$a->strings["Album not found."] = "Album nenalezeno."; -$a->strings["Delete Album"] = "Smazat album"; -$a->strings["Delete Photo"] = "Smazat fotografii"; -$a->strings["%1\$s was tagged in %2\$s by %3\$s"] = "%1\$s byl označen v %2\$s uživatelem %3\$s"; -$a->strings["a photo"] = "fotografie"; -$a->strings["Image exceeds size limit of "] = "Velikost obrázku překračuje limit velikosti"; -$a->strings["Image file is empty."] = "Soubor obrázku je prázdný."; -$a->strings["Unable to process image."] = "Obrázek není možné zprocesovat"; -$a->strings["Image upload failed."] = "Nahrání obrázku selhalo."; -$a->strings["Public access denied."] = "Veřejný přístup odepřen."; -$a->strings["No photos selected"] = "Není vybrána žádná fotografie"; -$a->strings["Access to this item is restricted."] = "Přístup k této položce je omezen."; -$a->strings["You have used %1$.2f Mbytes of %2$.2f Mbytes photo storage."] = "Použil jste %1$.2f Mbajtů z %2$.2f Mbajtů úložiště fotografií."; -$a->strings["Upload Photos"] = "Nahrání fotografií "; -$a->strings["New album name: "] = "Název nového alba: "; -$a->strings["or existing album name: "] = "nebo stávající název alba: "; -$a->strings["Do not show a status post for this upload"] = "Nezobrazovat stav pro tento upload"; -$a->strings["Permissions"] = "Oprávnění:"; -$a->strings["Edit Album"] = "Edituj album"; -$a->strings["Show Newest First"] = "Zobrazit nejprve nejnovější:"; -$a->strings["Show Oldest First"] = "Zobrazit nejprve nejstarší:"; -$a->strings["View Photo"] = "Zobraz fotografii"; -$a->strings["Permission denied. Access to this item may be restricted."] = "Oprávnění bylo zamítnuto. Přístup k této položce může být omezen."; -$a->strings["Photo not available"] = "Fotografie není k dispozici"; -$a->strings["View photo"] = "Zobrazit obrázek"; -$a->strings["Edit photo"] = "Editovat fotografii"; -$a->strings["Use as profile photo"] = "Použít jako profilovou fotografii"; -$a->strings["Private Message"] = "Soukromá zpráva"; -$a->strings["View Full Size"] = "Zobrazit v plné velikosti"; -$a->strings["Tags: "] = "Štítky: "; -$a->strings["[Remove any tag]"] = "[Odstranit všechny štítky]"; -$a->strings["Rotate CW (right)"] = "Rotovat po směru hodinových ručiček (doprava)"; -$a->strings["Rotate CCW (left)"] = "Rotovat proti směru hodinových ručiček (doleva)"; -$a->strings["New album name"] = "Nové jméno alba"; -$a->strings["Caption"] = "Titulek"; -$a->strings["Add a Tag"] = "Přidat štítek"; -$a->strings["Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping"] = "Příklad: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping"; -$a->strings["I like this (toggle)"] = "Líbí se mi to (přepínač)"; -$a->strings["I don't like this (toggle)"] = "Nelíbí se mi to (přepínač)"; -$a->strings["Share"] = "Sdílet"; -$a->strings["Please wait"] = "Čekejte prosím"; -$a->strings["This is you"] = "Nastavte Vaši polohu"; -$a->strings["Comment"] = "Okomentovat"; -$a->strings["Preview"] = "Náhled"; -$a->strings["Delete"] = "Odstranit"; -$a->strings["View Album"] = "Zobrazit album"; -$a->strings["Recent Photos"] = "Aktuální fotografie"; -$a->strings["Not available."] = "Není k dispozici."; -$a->strings["Community"] = "Komunita"; -$a->strings["No results."] = "Žádné výsledky."; -$a->strings["This is Friendica, version"] = "Toto je Friendica, verze"; -$a->strings["running at web location"] = "běžící na webu"; -$a->strings["Please visit Friendica.com to learn more about the Friendica project."] = "Pro získání dalších informací o projektu Friendica navštivte prosím Friendica.com."; -$a->strings["Bug reports and issues: please visit"] = "Pro hlášení chyb a námětů na změny navštivte:"; -$a->strings["Suggestions, praise, donations, etc. - please email \"Info\" at Friendica - dot com"] = "Návrhy, chválu, dary, apod. - prosím piště na \"info\" na Friendica - tečka com"; -$a->strings["Installed plugins/addons/apps:"] = "Instalované pluginy/doplňky/aplikace:"; -$a->strings["No installed plugins/addons/apps"] = "Nejsou žádné nainstalované doplňky/aplikace"; -$a->strings["Item not found"] = "Položka nenalezena"; -$a->strings["Edit post"] = "Upravit příspěvek"; -$a->strings["Post to Email"] = "Poslat příspěvek na e-mail"; -$a->strings["Edit"] = "Upravit"; -$a->strings["Upload photo"] = "Nahrát fotografii"; -$a->strings["upload photo"] = "nahrát fotky"; -$a->strings["Attach file"] = "Přiložit soubor"; -$a->strings["attach file"] = "přidat soubor"; -$a->strings["Insert web link"] = "Vložit webový odkaz"; -$a->strings["web link"] = "webový odkaz"; -$a->strings["Insert video link"] = "Zadejte odkaz na video"; -$a->strings["video link"] = "odkaz na video"; -$a->strings["Insert audio link"] = "Zadejte odkaz na zvukový záznam"; -$a->strings["audio link"] = "odkaz na audio"; -$a->strings["Set your location"] = "Nastavte vaši polohu"; -$a->strings["set location"] = "nastavit místo"; -$a->strings["Clear browser location"] = "Odstranit adresu v prohlížeči"; -$a->strings["clear location"] = "vymazat místo"; -$a->strings["Permission settings"] = "Nastavení oprávnění"; -$a->strings["CC: email addresses"] = "skrytá kopie: e-mailové adresy"; -$a->strings["Public post"] = "Veřejný příspěvek"; -$a->strings["Set title"] = "Nastavit titulek"; -$a->strings["Categories (comma-separated list)"] = "Kategorie (čárkou oddělený seznam)"; -$a->strings["Example: bob@example.com, mary@example.com"] = "Příklad: bob@example.com, mary@example.com"; -$a->strings["This introduction has already been accepted."] = "Toto pozvání již bylo přijato."; -$a->strings["Profile location is not valid or does not contain profile information."] = "Adresa profilu není platná nebo neobsahuje profilové informace"; -$a->strings["Warning: profile location has no identifiable owner name."] = "Varování: umístění profilu nemá žádné identifikovatelné jméno vlastníka"; -$a->strings["Warning: profile location has no profile photo."] = "Varování: umístění profilu nemá žádnou profilovou fotografii."; -$a->strings["%d required parameter was not found at the given location"] = array( - 0 => "%d požadovaný parametr nebyl nalezen na daném místě", - 1 => "%d požadované parametry nebyly nalezeny na daném místě", - 2 => "%d požadované parametry nebyly nalezeny na daném místě", -); -$a->strings["Introduction complete."] = "Představení dokončeno."; -$a->strings["Unrecoverable protocol error."] = "Neopravitelná chyba protokolu"; -$a->strings["Profile unavailable."] = "Profil není k dispozici."; -$a->strings["%s has received too many connection requests today."] = "%s dnes obdržel příliš mnoho požadavků na připojení."; -$a->strings["Spam protection measures have been invoked."] = "Ochrana proti spamu byla aktivována"; -$a->strings["Friends are advised to please try again in 24 hours."] = "Přátelům se doporučuje to zkusit znovu za 24 hodin."; -$a->strings["Invalid locator"] = "Neplatný odkaz"; -$a->strings["Invalid email address."] = "Neplatná emailová adresa"; -$a->strings["This account has not been configured for email. Request failed."] = "Tento účet nebyl nastaven pro email. Požadavek nesplněn."; -$a->strings["Unable to resolve your name at the provided location."] = "Nepodařilo se zjistit Vaše jméno na zadané adrese."; -$a->strings["You have already introduced yourself here."] = "Již jste se zde zavedli."; -$a->strings["Apparently you are already friends with %s."] = "Zřejmě jste již přátelé se %s."; -$a->strings["Invalid profile URL."] = "Neplatné URL profilu."; -$a->strings["Disallowed profile URL."] = "Nepovolené URL profilu."; -$a->strings["Failed to update contact record."] = "Nepodařilo se aktualizovat kontakt."; -$a->strings["Your introduction has been sent."] = "Vaše žádost o propojení byla odeslána."; -$a->strings["Please login to confirm introduction."] = "Prosím přihlašte se k potvrzení žádosti o propojení."; -$a->strings["Incorrect identity currently logged in. Please login to this profile."] = "Jste přihlášeni pod nesprávnou identitou Prosím, přihlaste se do tohoto profilu."; -$a->strings["Hide this contact"] = "Skrýt tento kontakt"; -$a->strings["Welcome home %s."] = "Vítejte doma %s."; -$a->strings["Please confirm your introduction/connection request to %s."] = "Prosím potvrďte Vaši žádost o propojení %s."; -$a->strings["Confirm"] = "Potvrdit"; -$a->strings["[Name Withheld]"] = "[Jméno odepřeno]"; -$a->strings["Please enter your 'Identity Address' from one of the following supported communications networks:"] = "Prosím zadejte Vaši adresu identity jedné z následujících podporovaných komunikačních sítí:"; -$a->strings["Connect as an email follower (Coming soon)"] = "Připojte se jako emailový následovník (Již brzy)"; -$a->strings["If you are not yet a member of the free social web, follow this link to find a public Friendica site and join us today."] = "Pokud ještě nejste členem svobodné sociální sítě, následujte tento odkaz k nalezení veřejného Friendica serveru a přidejte se k nám ještě dnes."; -$a->strings["Friend/Connection Request"] = "Požadavek o přátelství / kontaktování"; -$a->strings["Examples: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, testuser@identi.ca"] = "Příklady: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, testuser@identi.ca"; -$a->strings["Please answer the following:"] = "Odpovězte, prosím, následující:"; -$a->strings["Does %s know you?"] = "Zná Vás uživatel %s ?"; -$a->strings["Add a personal note:"] = "Přidat osobní poznámku:"; -$a->strings["Friendica"] = "Friendica"; -$a->strings["StatusNet/Federated Social Web"] = "StatusNet / Federativní Sociální Web"; -$a->strings["Diaspora"] = "Diaspora"; -$a->strings[" - please do not use this form. Instead, enter %s into your Diaspora search bar."] = " - prosím nepoužívejte tento formulář. Místo toho zadejte %s do Vašeho Diaspora vyhledávacího pole."; -$a->strings["Your Identity Address:"] = "Verze PHP pro příkazový řádek na Vašem systému nemá povolen \"register_argc_argv\"."; -$a->strings["Submit Request"] = "Odeslat žádost"; -$a->strings["Account settings"] = "Nastavení účtu"; -$a->strings["Display settings"] = "Nastavení zobrazení"; -$a->strings["Connector settings"] = "Nastavení konektoru"; -$a->strings["Plugin settings"] = "Nastavení pluginu"; -$a->strings["Connected apps"] = "Propojené aplikace"; -$a->strings["Export personal data"] = "Export osobních údajů"; -$a->strings["Remove account"] = "Odstranit účet"; -$a->strings["Settings"] = "Nastavení"; -$a->strings["Export account"] = "Exportovat účet"; -$a->strings["Export your account info and contacts. Use this to make a backup of your account and/or to move it to another server."] = "Exportujte svůj účet a své kontakty. Použijte tuto funkci pro vytvoření zálohy svého účtu a/nebo k přesunu na jiný server."; -$a->strings["Export all"] = "Exportovat vše"; -$a->strings["Export your accout info, contacts and all your items as json. Could be a very big file, and could take a lot of time. Use this to make a full backup of your account (photos are not exported)"] = "Exportujte své informace k účtu, kontakty a vše své položky jako json. To může být velmi velký soubor a může to zabrat spoustu času. Tuto funkci použijte pro úplnou zálohu svého účtu(fotografie se neexportují)"; -$a->strings["Friendica Social Communications Server - Setup"] = "Friendica Sociální komunkační server - Nastavení"; -$a->strings["Could not connect to database."] = "Nelze se připojit k databázi."; -$a->strings["Could not create table."] = "Nelze vytvořit tabulku."; -$a->strings["Your Friendica site database has been installed."] = "Vaše databáze Friendica byla nainstalována."; -$a->strings["You may need to import the file \"database.sql\" manually using phpmyadmin or mysql."] = "Toto je nejčastěji nastavením oprávnění, kdy webový server nemusí být schopen zapisovat soubory do Vašeho adresáře - i když Vy můžete."; -$a->strings["Please see the file \"INSTALL.txt\"."] = "Přečtěte si prosím informace v souboru \"INSTALL.txt\"."; -$a->strings["System check"] = "Testování systému"; -$a->strings["Check again"] = "Otestovat znovu"; -$a->strings["Database connection"] = "Databázové spojení"; -$a->strings["In order to install Friendica we need to know how to connect to your database."] = "Pro instalaci Friendica potřeujeme znát připojení k Vaší databázi."; -$a->strings["Please contact your hosting provider or site administrator if you have questions about these settings."] = "Pokud máte otázky k následujícím nastavením, obraťte se na svého poskytovatele hostingu nebo administrátora serveru, "; -$a->strings["The database you specify below should already exist. If it does not, please create it before continuing."] = "Databáze, kterou uvedete níže, by již měla existovat. Pokud to tak není, prosíme, vytvořte ji před pokračováním."; -$a->strings["Database Server Name"] = "Jméno databázového serveru"; -$a->strings["Database Login Name"] = "Přihlašovací jméno k databázi"; -$a->strings["Database Login Password"] = "Heslo k databázovému účtu "; -$a->strings["Database Name"] = "Jméno databáze"; -$a->strings["Site administrator email address"] = "Emailová adresa administrátora webu"; -$a->strings["Your account email address must match this in order to use the web admin panel."] = "Vaše emailová adresa účtu se musí s touto shodovat, aby bylo možné využívat administrační panel ve webovém rozhraní."; -$a->strings["Please select a default timezone for your website"] = "Prosím, vyberte výchozí časové pásmo pro váš server"; -$a->strings["Site settings"] = "Nastavení webu"; -$a->strings["Could not find a command line version of PHP in the web server PATH."] = "Nelze najít verzi PHP pro příkazový řádek v PATH webového serveru."; -$a->strings["If you don't have a command line version of PHP installed on server, you will not be able to run background polling via cron. See 'Activating scheduled tasks'"] = "Pokud na serveru nemáte nainstalovánu verzi PHP spustitelnou z příkazového řádku, nebudete moci spouštět na pozadí synchronizaci zpráv prostřednictvím cronu. Přečtěte si 'Activating scheduled tasks'\n\n podrobnosti\n návrhy\n historie\n\n\t\nThe following url is either missing from the translation or has been translated: 'http://friendica.com/node/27'>'Activating scheduled tasks'"; -$a->strings["PHP executable path"] = "Cesta k \"PHP executable\""; -$a->strings["Enter full path to php executable. You can leave this blank to continue the installation."] = "Zadejte plnou cestu k spustitelnému souboru php. Tento údaj můžete ponechat nevyplněný a pokračovat v instalaci."; -$a->strings["Command line PHP"] = "Příkazový řádek PHP"; -$a->strings["The command line version of PHP on your system does not have \"register_argc_argv\" enabled."] = "Vyberte prosím profil, který chcete zobrazit %s při zabezpečeném prohlížení Vašeho profilu."; -$a->strings["This is required for message delivery to work."] = "Toto je nutné pro fungování doručování zpráv."; -$a->strings["PHP register_argc_argv"] = "PHP register_argc_argv"; -$a->strings["Error: the \"openssl_pkey_new\" function on this system is not able to generate encryption keys"] = "Chyba: funkce \"openssl_pkey_new\" na tomto systému není schopna generovat šifrovací klíče"; -$a->strings["If running under Windows, please see \"http://www.php.net/manual/en/openssl.installation.php\"."] = "Pokud systém běží na Windows, seznamte se s \"http://www.php.net/manual/en/openssl.installation.php\"."; -$a->strings["Generate encryption keys"] = "Generovat kriptovací klíče"; -$a->strings["libCurl PHP module"] = "libCurl PHP modul"; -$a->strings["GD graphics PHP module"] = "GD graphics PHP modul"; -$a->strings["OpenSSL PHP module"] = "OpenSSL PHP modul"; -$a->strings["mysqli PHP module"] = "mysqli PHP modul"; -$a->strings["mb_string PHP module"] = "mb_string PHP modul"; -$a->strings["Apache mod_rewrite module"] = "Apache mod_rewrite modul"; -$a->strings["Error: Apache webserver mod-rewrite module is required but not installed."] = "Chyba: Požadovaný Apache webserver mod-rewrite modul není nainstalován."; -$a->strings["Error: libCURL PHP module required but not installed."] = "Chyba: požadovaný libcurl PHP modul není nainstalován."; -$a->strings["Error: GD graphics PHP module with JPEG support required but not installed."] = "Chyba: požadovaný GD graphics PHP modul není nainstalován."; -$a->strings["Error: openssl PHP module required but not installed."] = "Chyba: požadovaný openssl PHP modul není nainstalován."; -$a->strings["Error: mysqli PHP module required but not installed."] = "Chyba: požadovaný mysqli PHP modul není nainstalován."; -$a->strings["Error: mb_string PHP module required but not installed."] = "Chyba: PHP modul mb_string je vyžadován, ale není nainstalován."; -$a->strings["The web installer needs to be able to create a file called \".htconfig.php\" in the top folder of your web server and it is unable to do so."] = "Webový instalátor musí být schopen vytvořit soubor s názvem \".htconfig.php\" v hlavním adresáři vašeho webového serveru ale nyní mu to není umožněno."; -$a->strings["This is most often a permission setting, as the web server may not be able to write files in your folder - even if you can."] = "Toto je nejčastěji nastavením oprávnění, kdy webový server nemusí být schopen zapisovat soubory do vašeho adresáře - i když Vy můžete."; -$a->strings["At the end of this procedure, we will give you a text to save in a file named .htconfig.php in your Friendica top folder."] = "Na konci této procedury obd nás obdržíte text k uložení v souboru pojmenovaném .htconfig.php ve Vašem Friendica kořenovém adresáři."; -$a->strings["You can alternatively skip this procedure and perform a manual installation. Please see the file \"INSTALL.txt\" for instructions."] = "Alternativně můžete tento krok přeskočit a provést manuální instalaci. Přečtěte si prosím soubor \"INSTALL.txt\" pro další instrukce."; -$a->strings[".htconfig.php is writable"] = ".htconfig.php je editovatelné"; -$a->strings["Friendica uses the Smarty3 template engine to render its web views. Smarty3 compiles templates to PHP to speed up rendering."] = "Friendica používá šablonovací nástroj Smarty3 pro zobrazení svých weobvých stránek. Smarty3 kompiluje šablony do PHP pro zrychlení vykreslování."; -$a->strings["In order to store these compiled templates, the web server needs to have write access to the directory view/smarty3/ under the Friendica top level folder."] = "Pro uložení kompilovaných šablon, webový server potřebuje mít přístup k zápisu do adresáře view/smarty3/ pod hlavním adresářem instalace Friendica"; -$a->strings["Please ensure that the user that your web server runs as (e.g. www-data) has write access to this folder."] = "prosím ujistěte se, že uživatel web serveru (jako například www-data) má právo zápisu do tohoto adresáře"; -$a->strings["Note: as a security measure, you should give the web server write access to view/smarty3/ only--not the template files (.tpl) that it contains."] = "Poznámka: jako bezpečnostní opatření, přidělte právo zápisu pouze k adresáři /view/smarty3/ a nikoliv už k souborům s šablonami (.tpl), které obsahuje."; -$a->strings["view/smarty3 is writable"] = "view/smarty3 je nastaven pro zápis"; -$a->strings["Url rewrite in .htaccess is not working. Check your server configuration."] = "Url rewrite v .htconfig nefunguje. Prověřte prosím Vaše nastavení serveru."; -$a->strings["Url rewrite is working"] = "Url rewrite je funkční."; -$a->strings["The database configuration file \".htconfig.php\" could not be written. Please use the enclosed text to create a configuration file in your web server root."] = "Databázový konfigurační soubor \".htconfig.php\" nemohl být uložen. Prosím, použijte přiložený text k vytvoření konfiguračního souboru ve vašem kořenovém adresáři webového serveru."; -$a->strings["Errors encountered creating database tables."] = "Při vytváření databázových tabulek došlo k chybám."; -$a->strings["

What next

"] = "

Co dál

"; -$a->strings["IMPORTANT: You will need to [manually] setup a scheduled task for the poller."] = "Webový instalátor musí být schopen vytvořit soubor s názvem \".htconfig.php\" v hlavním adresáři Vašeho webového serveru ale nyní mu to není umožněno."; -$a->strings["l F d, Y \\@ g:i A"] = "l F d, Y \\@ g:i A"; -$a->strings["Time Conversion"] = "Časová konverze"; -$a->strings["Friendica provides this service for sharing events with other networks and friends in unknown timezones."] = "Friendica poskytuje tuto službu pro sdílení událostí s ostatními sítěmi a přáteli v neznámých časových zónách"; -$a->strings["UTC time: %s"] = "UTC čas: %s"; -$a->strings["Current timezone: %s"] = "Aktuální časové pásmo: %s"; -$a->strings["Converted localtime: %s"] = "Převedený lokální čas : %s"; -$a->strings["Please select your timezone:"] = "Prosím, vyberte své časové pásmo:"; -$a->strings["Poke/Prod"] = "Šťouchanec"; -$a->strings["poke, prod or do other things to somebody"] = "někoho šťouchnout nebo mu provést jinou věc"; -$a->strings["Recipient"] = "Příjemce"; -$a->strings["Choose what you wish to do to recipient"] = "Vyberte, co si přejete příjemci udělat"; -$a->strings["Make this post private"] = "Změnit tento příspěvek na soukromý"; -$a->strings["Profile Match"] = "Shoda profilu"; -$a->strings["No keywords to match. Please add keywords to your default profile."] = "Žádná klíčová slova k porovnání. Prosím, přidejte klíčová slova do Vašeho výchozího profilu."; -$a->strings["is interested in:"] = "zajímá se o:"; -$a->strings["Connect"] = "Spojit"; -$a->strings["No matches"] = "Žádné shody"; -$a->strings["Remote privacy information not available."] = "Vzdálené soukromé informace nejsou k dispozici."; -$a->strings["Visible to:"] = "Viditelné pro:"; -$a->strings["No such group"] = "Žádná taková skupina"; -$a->strings["Group is empty"] = "Skupina je prázdná"; -$a->strings["Group: "] = "Skupina: "; -$a->strings["Select"] = "Vybrat"; -$a->strings["View %s's profile @ %s"] = "Zobrazit profil uživatele %s na %s"; -$a->strings["%s from %s"] = "%s od %s"; -$a->strings["View in context"] = "Pohled v kontextu"; -$a->strings["%d comment"] = array( - 0 => "%d komentář", - 1 => "%d komentářů", - 2 => "%d komentářů", -); -$a->strings["comment"] = array( - 0 => "", - 1 => "", - 2 => "komentář", -); -$a->strings["show more"] = "zobrazit více"; -$a->strings["like"] = "má rád"; -$a->strings["dislike"] = "nemá rád"; -$a->strings["Share this"] = "Sdílet toto"; -$a->strings["share"] = "sdílí"; -$a->strings["Bold"] = "Tučné"; -$a->strings["Italic"] = "Kurzíva"; -$a->strings["Underline"] = "Podrtžené"; -$a->strings["Quote"] = "Citovat"; -$a->strings["Code"] = "Kód"; -$a->strings["Image"] = "Obrázek"; -$a->strings["Link"] = "Odkaz"; -$a->strings["Video"] = "Video"; -$a->strings["add star"] = "přidat hvězdu"; -$a->strings["remove star"] = "odebrat hvězdu"; -$a->strings["toggle star status"] = "přepnout hvězdu"; -$a->strings["starred"] = "označeno hvězdou"; -$a->strings["add tag"] = "přidat štítek"; -$a->strings["save to folder"] = "uložit do složky"; -$a->strings["to"] = "pro"; -$a->strings["Wall-to-Wall"] = "Zeď-na-Zeď"; -$a->strings["via Wall-To-Wall:"] = "přes Zeď-na-Zeď "; -$a->strings["Welcome to %s"] = "Vítá Vás %s"; -$a->strings["Invalid request identifier."] = "Neplatný identifikátor požadavku."; -$a->strings["Discard"] = "Odstranit"; -$a->strings["Ignore"] = "Ignorovat"; -$a->strings["System"] = "Systém"; -$a->strings["Network"] = "Síť"; -$a->strings["Personal"] = "Osobní"; -$a->strings["Home"] = "Domů"; -$a->strings["Introductions"] = "Představení"; -$a->strings["Messages"] = "Zprávy"; -$a->strings["Show Ignored Requests"] = "Zobrazit ignorované žádosti"; -$a->strings["Hide Ignored Requests"] = "Skrýt ignorované žádosti"; -$a->strings["Notification type: "] = "Typ oznámení: "; -$a->strings["Friend Suggestion"] = "Návrh přátelství"; -$a->strings["suggested by %s"] = "navrhl %s"; -$a->strings["Hide this contact from others"] = "Skrýt tento kontakt před ostatními"; -$a->strings["Post a new friend activity"] = "Zveřejnit aktivitu nového přítele."; -$a->strings["if applicable"] = "je-li použitelné"; -$a->strings["Approve"] = "Schválit"; -$a->strings["Claims to be known to you: "] = "Vaši údajní známí: "; -$a->strings["yes"] = "ano"; -$a->strings["no"] = "ne"; -$a->strings["Approve as: "] = "Schválit jako: "; -$a->strings["Friend"] = "Přítel"; -$a->strings["Sharer"] = "Sdílené"; -$a->strings["Fan/Admirer"] = "Fanoušek / obdivovatel"; -$a->strings["Friend/Connect Request"] = "Přítel / žádost o připojení"; -$a->strings["New Follower"] = "Nový následovník"; -$a->strings["No introductions."] = "Žádné představení."; -$a->strings["Notifications"] = "Upozornění"; -$a->strings["%s liked %s's post"] = "Uživateli %s se líbí příspěvek uživatele %s"; -$a->strings["%s disliked %s's post"] = "Uživateli %s se nelíbí příspěvek uživatele %s"; -$a->strings["%s is now friends with %s"] = "%s se nyní přátelí s %s"; -$a->strings["%s created a new post"] = "%s vytvořil nový příspěvek"; -$a->strings["%s commented on %s's post"] = "%s okomentoval příspěvek uživatele %s'"; -$a->strings["No more network notifications."] = "Žádné další síťové upozornění."; -$a->strings["Network Notifications"] = "Upozornění Sítě"; -$a->strings["No more system notifications."] = "Žádné další systémová upozornění."; -$a->strings["System Notifications"] = "Systémová upozornění"; -$a->strings["No more personal notifications."] = "Žádné další osobní upozornění."; -$a->strings["Personal Notifications"] = "Osobní upozornění"; -$a->strings["No more home notifications."] = "Žádné další domácí upozornění."; -$a->strings["Home Notifications"] = "Domácí upozornění"; -$a->strings["Could not access contact record."] = "Nelze získat přístup k záznamu kontaktu."; -$a->strings["Could not locate selected profile."] = "Nelze nalézt vybraný profil."; -$a->strings["Contact updated."] = "Kontakt aktualizován."; -$a->strings["Contact has been blocked"] = "Kontakt byl zablokován"; -$a->strings["Contact has been unblocked"] = "Kontakt byl odblokován"; -$a->strings["Contact has been ignored"] = "Kontakt bude ignorován"; -$a->strings["Contact has been unignored"] = "Kontakt přestal být ignorován"; -$a->strings["Contact has been archived"] = "Kontakt byl archivován"; -$a->strings["Contact has been unarchived"] = "Kontakt byl vrácen z archívu."; -$a->strings["Contact has been removed."] = "Kontakt byl odstraněn."; -$a->strings["You are mutual friends with %s"] = "Jste vzájemní přátelé s uživatelem %s"; -$a->strings["You are sharing with %s"] = "Sdílíte s uživatelem %s"; -$a->strings["%s is sharing with you"] = "uživatel %s sdílí s vámi"; -$a->strings["Private communications are not available for this contact."] = "Soukromá komunikace není dostupná pro tento kontakt."; -$a->strings["Never"] = "Nikdy"; -$a->strings["(Update was successful)"] = "(Aktualizace byla úspěšná)"; -$a->strings["(Update was not successful)"] = "(Aktualizace nebyla úspěšná)"; -$a->strings["Suggest friends"] = "Navrhněte přátelé"; -$a->strings["Network type: %s"] = "Typ sítě: %s"; -$a->strings["%d contact in common"] = array( - 0 => "%d sdílený kontakt", - 1 => "%d sdílených kontaktů", - 2 => "%d sdílených kontaktů", -); -$a->strings["View all contacts"] = "Zobrazit všechny kontakty"; -$a->strings["Unblock"] = "Odblokovat"; -$a->strings["Block"] = "Blokovat"; -$a->strings["Toggle Blocked status"] = "Přepnout stav Blokováno"; -$a->strings["Unignore"] = "Přestat ignorovat"; -$a->strings["Toggle Ignored status"] = "Přepnout stav Ignorováno"; -$a->strings["Unarchive"] = "Vrátit z archívu"; -$a->strings["Archive"] = "Archivovat"; -$a->strings["Toggle Archive status"] = "Přepnout stav Archivováno"; -$a->strings["Repair"] = "Opravit"; -$a->strings["Advanced Contact Settings"] = "Pokročilé nastavení kontaktu"; -$a->strings["Communications lost with this contact!"] = "Komunikace s tímto kontaktem byla ztracena!"; -$a->strings["Contact Editor"] = "Editor kontaktu"; -$a->strings["Profile Visibility"] = "Viditelnost profilu"; -$a->strings["Please choose the profile you would like to display to %s when viewing your profile securely."] = "Vyberte prosím profil, který chcete zobrazit %s při zabezpečeném prohlížení vašeho profilu."; -$a->strings["Contact Information / Notes"] = "Kontaktní informace / poznámky"; -$a->strings["Edit contact notes"] = "Editovat poznámky kontaktu"; -$a->strings["Visit %s's profile [%s]"] = "Navštivte profil uživatele %s [%s]"; -$a->strings["Block/Unblock contact"] = "Blokovat / Odblokovat kontakt"; -$a->strings["Ignore contact"] = "Ignorovat kontakt"; -$a->strings["Repair URL settings"] = "Opravit nastavení adresy URL "; -$a->strings["View conversations"] = "Zobrazit konverzace"; -$a->strings["Delete contact"] = "Odstranit kontakt"; -$a->strings["Last update:"] = "Poslední aktualizace:"; -$a->strings["Update public posts"] = "Aktualizovat veřejné příspěvky"; -$a->strings["Update now"] = "Aktualizovat"; -$a->strings["Currently blocked"] = "V současnosti zablokováno"; -$a->strings["Currently ignored"] = "V současnosti ignorováno"; -$a->strings["Currently archived"] = "Aktuálně archivován"; -$a->strings["Replies/likes to your public posts may still be visible"] = "Odpovědi/Libí se na Vaše veřejné příspěvky mohou být stále viditelné"; -$a->strings["Suggestions"] = "Doporučení"; -$a->strings["Suggest potential friends"] = "Navrhnout potenciální přátele"; -$a->strings["All Contacts"] = "Všechny kontakty"; -$a->strings["Show all contacts"] = "Zobrazit všechny kontakty"; -$a->strings["Unblocked"] = "Odblokován"; -$a->strings["Only show unblocked contacts"] = "Zobrazit pouze neblokované kontakty"; -$a->strings["Blocked"] = "Blokován"; -$a->strings["Only show blocked contacts"] = "Zobrazit pouze blokované kontakty"; -$a->strings["Ignored"] = "Ignorován"; -$a->strings["Only show ignored contacts"] = "Zobrazit pouze ignorované kontakty"; -$a->strings["Archived"] = "Archivován"; -$a->strings["Only show archived contacts"] = "Zobrazit pouze archivované kontakty"; -$a->strings["Hidden"] = "Skrytý"; -$a->strings["Only show hidden contacts"] = "Zobrazit pouze skryté kontakty"; -$a->strings["Mutual Friendship"] = "Vzájemné přátelství"; -$a->strings["is a fan of yours"] = "je Váš fanoušek"; -$a->strings["you are a fan of"] = "jste fanouškem"; -$a->strings["Edit contact"] = "Editovat kontakt"; -$a->strings["Contacts"] = "Kontakty"; -$a->strings["Search your contacts"] = "Prohledat Vaše kontakty"; -$a->strings["Finding: "] = "Zjištění: "; -$a->strings["Find"] = "Najít"; -$a->strings["No valid account found."] = "Nenalezen žádný platný účet."; -$a->strings["Password reset request issued. Check your email."] = "Žádost o obnovení hesla vyřízena. Zkontrolujte Vaši e-mailovou schránku."; -$a->strings["Password reset requested at %s"] = "Na %s bylo zažádáno o resetování hesla"; -$a->strings["Administrator"] = "Administrátor"; -$a->strings["Request could not be verified. (You may have previously submitted it.) Password reset failed."] = "Žádost nemohla být ověřena. (Možná jste ji odeslali již dříve.) Obnovení hesla se nezdařilo."; -$a->strings["Password Reset"] = "Obnovení hesla"; -$a->strings["Your password has been reset as requested."] = "Vaše heslo bylo na Vaše přání resetováno."; -$a->strings["Your new password is"] = "Někdo Vám napsal na Vaši profilovou stránku"; -$a->strings["Save or copy your new password - and then"] = "Uložte si nebo zkopírujte nové heslo - a pak"; -$a->strings["click here to login"] = "klikněte zde pro přihlášení"; -$a->strings["Your password may be changed from the Settings page after successful login."] = "Nezdá se, že by to bylo Vaše celé jméno (křestní jméno a příjmení)."; -$a->strings["Forgot your Password?"] = "Zapomněli jste heslo?"; -$a->strings["Enter your email address and submit to have your password reset. Then check your email for further instructions."] = "Zadejte svůj e-mailovou adresu a odešlete žádost o zaslání Vašeho nového hesla. Poté zkontrolujte svůj e-mail pro další instrukce."; -$a->strings["Nickname or Email: "] = "Přezdívka nebo e-mail: "; -$a->strings["Reset"] = "Reset"; -$a->strings["Additional features"] = "Další funkčnosti"; -$a->strings["Missing some important data!"] = "Chybí některé důležité údaje!"; -$a->strings["Update"] = "Aktualizace"; -$a->strings["Failed to connect with email account using the settings provided."] = "Nepodařilo se připojit k e-mailovému účtu pomocí dodaného nastavení."; -$a->strings["Email settings updated."] = "Nastavení e-mailu aktualizována."; -$a->strings["Features updated"] = "Aktualizované funkčnosti"; -$a->strings["Passwords do not match. Password unchanged."] = "Hesla se neshodují. Heslo nebylo změněno."; -$a->strings["Empty passwords are not allowed. Password unchanged."] = "Prázdné hesla nejsou povolena. Heslo nebylo změněno."; -$a->strings["Password changed."] = "Heslo bylo změněno."; -$a->strings["Password update failed. Please try again."] = "Aktualizace hesla se nezdařila. Zkuste to prosím znovu."; -$a->strings[" Please use a shorter name."] = "Prosím použijte kratší jméno."; -$a->strings[" Name too short."] = "Jméno je příliš krátké."; -$a->strings[" Not valid email."] = "Neplatný e-mail."; -$a->strings[" Cannot change to that email."] = "Nelze provést změnu na tento e-mail."; -$a->strings["Private forum has no privacy permissions. Using default privacy group."] = "Soukromé fórum nemá nastaveno zabezpečení. Používá se defaultní soukromá skupina."; -$a->strings["Private forum has no privacy permissions and no default privacy group."] = "Soukromé fórum nemá nastaveno zabezpečení a ani žádnou defaultní soukromou skupinu."; -$a->strings["Settings updated."] = "Nastavení aktualizováno."; -$a->strings["Add application"] = "Přidat aplikaci"; -$a->strings["Consumer Key"] = "Consumer Key"; -$a->strings["Consumer Secret"] = "Consumer Secret"; -$a->strings["Redirect"] = "Přesměrování"; -$a->strings["Icon url"] = "URL ikony"; -$a->strings["You can't edit this application."] = "Nemůžete editovat tuto aplikaci."; -$a->strings["Connected Apps"] = "Připojené aplikace"; -$a->strings["Client key starts with"] = "Klienský klíč začíná"; -$a->strings["No name"] = "Bez názvu"; -$a->strings["Remove authorization"] = "Odstranit oprávnění"; -$a->strings["No Plugin settings configured"] = "Žádný doplněk není nastaven"; -$a->strings["Plugin Settings"] = "Nastavení doplňku"; -$a->strings["Off"] = "Vypnuto"; -$a->strings["On"] = "Zapnuto"; -$a->strings["Additional Features"] = "Další Funkčnosti"; -$a->strings["Built-in support for %s connectivity is %s"] = "Vestavěná podpora pro připojení s %s je %s"; -$a->strings["enabled"] = "povoleno"; -$a->strings["disabled"] = "zakázáno"; -$a->strings["StatusNet"] = "StatusNet"; -$a->strings["Email access is disabled on this site."] = "Přístup k elektronické poště je na tomto serveru zakázán."; -$a->strings["Connector Settings"] = "Nastavení konektoru"; -$a->strings["Email/Mailbox Setup"] = "Nastavení e-mailu"; -$a->strings["If you wish to communicate with email contacts using this service (optional), please specify how to connect to your mailbox."] = "Pokud chcete komunikovat pomocí této služby s Vašimi kontakty z e-mailu (volitelné), uveďte, jak se připojit k Vaší e-mailové schránce."; -$a->strings["Last successful email check:"] = "Poslední úspěšná kontrola e-mailu:"; -$a->strings["IMAP server name:"] = "jméno IMAP serveru:"; -$a->strings["IMAP port:"] = "IMAP port:"; -$a->strings["Security:"] = "Zabezpečení:"; -$a->strings["None"] = "Žádný"; -$a->strings["Email login name:"] = "přihlašovací jméno k e-mailu:"; -$a->strings["Email password:"] = "heslo k Vašemu e-mailu:"; -$a->strings["Reply-to address:"] = "Odpovědět na adresu:"; -$a->strings["Send public posts to all email contacts:"] = "Poslat veřejné příspěvky na všechny e-mailové kontakty:"; -$a->strings["Action after import:"] = "Akce po importu:"; -$a->strings["Mark as seen"] = "Označit jako přečtené"; -$a->strings["Move to folder"] = "Přesunout do složky"; -$a->strings["Move to folder:"] = "Přesunout do složky:"; -$a->strings["No special theme for mobile devices"] = "žádné speciální téma pro mobilní zařízení"; -$a->strings["Display Settings"] = "Nastavení Zobrazení"; -$a->strings["Display Theme:"] = "Vybrat grafickou šablonu:"; -$a->strings["Mobile Theme:"] = "Téma pro mobilní zařízení:"; -$a->strings["Update browser every xx seconds"] = "Aktualizovat prohlížeč každých xx sekund"; -$a->strings["Minimum of 10 seconds, no maximum"] = "Minimum 10 sekund, žádné maximum."; -$a->strings["Number of items to display per page:"] = "Počet položek zobrazených na stránce:"; -$a->strings["Maximum of 100 items"] = "Maximum 100 položek"; -$a->strings["Don't show emoticons"] = "Nezobrazovat emotikony"; -$a->strings["Normal Account Page"] = "Normální stránka účtu"; -$a->strings["This account is a normal personal profile"] = "Tento účet je běžný osobní profil"; -$a->strings["Soapbox Page"] = "Stránka \"Soapbox\""; -$a->strings["Automatically approve all connection/friend requests as read-only fans"] = "Automaticky schválit všechna spojení / přátelství jako fanoušky s právem pouze ke čtení"; -$a->strings["Community Forum/Celebrity Account"] = "Komunitní fórum/ účet celebrity"; -$a->strings["Automatically approve all connection/friend requests as read-write fans"] = "Automaticky schvalovat všechny žádosti o spojení / přátelství, jako fanoušky s právem ke čtení."; -$a->strings["Automatic Friend Page"] = "Automatická stránka přítele"; -$a->strings["Automatically approve all connection/friend requests as friends"] = "Automaticky schvalovat všechny žádosti o spojení / přátelství jako přátele"; -$a->strings["Private Forum [Experimental]"] = "Soukromé fórum [Experimentální]"; -$a->strings["Private forum - approved members only"] = "Soukromé fórum - pouze pro schválené členy"; -$a->strings["OpenID:"] = "OpenID:"; -$a->strings["(Optional) Allow this OpenID to login to this account."] = "(Volitelné) Povolit OpenID pro přihlášení k tomuto účtu."; -$a->strings["Publish your default profile in your local site directory?"] = "Publikovat Váš výchozí profil v místním adresáři webu?"; -$a->strings["Publish your default profile in the global social directory?"] = "Publikovat Váš výchozí profil v globální sociálním adresáři?"; -$a->strings["Hide your contact/friend list from viewers of your default profile?"] = "Skrýt Vaše kontaktní údaje a seznam přátel před návštěvníky ve Vašem výchozím profilu?"; -$a->strings["Hide your profile details from unknown viewers?"] = "Skrýt Vaše profilové detaily před neznámými uživateli?"; -$a->strings["Allow friends to post to your profile page?"] = "Povolit přátelům umisťování příspěvků na vaši profilovou stránku?"; -$a->strings["Allow friends to tag your posts?"] = "Povolit přátelům označovat Vaše příspěvky?"; -$a->strings["Allow us to suggest you as a potential friend to new members?"] = "Chcete nám povolit abychom vás navrhovali jako přátelé pro nové členy?"; -$a->strings["Permit unknown people to send you private mail?"] = "Povolit neznámým lidem Vám zasílat soukromé zprávy?"; -$a->strings["Profile is not published."] = "Profil není zveřejněn."; -$a->strings["or"] = "nebo"; -$a->strings["Your Identity Address is"] = "Vaše adresa identity je"; -$a->strings["Automatically expire posts after this many days:"] = "Automaticky expirovat příspěvky po zadaném počtu dní:"; -$a->strings["If empty, posts will not expire. Expired posts will be deleted"] = "Pokud je prázdné, příspěvky nebudou nikdy expirovat. Expirované příspěvky budou vymazány"; -$a->strings["Advanced expiration settings"] = "Pokročilé nastavení expirací"; -$a->strings["Advanced Expiration"] = "Nastavení expirací"; -$a->strings["Expire posts:"] = "Expirovat příspěvky:"; -$a->strings["Expire personal notes:"] = "Expirovat osobní poznámky:"; -$a->strings["Expire starred posts:"] = "Expirovat příspěvky s hvězdou:"; -$a->strings["Expire photos:"] = "Expirovat fotografie:"; -$a->strings["Only expire posts by others:"] = "Přízpěvky expirovat pouze ostatními:"; -$a->strings["Account Settings"] = "Nastavení účtu"; -$a->strings["Password Settings"] = "Nastavení hesla"; -$a->strings["New Password:"] = "Nové heslo:"; -$a->strings["Confirm:"] = "Potvrďte:"; -$a->strings["Leave password fields blank unless changing"] = "Pokud nechcete změnit heslo, položku hesla nevyplňujte"; -$a->strings["Basic Settings"] = "Základní nastavení"; -$a->strings["Full Name:"] = "Celé jméno:"; -$a->strings["Email Address:"] = "E-mailová adresa:"; -$a->strings["Your Timezone:"] = "Vaše časové pásmo:"; -$a->strings["Default Post Location:"] = "Výchozí umístění příspěvků:"; -$a->strings["Use Browser Location:"] = "Používat umístění dle prohlížeče:"; -$a->strings["Security and Privacy Settings"] = "Nastavení zabezpečení a soukromí"; -$a->strings["Maximum Friend Requests/Day:"] = "Maximální počet žádostí o přátelství za den:"; -$a->strings["(to prevent spam abuse)"] = "(Aby se zabránilo spamu)"; -$a->strings["Default Post Permissions"] = "Výchozí oprávnění pro příspěvek"; -$a->strings["(click to open/close)"] = "(Klikněte pro otevření/zavření)"; -$a->strings["Maximum private messages per day from unknown people:"] = "Maximum soukromých zpráv od neznámých lidí:"; -$a->strings["Notification Settings"] = "Nastavení notifikací"; -$a->strings["By default post a status message when:"] = "Defaultně posílat statusové zprávy když:"; -$a->strings["accepting a friend request"] = "akceptuji požadavek na přátelství"; -$a->strings["joining a forum/community"] = "připojující se k fóru/komunitě"; -$a->strings["making an interesting profile change"] = "provedení zajímavé profilové změny"; -$a->strings["Send a notification email when:"] = "Poslat notifikaci e-mailem, když"; -$a->strings["You receive an introduction"] = "obdržíte žádost o propojení"; -$a->strings["Your introductions are confirmed"] = "Vaše žádosti jsou potvrzeny"; -$a->strings["Someone writes on your profile wall"] = "někdo Vám napíše na Vaši profilovou stránku"; -$a->strings["Someone writes a followup comment"] = "někdo Vám napíše následný komentář"; -$a->strings["You receive a private message"] = "obdržíte soukromou zprávu"; -$a->strings["You receive a friend suggestion"] = "Obdržel jste návrh přátelství"; -$a->strings["You are tagged in a post"] = "Jste označen v příspěvku"; -$a->strings["You are poked/prodded/etc. in a post"] = "Byl Jste šťouchnout v příspěvku"; -$a->strings["Advanced Account/Page Type Settings"] = "Pokročilé nastavení účtu/stránky"; -$a->strings["Change the behaviour of this account for special situations"] = "Změnit chování tohoto účtu ve speciálních situacích"; -$a->strings["Manage Identities and/or Pages"] = "Správa identit a / nebo stránek"; -$a->strings["Toggle between different identities or community/group pages which share your account details or which you have been granted \"manage\" permissions"] = "Přepnutí mezi různými identitami nebo komunitními/skupinovými stránkami, které sdílí Vaše detaily účtu, nebo kterým jste přidělili oprávnění nastavovat přístupová práva."; -$a->strings["Select an identity to manage: "] = "Vyberte identitu pro správu: "; -$a->strings["Search Results For:"] = "Výsledky hledání pro:"; -$a->strings["Remove term"] = "Odstranit termín"; -$a->strings["Saved Searches"] = "Uložená hledání"; -$a->strings["add"] = "přidat"; -$a->strings["Commented Order"] = "Dle komentářů"; -$a->strings["Sort by Comment Date"] = "Řadit podle data komentáře"; -$a->strings["Posted Order"] = "Dle data"; -$a->strings["Sort by Post Date"] = "Řadit podle data příspěvku"; -$a->strings["Posts that mention or involve you"] = "Příspěvky, které Vás zmiňují nebo zahrnují"; -$a->strings["New"] = "Nové"; -$a->strings["Activity Stream - by date"] = "Proud aktivit - dle data"; -$a->strings["Shared Links"] = "Sdílené odkazy"; -$a->strings["Interesting Links"] = "Zajímavé odkazy"; -$a->strings["Starred"] = "S hvězdičkou"; -$a->strings["Favourite Posts"] = "Oblíbené přízpěvky"; -$a->strings["Warning: This group contains %s member from an insecure network."] = array( - 0 => "Upozornění: Tato skupina obsahuje %s člena z nezabezpečené sítě.", - 1 => "Upozornění: Tato skupina obsahuje %s členy z nezabezpečené sítě.", - 2 => "Upozornění: Tato skupina obsahuje %s členy z nezabezpečené sítě.", -); -$a->strings["Private messages to this group are at risk of public disclosure."] = "Soukromé zprávy této skupině jsou vystaveny riziku prozrazení."; -$a->strings["Contact: "] = "Kontakt: "; -$a->strings["Private messages to this person are at risk of public disclosure."] = "Soukromé zprávy této osobě jsou vystaveny riziku prozrazení."; -$a->strings["Invalid contact."] = "Neplatný kontakt."; -$a->strings["Personal Notes"] = "Osobní poznámky"; -$a->strings["Save"] = "Uložit"; -$a->strings["This site has exceeded the number of allowed daily account registrations. Please try again tomorrow."] = "Došlo k překročení maximálního povoleného počtu registrací za den na tomto serveru. Zkuste to zítra znovu."; -$a->strings["Import"] = "Import"; -$a->strings["Move account"] = "Přesunout účet"; -$a->strings["You can import an account from another Friendica server."] = "Můžete importovat účet z jiného Friendica serveru."; -$a->strings["You need to export your account from the old server and upload it here. We will recreate your old account here with all your contacts. We will try also to inform your friends that you moved here."] = "Musíte exportovat svůj účet na sterém serveru a nahrát ho zde. My následně vytvoříme Váš původní účet zde včetně všech kontaktů. Zároveň se pokusíme informovat všechny Vaše přátele, že jste se sem přestěhovali."; -$a->strings["This feature is experimental. We can't import contacts from the OStatus network (statusnet/identi.ca) or from Diaspora"] = "Tato funkčnost je experimentální. Nemůžeme importovat kontakty z OSStatus sítí (statusnet/identi.ca) nebo z Diaspory"; -$a->strings["Account file"] = "Soubor s účtem"; -$a->strings["To export your accont, go to \"Settings->Export your porsonal data\" and select \"Export account\""] = "K exportu Vašeho účtu, jděte do \"Nastavení->Export vašich osobních dat\" a zvolte \" Export účtu\""; -$a->strings["Number of daily wall messages for %s exceeded. Message failed."] = "Došlo k překročení maximálního počtu zpráv na zeď během jednoho dne. Zpráva %s nedoručena."; -$a->strings["No recipient selected."] = "Nevybrán příjemce."; -$a->strings["Unable to check your home location."] = "Nebylo možné zjistit Vaši domácí lokaci."; -$a->strings["Message could not be sent."] = "Zprávu se nepodařilo odeslat."; -$a->strings["Message collection failure."] = "Sběr zpráv selhal."; -$a->strings["Message sent."] = "Zpráva odeslána."; -$a->strings["No recipient."] = "Žádný příjemce."; -$a->strings["Please enter a link URL:"] = "Zadejte prosím URL odkaz:"; -$a->strings["Send Private Message"] = "Odeslat soukromou zprávu"; -$a->strings["If you wish for %s to respond, please check that the privacy settings on your site allow private mail from unknown senders."] = "Pokud si přejete, aby uživatel %s mohl odpovědět, ověřte si zda-li máte povoleno na svém serveru zasílání soukromých zpráv od neznámých odesilatelů."; -$a->strings["To:"] = "Adresát:"; -$a->strings["Subject:"] = "Předmět:"; -$a->strings["Your message:"] = "Vaše zpráva:"; -$a->strings["Welcome to Friendica"] = "Vítejte na Friendica"; -$a->strings["New Member Checklist"] = "Seznam doporučení pro nového člena"; -$a->strings["We would like to offer some tips and links to help make your experience enjoyable. Click any item to visit the relevant page. A link to this page will be visible from your home page for two weeks after your initial registration and then will quietly disappear."] = "Rádi bychom vám nabídli několik tipů a odkazů pro začátek. Klikněte na jakoukoliv položku pro zobrazení relevantní stránky. Odkaz na tuto stránku bude viditelný z Vaší domovské stránky po dobu dvou týdnů od Vaší první registrace."; -$a->strings["Getting Started"] = "Začínáme"; -$a->strings["Friendica Walk-Through"] = "Prohlídka Friendica "; -$a->strings["On your Quick Start page - find a brief introduction to your profile and network tabs, make some new connections, and find some groups to join."] = "Na Vaší stránce Rychlý Start - naleznete stručné představení k Vašemu profilu a záložce Síť, k vytvoření spojení s novými kontakty a nalezení skupin, ke kterým se můžete připojit."; -$a->strings["Go to Your Settings"] = "Navštivte své nastavení"; -$a->strings["On your Settings page - change your initial password. Also make a note of your Identity Address. This looks just like an email address - and will be useful in making friends on the free social web."] = "Na Vaší stránce Nastavení - si změňte Vaše první heslo.\nVěnujte také svou pozornost k adrese identity. Vypadá jako emailová adresa a bude Vám užitečná pro navazování přátelství na svobodné sociální síti."; -$a->strings["Review the other settings, particularly the privacy settings. An unpublished directory listing is like having an unlisted phone number. In general, you should probably publish your listing - unless all of your friends and potential friends know exactly how to find you."] = "Prohlédněte si další nastavení, a to zejména nastavení soukromí. Nezveřejnění svého účtu v adresáři je jako mít nezveřejněné telefonní číslo. Obecně platí, že je lepší mít svůj účet zveřejněný, leda by všichni vaši potenciální přátelé věděli, jak vás přesně najít."; $a->strings["Profile"] = "Profil"; -$a->strings["Upload Profile Photo"] = "Nahrát profilovou fotografii"; -$a->strings["Upload a profile photo if you have not done so already. Studies have shown that people with real photos of themselves are ten times more likely to make friends than people who do not."] = "Nahrajte si svou profilovou fotku, pokud jste tak již neučinili. Studie ukázaly, že lidé se skutečnými fotografiemi mají desetkrát častěji přátele než lidé, kteří nemají."; -$a->strings["Edit Your Profile"] = "Editujte Váš profil"; -$a->strings["Edit your default profile to your liking. Review the settings for hiding your list of friends and hiding the profile from unknown visitors."] = "Upravit výchozí profil podle vašich představ. Prověřte nastavení pro skrytí Vašeho seznamu přátel a skrytí profilu před neznámými návštěvníky."; -$a->strings["Profile Keywords"] = "Profilová klíčová slova"; -$a->strings["Set some public keywords for your default profile which describe your interests. We may be able to find other people with similar interests and suggest friendships."] = "Nastavte si nějaká veřejné klíčová slova pro výchozí profil, která popisují Vaše zájmy. Friendika Vám může nalézt další lidi s podobnými zájmy a navrhnout přátelství."; -$a->strings["Connecting"] = "Probíhá pokus o připojení"; -$a->strings["Facebook"] = "Facebook"; -$a->strings["Authorise the Facebook Connector if you currently have a Facebook account and we will (optionally) import all your Facebook friends and conversations."] = "Jestliže máte účet na Facebooku, povolte konektor na Facebook a bude možné (na přání) importovat všechny Vaš přátele na Facebooku a všechny Vaše konverzace."; -$a->strings["If this is your own personal server, installing the Facebook addon may ease your transition to the free social web."] = "Pokud je toto Váš soukromý server, instalací Facebok doplňku můžete zjednodušit Váš přechod na svobodný sociální web."; -$a->strings["Importing Emails"] = "Importování emaiů"; -$a->strings["Enter your email access information on your Connector Settings page if you wish to import and interact with friends or mailing lists from your email INBOX"] = "Pokud chcete importovat své přátele nebo mailové skupiny a komunikovat s nimi, zadejte na Vaší stránce Nastavení kontektoru své přístupové údaje do svého emailového účtu"; -$a->strings["Go to Your Contacts Page"] = "Navštivte Vaši stránku s kontakty"; -$a->strings["Your Contacts page is your gateway to managing friendships and connecting with friends on other networks. Typically you enter their address or site URL in the Add New Contact dialog."] = "Vaše stránka Kontakty je Vaše brána k nastavování přátelství a propojení s přáteli z dalších sítí. Typicky zadáte jejich emailovou adresu nebo URL adresu jejich serveru prostřednictvím dialogu Přidat nový kontakt."; -$a->strings["Go to Your Site's Directory"] = "Navštivte lokální adresář Friendica"; -$a->strings["The Directory page lets you find other people in this network or other federated sites. Look for a Connect or Follow link on their profile page. Provide your own Identity Address if requested."] = "Stránka Adresář Vám pomůže najít další lidi na tomto serveru nebo v jiných propojených serverech. Prostřednictvím odkazů Připojení nebo Následovat si prohlédněte jejich profilovou stránku. Uveďte svou vlastní adresu identity, je-li požadována."; -$a->strings["Finding New People"] = "Nalezení nových lidí"; -$a->strings["On the side panel of the Contacts page are several tools to find new friends. We can match people by interest, look up people by name or interest, and provide suggestions based on network relationships. On a brand new site, friend suggestions will usually begin to be populated within 24 hours."] = "Na bočním panelu stránky s kontakty je několik nástrojů k nalezení nových přátel. Porovnáme lidi dle zájmů, najdeme lidi podle jména nebo zájmu a poskytneme Vám návrhy založené na přátelství v síti přátel. Na zcela novém serveru se návrhy přátelství nabínou obvykle během 24 hodin."; -$a->strings["Groups"] = "Skupiny"; -$a->strings["Group Your Contacts"] = "Seskupte si své kontakty"; -$a->strings["Once you have made some friends, organize them into private conversation groups from the sidebar of your Contacts page and then you can interact with each group privately on your Network page."] = "Jakmile získáte nějaké přátele, uspořádejte si je do soukromých konverzačních skupin na postranním panelu Vaší stránky Kontakty a pak můžete komunikovat s každou touto skupinu soukromě prostřednictvím stránky Síť."; -$a->strings["Why Aren't My Posts Public?"] = "Proč nejsou mé příspěvky veřejné?"; -$a->strings["Friendica respects your privacy. By default, your posts will only show up to people you've added as friends. For more information, see the help section from the link above."] = "Friendica respektuje Vaše soukromí. Defaultně jsou Vaše příspěvky viditelné pouze lidem, které označíte jako Vaše přátelé. Více informací naleznete v nápovědě na výše uvedeném odkazu"; -$a->strings["Getting Help"] = "Získání nápovědy"; -$a->strings["Go to the Help Section"] = "Navštivte sekci nápovědy"; -$a->strings["Our help pages may be consulted for detail on other program features and resources."] = "Na stránkách Nápověda naleznete nejen další podrobnosti o všech funkcích Friendika ale také další zdroje informací."; -$a->strings["Item not available."] = "Položka není k dispozici."; -$a->strings["Item was not found."] = "Položka nebyla nalezena."; -$a->strings["Group created."] = "Skupina vytvořena."; -$a->strings["Could not create group."] = "Nelze vytvořit skupinu."; -$a->strings["Group not found."] = "Skupina nenalezena."; -$a->strings["Group name changed."] = "Název skupiny byl změněn."; -$a->strings["Permission denied"] = "Nedostatečné oprávnění"; -$a->strings["Create a group of contacts/friends."] = "Vytvořit skupinu kontaktů / přátel."; -$a->strings["Group Name: "] = "Název skupiny: "; -$a->strings["Group removed."] = "Skupina odstraněna. "; -$a->strings["Unable to remove group."] = "Nelze odstranit skupinu."; -$a->strings["Group Editor"] = "Editor skupin"; -$a->strings["Members"] = "Členové"; -$a->strings["Click on a contact to add or remove."] = "Klikněte na kontakt pro přidání nebo odebrání"; -$a->strings["Invalid profile identifier."] = "Neplatný identifikátor profilu."; -$a->strings["Profile Visibility Editor"] = "Editor viditelnosti profilu "; -$a->strings["Visible To"] = "Viditelný pro"; -$a->strings["All Contacts (with secure profile access)"] = "Všechny kontakty (se zabezpečeným přístupovým profilem )"; -$a->strings["No contacts."] = "Žádné kontakty."; -$a->strings["View Contacts"] = "Zobrazit kontakty"; -$a->strings["Registration details for %s"] = "Registrační údaje pro %s"; -$a->strings["Registration successful. Please check your email for further instructions."] = "Registrace úspěšná. Zkontrolujte prosím svůj e-mail pro další instrukce."; -$a->strings["Failed to send email message. Here is the message that failed."] = "Nepodařilo se odeslat zprávu na e-mail. Zde je zpráva, která nebyla odeslána."; -$a->strings["Your registration can not be processed."] = "Vaši registraci nelze zpracovat."; -$a->strings["Registration request at %s"] = "Žádost o registraci na %s"; -$a->strings["Your registration is pending approval by the site owner."] = "Vaše registrace čeká na schválení vlastníkem serveru."; -$a->strings["You may (optionally) fill in this form via OpenID by supplying your OpenID and clicking 'Register'."] = "Tento formulář můžete (volitelně) vyplnit s pomocí OpenID tím, že vyplníte své OpenID a kliknutete na tlačítko 'Zaregistrovat'."; -$a->strings["If you are not familiar with OpenID, please leave that field blank and fill in the rest of the items."] = "Pokud nepoužíváte OpenID, nechte prosím toto pole prázdné a vyplňte zbylé položky."; -$a->strings["Your OpenID (optional): "] = "Vaše OpenID (nepovinné): "; -$a->strings["Include your profile in member directory?"] = "Toto je Váš veřejný profil.
Ten může být viditelný kýmkoliv na internetu."; -$a->strings["Membership on this site is by invitation only."] = "Členství na tomto webu je pouze na pozvání."; -$a->strings["Your invitation ID: "] = "Vaše pozvání ID:"; -$a->strings["Registration"] = "Registrace"; -$a->strings["Your Full Name (e.g. Joe Smith): "] = "Vaše celé jméno (např. Jan Novák):"; -$a->strings["Your Email Address: "] = "Vaše e-mailová adresa:"; -$a->strings["Choose a profile nickname. This must begin with a text character. Your profile address on this site will then be 'nickname@\$sitename'."] = "Vyberte přezdívku k profilu. Ta musí začít s textovým znakem. Vaše profilová adresa na tomto webu pak bude \"přezdívka@\$sitename\"."; -$a->strings["Choose a nickname: "] = "Vyberte přezdívku:"; -$a->strings["Register"] = "Registrovat"; -$a->strings["People Search"] = "Vyhledávání lidí"; -$a->strings["photo"] = "fotografie"; -$a->strings["status"] = "Stav"; -$a->strings["%1\$s likes %2\$s's %3\$s"] = "%1\$s má rád %2\$s' na %3\$s"; -$a->strings["%1\$s doesn't like %2\$s's %3\$s"] = "%1\$s nemá rád %2\$s na %3\$s"; -$a->strings["Item not found."] = "Položka nenalezena."; -$a->strings["Access denied."] = "Přístup odmítnut"; -$a->strings["Photos"] = "Fotografie"; -$a->strings["Files"] = "Soubory"; -$a->strings["Account approved."] = "Účet schválen."; -$a->strings["Registration revoked for %s"] = "Registrace zrušena pro %s"; -$a->strings["Please login."] = "Přihlaste se, prosím."; -$a->strings["Unable to locate original post."] = "Nelze nalézt původní příspěvek."; -$a->strings["Empty post discarded."] = "Prázdný příspěvek odstraněn."; -$a->strings["Wall Photos"] = "Fotografie na zdi"; -$a->strings["System error. Post not saved."] = "Chyba systému. Příspěvek nebyl uložen."; -$a->strings["This message was sent to you by %s, a member of the Friendica social network."] = "Tato zpráva vám byla zaslána od %s, člena sociální sítě Friendica."; -$a->strings["You may visit them online at %s"] = "Můžete je navštívit online na adrese %s"; -$a->strings["Please contact the sender by replying to this post if you do not wish to receive these messages."] = "Pokud nechcete dostávat tyto zprávy, kontaktujte prosím odesilatele odpovědí na tento záznam."; -$a->strings["%s posted an update."] = "%s poslal aktualizaci."; -$a->strings["%1\$s is currently %2\$s"] = "%1\$s je právě %2\$s"; -$a->strings["Mood"] = "Nálada"; -$a->strings["Set your current mood and tell your friends"] = "Nastavte svou aktuální náladu a řekněte to Vašim přátelům"; -$a->strings["Image uploaded but image cropping failed."] = "Obrázek byl odeslán, ale jeho oříznutí se nesdařilo."; -$a->strings["Image size reduction [%s] failed."] = "Nepodařilo se snížit velikost obrázku [%s]."; -$a->strings["Shift-reload the page or clear browser cache if the new photo does not display immediately."] = "Znovu načtěte stránku (Shift+F5) nebo vymažte cache prohlížeče, pokud se nové fotografie nezobrazí okamžitě."; -$a->strings["Unable to process image"] = "Obrázek nelze zpracovat "; -$a->strings["Image exceeds size limit of %d"] = "Obrázek překročil limit velikosti %d"; -$a->strings["Upload File:"] = "Nahrát soubor:"; -$a->strings["Select a profile:"] = "Vybrat profil:"; -$a->strings["Upload"] = "Nahrát"; -$a->strings["skip this step"] = "přeskočit tento krok "; -$a->strings["select a photo from your photo albums"] = "Vybrat fotografii z Vašich fotoalb"; -$a->strings["Crop Image"] = "Oříznout obrázek"; -$a->strings["Please adjust the image cropping for optimum viewing."] = "Prosím, ořízněte tento obrázek pro optimální zobrazení."; -$a->strings["Done Editing"] = "Editace dokončena"; -$a->strings["Image uploaded successfully."] = "Obrázek byl úspěšně nahrán."; -$a->strings["No profile"] = "Žádný profil"; -$a->strings["Remove My Account"] = "Odstranit můj účet"; -$a->strings["This will completely remove your account. Once this has been done it is not recoverable."] = "Tímto bude kompletně odstraněn váš účet. Jakmile bude účet odstraněn, nebude už možné ho obnovit."; -$a->strings["Please enter your password for verification:"] = "Prosím, zadejte své heslo pro ověření:"; -$a->strings["New Message"] = "Nová zpráva"; -$a->strings["Unable to locate contact information."] = "Nepodařilo se najít kontaktní informace."; -$a->strings["Message deleted."] = "Zpráva odstraněna."; -$a->strings["Conversation removed."] = "Konverzace odstraněna."; -$a->strings["No messages."] = "Žádné zprávy."; -$a->strings["Unknown sender - %s"] = "Neznámý odesilatel - %s"; -$a->strings["You and %s"] = "Vy a %s"; -$a->strings["%s and You"] = "%s a Vy"; -$a->strings["Delete conversation"] = "Odstranit konverzaci"; -$a->strings["D, d M Y - g:i A"] = "D M R - g:i A"; -$a->strings["%d message"] = array( - 0 => "%d zpráva", - 1 => "%d zprávy", - 2 => "%d zpráv", -); -$a->strings["Message not available."] = "Zpráva není k dispozici."; -$a->strings["Delete message"] = "Smazat zprávu"; -$a->strings["No secure communications available. You may be able to respond from the sender's profile page."] = "Není k dispozici zabezpečená komunikace. Možná budete schopni reagovat z odesilatelovy profilové stránky."; -$a->strings["Send Reply"] = "Poslat odpověď"; -$a->strings["Friends of %s"] = "Přátelé uživatele %s"; -$a->strings["No friends to display."] = "Žádní přátelé k zobrazení"; -$a->strings["Theme settings updated."] = "Nastavení téma zobrazení bylo aktualizováno."; -$a->strings["Site"] = "Web"; -$a->strings["Users"] = "Uživatelé"; -$a->strings["Plugins"] = "Pluginy"; -$a->strings["Themes"] = "Témata"; -$a->strings["DB updates"] = "Aktualizace databáze"; -$a->strings["Logs"] = "Logy"; -$a->strings["Admin"] = "Administrace"; -$a->strings["Plugin Features"] = "Funkčnosti rozšíření"; -$a->strings["User registrations waiting for confirmation"] = "Registrace uživatele čeká na potvrzení"; -$a->strings["Normal Account"] = "Normální účet"; -$a->strings["Soapbox Account"] = "Soapbox účet"; -$a->strings["Community/Celebrity Account"] = "Komunitní účet / Účet celebrity"; -$a->strings["Automatic Friend Account"] = "Účet s automatickým schvalováním přátel"; -$a->strings["Blog Account"] = "Účet Blogu"; -$a->strings["Private Forum"] = "Soukromé fórum"; -$a->strings["Message queues"] = "Fronty zpráv"; -$a->strings["Administration"] = "Administrace"; -$a->strings["Summary"] = "Shrnutí"; -$a->strings["Registered users"] = "Registrovaní uživatelé"; -$a->strings["Pending registrations"] = "Čekající registrace"; -$a->strings["Version"] = "Verze"; -$a->strings["Active plugins"] = "Aktivní pluginy"; -$a->strings["Site settings updated."] = "Nastavení webu aktualizováno."; -$a->strings["Closed"] = "Uzavřeno"; -$a->strings["Requires approval"] = "Vyžaduje schválení"; -$a->strings["Open"] = "Otevřená"; -$a->strings["No SSL policy, links will track page SSL state"] = "Žádná SSL politika, odkazy budou následovat stránky SSL stav"; -$a->strings["Force all links to use SSL"] = "Vyžadovat u všech odkazů použití SSL"; -$a->strings["Self-signed certificate, use SSL for local links only (discouraged)"] = "Certifikát podepsaný sám sebou, použít SSL pouze pro lokální odkazy (nedoporučeno)"; -$a->strings["File upload"] = "Nahrání souborů"; -$a->strings["Policies"] = "Politiky"; -$a->strings["Advanced"] = "Pokročilé"; -$a->strings["Performance"] = "Výkonnost"; -$a->strings["Site name"] = "Název webu"; -$a->strings["Banner/Logo"] = "Banner/logo"; -$a->strings["System language"] = "Systémový jazyk"; -$a->strings["System theme"] = "Grafická šablona systému "; -$a->strings["Default system theme - may be over-ridden by user profiles - change theme settings"] = "Defaultní systémové téma - může být změněno v uživatelských profilech - změnit theme settings"; -$a->strings["Mobile system theme"] = "Systémové téma zobrazení pro mobilní zařízení"; -$a->strings["Theme for mobile devices"] = "Téma zobrazení pro mobilní zařízení"; -$a->strings["SSL link policy"] = "Politika SSL odkazů"; -$a->strings["Determines whether generated links should be forced to use SSL"] = "Určuje, zda-li budou generované odkazy používat SSL"; -$a->strings["'Share' element"] = "Element \"Sdílet\""; -$a->strings["Activates the bbcode element 'share' for repeating items."] = "Aktivuje bbcode prvek 'share' pro opakované položky."; -$a->strings["Maximum image size"] = "Maximální velikost obrázků"; -$a->strings["Maximum size in bytes of uploaded images. Default is 0, which means no limits."] = "Maximální velikost v bajtech nahraných obrázků. Defaultní je 0, což znamená neomezeno."; -$a->strings["Maximum image length"] = "Maximální velikost obrázků"; -$a->strings["Maximum length in pixels of the longest side of uploaded images. Default is -1, which means no limits."] = "Maximální délka v pixelech delší stránky nahrávaných obrázků. Defaultně je -1, což označuje bez limitu"; -$a->strings["JPEG image quality"] = "JPEG kvalita obrázku"; -$a->strings["Uploaded JPEGS will be saved at this quality setting [0-100]. Default is 100, which is full quality."] = "Nahrávaný JPEG bude uložen se zadanou kvalitou v rozmezí [0-100]. Defaultní je 100, což znamená plnou kvalitu."; -$a->strings["Register policy"] = "Politika registrace"; -$a->strings["Maximum Daily Registrations"] = "Maximální počet denních registrací"; -$a->strings["If registration is permitted above, this sets the maximum number of new user registrations to accept per day. If register is set to closed, this setting has no effect."] = "Pokud je registrace výše povolena, zde se nastaví maximální počet registrací nových uživatelů za den.\nPokud je registrace zakázána, toto nastavení nemá žádný efekt."; -$a->strings["Register text"] = "Registrace textu"; -$a->strings["Will be displayed prominently on the registration page."] = "Bude zřetelně zobrazeno na registrační stránce."; -$a->strings["Accounts abandoned after x days"] = "Účet je opuštěn po x dnech"; -$a->strings["Will not waste system resources polling external sites for abandonded accounts. Enter 0 for no time limit."] = "Neztrácejte systémové zdroje kontaktováním externích webů s opuštěnými účty. Zadejte 0 pro žádný časový limit."; -$a->strings["Allowed friend domains"] = "Povolené domény přátel"; -$a->strings["Comma separated list of domains which are allowed to establish friendships with this site. Wildcards are accepted. Empty to allow any domains"] = "Čárkou oddělený seznam domén, kterým je povoleno navazovat přátelství s tímto webem. Zástupné znaky (wildcards) jsou povoleny. Prázné znamená libovolnou doménu."; -$a->strings["Allowed email domains"] = "Povolené e-mailové domény"; -$a->strings["Comma separated list of domains which are allowed in email addresses for registrations to this site. Wildcards are accepted. Empty to allow any domains"] = "Čárkou oddělený seznam domén emalových adres, kterým je povoleno provádět registraci na tomto webu. Zástupné znaky (wildcards) jsou povoleny. Prázné znamená libovolnou doménu."; -$a->strings["Block public"] = "Blokovat veřejnost"; -$a->strings["Check to block public access to all otherwise public personal pages on this site unless you are currently logged in."] = "Označemím přepínače zablokujete veřejný přístup ke všem jinak veřejně přístupným soukromým stránkám uživatelům, kteří nebudou přihlášeni."; -$a->strings["Force publish"] = "Publikovat"; -$a->strings["Check to force all profiles on this site to be listed in the site directory."] = "Označením přepínače budou včechny profily na tomto webu uvedeny v adresáři webu."; -$a->strings["Global directory update URL"] = "aktualizace URL adresy Globálního adresáře "; -$a->strings["URL to update the global directory. If this is not set, the global directory is completely unavailable to the application."] = "URL adresa k aktualizaci globálního adresáře. Pokud není zadáno, funkce globálního adresáře není dostupná žádné aplikaci."; -$a->strings["Allow threaded items"] = "Povolit vícevláknové zpracování obsahu"; -$a->strings["Allow infinite level threading for items on this site."] = "Povolit zpracování obsahu tohoto webu neomezeným počtem paralelních vláken."; -$a->strings["Private posts by default for new users"] = "Nastavit pro nové uživatele příspěvky jako soukromé"; -$a->strings["Set default post permissions for all new members to the default privacy group rather than public."] = "Nastavit defaultní práva pro příspěvky od všech nových členů na výchozí soukromou skupinu raději než jako veřejné."; -$a->strings["Block multiple registrations"] = "Blokovat více registrací"; -$a->strings["Disallow users to register additional accounts for use as pages."] = "Znemožnit uživatelům registraci dodatečných účtů k použití jako stránky."; -$a->strings["OpenID support"] = "podpora OpenID"; -$a->strings["OpenID support for registration and logins."] = "Podpora OpenID pro registraci a přihlašování."; -$a->strings["Fullname check"] = "kontrola úplného jména"; -$a->strings["Force users to register with a space between firstname and lastname in Full name, as an antispam measure"] = "Přimět uživatele k registraci s mezerou mezi jménu a příjmením v poli Celé jméno, jako antispamové opatření."; -$a->strings["UTF-8 Regular expressions"] = "UTF-8 Regulární výrazy"; -$a->strings["Use PHP UTF8 regular expressions"] = "Použít PHP UTF8 regulární výrazy."; -$a->strings["Show Community Page"] = "Zobrazit stránku komunity"; -$a->strings["Display a Community page showing all recent public postings on this site."] = "Zobrazit Komunitní stránku zobrazující všechny veřejné příspěvky napsané na této stránce."; -$a->strings["Enable OStatus support"] = "Zapnout podporu OStatus"; -$a->strings["Provide built-in OStatus (identi.ca, status.net, etc.) compatibility. All communications in OStatus are public, so privacy warnings will be occasionally displayed."] = "Poskytnout zabudouvanou kompatibilitu s OStatus (identi.ca, status.net, etc.). Veškerá komunikace s OStatus je veřejná, proto bude občas zobrazeno upozornění."; -$a->strings["Enable Diaspora support"] = "Povolit podporu Diaspora"; -$a->strings["Provide built-in Diaspora network compatibility."] = "Poskytnout zabudovanou kompatibilitu sitě Diaspora."; -$a->strings["Only allow Friendica contacts"] = "Povolit pouze Friendica kontakty"; -$a->strings["All contacts must use Friendica protocols. All other built-in communication protocols disabled."] = "Všechny kontakty musí používat Friendica protokol. Všchny jiné zabudované komunikační protokoly budou zablokované."; -$a->strings["Verify SSL"] = "Ověřit SSL"; -$a->strings["If you wish, you can turn on strict certificate checking. This will mean you cannot connect (at all) to self-signed SSL sites."] = "Pokud si přejete, můžete vynutit striktní ověřování certifikátů. To znamená že se nebudete moci připojit k žádnému serveru s vlastním SSL certifikátem."; -$a->strings["Proxy user"] = "Proxy uživatel"; -$a->strings["Proxy URL"] = "Proxy URL adresa"; -$a->strings["Network timeout"] = "čas síťového spojení vypršelo (timeout)"; -$a->strings["Value is in seconds. Set to 0 for unlimited (not recommended)."] = "Hodnota ve vteřinách. Nastavte 0 pro neomezeno (není doporučeno)."; -$a->strings["Delivery interval"] = "Interval doručování"; -$a->strings["Delay background delivery processes by this many seconds to reduce system load. Recommend: 4-5 for shared hosts, 2-3 for virtual private servers. 0-1 for large dedicated servers."] = "Prodleva mezi doručovacími procesy běžícími na pozadí snižuje zátěž systému. Doporučené nastavení: 4-5 pro sdílené instalace, 2-3 pro virtuální soukromé servery, 0-1 pro velké dedikované servery."; -$a->strings["Poll interval"] = "Dotazovací interval"; -$a->strings["Delay background polling processes by this many seconds to reduce system load. If 0, use delivery interval."] = "Tímto nastavením ovlivníte prodlení mezi aktualizačními procesy běžícími na pozadí, čímž můžete snížit systémovou zátěž. Pokud 0, použijte doručovací interval."; -$a->strings["Maximum Load Average"] = "Maximální průměrné zatížení"; -$a->strings["Maximum system load before delivery and poll processes are deferred - default 50."] = "Maximální zatížení systému před pozastavením procesů zajišťujících doručování aktualizací - defaultně 50"; -$a->strings["Use MySQL full text engine"] = "Použít fulltextový vyhledávací stroj MySQL"; -$a->strings["Activates the full text engine. Speeds up search - but can only search for four and more characters."] = "Aktivuje fulltextový vyhledávací stroj. Zrychluje vyhledávání ale pouze pro vyhledávání čtyř a více znaků"; -$a->strings["Path to item cache"] = "Cesta k položkám vyrovnávací paměti"; -$a->strings["Cache duration in seconds"] = "Doba platnosti vyrovnávací paměti v sekundách"; -$a->strings["How long should the cache files be hold? Default value is 86400 seconds (One day)."] = "Jak dlouho by měla vyrovnávací paměť držet data? Výchozí hodnota je 86400 sekund (Jeden den)."; -$a->strings["Path for lock file"] = "Cesta k souboru zámku"; -$a->strings["Temp path"] = "Cesta k dočasným souborům"; -$a->strings["Base path to installation"] = "Základní cesta k instalaci"; -$a->strings["Update has been marked successful"] = "Aktualizace byla označena jako úspěšná."; -$a->strings["Executing %s failed. Check system logs."] = "Vykonávání %s selhalo. Zkontrolujte chybový protokol."; -$a->strings["Update %s was successfully applied."] = "Aktualizace %s byla úspěšně aplikována."; -$a->strings["Update %s did not return a status. Unknown if it succeeded."] = "Aktualizace %s nevrátila žádný status. Není zřejmé, jestli byla úspěšná."; -$a->strings["Update function %s could not be found."] = "Aktualizační funkce %s nebyla nalezena."; -$a->strings["No failed updates."] = "Žádné neúspěšné aktualizace."; -$a->strings["Failed Updates"] = "Neúspěšné aktualizace"; -$a->strings["This does not include updates prior to 1139, which did not return a status."] = "To nezahrnuje aktualizace do verze 1139, které nevracejí žádný status."; -$a->strings["Mark success (if update was manually applied)"] = "Označit za úspěšné (pokud byla aktualizace aplikována manuálně)"; -$a->strings["Attempt to execute this update step automatically"] = "Pokusit se provést tuto aktualizaci automaticky."; -$a->strings["%s user blocked/unblocked"] = array( - 0 => "%s uživatel blokován/odblokován", - 1 => "%s uživatelů blokováno/odblokováno", - 2 => "%s uživatelů blokováno/odblokováno", -); -$a->strings["%s user deleted"] = array( - 0 => "%s uživatel smazán", - 1 => "%s uživatelů smazáno", - 2 => "%s uživatelů smazáno", -); -$a->strings["User '%s' deleted"] = "Uživatel '%s' smazán"; -$a->strings["User '%s' unblocked"] = "Uživatel '%s' odblokován"; -$a->strings["User '%s' blocked"] = "Uživatel '%s' blokován"; -$a->strings["select all"] = "Vybrat vše"; -$a->strings["User registrations waiting for confirm"] = "Registrace uživatele čeká na potvrzení"; -$a->strings["Request date"] = "Datum žádosti"; -$a->strings["Email"] = "E-mail"; -$a->strings["No registrations."] = "Žádné registrace."; -$a->strings["Deny"] = "Odmítnout"; -$a->strings["Site admin"] = "Site administrátor"; -$a->strings["Register date"] = "Datum registrace"; -$a->strings["Last login"] = "Datum posledního přihlášení"; -$a->strings["Last item"] = "Poslední položka"; -$a->strings["Account"] = "Účet"; -$a->strings["Selected users will be deleted!\\n\\nEverything these users had posted on this site will be permanently deleted!\\n\\nAre you sure?"] = "Vybraní uživatelé budou smazáni!\\n\\n Vše, co tito uživatelé na těchto stránkách vytvořili, bude trvale odstraněno!\\n\\n Opravdu pokračovat?"; -$a->strings["The user {0} will be deleted!\\n\\nEverything this user has posted on this site will be permanently deleted!\\n\\nAre you sure?"] = "Uživatel {0} bude smazán!\\n\\n Vše, co tento uživatel na těchto stránkách vytvořil, bude trvale odstraněno!\\n\\n Opravdu pokračovat?"; -$a->strings["Plugin %s disabled."] = "Plugin %s zakázán."; -$a->strings["Plugin %s enabled."] = "Plugin %s povolen."; -$a->strings["Disable"] = "Zakázat"; -$a->strings["Enable"] = "Povolit"; -$a->strings["Toggle"] = "Přepnout"; -$a->strings["Author: "] = "Autor: "; -$a->strings["Maintainer: "] = "Správce: "; -$a->strings["No themes found."] = "Nenalezeny žádná témata."; -$a->strings["Screenshot"] = "Snímek obrazovky"; -$a->strings["[Experimental]"] = "[Experimentální]"; -$a->strings["[Unsupported]"] = "[Nepodporováno]"; -$a->strings["Log settings updated."] = "Nastavení protokolu aktualizováno."; -$a->strings["Clear"] = "Vyčistit"; -$a->strings["Debugging"] = "Ladění"; -$a->strings["Log file"] = "Soubor s logem"; -$a->strings["Must be writable by web server. Relative to your Friendica top-level directory."] = "Musí být editovatelné web serverem. Relativní cesta k vašemu kořenovému adresáři Friendica"; -$a->strings["Log level"] = "Úroveň auditu"; -$a->strings["Close"] = "Zavřít"; -$a->strings["FTP Host"] = "Hostitel FTP"; -$a->strings["FTP Path"] = "Cesta FTP"; -$a->strings["FTP User"] = "FTP uživatel"; -$a->strings["FTP Password"] = "FTP heslo"; -$a->strings["Requested profile is not available."] = "Požadovaný profil není k dispozici."; -$a->strings["Access to this profile has been restricted."] = "Přístup na tento profil byl omezen."; -$a->strings["Tips for New Members"] = "Tipy pro nové členy"; -$a->strings["{0} wants to be your friend"] = "{0} chce být Vaším přítelem"; -$a->strings["{0} sent you a message"] = "{0} vám poslal zprávu"; -$a->strings["{0} requested registration"] = "{0} požaduje registraci"; -$a->strings["{0} commented %s's post"] = "{0} komentoval příspěvek uživatele %s"; -$a->strings["{0} liked %s's post"] = "{0} má rád příspěvek uživatele %s"; -$a->strings["{0} disliked %s's post"] = "{0} nemá rád příspěvek uživatele %s"; -$a->strings["{0} is now friends with %s"] = "{0} se skamarádil s %s"; -$a->strings["{0} posted"] = "{0} zasláno"; -$a->strings["{0} tagged %s's post with #%s"] = "{0} označen %s' příspěvek s #%s"; -$a->strings["{0} mentioned you in a post"] = "{0} vás zmínil v příspěvku"; -$a->strings["Contacts who are not members of a group"] = "Kontakty, které nejsou členy skupiny"; -$a->strings["OpenID protocol error. No ID returned."] = "Chyba OpenID protokolu. Navrátilo se žádné ID."; -$a->strings["Account not found and OpenID registration is not permitted on this site."] = "Nenalezen účet a OpenID registrace na tomto serveru není dovolena."; -$a->strings["Login failed."] = "Přihlášení se nezdařilo."; -$a->strings["Contact added"] = "Kontakt přidán"; -$a->strings["Common Friends"] = "Společní přátelé"; -$a->strings["No contacts in common."] = "Žádné společné kontakty."; -$a->strings["%1\$s is following %2\$s's %3\$s"] = "%1\$s následuje %3\$s uživatele %2\$s"; -$a->strings["link"] = "odkaz"; -$a->strings["Item has been removed."] = "Položka byla odstraněna."; -$a->strings["Applications"] = "Aplikace"; -$a->strings["No installed applications."] = "Žádné nainstalované aplikace."; -$a->strings["Search"] = "Vyhledávání"; -$a->strings["Profile not found."] = "Profil nenalezen"; -$a->strings["Profile Name is required."] = "Jméno profilu je povinné."; -$a->strings["Marital Status"] = "Rodinný Stav"; -$a->strings["Romantic Partner"] = "Romatický partner"; -$a->strings["Likes"] = "Libí se mi"; -$a->strings["Dislikes"] = "Nelibí se mi"; -$a->strings["Work/Employment"] = "Práce/Zaměstnání"; -$a->strings["Religion"] = "Náboženství"; -$a->strings["Political Views"] = "Politické přesvědčení"; -$a->strings["Gender"] = "Pohlaví"; -$a->strings["Sexual Preference"] = "Sexuální orientace"; -$a->strings["Homepage"] = "Domácí stránka"; -$a->strings["Interests"] = "Zájmy"; -$a->strings["Address"] = "Adresa"; -$a->strings["Location"] = "Lokace"; -$a->strings["Profile updated."] = "Profil aktualizován."; -$a->strings[" and "] = " a "; -$a->strings["public profile"] = "veřejný profil"; -$a->strings["%1\$s changed %2\$s to “%3\$s”"] = "%1\$s změnil %2\$s na “%3\$s”"; -$a->strings[" - Visit %1\$s's %2\$s"] = " - Navštivte %2\$s uživatele %1\$s"; -$a->strings["%1\$s has an updated %2\$s, changing %3\$s."] = "%1\$s aktualizoval %2\$s, změnou %3\$s."; -$a->strings["Profile deleted."] = "Profil smazán."; -$a->strings["Profile-"] = "Profil-"; -$a->strings["New profile created."] = "Nový profil vytvořen."; -$a->strings["Profile unavailable to clone."] = "Profil není možné naklonovat."; -$a->strings["Hide your contact/friend list from viewers of this profile?"] = "Skrýt u tohoto profilu Vaše kontakty / seznam přátel před před dalšími uživateli zobrazující si tento profil?"; -$a->strings["Edit Profile Details"] = "Upravit podrobnosti profilu "; -$a->strings["Change Profile Photo"] = "Změna Profilové fotky"; -$a->strings["View this profile"] = "Zobrazit tento profil"; -$a->strings["Create a new profile using these settings"] = "Vytvořit nový profil pomocí tohoto nastavení"; -$a->strings["Clone this profile"] = "Klonovat tento profil"; -$a->strings["Delete this profile"] = "Smazat tento profil"; -$a->strings["Profile Name:"] = "Jméno profilu:"; -$a->strings["Your Full Name:"] = "Vaše celé jméno:"; -$a->strings["Title/Description:"] = "Název / Popis:"; -$a->strings["Your Gender:"] = "Vaše pohlaví:"; -$a->strings["Birthday (%s):"] = "Narozeniny uživatele (%s):"; -$a->strings["Street Address:"] = "Ulice:"; -$a->strings["Locality/City:"] = "Město:"; -$a->strings["Postal/Zip Code:"] = "PSČ:"; -$a->strings["Country:"] = "Země:"; -$a->strings["Region/State:"] = "Region / stát:"; -$a->strings[" Marital Status:"] = " Rodinný stav:"; -$a->strings["Who: (if applicable)"] = "Kdo: (pokud je možné)"; -$a->strings["Examples: cathy123, Cathy Williams, cathy@example.com"] = "Příklady: jan123, Jan Novák, jan@seznam.cz"; -$a->strings["Since [date]:"] = "Od [data]:"; -$a->strings["Sexual Preference:"] = "Sexuální preference:"; -$a->strings["Homepage URL:"] = "Odkaz na domovskou stránku:"; -$a->strings["Hometown:"] = "Rodné město"; -$a->strings["Political Views:"] = "Politické přesvědčení:"; -$a->strings["Religious Views:"] = "Náboženské přesvědčení:"; -$a->strings["Public Keywords:"] = "Veřejná klíčová slova:"; -$a->strings["Private Keywords:"] = "Soukromá klíčová slova:"; -$a->strings["Likes:"] = "Líbí se:"; -$a->strings["Dislikes:"] = "Nelibí se:"; -$a->strings["Example: fishing photography software"] = "Příklad: fishing photography software"; -$a->strings["(Used for suggesting potential friends, can be seen by others)"] = "(Používá se pro doporučování potenciálních přátel, může být viděno ostatními)"; -$a->strings["(Used for searching profiles, never shown to others)"] = "(Používá se pro vyhledávání profilů, není nikdy zobrazeno ostatním)"; -$a->strings["Tell us about yourself..."] = "Řekněte nám něco o sobě ..."; -$a->strings["Hobbies/Interests"] = "Koníčky/zájmy"; -$a->strings["Contact information and Social Networks"] = "Kontaktní informace a sociální sítě"; -$a->strings["Musical interests"] = "Hudební vkus"; -$a->strings["Books, literature"] = "Knihy, literatura"; -$a->strings["Television"] = "Televize"; -$a->strings["Film/dance/culture/entertainment"] = "Film/tanec/kultura/zábava"; -$a->strings["Love/romance"] = "Láska/romantika"; -$a->strings["Work/employment"] = "Práce/zaměstnání"; -$a->strings["School/education"] = "Škola/vzdělání"; -$a->strings["This is your public profile.
It may be visible to anybody using the internet."] = "Toto je váš veřejný profil.
Ten může být viditelný kýmkoliv na internetu."; -$a->strings["Age: "] = "Věk: "; -$a->strings["Edit/Manage Profiles"] = "Upravit / Spravovat profily"; -$a->strings["Change profile photo"] = "Změnit profilovou fotografii"; -$a->strings["Create New Profile"] = "Vytvořit nový profil"; -$a->strings["Profile Image"] = "Profilový obrázek"; -$a->strings["visible to everybody"] = "viditelné pro všechny"; -$a->strings["Edit visibility"] = "Upravit viditelnost"; -$a->strings["Save to Folder:"] = "Uložit do složky:"; -$a->strings["- select -"] = "- vyber -"; -$a->strings["%1\$s tagged %2\$s's %3\$s with %4\$s"] = "%1\$s označen uživatelem %2\$s %3\$s s %4\$s"; -$a->strings["No potential page delegates located."] = "Žádní potenciální delegáti stránky nenalezeni."; -$a->strings["Delegate Page Management"] = "Správa delegátů stránky"; -$a->strings["Delegates are able to manage all aspects of this account/page except for basic account settings. Please do not delegate your personal account to anybody that you do not trust completely."] = "Delegáti jsou schopni řídit všechny aspekty tohoto účtu / stránky, kromě základních nastavení účtu. Prosím, nepředávejte svůj osobní účet nikomu, komu úplně nevěříte.."; -$a->strings["Existing Page Managers"] = "Stávající správci stránky"; -$a->strings["Existing Page Delegates"] = "Stávající delegáti stránky "; -$a->strings["Potential Delegates"] = "Potenciální delegáti"; -$a->strings["Add"] = "Přidat"; -$a->strings["No entries."] = "Žádné záznamy."; -$a->strings["Source (bbcode) text:"] = "Zdrojový text (bbcode):"; -$a->strings["Source (Diaspora) text to convert to BBcode:"] = "Zdrojový (Diaspora) text k převedení do BB kódování:"; -$a->strings["Source input: "] = "Zdrojový vstup: "; -$a->strings["bb2html: "] = "bb2html: "; -$a->strings["bb2html2bb: "] = "bb2html2bb: "; -$a->strings["bb2md: "] = "bb2md: "; -$a->strings["bb2md2html: "] = "bb2md2html: "; -$a->strings["bb2dia2bb: "] = "bb2dia2bb: "; -$a->strings["bb2md2html2bb: "] = "bb2md2html2bb: "; -$a->strings["Source input (Diaspora format): "] = "Vstupní data (ve formátu Diaspora): "; -$a->strings["diaspora2bb: "] = "diaspora2bb: "; -$a->strings["Friend Suggestions"] = "Návrhy přátel"; -$a->strings["No suggestions available. If this is a new site, please try again in 24 hours."] = "Nejsou dostupné žádné návrhy. Pokud je toto nový server, zkuste to znovu za 24 hodin."; -$a->strings["Ignore/Hide"] = "Ignorovat / skrýt"; -$a->strings["Global Directory"] = "Globální adresář"; -$a->strings["Find on this site"] = "Nalézt na tomto webu"; -$a->strings["Site Directory"] = "Adresář serveru"; -$a->strings["Gender: "] = "Pohlaví: "; +$a->strings["Full Name:"] = "Celé jméno:"; $a->strings["Gender:"] = "Pohlaví:"; -$a->strings["Status:"] = "Status:"; -$a->strings["Homepage:"] = "Domácí stránka:"; -$a->strings["About:"] = "O mě:"; -$a->strings["No entries (some entries may be hidden)."] = "Žádné záznamy (některé položky mohou být skryty)."; -$a->strings["%s : Not a valid email address."] = "%s : není platná e-mailová adresa."; -$a->strings["Please join us on Friendica"] = "Prosím přidejte se k nám na Friendice"; -$a->strings["%s : Message delivery failed."] = "%s : Doručení zprávy se nezdařilo."; -$a->strings["%d message sent."] = array( - 0 => "%d zpráva odeslána.", - 1 => "%d zprávy odeslány.", - 2 => "%d zprávy odeslány.", -); -$a->strings["You have no more invitations available"] = "Nemáte k dispozici žádné další pozvánky"; -$a->strings["Visit %s for a list of public sites that you can join. Friendica members on other sites can all connect with each other, as well as with members of many other social networks."] = "Navštivte %s pro seznam veřejných serverů, na kterých se můžete přidat. Členové Friendica se mohou navzájem propojovat, stejně tak jako se mohou přiopojit se členy mnoha dalších sociálních sítí."; -$a->strings["To accept this invitation, please visit and register at %s or any other public Friendica website."] = "K akceptaci této pozvánky prosím navštivte a registrujte se na %s nebo na kterékoliv jiném veřejném Friendica serveru."; -$a->strings["Friendica sites all inter-connect to create a huge privacy-enhanced social web that is owned and controlled by its members. They can also connect with many traditional social networks. See %s for a list of alternate Friendica sites you can join."] = "Friendica servery jsou všechny propojené a vytváří tak rozsáhlou sociální síť s důrazem na soukromý a je pod kontrolou svých členů. Členové se mohou propojovat s mnoha dalšími tradičními sociálními sítěmi. Navštivte %s pro seznam alternativních Friendica serverů kde se můžete přidat."; -$a->strings["Our apologies. This system is not currently configured to connect with other public sites or invite members."] = "Omlouváme se. Systém nyní není nastaven tak, aby se připojil k ostatním veřejným serverům nebo umožnil pozvat nové členy."; -$a->strings["Send invitations"] = "Poslat pozvánky"; -$a->strings["Enter email addresses, one per line:"] = "Zadejte e-mailové adresy, jednu na řádek:"; -$a->strings["You are cordially invited to join me and other close friends on Friendica - and help us to create a better social web."] = "Jste srdečně pozván se připojit ke mně a k mým blízkým přátelům na Friendica - a pomoci nám vytvořit lepší sociální síť."; -$a->strings["You will need to supply this invitation code: \$invite_code"] = "Budete muset zadat kód této pozvánky: \$invite_code"; -$a->strings["Once you have registered, please connect with me via my profile page at:"] = "Jakmile se zaregistrujete, prosím spojte se se mnou přes mou profilovu stránku na:"; -$a->strings["For more information about the Friendica project and why we feel it is important, please visit http://friendica.com"] = "Pro více informací o Friendica projektu a o tom, proč je tak důležitý, prosím navštivte http://friendica.com"; -$a->strings["This may occasionally happen if contact was requested by both persons and it has already been approved."] = "To se může občas stát pokud kontakt byl zažádán oběma osobami a již byl schválen."; -$a->strings["Response from remote site was not understood."] = "Odpověď ze vzdáleného serveru nebyla srozumitelná."; -$a->strings["Unexpected response from remote site: "] = "Neočekávaná odpověď od vzdáleného serveru:"; -$a->strings["Confirmation completed successfully."] = "Potvrzení úspěšně dokončena."; -$a->strings["Remote site reported: "] = "Vzdálený server oznámil:"; -$a->strings["Temporary failure. Please wait and try again."] = "Dočasné selhání. Prosím, vyčkejte a zkuste to znovu."; -$a->strings["Introduction failed or was revoked."] = "Žádost o propojení selhala nebo byla zrušena."; -$a->strings["Unable to set contact photo."] = "Nelze nastavit fotografii kontaktu."; -$a->strings["%1\$s is now friends with %2\$s"] = "%1\$s je nyní přítel s %2\$s"; -$a->strings["No user record found for '%s' "] = "Pro '%s' nenalezen žádný uživatelský záznam "; -$a->strings["Our site encryption key is apparently messed up."] = "Náš šifrovací klíč zřejmě přestal správně fungovat."; -$a->strings["Empty site URL was provided or URL could not be decrypted by us."] = "Byla poskytnuta prázdná URL adresa nebo se nepodařilo URL adresu dešifrovat."; -$a->strings["Contact record was not found for you on our site."] = "Kontakt záznam nebyl nalezen pro vás na našich stránkách."; -$a->strings["Site public key not available in contact record for URL %s."] = "V adresáři není k dispozici veřejný klíč pro URL %s."; -$a->strings["The ID provided by your system is a duplicate on our system. It should work if you try again."] = "Váš systém poskytl duplicitní ID vůči našemu systému. Pokuste se akci zopakovat."; -$a->strings["Unable to set your contact credentials on our system."] = "Nelze nastavit Vaše přihlašovací údaje v našem systému."; -$a->strings["Unable to update your contact profile details on our system"] = "Nelze aktualizovat Váš profil v našem systému"; -$a->strings["Connection accepted at %s"] = "Připojení přijato na %s"; -$a->strings["%1\$s has joined %2\$s"] = "%1\$s se připojil k %2\$s"; -$a->strings["Google+ Import Settings"] = "Nastavení importu z Google+ "; -$a->strings["Enable Google+ Import"] = "Povolit Import z Google+"; -$a->strings["Google Account ID"] = "název účtu Google "; -$a->strings["Google+ Import Settings saved."] = "Nastavení importu z Google+ uloženo."; -$a->strings["Facebook disabled"] = "Facebook zakázán"; -$a->strings["Updating contacts"] = "Aktualizace kontaktů"; -$a->strings["Facebook API key is missing."] = "Chybí Facebook API klíč."; -$a->strings["Facebook Connect"] = "Facebook připojen"; -$a->strings["Install Facebook connector for this account."] = "Nainstalovat pro tento účet Facebook konektor."; -$a->strings["Remove Facebook connector"] = "Odstranit konektor na Facebook"; -$a->strings["Re-authenticate [This is necessary whenever your Facebook password is changed.]"] = "Opětovná autentikace [Toto je nezbytné kdykoliv se změní Vaše heslo na Facebooku.]"; -$a->strings["Post to Facebook by default"] = "Standardně posílat příspěvky na Facebook"; -$a->strings["Facebook friend linking has been disabled on this site. The following settings will have no effect."] = "Propojování facebookových přátel bylo na tomto webu zablokováno. Následující odkazy nebudou mít žádný efekt."; -$a->strings["Facebook friend linking has been disabled on this site. If you disable it, you will be unable to re-enable it."] = "Propojování facebookových přátel bylo na tomto webu zablokováno. Když to zakážete nebudete schopni toto znovu povolit."; -$a->strings["Link all your Facebook friends and conversations on this website"] = "Připojit na tomto webu všechny Vaše přátelé a konverzace z Facebooku"; -$a->strings["Facebook conversations consist of your profile wall and your friend stream."] = "Facebookové konverzace se skládají z Vaší profilové zdi a příspěvků Vašich přátel (stream)."; -$a->strings["On this website, your Facebook friend stream is only visible to you."] = "Na tomto webu můžete vidět pouze příspěvky Vašich přátel Facebook (Stream)."; -$a->strings["The following settings determine the privacy of your Facebook profile wall on this website."] = "Následující nastavení určuje Vaše soukromí na Facebookovém profilu na tomto webu."; -$a->strings["On this website your Facebook profile wall conversations will only be visible to you"] = "Na tomto webu bude konverzace z Facebookové profilové zdi viditelná pouze pro Vás."; -$a->strings["Do not import your Facebook profile wall conversations"] = "Neimportovat konverzace z Facebookové zdi"; -$a->strings["If you choose to link conversations and leave both of these boxes unchecked, your Facebook profile wall will be merged with your profile wall on this website and your privacy settings on this website will be used to determine who may see the conversations."] = "Pokud budete chtít propojit konverzace a ponecháte obě z těchto dvou polí nezaškrtnuté, bude Vaše profilová zeď na Facebooku sloučená s profilovou zdí na tomto webu a nastavení soukromí na tomto webu bude určovat kdo bude mít možnost vidět konverzace."; -$a->strings["Comma separated applications to ignore"] = "čárkou oddělené aplikace k ignorování"; -$a->strings["Problems with Facebook Real-Time Updates"] = "Problémy s Facebook Real-Time aktualizacemi"; -$a->strings["Facebook Connector Settings"] = "Nastavení Facebook konektoru "; -$a->strings["Facebook API Key"] = "Facebook API Key"; -$a->strings["Error: it appears that you have specified the App-ID and -Secret in your .htconfig.php file. As long as they are specified there, they cannot be set using this form.

"] = "Chyba: zdá se, že jste specifikoval App-ID a -Secret ve Vašem .htconfig.php souboru. Dokud jsou na tomto místě specifikované, nemohou být nastaveny s pomocí tohoto formuláře.

"; -$a->strings["Error: the given API Key seems to be incorrect (the application access token could not be retrieved)."] = "Chyba: zadané API Key se zdá být chybné (není možné získat aplikační přístupový token)."; -$a->strings["The given API Key seems to work correctly."] = "Zadané API Key se zdá funguje v pořádku."; -$a->strings["The correctness of the API Key could not be detected. Something strange's going on."] = "Správnost klíče API nemohla být detekovaná. Děje se něco podivného."; -$a->strings["App-ID / API-Key"] = "App-ID / API-Key"; -$a->strings["Application secret"] = "Application secret"; -$a->strings["Polling Interval in minutes (minimum %1\$s minutes)"] = "Dotazovací interval v minutách (minimum %1\$s minut)"; -$a->strings["Synchronize comments (no comments on Facebook are missed, at the cost of increased system load)"] = "Syncronizovat komentáře (nedojde k vynechání žádného komentáže na Facebooku za cenu vyšší zátěže systému)"; -$a->strings["Real-Time Updates"] = "Real-Time Aktualizace"; -$a->strings["Real-Time Updates are activated."] = "Real-Time aktualizace aktivovány."; -$a->strings["Deactivate Real-Time Updates"] = "Deaktivovat Real-Time aktualizace"; -$a->strings["Real-Time Updates not activated."] = "Real-Time aktualizace nejsou aktivovány."; -$a->strings["Activate Real-Time Updates"] = "Aktivovat Real-Time aktualizace"; -$a->strings["The new values have been saved."] = "Nové hodnoty byly uloženy"; -$a->strings["Post to Facebook"] = "Přidat příspěvek na Facebook"; -$a->strings["Post to Facebook cancelled because of multi-network access permission conflict."] = "Příspěvek na Facebook zrušen kvůli konfliktu přístupových práv mezi sítěmi."; -$a->strings["View on Friendica"] = "Zobrazení na Friendica"; -$a->strings["Facebook post failed. Queued for retry."] = "Zaslání příspěvku na Facebook selhalo. Příspěvek byl zařazen do fronty pro opakované odeslání."; -$a->strings["Your Facebook connection became invalid. Please Re-authenticate."] = "Vaše připojení na Facebook přestalo být platné. Prosím znovu se přihlaste."; -$a->strings["Facebook connection became invalid"] = "Připojení na Facebook bylo zneplatněno."; -$a->strings["Hi %1\$s,\n\nThe connection between your accounts on %2\$s and Facebook became invalid. This usually happens after you change your Facebook-password. To enable the connection again, you have to %3\$sre-authenticate the Facebook-connector%4\$s."] = "Ahoj %1\$s,\n\nSpojení mezi tvým účtem na %2\$s a Facebookem přestalo fungovat. To se obvykle stává poté, co si změníš heslo kFacebooku. Pro opětovnému zprovoznění spojení musíte %3\$s nastavit správné přihlašovací údaje na Facebook konektoru%4\$s."; -$a->strings["StatusNet AutoFollow settings updated."] = "Nastavení automatického následování na StatusNet aktualizováno."; -$a->strings["StatusNet AutoFollow Settings"] = "Nastavení StatusNet automatického následování (AutoFollow)"; -$a->strings["Automatically follow any StatusNet followers/mentioners"] = "Automaticky následovat jakékoliv StatusNet následníky/přispivatele"; -$a->strings["Lifetime of the cache (in hours)"] = "Životnost vyrovnávací paměti (v hodinách)"; -$a->strings["Cache Statistics"] = "Statistika vyrovnávací paměti"; -$a->strings["Number of items"] = "Počet položek"; -$a->strings["Size of the cache"] = "Velikost vyrovnávací paměti"; -$a->strings["Delete the whole cache"] = "Vymazat celou vyrovnávací paměť"; -$a->strings["Facebook Post disabled"] = "Příspěvky na Facebook zakázán."; -$a->strings["Facebook Post"] = "Facebook příspěvek"; -$a->strings["Install Facebook Post connector for this account."] = "Instalovat pro tento účet konektor pro příspěvky na Facebook."; -$a->strings["Remove Facebook Post connector"] = "Odstranit konektor pro příspěvky na Facebook"; -$a->strings["Suppress \"View on friendica\""] = "Potlačit \"Zobrazit na friendica\""; -$a->strings["Post to page/group:"] = "Příspěvek na stránku/skupinu"; -$a->strings["Facebook Post Settings"] = "Nastavení konektoru pro příspěvky na Facebook"; -$a->strings["%s:"] = "%s:"; -$a->strings["%d person likes this"] = array( - 0 => "%d člověku se toto líbí", - 1 => "%d lidem se toto líbí", - 2 => "%d lidem se toto líbí", -); -$a->strings["%d person doesn't like this"] = array( - 0 => "%d člověku se toto nelíbí", - 1 => "%d lidem se toto nelíbí", - 2 => "%d lidem se toto nelíbí", -); -$a->strings["Get added to this list!"] = "Nechte se přidat do tohoto listu!"; -$a->strings["Generate new key"] = "Generovat nové klíče"; -$a->strings["Widgets key"] = "Widgety klíč"; -$a->strings["Widgets available"] = "Widgety k dispozici"; -$a->strings["Connect on Friendica!"] = "Připojit na Friendica!"; -$a->strings["bitchslap"] = ""; -$a->strings["bitchslapped"] = ""; -$a->strings["shag"] = ""; -$a->strings["shagged"] = ""; -$a->strings["do something obscenely biological to"] = "udělat něco obscéně biologického uživateli"; -$a->strings["did something obscenely biological to"] = "udělal něco obscéně biologického uživateli"; -$a->strings["point out the poke feature to"] = "upozornit na poke funkci uživatele"; -$a->strings["pointed out the poke feature to"] = "upozorněn na poke funkci "; -$a->strings["declare undying love for"] = "vyjadřit nehynoucí lásku ke"; -$a->strings["declared undying love for"] = "vyjadřil nehynoucí lásku ke"; -$a->strings["patent"] = "patentovat"; -$a->strings["patented"] = "patentován"; -$a->strings["stroke beard"] = "pohladit plnovous"; -$a->strings["stroked their beard at"] = "pohladit něčí plnovous"; -$a->strings["bemoan the declining standards of modern secondary and tertiary education to"] = "stěžující si na klesající úroveň moderního sekundárního a terciárního vzdělávání u"; -$a->strings["bemoans the declining standards of modern secondary and tertiary education to"] = "stěžovat si na klesající úroveň moderního sekundárního a terciárního vzdělávání u"; -$a->strings["hug"] = "obejmout"; -$a->strings["hugged"] = "obejmut "; -$a->strings["kiss"] = "políbit"; -$a->strings["kissed"] = "políben"; -$a->strings["raise eyebrows at"] = "zvednout obočí na"; -$a->strings["raised their eyebrows at"] = "zvednul obočí na"; -$a->strings["insult"] = "urazit"; -$a->strings["insulted"] = "uražen"; -$a->strings["praise"] = "pochválit"; -$a->strings["praised"] = "pochválen"; -$a->strings["be dubious of"] = "mít pochyby o"; -$a->strings["was dubious of"] = "má pochybnosti z"; -$a->strings["eat"] = "sníst"; -$a->strings["ate"] = "snězen"; -$a->strings["giggle and fawn at"] = "hihňat se"; -$a->strings["giggled and fawned at"] = "hihňá se"; -$a->strings["doubt"] = "pochybovat"; -$a->strings["doubted"] = "pochybující"; -$a->strings["glare"] = "zabodáván pohledem"; -$a->strings["glared at"] = "zabodávat pohledem "; -$a->strings["YourLS Settings"] = "YourLS nastavení"; -$a->strings["URL: http://"] = "URL: http://"; -$a->strings["Username:"] = "Uživatelské jméno:"; -$a->strings["Password:"] = "heslo:"; -$a->strings["Use SSL "] = "Použít SSL"; -$a->strings["yourls Settings saved."] = "yourls nastavení uloženo."; -$a->strings["Post to LiveJournal"] = "Poslat na LiveJournal"; -$a->strings["LiveJournal Post Settings"] = "Nastavení LiveJournal Post"; -$a->strings["Enable LiveJournal Post Plugin"] = "Povolit LiveJournal Post plugin"; -$a->strings["LiveJournal username"] = "LiveJournal uživatelské jméno"; -$a->strings["LiveJournal password"] = "LiveJournal heslo"; -$a->strings["Post to LiveJournal by default"] = "Defaultně umístit na LiveJournal"; -$a->strings["Not Safe For Work (General Purpose Content Filter) settings"] = "Not Safe For Work (General Purpose Content Filter) nastavení"; -$a->strings["This plugin looks in posts for the words/text you specify below, and collapses any content containing those keywords so it is not displayed at inappropriate times, such as sexual innuendo that may be improper in a work setting. It is polite and recommended to tag any content containing nudity with #NSFW. This filter can also match any other word/text you specify, and can thereby be used as a general purpose content filter."] = "Tento plugin hledá v příspěvcích slova zadáná níže a skryje jakýkoliv obsah, který tyto slova obsahuje v prostředích, kde to není vhodné. Je slušné a doporučené jakékoliv příspěvky s mahotou označit s #NSFW. Tento filtr může také vyhledávat jakékoliv Vámi specifikované slovní spojení, takže může být využit jako obecný kontextový filtr."; -$a->strings["Enable Content filter"] = "Povolit Kontextový filtr"; -$a->strings["Comma separated list of keywords to hide"] = "Čárkou oddělený seznam klíčových slov ke skrytí"; -$a->strings["Use /expression/ to provide regular expressions"] = "Použít /výraz/ pro použití regulárních výrazů"; -$a->strings["NSFW Settings saved."] = "NSFW nastavení uloženo"; -$a->strings["%s - Click to open/close"] = "%s - Klikněte pro otevření/zavření"; -$a->strings["Forums"] = "Fóra"; -$a->strings["Forums:"] = "Fóra:"; -$a->strings["Page settings updated."] = "Nastavení stránky aktualizováno."; -$a->strings["Page Settings"] = "Nastavení stránky"; -$a->strings["How many forums to display on sidebar without paging"] = "Kolik diskuzních fór zobrazit v bočním panelu bez použití stránkování"; -$a->strings["Randomise Page/Forum list"] = "Náhodný stránka/fórum seznam"; -$a->strings["Show pages/forums on profile page"] = "Zobrazit stránky/fóra na profilové stránce"; -$a->strings["Planets Settings"] = "Nastavení Planets"; -$a->strings["Enable Planets Plugin"] = "Povolit Planets plugin"; -$a->strings["Forum Directory"] = "Adresář Fór"; -$a->strings["Login"] = "Přihlásit se"; -$a->strings["OpenID"] = "OpenID"; -$a->strings["Latest users"] = "Poslední uživatelé"; -$a->strings["Most active users"] = "Nejaktivnější uživatelé"; -$a->strings["Latest photos"] = "Poslední fotky"; -$a->strings["Latest likes"] = "Poslední \"líbí se mi\""; -$a->strings["event"] = "událost"; -$a->strings["No access"] = "Zádný přístup"; -$a->strings["Could not open component for editing"] = "Nelze otevřít komponentu pro editaci"; -$a->strings["Go back to the calendar"] = "Návrat na kalendář"; -$a->strings["Event data"] = "Data události"; -$a->strings["Calendar"] = "Kalendář"; -$a->strings["Special color"] = "Speciální barva"; -$a->strings["Subject"] = "Subjekt"; -$a->strings["Starts"] = "Hvězdiček"; -$a->strings["Ends"] = "Končí"; -$a->strings["Description"] = "Popis"; -$a->strings["Recurrence"] = "Opakování"; -$a->strings["Frequency"] = "Frekvence"; -$a->strings["Daily"] = "denně"; -$a->strings["Weekly"] = "Týdenně"; -$a->strings["Monthly"] = "Měsíčně"; -$a->strings["Yearly"] = "Ročně"; -$a->strings["days"] = "dnů"; -$a->strings["weeks"] = "týdny"; -$a->strings["months"] = "měsíců"; -$a->strings["years"] = "let"; -$a->strings["Interval"] = "Interval"; -$a->strings["All %select% %time%"] = "Všechny %select% %time%"; -$a->strings["Days"] = "Dny"; -$a->strings["Sunday"] = "Neděle"; -$a->strings["Monday"] = "Pondělí"; -$a->strings["Tuesday"] = "Úterý"; -$a->strings["Wednesday"] = "Středa"; -$a->strings["Thursday"] = "Čtvrtek"; -$a->strings["Friday"] = "Pátek"; -$a->strings["Saturday"] = "Sobota"; -$a->strings["First day of week:"] = "První den v týdnu"; -$a->strings["Day of month"] = "Den v měsíci"; -$a->strings["#num#th of each month"] = "#num#. v každém měsíci"; -$a->strings["#num#th-last of each month"] = "#num#. od konce v každém měsíci"; -$a->strings["#num#th #wkday# of each month"] = "#num#. #wkday# v každém měsíci"; -$a->strings["#num#th-last #wkday# of each month"] = "#num#. od konce #wkday# v každém měsíci"; -$a->strings["Month"] = "Měsíc"; -$a->strings["#num#th of the given month"] = "#num#. v daném měsíci"; -$a->strings["#num#th-last of the given month"] = "#num#. od konce v daném měsíci"; -$a->strings["#num#th #wkday# of the given month"] = "#num#. #wkday# v daném měsíci"; -$a->strings["#num#th-last #wkday# of the given month"] = "#num#. #wkday# od konce v daném měsíci"; -$a->strings["Repeat until"] = "Opakuj dokud"; -$a->strings["Infinite"] = "Do nekončena"; -$a->strings["Until the following date"] = "Do následujícího data"; -$a->strings["Number of times"] = "Počet opakování"; -$a->strings["Exceptions"] = "Výjimky"; -$a->strings["none"] = "žádný"; -$a->strings["Notification"] = "Notifikace"; -$a->strings["Notify by"] = "Notifikován"; -$a->strings["E-Mail"] = "e-mailem"; -$a->strings["On Friendica / Display"] = "Na stránce Friendica"; -$a->strings["Time"] = "Čas"; -$a->strings["Hours"] = "Hodiny"; -$a->strings["Minutes"] = "Minuty"; -$a->strings["Seconds"] = "sekund"; -$a->strings["Weeks"] = "týdnů"; -$a->strings["before the"] = "před"; -$a->strings["start of the event"] = "začátkem události"; -$a->strings["end of the event"] = "koncem události"; -$a->strings["Add a notification"] = "Přidat notifikaci"; -$a->strings["The event #name# will start at #date"] = "Událost #name# bude zahájena #date"; -$a->strings["#name# is about to begin."] = "#name# právě začíná."; -$a->strings["Saved"] = "Uloženo"; -$a->strings["U.S. Time Format (mm/dd/YYYY)"] = "americký formát času (mm/dd/YYYY)"; -$a->strings["German Time Format (dd.mm.YYYY)"] = "německý formát času (dd.mm.YYYY)"; -$a->strings["Private Events"] = "Soukromé události"; -$a->strings["Private Addressbooks"] = "Soukromé adresáře kontaktů"; -$a->strings["Friendica-Native events"] = "Nativní Friendica události"; -$a->strings["Friendica-Contacts"] = "Friendica kontakty"; -$a->strings["Your Friendica-Contacts"] = "Vaše Friendica kontakty"; -$a->strings["Something went wrong when trying to import the file. Sorry. Maybe some events were imported anyway."] = "Při importu souboru se něco nezdařilo, omlouváme se. Přesto se mohly některé události načíst."; -$a->strings["Something went wrong when trying to import the file. Sorry."] = "Při importu souboru se něco nezdařilo, omlouváme se."; -$a->strings["The ICS-File has been imported."] = "ICS soubor byl importován."; -$a->strings["No file was uploaded."] = "Žádný soubor nebyl nahrán."; -$a->strings["Import a ICS-file"] = "Import ICS souboru."; -$a->strings["ICS-File"] = "ICS soubor."; -$a->strings["Overwrite all #num# existing events"] = "Přepsat všechny #num# existující události"; -$a->strings["New event"] = "Nová událost"; -$a->strings["Today"] = "Dnes"; -$a->strings["Day"] = "Den"; -$a->strings["Week"] = "Týden"; -$a->strings["Reload"] = "Načíst znovu"; -$a->strings["Date"] = "Datum"; -$a->strings["Error"] = "Chyba"; -$a->strings["The calendar has been updated."] = "Kalendář byl aktualizován."; -$a->strings["The new calendar has been created."] = "Nový kalendář byl vytvořen."; -$a->strings["The calendar has been deleted."] = "Kalendář byl smazán."; -$a->strings["Calendar Settings"] = "Nastavení kalendáře"; -$a->strings["Date format"] = "Formát datumu"; -$a->strings["Time zone"] = "Časová zóna"; -$a->strings["Calendars"] = "Kalendáře"; -$a->strings["Create a new calendar"] = "Vytvořit nový kalendář"; -$a->strings["Limitations"] = "Omezení"; -$a->strings["Warning"] = "Varování"; -$a->strings["Synchronization (iPhone, Thunderbird Lightning, Android, ...)"] = "Synchronizace (iPhone, Thunderbird Lightning, Android, ...)"; -$a->strings["Synchronizing this calendar with the iPhone"] = "Synchronizovat tento kalendář s iPhone"; -$a->strings["Synchronizing your Friendica-Contacts with the iPhone"] = "Synchronizovat Vaše Friendica kontakty s iPhone"; -$a->strings["The current version of this plugin has not been set up correctly. Please contact the system administrator of your installation of friendica to fix this."] = "Stávající verze tohoto rozšíření nebyla správně nastavena. Prosím, kontaktujte administrátora webu, ať to opraví."; -$a->strings["Extended calendar with CalDAV-support"] = "Rozšířený kalendář s podporou CalDAV"; -$a->strings["noreply"] = "neodpovídat"; -$a->strings["Notification: "] = "Notifikace:"; -$a->strings["The database tables have been installed."] = "Databázové tabulky byly nainstalovány"; -$a->strings["An error occurred during the installation."] = "Během instalace nastala chyba."; -$a->strings["The database tables have been updated."] = "Databázové tabulky byly aktualizovány."; -$a->strings["An error occurred during the update."] = "Během aktualizace došlo k chybě."; -$a->strings["No system-wide settings yet."] = "Nastavení systému dosud nebylo vytvořeno"; -$a->strings["Database status"] = "Status databáze"; -$a->strings["Installed"] = "Instalováno"; -$a->strings["Upgrade needed"] = "Upgrade vyžadován"; -$a->strings["Please back up all calendar data (the tables beginning with dav_*) before proceeding. While all calendar events should be converted to the new database structure, it's always safe to have a backup. Below, you can have a look at the database-queries that will be made when pressing the 'update'-button."] = "Prosím, zálohujte si všechny data v kalendářích (všechny tabulky začínající s dav_*) před pokračováním. Ačkoliv by měly být všechny kalendářové události převedeny do nové databázové struktury, vždy je bezpečnější mít zálohu. Níže se můžete podívat na databázové příkazy, které budou spuštěny po stisknutí tlačítka \"Aktualizovat\"."; -$a->strings["Upgrade"] = "Upgrade"; -$a->strings["Not installed"] = "Nenainstalováno"; -$a->strings["Install"] = "Instalovat"; -$a->strings["Unknown"] = "Neznámý"; -$a->strings["Something really went wrong. I cannot recover from this state automatically, sorry. Please go to the database backend, back up the data, and delete all tables beginning with 'dav_' manually. Afterwards, this installation routine should be able to reinitialize the tables automatically."] = "Něco se opravdu nepovedlo. Z aktuálního stavu nelze provést automatickou obnovu. Prosím přihlaste se do databáze, zazálohujte data a smažte manuálně všechny tabulky začínající s \"dav_\". Poté by měl instalační skript sám automaticky znovu založit potřebné tabulky."; -$a->strings["Troubleshooting"] = "Řešení problémů"; -$a->strings["Manual creation of the database tables:"] = "Manuálnní vytvoření databázových tabulek:"; -$a->strings["Show SQL-statements"] = "Zobrazit SQL-příkazy"; -$a->strings["Private Calendar"] = "Soukromý kalendář"; -$a->strings["Friendica Events: Mine"] = "Friendica události: Mé"; -$a->strings["Friendica Events: Contacts"] = "Friendica události: Kontakty"; -$a->strings["Private Addresses"] = "Soukromé adresy"; -$a->strings["Friendica Contacts"] = "Friendica Kontakty"; -$a->strings["Allow to use your friendica id (%s) to connecto to external unhosted-enabled storage (like ownCloud). See RemoteStorage WebFinger"] = "Umožnit využití friendica id (%s) k napojení na externí úložiště (unhosted-enabled) (jako ownCloud). Více informací na RemoteStorage WebFinger"; -$a->strings["Template URL (with {category})"] = "Dočasná URL adresa (s {category})"; -$a->strings["OAuth end-point"] = "OAuth end-point"; -$a->strings["Api"] = "Api"; -$a->strings["Member since:"] = "Členem od:"; -$a->strings["Three Dimensional Tic-Tac-Toe"] = "Trojrozměrné Tic-Tac-Toe"; -$a->strings["3D Tic-Tac-Toe"] = "3D Tic-Tac-Toe"; -$a->strings["New game"] = "Nová hra"; -$a->strings["New game with handicap"] = "Nová hra s handicapem"; -$a->strings["Three dimensional tic-tac-toe is just like the traditional game except that it is played on multiple levels simultaneously. "] = "Trojrozměrné tic-tac-toe je podobná této tradiční hře kromě toho, že se hraje na více úrovních současně."; -$a->strings["In this case there are three levels. You win by getting three in a row on any level, as well as up, down, and diagonally across the different levels."] = "V tomto případě existují tři úrovně. Vyhrajete tím, že dostane tři v řadě na jakékoli úrovni, stejně jako nahoru, dolů a šikmo na různých úrovních."; -$a->strings["The handicap game disables the center position on the middle level because the player claiming this square often has an unfair advantage."] = "Hra s handicapem zakáže centrální pozici na střední úrovni, protože hráč zaujímající tuto polohu má často nespravedlivou výhodu."; -$a->strings["You go first..."] = "Vy začněte ..."; -$a->strings["I'm going first this time..."] = "Tentokrát začnu já..."; -$a->strings["You won!"] = "Vyhrál jste!"; -$a->strings["\"Cat\" game!"] = "\"Kočičí\" hra!"; -$a->strings["I won!"] = "Vyhrál jsem!"; -$a->strings["Randplace Settings"] = "Randplace Nastavení"; -$a->strings["Enable Randplace Plugin"] = "Povolit Randplace Plugin"; -$a->strings["Post to Dreamwidth"] = "Poslat na Dreamwidth"; -$a->strings["Dreamwidth Post Settings"] = "Nastavení Dreamwidth příspěvků"; -$a->strings["Enable dreamwidth Post Plugin"] = "Povolit dreamwidth Plugin"; -$a->strings["dreamwidth username"] = "dreamwidth uživatelské jméno"; -$a->strings["dreamwidth password"] = "dreamwidth heslo"; -$a->strings["Post to dreamwidth by default"] = "Defaultně umístit na dreamwidth"; -$a->strings["Remote Permissions Settings"] = "Nastavení Vzdálených oprávnění"; -$a->strings["Allow recipients of your private posts to see the other recipients of the posts"] = "Umožnit příjemcům Vašich soukromých příspěvků vidět ostatní příjemce příspěvků"; -$a->strings["Remote Permissions settings updated."] = "Nastavení Vzdálených opravnění aktualizováno."; -$a->strings["Visible to"] = "Viditelné pro"; -$a->strings["may only be a partial list"] = "pouze pro část seznamu"; -$a->strings["Global"] = "Globální"; -$a->strings["The posts of every user on this server show the post recipients"] = "Příspěvek každého uživatele na tomto serveru zobrazuje příjemce příspěvků"; -$a->strings["Individual"] = "Individuálové"; -$a->strings["Each user chooses whether his/her posts show the post recipients"] = "Každý uživatel si zvolí, zda-li jeho/její příspěvek zobrazí příjemce příspěvku."; -$a->strings["Startpage Settings"] = "Nastavení úvodní stránky"; -$a->strings["Home page to load after login - leave blank for profile wall"] = "Domácí stránka k načtení po přihlášení - pro profilovou zeď ponechejte prázdné"; -$a->strings["Examples: "network" or "notifications/system""] = "Příklady: \"síť\" nebo \"notifikace systému\""; -$a->strings["Geonames settings updated."] = "Geonames nastavení aktualizováno."; -$a->strings["Geonames Settings"] = "Nastavení Geonames"; -$a->strings["Enable Geonames Plugin"] = "Povolit Geonames rozšíření"; -$a->strings["Your account on %s will expire in a few days."] = "Platnost Vašeho účtu na %s vyprší během několika dní."; -$a->strings["Your Friendica account is about to expire."] = "Vašemu účetu Friendica brzy vyprší platnost"; -$a->strings["Hi %1\$s,\n\nYour account on %2\$s will expire in less than five days. You may keep your account by logging in at least once every 30 days"] = "Ahoj %1\$s,\n\nVáš účet na %2\$s vyprší v méně než pěti dnech. Svůj účet si zachováte, pokud se přihlásíte alespoň jednou za každých 30 dní."; -$a->strings["Upload a file"] = "Nahrát soubor"; -$a->strings["Drop files here to upload"] = "Přeneste sem soubory k nahrání"; -$a->strings["Failed"] = "Neúspěch"; -$a->strings["No files were uploaded."] = "Žádné soubory nebyly nahrány."; -$a->strings["Uploaded file is empty"] = "Nahraný soubor je prázdný"; -$a->strings["File has an invalid extension, it should be one of "] = "Soubor má neplatnou příponu, ta by měla být jednou z"; -$a->strings["Upload was cancelled, or server error encountered"] = "Nahrávání bylo zrušeno nebo došlo k chybě na serveru"; -$a->strings["show/hide"] = "zobrazit/skrýt"; -$a->strings["No forum subscriptions"] = "Žádné registrace k fórům"; -$a->strings["Forumlist settings updated."] = "Nastavení Forumlist aktualizováno."; -$a->strings["Forumlist Settings"] = "Nastavení Forumlist"; -$a->strings["Randomise forum list"] = "Zamíchat list fór"; -$a->strings["Show forums on profile page"] = "Zobrazit fóra na profilové stránce"; -$a->strings["Show forums on network page"] = "Zobrazit fóra na stránce Síť"; -$a->strings["Impressum"] = "Impressum"; -$a->strings["Site Owner"] = "Vlastník webu"; -$a->strings["Email Address"] = "E-mailová adresa"; -$a->strings["Postal Address"] = "Poštovní adresa"; -$a->strings["The impressum addon needs to be configured!
Please add at least the owner variable to your config file. For other variables please refer to the README file of the addon."] = "Doplněk Impressum musí být nakonfigurován!
Prosím, přidejte alespoň proměnnou owner do konfiguračního souboru. Pro nastavení ostatních proměnných se seznamte s nápovědou v souboru README tohoto doplňku."; -$a->strings["The page operators name."] = "Jméno operátora stránky."; -$a->strings["Site Owners Profile"] = "Profil majitele webu"; -$a->strings["Profile address of the operator."] = "Profilová addresa operátora."; -$a->strings["How to contact the operator via snail mail. You can use BBCode here."] = "Jak kontaktovat operátora prostřednictvím klasické pošty. Zde můžete použít BBCode."; -$a->strings["Notes"] = "Poznámky"; -$a->strings["Additional notes that are displayed beneath the contact information. You can use BBCode here."] = "Další poznámky, které jsou zobrazeny pod kontaktními informacemi. Zde můžete použít BBCode."; -$a->strings["How to contact the operator via email. (will be displayed obfuscated)"] = "Jak konktaktovat operátora přes mail. (bude zobrazen \"zmateně\")"; -$a->strings["Footer note"] = "Poznámka v zápatí"; -$a->strings["Text for the footer. You can use BBCode here."] = "Text pro zápatí. Zde můžete použít BBCode."; -$a->strings["Report Bug"] = "Nahlásit chybu"; -$a->strings["No Timeline settings updated."] = "Nastavení No Timeline aktualizováno."; -$a->strings["No Timeline Settings"] = "Nastavení No Timeline"; -$a->strings["Disable Archive selector on profile wall"] = "Znemožnit použití archivu na této profilové zdi."; -$a->strings["\"Blockem\" Settings"] = "\"Blockem\" Nastavení"; -$a->strings["Comma separated profile URLS to block"] = "Čárkou oddělené URL adresy profilů určených k ignorování"; -$a->strings["BLOCKEM Settings saved."] = "BLOCKEM nastavení uloženo."; -$a->strings["Blocked %s - Click to open/close"] = "Blokován %s - Klikněte pro otevření/zavření"; -$a->strings["Unblock Author"] = "Odblokovat autora"; -$a->strings["Block Author"] = "Zablokovat autora"; -$a->strings["blockem settings updated"] = "blockem nastavení aktualizováno"; -$a->strings[":-)"] = ":-)"; -$a->strings[":-("] = ":-("; -$a->strings["lol"] = "hlasitě se směji"; -$a->strings["Quick Comment Settings"] = "Nastavení rychlých komentářů"; -$a->strings["Quick comments are found near comment boxes, sometimes hidden. Click them to provide simple replies."] = "Rychlé komentáře jsou k nalezení blízko polí s komentáři, někdy jsou skryté. Klikněte na ně k poskytnutí jednoduchých odpovědí."; -$a->strings["Enter quick comments, one per line"] = "Zadejte rychlé komentáře, každý na nový řádek"; -$a->strings["Quick Comment settings saved."] = "Nastavení Quick Comment uloženo."; -$a->strings["Tile Server URL"] = "URL adresa Tile serveru"; -$a->strings["A list of public tile servers"] = "Seznam veřejných tile serverů"; -$a->strings["Default zoom"] = "Defaultní přiblížení"; -$a->strings["The default zoom level. (1:world, 18:highest)"] = "Defaultní úroveň přiblížení (1:svět, 18:nejvyšší)"; -$a->strings["Group Text settings updated."] = "Nastavení textu skupiny aktualizováno."; -$a->strings["Group Text"] = "Skupinový text"; -$a->strings["Use a text only (non-image) group selector in the \"group edit\" menu"] = "Použijte pouze textový (neobrázkový) výběr skupiny v menu editace skupin."; -$a->strings["Could NOT install Libravatar successfully.
It requires PHP >= 5.3"] = "Libravatar není možné úspěšně nainstalovat .
Vyžaduje PHP >= 5.3"; -$a->strings["generic profile image"] = "generický profilový obrázek"; -$a->strings["random geometric pattern"] = "náhodný geometrický vzor"; -$a->strings["monster face"] = "tvář příšery"; -$a->strings["computer generated face"] = "počítačově generovaná tvář"; -$a->strings["retro arcade style face"] = "tvář v retro arkádovém stylu"; -$a->strings["Your PHP version %s is lower than the required PHP >= 5.3."] = "Vaše PHP verze %s je nižší než požadovaná PHP >= 5.3."; -$a->strings["This addon is not functional on your server."] = "Tento doplněk není funkční na Vašem serveru."; -$a->strings["Information"] = "Informace"; -$a->strings["Gravatar addon is installed. Please disable the Gravatar addon.
The Libravatar addon will fall back to Gravatar if nothing was found at Libravatar."] = "Gravatar doplněk je nainstalován. Prosím zakažte doplněk Gravatar.
Libravatar doplněk se vrátí k doplňku Gravatar, pokud na Libravataru nebude nic nalezeno."; -$a->strings["Default avatar image"] = "Defaultní obrázek avataru"; -$a->strings["Select default avatar image if none was found. See README"] = "Vyberte defaultní avatar obrázek pokud nebyl žádný nalezen. Více viz. soubor README."; -$a->strings["Libravatar settings updated."] = "Nastavení Libravatar aktualizováno."; -$a->strings["Post to libertree"] = "Poslat na Libertree"; -$a->strings["libertree Post Settings"] = "Nastavení Libertree příspěvků"; -$a->strings["Enable Libertree Post Plugin"] = "Povolit Libertree Post rozšíření"; -$a->strings["Libertree API token"] = "Libertree API token"; -$a->strings["Libertree site URL"] = "URL adresa Libertree "; -$a->strings["Post to Libertree by default"] = "Defaultně poslat na Libertree"; -$a->strings["Altpager settings updated."] = "Nastavení Altpager aktualizováno."; -$a->strings["Alternate Pagination Setting"] = "Alternate Pagination nastavení"; -$a->strings["Use links to \"newer\" and \"older\" pages in place of page numbers?"] = "Použít odkazy na \"novější\" a \"starší\" stránky místo čísel stránek?"; -$a->strings["Force global use of the alternate pager"] = "Vynutit globální použití alternativního stránkování"; -$a->strings["Each user chooses whether to use the alternate pager"] = "Každý uživatel si vybere, zda-li použije alternativní stránkování."; -$a->strings["The MathJax addon renders mathematical formulae written using the LaTeX syntax surrounded by the usual $$ or an eqnarray block in the postings of your wall,network tab and private mail."] = "Rozšíření MathJax vykresluje matematické vzorce zapsané s použitím syntaxe LaTeX označené obvyklými znaky $$ nebo v bloku \"eqnarray\" v příspěvcích na Vaší zdi, záložce síť a soukromých zprávách."; -$a->strings["Use the MathJax renderer"] = "Použít Mathjax vykreslování"; -$a->strings["MathJax Base URL"] = "Základní MathJax adresa URL"; -$a->strings["The URL for the javascript file that should be included to use MathJax. Can be either the MathJax CDN or another installation of MathJax."] = "URL adresa na javascriptový soubor, který musí být obsažen pro použití MathJax. Může to být MathJax CDN nebo or jiná instalace MathJax."; -$a->strings["Editplain settings updated."] = "Editplain nastavení aktualizováno"; -$a->strings["Editplain Settings"] = "Nastavení Editplain"; -$a->strings["Disable richtext status editor"] = "Zakázat richtext status editor"; -$a->strings["Libravatar addon is installed, too. Please disable Libravatar addon or this Gravatar addon.
The Libravatar addon will fall back to Gravatar if nothing was found at Libravatar."] = "Libravatar doplněk je také nainstalován. Prosím zakažte doplněk Libravatar nebo tento doplněk Gravatar.
Libravatar doplněk se vrátí k doplňku Gravatar, pokud na Libravataru nebude nic nalezeno."; -$a->strings["Select default avatar image if none was found at Gravatar. See README"] = "Nastavte defaulní obrázek avatara pokud ho již nemáte na Gravatar. Více viz. soubor README."; -$a->strings["Rating of images"] = "Hodnocení obrázků"; -$a->strings["Select the appropriate avatar rating for your site. See README"] = "Zadejte ohodnocení příslušného avatara pro vaši stránku. Viz README."; -$a->strings["Gravatar settings updated."] = "Nastavení Gravatar aktualizováno."; -$a->strings["Your Friendica test account is about to expire."] = "Váš Friendica testovací účet brzy vyprší."; -$a->strings["Hi %1\$s,\n\nYour test account on %2\$s will expire in less than five days. We hope you enjoyed this test drive and use this opportunity to find a permanent Friendica website for your integrated social communications. A list of public sites is available at http://dir.friendica.com/siteinfo - and for more information on setting up your own Friendica server please see the Friendica project website at http://friendica.com."] = "Ahoj %1\$s,\n\nplatnost Vašeho testovacího účtu na %2\$s vyprší za méně než 5 dní. Doufáme, že jste si testovací jízdu užili a že se Vám povedlo najít trvalý Friendica server pro Vaši integrovanou sociální komunikaci. List veřejně dostupných serverů je k dispozici na http://dir.friendica.com/siteinfo - a pro více informací, jak si vytvořit svůj vlastní server, navštivte stránky projektu Friendica na adrese http://friendica.com."; -$a->strings["\"pageheader\" Settings"] = "Nastavení záhlaví stránky"; -$a->strings["pageheader Settings saved."] = "Nastavení záhlaví stránky uloženo."; -$a->strings["Post to Insanejournal"] = "Odeslat na Insanejournal"; -$a->strings["InsaneJournal Post Settings"] = "Nastavení příspěvků pro InsaneJournal"; -$a->strings["Enable InsaneJournal Post Plugin"] = "Povolit Insanejournal plugin"; -$a->strings["InsaneJournal username"] = "Insanejournal uživatelské jméno"; -$a->strings["InsaneJournal password"] = "Insanejournal heslo"; -$a->strings["Post to InsaneJournal by default"] = "Defaultně zasílat příspěvky na InsaneJournal"; -$a->strings["Jappix Mini addon settings"] = "Nastavení rozšíření Jappix Mini"; -$a->strings["Activate addon"] = "Aktivovat rozšíření"; -$a->strings["Do not insert the Jappixmini Chat-Widget into the webinterface"] = "Nevlkádejte Jappixmini Chat-Widget do webového rozhraní"; -$a->strings["Jabber username"] = "Jabber uživatelské jméno"; -$a->strings["Jabber server"] = "Jabber server"; -$a->strings["Jabber BOSH host"] = "Jabber BOSH host"; -$a->strings["Jabber password"] = "Jabber heslo"; -$a->strings["Encrypt Jabber password with Friendica password (recommended)"] = "Zašifrovat Jabber heslo s heslem Friendica (doporučeno)"; -$a->strings["Friendica password"] = "Friendica heslo"; -$a->strings["Approve subscription requests from Friendica contacts automatically"] = "Automaticky schválit požadavek na členství od Friedica kontaktů."; -$a->strings["Subscribe to Friendica contacts automatically"] = "Automaticky zaslat požadavek na členství Friedica kontaktům."; -$a->strings["Purge internal list of jabber addresses of contacts"] = "Očistit interní seznam jabber adres kontaktů"; -$a->strings["Add contact"] = "Přidat kontakt"; -$a->strings["View Source"] = "Zobrazit zdroj"; -$a->strings["Post to StatusNet"] = "Poslat příspěvek na StatusNet"; -$a->strings["Please contact your site administrator.
The provided API URL is not valid."] = "Obraťte se na administratora webu.
Poskytnutý odkaz na API není platný."; -$a->strings["We could not contact the StatusNet API with the Path you entered."] = "S cestou, kterou jste zadali, se nebylo možné spojit s API StatusNetu."; -$a->strings["StatusNet settings updated."] = "Nastavení StatusNetu aktualizováno."; -$a->strings["StatusNet Posting Settings"] = "Nastavení zasílání příspěvků na StatusNet "; -$a->strings["Globally Available StatusNet OAuthKeys"] = "Globálně dostupné StatusNet OAuth klíče"; -$a->strings["There are preconfigured OAuth key pairs for some StatusNet servers available. If you are useing one of them, please use these credentials. If not feel free to connect to any other StatusNet instance (see below)."] = "Jsou dostupné přednastavené OAuth páry klíčů pro některé servery StatusNetu. Pokud používáte některý z nich, použijte toto přihlášení. Pokud ne, neváhejte se připojit k jiné instanci StatusNet (viz níže)."; -$a->strings["Provide your own OAuth Credentials"] = "Uveďte své vlastní OAuth přihlašovací údaje"; -$a->strings["No consumer key pair for StatusNet found. Register your Friendica Account as an desktop client on your StatusNet account, copy the consumer key pair here and enter the API base root.
Before you register your own OAuth key pair ask the administrator if there is already a key pair for this Friendica installation at your favorited StatusNet installation."] = "Nenalezen žádný spotřebitelský páru klíčů pro StatusNet. Zaregistrujte si svůj účet Friendica jako desktopový klient ve Vašem účtu StatusNet, zkopírujte si sem spotřebitelský páru klíčů a vložte API base root.
Předtím, než si zaregistrujete Váš vlastní pár klíčů OAuth, zjistěte si od Friendica administrátora, zda-li již existuje pár klíčů pro tuto instalaci Friendica pro Vaši oblíbenou StatusNet instalaci."; -$a->strings["OAuth Consumer Key"] = "OAuth Consumer Key"; -$a->strings["OAuth Consumer Secret"] = "OAuth Consumer Secret"; -$a->strings["Base API Path (remember the trailing /)"] = "Cesta k Base API (nezapomeňte na koncový /)"; -$a->strings["To connect to your StatusNet account click the button below to get a security code from StatusNet which you have to copy into the input box below and submit the form. Only your public posts will be posted to StatusNet."] = "Chcete-li připojit k vašemu účtu StatusNet klikněte na tlačítko níže, abyste dostati bezpečnostní kód ze StatusNetu, který musíte zkopírovat do vstupního pole níže a odelat formulář. Pouze Vaše veřejné příspěvky budou zveřejněny na StatusNetu."; -$a->strings["Log in with StatusNet"] = "Přihlásit se s StatusNet"; -$a->strings["Copy the security code from StatusNet here"] = "Zkopírujte sem bezpečnostní kód ze StatusNet"; -$a->strings["Cancel Connection Process"] = "Zrušit připojování"; -$a->strings["Current StatusNet API is"] = "Aktuální StatusNet API je"; -$a->strings["Cancel StatusNet Connection"] = "Zrušit StatusNet připojení"; -$a->strings["Currently connected to: "] = "V současné době připojen k:"; -$a->strings["If enabled all your public postings can be posted to the associated StatusNet account. You can choose to do so by default (here) or for every posting separately in the posting options when writing the entry."] = "Je-li povoleno, všechny Vaše veřejné příspěvky mohou být zaslány na související StatusNet účet. Můžete si vybrat, zda-li toto bude výchozí nastavení (zde), nebo budete mít možnost si vybrat požadované chování při psaní každého příspěvku."; -$a->strings["Note: Due your privacy settings (Hide your profile details from unknown viewers?) the link potentially included in public postings relayed to StatusNet will lead the visitor to a blank page informing the visitor that the access to your profile has been restricted."] = "Upozornění: Z důvodů Vašeho nastavení ochrany soukromí ( Skrýt Vaše profilové detaily před neznámými čtenáři?) \nodkaz potenciálně zahrnutý ve Vašich veřejných příspěvcích poslaných do sítě StatusNet přesměruje návštěvníky na prázdnou stránku informující návštěvníky, že přístup k vašemu profilu je omezen."; -$a->strings["Allow posting to StatusNet"] = "Povolit zasílání příspěvků na StatusNet"; -$a->strings["Send public postings to StatusNet by default"] = "Standardně poslílat veřejné příspěvky na StatusNet"; -$a->strings["Send linked #-tags and @-names to StatusNet"] = "Poslat propojené #-tagy a @-jména na StatusNet"; -$a->strings["Clear OAuth configuration"] = "Vymazat konfiguraci OAuth"; -$a->strings["API URL"] = "API URL"; -$a->strings["Infinite Improbability Drive"] = "Infinite Improbability Drive"; -$a->strings["You are now authenticated to tumblr."] = "Nyní jste přihlášen k tumblr."; -$a->strings["return to the connector page"] = "návrat ke stránce konektor"; -$a->strings["Post to Tumblr"] = "Příspěvek na Tumbir"; -$a->strings["Tumblr Post Settings"] = "Nastavení příspěvků na Tumbir"; -$a->strings["(Re-)Authenticate your tumblr page"] = "(Znovu) přihlásit k Vaší tumblr stránce"; -$a->strings["Enable Tumblr Post Plugin"] = "Povolit rozšíření Tumbir"; -$a->strings["Post to Tumblr by default"] = "Standardně posílat příspěvky na Tumbir"; -$a->strings["Post to page:"] = "Příspěvek ke stránce:"; -$a->strings["You are not authenticated to tumblr"] = "Nyní nejste přihlášen k tumblr."; -$a->strings["Numfriends settings updated."] = "Numfriends nastavení aktualizováno"; -$a->strings["Numfriends Settings"] = "Nastavení Numfriends"; -$a->strings["How many contacts to display on profile sidebar"] = "Kolik kontaktů zobrazit na profilovém bočním menu"; -$a->strings["Gnot settings updated."] = "Nastavení Gnot aktualizováno."; -$a->strings["Gnot Settings"] = "Nastavení Gnot"; -$a->strings["Allows threading of email comment notifications on Gmail and anonymising the subject line."] = "Umožnit řetězení emailových komentářových notifikací na Gmailu a anonymizací řádky předmětu."; -$a->strings["Enable this plugin/addon?"] = "Povolit tento plugin/rozšíření?"; -$a->strings["[Friendica:Notify] Comment to conversation #%d"] = "[Friendica:Upozornění] Komentář ke konverzaci #%d"; -$a->strings["Post to Wordpress"] = "Příspěvky do WordPress"; -$a->strings["WordPress Post Settings"] = "WordPress Post nastavení"; -$a->strings["Enable WordPress Post Plugin"] = "Povolit rozšíření na WordPress"; -$a->strings["WordPress username"] = "WordPress uživatelské jméno"; -$a->strings["WordPress password"] = "WordPress heslo"; -$a->strings["WordPress API URL"] = "URL adresa API WordPress"; -$a->strings["Post to WordPress by default"] = "standardně posílat příspěvky na WordPress"; -$a->strings["Provide a backlink to the Friendica post"] = "Poskytuje zpětný link na Friendica příspěvek"; -$a->strings["Post from Friendica"] = "Příspěvek z Friendica"; -$a->strings["Read the original post and comment stream on Friendica"] = "Přečíst si originální příspěvek a komentáře na Friendica"; -$a->strings["\"Show more\" Settings"] = "\"Show more\" nastavení"; -$a->strings["Enable Show More"] = "Povolit Show more"; -$a->strings["Cutting posts after how much characters"] = "Oříznout příspěvky po zadaném množství znaků"; -$a->strings["Show More Settings saved."] = "Nastavení \"Show more\" uloženo."; -$a->strings["This website is tracked using the Piwik analytics tool."] = "Tato webová stránka je sledována pomocí nástroje pro analýzu Piwik."; -$a->strings["If you do not want that your visits are logged this way you can set a cookie to prevent Piwik from tracking further visits of the site (opt-out)."] = "Pokud si nepřejete, aby Vaše návštěvy byly takto sledovány, můžete si nastavit cookie, které zastaví sledování dalších návštěv na tomto webu (opt-out)."; -$a->strings["Piwik Base URL"] = "Piwik Base adresa URL"; -$a->strings["Absolute path to your Piwik installation. (without protocol (http/s), with trailing slash)"] = "Absolutní cesta k Vaší instalaci Piwik. (bez protokolu (http/s), s koncovým lomítkem)"; -$a->strings["Site ID"] = "ID webu"; -$a->strings["Show opt-out cookie link?"] = "Zobrazit odkaz opt-out cookie?"; -$a->strings["Asynchronous tracking"] = "Asynchronní sledování"; -$a->strings["Post to Twitter"] = "Poslat příspěvek na Twitter"; -$a->strings["Twitter settings updated."] = "Nastavení Twitteru aktualizováno."; -$a->strings["Twitter Posting Settings"] = "Nastavení zasílání příspěvků na Twitter "; -$a->strings["No consumer key pair for Twitter found. Please contact your site administrator."] = "Nenalezen žádný spotřebitelský páru klíčů pro Twitter. Obraťte se na administrátora webu."; -$a->strings["At this Friendica instance the Twitter plugin was enabled but you have not yet connected your account to your Twitter account. To do so click the button below to get a PIN from Twitter which you have to copy into the input box below and submit the form. Only your public posts will be posted to Twitter."] = "Na této Friendica instanci je sice povolen Twitter plugin, ale vy jste si ještě nenastavili svůj Twitter účet. Svůj účet si můžete nastavit kliknutím na tlačítko níže k získání PINu z Vašeho Twitteru, který si zkopírujte do níže uvedeného vstupního pole a odešlete formulář. Pouze vaše veřejné příspěvky budou zaslány na Twitter."; -$a->strings["Log in with Twitter"] = "Přihlásit se s Twitter"; -$a->strings["Copy the PIN from Twitter here"] = "Zkopírujte sem PIN z Twitteru"; -$a->strings["If enabled all your public postings can be posted to the associated Twitter account. You can choose to do so by default (here) or for every posting separately in the posting options when writing the entry."] = "Je-li povoleno, všechny Vaše veřejné příspěvky mohou být zaslány na související Twitter účet. Můžete si vybrat, zda-li toto bude výchozí nastavení (zde), nebo budete mít možnost si vybrat požadované chování při psaní každého příspěvku."; -$a->strings["Note: Due your privacy settings (Hide your profile details from unknown viewers?) the link potentially included in public postings relayed to Twitter will lead the visitor to a blank page informing the visitor that the access to your profile has been restricted."] = "Upozornění: Z důvodů Vašeho nastavení ochrany soukromí ( Skrýt Vaše profilové detaily před neznámými čtenáři?) \nodkaz potenciálně zahrnutý ve Vašich veřejných příspěvcích poslaných do sítě Twitter přesměruje návštěvníky na prázdnou stránku informující návštěvníky, že přístup k vašemu profilu je omezen."; -$a->strings["Allow posting to Twitter"] = "Povolit odesílání na Twitter"; -$a->strings["Send public postings to Twitter by default"] = "Defaultně zasílat veřejné komentáře na Twitter"; -$a->strings["Send linked #-tags and @-names to Twitter"] = "Poslat propojené #-tagy a @-jména na Twitter"; -$a->strings["Consumer key"] = "Consumer key"; -$a->strings["Consumer secret"] = "Consumer secret"; -$a->strings["IRC Settings"] = "Nastavení IRC"; -$a->strings["Channel(s) to auto connect (comma separated)"] = "Kanál(y) pro automatické připojení(oddělené čárkou)"; -$a->strings["Popular Channels (comma separated)"] = "Oblíbené Kanály (oddělené čárkou)"; -$a->strings["IRC settings saved."] = "Nastavení IRC uloženo."; -$a->strings["IRC Chatroom"] = "IRC Místnost"; -$a->strings["Popular Channels"] = "Oblíbené kanály"; -$a->strings["Fromapp settings updated."] = "Fromapp nastavení aktualizováno."; -$a->strings["FromApp Settings"] = "FromApp nastavení"; -$a->strings["The application name you would like to show your posts originating from."] = "Jméno aplikace, které chcete aby bylo jako zdroj u vašich příspěvků"; -$a->strings["Use this application name even if another application was used."] = "Použij toto jméno aplikace i když byla použita jiná aplikace"; -$a->strings["Post to blogger"] = "Poslat na blogger"; -$a->strings["Blogger Post Settings"] = "Nastavení příspěvků na Blogger "; -$a->strings["Enable Blogger Post Plugin"] = "Povolit Blogger Post Plugin"; -$a->strings["Blogger username"] = "Blogger uživatelské jméno"; -$a->strings["Blogger password"] = "Blogger heslo"; -$a->strings["Blogger API URL"] = "Blogger API URL"; -$a->strings["Post to Blogger by default"] = "Defaultně zaslat na Blogger"; -$a->strings["Post to Posterous"] = "Poslat na Posterous"; -$a->strings["Posterous Post Settings"] = "Posterous nastavení příspěvků"; -$a->strings["Enable Posterous Post Plugin"] = "Umožnit Posterous Plugin"; -$a->strings["Posterous login"] = "Posterous login"; -$a->strings["Posterous password"] = "Posterous heslo"; -$a->strings["Posterous site ID"] = "Posterous site ID"; -$a->strings["Posterous API token"] = "Posterous API token"; -$a->strings["Post to Posterous by default"] = "Příspěvky standardně posílat na Posterous"; -$a->strings["Theme settings"] = "Nastavení téma"; -$a->strings["Set resize level for images in posts and comments (width and height)"] = "Nastavit velikost fotek v přízpěvcích a komentářích (šířka a výška)"; -$a->strings["Set font-size for posts and comments"] = "Nastav velikost písma pro přízpěvky a komentáře."; -$a->strings["Set theme width"] = "Nastavení šířku grafické šablony"; -$a->strings["Color scheme"] = "Barevné schéma"; -$a->strings["Your posts and conversations"] = "Vaše příspěvky a konverzace"; -$a->strings["Your profile page"] = "Vaše profilová stránka"; -$a->strings["Your contacts"] = "Vaše kontakty"; -$a->strings["Your photos"] = "Vaše fotky"; -$a->strings["Your events"] = "Vaše události"; -$a->strings["Personal notes"] = "Osobní poznámky"; -$a->strings["Your personal photos"] = "Vaše osobní fotky"; -$a->strings["Community Pages"] = "Komunitní stránky"; -$a->strings["Community Profiles"] = "Komunitní profily"; -$a->strings["Last users"] = "Poslední uživatelé"; -$a->strings["Last likes"] = "Poslední líbí/nelíbí"; -$a->strings["Last photos"] = "Poslední fotografie"; -$a->strings["Find Friends"] = "Nalézt Přátele"; -$a->strings["Local Directory"] = "Lokální Adresář"; -$a->strings["Similar Interests"] = "Podobné zájmy"; -$a->strings["Invite Friends"] = "Pozvat přátele"; -$a->strings["Earth Layers"] = "Earth Layers"; -$a->strings["Set zoomfactor for Earth Layers"] = "Nastavit faktor přiblížení pro Earth Layers"; -$a->strings["Set longitude (X) for Earth Layers"] = "Nastavit zeměpistnou délku (X) pro Earth Layers"; -$a->strings["Set latitude (Y) for Earth Layers"] = "Nastavit zeměpistnou šířku (X) pro Earth Layers"; -$a->strings["Help or @NewHere ?"] = "Pomoc nebo @ProNováčky ?"; -$a->strings["Connect Services"] = "Propojené služby"; -$a->strings["Last Tweets"] = "Poslední tweety"; -$a->strings["Set twitter search term"] = "Nastavit vyhledávací frázi na twitteru"; -$a->strings["don't show"] = "nikdy nezobrazit"; -$a->strings["show"] = "zobrazit"; -$a->strings["Show/hide boxes at right-hand column:"] = "Zobrazit/skrýt boxy na pravém sloupci:"; -$a->strings["Set line-height for posts and comments"] = "Nastav výšku řádku pro přízpěvky a komentáře."; -$a->strings["Set resolution for middle column"] = "Nastav rozlišení pro prostřední sloupec"; -$a->strings["Set color scheme"] = "Nastavení barevného schematu"; -$a->strings["Set zoomfactor for Earth Layer"] = "Nastavit přiblížení pro Earth Layer"; -$a->strings["Last tweets"] = "Poslední tweety"; -$a->strings["Alignment"] = "Zarovnání"; -$a->strings["Left"] = "Vlevo"; -$a->strings["Center"] = "Uprostřed"; -$a->strings["Posts font size"] = "Velikost písma u příspěvků"; -$a->strings["Textareas font size"] = "Velikost písma textů"; -$a->strings["Set colour scheme"] = "Nastavit barevné schéma"; $a->strings["j F, Y"] = "j F, Y"; $a->strings["j F"] = "j F"; $a->strings["Birthday:"] = "Narozeniny:"; $a->strings["Age:"] = "Věk:"; +$a->strings["Status:"] = "Status:"; $a->strings["for %1\$d %2\$s"] = "pro %1\$d %2\$s"; +$a->strings["Sexual Preference:"] = "Sexuální preference:"; +$a->strings["Homepage:"] = "Domácí stránka:"; +$a->strings["Hometown:"] = "Rodné město"; $a->strings["Tags:"] = "Štítky:"; +$a->strings["Political Views:"] = "Politické přesvědčení:"; $a->strings["Religion:"] = "Náboženství:"; +$a->strings["About:"] = "O mě:"; $a->strings["Hobbies/Interests:"] = "Koníčky/zájmy:"; +$a->strings["Likes:"] = "Líbí se:"; +$a->strings["Dislikes:"] = "Nelibí se:"; $a->strings["Contact information and Social Networks:"] = "Kontaktní informace a sociální sítě:"; $a->strings["Musical interests:"] = "Hudební vkus:"; $a->strings["Books, literature:"] = "Knihy, literatura:"; @@ -1706,22 +32,6 @@ $a->strings["Film/dance/culture/entertainment:"] = "Film/tanec/kultura/zábava:" $a->strings["Love/Romance:"] = "Láska/romance"; $a->strings["Work/employment:"] = "Práce/zaměstnání:"; $a->strings["School/education:"] = "Škola/vzdělávání:"; -$a->strings["Unknown | Not categorised"] = "Neznámé | Nezařazeno"; -$a->strings["Block immediately"] = "Okamžitě blokovat "; -$a->strings["Shady, spammer, self-marketer"] = "pochybný, spammer, self-makerter"; -$a->strings["Known to me, but no opinion"] = "Znám ho ale, ale bez rozhodnutí"; -$a->strings["OK, probably harmless"] = "OK, pravděpodobně neškodný"; -$a->strings["Reputable, has my trust"] = "Renomovaný, má mou důvěru"; -$a->strings["Frequently"] = "Často"; -$a->strings["Hourly"] = "každou hodinu"; -$a->strings["Twice daily"] = "Dvakrát denně"; -$a->strings["OStatus"] = "OStatus"; -$a->strings["RSS/Atom"] = "RSS/Atom"; -$a->strings["Zot!"] = "Zot!"; -$a->strings["LinkedIn"] = "LinkedIn"; -$a->strings["XMPP/IM"] = "XMPP/IM"; -$a->strings["MySpace"] = "MySpace"; -$a->strings["Google+"] = "Google+"; $a->strings["Male"] = "Muž"; $a->strings["Female"] = "Žena"; $a->strings["Currently Male"] = "V současné době muž"; @@ -1780,131 +90,87 @@ $a->strings["Uncertain"] = "Nejistý"; $a->strings["It's complicated"] = "Je to složité"; $a->strings["Don't care"] = "Nezajímá"; $a->strings["Ask me"] = "Zeptej se mě"; +$a->strings["stopped following"] = "následování zastaveno"; +$a->strings["Poke"] = "Šťouchnout"; +$a->strings["View Status"] = "Zobrazit Status"; +$a->strings["View Profile"] = "Zobrazit Profil"; +$a->strings["View Photos"] = "Zobrazit Fotky"; +$a->strings["Network Posts"] = "Zobrazit Příspěvky sítě"; +$a->strings["Edit Contact"] = "Editovat Kontakty"; +$a->strings["Send PM"] = "Poslat soukromou zprávu"; +$a->strings["Image/photo"] = "Obrázek/fotografie"; +$a->strings["%s wrote the following post"] = "%s napsal následující příspěvek"; +$a->strings["$1 wrote:"] = "$1 napsal:"; +$a->strings["Encrypted content"] = "Šifrovaný obsah"; +$a->strings["Visible to everybody"] = "Viditelné pro všechny"; +$a->strings["show"] = "zobrazit"; +$a->strings["don't show"] = "nikdy nezobrazit"; +$a->strings["Logged out."] = "Odhlášen."; +$a->strings["Login failed."] = "Přihlášení se nezdařilo."; +$a->strings["We encountered a problem while logging in with the OpenID you provided. Please check the correct spelling of the ID."] = "Zaznamenali jsme problém s Vaším přihlášením prostřednictvím Vámi zadaným OpenID. Prosím ověřte si, že jste ID zadali správně. "; +$a->strings["The error message was:"] = "Chybová zpráva byla:"; +$a->strings["l F d, Y \\@ g:i A"] = "l F d, Y \\@ g:i A"; $a->strings["Starts:"] = "Začíná:"; $a->strings["Finishes:"] = "Končí:"; -$a->strings["(no subject)"] = "(Bez předmětu)"; -$a->strings[" on Last.fm"] = " na Last.fm"; -$a->strings["prev"] = "předchozí"; -$a->strings["first"] = "první"; -$a->strings["last"] = "poslední"; -$a->strings["next"] = "další"; -$a->strings["newer"] = "novější"; -$a->strings["older"] = "starší"; -$a->strings["No contacts"] = "Žádné kontakty"; -$a->strings["%d Contact"] = array( - 0 => "%d kontakt", - 1 => "%d kontaktů", - 2 => "%d kontaktů", -); -$a->strings["poke"] = "šťouchnout"; -$a->strings["poked"] = "šťouchnut"; -$a->strings["ping"] = "cinknout"; -$a->strings["pinged"] = "cinkut"; -$a->strings["prod"] = "pobídnout"; -$a->strings["prodded"] = "pobídnut"; -$a->strings["slap"] = "dát facku"; -$a->strings["slapped"] = "být uhozen"; -$a->strings["finger"] = ""; -$a->strings["fingered"] = ""; -$a->strings["rebuff"] = "odmítnout"; -$a->strings["rebuffed"] = "odmítnut"; -$a->strings["happy"] = "šťasný"; -$a->strings["sad"] = "smutný"; -$a->strings["mellow"] = "jemný"; -$a->strings["tired"] = "unavený"; -$a->strings["perky"] = "emergický"; -$a->strings["angry"] = "nazlobený"; -$a->strings["stupified"] = "otupen"; -$a->strings["puzzled"] = "popletený"; -$a->strings["interested"] = "zajímavý"; -$a->strings["bitter"] = "hořký"; -$a->strings["cheerful"] = "radnostný"; -$a->strings["alive"] = "naživu"; -$a->strings["annoyed"] = "otráven"; -$a->strings["anxious"] = "znepokojený"; -$a->strings["cranky"] = "mrzutý"; -$a->strings["disturbed"] = "vyrušen"; -$a->strings["frustrated"] = "frustrovaný"; -$a->strings["motivated"] = "motivovaný"; -$a->strings["relaxed"] = "uvolněný"; -$a->strings["surprised"] = "překvapený"; -$a->strings["January"] = "Ledna"; -$a->strings["February"] = "Února"; -$a->strings["March"] = "Března"; -$a->strings["April"] = "Dubna"; -$a->strings["May"] = "Května"; -$a->strings["June"] = "Června"; -$a->strings["July"] = "Července"; -$a->strings["August"] = "Srpna"; -$a->strings["September"] = "Září"; -$a->strings["October"] = "Října"; -$a->strings["November"] = "Listopadu"; -$a->strings["December"] = "Prosinec"; -$a->strings["bytes"] = "bytů"; -$a->strings["Click to open/close"] = "Klikněte pro otevření/zavření"; +$a->strings["Location:"] = "Místo:"; +$a->strings["Disallowed profile URL."] = "Nepovolené URL profilu."; +$a->strings["Connect URL missing."] = "Chybí URL adresa."; +$a->strings["This site is not configured to allow communications with other networks."] = "Tento web není nakonfigurován tak, aby umožňoval komunikaci s ostatními sítěmi."; +$a->strings["No compatible communication protocols or feeds were discovered."] = "Nenalezen žádný kompatibilní komunikační protokol nebo kanál."; +$a->strings["The profile address specified does not provide adequate information."] = "Uvedená adresa profilu neposkytuje dostatečné informace."; +$a->strings["An author or name was not found."] = "Autor nebo jméno nenalezeno"; +$a->strings["No browser URL could be matched to this address."] = "Této adrese neodpovídá žádné URL prohlížeče."; +$a->strings["Unable to match @-style Identity Address with a known protocol or email contact."] = "Není možné namapovat adresu identity ve stylu @ s žádným možným protokolem ani emailovým kontaktem."; +$a->strings["Use mailto: in front of address to force email check."] = "Použite mailo: před adresou k vynucení emailové kontroly."; +$a->strings["The profile address specified belongs to a network which has been disabled on this site."] = "Zadaná adresa profilu patří do sítě, která byla na tomto serveru zakázána."; +$a->strings["Limited profile. This person will be unable to receive direct/personal notifications from you."] = "Omezený profil. Tato osoba nebude schopna od Vás přijímat přímé / osobní sdělení."; +$a->strings["Unable to retrieve contact information."] = "Nepodařilo se získat kontaktní informace."; +$a->strings["following"] = "následující"; +$a->strings["An invitation is required."] = "Pozvánka je vyžadována."; +$a->strings["Invitation could not be verified."] = "Pozvánka nemohla být ověřena."; +$a->strings["Invalid OpenID url"] = "Neplatný odkaz OpenID"; +$a->strings["Please enter the required information."] = "Zadejte prosím požadované informace."; +$a->strings["Please use a shorter name."] = "Použijte prosím kratší jméno."; +$a->strings["Name too short."] = "Jméno je příliš krátké."; +$a->strings["That doesn't appear to be your full (First Last) name."] = "Nezdá se, že by to bylo vaše celé jméno (křestní jméno a příjmení)."; +$a->strings["Your email domain is not among those allowed on this site."] = "Váš e-mailová doména není na tomto serveru mezi povolenými."; +$a->strings["Not a valid email address."] = "Neplatná e-mailová adresa."; +$a->strings["Cannot use that email."] = "Tento e-mail nelze použít."; +$a->strings["Your \"nickname\" can only contain \"a-z\", \"0-9\", \"-\", and \"_\", and must also begin with a letter."] = "Vaše \"přezdívka\" může obsahovat pouze \"a-z\", \"0-9\", \"-\", a \"_\", a musí začínat písmenem."; +$a->strings["Nickname is already registered. Please choose another."] = "Přezdívka je již registrována. Prosím vyberte jinou."; +$a->strings["Nickname was once registered here and may not be re-used. Please choose another."] = "Tato přezdívka již zde byla použita a nemůže být využita znovu. Prosím vyberete si jinou."; +$a->strings["SERIOUS ERROR: Generation of security keys failed."] = "Závažná chyba: Generování bezpečnostních klíčů se nezdařilo."; +$a->strings["An error occurred during registration. Please try again."] = "Došlo k chybě při registraci. Zkuste to prosím znovu."; $a->strings["default"] = "standardní"; -$a->strings["Select an alternate language"] = "Vyběr alternativního jazyka"; -$a->strings["activity"] = "aktivita"; -$a->strings["post"] = "příspěvek"; -$a->strings["Item filed"] = "Položka vyplněna"; -$a->strings["Sharing notification from Diaspora network"] = "Sdílení oznámení ze sítě Diaspora"; -$a->strings["Attachments:"] = "Přílohy:"; -$a->strings["view full size"] = "zobrazit v plné velikosti"; -$a->strings["Embedded content"] = "vložený obsah"; -$a->strings["Embedding disabled"] = "Vkládání zakázáno"; -$a->strings["Error decoding account file"] = "Chyba dekódování uživatelského účtu"; -$a->strings["Error! No version data in file! This is not a Friendica account file?"] = "Chyba! V datovém souboru není označení verze! Je to opravdu soubor s účtem Friendica?"; -$a->strings["Error! I can't import this file: DB schema version is not compatible."] = "Chyba! Nemohu importovat soubor: verze DB schématu není kompatibilní."; -$a->strings["Error! Cannot check nickname"] = "Chyba! Nelze ověřit přezdívku"; -$a->strings["User '%s' already exists on this server!"] = "Uživatel '%s' již na tomto serveru existuje!"; -$a->strings["User creation error"] = "Chyba vytváření uživatele"; -$a->strings["User profile creation error"] = "Chyba vytváření uživatelského účtu"; -$a->strings["%d contact not imported"] = array( - 0 => "%d kontakt nenaimporován", - 1 => "%d kontaktů nenaimporováno", - 2 => "%d kontakty nenaimporovány", -); -$a->strings["Done. You can now login with your username and password"] = "Hotovo. Nyní se můžete přihlásit se svými uživatelským účtem a heslem"; -$a->strings["A deleted group with this name was revived. Existing item permissions may apply to this group and any future members. If this is not what you intended, please create another group with a different name."] = "Dříve smazaná skupina s tímto jménem byla obnovena. Stávající oprávnění může ovlivnit tuto skupinu a její budoucí členy. Pokud to není to, co jste chtěli, vytvořte, prosím, další skupinu s jiným názvem."; -$a->strings["Default privacy group for new contacts"] = "Defaultní soukromá skrupina pro nové kontakty."; -$a->strings["Everybody"] = "Všichni"; -$a->strings["edit"] = "editovat"; -$a->strings["Edit group"] = "Editovat skupinu"; -$a->strings["Create a new group"] = "Vytvořit novou skupinu"; -$a->strings["Contacts not in any group"] = "Kontakty, které nejsou v žádné skupině"; -$a->strings["Logout"] = "Odhlásit se"; -$a->strings["End this session"] = "Konec této relace"; -$a->strings["Status"] = "Stav"; -$a->strings["Sign in"] = "Přihlásit se"; -$a->strings["Home Page"] = "Domácí stránka"; -$a->strings["Create an account"] = "Vytvořit účet"; -$a->strings["Help and documentation"] = "Nápověda a dokumentace"; -$a->strings["Apps"] = "Aplikace"; -$a->strings["Addon applications, utilities, games"] = "Doplňkové aplikace, nástroje, hry"; -$a->strings["Search site content"] = "Hledání na stránkách tohoto webu"; -$a->strings["Conversations on this site"] = "Konverzace na tomto webu"; -$a->strings["Directory"] = "Adresář"; -$a->strings["People directory"] = "Adresář"; -$a->strings["Conversations from your friends"] = "Konverzace od Vašich přátel"; -$a->strings["Network Reset"] = "Síťový Reset"; -$a->strings["Load Network page with no filters"] = "Načíst stránku Síť bez filtrů"; -$a->strings["Friend Requests"] = "Žádosti přátel"; -$a->strings["See all notifications"] = "Zobrazit všechny upozornění"; -$a->strings["Mark all system notifications seen"] = "Označit všechny upozornění systému jako přečtené"; -$a->strings["Private mail"] = "Soukromá pošta"; -$a->strings["Inbox"] = "Doručená pošta"; -$a->strings["Outbox"] = "Odeslaná pošta"; -$a->strings["Manage"] = "Spravovat"; -$a->strings["Manage other pages"] = "Spravovat jiné stránky"; -$a->strings["Delegations"] = "Delegace"; -$a->strings["Profiles"] = "Profily"; -$a->strings["Manage/Edit Profiles"] = "Spravovat/Editovat Profily"; -$a->strings["Manage/edit friends and contacts"] = "Spravovat/upravit přátelé a kontakty"; -$a->strings["Site setup and configuration"] = "Nastavení webu a konfigurace"; -$a->strings["Nothing new here"] = "Zde není nic nového"; +$a->strings["An error occurred creating your default profile. Please try again."] = "Došlo k chybě při vytváření Vašeho výchozího profilu. Zkuste to prosím znovu."; +$a->strings["Profile Photos"] = "Profilové fotografie"; +$a->strings["Unknown | Not categorised"] = "Neznámé | Nezařazeno"; +$a->strings["Block immediately"] = "Okamžitě blokovat "; +$a->strings["Shady, spammer, self-marketer"] = "pochybný, spammer, self-makerter"; +$a->strings["Known to me, but no opinion"] = "Znám ho ale, ale bez rozhodnutí"; +$a->strings["OK, probably harmless"] = "OK, pravděpodobně neškodný"; +$a->strings["Reputable, has my trust"] = "Renomovaný, má mou důvěru"; +$a->strings["Frequently"] = "Často"; +$a->strings["Hourly"] = "každou hodinu"; +$a->strings["Twice daily"] = "Dvakrát denně"; +$a->strings["Daily"] = "denně"; +$a->strings["Weekly"] = "Týdenně"; +$a->strings["Monthly"] = "Měsíčně"; +$a->strings["Friendica"] = "Friendica"; +$a->strings["OStatus"] = "OStatus"; +$a->strings["RSS/Atom"] = "RSS/Atom"; +$a->strings["Email"] = "E-mail"; +$a->strings["Diaspora"] = "Diaspora"; +$a->strings["Facebook"] = "Facebook"; +$a->strings["Zot!"] = "Zot!"; +$a->strings["LinkedIn"] = "LinkedIn"; +$a->strings["XMPP/IM"] = "XMPP/IM"; +$a->strings["MySpace"] = "MySpace"; +$a->strings["Google+"] = "Google+"; $a->strings["Add New Contact"] = "Přidat nový kontakt"; $a->strings["Enter address or web location"] = "Zadejte adresu nebo umístění webu"; $a->strings["Example: bob@example.com, http://example.com/barbara"] = "Příklad: jan@příklad.cz, http://příklad.cz/jana"; +$a->strings["Connect"] = "Spojit"; $a->strings["%d invitation available"] = array( 0 => "Pozvánka %d k dispozici", 1 => "Pozvánky %d k dispozici", @@ -1914,22 +180,35 @@ $a->strings["Find People"] = "Nalézt lidi"; $a->strings["Enter name or interest"] = "Zadejte jméno nebo zájmy"; $a->strings["Connect/Follow"] = "Připojit / Následovat"; $a->strings["Examples: Robert Morgenstein, Fishing"] = "Příklady: Robert Morgenstein, rybaření"; +$a->strings["Find"] = "Najít"; +$a->strings["Friend Suggestions"] = "Návrhy přátel"; +$a->strings["Similar Interests"] = "Podobné zájmy"; $a->strings["Random Profile"] = "Náhodný Profil"; +$a->strings["Invite Friends"] = "Pozvat přátele"; $a->strings["Networks"] = "Sítě"; $a->strings["All Networks"] = "Všechny sítě"; $a->strings["Saved Folders"] = "Uložené složky"; $a->strings["Everything"] = "Všechno"; $a->strings["Categories"] = "Kategorie"; -$a->strings["Logged out."] = "Odhlášen."; -$a->strings["We encountered a problem while logging in with the OpenID you provided. Please check the correct spelling of the ID."] = "Zaznamenali jsme problém s Vaším přihlášením prostřednictvím Vámi zadaným OpenID. Prosím ověřte si, že jste ID zadali správně. "; -$a->strings["The error message was:"] = "Chybová zpráva byla:"; +$a->strings["%d contact in common"] = array( + 0 => "%d sdílený kontakt", + 1 => "%d sdílených kontaktů", + 2 => "%d sdílených kontaktů", +); +$a->strings["show more"] = "zobrazit více"; +$a->strings[" on Last.fm"] = " na Last.fm"; +$a->strings["view full size"] = "zobrazit v plné velikosti"; $a->strings["Miscellaneous"] = "Různé"; $a->strings["year"] = "rok"; $a->strings["month"] = "měsíc"; $a->strings["day"] = "den"; $a->strings["never"] = "nikdy"; $a->strings["less than a second ago"] = "méně než před sekundou"; +$a->strings["years"] = "let"; +$a->strings["months"] = "měsíců"; $a->strings["week"] = "týdnem"; +$a->strings["weeks"] = "týdny"; +$a->strings["days"] = "dnů"; $a->strings["hour"] = "hodina"; $a->strings["hours"] = "hodin"; $a->strings["minute"] = "minuta"; @@ -1939,10 +218,26 @@ $a->strings["seconds"] = "sekund"; $a->strings["%1\$d %2\$s ago"] = "před %1\$d %2\$s"; $a->strings["%s's birthday"] = "%s má narozeniny"; $a->strings["Happy Birthday %s"] = "Veselé narozeniny %s"; -$a->strings["Image/photo"] = "Obrázek/fotografie"; -$a->strings["%s wrote the following post:"] = "%s napsal následující příspěvek:"; -$a->strings["$1 wrote:"] = "$1 napsal:"; -$a->strings["Encrypted content"] = "Šifrovaný obsah"; +$a->strings["Click here to upgrade."] = "Klikněte zde pro aktualizaci."; +$a->strings["This action exceeds the limits set by your subscription plan."] = "Tato akce překročí limit nastavené Vaším předplatným."; +$a->strings["This action is not available under your subscription plan."] = "Tato akce není v rámci Vašeho předplatného dostupná."; +$a->strings["(no subject)"] = "(Bez předmětu)"; +$a->strings["noreply"] = "neodpovídat"; +$a->strings["%1\$s is now friends with %2\$s"] = "%1\$s je nyní přítel s %2\$s"; +$a->strings["Sharing notification from Diaspora network"] = "Sdílení oznámení ze sítě Diaspora"; +$a->strings["photo"] = "fotografie"; +$a->strings["status"] = "Stav"; +$a->strings["%1\$s likes %2\$s's %3\$s"] = "%1\$s má rád %2\$s' na %3\$s"; +$a->strings["Attachments:"] = "Přílohy:"; +$a->strings["[Name Withheld]"] = "[Jméno odepřeno]"; +$a->strings["A new person is sharing with you at "] = "Nový člověk si s vámi sdílí na"; +$a->strings["You have a new follower at "] = "Máte nového následovníka na"; +$a->strings["Item not found."] = "Položka nenalezena."; +$a->strings["Do you really want to delete this item?"] = "Opravdu chcete smazat tuto položku?"; +$a->strings["Yes"] = "Ano"; +$a->strings["Cancel"] = "Zrušit"; +$a->strings["Permission denied."] = "Přístup odmítnut."; +$a->strings["Archives"] = "Archív"; $a->strings["General Features"] = "Obecné funkčnosti"; $a->strings["Multiple Profiles"] = "Vícenásobné profily"; $a->strings["Ability to create multiple profiles"] = "Schopnost vytvořit vícenásobné profily"; @@ -1958,6 +253,7 @@ $a->strings["Group Filter"] = "Skupinový Filtr"; $a->strings["Enable widget to display Network posts only from selected group"] = "Povolit widget pro zobrazení příspěvků v Síti pouze ze zvolené skupiny"; $a->strings["Network Filter"] = "Síťový Filtr"; $a->strings["Enable widget to display Network posts only from selected network"] = "Povolit widget pro zobrazení příspěvků v Síti pouze ze zvolené sítě"; +$a->strings["Saved Searches"] = "Uložená hledání"; $a->strings["Save search terms for re-use"] = "Uložit kritéria vyhledávání pro znovupoužití"; $a->strings["Network Tabs"] = "Síťové záložky"; $a->strings["Network Personal Tab"] = "Osobní síťový záložka "; @@ -1981,8 +277,155 @@ $a->strings["Ability to dislike posts/comments"] = "Možnost označit příspěv $a->strings["Star Posts"] = "Příspěvky s hvězdou"; $a->strings["Ability to mark special posts with a star indicator"] = "Možnost označit příspěvky s indikátorem hvězdy"; $a->strings["Cannot locate DNS info for database server '%s'"] = "Nelze nalézt záznam v DNS pro databázový server '%s'"; -$a->strings["[no subject]"] = "[bez předmětu]"; -$a->strings["Visible to everybody"] = "Viditelné pro všechny"; +$a->strings["prev"] = "předchozí"; +$a->strings["first"] = "první"; +$a->strings["last"] = "poslední"; +$a->strings["next"] = "další"; +$a->strings["newer"] = "novější"; +$a->strings["older"] = "starší"; +$a->strings["No contacts"] = "Žádné kontakty"; +$a->strings["%d Contact"] = array( + 0 => "%d kontakt", + 1 => "%d kontaktů", + 2 => "%d kontaktů", +); +$a->strings["View Contacts"] = "Zobrazit kontakty"; +$a->strings["Search"] = "Vyhledávání"; +$a->strings["Save"] = "Uložit"; +$a->strings["poke"] = "šťouchnout"; +$a->strings["poked"] = "šťouchnut"; +$a->strings["ping"] = "cinknout"; +$a->strings["pinged"] = "cinkut"; +$a->strings["prod"] = "pobídnout"; +$a->strings["prodded"] = "pobídnut"; +$a->strings["slap"] = "dát facku"; +$a->strings["slapped"] = "být uhozen"; +$a->strings["finger"] = "osahávat"; +$a->strings["fingered"] = "osaháván"; +$a->strings["rebuff"] = "odmítnout"; +$a->strings["rebuffed"] = "odmítnut"; +$a->strings["happy"] = "šťasný"; +$a->strings["sad"] = "smutný"; +$a->strings["mellow"] = "jemný"; +$a->strings["tired"] = "unavený"; +$a->strings["perky"] = "emergický"; +$a->strings["angry"] = "nazlobený"; +$a->strings["stupified"] = "otupen"; +$a->strings["puzzled"] = "popletený"; +$a->strings["interested"] = "zajímavý"; +$a->strings["bitter"] = "hořký"; +$a->strings["cheerful"] = "radnostný"; +$a->strings["alive"] = "naživu"; +$a->strings["annoyed"] = "otráven"; +$a->strings["anxious"] = "znepokojený"; +$a->strings["cranky"] = "mrzutý"; +$a->strings["disturbed"] = "vyrušen"; +$a->strings["frustrated"] = "frustrovaný"; +$a->strings["motivated"] = "motivovaný"; +$a->strings["relaxed"] = "uvolněný"; +$a->strings["surprised"] = "překvapený"; +$a->strings["Monday"] = "Pondělí"; +$a->strings["Tuesday"] = "Úterý"; +$a->strings["Wednesday"] = "Středa"; +$a->strings["Thursday"] = "Čtvrtek"; +$a->strings["Friday"] = "Pátek"; +$a->strings["Saturday"] = "Sobota"; +$a->strings["Sunday"] = "Neděle"; +$a->strings["January"] = "Ledna"; +$a->strings["February"] = "Února"; +$a->strings["March"] = "Března"; +$a->strings["April"] = "Dubna"; +$a->strings["May"] = "Května"; +$a->strings["June"] = "Června"; +$a->strings["July"] = "Července"; +$a->strings["August"] = "Srpna"; +$a->strings["September"] = "Září"; +$a->strings["October"] = "Října"; +$a->strings["November"] = "Listopadu"; +$a->strings["December"] = "Prosinec"; +$a->strings["View Video"] = "Zobrazit video"; +$a->strings["bytes"] = "bytů"; +$a->strings["Click to open/close"] = "Klikněte pro otevření/zavření"; +$a->strings["link to source"] = "odkaz na zdroj"; +$a->strings["Select an alternate language"] = "Vyběr alternativního jazyka"; +$a->strings["event"] = "událost"; +$a->strings["activity"] = "aktivita"; +$a->strings["comment"] = array( + 0 => "", + 1 => "", + 2 => "komentář", +); +$a->strings["post"] = "příspěvek"; +$a->strings["Item filed"] = "Položka vyplněna"; +$a->strings["A deleted group with this name was revived. Existing item permissions may apply to this group and any future members. If this is not what you intended, please create another group with a different name."] = "Dříve smazaná skupina s tímto jménem byla obnovena. Stávající oprávnění může ovlivnit tuto skupinu a její budoucí členy. Pokud to není to, co jste chtěli, vytvořte, prosím, další skupinu s jiným názvem."; +$a->strings["Default privacy group for new contacts"] = "Defaultní soukromá skrupina pro nové kontakty."; +$a->strings["Everybody"] = "Všichni"; +$a->strings["edit"] = "editovat"; +$a->strings["Groups"] = "Skupiny"; +$a->strings["Edit group"] = "Editovat skupinu"; +$a->strings["Create a new group"] = "Vytvořit novou skupinu"; +$a->strings["Contacts not in any group"] = "Kontakty, které nejsou v žádné skupině"; +$a->strings["add"] = "přidat"; +$a->strings["%1\$s doesn't like %2\$s's %3\$s"] = "%1\$s nemá rád %2\$s na %3\$s"; +$a->strings["%1\$s poked %2\$s"] = "%1\$s šťouchnul %2\$s"; +$a->strings["%1\$s is currently %2\$s"] = "%1\$s je právě %2\$s"; +$a->strings["%1\$s tagged %2\$s's %3\$s with %4\$s"] = "%1\$s označen uživatelem %2\$s %3\$s s %4\$s"; +$a->strings["post/item"] = "příspěvek/položka"; +$a->strings["%1\$s marked %2\$s's %3\$s as favorite"] = "uživatel %1\$s označil %2\$s's %3\$s jako oblíbeného"; +$a->strings["Select"] = "Vybrat"; +$a->strings["Delete"] = "Odstranit"; +$a->strings["View %s's profile @ %s"] = "Zobrazit profil uživatele %s na %s"; +$a->strings["Categories:"] = "Kategorie:"; +$a->strings["Filed under:"] = "Vyplněn pod:"; +$a->strings["%s from %s"] = "%s od %s"; +$a->strings["View in context"] = "Pohled v kontextu"; +$a->strings["Please wait"] = "Čekejte prosím"; +$a->strings["remove"] = "odstranit"; +$a->strings["Delete Selected Items"] = "Smazat vybrané položky"; +$a->strings["Follow Thread"] = "Následovat vlákno"; +$a->strings["%s likes this."] = "%s se to líbí."; +$a->strings["%s doesn't like this."] = "%s se to nelíbí."; +$a->strings["%2\$d people like this"] = "%2\$d lidem se to líbí"; +$a->strings["%2\$d people don't like this"] = "%2\$d lidem se to nelíbí"; +$a->strings["and"] = "a"; +$a->strings[", and %d other people"] = ", a %d dalších lidí"; +$a->strings["%s like this."] = "%s se to líbí."; +$a->strings["%s don't like this."] = "%s se to nelíbí."; +$a->strings["Visible to everybody"] = "Viditelné pro všechny"; +$a->strings["Please enter a link URL:"] = "Zadejte prosím URL odkaz:"; +$a->strings["Please enter a video link/URL:"] = "Prosím zadejte URL adresu videa:"; +$a->strings["Please enter an audio link/URL:"] = "Prosím zadejte URL adresu zvukového záznamu:"; +$a->strings["Tag term:"] = "Štítek:"; +$a->strings["Save to Folder:"] = "Uložit do složky:"; +$a->strings["Where are you right now?"] = "Kde právě jste?"; +$a->strings["Delete item(s)?"] = "Smazat položku(y)?"; +$a->strings["Post to Email"] = "Poslat příspěvek na e-mail"; +$a->strings["Share"] = "Sdílet"; +$a->strings["Upload photo"] = "Nahrát fotografii"; +$a->strings["upload photo"] = "nahrát fotky"; +$a->strings["Attach file"] = "Přiložit soubor"; +$a->strings["attach file"] = "přidat soubor"; +$a->strings["Insert web link"] = "Vložit webový odkaz"; +$a->strings["web link"] = "webový odkaz"; +$a->strings["Insert video link"] = "Zadejte odkaz na video"; +$a->strings["video link"] = "odkaz na video"; +$a->strings["Insert audio link"] = "Zadejte odkaz na zvukový záznam"; +$a->strings["audio link"] = "odkaz na audio"; +$a->strings["Set your location"] = "Nastavte vaši polohu"; +$a->strings["set location"] = "nastavit místo"; +$a->strings["Clear browser location"] = "Odstranit adresu v prohlížeči"; +$a->strings["clear location"] = "vymazat místo"; +$a->strings["Set title"] = "Nastavit titulek"; +$a->strings["Categories (comma-separated list)"] = "Kategorie (čárkou oddělený seznam)"; +$a->strings["Permission settings"] = "Nastavení oprávnění"; +$a->strings["permissions"] = "oprávnění"; +$a->strings["CC: email addresses"] = "skrytá kopie: e-mailové adresy"; +$a->strings["Public post"] = "Veřejný příspěvek"; +$a->strings["Example: bob@example.com, mary@example.com"] = "Příklad: bob@example.com, mary@example.com"; +$a->strings["Preview"] = "Náhled"; +$a->strings["Post to Groups"] = "Zveřejnit na Groups"; +$a->strings["Post to Contacts"] = "Zveřejnit na Groups"; +$a->strings["Private post"] = "Soukromý příspěvek"; $a->strings["Friendica Notification"] = "Friendica Notifikace"; $a->strings["Thank You,"] = "Děkujeme, "; $a->strings["%s Administrator"] = "%s Administrátor"; @@ -2021,76 +464,1172 @@ $a->strings["You've received [url=%1\$s]a friend suggestion[/url] for %2\$s from $a->strings["Name:"] = "Jméno:"; $a->strings["Photo:"] = "Foto:"; $a->strings["Please visit %s to approve or reject the suggestion."] = "Prosím navštivte %s pro schválení či zamítnutí doporučení."; -$a->strings["Connect URL missing."] = "Chybí URL adresa."; -$a->strings["This site is not configured to allow communications with other networks."] = "Tento web není nakonfigurován tak, aby umožňoval komunikaci s ostatními sítěmi."; -$a->strings["No compatible communication protocols or feeds were discovered."] = "Nenalezen žádný kompatibilní komunikační protokol nebo kanál."; -$a->strings["The profile address specified does not provide adequate information."] = "Uvedená adresa profilu neposkytuje dostatečné informace."; -$a->strings["An author or name was not found."] = "Autor nebo jméno nenalezeno"; -$a->strings["No browser URL could be matched to this address."] = "Této adrese neodpovídá žádné URL prohlížeče."; -$a->strings["Unable to match @-style Identity Address with a known protocol or email contact."] = "Není možné namapovat adresu identity ve stylu @ s žádným možným protokolem ani emailovým kontaktem."; -$a->strings["Use mailto: in front of address to force email check."] = "Použite mailo: před adresou k vynucení emailové kontroly."; -$a->strings["The profile address specified belongs to a network which has been disabled on this site."] = "Zadaná adresa profilu patří do sítě, která byla na tomto serveru zakázána."; -$a->strings["Limited profile. This person will be unable to receive direct/personal notifications from you."] = "Omezený profil. Tato osoba nebude schopna od Vás přijímat přímé / osobní sdělení."; -$a->strings["Unable to retrieve contact information."] = "Nepodařilo se získat kontaktní informace."; -$a->strings["following"] = "následující"; -$a->strings["A new person is sharing with you at "] = "Nový člověk si s vámi sdílí na"; -$a->strings["You have a new follower at "] = "Máte nového následovníka na"; -$a->strings["Archives"] = "Archív"; -$a->strings["An invitation is required."] = "Pozvánka je vyžadována."; -$a->strings["Invitation could not be verified."] = "Pozvánka nemohla být ověřena."; -$a->strings["Invalid OpenID url"] = "Neplatný odkaz OpenID"; -$a->strings["Please enter the required information."] = "Zadejte prosím požadované informace."; -$a->strings["Please use a shorter name."] = "Použijte prosím kratší jméno."; -$a->strings["Name too short."] = "Jméno je příliš krátké."; -$a->strings["That doesn't appear to be your full (First Last) name."] = "Nezdá se, že by to bylo vaše celé jméno (křestní jméno a příjmení)."; -$a->strings["Your email domain is not among those allowed on this site."] = "Váš e-mailová doména není na tomto serveru mezi povolenými."; -$a->strings["Not a valid email address."] = "Neplatná e-mailová adresa."; -$a->strings["Cannot use that email."] = "Tento e-mail nelze použít."; -$a->strings["Your \"nickname\" can only contain \"a-z\", \"0-9\", \"-\", and \"_\", and must also begin with a letter."] = "Vaše \"přezdívka\" může obsahovat pouze \"a-z\", \"0-9\", \"-\", a \"_\", a musí začínat písmenem."; -$a->strings["Nickname is already registered. Please choose another."] = "Přezdívka je již registrována. Prosím vyberte jinou."; -$a->strings["Nickname was once registered here and may not be re-used. Please choose another."] = "Tato přezdívka již zde byla použita a nemůže být využita znovu. Prosím vyberete si jinou."; -$a->strings["SERIOUS ERROR: Generation of security keys failed."] = "Závažná chyba: Generování bezpečnostních klíčů se nezdařilo."; -$a->strings["An error occurred during registration. Please try again."] = "Došlo k chybě při registraci. Zkuste to prosím znovu."; -$a->strings["An error occurred creating your default profile. Please try again."] = "Došlo k chybě při vytváření Vašeho výchozího profilu. Zkuste to prosím znovu."; +$a->strings["[no subject]"] = "[bez předmětu]"; +$a->strings["Wall Photos"] = "Fotografie na zdi"; +$a->strings["Nothing new here"] = "Zde není nic nového"; +$a->strings["Clear notifications"] = "Smazat notifikace"; +$a->strings["Logout"] = "Odhlásit se"; +$a->strings["End this session"] = "Konec této relace"; +$a->strings["Status"] = "Stav"; +$a->strings["Your posts and conversations"] = "Vaše příspěvky a konverzace"; +$a->strings["Your profile page"] = "Vaše profilová stránka"; +$a->strings["Photos"] = "Fotografie"; +$a->strings["Your photos"] = "Vaše fotky"; +$a->strings["Events"] = "Události"; +$a->strings["Your events"] = "Vaše události"; +$a->strings["Personal notes"] = "Osobní poznámky"; +$a->strings["Your personal photos"] = "Vaše osobní fotky"; +$a->strings["Login"] = "Přihlásit se"; +$a->strings["Sign in"] = "Přihlásit se"; +$a->strings["Home"] = "Domů"; +$a->strings["Home Page"] = "Domácí stránka"; +$a->strings["Register"] = "Registrovat"; +$a->strings["Create an account"] = "Vytvořit účet"; +$a->strings["Help"] = "Nápověda"; +$a->strings["Help and documentation"] = "Nápověda a dokumentace"; +$a->strings["Apps"] = "Aplikace"; +$a->strings["Addon applications, utilities, games"] = "Doplňkové aplikace, nástroje, hry"; +$a->strings["Search site content"] = "Hledání na stránkách tohoto webu"; +$a->strings["Community"] = "Komunita"; +$a->strings["Conversations on this site"] = "Konverzace na tomto webu"; +$a->strings["Directory"] = "Adresář"; +$a->strings["People directory"] = "Adresář"; +$a->strings["Network"] = "Síť"; +$a->strings["Conversations from your friends"] = "Konverzace od Vašich přátel"; +$a->strings["Network Reset"] = "Síťový Reset"; +$a->strings["Load Network page with no filters"] = "Načíst stránku Síť bez filtrů"; +$a->strings["Introductions"] = "Představení"; +$a->strings["Friend Requests"] = "Žádosti přátel"; +$a->strings["Notifications"] = "Upozornění"; +$a->strings["See all notifications"] = "Zobrazit všechny upozornění"; +$a->strings["Mark all system notifications seen"] = "Označit všechny upozornění systému jako přečtené"; +$a->strings["Messages"] = "Zprávy"; +$a->strings["Private mail"] = "Soukromá pošta"; +$a->strings["Inbox"] = "Doručená pošta"; +$a->strings["Outbox"] = "Odeslaná pošta"; +$a->strings["New Message"] = "Nová zpráva"; +$a->strings["Manage"] = "Spravovat"; +$a->strings["Manage other pages"] = "Spravovat jiné stránky"; +$a->strings["Delegations"] = "Delegace"; +$a->strings["Delegate Page Management"] = "Správa delegátů stránky"; +$a->strings["Settings"] = "Nastavení"; +$a->strings["Account settings"] = "Nastavení účtu"; +$a->strings["Profiles"] = "Profily"; +$a->strings["Manage/Edit Profiles"] = "Spravovat/Editovat Profily"; +$a->strings["Contacts"] = "Kontakty"; +$a->strings["Manage/edit friends and contacts"] = "Spravovat/upravit přátelé a kontakty"; +$a->strings["Admin"] = "Administrace"; +$a->strings["Site setup and configuration"] = "Nastavení webu a konfigurace"; +$a->strings["Navigation"] = "Navigace"; +$a->strings["Site map"] = "Mapa webu"; +$a->strings["Embedded content"] = "vložený obsah"; +$a->strings["Embedding disabled"] = "Vkládání zakázáno"; +$a->strings["Error decoding account file"] = "Chyba dekódování uživatelského účtu"; +$a->strings["Error! No version data in file! This is not a Friendica account file?"] = "Chyba! V datovém souboru není označení verze! Je to opravdu soubor s účtem Friendica?"; +$a->strings["Error! Cannot check nickname"] = "Chyba! Nelze ověřit přezdívku"; +$a->strings["User '%s' already exists on this server!"] = "Uživatel '%s' již na tomto serveru existuje!"; +$a->strings["User creation error"] = "Chyba vytváření uživatele"; +$a->strings["User profile creation error"] = "Chyba vytváření uživatelského účtu"; +$a->strings["%d contact not imported"] = array( + 0 => "%d kontakt nenaimporován", + 1 => "%d kontaktů nenaimporováno", + 2 => "%d kontakty nenaimporovány", +); +$a->strings["Done. You can now login with your username and password"] = "Hotovo. Nyní se můžete přihlásit se svými uživatelským účtem a heslem"; $a->strings["Welcome "] = "Vítejte "; $a->strings["Please upload a profile photo."] = "Prosím nahrejte profilovou fotografii"; $a->strings["Welcome back "] = "Vítejte zpět "; $a->strings["The form security token was not correct. This probably happened because the form has been opened for too long (>3 hours) before submitting it."] = "Formulářový bezpečnostní token nebyl správný. To pravděpodobně nastalo kvůli tom, že formulář byl otevřen příliš dlouho (>3 hodiny) před jeho odesláním."; -$a->strings["stopped following"] = "následování zastaveno"; -$a->strings["Poke"] = "Šťouchnout"; -$a->strings["View Status"] = "Zobrazit Status"; -$a->strings["View Profile"] = "Zobrazit Profil"; -$a->strings["View Photos"] = "Zobrazit Fotky"; -$a->strings["Network Posts"] = "Zobrazit Příspěvky sítě"; -$a->strings["Edit Contact"] = "Editovat Kontakty"; -$a->strings["Send PM"] = "Poslat soukromou zprávu"; -$a->strings["%1\$s poked %2\$s"] = "%1\$s šťouchnul %2\$s"; -$a->strings["post/item"] = "příspěvek/položka"; -$a->strings["%1\$s marked %2\$s's %3\$s as favorite"] = "uživatel %1\$s označil %2\$s's %3\$s jako oblíbeného"; -$a->strings["Categories:"] = "Kategorie:"; -$a->strings["Filed under:"] = "Vyplněn pod:"; -$a->strings["remove"] = "odstranit"; -$a->strings["Delete Selected Items"] = "Smazat vybrané položky"; -$a->strings["Follow Thread"] = "Následovat vlákno"; -$a->strings["%s likes this."] = "%s se to líbí."; -$a->strings["%s doesn't like this."] = "%s se to nelíbí."; -$a->strings["like this"] = "libí se mu"; -$a->strings["don't like this"] = "nelíbí se mu"; -$a->strings["people"] = "lidé"; -$a->strings["and"] = "a"; -$a->strings[", and %d other people"] = ", a %d dalších lidí"; -$a->strings["%s like this."] = "%s se to líbí."; -$a->strings["%s don't like this."] = "%s se to nelíbí."; -$a->strings["Visible to everybody"] = "Viditelné pro všechny"; -$a->strings["Please enter a video link/URL:"] = "Prosím zadejte URL adresu videa:"; -$a->strings["Please enter an audio link/URL:"] = "Prosím zadejte URL adresu zvukového záznamu:"; -$a->strings["Tag term:"] = "Štítek:"; -$a->strings["Where are you right now?"] = "Kde právě jste?"; -$a->strings["Delete item(s)?"] = "Smazat položku(y)?"; -$a->strings["permissions"] = "oprávnění"; -$a->strings["Click here to upgrade."] = "Klikněte zde pro aktualizaci."; -$a->strings["This action exceeds the limits set by your subscription plan."] = "Tato akce překročí limit nastavené Vaším předplatným."; -$a->strings["This action is not available under your subscription plan."] = "Tato akce není v rámci Vašeho předplatného dostupná."; +$a->strings["Profile not found."] = "Profil nenalezen"; +$a->strings["Profile deleted."] = "Profil smazán."; +$a->strings["Profile-"] = "Profil-"; +$a->strings["New profile created."] = "Nový profil vytvořen."; +$a->strings["Profile unavailable to clone."] = "Profil není možné naklonovat."; +$a->strings["Profile Name is required."] = "Jméno profilu je povinné."; +$a->strings["Marital Status"] = "Rodinný Stav"; +$a->strings["Romantic Partner"] = "Romatický partner"; +$a->strings["Likes"] = "Libí se mi"; +$a->strings["Dislikes"] = "Nelibí se mi"; +$a->strings["Work/Employment"] = "Práce/Zaměstnání"; +$a->strings["Religion"] = "Náboženství"; +$a->strings["Political Views"] = "Politické přesvědčení"; +$a->strings["Gender"] = "Pohlaví"; +$a->strings["Sexual Preference"] = "Sexuální orientace"; +$a->strings["Homepage"] = "Domácí stránka"; +$a->strings["Interests"] = "Zájmy"; +$a->strings["Address"] = "Adresa"; +$a->strings["Location"] = "Lokace"; +$a->strings["Profile updated."] = "Profil aktualizován."; +$a->strings[" and "] = " a "; +$a->strings["public profile"] = "veřejný profil"; +$a->strings["%1\$s changed %2\$s to “%3\$s”"] = "%1\$s změnil %2\$s na “%3\$s”"; +$a->strings[" - Visit %1\$s's %2\$s"] = " - Navštivte %2\$s uživatele %1\$s"; +$a->strings["%1\$s has an updated %2\$s, changing %3\$s."] = "%1\$s aktualizoval %2\$s, změnou %3\$s."; +$a->strings["Hide your contact/friend list from viewers of this profile?"] = "Skrýt u tohoto profilu Vaše kontakty / seznam přátel před před dalšími uživateli zobrazující si tento profil?"; +$a->strings["No"] = "Ne"; +$a->strings["Edit Profile Details"] = "Upravit podrobnosti profilu "; +$a->strings["Submit"] = "Odeslat"; +$a->strings["Change Profile Photo"] = "Změna Profilové fotky"; +$a->strings["View this profile"] = "Zobrazit tento profil"; +$a->strings["Create a new profile using these settings"] = "Vytvořit nový profil pomocí tohoto nastavení"; +$a->strings["Clone this profile"] = "Klonovat tento profil"; +$a->strings["Delete this profile"] = "Smazat tento profil"; +$a->strings["Profile Name:"] = "Jméno profilu:"; +$a->strings["Your Full Name:"] = "Vaše celé jméno:"; +$a->strings["Title/Description:"] = "Název / Popis:"; +$a->strings["Your Gender:"] = "Vaše pohlaví:"; +$a->strings["Birthday (%s):"] = "Narozeniny uživatele (%s):"; +$a->strings["Street Address:"] = "Ulice:"; +$a->strings["Locality/City:"] = "Město:"; +$a->strings["Postal/Zip Code:"] = "PSČ:"; +$a->strings["Country:"] = "Země:"; +$a->strings["Region/State:"] = "Region / stát:"; +$a->strings[" Marital Status:"] = " Rodinný stav:"; +$a->strings["Who: (if applicable)"] = "Kdo: (pokud je možné)"; +$a->strings["Examples: cathy123, Cathy Williams, cathy@example.com"] = "Příklady: jan123, Jan Novák, jan@seznam.cz"; +$a->strings["Since [date]:"] = "Od [data]:"; +$a->strings["Homepage URL:"] = "Odkaz na domovskou stránku:"; +$a->strings["Religious Views:"] = "Náboženské přesvědčení:"; +$a->strings["Public Keywords:"] = "Veřejná klíčová slova:"; +$a->strings["Private Keywords:"] = "Soukromá klíčová slova:"; +$a->strings["Example: fishing photography software"] = "Příklad: fishing photography software"; +$a->strings["(Used for suggesting potential friends, can be seen by others)"] = "(Používá se pro doporučování potenciálních přátel, může být viděno ostatními)"; +$a->strings["(Used for searching profiles, never shown to others)"] = "(Používá se pro vyhledávání profilů, není nikdy zobrazeno ostatním)"; +$a->strings["Tell us about yourself..."] = "Řekněte nám něco o sobě ..."; +$a->strings["Hobbies/Interests"] = "Koníčky/zájmy"; +$a->strings["Contact information and Social Networks"] = "Kontaktní informace a sociální sítě"; +$a->strings["Musical interests"] = "Hudební vkus"; +$a->strings["Books, literature"] = "Knihy, literatura"; +$a->strings["Television"] = "Televize"; +$a->strings["Film/dance/culture/entertainment"] = "Film/tanec/kultura/zábava"; +$a->strings["Love/romance"] = "Láska/romantika"; +$a->strings["Work/employment"] = "Práce/zaměstnání"; +$a->strings["School/education"] = "Škola/vzdělání"; +$a->strings["This is your public profile.
It may be visible to anybody using the internet."] = "Toto je váš veřejný profil.
Ten může být viditelný kýmkoliv na internetu."; +$a->strings["Age: "] = "Věk: "; +$a->strings["Edit/Manage Profiles"] = "Upravit / Spravovat profily"; +$a->strings["Change profile photo"] = "Změnit profilovou fotografii"; +$a->strings["Create New Profile"] = "Vytvořit nový profil"; +$a->strings["Profile Image"] = "Profilový obrázek"; +$a->strings["visible to everybody"] = "viditelné pro všechny"; +$a->strings["Edit visibility"] = "Upravit viditelnost"; +$a->strings["Permission denied"] = "Nedostatečné oprávnění"; +$a->strings["Invalid profile identifier."] = "Neplatný identifikátor profilu."; +$a->strings["Profile Visibility Editor"] = "Editor viditelnosti profilu "; +$a->strings["Click on a contact to add or remove."] = "Klikněte na kontakt pro přidání nebo odebrání"; +$a->strings["Visible To"] = "Viditelný pro"; +$a->strings["All Contacts (with secure profile access)"] = "Všechny kontakty (se zabezpečeným přístupovým profilem )"; +$a->strings["Personal Notes"] = "Osobní poznámky"; +$a->strings["Public access denied."] = "Veřejný přístup odepřen."; +$a->strings["Access to this profile has been restricted."] = "Přístup na tento profil byl omezen."; +$a->strings["Item has been removed."] = "Položka byla odstraněna."; +$a->strings["Visit %s's profile [%s]"] = "Navštivte profil uživatele %s [%s]"; +$a->strings["Edit contact"] = "Editovat kontakt"; +$a->strings["Contacts who are not members of a group"] = "Kontakty, které nejsou členy skupiny"; +$a->strings["{0} wants to be your friend"] = "{0} chce být Vaším přítelem"; +$a->strings["{0} sent you a message"] = "{0} vám poslal zprávu"; +$a->strings["{0} requested registration"] = "{0} požaduje registraci"; +$a->strings["{0} commented %s's post"] = "{0} komentoval příspěvek uživatele %s"; +$a->strings["{0} liked %s's post"] = "{0} má rád příspěvek uživatele %s"; +$a->strings["{0} disliked %s's post"] = "{0} nemá rád příspěvek uživatele %s"; +$a->strings["{0} is now friends with %s"] = "{0} se skamarádil s %s"; +$a->strings["{0} posted"] = "{0} zasláno"; +$a->strings["{0} tagged %s's post with #%s"] = "{0} označen %s' příspěvek s #%s"; +$a->strings["{0} mentioned you in a post"] = "{0} vás zmínil v příspěvku"; +$a->strings["Theme settings updated."] = "Nastavení téma zobrazení bylo aktualizováno."; +$a->strings["Site"] = "Web"; +$a->strings["Users"] = "Uživatelé"; +$a->strings["Plugins"] = "Pluginy"; +$a->strings["Themes"] = "Témata"; +$a->strings["DB updates"] = "Aktualizace databáze"; +$a->strings["Logs"] = "Logy"; +$a->strings["Plugin Features"] = "Funkčnosti rozšíření"; +$a->strings["User registrations waiting for confirmation"] = "Registrace uživatele čeká na potvrzení"; +$a->strings["Normal Account"] = "Normální účet"; +$a->strings["Soapbox Account"] = "Soapbox účet"; +$a->strings["Community/Celebrity Account"] = "Komunitní účet / Účet celebrity"; +$a->strings["Automatic Friend Account"] = "Účet s automatickým schvalováním přátel"; +$a->strings["Blog Account"] = "Účet Blogu"; +$a->strings["Private Forum"] = "Soukromé fórum"; +$a->strings["Message queues"] = "Fronty zpráv"; +$a->strings["Administration"] = "Administrace"; +$a->strings["Summary"] = "Shrnutí"; +$a->strings["Registered users"] = "Registrovaní uživatelé"; +$a->strings["Pending registrations"] = "Čekající registrace"; +$a->strings["Version"] = "Verze"; +$a->strings["Active plugins"] = "Aktivní pluginy"; +$a->strings["Site settings updated."] = "Nastavení webu aktualizováno."; +$a->strings["No special theme for mobile devices"] = "žádné speciální téma pro mobilní zařízení"; +$a->strings["Never"] = "Nikdy"; +$a->strings["Multi user instance"] = "Více uživatelská instance"; +$a->strings["Closed"] = "Uzavřeno"; +$a->strings["Requires approval"] = "Vyžaduje schválení"; +$a->strings["Open"] = "Otevřená"; +$a->strings["No SSL policy, links will track page SSL state"] = "Žádná SSL politika, odkazy budou následovat stránky SSL stav"; +$a->strings["Force all links to use SSL"] = "Vyžadovat u všech odkazů použití SSL"; +$a->strings["Self-signed certificate, use SSL for local links only (discouraged)"] = "Certifikát podepsaný sám sebou, použít SSL pouze pro lokální odkazy (nedoporučeno)"; +$a->strings["Registration"] = "Registrace"; +$a->strings["File upload"] = "Nahrání souborů"; +$a->strings["Policies"] = "Politiky"; +$a->strings["Advanced"] = "Pokročilé"; +$a->strings["Performance"] = "Výkonnost"; +$a->strings["Site name"] = "Název webu"; +$a->strings["Banner/Logo"] = "Banner/logo"; +$a->strings["System language"] = "Systémový jazyk"; +$a->strings["System theme"] = "Grafická šablona systému "; +$a->strings["Default system theme - may be over-ridden by user profiles - change theme settings"] = "Defaultní systémové téma - může být změněno v uživatelských profilech - změnit theme settings"; +$a->strings["Mobile system theme"] = "Systémové téma zobrazení pro mobilní zařízení"; +$a->strings["Theme for mobile devices"] = "Téma zobrazení pro mobilní zařízení"; +$a->strings["SSL link policy"] = "Politika SSL odkazů"; +$a->strings["Determines whether generated links should be forced to use SSL"] = "Určuje, zda-li budou generované odkazy používat SSL"; +$a->strings["'Share' element"] = "Element \"Sdílet\""; +$a->strings["Activates the bbcode element 'share' for repeating items."] = "Aktivuje bbcode prvek 'share' pro opakované položky."; +$a->strings["Hide help entry from navigation menu"] = "skrýt nápovědu z navigačního menu"; +$a->strings["Hides the menu entry for the Help pages from the navigation menu. You can still access it calling /help directly."] = "Skryje menu ze stránek Nápověda z navigačního menu. Nápovědu můžete stále zobrazit přímo zadáním /help."; +$a->strings["Single user instance"] = "Jednouživatelská instance"; +$a->strings["Make this instance multi-user or single-user for the named user"] = "Nastavit tuto instanci víceuživatelskou nebo jednouživatelskou pro pojmenovaného uživatele"; +$a->strings["Maximum image size"] = "Maximální velikost obrázků"; +$a->strings["Maximum size in bytes of uploaded images. Default is 0, which means no limits."] = "Maximální velikost v bajtech nahraných obrázků. Defaultní je 0, což znamená neomezeno."; +$a->strings["Maximum image length"] = "Maximální velikost obrázků"; +$a->strings["Maximum length in pixels of the longest side of uploaded images. Default is -1, which means no limits."] = "Maximální délka v pixelech delší stránky nahrávaných obrázků. Defaultně je -1, což označuje bez limitu"; +$a->strings["JPEG image quality"] = "JPEG kvalita obrázku"; +$a->strings["Uploaded JPEGS will be saved at this quality setting [0-100]. Default is 100, which is full quality."] = "Nahrávaný JPEG bude uložen se zadanou kvalitou v rozmezí [0-100]. Defaultní je 100, což znamená plnou kvalitu."; +$a->strings["Register policy"] = "Politika registrace"; +$a->strings["Maximum Daily Registrations"] = "Maximální počet denních registrací"; +$a->strings["If registration is permitted above, this sets the maximum number of new user registrations to accept per day. If register is set to closed, this setting has no effect."] = "Pokud je registrace výše povolena, zde se nastaví maximální počet registrací nových uživatelů za den.\nPokud je registrace zakázána, toto nastavení nemá žádný efekt."; +$a->strings["Register text"] = "Registrace textu"; +$a->strings["Will be displayed prominently on the registration page."] = "Bude zřetelně zobrazeno na registrační stránce."; +$a->strings["Accounts abandoned after x days"] = "Účet je opuštěn po x dnech"; +$a->strings["Will not waste system resources polling external sites for abandonded accounts. Enter 0 for no time limit."] = "Neztrácejte systémové zdroje kontaktováním externích webů s opuštěnými účty. Zadejte 0 pro žádný časový limit."; +$a->strings["Allowed friend domains"] = "Povolené domény přátel"; +$a->strings["Comma separated list of domains which are allowed to establish friendships with this site. Wildcards are accepted. Empty to allow any domains"] = "Čárkou oddělený seznam domén, kterým je povoleno navazovat přátelství s tímto webem. Zástupné znaky (wildcards) jsou povoleny. Prázné znamená libovolnou doménu."; +$a->strings["Allowed email domains"] = "Povolené e-mailové domény"; +$a->strings["Comma separated list of domains which are allowed in email addresses for registrations to this site. Wildcards are accepted. Empty to allow any domains"] = "Čárkou oddělený seznam domén emalových adres, kterým je povoleno provádět registraci na tomto webu. Zástupné znaky (wildcards) jsou povoleny. Prázné znamená libovolnou doménu."; +$a->strings["Block public"] = "Blokovat veřejnost"; +$a->strings["Check to block public access to all otherwise public personal pages on this site unless you are currently logged in."] = "Označemím přepínače zablokujete veřejný přístup ke všem jinak veřejně přístupným soukromým stránkám uživatelům, kteří nebudou přihlášeni."; +$a->strings["Force publish"] = "Publikovat"; +$a->strings["Check to force all profiles on this site to be listed in the site directory."] = "Označením přepínače budou včechny profily na tomto webu uvedeny v adresáři webu."; +$a->strings["Global directory update URL"] = "aktualizace URL adresy Globálního adresáře "; +$a->strings["URL to update the global directory. If this is not set, the global directory is completely unavailable to the application."] = "URL adresa k aktualizaci globálního adresáře. Pokud není zadáno, funkce globálního adresáře není dostupná žádné aplikaci."; +$a->strings["Allow threaded items"] = "Povolit vícevláknové zpracování obsahu"; +$a->strings["Allow infinite level threading for items on this site."] = "Povolit zpracování obsahu tohoto webu neomezeným počtem paralelních vláken."; +$a->strings["Private posts by default for new users"] = "Nastavit pro nové uživatele příspěvky jako soukromé"; +$a->strings["Set default post permissions for all new members to the default privacy group rather than public."] = "Nastavit defaultní práva pro příspěvky od všech nových členů na výchozí soukromou skupinu raději než jako veřejné."; +$a->strings["Don't include post content in email notifications"] = "Nezahrnovat obsah příspěvků v emailových upozorněních"; +$a->strings["Don't include the content of a post/comment/private message/etc. in the email notifications that are sent out from this site, as a privacy measure."] = " V mailových upozorněních, které jsou odesílány z tohoto webu jako soukromé zprávy, nejsou z důvodů bezpečnosti obsaženy příspěvky/komentáře/soukromé zprávy apod. "; +$a->strings["Disallow public access to addons listed in the apps menu."] = "Zakázat veřejný přístup k rozšířením uvedeným v menu aplikace."; +$a->strings["Checking this box will restrict addons listed in the apps menu to members only."] = "Označení této volby omezí rozšíření uvedená v menu aplikace pouze pro členy."; +$a->strings["Don't embed private images in posts"] = "Nepovolit přidávání soukromých správ v příspěvcích"; +$a->strings["Don't replace locally-hosted private photos in posts with an embedded copy of the image. This means that contacts who receive posts containing private photos will have to authenticate and load each image, which may take a while."] = "Nereplikovat lokální soukromé fotografie v příspěvcích s přidáním kopie obrázku. To znamená, že kontakty, které obdrží příspěvek obsahující soukromé fotografie se budou muset přihlásit a načíst každý obrázek, což může zabrat nějaký čas."; +$a->strings["Block multiple registrations"] = "Blokovat více registrací"; +$a->strings["Disallow users to register additional accounts for use as pages."] = "Znemožnit uživatelům registraci dodatečných účtů k použití jako stránky."; +$a->strings["OpenID support"] = "podpora OpenID"; +$a->strings["OpenID support for registration and logins."] = "Podpora OpenID pro registraci a přihlašování."; +$a->strings["Fullname check"] = "kontrola úplného jména"; +$a->strings["Force users to register with a space between firstname and lastname in Full name, as an antispam measure"] = "Přimět uživatele k registraci s mezerou mezi jménu a příjmením v poli Celé jméno, jako antispamové opatření."; +$a->strings["UTF-8 Regular expressions"] = "UTF-8 Regulární výrazy"; +$a->strings["Use PHP UTF8 regular expressions"] = "Použít PHP UTF8 regulární výrazy."; +$a->strings["Show Community Page"] = "Zobrazit stránku komunity"; +$a->strings["Display a Community page showing all recent public postings on this site."] = "Zobrazit Komunitní stránku zobrazující všechny veřejné příspěvky napsané na této stránce."; +$a->strings["Enable OStatus support"] = "Zapnout podporu OStatus"; +$a->strings["Provide built-in OStatus (identi.ca, status.net, etc.) compatibility. All communications in OStatus are public, so privacy warnings will be occasionally displayed."] = "Poskytnout zabudouvanou kompatibilitu s OStatus (identi.ca, status.net, etc.). Veškerá komunikace s OStatus je veřejná, proto bude občas zobrazeno upozornění."; +$a->strings["OStatus conversation completion interval"] = "Interval dokončení konverzace OStatus"; +$a->strings["How often shall the poller check for new entries in OStatus conversations? This can be a very ressource task."] = "Jak často by mělo probíhat ověřování pro nové přísvěvky v konverzacích OStatus? Toto může být velmi výkonově náročný úkol."; +$a->strings["Enable Diaspora support"] = "Povolit podporu Diaspora"; +$a->strings["Provide built-in Diaspora network compatibility."] = "Poskytnout zabudovanou kompatibilitu sitě Diaspora."; +$a->strings["Only allow Friendica contacts"] = "Povolit pouze Friendica kontakty"; +$a->strings["All contacts must use Friendica protocols. All other built-in communication protocols disabled."] = "Všechny kontakty musí používat Friendica protokol. Všchny jiné zabudované komunikační protokoly budou zablokované."; +$a->strings["Verify SSL"] = "Ověřit SSL"; +$a->strings["If you wish, you can turn on strict certificate checking. This will mean you cannot connect (at all) to self-signed SSL sites."] = "Pokud si přejete, můžete vynutit striktní ověřování certifikátů. To znamená že se nebudete moci připojit k žádnému serveru s vlastním SSL certifikátem."; +$a->strings["Proxy user"] = "Proxy uživatel"; +$a->strings["Proxy URL"] = "Proxy URL adresa"; +$a->strings["Network timeout"] = "čas síťového spojení vypršelo (timeout)"; +$a->strings["Value is in seconds. Set to 0 for unlimited (not recommended)."] = "Hodnota ve vteřinách. Nastavte 0 pro neomezeno (není doporučeno)."; +$a->strings["Delivery interval"] = "Interval doručování"; +$a->strings["Delay background delivery processes by this many seconds to reduce system load. Recommend: 4-5 for shared hosts, 2-3 for virtual private servers. 0-1 for large dedicated servers."] = "Prodleva mezi doručovacími procesy běžícími na pozadí snižuje zátěž systému. Doporučené nastavení: 4-5 pro sdílené instalace, 2-3 pro virtuální soukromé servery, 0-1 pro velké dedikované servery."; +$a->strings["Poll interval"] = "Dotazovací interval"; +$a->strings["Delay background polling processes by this many seconds to reduce system load. If 0, use delivery interval."] = "Tímto nastavením ovlivníte prodlení mezi aktualizačními procesy běžícími na pozadí, čímž můžete snížit systémovou zátěž. Pokud 0, použijte doručovací interval."; +$a->strings["Maximum Load Average"] = "Maximální průměrné zatížení"; +$a->strings["Maximum system load before delivery and poll processes are deferred - default 50."] = "Maximální zatížení systému před pozastavením procesů zajišťujících doručování aktualizací - defaultně 50"; +$a->strings["Use MySQL full text engine"] = "Použít fulltextový vyhledávací stroj MySQL"; +$a->strings["Activates the full text engine. Speeds up search - but can only search for four and more characters."] = "Aktivuje fulltextový vyhledávací stroj. Zrychluje vyhledávání ale pouze pro vyhledávání čtyř a více znaků"; +$a->strings["Path to item cache"] = "Cesta k položkám vyrovnávací paměti"; +$a->strings["Cache duration in seconds"] = "Doba platnosti vyrovnávací paměti v sekundách"; +$a->strings["How long should the cache files be hold? Default value is 86400 seconds (One day)."] = "Jak dlouho by měla vyrovnávací paměť držet data? Výchozí hodnota je 86400 sekund (Jeden den)."; +$a->strings["Path for lock file"] = "Cesta k souboru zámku"; +$a->strings["Temp path"] = "Cesta k dočasným souborům"; +$a->strings["Base path to installation"] = "Základní cesta k instalaci"; +$a->strings["Update has been marked successful"] = "Aktualizace byla označena jako úspěšná."; +$a->strings["Executing %s failed. Check system logs."] = "Vykonávání %s selhalo. Zkontrolujte chybový protokol."; +$a->strings["Update %s was successfully applied."] = "Aktualizace %s byla úspěšně aplikována."; +$a->strings["Update %s did not return a status. Unknown if it succeeded."] = "Aktualizace %s nevrátila žádný status. Není zřejmé, jestli byla úspěšná."; +$a->strings["Update function %s could not be found."] = "Aktualizační funkce %s nebyla nalezena."; +$a->strings["No failed updates."] = "Žádné neúspěšné aktualizace."; +$a->strings["Failed Updates"] = "Neúspěšné aktualizace"; +$a->strings["This does not include updates prior to 1139, which did not return a status."] = "To nezahrnuje aktualizace do verze 1139, které nevracejí žádný status."; +$a->strings["Mark success (if update was manually applied)"] = "Označit za úspěšné (pokud byla aktualizace aplikována manuálně)"; +$a->strings["Attempt to execute this update step automatically"] = "Pokusit se provést tuto aktualizaci automaticky."; +$a->strings["%s user blocked/unblocked"] = array( + 0 => "%s uživatel blokován/odblokován", + 1 => "%s uživatelů blokováno/odblokováno", + 2 => "%s uživatelů blokováno/odblokováno", +); +$a->strings["%s user deleted"] = array( + 0 => "%s uživatel smazán", + 1 => "%s uživatelů smazáno", + 2 => "%s uživatelů smazáno", +); +$a->strings["User '%s' deleted"] = "Uživatel '%s' smazán"; +$a->strings["User '%s' unblocked"] = "Uživatel '%s' odblokován"; +$a->strings["User '%s' blocked"] = "Uživatel '%s' blokován"; +$a->strings["select all"] = "Vybrat vše"; +$a->strings["User registrations waiting for confirm"] = "Registrace uživatele čeká na potvrzení"; +$a->strings["Request date"] = "Datum žádosti"; +$a->strings["Name"] = "Jméno"; +$a->strings["No registrations."] = "Žádné registrace."; +$a->strings["Approve"] = "Schválit"; +$a->strings["Deny"] = "Odmítnout"; +$a->strings["Block"] = "Blokovat"; +$a->strings["Unblock"] = "Odblokovat"; +$a->strings["Site admin"] = "Site administrátor"; +$a->strings["Account expired"] = "Účtu vypršela platnost"; +$a->strings["Register date"] = "Datum registrace"; +$a->strings["Last login"] = "Datum posledního přihlášení"; +$a->strings["Last item"] = "Poslední položka"; +$a->strings["Account"] = "Účet"; +$a->strings["Selected users will be deleted!\\n\\nEverything these users had posted on this site will be permanently deleted!\\n\\nAre you sure?"] = "Vybraní uživatelé budou smazáni!\\n\\n Vše, co tito uživatelé na těchto stránkách vytvořili, bude trvale odstraněno!\\n\\n Opravdu pokračovat?"; +$a->strings["The user {0} will be deleted!\\n\\nEverything this user has posted on this site will be permanently deleted!\\n\\nAre you sure?"] = "Uživatel {0} bude smazán!\\n\\n Vše, co tento uživatel na těchto stránkách vytvořil, bude trvale odstraněno!\\n\\n Opravdu pokračovat?"; +$a->strings["Plugin %s disabled."] = "Plugin %s zakázán."; +$a->strings["Plugin %s enabled."] = "Plugin %s povolen."; +$a->strings["Disable"] = "Zakázat"; +$a->strings["Enable"] = "Povolit"; +$a->strings["Toggle"] = "Přepnout"; +$a->strings["Author: "] = "Autor: "; +$a->strings["Maintainer: "] = "Správce: "; +$a->strings["No themes found."] = "Nenalezeny žádná témata."; +$a->strings["Screenshot"] = "Snímek obrazovky"; +$a->strings["[Experimental]"] = "[Experimentální]"; +$a->strings["[Unsupported]"] = "[Nepodporováno]"; +$a->strings["Log settings updated."] = "Nastavení protokolu aktualizováno."; +$a->strings["Clear"] = "Vyčistit"; +$a->strings["Enable Debugging"] = "Povolit ladění"; +$a->strings["Log file"] = "Soubor s logem"; +$a->strings["Must be writable by web server. Relative to your Friendica top-level directory."] = "Musí být editovatelné web serverem. Relativní cesta k vašemu kořenovému adresáři Friendica"; +$a->strings["Log level"] = "Úroveň auditu"; +$a->strings["Update now"] = "Aktualizovat"; +$a->strings["Close"] = "Zavřít"; +$a->strings["FTP Host"] = "Hostitel FTP"; +$a->strings["FTP Path"] = "Cesta FTP"; +$a->strings["FTP User"] = "FTP uživatel"; +$a->strings["FTP Password"] = "FTP heslo"; +$a->strings["Unable to locate original post."] = "Nelze nalézt původní příspěvek."; +$a->strings["Empty post discarded."] = "Prázdný příspěvek odstraněn."; +$a->strings["System error. Post not saved."] = "Chyba systému. Příspěvek nebyl uložen."; +$a->strings["This message was sent to you by %s, a member of the Friendica social network."] = "Tato zpráva vám byla zaslána od %s, člena sociální sítě Friendica."; +$a->strings["You may visit them online at %s"] = "Můžete je navštívit online na adrese %s"; +$a->strings["Please contact the sender by replying to this post if you do not wish to receive these messages."] = "Pokud nechcete dostávat tyto zprávy, kontaktujte prosím odesilatele odpovědí na tento záznam."; +$a->strings["%s posted an update."] = "%s poslal aktualizaci."; +$a->strings["Friends of %s"] = "Přátelé uživatele %s"; +$a->strings["No friends to display."] = "Žádní přátelé k zobrazení"; +$a->strings["Remove term"] = "Odstranit termín"; +$a->strings["No results."] = "Žádné výsledky."; +$a->strings["Authorize application connection"] = "Povolit připojení aplikacím"; +$a->strings["Return to your app and insert this Securty Code:"] = "Vraťte se do vaší aplikace a zadejte tento bezpečnostní kód:"; +$a->strings["Please login to continue."] = "Pro pokračování se prosím přihlaste."; +$a->strings["Do you want to authorize this application to access your posts and contacts, and/or create new posts for you?"] = "Chcete umožnit této aplikaci přístup k vašim příspěvkům a kontaktům a/nebo k vytváření Vašich nových příspěvků?"; +$a->strings["Registration details for %s"] = "Registrační údaje pro %s"; +$a->strings["Registration successful. Please check your email for further instructions."] = "Registrace úspěšná. Zkontrolujte prosím svůj e-mail pro další instrukce."; +$a->strings["Failed to send email message. Here is the message that failed."] = "Nepodařilo se odeslat zprávu na e-mail. Zde je zpráva, která nebyla odeslána."; +$a->strings["Your registration can not be processed."] = "Vaši registraci nelze zpracovat."; +$a->strings["Registration request at %s"] = "Žádost o registraci na %s"; +$a->strings["Your registration is pending approval by the site owner."] = "Vaše registrace čeká na schválení vlastníkem serveru."; +$a->strings["This site has exceeded the number of allowed daily account registrations. Please try again tomorrow."] = "Došlo k překročení maximálního povoleného počtu registrací za den na tomto serveru. Zkuste to zítra znovu."; +$a->strings["You may (optionally) fill in this form via OpenID by supplying your OpenID and clicking 'Register'."] = "Tento formulář můžete (volitelně) vyplnit s pomocí OpenID tím, že vyplníte své OpenID a kliknutete na tlačítko 'Zaregistrovat'."; +$a->strings["If you are not familiar with OpenID, please leave that field blank and fill in the rest of the items."] = "Pokud nepoužíváte OpenID, nechte prosím toto pole prázdné a vyplňte zbylé položky."; +$a->strings["Your OpenID (optional): "] = "Vaše OpenID (nepovinné): "; +$a->strings["Include your profile in member directory?"] = "Toto je Váš veřejný profil.
Ten může být viditelný kýmkoliv na internetu."; +$a->strings["Membership on this site is by invitation only."] = "Členství na tomto webu je pouze na pozvání."; +$a->strings["Your invitation ID: "] = "Vaše pozvání ID:"; +$a->strings["Your Full Name (e.g. Joe Smith): "] = "Vaše celé jméno (např. Jan Novák):"; +$a->strings["Your Email Address: "] = "Vaše e-mailová adresa:"; +$a->strings["Choose a profile nickname. This must begin with a text character. Your profile address on this site will then be 'nickname@\$sitename'."] = "Vyberte přezdívku k profilu. Ta musí začít s textovým znakem. Vaše profilová adresa na tomto webu pak bude \"přezdívka@\$sitename\"."; +$a->strings["Choose a nickname: "] = "Vyberte přezdívku:"; +$a->strings["Account approved."] = "Účet schválen."; +$a->strings["Registration revoked for %s"] = "Registrace zrušena pro %s"; +$a->strings["Please login."] = "Přihlaste se, prosím."; +$a->strings["Item not available."] = "Položka není k dispozici."; +$a->strings["Item was not found."] = "Položka nebyla nalezena."; +$a->strings["Remove My Account"] = "Odstranit můj účet"; +$a->strings["This will completely remove your account. Once this has been done it is not recoverable."] = "Tímto bude kompletně odstraněn váš účet. Jakmile bude účet odstraněn, nebude už možné ho obnovit."; +$a->strings["Please enter your password for verification:"] = "Prosím, zadejte své heslo pro ověření:"; +$a->strings["Source (bbcode) text:"] = "Zdrojový text (bbcode):"; +$a->strings["Source (Diaspora) text to convert to BBcode:"] = "Zdrojový (Diaspora) text k převedení do BB kódování:"; +$a->strings["Source input: "] = "Zdrojový vstup: "; +$a->strings["bb2html (raw HTML): "] = "bb2html (raw HTML): "; +$a->strings["bb2html: "] = "bb2html: "; +$a->strings["bb2html2bb: "] = "bb2html2bb: "; +$a->strings["bb2md: "] = "bb2md: "; +$a->strings["bb2md2html: "] = "bb2md2html: "; +$a->strings["bb2dia2bb: "] = "bb2dia2bb: "; +$a->strings["bb2md2html2bb: "] = "bb2md2html2bb: "; +$a->strings["Source input (Diaspora format): "] = "Vstupní data (ve formátu Diaspora): "; +$a->strings["diaspora2bb: "] = "diaspora2bb: "; +$a->strings["Common Friends"] = "Společní přátelé"; +$a->strings["No contacts in common."] = "Žádné společné kontakty."; +$a->strings["You must be logged in to use addons. "] = "Musíte být přihlášení pro použití rozšíření."; +$a->strings["Applications"] = "Aplikace"; +$a->strings["No installed applications."] = "Žádné nainstalované aplikace."; +$a->strings["Could not access contact record."] = "Nelze získat přístup k záznamu kontaktu."; +$a->strings["Could not locate selected profile."] = "Nelze nalézt vybraný profil."; +$a->strings["Contact updated."] = "Kontakt aktualizován."; +$a->strings["Failed to update contact record."] = "Nepodařilo se aktualizovat kontakt."; +$a->strings["Contact has been blocked"] = "Kontakt byl zablokován"; +$a->strings["Contact has been unblocked"] = "Kontakt byl odblokován"; +$a->strings["Contact has been ignored"] = "Kontakt bude ignorován"; +$a->strings["Contact has been unignored"] = "Kontakt přestal být ignorován"; +$a->strings["Contact has been archived"] = "Kontakt byl archivován"; +$a->strings["Contact has been unarchived"] = "Kontakt byl vrácen z archívu."; +$a->strings["Do you really want to delete this contact?"] = "Opravdu chcete smazat tento kontakt?"; +$a->strings["Contact has been removed."] = "Kontakt byl odstraněn."; +$a->strings["You are mutual friends with %s"] = "Jste vzájemní přátelé s uživatelem %s"; +$a->strings["You are sharing with %s"] = "Sdílíte s uživatelem %s"; +$a->strings["%s is sharing with you"] = "uživatel %s sdílí s vámi"; +$a->strings["Private communications are not available for this contact."] = "Soukromá komunikace není dostupná pro tento kontakt."; +$a->strings["(Update was successful)"] = "(Aktualizace byla úspěšná)"; +$a->strings["(Update was not successful)"] = "(Aktualizace nebyla úspěšná)"; +$a->strings["Suggest friends"] = "Navrhněte přátelé"; +$a->strings["Network type: %s"] = "Typ sítě: %s"; +$a->strings["View all contacts"] = "Zobrazit všechny kontakty"; +$a->strings["Toggle Blocked status"] = "Přepnout stav Blokováno"; +$a->strings["Unignore"] = "Přestat ignorovat"; +$a->strings["Ignore"] = "Ignorovat"; +$a->strings["Toggle Ignored status"] = "Přepnout stav Ignorováno"; +$a->strings["Unarchive"] = "Vrátit z archívu"; +$a->strings["Archive"] = "Archivovat"; +$a->strings["Toggle Archive status"] = "Přepnout stav Archivováno"; +$a->strings["Repair"] = "Opravit"; +$a->strings["Advanced Contact Settings"] = "Pokročilé nastavení kontaktu"; +$a->strings["Communications lost with this contact!"] = "Komunikace s tímto kontaktem byla ztracena!"; +$a->strings["Contact Editor"] = "Editor kontaktu"; +$a->strings["Profile Visibility"] = "Viditelnost profilu"; +$a->strings["Please choose the profile you would like to display to %s when viewing your profile securely."] = "Vyberte prosím profil, který chcete zobrazit %s při zabezpečeném prohlížení vašeho profilu."; +$a->strings["Contact Information / Notes"] = "Kontaktní informace / poznámky"; +$a->strings["Edit contact notes"] = "Editovat poznámky kontaktu"; +$a->strings["Block/Unblock contact"] = "Blokovat / Odblokovat kontakt"; +$a->strings["Ignore contact"] = "Ignorovat kontakt"; +$a->strings["Repair URL settings"] = "Opravit nastavení adresy URL "; +$a->strings["View conversations"] = "Zobrazit konverzace"; +$a->strings["Delete contact"] = "Odstranit kontakt"; +$a->strings["Last update:"] = "Poslední aktualizace:"; +$a->strings["Update public posts"] = "Aktualizovat veřejné příspěvky"; +$a->strings["Currently blocked"] = "V současnosti zablokováno"; +$a->strings["Currently ignored"] = "V současnosti ignorováno"; +$a->strings["Currently archived"] = "Aktuálně archivován"; +$a->strings["Hide this contact from others"] = "Skrýt tento kontakt před ostatními"; +$a->strings["Replies/likes to your public posts may still be visible"] = "Odpovědi/Libí se na Vaše veřejné příspěvky mohou být stále viditelné"; +$a->strings["Suggestions"] = "Doporučení"; +$a->strings["Suggest potential friends"] = "Navrhnout potenciální přátele"; +$a->strings["All Contacts"] = "Všechny kontakty"; +$a->strings["Show all contacts"] = "Zobrazit všechny kontakty"; +$a->strings["Unblocked"] = "Odblokován"; +$a->strings["Only show unblocked contacts"] = "Zobrazit pouze neblokované kontakty"; +$a->strings["Blocked"] = "Blokován"; +$a->strings["Only show blocked contacts"] = "Zobrazit pouze blokované kontakty"; +$a->strings["Ignored"] = "Ignorován"; +$a->strings["Only show ignored contacts"] = "Zobrazit pouze ignorované kontakty"; +$a->strings["Archived"] = "Archivován"; +$a->strings["Only show archived contacts"] = "Zobrazit pouze archivované kontakty"; +$a->strings["Hidden"] = "Skrytý"; +$a->strings["Only show hidden contacts"] = "Zobrazit pouze skryté kontakty"; +$a->strings["Mutual Friendship"] = "Vzájemné přátelství"; +$a->strings["is a fan of yours"] = "je Váš fanoušek"; +$a->strings["you are a fan of"] = "jste fanouškem"; +$a->strings["Search your contacts"] = "Prohledat Vaše kontakty"; +$a->strings["Finding: "] = "Zjištění: "; +$a->strings["everybody"] = "Žádost o připojení selhala nebo byla zrušena."; +$a->strings["Additional features"] = "Další funkčnosti"; +$a->strings["Display settings"] = "Nastavení zobrazení"; +$a->strings["Connector settings"] = "Nastavení konektoru"; +$a->strings["Plugin settings"] = "Nastavení pluginu"; +$a->strings["Connected apps"] = "Propojené aplikace"; +$a->strings["Export personal data"] = "Export osobních údajů"; +$a->strings["Remove account"] = "Odstranit účet"; +$a->strings["Missing some important data!"] = "Chybí některé důležité údaje!"; +$a->strings["Update"] = "Aktualizace"; +$a->strings["Failed to connect with email account using the settings provided."] = "Nepodařilo se připojit k e-mailovému účtu pomocí dodaného nastavení."; +$a->strings["Email settings updated."] = "Nastavení e-mailu aktualizována."; +$a->strings["Features updated"] = "Aktualizované funkčnosti"; +$a->strings["Passwords do not match. Password unchanged."] = "Hesla se neshodují. Heslo nebylo změněno."; +$a->strings["Empty passwords are not allowed. Password unchanged."] = "Prázdné hesla nejsou povolena. Heslo nebylo změněno."; +$a->strings["Wrong password."] = "Špatné heslo."; +$a->strings["Password changed."] = "Heslo bylo změněno."; +$a->strings["Password update failed. Please try again."] = "Aktualizace hesla se nezdařila. Zkuste to prosím znovu."; +$a->strings[" Please use a shorter name."] = "Prosím použijte kratší jméno."; +$a->strings[" Name too short."] = "Jméno je příliš krátké."; +$a->strings["Wrong Password"] = "Špatné heslo"; +$a->strings[" Not valid email."] = "Neplatný e-mail."; +$a->strings[" Cannot change to that email."] = "Nelze provést změnu na tento e-mail."; +$a->strings["Private forum has no privacy permissions. Using default privacy group."] = "Soukromé fórum nemá nastaveno zabezpečení. Používá se defaultní soukromá skupina."; +$a->strings["Private forum has no privacy permissions and no default privacy group."] = "Soukromé fórum nemá nastaveno zabezpečení a ani žádnou defaultní soukromou skupinu."; +$a->strings["Settings updated."] = "Nastavení aktualizováno."; +$a->strings["Add application"] = "Přidat aplikaci"; +$a->strings["Consumer Key"] = "Consumer Key"; +$a->strings["Consumer Secret"] = "Consumer Secret"; +$a->strings["Redirect"] = "Přesměrování"; +$a->strings["Icon url"] = "URL ikony"; +$a->strings["You can't edit this application."] = "Nemůžete editovat tuto aplikaci."; +$a->strings["Connected Apps"] = "Připojené aplikace"; +$a->strings["Edit"] = "Upravit"; +$a->strings["Client key starts with"] = "Klienský klíč začíná"; +$a->strings["No name"] = "Bez názvu"; +$a->strings["Remove authorization"] = "Odstranit oprávnění"; +$a->strings["No Plugin settings configured"] = "Žádný doplněk není nastaven"; +$a->strings["Plugin Settings"] = "Nastavení doplňku"; +$a->strings["Off"] = "Vypnuto"; +$a->strings["On"] = "Zapnuto"; +$a->strings["Additional Features"] = "Další Funkčnosti"; +$a->strings["Built-in support for %s connectivity is %s"] = "Vestavěná podpora pro připojení s %s je %s"; +$a->strings["enabled"] = "povoleno"; +$a->strings["disabled"] = "zakázáno"; +$a->strings["StatusNet"] = "StatusNet"; +$a->strings["Email access is disabled on this site."] = "Přístup k elektronické poště je na tomto serveru zakázán."; +$a->strings["Connector Settings"] = "Nastavení konektoru"; +$a->strings["Email/Mailbox Setup"] = "Nastavení e-mailu"; +$a->strings["If you wish to communicate with email contacts using this service (optional), please specify how to connect to your mailbox."] = "Pokud chcete komunikovat pomocí této služby s Vašimi kontakty z e-mailu (volitelné), uveďte, jak se připojit k Vaší e-mailové schránce."; +$a->strings["Last successful email check:"] = "Poslední úspěšná kontrola e-mailu:"; +$a->strings["IMAP server name:"] = "jméno IMAP serveru:"; +$a->strings["IMAP port:"] = "IMAP port:"; +$a->strings["Security:"] = "Zabezpečení:"; +$a->strings["None"] = "Žádný"; +$a->strings["Email login name:"] = "přihlašovací jméno k e-mailu:"; +$a->strings["Email password:"] = "heslo k Vašemu e-mailu:"; +$a->strings["Reply-to address:"] = "Odpovědět na adresu:"; +$a->strings["Send public posts to all email contacts:"] = "Poslat veřejné příspěvky na všechny e-mailové kontakty:"; +$a->strings["Action after import:"] = "Akce po importu:"; +$a->strings["Mark as seen"] = "Označit jako přečtené"; +$a->strings["Move to folder"] = "Přesunout do složky"; +$a->strings["Move to folder:"] = "Přesunout do složky:"; +$a->strings["Display Settings"] = "Nastavení Zobrazení"; +$a->strings["Display Theme:"] = "Vybrat grafickou šablonu:"; +$a->strings["Mobile Theme:"] = "Téma pro mobilní zařízení:"; +$a->strings["Update browser every xx seconds"] = "Aktualizovat prohlížeč každých xx sekund"; +$a->strings["Minimum of 10 seconds, no maximum"] = "Minimum 10 sekund, žádné maximum."; +$a->strings["Number of items to display per page:"] = "Počet položek zobrazených na stránce:"; +$a->strings["Maximum of 100 items"] = "Maximum 100 položek"; +$a->strings["Number of items to display per page when viewed from mobile device:"] = "Počet položek ke zobrazení na stránce při zobrazení na mobilním zařízení:"; +$a->strings["Don't show emoticons"] = "Nezobrazovat emotikony"; +$a->strings["Normal Account Page"] = "Normální stránka účtu"; +$a->strings["This account is a normal personal profile"] = "Tento účet je běžný osobní profil"; +$a->strings["Soapbox Page"] = "Stránka \"Soapbox\""; +$a->strings["Automatically approve all connection/friend requests as read-only fans"] = "Automaticky schválit všechna spojení / přátelství jako fanoušky s právem pouze ke čtení"; +$a->strings["Community Forum/Celebrity Account"] = "Komunitní fórum/ účet celebrity"; +$a->strings["Automatically approve all connection/friend requests as read-write fans"] = "Automaticky schvalovat všechny žádosti o spojení / přátelství, jako fanoušky s právem ke čtení."; +$a->strings["Automatic Friend Page"] = "Automatická stránka přítele"; +$a->strings["Automatically approve all connection/friend requests as friends"] = "Automaticky schvalovat všechny žádosti o spojení / přátelství jako přátele"; +$a->strings["Private Forum [Experimental]"] = "Soukromé fórum [Experimentální]"; +$a->strings["Private forum - approved members only"] = "Soukromé fórum - pouze pro schválené členy"; +$a->strings["OpenID:"] = "OpenID:"; +$a->strings["(Optional) Allow this OpenID to login to this account."] = "(Volitelné) Povolit OpenID pro přihlášení k tomuto účtu."; +$a->strings["Publish your default profile in your local site directory?"] = "Publikovat Váš výchozí profil v místním adresáři webu?"; +$a->strings["Publish your default profile in the global social directory?"] = "Publikovat Váš výchozí profil v globální sociálním adresáři?"; +$a->strings["Hide your contact/friend list from viewers of your default profile?"] = "Skrýt Vaše kontaktní údaje a seznam přátel před návštěvníky ve Vašem výchozím profilu?"; +$a->strings["Hide your profile details from unknown viewers?"] = "Skrýt Vaše profilové detaily před neznámými uživateli?"; +$a->strings["Allow friends to post to your profile page?"] = "Povolit přátelům umisťování příspěvků na vaši profilovou stránku?"; +$a->strings["Allow friends to tag your posts?"] = "Povolit přátelům označovat Vaše příspěvky?"; +$a->strings["Allow us to suggest you as a potential friend to new members?"] = "Chcete nám povolit abychom vás navrhovali jako přátelé pro nové členy?"; +$a->strings["Permit unknown people to send you private mail?"] = "Povolit neznámým lidem Vám zasílat soukromé zprávy?"; +$a->strings["Profile is not published."] = "Profil není zveřejněn."; +$a->strings["or"] = "nebo"; +$a->strings["Your Identity Address is"] = "Vaše adresa identity je"; +$a->strings["Automatically expire posts after this many days:"] = "Automaticky expirovat příspěvky po zadaném počtu dní:"; +$a->strings["If empty, posts will not expire. Expired posts will be deleted"] = "Pokud je prázdné, příspěvky nebudou nikdy expirovat. Expirované příspěvky budou vymazány"; +$a->strings["Advanced expiration settings"] = "Pokročilé nastavení expirací"; +$a->strings["Advanced Expiration"] = "Nastavení expirací"; +$a->strings["Expire posts:"] = "Expirovat příspěvky:"; +$a->strings["Expire personal notes:"] = "Expirovat osobní poznámky:"; +$a->strings["Expire starred posts:"] = "Expirovat příspěvky s hvězdou:"; +$a->strings["Expire photos:"] = "Expirovat fotografie:"; +$a->strings["Only expire posts by others:"] = "Přízpěvky expirovat pouze ostatními:"; +$a->strings["Account Settings"] = "Nastavení účtu"; +$a->strings["Password Settings"] = "Nastavení hesla"; +$a->strings["New Password:"] = "Nové heslo:"; +$a->strings["Confirm:"] = "Potvrďte:"; +$a->strings["Leave password fields blank unless changing"] = "Pokud nechcete změnit heslo, položku hesla nevyplňujte"; +$a->strings["Current Password:"] = "Stávající heslo:"; +$a->strings["Your current password to confirm the changes"] = "Vaše stávající heslo k potvrzení změn"; +$a->strings["Password:"] = "Heslo: "; +$a->strings["Basic Settings"] = "Základní nastavení"; +$a->strings["Email Address:"] = "E-mailová adresa:"; +$a->strings["Your Timezone:"] = "Vaše časové pásmo:"; +$a->strings["Default Post Location:"] = "Výchozí umístění příspěvků:"; +$a->strings["Use Browser Location:"] = "Používat umístění dle prohlížeče:"; +$a->strings["Security and Privacy Settings"] = "Nastavení zabezpečení a soukromí"; +$a->strings["Maximum Friend Requests/Day:"] = "Maximální počet žádostí o přátelství za den:"; +$a->strings["(to prevent spam abuse)"] = "(Aby se zabránilo spamu)"; +$a->strings["Default Post Permissions"] = "Výchozí oprávnění pro příspěvek"; +$a->strings["(click to open/close)"] = "(Klikněte pro otevření/zavření)"; +$a->strings["Show to Groups"] = "Zobrazit ve Skupinách"; +$a->strings["Show to Contacts"] = "Zobrazit v Kontaktech"; +$a->strings["Default Private Post"] = "Výchozí Soukromý příspěvek"; +$a->strings["Default Public Post"] = "Výchozí Veřejný příspěvek"; +$a->strings["Default Permissions for New Posts"] = "Výchozí oprávnění pro nové příspěvky"; +$a->strings["Maximum private messages per day from unknown people:"] = "Maximum soukromých zpráv od neznámých lidí:"; +$a->strings["Notification Settings"] = "Nastavení notifikací"; +$a->strings["By default post a status message when:"] = "Defaultně posílat statusové zprávy když:"; +$a->strings["accepting a friend request"] = "akceptuji požadavek na přátelství"; +$a->strings["joining a forum/community"] = "připojující se k fóru/komunitě"; +$a->strings["making an interesting profile change"] = "provedení zajímavé profilové změny"; +$a->strings["Send a notification email when:"] = "Poslat notifikaci e-mailem, když"; +$a->strings["You receive an introduction"] = "obdržíte žádost o propojení"; +$a->strings["Your introductions are confirmed"] = "Vaše žádosti jsou potvrzeny"; +$a->strings["Someone writes on your profile wall"] = "někdo Vám napíše na Vaši profilovou stránku"; +$a->strings["Someone writes a followup comment"] = "někdo Vám napíše následný komentář"; +$a->strings["You receive a private message"] = "obdržíte soukromou zprávu"; +$a->strings["You receive a friend suggestion"] = "Obdržel jste návrh přátelství"; +$a->strings["You are tagged in a post"] = "Jste označen v příspěvku"; +$a->strings["You are poked/prodded/etc. in a post"] = "Byl Jste šťouchnout v příspěvku"; +$a->strings["Advanced Account/Page Type Settings"] = "Pokročilé nastavení účtu/stránky"; +$a->strings["Change the behaviour of this account for special situations"] = "Změnit chování tohoto účtu ve speciálních situacích"; +$a->strings["link"] = "odkaz"; +$a->strings["Contact settings applied."] = "Nastavení kontaktu změněno"; +$a->strings["Contact update failed."] = "Aktualizace kontaktu selhala."; +$a->strings["Contact not found."] = "Kontakt nenalezen."; +$a->strings["Repair Contact Settings"] = "Opravit nastavení kontaktu"; +$a->strings["WARNING: This is highly advanced and if you enter incorrect information your communications with this contact may stop working."] = "Varování: Toto je velmi pokročilé a pokud zadáte nesprávné informace, Vaše komunikace s tímto kontaktem může přestat fungovat."; +$a->strings["Please use your browser 'Back' button now if you are uncertain what to do on this page."] = "Prosím použijte ihned v prohlížeči tlačítko \"zpět\" pokud si nejste jistí co dělat na této stránce."; +$a->strings["Return to contact editor"] = "Návrat k editoru kontaktu"; +$a->strings["Account Nickname"] = "Přezdívka účtu"; +$a->strings["@Tagname - overrides Name/Nickname"] = "@Tagname - upřednostněno před Jménem/Přezdívkou"; +$a->strings["Account URL"] = "URL adresa účtu"; +$a->strings["Friend Request URL"] = "Žádost o přátelství URL"; +$a->strings["Friend Confirm URL"] = "URL adresa potvrzení přátelství"; +$a->strings["Notification Endpoint URL"] = "Notifikační URL adresa"; +$a->strings["Poll/Feed URL"] = "Poll/Feed URL adresa"; +$a->strings["New photo from this URL"] = "Nové foto z této URL adresy"; +$a->strings["No potential page delegates located."] = "Žádní potenciální delegáti stránky nenalezeni."; +$a->strings["Delegates are able to manage all aspects of this account/page except for basic account settings. Please do not delegate your personal account to anybody that you do not trust completely."] = "Delegáti jsou schopni řídit všechny aspekty tohoto účtu / stránky, kromě základních nastavení účtu. Prosím, nepředávejte svůj osobní účet nikomu, komu úplně nevěříte.."; +$a->strings["Existing Page Managers"] = "Stávající správci stránky"; +$a->strings["Existing Page Delegates"] = "Stávající delegáti stránky "; +$a->strings["Potential Delegates"] = "Potenciální delegáti"; +$a->strings["Remove"] = "Odstranit"; +$a->strings["Add"] = "Přidat"; +$a->strings["No entries."] = "Žádné záznamy."; +$a->strings["Poke/Prod"] = "Šťouchanec"; +$a->strings["poke, prod or do other things to somebody"] = "někoho šťouchnout nebo mu provést jinou věc"; +$a->strings["Recipient"] = "Příjemce"; +$a->strings["Choose what you wish to do to recipient"] = "Vyberte, co si přejete příjemci udělat"; +$a->strings["Make this post private"] = "Změnit tento příspěvek na soukromý"; +$a->strings["This may occasionally happen if contact was requested by both persons and it has already been approved."] = "To se může občas stát pokud kontakt byl zažádán oběma osobami a již byl schválen."; +$a->strings["Response from remote site was not understood."] = "Odpověď ze vzdáleného serveru nebyla srozumitelná."; +$a->strings["Unexpected response from remote site: "] = "Neočekávaná odpověď od vzdáleného serveru:"; +$a->strings["Confirmation completed successfully."] = "Potvrzení úspěšně dokončena."; +$a->strings["Remote site reported: "] = "Vzdálený server oznámil:"; +$a->strings["Temporary failure. Please wait and try again."] = "Dočasné selhání. Prosím, vyčkejte a zkuste to znovu."; +$a->strings["Introduction failed or was revoked."] = "Žádost o propojení selhala nebo byla zrušena."; +$a->strings["Unable to set contact photo."] = "Nelze nastavit fotografii kontaktu."; +$a->strings["No user record found for '%s' "] = "Pro '%s' nenalezen žádný uživatelský záznam "; +$a->strings["Our site encryption key is apparently messed up."] = "Náš šifrovací klíč zřejmě přestal správně fungovat."; +$a->strings["Empty site URL was provided or URL could not be decrypted by us."] = "Byla poskytnuta prázdná URL adresa nebo se nepodařilo URL adresu dešifrovat."; +$a->strings["Contact record was not found for you on our site."] = "Kontakt záznam nebyl nalezen pro vás na našich stránkách."; +$a->strings["Site public key not available in contact record for URL %s."] = "V adresáři není k dispozici veřejný klíč pro URL %s."; +$a->strings["The ID provided by your system is a duplicate on our system. It should work if you try again."] = "Váš systém poskytl duplicitní ID vůči našemu systému. Pokuste se akci zopakovat."; +$a->strings["Unable to set your contact credentials on our system."] = "Nelze nastavit Vaše přihlašovací údaje v našem systému."; +$a->strings["Unable to update your contact profile details on our system"] = "Nelze aktualizovat Váš profil v našem systému"; +$a->strings["Connection accepted at %s"] = "Připojení přijato na %s"; +$a->strings["%1\$s has joined %2\$s"] = "%1\$s se připojil k %2\$s"; +$a->strings["%1\$s welcomes %2\$s"] = "%1\$s vítá %2\$s"; +$a->strings["This introduction has already been accepted."] = "Toto pozvání již bylo přijato."; +$a->strings["Profile location is not valid or does not contain profile information."] = "Adresa profilu není platná nebo neobsahuje profilové informace"; +$a->strings["Warning: profile location has no identifiable owner name."] = "Varování: umístění profilu nemá žádné identifikovatelné jméno vlastníka"; +$a->strings["Warning: profile location has no profile photo."] = "Varování: umístění profilu nemá žádnou profilovou fotografii."; +$a->strings["%d required parameter was not found at the given location"] = array( + 0 => "%d požadovaný parametr nebyl nalezen na daném místě", + 1 => "%d požadované parametry nebyly nalezeny na daném místě", + 2 => "%d požadované parametry nebyly nalezeny na daném místě", +); +$a->strings["Introduction complete."] = "Představení dokončeno."; +$a->strings["Unrecoverable protocol error."] = "Neopravitelná chyba protokolu"; +$a->strings["Profile unavailable."] = "Profil není k dispozici."; +$a->strings["%s has received too many connection requests today."] = "%s dnes obdržel příliš mnoho požadavků na připojení."; +$a->strings["Spam protection measures have been invoked."] = "Ochrana proti spamu byla aktivována"; +$a->strings["Friends are advised to please try again in 24 hours."] = "Přátelům se doporučuje to zkusit znovu za 24 hodin."; +$a->strings["Invalid locator"] = "Neplatný odkaz"; +$a->strings["Invalid email address."] = "Neplatná emailová adresa"; +$a->strings["This account has not been configured for email. Request failed."] = "Tento účet nebyl nastaven pro email. Požadavek nesplněn."; +$a->strings["Unable to resolve your name at the provided location."] = "Nepodařilo se zjistit Vaše jméno na zadané adrese."; +$a->strings["You have already introduced yourself here."] = "Již jste se zde zavedli."; +$a->strings["Apparently you are already friends with %s."] = "Zřejmě jste již přátelé se %s."; +$a->strings["Invalid profile URL."] = "Neplatné URL profilu."; +$a->strings["Your introduction has been sent."] = "Vaše žádost o propojení byla odeslána."; +$a->strings["Please login to confirm introduction."] = "Prosím přihlašte se k potvrzení žádosti o propojení."; +$a->strings["Incorrect identity currently logged in. Please login to this profile."] = "Jste přihlášeni pod nesprávnou identitou Prosím, přihlaste se do tohoto profilu."; +$a->strings["Hide this contact"] = "Skrýt tento kontakt"; +$a->strings["Welcome home %s."] = "Vítejte doma %s."; +$a->strings["Please confirm your introduction/connection request to %s."] = "Prosím potvrďte Vaši žádost o propojení %s."; +$a->strings["Confirm"] = "Potvrdit"; +$a->strings["Please enter your 'Identity Address' from one of the following supported communications networks:"] = "Prosím zadejte Vaši adresu identity jedné z následujících podporovaných komunikačních sítí:"; +$a->strings["Connect as an email follower (Coming soon)"] = "Připojte se jako emailový následovník (Již brzy)"; +$a->strings["If you are not yet a member of the free social web, follow this link to find a public Friendica site and join us today."] = "Pokud ještě nejste členem svobodné sociální sítě, následujte tento odkaz k nalezení veřejného Friendica serveru a přidejte se k nám ještě dnes."; +$a->strings["Friend/Connection Request"] = "Požadavek o přátelství / kontaktování"; +$a->strings["Examples: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, testuser@identi.ca"] = "Příklady: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, testuser@identi.ca"; +$a->strings["Please answer the following:"] = "Odpovězte, prosím, následující:"; +$a->strings["Does %s know you?"] = "Zná Vás uživatel %s ?"; +$a->strings["Add a personal note:"] = "Přidat osobní poznámku:"; +$a->strings["StatusNet/Federated Social Web"] = "StatusNet / Federativní Sociální Web"; +$a->strings[" - please do not use this form. Instead, enter %s into your Diaspora search bar."] = " - prosím nepoužívejte tento formulář. Místo toho zadejte %s do Vašeho Diaspora vyhledávacího pole."; +$a->strings["Your Identity Address:"] = "Verze PHP pro příkazový řádek na Vašem systému nemá povolen \"register_argc_argv\"."; +$a->strings["Submit Request"] = "Odeslat žádost"; +$a->strings["%1\$s is following %2\$s's %3\$s"] = "%1\$s následuje %3\$s uživatele %2\$s"; +$a->strings["Global Directory"] = "Globální adresář"; +$a->strings["Find on this site"] = "Nalézt na tomto webu"; +$a->strings["Site Directory"] = "Adresář serveru"; +$a->strings["Gender: "] = "Pohlaví: "; +$a->strings["No entries (some entries may be hidden)."] = "Žádné záznamy (některé položky mohou být skryty)."; +$a->strings["Do you really want to delete this suggestion?"] = "Opravdu chcete smazat tento návrh?"; +$a->strings["No suggestions available. If this is a new site, please try again in 24 hours."] = "Nejsou dostupné žádné návrhy. Pokud je toto nový server, zkuste to znovu za 24 hodin."; +$a->strings["Ignore/Hide"] = "Ignorovat / skrýt"; +$a->strings["People Search"] = "Vyhledávání lidí"; +$a->strings["No matches"] = "Žádné shody"; +$a->strings["No videos selected"] = "Není vybráno žádné video"; +$a->strings["Access to this item is restricted."] = "Přístup k této položce je omezen."; +$a->strings["View Album"] = "Zobrazit album"; +$a->strings["Recent Videos"] = "Aktuální Videa"; +$a->strings["Upload New Videos"] = "Nahrát nová videa"; +$a->strings["Tag removed"] = "Štítek odstraněn"; +$a->strings["Remove Item Tag"] = "Odebrat štítek položky"; +$a->strings["Select a tag to remove: "] = "Vyberte štítek k odebrání: "; +$a->strings["Item not found"] = "Položka nenalezena"; +$a->strings["Edit post"] = "Upravit příspěvek"; +$a->strings["Event title and start time are required."] = "Název události a datum začátku jsou vyžadovány."; +$a->strings["l, F j"] = "l, F j"; +$a->strings["Edit event"] = "Editovat událost"; +$a->strings["Create New Event"] = "Vytvořit novou událost"; +$a->strings["Previous"] = "Předchozí"; +$a->strings["Next"] = "Dále"; +$a->strings["hour:minute"] = "hodina:minuta"; +$a->strings["Event details"] = "Detaily události"; +$a->strings["Format is %s %s. Starting date and Title are required."] = "Formát je %s %s. Datum začátku a Název jsou vyžadovány."; +$a->strings["Event Starts:"] = "Událost začíná:"; +$a->strings["Required"] = "Vyžadováno"; +$a->strings["Finish date/time is not known or not relevant"] = "Datum/čas konce není zadán nebo není relevantní"; +$a->strings["Event Finishes:"] = "Akce končí:"; +$a->strings["Adjust for viewer timezone"] = "Nastavit časové pásmo pro uživatele s právem pro čtení"; +$a->strings["Description:"] = "Popis:"; +$a->strings["Title:"] = "Název:"; +$a->strings["Share this event"] = "Sdílet tuto událost"; +$a->strings["Files"] = "Soubory"; +$a->strings["Export account"] = "Exportovat účet"; +$a->strings["Export your account info and contacts. Use this to make a backup of your account and/or to move it to another server."] = "Exportujte svůj účet a své kontakty. Použijte tuto funkci pro vytvoření zálohy svého účtu a/nebo k přesunu na jiný server."; +$a->strings["Export all"] = "Exportovat vše"; +$a->strings["Export your accout info, contacts and all your items as json. Could be a very big file, and could take a lot of time. Use this to make a full backup of your account (photos are not exported)"] = "Exportujte své informace k účtu, kontakty a vše své položky jako json. To může být velmi velký soubor a může to zabrat spoustu času. Tuto funkci použijte pro úplnou zálohu svého účtu(fotografie se neexportují)"; +$a->strings["- select -"] = "- vyber -"; +$a->strings["Import"] = "Import"; +$a->strings["Move account"] = "Přesunout účet"; +$a->strings["You can import an account from another Friendica server."] = "Můžete importovat účet z jiného Friendica serveru."; +$a->strings["You need to export your account from the old server and upload it here. We will recreate your old account here with all your contacts. We will try also to inform your friends that you moved here."] = "Musíte exportovat svůj účet na sterém serveru a nahrát ho zde. My následně vytvoříme Váš původní účet zde včetně všech kontaktů. Zároveň se pokusíme informovat všechny Vaše přátele, že jste se sem přestěhovali."; +$a->strings["This feature is experimental. We can't import contacts from the OStatus network (statusnet/identi.ca) or from Diaspora"] = "Tato funkčnost je experimentální. Nemůžeme importovat kontakty z OSStatus sítí (statusnet/identi.ca) nebo z Diaspory"; +$a->strings["Account file"] = "Soubor s účtem"; +$a->strings["To export your accont, go to \"Settings->Export your porsonal data\" and select \"Export account\""] = "K exportu Vašeho účtu, jděte do \"Nastavení->Export vašich osobních dat\" a zvolte \" Export účtu\""; +$a->strings["[Embedded content - reload page to view]"] = "[Vložený obsah - obnovení stránky pro zobrazení]"; +$a->strings["Contact added"] = "Kontakt přidán"; +$a->strings["This is Friendica, version"] = "Toto je Friendica, verze"; +$a->strings["running at web location"] = "běžící na webu"; +$a->strings["Please visit Friendica.com to learn more about the Friendica project."] = "Pro získání dalších informací o projektu Friendica navštivte prosím Friendica.com."; +$a->strings["Bug reports and issues: please visit"] = "Pro hlášení chyb a námětů na změny navštivte:"; +$a->strings["Suggestions, praise, donations, etc. - please email \"Info\" at Friendica - dot com"] = "Návrhy, chválu, dary, apod. - prosím piště na \"info\" na Friendica - tečka com"; +$a->strings["Installed plugins/addons/apps:"] = "Instalované pluginy/doplňky/aplikace:"; +$a->strings["No installed plugins/addons/apps"] = "Nejsou žádné nainstalované doplňky/aplikace"; +$a->strings["Friend suggestion sent."] = "Návrhy přátelství odeslány "; +$a->strings["Suggest Friends"] = "Navrhněte přátelé"; +$a->strings["Suggest a friend for %s"] = "Navrhněte přátelé pro uživatele %s"; +$a->strings["Group created."] = "Skupina vytvořena."; +$a->strings["Could not create group."] = "Nelze vytvořit skupinu."; +$a->strings["Group not found."] = "Skupina nenalezena."; +$a->strings["Group name changed."] = "Název skupiny byl změněn."; +$a->strings["Create a group of contacts/friends."] = "Vytvořit skupinu kontaktů / přátel."; +$a->strings["Group Name: "] = "Název skupiny: "; +$a->strings["Group removed."] = "Skupina odstraněna. "; +$a->strings["Unable to remove group."] = "Nelze odstranit skupinu."; +$a->strings["Group Editor"] = "Editor skupin"; +$a->strings["Members"] = "Členové"; +$a->strings["No profile"] = "Žádný profil"; +$a->strings["Help:"] = "Nápověda:"; +$a->strings["Not Found"] = "Nenalezen"; +$a->strings["Page not found."] = "Stránka nenalezena"; +$a->strings["No contacts."] = "Žádné kontakty."; +$a->strings["Welcome to %s"] = "Vítá Vás %s"; +$a->strings["Access denied."] = "Přístup odmítnut"; +$a->strings["File exceeds size limit of %d"] = "Velikost souboru přesáhla limit %d"; +$a->strings["File upload failed."] = "Nahrání souboru se nezdařilo."; +$a->strings["Image exceeds size limit of %d"] = "Obrázek překročil limit velikosti %d"; +$a->strings["Unable to process image."] = "Obrázek není možné zprocesovat"; +$a->strings["Image upload failed."] = "Nahrání obrázku selhalo."; +$a->strings["Total invitation limit exceeded."] = "Celkový limit pozvánek byl překročen"; +$a->strings["%s : Not a valid email address."] = "%s : není platná e-mailová adresa."; +$a->strings["Please join us on Friendica"] = "Prosím přidejte se k nám na Friendice"; +$a->strings["Invitation limit exceeded. Please contact your site administrator."] = "Limit pozvánek byl překročen. Prosím kontaktujte vašeho administrátora webu."; +$a->strings["%s : Message delivery failed."] = "%s : Doručení zprávy se nezdařilo."; +$a->strings["%d message sent."] = array( + 0 => "%d zpráva odeslána.", + 1 => "%d zprávy odeslány.", + 2 => "%d zprávy odeslány.", +); +$a->strings["You have no more invitations available"] = "Nemáte k dispozici žádné další pozvánky"; +$a->strings["Visit %s for a list of public sites that you can join. Friendica members on other sites can all connect with each other, as well as with members of many other social networks."] = "Navštivte %s pro seznam veřejných serverů, na kterých se můžete přidat. Členové Friendica se mohou navzájem propojovat, stejně tak jako se mohou přiopojit se členy mnoha dalších sociálních sítí."; +$a->strings["To accept this invitation, please visit and register at %s or any other public Friendica website."] = "K akceptaci této pozvánky prosím navštivte a registrujte se na %s nebo na kterékoliv jiném veřejném Friendica serveru."; +$a->strings["Friendica sites all inter-connect to create a huge privacy-enhanced social web that is owned and controlled by its members. They can also connect with many traditional social networks. See %s for a list of alternate Friendica sites you can join."] = "Friendica servery jsou všechny propojené a vytváří tak rozsáhlou sociální síť s důrazem na soukromý a je pod kontrolou svých členů. Členové se mohou propojovat s mnoha dalšími tradičními sociálními sítěmi. Navštivte %s pro seznam alternativních Friendica serverů kde se můžete přidat."; +$a->strings["Our apologies. This system is not currently configured to connect with other public sites or invite members."] = "Omlouváme se. Systém nyní není nastaven tak, aby se připojil k ostatním veřejným serverům nebo umožnil pozvat nové členy."; +$a->strings["Send invitations"] = "Poslat pozvánky"; +$a->strings["Enter email addresses, one per line:"] = "Zadejte e-mailové adresy, jednu na řádek:"; +$a->strings["Your message:"] = "Vaše zpráva:"; +$a->strings["You are cordially invited to join me and other close friends on Friendica - and help us to create a better social web."] = "Jste srdečně pozván se připojit ke mně a k mým blízkým přátelům na Friendica - a pomoci nám vytvořit lepší sociální síť."; +$a->strings["You will need to supply this invitation code: \$invite_code"] = "Budete muset zadat kód této pozvánky: \$invite_code"; +$a->strings["Once you have registered, please connect with me via my profile page at:"] = "Jakmile se zaregistrujete, prosím spojte se se mnou přes mou profilovu stránku na:"; +$a->strings["For more information about the Friendica project and why we feel it is important, please visit http://friendica.com"] = "Pro více informací o Friendica projektu a o tom, proč je tak důležitý, prosím navštivte http://friendica.com"; +$a->strings["Number of daily wall messages for %s exceeded. Message failed."] = "Došlo k překročení maximálního počtu zpráv na zeď během jednoho dne. Zpráva %s nedoručena."; +$a->strings["No recipient selected."] = "Nevybrán příjemce."; +$a->strings["Unable to check your home location."] = "Nebylo možné zjistit Vaši domácí lokaci."; +$a->strings["Message could not be sent."] = "Zprávu se nepodařilo odeslat."; +$a->strings["Message collection failure."] = "Sběr zpráv selhal."; +$a->strings["Message sent."] = "Zpráva odeslána."; +$a->strings["No recipient."] = "Žádný příjemce."; +$a->strings["Send Private Message"] = "Odeslat soukromou zprávu"; +$a->strings["If you wish for %s to respond, please check that the privacy settings on your site allow private mail from unknown senders."] = "Pokud si přejete, aby uživatel %s mohl odpovědět, ověřte si zda-li máte povoleno na svém serveru zasílání soukromých zpráv od neznámých odesilatelů."; +$a->strings["To:"] = "Adresát:"; +$a->strings["Subject:"] = "Předmět:"; +$a->strings["Time Conversion"] = "Časová konverze"; +$a->strings["Friendica provides this service for sharing events with other networks and friends in unknown timezones."] = "Friendica poskytuje tuto službu pro sdílení událostí s ostatními sítěmi a přáteli v neznámých časových zónách"; +$a->strings["UTC time: %s"] = "UTC čas: %s"; +$a->strings["Current timezone: %s"] = "Aktuální časové pásmo: %s"; +$a->strings["Converted localtime: %s"] = "Převedený lokální čas : %s"; +$a->strings["Please select your timezone:"] = "Prosím, vyberte své časové pásmo:"; +$a->strings["Remote privacy information not available."] = "Vzdálené soukromé informace nejsou k dispozici."; +$a->strings["Visible to:"] = "Viditelné pro:"; +$a->strings["No valid account found."] = "Nenalezen žádný platný účet."; +$a->strings["Password reset request issued. Check your email."] = "Žádost o obnovení hesla vyřízena. Zkontrolujte Vaši e-mailovou schránku."; +$a->strings["Password reset requested at %s"] = "Na %s bylo zažádáno o resetování hesla"; +$a->strings["Request could not be verified. (You may have previously submitted it.) Password reset failed."] = "Žádost nemohla být ověřena. (Možná jste ji odeslali již dříve.) Obnovení hesla se nezdařilo."; +$a->strings["Password Reset"] = "Obnovení hesla"; +$a->strings["Your password has been reset as requested."] = "Vaše heslo bylo na Vaše přání resetováno."; +$a->strings["Your new password is"] = "Někdo Vám napsal na Vaši profilovou stránku"; +$a->strings["Save or copy your new password - and then"] = "Uložte si nebo zkopírujte nové heslo - a pak"; +$a->strings["click here to login"] = "klikněte zde pro přihlášení"; +$a->strings["Your password may be changed from the Settings page after successful login."] = "Nezdá se, že by to bylo Vaše celé jméno (křestní jméno a příjmení)."; +$a->strings["Your password has been changed at %s"] = "Vaše heslo bylo změněno na %s"; +$a->strings["Forgot your Password?"] = "Zapomněli jste heslo?"; +$a->strings["Enter your email address and submit to have your password reset. Then check your email for further instructions."] = "Zadejte svůj e-mailovou adresu a odešlete žádost o zaslání Vašeho nového hesla. Poté zkontrolujte svůj e-mail pro další instrukce."; +$a->strings["Nickname or Email: "] = "Přezdívka nebo e-mail: "; +$a->strings["Reset"] = "Reset"; +$a->strings["System down for maintenance"] = "Systém vypnut z důvodů údržby"; +$a->strings["Manage Identities and/or Pages"] = "Správa identit a / nebo stránek"; +$a->strings["Toggle between different identities or community/group pages which share your account details or which you have been granted \"manage\" permissions"] = "Přepnutí mezi různými identitami nebo komunitními/skupinovými stránkami, které sdílí Vaše detaily účtu, nebo kterým jste přidělili oprávnění nastavovat přístupová práva."; +$a->strings["Select an identity to manage: "] = "Vyberte identitu pro správu: "; +$a->strings["Profile Match"] = "Shoda profilu"; +$a->strings["No keywords to match. Please add keywords to your default profile."] = "Žádná klíčová slova k porovnání. Prosím, přidejte klíčová slova do Vašeho výchozího profilu."; +$a->strings["is interested in:"] = "zajímá se o:"; +$a->strings["Unable to locate contact information."] = "Nepodařilo se najít kontaktní informace."; +$a->strings["Do you really want to delete this message?"] = "Opravdu chcete smazat tuto zprávu?"; +$a->strings["Message deleted."] = "Zpráva odstraněna."; +$a->strings["Conversation removed."] = "Konverzace odstraněna."; +$a->strings["No messages."] = "Žádné zprávy."; +$a->strings["Unknown sender - %s"] = "Neznámý odesilatel - %s"; +$a->strings["You and %s"] = "Vy a %s"; +$a->strings["%s and You"] = "%s a Vy"; +$a->strings["Delete conversation"] = "Odstranit konverzaci"; +$a->strings["D, d M Y - g:i A"] = "D M R - g:i A"; +$a->strings["%d message"] = array( + 0 => "%d zpráva", + 1 => "%d zprávy", + 2 => "%d zpráv", +); +$a->strings["Message not available."] = "Zpráva není k dispozici."; +$a->strings["Delete message"] = "Smazat zprávu"; +$a->strings["No secure communications available. You may be able to respond from the sender's profile page."] = "Není k dispozici zabezpečená komunikace. Možná budete schopni reagovat z odesilatelovy profilové stránky."; +$a->strings["Send Reply"] = "Poslat odpověď"; +$a->strings["Mood"] = "Nálada"; +$a->strings["Set your current mood and tell your friends"] = "Nastavte svou aktuální náladu a řekněte to Vašim přátelům"; +$a->strings["Search Results For:"] = "Výsledky hledání pro:"; +$a->strings["Commented Order"] = "Dle komentářů"; +$a->strings["Sort by Comment Date"] = "Řadit podle data komentáře"; +$a->strings["Posted Order"] = "Dle data"; +$a->strings["Sort by Post Date"] = "Řadit podle data příspěvku"; +$a->strings["Personal"] = "Osobní"; +$a->strings["Posts that mention or involve you"] = "Příspěvky, které Vás zmiňují nebo zahrnují"; +$a->strings["New"] = "Nové"; +$a->strings["Activity Stream - by date"] = "Proud aktivit - dle data"; +$a->strings["Shared Links"] = "Sdílené odkazy"; +$a->strings["Interesting Links"] = "Zajímavé odkazy"; +$a->strings["Starred"] = "S hvězdičkou"; +$a->strings["Favourite Posts"] = "Oblíbené přízpěvky"; +$a->strings["Warning: This group contains %s member from an insecure network."] = array( + 0 => "Upozornění: Tato skupina obsahuje %s člena z nezabezpečené sítě.", + 1 => "Upozornění: Tato skupina obsahuje %s členy z nezabezpečené sítě.", + 2 => "Upozornění: Tato skupina obsahuje %s členy z nezabezpečené sítě.", +); +$a->strings["Private messages to this group are at risk of public disclosure."] = "Soukromé zprávy této skupině jsou vystaveny riziku prozrazení."; +$a->strings["No such group"] = "Žádná taková skupina"; +$a->strings["Group is empty"] = "Skupina je prázdná"; +$a->strings["Group: "] = "Skupina: "; +$a->strings["Contact: "] = "Kontakt: "; +$a->strings["Private messages to this person are at risk of public disclosure."] = "Soukromé zprávy této osobě jsou vystaveny riziku prozrazení."; +$a->strings["Invalid contact."] = "Neplatný kontakt."; +$a->strings["Invalid request identifier."] = "Neplatný identifikátor požadavku."; +$a->strings["Discard"] = "Odstranit"; +$a->strings["System"] = "Systém"; +$a->strings["Show Ignored Requests"] = "Zobrazit ignorované žádosti"; +$a->strings["Hide Ignored Requests"] = "Skrýt ignorované žádosti"; +$a->strings["Notification type: "] = "Typ oznámení: "; +$a->strings["Friend Suggestion"] = "Návrh přátelství"; +$a->strings["suggested by %s"] = "navrhl %s"; +$a->strings["Post a new friend activity"] = "Zveřejnit aktivitu nového přítele."; +$a->strings["if applicable"] = "je-li použitelné"; +$a->strings["Claims to be known to you: "] = "Vaši údajní známí: "; +$a->strings["yes"] = "ano"; +$a->strings["no"] = "ne"; +$a->strings["Approve as: "] = "Schválit jako: "; +$a->strings["Friend"] = "Přítel"; +$a->strings["Sharer"] = "Sdílené"; +$a->strings["Fan/Admirer"] = "Fanoušek / obdivovatel"; +$a->strings["Friend/Connect Request"] = "Přítel / žádost o připojení"; +$a->strings["New Follower"] = "Nový následovník"; +$a->strings["No introductions."] = "Žádné představení."; +$a->strings["%s liked %s's post"] = "Uživateli %s se líbí příspěvek uživatele %s"; +$a->strings["%s disliked %s's post"] = "Uživateli %s se nelíbí příspěvek uživatele %s"; +$a->strings["%s is now friends with %s"] = "%s se nyní přátelí s %s"; +$a->strings["%s created a new post"] = "%s vytvořil nový příspěvek"; +$a->strings["%s commented on %s's post"] = "%s okomentoval příspěvek uživatele %s'"; +$a->strings["No more network notifications."] = "Žádné další síťové upozornění."; +$a->strings["Network Notifications"] = "Upozornění Sítě"; +$a->strings["No more system notifications."] = "Žádné další systémová upozornění."; +$a->strings["System Notifications"] = "Systémová upozornění"; +$a->strings["No more personal notifications."] = "Žádné další osobní upozornění."; +$a->strings["Personal Notifications"] = "Osobní upozornění"; +$a->strings["No more home notifications."] = "Žádné další domácí upozornění."; +$a->strings["Home Notifications"] = "Domácí upozornění"; +$a->strings["Photo Albums"] = "Fotoalba"; +$a->strings["Contact Photos"] = "Fotogalerie kontaktu"; +$a->strings["Upload New Photos"] = "Nahrát nové fotografie"; +$a->strings["Contact information unavailable"] = "Kontakt byl zablokován"; +$a->strings["Album not found."] = "Album nenalezeno."; +$a->strings["Delete Album"] = "Smazat album"; +$a->strings["Do you really want to delete this photo album and all its photos?"] = "Opravdu chcete smazat toto foto album a všechny jeho fotografie?"; +$a->strings["Delete Photo"] = "Smazat fotografii"; +$a->strings["Do you really want to delete this photo?"] = "Opravdu chcete smazat tuto fotografii?"; +$a->strings["%1\$s was tagged in %2\$s by %3\$s"] = "%1\$s byl označen v %2\$s uživatelem %3\$s"; +$a->strings["a photo"] = "fotografie"; +$a->strings["Image exceeds size limit of "] = "Velikost obrázku překračuje limit velikosti"; +$a->strings["Image file is empty."] = "Soubor obrázku je prázdný."; +$a->strings["No photos selected"] = "Není vybrána žádná fotografie"; +$a->strings["You have used %1$.2f Mbytes of %2$.2f Mbytes photo storage."] = "Použil jste %1$.2f Mbajtů z %2$.2f Mbajtů úložiště fotografií."; +$a->strings["Upload Photos"] = "Nahrání fotografií "; +$a->strings["New album name: "] = "Název nového alba: "; +$a->strings["or existing album name: "] = "nebo stávající název alba: "; +$a->strings["Do not show a status post for this upload"] = "Nezobrazovat stav pro tento upload"; +$a->strings["Permissions"] = "Oprávnění:"; +$a->strings["Private Photo"] = "Soukromé Fotografie"; +$a->strings["Public Photo"] = "Veřejné Fotografie"; +$a->strings["Edit Album"] = "Edituj album"; +$a->strings["Show Newest First"] = "Zobrazit nejprve nejnovější:"; +$a->strings["Show Oldest First"] = "Zobrazit nejprve nejstarší:"; +$a->strings["View Photo"] = "Zobraz fotografii"; +$a->strings["Permission denied. Access to this item may be restricted."] = "Oprávnění bylo zamítnuto. Přístup k této položce může být omezen."; +$a->strings["Photo not available"] = "Fotografie není k dispozici"; +$a->strings["View photo"] = "Zobrazit obrázek"; +$a->strings["Edit photo"] = "Editovat fotografii"; +$a->strings["Use as profile photo"] = "Použít jako profilovou fotografii"; +$a->strings["Private Message"] = "Soukromá zpráva"; +$a->strings["View Full Size"] = "Zobrazit v plné velikosti"; +$a->strings["Tags: "] = "Štítky: "; +$a->strings["[Remove any tag]"] = "[Odstranit všechny štítky]"; +$a->strings["Rotate CW (right)"] = "Rotovat po směru hodinových ručiček (doprava)"; +$a->strings["Rotate CCW (left)"] = "Rotovat proti směru hodinových ručiček (doleva)"; +$a->strings["New album name"] = "Nové jméno alba"; +$a->strings["Caption"] = "Titulek"; +$a->strings["Add a Tag"] = "Přidat štítek"; +$a->strings["Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping"] = "Příklad: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping"; +$a->strings["Private photo"] = "Soukromé fotografie"; +$a->strings["Public photo"] = "Veřejné fotografie"; +$a->strings["I like this (toggle)"] = "Líbí se mi to (přepínač)"; +$a->strings["I don't like this (toggle)"] = "Nelíbí se mi to (přepínač)"; +$a->strings["This is you"] = "Nastavte Vaši polohu"; +$a->strings["Comment"] = "Okomentovat"; +$a->strings["Recent Photos"] = "Aktuální fotografie"; +$a->strings["Welcome to Friendica"] = "Vítejte na Friendica"; +$a->strings["New Member Checklist"] = "Seznam doporučení pro nového člena"; +$a->strings["We would like to offer some tips and links to help make your experience enjoyable. Click any item to visit the relevant page. A link to this page will be visible from your home page for two weeks after your initial registration and then will quietly disappear."] = "Rádi bychom vám nabídli několik tipů a odkazů pro začátek. Klikněte na jakoukoliv položku pro zobrazení relevantní stránky. Odkaz na tuto stránku bude viditelný z Vaší domovské stránky po dobu dvou týdnů od Vaší první registrace."; +$a->strings["Getting Started"] = "Začínáme"; +$a->strings["Friendica Walk-Through"] = "Prohlídka Friendica "; +$a->strings["On your Quick Start page - find a brief introduction to your profile and network tabs, make some new connections, and find some groups to join."] = "Na Vaší stránce Rychlý Start - naleznete stručné představení k Vašemu profilu a záložce Síť, k vytvoření spojení s novými kontakty a nalezení skupin, ke kterým se můžete připojit."; +$a->strings["Go to Your Settings"] = "Navštivte své nastavení"; +$a->strings["On your Settings page - change your initial password. Also make a note of your Identity Address. This looks just like an email address - and will be useful in making friends on the free social web."] = "Na Vaší stránce Nastavení - si změňte Vaše první heslo.\nVěnujte také svou pozornost k adrese identity. Vypadá jako emailová adresa a bude Vám užitečná pro navazování přátelství na svobodné sociální síti."; +$a->strings["Review the other settings, particularly the privacy settings. An unpublished directory listing is like having an unlisted phone number. In general, you should probably publish your listing - unless all of your friends and potential friends know exactly how to find you."] = "Prohlédněte si další nastavení, a to zejména nastavení soukromí. Nezveřejnění svého účtu v adresáři je jako mít nezveřejněné telefonní číslo. Obecně platí, že je lepší mít svůj účet zveřejněný, leda by všichni vaši potenciální přátelé věděli, jak vás přesně najít."; +$a->strings["Upload Profile Photo"] = "Nahrát profilovou fotografii"; +$a->strings["Upload a profile photo if you have not done so already. Studies have shown that people with real photos of themselves are ten times more likely to make friends than people who do not."] = "Nahrajte si svou profilovou fotku, pokud jste tak již neučinili. Studie ukázaly, že lidé se skutečnými fotografiemi mají desetkrát častěji přátele než lidé, kteří nemají."; +$a->strings["Edit Your Profile"] = "Editujte Váš profil"; +$a->strings["Edit your default profile to your liking. Review the settings for hiding your list of friends and hiding the profile from unknown visitors."] = "Upravit výchozí profil podle vašich představ. Prověřte nastavení pro skrytí Vašeho seznamu přátel a skrytí profilu před neznámými návštěvníky."; +$a->strings["Profile Keywords"] = "Profilová klíčová slova"; +$a->strings["Set some public keywords for your default profile which describe your interests. We may be able to find other people with similar interests and suggest friendships."] = "Nastavte si nějaká veřejné klíčová slova pro výchozí profil, která popisují Vaše zájmy. Friendika Vám může nalézt další lidi s podobnými zájmy a navrhnout přátelství."; +$a->strings["Connecting"] = "Probíhá pokus o připojení"; +$a->strings["Authorise the Facebook Connector if you currently have a Facebook account and we will (optionally) import all your Facebook friends and conversations."] = "Jestliže máte účet na Facebooku, povolte konektor na Facebook a bude možné (na přání) importovat všechny Vaš přátele na Facebooku a všechny Vaše konverzace."; +$a->strings["If this is your own personal server, installing the Facebook addon may ease your transition to the free social web."] = "Pokud je toto Váš soukromý server, instalací Facebok doplňku můžete zjednodušit Váš přechod na svobodný sociální web."; +$a->strings["Importing Emails"] = "Importování emaiů"; +$a->strings["Enter your email access information on your Connector Settings page if you wish to import and interact with friends or mailing lists from your email INBOX"] = "Pokud chcete importovat své přátele nebo mailové skupiny a komunikovat s nimi, zadejte na Vaší stránce Nastavení kontektoru své přístupové údaje do svého emailového účtu"; +$a->strings["Go to Your Contacts Page"] = "Navštivte Vaši stránku s kontakty"; +$a->strings["Your Contacts page is your gateway to managing friendships and connecting with friends on other networks. Typically you enter their address or site URL in the Add New Contact dialog."] = "Vaše stránka Kontakty je Vaše brána k nastavování přátelství a propojení s přáteli z dalších sítí. Typicky zadáte jejich emailovou adresu nebo URL adresu jejich serveru prostřednictvím dialogu Přidat nový kontakt."; +$a->strings["Go to Your Site's Directory"] = "Navštivte lokální adresář Friendica"; +$a->strings["The Directory page lets you find other people in this network or other federated sites. Look for a Connect or Follow link on their profile page. Provide your own Identity Address if requested."] = "Stránka Adresář Vám pomůže najít další lidi na tomto serveru nebo v jiných propojených serverech. Prostřednictvím odkazů Připojení nebo Následovat si prohlédněte jejich profilovou stránku. Uveďte svou vlastní adresu identity, je-li požadována."; +$a->strings["Finding New People"] = "Nalezení nových lidí"; +$a->strings["On the side panel of the Contacts page are several tools to find new friends. We can match people by interest, look up people by name or interest, and provide suggestions based on network relationships. On a brand new site, friend suggestions will usually begin to be populated within 24 hours."] = "Na bočním panelu stránky s kontakty je několik nástrojů k nalezení nových přátel. Porovnáme lidi dle zájmů, najdeme lidi podle jména nebo zájmu a poskytneme Vám návrhy založené na přátelství v síti přátel. Na zcela novém serveru se návrhy přátelství nabínou obvykle během 24 hodin."; +$a->strings["Group Your Contacts"] = "Seskupte si své kontakty"; +$a->strings["Once you have made some friends, organize them into private conversation groups from the sidebar of your Contacts page and then you can interact with each group privately on your Network page."] = "Jakmile získáte nějaké přátele, uspořádejte si je do soukromých konverzačních skupin na postranním panelu Vaší stránky Kontakty a pak můžete komunikovat s každou touto skupinu soukromě prostřednictvím stránky Síť."; +$a->strings["Why Aren't My Posts Public?"] = "Proč nejsou mé příspěvky veřejné?"; +$a->strings["Friendica respects your privacy. By default, your posts will only show up to people you've added as friends. For more information, see the help section from the link above."] = "Friendica respektuje Vaše soukromí. Defaultně jsou Vaše příspěvky viditelné pouze lidem, které označíte jako Vaše přátelé. Více informací naleznete v nápovědě na výše uvedeném odkazu"; +$a->strings["Getting Help"] = "Získání nápovědy"; +$a->strings["Go to the Help Section"] = "Navštivte sekci nápovědy"; +$a->strings["Our help pages may be consulted for detail on other program features and resources."] = "Na stránkách Nápověda naleznete nejen další podrobnosti o všech funkcích Friendika ale také další zdroje informací."; +$a->strings["Requested profile is not available."] = "Požadovaný profil není k dispozici."; +$a->strings["Tips for New Members"] = "Tipy pro nové členy"; +$a->strings["Friendica Social Communications Server - Setup"] = "Friendica Sociální komunkační server - Nastavení"; +$a->strings["Could not connect to database."] = "Nelze se připojit k databázi."; +$a->strings["Could not create table."] = "Nelze vytvořit tabulku."; +$a->strings["Your Friendica site database has been installed."] = "Vaše databáze Friendica byla nainstalována."; +$a->strings["You may need to import the file \"database.sql\" manually using phpmyadmin or mysql."] = "Toto je nejčastěji nastavením oprávnění, kdy webový server nemusí být schopen zapisovat soubory do Vašeho adresáře - i když Vy můžete."; +$a->strings["Please see the file \"INSTALL.txt\"."] = "Přečtěte si prosím informace v souboru \"INSTALL.txt\"."; +$a->strings["System check"] = "Testování systému"; +$a->strings["Check again"] = "Otestovat znovu"; +$a->strings["Database connection"] = "Databázové spojení"; +$a->strings["In order to install Friendica we need to know how to connect to your database."] = "Pro instalaci Friendica potřeujeme znát připojení k Vaší databázi."; +$a->strings["Please contact your hosting provider or site administrator if you have questions about these settings."] = "Pokud máte otázky k následujícím nastavením, obraťte se na svého poskytovatele hostingu nebo administrátora serveru, "; +$a->strings["The database you specify below should already exist. If it does not, please create it before continuing."] = "Databáze, kterou uvedete níže, by již měla existovat. Pokud to tak není, prosíme, vytvořte ji před pokračováním."; +$a->strings["Database Server Name"] = "Jméno databázového serveru"; +$a->strings["Database Login Name"] = "Přihlašovací jméno k databázi"; +$a->strings["Database Login Password"] = "Heslo k databázovému účtu "; +$a->strings["Database Name"] = "Jméno databáze"; +$a->strings["Site administrator email address"] = "Emailová adresa administrátora webu"; +$a->strings["Your account email address must match this in order to use the web admin panel."] = "Vaše emailová adresa účtu se musí s touto shodovat, aby bylo možné využívat administrační panel ve webovém rozhraní."; +$a->strings["Please select a default timezone for your website"] = "Prosím, vyberte výchozí časové pásmo pro váš server"; +$a->strings["Site settings"] = "Nastavení webu"; +$a->strings["Could not find a command line version of PHP in the web server PATH."] = "Nelze najít verzi PHP pro příkazový řádek v PATH webového serveru."; +$a->strings["If you don't have a command line version of PHP installed on server, you will not be able to run background polling via cron. See 'Activating scheduled tasks'"] = "Pokud na serveru nemáte nainstalovánu verzi PHP spustitelnou z příkazového řádku, nebudete moci spouštět na pozadí synchronizaci zpráv prostřednictvím cronu. Přečtěte si 'Activating scheduled tasks'\n\n podrobnosti\n návrhy\n historie\n\n\t\nThe following url is either missing from the translation or has been translated: 'http://friendica.com/node/27'>'Activating scheduled tasks'"; +$a->strings["PHP executable path"] = "Cesta k \"PHP executable\""; +$a->strings["Enter full path to php executable. You can leave this blank to continue the installation."] = "Zadejte plnou cestu k spustitelnému souboru php. Tento údaj můžete ponechat nevyplněný a pokračovat v instalaci."; +$a->strings["Command line PHP"] = "Příkazový řádek PHP"; +$a->strings["PHP executable is not the php cli binary (could be cgi-fgci version)"] = "PHP executable není php cli binary (může být verze cgi-fgci)"; +$a->strings["Found PHP version: "] = "Nalezena PHP verze:"; +$a->strings["PHP cli binary"] = "PHP cli binary"; +$a->strings["The command line version of PHP on your system does not have \"register_argc_argv\" enabled."] = "Vyberte prosím profil, který chcete zobrazit %s při zabezpečeném prohlížení Vašeho profilu."; +$a->strings["This is required for message delivery to work."] = "Toto je nutné pro fungování doručování zpráv."; +$a->strings["PHP register_argc_argv"] = "PHP register_argc_argv"; +$a->strings["Error: the \"openssl_pkey_new\" function on this system is not able to generate encryption keys"] = "Chyba: funkce \"openssl_pkey_new\" na tomto systému není schopna generovat šifrovací klíče"; +$a->strings["If running under Windows, please see \"http://www.php.net/manual/en/openssl.installation.php\"."] = "Pokud systém běží na Windows, seznamte se s \"http://www.php.net/manual/en/openssl.installation.php\"."; +$a->strings["Generate encryption keys"] = "Generovat kriptovací klíče"; +$a->strings["libCurl PHP module"] = "libCurl PHP modul"; +$a->strings["GD graphics PHP module"] = "GD graphics PHP modul"; +$a->strings["OpenSSL PHP module"] = "OpenSSL PHP modul"; +$a->strings["mysqli PHP module"] = "mysqli PHP modul"; +$a->strings["mb_string PHP module"] = "mb_string PHP modul"; +$a->strings["Apache mod_rewrite module"] = "Apache mod_rewrite modul"; +$a->strings["Error: Apache webserver mod-rewrite module is required but not installed."] = "Chyba: Požadovaný Apache webserver mod-rewrite modul není nainstalován."; +$a->strings["Error: libCURL PHP module required but not installed."] = "Chyba: požadovaný libcurl PHP modul není nainstalován."; +$a->strings["Error: GD graphics PHP module with JPEG support required but not installed."] = "Chyba: požadovaný GD graphics PHP modul není nainstalován."; +$a->strings["Error: openssl PHP module required but not installed."] = "Chyba: požadovaný openssl PHP modul není nainstalován."; +$a->strings["Error: mysqli PHP module required but not installed."] = "Chyba: požadovaný mysqli PHP modul není nainstalován."; +$a->strings["Error: mb_string PHP module required but not installed."] = "Chyba: PHP modul mb_string je vyžadován, ale není nainstalován."; +$a->strings["The web installer needs to be able to create a file called \".htconfig.php\" in the top folder of your web server and it is unable to do so."] = "Webový instalátor musí být schopen vytvořit soubor s názvem \".htconfig.php\" v hlavním adresáři vašeho webového serveru ale nyní mu to není umožněno."; +$a->strings["This is most often a permission setting, as the web server may not be able to write files in your folder - even if you can."] = "Toto je nejčastěji nastavením oprávnění, kdy webový server nemusí být schopen zapisovat soubory do vašeho adresáře - i když Vy můžete."; +$a->strings["At the end of this procedure, we will give you a text to save in a file named .htconfig.php in your Friendica top folder."] = "Na konci této procedury obd nás obdržíte text k uložení v souboru pojmenovaném .htconfig.php ve Vašem Friendica kořenovém adresáři."; +$a->strings["You can alternatively skip this procedure and perform a manual installation. Please see the file \"INSTALL.txt\" for instructions."] = "Alternativně můžete tento krok přeskočit a provést manuální instalaci. Přečtěte si prosím soubor \"INSTALL.txt\" pro další instrukce."; +$a->strings[".htconfig.php is writable"] = ".htconfig.php je editovatelné"; +$a->strings["Friendica uses the Smarty3 template engine to render its web views. Smarty3 compiles templates to PHP to speed up rendering."] = "Friendica používá šablonovací nástroj Smarty3 pro zobrazení svých weobvých stránek. Smarty3 kompiluje šablony do PHP pro zrychlení vykreslování."; +$a->strings["In order to store these compiled templates, the web server needs to have write access to the directory view/smarty3/ under the Friendica top level folder."] = "Pro uložení kompilovaných šablon, webový server potřebuje mít přístup k zápisu do adresáře view/smarty3/ pod hlavním adresářem instalace Friendica"; +$a->strings["Please ensure that the user that your web server runs as (e.g. www-data) has write access to this folder."] = "prosím ujistěte se, že uživatel web serveru (jako například www-data) má právo zápisu do tohoto adresáře"; +$a->strings["Note: as a security measure, you should give the web server write access to view/smarty3/ only--not the template files (.tpl) that it contains."] = "Poznámka: jako bezpečnostní opatření, přidělte právo zápisu pouze k adresáři /view/smarty3/ a nikoliv už k souborům s šablonami (.tpl), které obsahuje."; +$a->strings["view/smarty3 is writable"] = "view/smarty3 je nastaven pro zápis"; +$a->strings["Url rewrite in .htaccess is not working. Check your server configuration."] = "Url rewrite v .htconfig nefunguje. Prověřte prosím Vaše nastavení serveru."; +$a->strings["Url rewrite is working"] = "Url rewrite je funkční."; +$a->strings["The database configuration file \".htconfig.php\" could not be written. Please use the enclosed text to create a configuration file in your web server root."] = "Databázový konfigurační soubor \".htconfig.php\" nemohl být uložen. Prosím, použijte přiložený text k vytvoření konfiguračního souboru ve vašem kořenovém adresáři webového serveru."; +$a->strings["Errors encountered creating database tables."] = "Při vytváření databázových tabulek došlo k chybám."; +$a->strings["

What next

"] = "

Co dál

"; +$a->strings["IMPORTANT: You will need to [manually] setup a scheduled task for the poller."] = "Webový instalátor musí být schopen vytvořit soubor s názvem \".htconfig.php\" v hlavním adresáři Vašeho webového serveru ale nyní mu to není umožněno."; +$a->strings["Post successful."] = "Příspěvek úspěšně odeslán"; +$a->strings["OpenID protocol error. No ID returned."] = "Chyba OpenID protokolu. Navrátilo se žádné ID."; +$a->strings["Account not found and OpenID registration is not permitted on this site."] = "Nenalezen účet a OpenID registrace na tomto serveru není dovolena."; +$a->strings["Image uploaded but image cropping failed."] = "Obrázek byl odeslán, ale jeho oříznutí se nesdařilo."; +$a->strings["Image size reduction [%s] failed."] = "Nepodařilo se snížit velikost obrázku [%s]."; +$a->strings["Shift-reload the page or clear browser cache if the new photo does not display immediately."] = "Znovu načtěte stránku (Shift+F5) nebo vymažte cache prohlížeče, pokud se nové fotografie nezobrazí okamžitě."; +$a->strings["Unable to process image"] = "Obrázek nelze zpracovat "; +$a->strings["Upload File:"] = "Nahrát soubor:"; +$a->strings["Select a profile:"] = "Vybrat profil:"; +$a->strings["Upload"] = "Nahrát"; +$a->strings["skip this step"] = "přeskočit tento krok "; +$a->strings["select a photo from your photo albums"] = "Vybrat fotografii z Vašich fotoalb"; +$a->strings["Crop Image"] = "Oříznout obrázek"; +$a->strings["Please adjust the image cropping for optimum viewing."] = "Prosím, ořízněte tento obrázek pro optimální zobrazení."; +$a->strings["Done Editing"] = "Editace dokončena"; +$a->strings["Image uploaded successfully."] = "Obrázek byl úspěšně nahrán."; +$a->strings["Not available."] = "Není k dispozici."; +$a->strings["%d comment"] = array( + 0 => "%d komentář", + 1 => "%d komentářů", + 2 => "%d komentářů", +); +$a->strings["like"] = "má rád"; +$a->strings["dislike"] = "nemá rád"; +$a->strings["Share this"] = "Sdílet toto"; +$a->strings["share"] = "sdílí"; +$a->strings["Bold"] = "Tučné"; +$a->strings["Italic"] = "Kurzíva"; +$a->strings["Underline"] = "Podrtžené"; +$a->strings["Quote"] = "Citovat"; +$a->strings["Code"] = "Kód"; +$a->strings["Image"] = "Obrázek"; +$a->strings["Link"] = "Odkaz"; +$a->strings["Video"] = "Video"; +$a->strings["add star"] = "přidat hvězdu"; +$a->strings["remove star"] = "odebrat hvězdu"; +$a->strings["toggle star status"] = "přepnout hvězdu"; +$a->strings["starred"] = "označeno hvězdou"; +$a->strings["add tag"] = "přidat štítek"; +$a->strings["save to folder"] = "uložit do složky"; +$a->strings["to"] = "pro"; +$a->strings["Wall-to-Wall"] = "Zeď-na-Zeď"; +$a->strings["via Wall-To-Wall:"] = "přes Zeď-na-Zeď "; +$a->strings["This entry was edited"] = "Tento záznam byl editován"; +$a->strings["via"] = "přes"; +$a->strings["Theme settings"] = "Nastavení téma"; +$a->strings["Set resize level for images in posts and comments (width and height)"] = "Nastavit velikost fotek v přízpěvcích a komentářích (šířka a výška)"; +$a->strings["Set font-size for posts and comments"] = "Nastav velikost písma pro přízpěvky a komentáře."; +$a->strings["Set theme width"] = "Nastavení šířku grafické šablony"; +$a->strings["Color scheme"] = "Barevné schéma"; +$a->strings["Set line-height for posts and comments"] = "Nastav výšku řádku pro přízpěvky a komentáře."; +$a->strings["Set resolution for middle column"] = "Nastav rozlišení pro prostřední sloupec"; +$a->strings["Set color scheme"] = "Nastavení barevného schematu"; +$a->strings["Set twitter search term"] = "Nastavit vyhledávací frázi na twitteru"; +$a->strings["Set zoomfactor for Earth Layer"] = "Nastavit přiblížení pro Earth Layer"; +$a->strings["Set longitude (X) for Earth Layers"] = "Nastavit zeměpistnou délku (X) pro Earth Layers"; +$a->strings["Set latitude (Y) for Earth Layers"] = "Nastavit zeměpistnou šířku (X) pro Earth Layers"; +$a->strings["Community Pages"] = "Komunitní stránky"; +$a->strings["Earth Layers"] = "Earth Layers"; +$a->strings["Community Profiles"] = "Komunitní profily"; +$a->strings["Help or @NewHere ?"] = "Pomoc nebo @ProNováčky ?"; +$a->strings["Connect Services"] = "Propojené služby"; +$a->strings["Find Friends"] = "Nalézt Přátele"; +$a->strings["Last tweets"] = "Poslední tweety"; +$a->strings["Last users"] = "Poslední uživatelé"; +$a->strings["Last photos"] = "Poslední fotografie"; +$a->strings["Last likes"] = "Poslední líbí/nelíbí"; +$a->strings["Your contacts"] = "Vaše kontakty"; +$a->strings["Local Directory"] = "Lokální Adresář"; +$a->strings["Set zoomfactor for Earth Layers"] = "Nastavit faktor přiblížení pro Earth Layers"; +$a->strings["Last Tweets"] = "Poslední tweety"; +$a->strings["Show/hide boxes at right-hand column:"] = "Zobrazit/skrýt boxy na pravém sloupci:"; +$a->strings["Set colour scheme"] = "Nastavit barevné schéma"; +$a->strings["Alignment"] = "Zarovnání"; +$a->strings["Left"] = "Vlevo"; +$a->strings["Center"] = "Uprostřed"; +$a->strings["Posts font size"] = "Velikost písma u příspěvků"; +$a->strings["Textareas font size"] = "Velikost písma textů"; +$a->strings["toggle mobile"] = "přepnout mobil"; $a->strings["Delete this item?"] = "Odstranit tuto položku?"; $a->strings["show fewer"] = "zobrazit méně"; $a->strings["Update %s failed. See error logs."] = "Aktualizace %s selhala. Zkontrolujte protokol chyb."; @@ -2119,23 +1658,6 @@ $a->strings["Event Reminders"] = "Připomenutí událostí"; $a->strings["Events this week:"] = "Události tohoto týdne:"; $a->strings["Status Messages and Posts"] = "Statusové zprávy a příspěvky "; $a->strings["Profile Details"] = "Detaily profilu"; +$a->strings["Videos"] = "Videa"; $a->strings["Events and Calendar"] = "Události a kalendář"; $a->strings["Only You Can See This"] = "Toto můžete vidět jen Vy"; -$a->strings["via"] = "přes"; -$a->strings["toggle mobile"] = "přepnout mobil"; -$a->strings["Bg settings updated."] = "Nastavení Bg aktualizováno."; -$a->strings["Bg Settings"] = "Nastavení Bg"; -$a->strings["Post to Drupal"] = "Zveřejnit na Drupal"; -$a->strings["Drupal Post Settings"] = "Nastavení příspěvků Drupal"; -$a->strings["Enable Drupal Post Plugin"] = "Aktivovat Drupal Plugin"; -$a->strings["Drupal username"] = "Drupal uživatelské jméno "; -$a->strings["Drupal password"] = "Drupal heslo"; -$a->strings["Post Type - article,page,or blog"] = "Typ příspěvku - článek, stránka nebo blog"; -$a->strings["Drupal site URL"] = "Drupal adresa webu"; -$a->strings["Drupal site uses clean URLS"] = "Drupal server používá čisté URLS"; -$a->strings["Post to Drupal by default"] = "Defaultní umístění na Drupal "; -$a->strings["OEmbed settings updated"] = "OEmbed nastavení aktualizováno"; -$a->strings["Use OEmbed for YouTube videos"] = "Použití OEmbed pro videa na YouTube"; -$a->strings["URL to embed:"] = "URL adresa k vložení:"; -$a->strings["Tumblr login"] = "Tumbir přihlašovací jméno"; -$a->strings["Tumblr password"] = "Tumbir heslo"; diff --git a/view/cs/update_fail_eml.tpl b/view/cs/update_fail_eml.tpl new file mode 100644 index 0000000000..e23f2d18c6 --- /dev/null +++ b/view/cs/update_fail_eml.tpl @@ -0,0 +1,11 @@ +Ahoj, +Já jsem $sitename. +Vývojáři friendica nednávno uvolnili aktualizaci $update, +ale když jsem se ji snažil nainstalovat, nepovedlo se mi to. +Je to třeba rychle opravit a já to sám nedokážu. Prosím kontaktuj +vývojáře friendica, pokud mi nemůžeš pomoct ty sám. Moje databáze může být nekonzistentní. + +Chybová zpráva je '$error'. + +Je mi líto, +Tvůj web friendica na $siteurl \ No newline at end of file From 53342dd7f93455c300f050fcd3f2fb1bd6badc50 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Mon, 27 May 2013 08:32:55 +0200 Subject: [PATCH 08/20] red hash icon 16px imported from red --- images/rhash-16.png | Bin 0 -> 679 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 images/rhash-16.png diff --git a/images/rhash-16.png b/images/rhash-16.png new file mode 100644 index 0000000000000000000000000000000000000000..23dd9e4b3d4804e056a3560164de9f6e8ed7cbf0 GIT binary patch literal 679 zcmV;Y0$BZtP)Px#24YJ`L;(K){{a7>y{D4^000SaNLh0L04^f{04^f|c%?sf00007bV*G`2i*l5 z1{x+yA^9r+00JjTL_t(I%Y~D_Pg7A8$3N%w(pCxq(>gWbnGg+z=)hn|DsD_HM2sU7 zDhrDXBZ+^4CM1L?va1tYbs#X1Fd3@hM*|TOt)SFW`s?2J-gN*;Ul2UW8P2`uesX?% zuK?`bzbCAHiPk*h_`;GNShPGxq1NHx;A1eeC}MR@iK5d7n=v zA1iX7qZVE%YrC!1*4G+2$-4+(1CS~_I8BK2fxwjm|i}Blsd1ZLDVlJnT8Y_VfuILqkMw^>F>=3w*#Jh~tQADovXE1W?H& zk+wEc!^8Z}W{J5jsTU#NOgaBVBC-H*->v?Bqg_#)wt&v;~eE+;g45FkN708+tXxJ1XNcNL2*W5xG_n%YjZdqJcAwo*BMSUgqO zW##~7tQku)eYK?ZGo#IbsEG5Q-zdiODk{-77m3B*{Q>mX_QuGI9X$X5 N002ovPDHLkV1nZKD8&E( literal 0 HcmV?d00001 From 2b09b8ae17de287a18fecce71623a16e46dbc946 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Mon, 27 May 2013 08:34:12 +0200 Subject: [PATCH 09/20] make red# available as a smilie --- include/text.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/include/text.php b/include/text.php index 7b27d8b86e..9f8114d926 100644 --- a/include/text.php +++ b/include/text.php @@ -1061,7 +1061,8 @@ function smilies($s, $sample = false) { ':facepalm', ':like', ':dislike', - '~friendica' + '~friendica', + 'red#' ); @@ -1098,7 +1099,8 @@ function smilies($s, $sample = false) { ':facepalm', ':like', ':dislike', - '~friendica ~friendica' + '~friendica ~friendica', + 'red red' ); $params = array('texts' => $texts, 'icons' => $icons, 'string' => $s); From b60e42d2fadd1fcbf63e283a1d2c2ab3993d730e Mon Sep 17 00:00:00 2001 From: friendica Date: Tue, 28 May 2013 04:52:22 -0700 Subject: [PATCH 10/20] provide bbcode translation for imported red zmg tag (img tag with zot-id) --- boot.php | 2 +- include/bbcode.php | 2 ++ util/messages.po | 6 +++--- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/boot.php b/boot.php index 666e138acd..70d27ebce8 100644 --- a/boot.php +++ b/boot.php @@ -12,7 +12,7 @@ require_once('library/Mobile_Detect/Mobile_Detect.php'); require_once('include/features.php'); define ( 'FRIENDICA_PLATFORM', 'Friendica'); -define ( 'FRIENDICA_VERSION', '3.1.1708' ); +define ( 'FRIENDICA_VERSION', '3.1.1714' ); define ( 'DFRN_PROTOCOL_VERSION', '2.23' ); define ( 'DB_UPDATE_VERSION', 1163 ); define ( 'EOL', "
\r\n" ); diff --git a/include/bbcode.php b/include/bbcode.php index 3e3345035e..eaf412c353 100644 --- a/include/bbcode.php +++ b/include/bbcode.php @@ -543,10 +543,12 @@ function bbcode($Text,$preserve_nl = false, $tryoembed = true, $simplehtml = fal // [img=widthxheight]image source[/img] //$Text = preg_replace("/\[img\=([0-9]*)x([0-9]*)\](.*?)\[\/img\]/ism", '', $Text); $Text = preg_replace("/\[img\=([0-9]*)x([0-9]*)\](.*?)\[\/img\]/ism", '', $Text); + $Text = preg_replace("/\[zmg\=([0-9]*)x([0-9]*)\](.*?)\[\/zmg\]/ism", '', $Text); // Images // [img]pathtoimage[/img] $Text = preg_replace("/\[img\](.*?)\[\/img\]/ism", '' . t('Image/photo') . '', $Text); + $Text = preg_replace("/\[zmg\](.*?)\[\/zmg\]/ism", '' . t('Image/photo') . '', $Text); // Shared content if (!$simplehtml) diff --git a/util/messages.po b/util/messages.po index ccd6f7165f..9553539454 100644 --- a/util/messages.po +++ b/util/messages.po @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: 3.1.1708\n" +"Project-Id-Version: 3.1.1714\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2013-05-22 00:01-0700\n" +"POT-Creation-Date: 2013-05-28 00:01-0700\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -6351,7 +6351,7 @@ msgid "Tips for New Members" msgstr "" #: ../../mod/install.php:117 -msgid "Friendica Social Communications Server - Setup" +msgid "Friendica Communications Server - Setup" msgstr "" #: ../../mod/install.php:123 From c82ab9e1b52ae6412c054bb9144e058f92780375 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Wed, 29 May 2013 10:44:09 +0200 Subject: [PATCH 11/20] fix bug #540 for quattro themes --- view/theme/quattro/templates/wall_thread.tpl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/view/theme/quattro/templates/wall_thread.tpl b/view/theme/quattro/templates/wall_thread.tpl index 805ddfaaa9..f4149949ef 100644 --- a/view/theme/quattro/templates/wall_thread.tpl +++ b/view/theme/quattro/templates/wall_thread.tpl @@ -111,11 +111,11 @@ {{if $item.vote.dislike}} {{$item.vote.dislike.1}} {{/if}} + {{if $item.vote.share}} + {{$item.vote.share.1}} + {{/if}} {{/if}} - {{if $item.vote.share}} - {{$item.vote.share.1}} - {{/if}}
From a29f592ba774740de8c59c4204c48966d5120d3d Mon Sep 17 00:00:00 2001 From: Abinoam Jr Date: Wed, 29 May 2013 10:00:35 -0300 Subject: [PATCH 12/20] Fix tiny typo on mod/uimport.php --- mod/uimport.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod/uimport.php b/mod/uimport.php index 6cca08cdaf..f61eab0a1b 100644 --- a/mod/uimport.php +++ b/mod/uimport.php @@ -67,7 +67,7 @@ function uimport_content(&$a) { 'intro' => t("You can import an account from another Friendica server."), 'instruct' => t("You need to export your account from the old server and upload it here. We will recreate your old account here with all your contacts. We will try also to inform your friends that you moved here."), 'warn' => t("This feature is experimental. We can't import contacts from the OStatus network (statusnet/identi.ca) or from Diaspora"), - 'field' => array('accountfile', t('Account file'),'', t('To export your accont, go to "Settings->Export your porsonal data" and select "Export account"')), + 'field' => array('accountfile', t('Account file'),'', t('To export your account, go to "Settings->Export your personal data" and select "Export account"')), ), )); } From 5113885427cb1e3105bd705f1e20b3841a0b36d1 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Wed, 29 May 2013 17:10:49 +0200 Subject: [PATCH 13/20] fix 540 in vier --- view/theme/vier/templates/wall_thread.tpl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/view/theme/vier/templates/wall_thread.tpl b/view/theme/vier/templates/wall_thread.tpl index f2f6f186e8..e6d5bfb5d7 100644 --- a/view/theme/vier/templates/wall_thread.tpl +++ b/view/theme/vier/templates/wall_thread.tpl @@ -101,9 +101,9 @@ {{if $item.vote.dislike}} {{/if}} - {{/if}} - {{if $item.vote.share}} - + {{if $item.vote.share}} + + {{/if}} {{/if}} {{if $item.star}} From 5b1561334bc2ee088ec32dcdbfd22851097dd760 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Wed, 29 May 2013 21:48:59 +0200 Subject: [PATCH 14/20] DE: update to the strings --- view/de/messages.po | 154 ++++++++++++++++++++++---------------------- view/de/strings.php | 10 +-- 2 files changed, 82 insertions(+), 82 deletions(-) diff --git a/view/de/messages.po b/view/de/messages.po index 54f9fbd946..1b7fa91d9e 100644 --- a/view/de/messages.po +++ b/view/de/messages.po @@ -25,8 +25,8 @@ msgid "" msgstr "" "Project-Id-Version: friendica\n" "Report-Msgid-Bugs-To: http://bugs.friendica.com/\n" -"POT-Creation-Date: 2013-05-13 00:03-0700\n" -"PO-Revision-Date: 2013-05-14 17:16+0000\n" +"POT-Creation-Date: 2013-05-28 00:01-0700\n" +"PO-Revision-Date: 2013-05-29 19:45+0000\n" "Last-Translator: bavatar \n" "Language-Team: German (http://www.transifex.com/projects/p/friendica/language/de/)\n" "MIME-Version: 1.0\n" @@ -38,7 +38,7 @@ msgstr "" #: ../../include/profile_advanced.php:7 ../../include/profile_advanced.php:84 #: ../../include/nav.php:77 ../../mod/profperm.php:103 #: ../../mod/newmember.php:32 ../../view/theme/diabook/theme.php:88 -#: ../../boot.php:1946 +#: ../../boot.php:1947 msgid "Profile" msgstr "Profil" @@ -47,7 +47,7 @@ msgid "Full Name:" msgstr "Kompletter Name:" #: ../../include/profile_advanced.php:17 ../../mod/directory.php:136 -#: ../../boot.php:1486 +#: ../../boot.php:1487 msgid "Gender:" msgstr "Geschlecht:" @@ -68,7 +68,7 @@ msgid "Age:" msgstr "Alter:" #: ../../include/profile_advanced.php:37 ../../mod/directory.php:138 -#: ../../boot.php:1489 +#: ../../boot.php:1490 msgid "Status:" msgstr "Status:" @@ -82,7 +82,7 @@ msgid "Sexual Preference:" msgstr "Sexuelle Vorlieben:" #: ../../include/profile_advanced.php:48 ../../mod/directory.php:140 -#: ../../boot.php:1491 +#: ../../boot.php:1492 msgid "Homepage:" msgstr "Homepage:" @@ -418,6 +418,25 @@ msgstr "Kontakt bearbeiten" msgid "Send PM" msgstr "Private Nachricht senden" +#: ../../include/bbcode.php:210 ../../include/bbcode.php:549 +msgid "Image/photo" +msgstr "Bild/Foto" + +#: ../../include/bbcode.php:272 +#, php-format +msgid "" +"%s wrote the following post" +msgstr "%s schrieb den folgenden Beitrag" + +#: ../../include/bbcode.php:514 ../../include/bbcode.php:534 +msgid "$1 wrote:" +msgstr "$1 hat geschrieben:" + +#: ../../include/bbcode.php:557 ../../include/bbcode.php:558 +msgid "Encrypted content" +msgstr "Verschlüsselter Inhalt" + #: ../../include/acl_selectors.php:325 msgid "Visible to everybody" msgstr "Für jeden sichtbar" @@ -465,7 +484,7 @@ msgid "Finishes:" msgstr "Endet:" #: ../../include/bb2diaspora.php:415 ../../include/event.php:40 -#: ../../mod/directory.php:134 ../../mod/events.php:471 ../../boot.php:1484 +#: ../../mod/directory.php:134 ../../mod/events.php:471 ../../boot.php:1485 msgid "Location:" msgstr "Ort:" @@ -719,7 +738,7 @@ msgid "Example: bob@example.com, http://example.com/barbara" msgstr "Beispiel: bob@example.com, http://example.com/barbara" #: ../../include/contact_widgets.php:9 ../../mod/suggest.php:88 -#: ../../mod/match.php:58 ../../boot.php:1416 +#: ../../mod/match.php:58 ../../boot.php:1417 msgid "Connect" msgstr "Verbinden" @@ -796,7 +815,7 @@ msgstr[0] "%d gemeinsamer Kontakt" msgstr[1] "%d gemeinsame Kontakte" #: ../../include/contact_widgets.php:204 ../../mod/content.php:629 -#: ../../object/Item.php:365 ../../boot.php:670 +#: ../../object/Item.php:365 ../../boot.php:671 msgid "show more" msgstr "mehr anzeigen" @@ -804,25 +823,6 @@ msgstr "mehr anzeigen" msgid " on Last.fm" msgstr " bei Last.fm" -#: ../../include/bbcode.php:210 ../../include/bbcode.php:549 -msgid "Image/photo" -msgstr "Bild/Foto" - -#: ../../include/bbcode.php:272 -#, php-format -msgid "" -"%s wrote the following post" -msgstr "%s schrieb den folgenden Beitrag" - -#: ../../include/bbcode.php:514 ../../include/bbcode.php:534 -msgid "$1 wrote:" -msgstr "$1 hat geschrieben:" - -#: ../../include/bbcode.php:557 ../../include/bbcode.php:558 -msgid "Encrypted content" -msgstr "Verschlüsselter Inhalt" - #: ../../include/network.php:877 msgid "view full size" msgstr "Volle Größe anzeigen" @@ -2014,7 +2014,7 @@ msgstr "Keine Neuigkeiten" msgid "Clear notifications" msgstr "Bereinige Benachrichtigungen" -#: ../../include/nav.php:73 ../../boot.php:1135 +#: ../../include/nav.php:73 ../../boot.php:1136 msgid "Logout" msgstr "Abmelden" @@ -2022,7 +2022,7 @@ msgstr "Abmelden" msgid "End this session" msgstr "Diese Sitzung beenden" -#: ../../include/nav.php:76 ../../boot.php:1939 +#: ../../include/nav.php:76 ../../boot.php:1940 msgid "Status" msgstr "Status" @@ -2036,7 +2036,7 @@ msgid "Your profile page" msgstr "Deine Profilseite" #: ../../include/nav.php:78 ../../mod/fbrowser.php:25 -#: ../../view/theme/diabook/theme.php:90 ../../boot.php:1953 +#: ../../view/theme/diabook/theme.php:90 ../../boot.php:1954 msgid "Photos" msgstr "Bilder" @@ -2045,7 +2045,7 @@ msgid "Your photos" msgstr "Deine Fotos" #: ../../include/nav.php:79 ../../mod/events.php:370 -#: ../../view/theme/diabook/theme.php:91 ../../boot.php:1970 +#: ../../view/theme/diabook/theme.php:91 ../../boot.php:1971 msgid "Events" msgstr "Veranstaltungen" @@ -2061,7 +2061,7 @@ msgstr "Persönliche Notizen" msgid "Your personal photos" msgstr "Deine privaten Fotos" -#: ../../include/nav.php:91 ../../boot.php:1136 +#: ../../include/nav.php:91 ../../boot.php:1137 msgid "Login" msgstr "Anmeldung" @@ -2078,7 +2078,7 @@ msgstr "Pinnwand" msgid "Home Page" msgstr "Homepage" -#: ../../include/nav.php:108 ../../mod/register.php:275 ../../boot.php:1111 +#: ../../include/nav.php:108 ../../mod/register.php:275 ../../boot.php:1112 msgid "Register" msgstr "Registrieren" @@ -2207,7 +2207,7 @@ msgstr "Einstellungen" msgid "Account settings" msgstr "Kontoeinstellungen" -#: ../../include/nav.php:169 ../../boot.php:1438 +#: ../../include/nav.php:169 ../../boot.php:1439 msgid "Profiles" msgstr "Profile" @@ -2606,23 +2606,23 @@ msgstr "Alter: " msgid "Edit/Manage Profiles" msgstr "Bearbeite/Verwalte Profile" -#: ../../mod/profiles.php:726 ../../boot.php:1444 ../../boot.php:1470 +#: ../../mod/profiles.php:726 ../../boot.php:1445 ../../boot.php:1471 msgid "Change profile photo" msgstr "Profilbild ändern" -#: ../../mod/profiles.php:727 ../../boot.php:1445 +#: ../../mod/profiles.php:727 ../../boot.php:1446 msgid "Create New Profile" msgstr "Neues Profil anlegen" -#: ../../mod/profiles.php:738 ../../boot.php:1455 +#: ../../mod/profiles.php:738 ../../boot.php:1456 msgid "Profile Image" msgstr "Profilbild" -#: ../../mod/profiles.php:740 ../../boot.php:1458 +#: ../../mod/profiles.php:740 ../../boot.php:1459 msgid "visible to everybody" msgstr "sichtbar für jeden" -#: ../../mod/profiles.php:741 ../../boot.php:1459 +#: ../../mod/profiles.php:741 ../../boot.php:1460 msgid "Edit visibility" msgstr "Sichtbarkeit bearbeiten" @@ -2650,7 +2650,7 @@ msgstr "Sichtbar für" msgid "All Contacts (with secure profile access)" msgstr "Alle Kontakte (mit gesichertem Profilzugriff)" -#: ../../mod/notes.php:44 ../../boot.php:1977 +#: ../../mod/notes.php:44 ../../boot.php:1978 msgid "Personal Notes" msgstr "Persönliche Notizen" @@ -5592,7 +5592,7 @@ msgid "" "Password reset failed." msgstr "Anfrage konnte nicht verifiziert werden. (Eventuell hast du bereits eine ähnliche Anfrage gestellt.) Zurücksetzen des Passworts gescheitert." -#: ../../mod/lostpass.php:84 ../../boot.php:1150 +#: ../../mod/lostpass.php:84 ../../boot.php:1151 msgid "Password Reset" msgstr "Passwort zurücksetzen" @@ -5978,7 +5978,7 @@ msgstr "Keine weiteren Pinnwand-Benachrichtigungen" msgid "Home Notifications" msgstr "Pinnwand Benachrichtigungen" -#: ../../mod/photos.php:51 ../../boot.php:1956 +#: ../../mod/photos.php:51 ../../boot.php:1957 msgid "Photo Albums" msgstr "Fotoalben" @@ -6175,7 +6175,7 @@ msgstr "Das bist du" #: ../../mod/photos.php:1551 ../../mod/photos.php:1595 #: ../../mod/photos.php:1678 ../../mod/content.php:732 -#: ../../object/Item.php:338 ../../object/Item.php:652 ../../boot.php:669 +#: ../../object/Item.php:338 ../../object/Item.php:652 ../../boot.php:670 msgid "Comment" msgstr "Kommentar" @@ -6364,7 +6364,7 @@ msgid "" " features and resources." msgstr "Unsere Hilfe Seiten können herangezogen werden, um weitere Einzelheiten zu andern Programm Features zu erhalten." -#: ../../mod/profile.php:21 ../../boot.php:1324 +#: ../../mod/profile.php:21 ../../boot.php:1325 msgid "Requested profile is not available." msgstr "Das angefragte Profil ist nicht vorhanden." @@ -6373,7 +6373,7 @@ msgid "Tips for New Members" msgstr "Tipps für neue Nutzer" #: ../../mod/install.php:117 -msgid "Friendica Social Communications Server - Setup" +msgid "Friendica Communications Server - Setup" msgstr "Friendica-Server für soziale Netzwerke – Setup" #: ../../mod/install.php:123 @@ -7004,128 +7004,128 @@ msgstr "Schriftgröße in Eingabefeldern" msgid "toggle mobile" msgstr "auf/von Mobile Ansicht wechseln" -#: ../../boot.php:668 +#: ../../boot.php:669 msgid "Delete this item?" msgstr "Diesen Beitrag löschen?" -#: ../../boot.php:671 +#: ../../boot.php:672 msgid "show fewer" msgstr "weniger anzeigen" -#: ../../boot.php:998 +#: ../../boot.php:999 #, php-format msgid "Update %s failed. See error logs." msgstr "Update %s fehlgeschlagen. Bitte Fehlerprotokoll überprüfen." -#: ../../boot.php:1000 +#: ../../boot.php:1001 #, php-format msgid "Update Error at %s" msgstr "Updatefehler bei %s" -#: ../../boot.php:1110 +#: ../../boot.php:1111 msgid "Create a New Account" msgstr "Neues Konto erstellen" -#: ../../boot.php:1138 +#: ../../boot.php:1139 msgid "Nickname or Email address: " msgstr "Spitzname oder E-Mail-Adresse: " -#: ../../boot.php:1139 +#: ../../boot.php:1140 msgid "Password: " msgstr "Passwort: " -#: ../../boot.php:1140 +#: ../../boot.php:1141 msgid "Remember me" msgstr "Anmeldedaten merken" -#: ../../boot.php:1143 +#: ../../boot.php:1144 msgid "Or login using OpenID: " msgstr "Oder melde dich mit deiner OpenID an: " -#: ../../boot.php:1149 +#: ../../boot.php:1150 msgid "Forgot your password?" msgstr "Passwort vergessen?" -#: ../../boot.php:1152 +#: ../../boot.php:1153 msgid "Website Terms of Service" msgstr "Website Nutzungsbedingungen" -#: ../../boot.php:1153 +#: ../../boot.php:1154 msgid "terms of service" msgstr "Nutzungsbedingungen" -#: ../../boot.php:1155 +#: ../../boot.php:1156 msgid "Website Privacy Policy" msgstr "Website Datenschutzerklärung" -#: ../../boot.php:1156 +#: ../../boot.php:1157 msgid "privacy policy" msgstr "Datenschutzerklärung" -#: ../../boot.php:1285 +#: ../../boot.php:1286 msgid "Requested account is not available." msgstr "Das angefragte Profil ist nicht vorhanden." -#: ../../boot.php:1364 ../../boot.php:1468 +#: ../../boot.php:1365 ../../boot.php:1469 msgid "Edit profile" msgstr "Profil bearbeiten" -#: ../../boot.php:1430 +#: ../../boot.php:1431 msgid "Message" msgstr "Nachricht" -#: ../../boot.php:1438 +#: ../../boot.php:1439 msgid "Manage/edit profiles" msgstr "Profile verwalten/editieren" -#: ../../boot.php:1567 ../../boot.php:1653 +#: ../../boot.php:1568 ../../boot.php:1654 msgid "g A l F d" msgstr "l, d. F G \\U\\h\\r" -#: ../../boot.php:1568 ../../boot.php:1654 +#: ../../boot.php:1569 ../../boot.php:1655 msgid "F d" msgstr "d. F" -#: ../../boot.php:1613 ../../boot.php:1694 +#: ../../boot.php:1614 ../../boot.php:1695 msgid "[today]" msgstr "[heute]" -#: ../../boot.php:1625 +#: ../../boot.php:1626 msgid "Birthday Reminders" msgstr "Geburtstagserinnerungen" -#: ../../boot.php:1626 +#: ../../boot.php:1627 msgid "Birthdays this week:" msgstr "Geburtstage diese Woche:" -#: ../../boot.php:1687 +#: ../../boot.php:1688 msgid "[No description]" msgstr "[keine Beschreibung]" -#: ../../boot.php:1705 +#: ../../boot.php:1706 msgid "Event Reminders" msgstr "Veranstaltungserinnerungen" -#: ../../boot.php:1706 +#: ../../boot.php:1707 msgid "Events this week:" msgstr "Veranstaltungen diese Woche" -#: ../../boot.php:1942 +#: ../../boot.php:1943 msgid "Status Messages and Posts" msgstr "Statusnachrichten und Beiträge" -#: ../../boot.php:1949 +#: ../../boot.php:1950 msgid "Profile Details" msgstr "Profildetails" -#: ../../boot.php:1960 ../../boot.php:1963 +#: ../../boot.php:1961 ../../boot.php:1964 msgid "Videos" msgstr "Videos" -#: ../../boot.php:1973 +#: ../../boot.php:1974 msgid "Events and Calendar" msgstr "Ereignisse und Kalender" -#: ../../boot.php:1980 +#: ../../boot.php:1981 msgid "Only You Can See This" msgstr "Nur du kannst das sehen" diff --git a/view/de/strings.php b/view/de/strings.php index 841ea22864..fa7a20f2a6 100644 --- a/view/de/strings.php +++ b/view/de/strings.php @@ -98,6 +98,10 @@ $a->strings["View Photos"] = "Bilder anschauen"; $a->strings["Network Posts"] = "Netzwerkbeiträge"; $a->strings["Edit Contact"] = "Kontakt bearbeiten"; $a->strings["Send PM"] = "Private Nachricht senden"; +$a->strings["Image/photo"] = "Bild/Foto"; +$a->strings["%s wrote the following post"] = "%s schrieb den folgenden Beitrag"; +$a->strings["$1 wrote:"] = "$1 hat geschrieben:"; +$a->strings["Encrypted content"] = "Verschlüsselter Inhalt"; $a->strings["Visible to everybody"] = "Für jeden sichtbar"; $a->strings["show"] = "zeigen"; $a->strings["don't show"] = "nicht zeigen"; @@ -191,10 +195,6 @@ $a->strings["%d contact in common"] = array( ); $a->strings["show more"] = "mehr anzeigen"; $a->strings[" on Last.fm"] = " bei Last.fm"; -$a->strings["Image/photo"] = "Bild/Foto"; -$a->strings["%s wrote the following post"] = "%s schrieb den folgenden Beitrag"; -$a->strings["$1 wrote:"] = "$1 hat geschrieben:"; -$a->strings["Encrypted content"] = "Verschlüsselter Inhalt"; $a->strings["view full size"] = "Volle Größe anzeigen"; $a->strings["Miscellaneous"] = "Verschiedenes"; $a->strings["year"] = "Jahr"; @@ -1478,7 +1478,7 @@ $a->strings["Go to the Help Section"] = "Zum Hilfe Abschnitt gehen"; $a->strings["Our help pages may be consulted for detail on other program features and resources."] = "Unsere Hilfe Seiten können herangezogen werden, um weitere Einzelheiten zu andern Programm Features zu erhalten."; $a->strings["Requested profile is not available."] = "Das angefragte Profil ist nicht vorhanden."; $a->strings["Tips for New Members"] = "Tipps für neue Nutzer"; -$a->strings["Friendica Social Communications Server - Setup"] = "Friendica-Server für soziale Netzwerke – Setup"; +$a->strings["Friendica Communications Server - Setup"] = "Friendica-Server für soziale Netzwerke – Setup"; $a->strings["Could not connect to database."] = "Verbindung zur Datenbank gescheitert."; $a->strings["Could not create table."] = "Tabelle konnte nicht angelegt werden."; $a->strings["Your Friendica site database has been installed."] = "Die Datenbank deiner Friendicaseite wurde installiert."; From 57b80923cfdd50cae174a97a62df91e7cde88555 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Wed, 29 May 2013 21:49:36 +0200 Subject: [PATCH 15/20] PT-BR: update to the strings --- view/pt-br/messages.po | 15640 ++++++++++++++++----------------------- view/pt-br/strings.php | 3460 ++++----- 2 files changed, 8063 insertions(+), 11037 deletions(-) diff --git a/view/pt-br/messages.po b/view/pt-br/messages.po index 37bde3be8b..8c29a6bd85 100644 --- a/view/pt-br/messages.po +++ b/view/pt-br/messages.po @@ -1,26 +1,27 @@ # FRIENDICA Distributed Social Network -# Copyright (C) 2010, 2011 the Friendica Project +# Copyright (C) 2010, 2011, 2012, 2013 the Friendica Project # This file is distributed under the same license as the Friendica package. # # Translators: -# , 2012. -# aracnus , 2011. -# aracnus , 2011.0, 2011. -# Frederico Aracnus , 2011-2012. -# Frederico Goncalves Guimaraes , 2011. -# Frederico Gonçalves Guimarães , 2011-2012. -# Frederico Gonçalves Guimarães , 2011-2012, 2012. -# , 2011. -# FULL NAME , 2011. -# Ricardo Pereira , 2012. -# Sérgio Lima , 2012. +# abinoam , 2013 +# abinoam , 2012 +# Frederico Aracnus , 2011 +# Frederico Aracnus , 2011 +# Frederico Aracnus , 2011-2012 +# Frederico Aracnus , 2011 +# Frederico Aracnus , 2011-2012 +# Frederico Aracnus , 2012 +# Frederico Aracnus , 2011 +# FULL NAME , 2011 +# Ricardo Pereira , 2012 +# Sérgio Lima , 2012 msgid "" msgstr "" "Project-Id-Version: friendica\n" "Report-Msgid-Bugs-To: http://bugs.friendica.com/\n" -"POT-Creation-Date: 2012-12-03 10:00-0800\n" -"PO-Revision-Date: 2012-12-03 18:44+0000\n" -"Last-Translator: Sérgio Lima \n" +"POT-Creation-Date: 2013-05-28 00:01-0700\n" +"PO-Revision-Date: 2013-05-29 17:45+0000\n" +"Last-Translator: abinoam \n" "Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/friendica/language/pt_BR/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -28,7838 +29,22 @@ msgstr "" "Language: pt_BR\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" -#: ../../mod/oexchange.php:25 -msgid "Post successful." -msgstr "Publicado com sucesso." - -#: ../../mod/update_notes.php:41 ../../mod/update_community.php:18 -#: ../../mod/update_network.php:22 ../../mod/update_profile.php:41 -#: ../../mod/update_display.php:22 -msgid "[Embedded content - reload page to view]" -msgstr "[Conteúdo incorporado - recarregue a página para ver]" - -#: ../../mod/crepair.php:102 -msgid "Contact settings applied." -msgstr "As configurações do contato foram aplicadas." - -#: ../../mod/crepair.php:104 -msgid "Contact update failed." -msgstr "Não foi possível atualizar o contato." - -#: ../../mod/crepair.php:115 ../../mod/wall_attach.php:55 -#: ../../mod/fsuggest.php:78 ../../mod/events.php:140 ../../mod/api.php:26 -#: ../../mod/api.php:31 ../../mod/photos.php:133 ../../mod/photos.php:995 -#: ../../mod/editpost.php:10 ../../mod/install.php:151 ../../mod/poke.php:135 -#: ../../mod/notifications.php:66 ../../mod/contacts.php:147 -#: ../../mod/settings.php:91 ../../mod/settings.php:541 -#: ../../mod/settings.php:546 ../../mod/manage.php:90 ../../mod/network.php:6 -#: ../../mod/notes.php:20 ../../mod/uimport.php:23 ../../mod/wallmessage.php:9 -#: ../../mod/wallmessage.php:33 ../../mod/wallmessage.php:79 -#: ../../mod/wallmessage.php:103 ../../mod/attach.php:33 -#: ../../mod/group.php:19 ../../mod/viewcontacts.php:22 -#: ../../mod/register.php:38 ../../mod/regmod.php:116 ../../mod/item.php:139 -#: ../../mod/item.php:155 ../../mod/mood.php:114 -#: ../../mod/profile_photo.php:19 ../../mod/profile_photo.php:169 -#: ../../mod/profile_photo.php:180 ../../mod/profile_photo.php:193 -#: ../../mod/message.php:38 ../../mod/message.php:172 -#: ../../mod/allfriends.php:9 ../../mod/nogroup.php:25 -#: ../../mod/wall_upload.php:66 ../../mod/follow.php:9 -#: ../../mod/display.php:165 ../../mod/profiles.php:7 -#: ../../mod/profiles.php:431 ../../mod/delegate.php:6 -#: ../../mod/suggest.php:28 ../../mod/invite.php:13 ../../mod/invite.php:81 -#: ../../mod/dfrn_confirm.php:53 ../../addon/facebook/facebook.php:510 -#: ../../addon/facebook/facebook.php:516 ../../addon/fbpost/fbpost.php:159 -#: ../../addon/fbpost/fbpost.php:165 -#: ../../addon/dav/friendica/layout.fnk.php:354 ../../include/items.php:3977 -#: ../../index.php:333 ../../addon.old/facebook/facebook.php:510 -#: ../../addon.old/facebook/facebook.php:516 -#: ../../addon.old/fbpost/fbpost.php:159 ../../addon.old/fbpost/fbpost.php:165 -#: ../../addon.old/dav/friendica/layout.fnk.php:354 -msgid "Permission denied." -msgstr "Permissão negada." - -#: ../../mod/crepair.php:129 ../../mod/fsuggest.php:20 -#: ../../mod/fsuggest.php:92 ../../mod/dfrn_confirm.php:118 -msgid "Contact not found." -msgstr "O contato não foi encontrado." - -#: ../../mod/crepair.php:135 -msgid "Repair Contact Settings" -msgstr "Corrigir configurações do contato" - -#: ../../mod/crepair.php:137 -msgid "" -"WARNING: This is highly advanced and if you enter incorrect" -" information your communications with this contact may stop working." -msgstr "ATENÇÃO: Isso é muito avançado, se você digitar informações incorretas, suas comunicações com esse contato pode parar de funcionar." - -#: ../../mod/crepair.php:138 -msgid "" -"Please use your browser 'Back' button now if you are " -"uncertain what to do on this page." -msgstr "Por favor, use o botão 'Voltar' do seu navegador agora, caso você não tenha certeza do que está fazendo." - -#: ../../mod/crepair.php:144 -msgid "Return to contact editor" -msgstr "Voltar ao editor de contatos" - -#: ../../mod/crepair.php:148 ../../mod/settings.php:561 -#: ../../mod/settings.php:587 ../../mod/admin.php:695 ../../mod/admin.php:705 -msgid "Name" -msgstr "Nome" - -#: ../../mod/crepair.php:149 -msgid "Account Nickname" -msgstr "Identificação da conta" - -#: ../../mod/crepair.php:150 -msgid "@Tagname - overrides Name/Nickname" -msgstr "@Tagname - sobrescreve Nome/Identificação" - -#: ../../mod/crepair.php:151 -msgid "Account URL" -msgstr "URL da conta" - -#: ../../mod/crepair.php:152 -msgid "Friend Request URL" -msgstr "URL da requisição de amizade" - -#: ../../mod/crepair.php:153 -msgid "Friend Confirm URL" -msgstr "URL da confirmação de amizade" - -#: ../../mod/crepair.php:154 -msgid "Notification Endpoint URL" -msgstr "URL do ponto final da notificação" - -#: ../../mod/crepair.php:155 -msgid "Poll/Feed URL" -msgstr "URL do captador/fonte de notícias" - -#: ../../mod/crepair.php:156 -msgid "New photo from this URL" -msgstr "Nova imagem desta URL" - -#: ../../mod/crepair.php:166 ../../mod/fsuggest.php:107 -#: ../../mod/events.php:455 ../../mod/photos.php:1028 -#: ../../mod/photos.php:1100 ../../mod/photos.php:1363 -#: ../../mod/photos.php:1403 ../../mod/photos.php:1447 -#: ../../mod/photos.php:1519 ../../mod/install.php:246 -#: ../../mod/install.php:284 ../../mod/localtime.php:45 ../../mod/poke.php:199 -#: ../../mod/content.php:693 ../../mod/contacts.php:352 -#: ../../mod/settings.php:559 ../../mod/settings.php:669 -#: ../../mod/settings.php:738 ../../mod/settings.php:810 -#: ../../mod/settings.php:1017 ../../mod/group.php:85 ../../mod/mood.php:137 -#: ../../mod/message.php:301 ../../mod/message.php:487 ../../mod/admin.php:445 -#: ../../mod/admin.php:692 ../../mod/admin.php:829 ../../mod/admin.php:1028 -#: ../../mod/admin.php:1115 ../../mod/profiles.php:604 -#: ../../mod/invite.php:119 ../../addon/fromgplus/fromgplus.php:40 -#: ../../addon/facebook/facebook.php:619 -#: ../../addon/snautofollow/snautofollow.php:64 -#: ../../addon/fbpost/fbpost.php:226 ../../addon/yourls/yourls.php:76 -#: ../../addon/ljpost/ljpost.php:93 ../../addon/nsfw/nsfw.php:88 -#: ../../addon/page/page.php:211 ../../addon/planets/planets.php:158 -#: ../../addon/uhremotestorage/uhremotestorage.php:89 -#: ../../addon/randplace/randplace.php:177 ../../addon/dwpost/dwpost.php:93 -#: ../../addon/remote_permissions/remote_permissions.php:47 -#: ../../addon/remote_permissions/remote_permissions.php:195 -#: ../../addon/startpage/startpage.php:92 -#: ../../addon/geonames/geonames.php:187 -#: ../../addon/forumlist/forumlist.php:175 -#: ../../addon/impressum/impressum.php:83 -#: ../../addon/notimeline/notimeline.php:64 ../../addon/blockem/blockem.php:57 -#: ../../addon/qcomment/qcomment.php:61 -#: ../../addon/openstreetmap/openstreetmap.php:70 -#: ../../addon/group_text/group_text.php:84 -#: ../../addon/libravatar/libravatar.php:99 -#: ../../addon/libertree/libertree.php:90 ../../addon/altpager/altpager.php:87 -#: ../../addon/mathjax/mathjax.php:42 ../../addon/editplain/editplain.php:84 -#: ../../addon/blackout/blackout.php:98 ../../addon/gravatar/gravatar.php:95 -#: ../../addon/pageheader/pageheader.php:55 ../../addon/ijpost/ijpost.php:93 -#: ../../addon/jappixmini/jappixmini.php:307 -#: ../../addon/statusnet/statusnet.php:278 -#: ../../addon/statusnet/statusnet.php:292 -#: ../../addon/statusnet/statusnet.php:318 -#: ../../addon/statusnet/statusnet.php:325 -#: ../../addon/statusnet/statusnet.php:353 -#: ../../addon/statusnet/statusnet.php:685 ../../addon/tumblr/tumblr.php:90 -#: ../../addon/numfriends/numfriends.php:85 ../../addon/gnot/gnot.php:88 -#: ../../addon/wppost/wppost.php:110 ../../addon/showmore/showmore.php:48 -#: ../../addon/piwik/piwik.php:89 ../../addon/twitter/twitter.php:180 -#: ../../addon/twitter/twitter.php:209 ../../addon/twitter/twitter.php:506 -#: ../../addon/irc/irc.php:55 ../../addon/fromapp/fromapp.php:77 -#: ../../addon/blogger/blogger.php:102 ../../addon/posterous/posterous.php:103 -#: ../../view/theme/cleanzero/config.php:80 -#: ../../view/theme/diabook/theme.php:642 -#: ../../view/theme/diabook/config.php:152 -#: ../../view/theme/quattro/config.php:64 ../../view/theme/dispy/config.php:70 -#: ../../object/Item.php:570 ../../addon.old/fromgplus/fromgplus.php:40 -#: ../../addon.old/facebook/facebook.php:619 -#: ../../addon.old/snautofollow/snautofollow.php:64 -#: ../../addon.old/bg/bg.php:90 ../../addon.old/fbpost/fbpost.php:226 -#: ../../addon.old/yourls/yourls.php:76 ../../addon.old/ljpost/ljpost.php:93 -#: ../../addon.old/nsfw/nsfw.php:88 ../../addon.old/page/page.php:211 -#: ../../addon.old/planets/planets.php:158 -#: ../../addon.old/uhremotestorage/uhremotestorage.php:89 -#: ../../addon.old/randplace/randplace.php:177 -#: ../../addon.old/dwpost/dwpost.php:93 ../../addon.old/drpost/drpost.php:110 -#: ../../addon.old/startpage/startpage.php:92 -#: ../../addon.old/geonames/geonames.php:187 -#: ../../addon.old/oembed.old/oembed.php:41 -#: ../../addon.old/forumlist/forumlist.php:175 -#: ../../addon.old/impressum/impressum.php:83 -#: ../../addon.old/notimeline/notimeline.php:64 -#: ../../addon.old/blockem/blockem.php:57 -#: ../../addon.old/qcomment/qcomment.php:61 -#: ../../addon.old/openstreetmap/openstreetmap.php:70 -#: ../../addon.old/group_text/group_text.php:84 -#: ../../addon.old/libravatar/libravatar.php:99 -#: ../../addon.old/libertree/libertree.php:90 -#: ../../addon.old/altpager/altpager.php:87 -#: ../../addon.old/mathjax/mathjax.php:42 -#: ../../addon.old/editplain/editplain.php:84 -#: ../../addon.old/blackout/blackout.php:98 -#: ../../addon.old/gravatar/gravatar.php:95 -#: ../../addon.old/pageheader/pageheader.php:55 -#: ../../addon.old/ijpost/ijpost.php:93 -#: ../../addon.old/jappixmini/jappixmini.php:307 -#: ../../addon.old/statusnet/statusnet.php:278 -#: ../../addon.old/statusnet/statusnet.php:292 -#: ../../addon.old/statusnet/statusnet.php:318 -#: ../../addon.old/statusnet/statusnet.php:325 -#: ../../addon.old/statusnet/statusnet.php:353 -#: ../../addon.old/statusnet/statusnet.php:576 -#: ../../addon.old/tumblr/tumblr.php:90 -#: ../../addon.old/numfriends/numfriends.php:85 -#: ../../addon.old/gnot/gnot.php:88 ../../addon.old/wppost/wppost.php:110 -#: ../../addon.old/showmore/showmore.php:48 ../../addon.old/piwik/piwik.php:89 -#: ../../addon.old/twitter/twitter.php:180 -#: ../../addon.old/twitter/twitter.php:209 -#: ../../addon.old/twitter/twitter.php:394 ../../addon.old/irc/irc.php:55 -#: ../../addon.old/fromapp/fromapp.php:77 -#: ../../addon.old/blogger/blogger.php:102 -#: ../../addon.old/posterous/posterous.php:103 -msgid "Submit" -msgstr "Enviar" - -#: ../../mod/help.php:79 -msgid "Help:" -msgstr "Ajuda:" - -#: ../../mod/help.php:84 ../../addon/dav/friendica/layout.fnk.php:225 -#: ../../include/nav.php:86 ../../addon.old/dav/friendica/layout.fnk.php:225 -msgid "Help" -msgstr "Ajuda" - -#: ../../mod/help.php:90 ../../index.php:218 -msgid "Not Found" -msgstr "Não encontrada" - -#: ../../mod/help.php:93 ../../index.php:221 -msgid "Page not found." -msgstr "Página não encontrada." - -#: ../../mod/wall_attach.php:69 -#, php-format -msgid "File exceeds size limit of %d" -msgstr "O arquivo excedeu o tamanho limite de %d" - -#: ../../mod/wall_attach.php:110 ../../mod/wall_attach.php:121 -msgid "File upload failed." -msgstr "Não foi possível enviar o arquivo." - -#: ../../mod/fsuggest.php:63 -msgid "Friend suggestion sent." -msgstr "A sugestão de amigo foi enviada" - -#: ../../mod/fsuggest.php:97 -msgid "Suggest Friends" -msgstr "Sugerir amigos" - -#: ../../mod/fsuggest.php:99 -#, php-format -msgid "Suggest a friend for %s" -msgstr "Sugerir um amigo para %s" - -#: ../../mod/events.php:66 -msgid "Event title and start time are required." -msgstr "O título do evento e a hora de início são obrigatórios." - -#: ../../mod/events.php:279 -msgid "l, F j" -msgstr "l, F j" - -#: ../../mod/events.php:301 -msgid "Edit event" -msgstr "Editar o evento" - -#: ../../mod/events.php:323 ../../include/text.php:1190 -msgid "link to source" -msgstr "exibir a origem" - -#: ../../mod/events.php:347 ../../view/theme/diabook/theme.php:91 -#: ../../include/nav.php:52 ../../boot.php:1748 -msgid "Events" -msgstr "Eventos" - -#: ../../mod/events.php:348 -msgid "Create New Event" -msgstr "Criar um novo evento" - -#: ../../mod/events.php:349 ../../addon/dav/friendica/layout.fnk.php:263 -#: ../../addon.old/dav/friendica/layout.fnk.php:263 -msgid "Previous" -msgstr "Anterior" - -#: ../../mod/events.php:350 ../../mod/install.php:205 -#: ../../addon/dav/friendica/layout.fnk.php:266 -#: ../../addon.old/dav/friendica/layout.fnk.php:266 -msgid "Next" -msgstr "Próximo" - -#: ../../mod/events.php:423 -msgid "hour:minute" -msgstr "hora:minuto" - -#: ../../mod/events.php:433 -msgid "Event details" -msgstr "Detalhes do evento" - -#: ../../mod/events.php:434 -#, php-format -msgid "Format is %s %s. Starting date and Title are required." -msgstr "O formato é %s %s. O título e a data de início são obrigatórios." - -#: ../../mod/events.php:436 -msgid "Event Starts:" -msgstr "Início do evento:" - -#: ../../mod/events.php:436 ../../mod/events.php:450 -msgid "Required" -msgstr "Obrigatório" - -#: ../../mod/events.php:439 -msgid "Finish date/time is not known or not relevant" -msgstr "A data/hora de término não é conhecida ou não é relevante" - -#: ../../mod/events.php:441 -msgid "Event Finishes:" -msgstr "Término do evento:" - -#: ../../mod/events.php:444 -msgid "Adjust for viewer timezone" -msgstr "Ajustar para o fuso horário do visualizador" - -#: ../../mod/events.php:446 -msgid "Description:" -msgstr "Descrição:" - -#: ../../mod/events.php:448 ../../mod/directory.php:134 -#: ../../addon/forumdirectory/forumdirectory.php:156 -#: ../../include/event.php:40 ../../include/bb2diaspora.php:412 -#: ../../boot.php:1278 -msgid "Location:" -msgstr "Localização:" - -#: ../../mod/events.php:450 -msgid "Title:" -msgstr "Título:" - -#: ../../mod/events.php:452 -msgid "Share this event" -msgstr "Compartilhar este evento" - -#: ../../mod/tagrm.php:11 ../../mod/tagrm.php:94 ../../mod/editpost.php:145 -#: ../../mod/dfrn_request.php:847 ../../mod/settings.php:560 -#: ../../mod/settings.php:586 ../../addon/js_upload/js_upload.php:45 -#: ../../include/conversation.php:1009 -#: ../../addon.old/js_upload/js_upload.php:45 -msgid "Cancel" -msgstr "Cancelar" - -#: ../../mod/tagrm.php:41 -msgid "Tag removed" -msgstr "A etiqueta foi removida" - -#: ../../mod/tagrm.php:79 -msgid "Remove Item Tag" -msgstr "Remover a etiqueta do item" - -#: ../../mod/tagrm.php:81 -msgid "Select a tag to remove: " -msgstr "Selecione uma etiqueta para remover: " - -#: ../../mod/tagrm.php:93 ../../mod/delegate.php:130 -#: ../../addon/dav/common/wdcal_edit.inc.php:468 -#: ../../addon.old/dav/common/wdcal_edit.inc.php:468 -msgid "Remove" -msgstr "Remover" - -#: ../../mod/dfrn_poll.php:99 ../../mod/dfrn_poll.php:530 -#, php-format -msgid "%1$s welcomes %2$s" -msgstr "" - -#: ../../mod/api.php:76 ../../mod/api.php:102 -msgid "Authorize application connection" -msgstr "Autorizar a conexão com a aplicação" - -#: ../../mod/api.php:77 -msgid "Return to your app and insert this Securty Code:" -msgstr "Volte para a sua aplicação e digite este código de segurança:" - -#: ../../mod/api.php:89 -msgid "Please login to continue." -msgstr "Por favor, autentique-se para continuar." - -#: ../../mod/api.php:104 -msgid "" -"Do you want to authorize this application to access your posts and contacts," -" and/or create new posts for you?" -msgstr "Deseja autorizar esta aplicação a acessar suas publicações e contatos e/ou criar novas publicações para você?" - -#: ../../mod/api.php:105 ../../mod/dfrn_request.php:835 -#: ../../mod/settings.php:933 ../../mod/settings.php:939 -#: ../../mod/settings.php:947 ../../mod/settings.php:951 -#: ../../mod/settings.php:956 ../../mod/settings.php:962 -#: ../../mod/settings.php:968 ../../mod/settings.php:974 -#: ../../mod/settings.php:1004 ../../mod/settings.php:1005 -#: ../../mod/settings.php:1006 ../../mod/settings.php:1007 -#: ../../mod/settings.php:1008 ../../mod/register.php:237 -#: ../../mod/profiles.php:584 -msgid "Yes" -msgstr "Sim" - -#: ../../mod/api.php:106 ../../mod/dfrn_request.php:836 -#: ../../mod/settings.php:933 ../../mod/settings.php:939 -#: ../../mod/settings.php:947 ../../mod/settings.php:951 -#: ../../mod/settings.php:956 ../../mod/settings.php:962 -#: ../../mod/settings.php:968 ../../mod/settings.php:974 -#: ../../mod/settings.php:1004 ../../mod/settings.php:1005 -#: ../../mod/settings.php:1006 ../../mod/settings.php:1007 -#: ../../mod/settings.php:1008 ../../mod/register.php:238 -#: ../../mod/profiles.php:585 -msgid "No" -msgstr "Não" - -#: ../../mod/photos.php:51 ../../boot.php:1741 -msgid "Photo Albums" -msgstr "Álbum de fotos" - -#: ../../mod/photos.php:59 ../../mod/photos.php:154 ../../mod/photos.php:1009 -#: ../../mod/photos.php:1092 ../../mod/photos.php:1107 -#: ../../mod/photos.php:1562 ../../mod/photos.php:1574 -#: ../../addon/communityhome/communityhome.php:110 -#: ../../view/theme/diabook/theme.php:492 -#: ../../addon.old/communityhome/communityhome.php:110 -msgid "Contact Photos" -msgstr "Fotos dos contatos" - -#: ../../mod/photos.php:66 ../../mod/photos.php:1123 ../../mod/photos.php:1612 -msgid "Upload New Photos" -msgstr "Enviar novas fotos" - -#: ../../mod/photos.php:79 ../../mod/settings.php:23 -msgid "everybody" -msgstr "todos" - -#: ../../mod/photos.php:143 -msgid "Contact information unavailable" -msgstr "A informação de contato não está disponível" - -#: ../../mod/photos.php:154 ../../mod/photos.php:676 ../../mod/photos.php:1092 -#: ../../mod/photos.php:1107 ../../mod/profile_photo.php:74 -#: ../../mod/profile_photo.php:81 ../../mod/profile_photo.php:88 -#: ../../mod/profile_photo.php:204 ../../mod/profile_photo.php:296 -#: ../../mod/profile_photo.php:305 -#: ../../addon/communityhome/communityhome.php:111 -#: ../../view/theme/diabook/theme.php:493 ../../include/user.php:324 -#: ../../include/user.php:331 ../../include/user.php:338 -#: ../../addon.old/communityhome/communityhome.php:111 -msgid "Profile Photos" -msgstr "Fotos do perfil" - -#: ../../mod/photos.php:164 -msgid "Album not found." -msgstr "O álbum não foi encontrado." - -#: ../../mod/photos.php:182 ../../mod/photos.php:1101 -msgid "Delete Album" -msgstr "Excluir o álbum" - -#: ../../mod/photos.php:245 ../../mod/photos.php:1364 -msgid "Delete Photo" -msgstr "Excluir a foto" - -#: ../../mod/photos.php:607 -#, php-format -msgid "%1$s was tagged in %2$s by %3$s" -msgstr "" - -#: ../../mod/photos.php:607 -msgid "a photo" -msgstr "" - -#: ../../mod/photos.php:712 ../../addon/js_upload/js_upload.php:321 -#: ../../addon.old/js_upload/js_upload.php:315 -msgid "Image exceeds size limit of " -msgstr "A imagem excede o tamanho máximo de " - -#: ../../mod/photos.php:720 -msgid "Image file is empty." -msgstr "O arquivo de imagem está vazio." - -#: ../../mod/photos.php:752 ../../mod/profile_photo.php:153 -#: ../../mod/wall_upload.php:112 -msgid "Unable to process image." -msgstr "Não foi possível processar a imagem." - -#: ../../mod/photos.php:779 ../../mod/profile_photo.php:301 -#: ../../mod/wall_upload.php:138 -msgid "Image upload failed." -msgstr "Não foi possível enviar a imagem." - -#: ../../mod/photos.php:865 ../../mod/community.php:18 -#: ../../mod/dfrn_request.php:760 ../../mod/viewcontacts.php:17 -#: ../../mod/display.php:7 ../../mod/search.php:89 ../../mod/directory.php:31 -#: ../../addon/forumdirectory/forumdirectory.php:53 -msgid "Public access denied." -msgstr "Acesso público negado." - -#: ../../mod/photos.php:875 -msgid "No photos selected" -msgstr "Não foi selecionada nenhuma foto" - -#: ../../mod/photos.php:976 -msgid "Access to this item is restricted." -msgstr "O acesso a este item é restrito." - -#: ../../mod/photos.php:1037 -#, php-format -msgid "You have used %1$.2f Mbytes of %2$.2f Mbytes photo storage." -msgstr "Você está usando %1$.2f Mbytes dos %2$.2f Mbytes liberados para armazenamento de fotos." - -#: ../../mod/photos.php:1043 -msgid "Upload Photos" -msgstr "Enviar fotos" - -#: ../../mod/photos.php:1047 ../../mod/photos.php:1096 -msgid "New album name: " -msgstr "Nome do novo álbum: " - -#: ../../mod/photos.php:1048 -msgid "or existing album name: " -msgstr "ou o nome de um álbum já existente: " - -#: ../../mod/photos.php:1049 -msgid "Do not show a status post for this upload" -msgstr "Não exiba uma publicação de status para este envio" - -#: ../../mod/photos.php:1051 ../../mod/photos.php:1359 -msgid "Permissions" -msgstr "Permissões" - -#: ../../mod/photos.php:1111 -msgid "Edit Album" -msgstr "Editar o álbum" - -#: ../../mod/photos.php:1117 -msgid "Show Newest First" -msgstr "Exibir as mais recentes primeiro" - -#: ../../mod/photos.php:1119 -msgid "Show Oldest First" -msgstr "Exibir as mais antigas primeiro" - -#: ../../mod/photos.php:1143 ../../mod/photos.php:1595 -msgid "View Photo" -msgstr "Ver a foto" - -#: ../../mod/photos.php:1178 -msgid "Permission denied. Access to this item may be restricted." -msgstr "Permissão negada. O acesso a este item pode estar restrito." - -#: ../../mod/photos.php:1180 -msgid "Photo not available" -msgstr "A foto não está disponível" - -#: ../../mod/photos.php:1236 -msgid "View photo" -msgstr "Ver a imagem" - -#: ../../mod/photos.php:1236 -msgid "Edit photo" -msgstr "Editar a foto" - -#: ../../mod/photos.php:1237 -msgid "Use as profile photo" -msgstr "Usar como uma foto de perfil" - -#: ../../mod/photos.php:1243 ../../mod/content.php:603 -#: ../../object/Item.php:104 -msgid "Private Message" -msgstr "Mensagem privada" - -#: ../../mod/photos.php:1262 -msgid "View Full Size" -msgstr "Ver no tamanho real" - -#: ../../mod/photos.php:1336 -msgid "Tags: " -msgstr "Etiquetas: " - -#: ../../mod/photos.php:1339 -msgid "[Remove any tag]" -msgstr "[Remover qualquer etiqueta]" - -#: ../../mod/photos.php:1349 -msgid "Rotate CW (right)" -msgstr "Rotacionar para direita" - -#: ../../mod/photos.php:1350 -msgid "Rotate CCW (left)" -msgstr "Rotacionar para esquerda" - -#: ../../mod/photos.php:1352 -msgid "New album name" -msgstr "Novo nome para o álbum" - -#: ../../mod/photos.php:1355 -msgid "Caption" -msgstr "Legenda" - -#: ../../mod/photos.php:1357 -msgid "Add a Tag" -msgstr "Adicionar uma etiqueta" - -#: ../../mod/photos.php:1361 -msgid "" -"Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping" -msgstr "Por exemplo: @joao, @Joao_da_Silva, @joao@exemplo.com, #Minas_Gerais, #acampamento" - -#: ../../mod/photos.php:1381 ../../mod/content.php:667 -#: ../../object/Item.php:202 -msgid "I like this (toggle)" -msgstr "Eu gostei disso (alternar)" - -#: ../../mod/photos.php:1382 ../../mod/content.php:668 -#: ../../object/Item.php:203 -msgid "I don't like this (toggle)" -msgstr "Eu não gostei disso (alternar)" - -#: ../../mod/photos.php:1383 ../../include/conversation.php:969 -msgid "Share" -msgstr "Compartilhar" - -#: ../../mod/photos.php:1384 ../../mod/editpost.php:121 -#: ../../mod/content.php:482 ../../mod/content.php:848 -#: ../../mod/wallmessage.php:152 ../../mod/message.php:300 -#: ../../mod/message.php:488 ../../include/conversation.php:624 -#: ../../include/conversation.php:988 ../../object/Item.php:269 -msgid "Please wait" -msgstr "Por favor, espere" - -#: ../../mod/photos.php:1400 ../../mod/photos.php:1444 -#: ../../mod/photos.php:1516 ../../mod/content.php:690 -#: ../../object/Item.php:567 -msgid "This is you" -msgstr "Este(a) é você" - -#: ../../mod/photos.php:1402 ../../mod/photos.php:1446 -#: ../../mod/photos.php:1518 ../../mod/content.php:692 ../../boot.php:608 -#: ../../object/Item.php:266 ../../object/Item.php:569 -msgid "Comment" -msgstr "Comentar" - -#: ../../mod/photos.php:1404 ../../mod/photos.php:1448 -#: ../../mod/photos.php:1520 ../../mod/editpost.php:142 -#: ../../mod/content.php:702 ../../include/conversation.php:1006 -#: ../../object/Item.php:579 -msgid "Preview" -msgstr "Pré-visualização" - -#: ../../mod/photos.php:1488 ../../mod/content.php:439 -#: ../../mod/content.php:724 ../../mod/settings.php:622 -#: ../../mod/group.php:168 ../../mod/admin.php:699 -#: ../../include/conversation.php:569 ../../object/Item.php:118 -msgid "Delete" -msgstr "Excluir" - -#: ../../mod/photos.php:1601 -msgid "View Album" -msgstr "Ver álbum" - -#: ../../mod/photos.php:1610 -msgid "Recent Photos" -msgstr "Fotos recentes" - -#: ../../mod/community.php:23 -msgid "Not available." -msgstr "Não disponível." - -#: ../../mod/community.php:32 ../../view/theme/diabook/theme.php:93 -#: ../../include/nav.php:101 -msgid "Community" -msgstr "Comunidade" - -#: ../../mod/community.php:61 ../../mod/community.php:86 -#: ../../mod/search.php:162 ../../mod/search.php:188 -msgid "No results." -msgstr "Nenhum resultado." - -#: ../../mod/friendica.php:55 -msgid "This is Friendica, version" -msgstr "Este é o Friendica, versão" - -#: ../../mod/friendica.php:56 -msgid "running at web location" -msgstr "sendo executado no endereço web" - -#: ../../mod/friendica.php:58 -msgid "" -"Please visit Friendica.com to learn " -"more about the Friendica project." -msgstr "Por favor, visite friendica.com para aprender mais sobre o projeto Friendica." - -#: ../../mod/friendica.php:60 -msgid "Bug reports and issues: please visit" -msgstr "Relatos e acompanhamentos de erros podem ser encontrados em" - -#: ../../mod/friendica.php:61 -msgid "" -"Suggestions, praise, donations, etc. - please email \"Info\" at Friendica - " -"dot com" -msgstr "Sugestões, elogios, doações, etc. - favor enviar e-mail para \"Info\" arroba Friendica - ponto com" - -#: ../../mod/friendica.php:75 -msgid "Installed plugins/addons/apps:" -msgstr "Plugins/complementos/aplicações instaladas:" - -#: ../../mod/friendica.php:88 -msgid "No installed plugins/addons/apps" -msgstr "Nenhum plugin/complemento/aplicativo instalado" - -#: ../../mod/editpost.php:17 ../../mod/editpost.php:27 -msgid "Item not found" -msgstr "O item não foi encontrado" - -#: ../../mod/editpost.php:39 -msgid "Edit post" -msgstr "Editar a publicação" - -#: ../../mod/editpost.php:91 ../../include/conversation.php:955 -msgid "Post to Email" -msgstr "Enviar por e-mail" - -#: ../../mod/editpost.php:106 ../../mod/content.php:711 -#: ../../mod/settings.php:621 ../../object/Item.php:108 -msgid "Edit" -msgstr "Editar" - -#: ../../mod/editpost.php:107 ../../mod/wallmessage.php:150 -#: ../../mod/message.php:298 ../../mod/message.php:485 -#: ../../include/conversation.php:970 -msgid "Upload photo" -msgstr "Enviar foto" - -#: ../../mod/editpost.php:108 ../../include/conversation.php:971 -msgid "upload photo" -msgstr "upload de foto" - -#: ../../mod/editpost.php:109 ../../include/conversation.php:972 -msgid "Attach file" -msgstr "Anexar arquivo" - -#: ../../mod/editpost.php:110 ../../include/conversation.php:973 -msgid "attach file" -msgstr "anexar arquivo" - -#: ../../mod/editpost.php:111 ../../mod/wallmessage.php:151 -#: ../../mod/message.php:299 ../../mod/message.php:486 -#: ../../include/conversation.php:974 -msgid "Insert web link" -msgstr "Inserir link web" - -#: ../../mod/editpost.php:112 ../../include/conversation.php:975 -msgid "web link" -msgstr "link web" - -#: ../../mod/editpost.php:113 ../../include/conversation.php:976 -msgid "Insert video link" -msgstr "Inserir link de vídeo" - -#: ../../mod/editpost.php:114 ../../include/conversation.php:977 -msgid "video link" -msgstr "link de vídeo" - -#: ../../mod/editpost.php:115 ../../include/conversation.php:978 -msgid "Insert audio link" -msgstr "Inserir link de áudio" - -#: ../../mod/editpost.php:116 ../../include/conversation.php:979 -msgid "audio link" -msgstr "link de áudio" - -#: ../../mod/editpost.php:117 ../../include/conversation.php:980 -msgid "Set your location" -msgstr "Definir sua localização" - -#: ../../mod/editpost.php:118 ../../include/conversation.php:981 -msgid "set location" -msgstr "configure localização" - -#: ../../mod/editpost.php:119 ../../include/conversation.php:982 -msgid "Clear browser location" -msgstr "Limpar a localização do navegador" - -#: ../../mod/editpost.php:120 ../../include/conversation.php:983 -msgid "clear location" -msgstr "apague localização" - -#: ../../mod/editpost.php:122 ../../include/conversation.php:989 -msgid "Permission settings" -msgstr "Configurações de permissão" - -#: ../../mod/editpost.php:130 ../../include/conversation.php:998 -msgid "CC: email addresses" -msgstr "CC: endereço de e-mail" - -#: ../../mod/editpost.php:131 ../../include/conversation.php:999 -msgid "Public post" -msgstr "Publicação pública" - -#: ../../mod/editpost.php:134 ../../include/conversation.php:985 -msgid "Set title" -msgstr "Definir o título" - -#: ../../mod/editpost.php:136 ../../include/conversation.php:987 -msgid "Categories (comma-separated list)" -msgstr "Categorias (lista separada por vírgulas)" - -#: ../../mod/editpost.php:137 ../../include/conversation.php:1001 -msgid "Example: bob@example.com, mary@example.com" -msgstr "Por exemplo: joao@exemplo.com, maria@exemplo.com" - -#: ../../mod/dfrn_request.php:93 -msgid "This introduction has already been accepted." -msgstr "Esta apresentação já foi aceita." - -#: ../../mod/dfrn_request.php:118 ../../mod/dfrn_request.php:512 -msgid "Profile location is not valid or does not contain profile information." -msgstr "A localização do perfil não é válida ou não contém uma informação de perfil." - -#: ../../mod/dfrn_request.php:123 ../../mod/dfrn_request.php:517 -msgid "Warning: profile location has no identifiable owner name." -msgstr "Aviso: a localização do perfil não possui nenhum nome identificável do seu dono." - -#: ../../mod/dfrn_request.php:125 ../../mod/dfrn_request.php:519 -msgid "Warning: profile location has no profile photo." -msgstr "Aviso: a localização do perfil não possui nenhuma foto do perfil." - -#: ../../mod/dfrn_request.php:128 ../../mod/dfrn_request.php:522 -#, php-format -msgid "%d required parameter was not found at the given location" -msgid_plural "%d required parameters were not found at the given location" -msgstr[0] "O parâmetro requerido %d não foi encontrado na localização fornecida" -msgstr[1] "Os parâmetros requeridos %d não foram encontrados na localização fornecida" - -#: ../../mod/dfrn_request.php:170 -msgid "Introduction complete." -msgstr "A apresentação foi finalizada." - -#: ../../mod/dfrn_request.php:209 -msgid "Unrecoverable protocol error." -msgstr "Ocorreu um erro irrecuperável de protocolo." - -#: ../../mod/dfrn_request.php:237 -msgid "Profile unavailable." -msgstr "O perfil não está disponível." - -#: ../../mod/dfrn_request.php:262 -#, php-format -msgid "%s has received too many connection requests today." -msgstr "%s recebeu solicitações de conexão em excesso hoje." - -#: ../../mod/dfrn_request.php:263 -msgid "Spam protection measures have been invoked." -msgstr "As medidas de proteção contra spam foram ativadas." - -#: ../../mod/dfrn_request.php:264 -msgid "Friends are advised to please try again in 24 hours." -msgstr "Os amigos foram notificados para tentar novamente em 24 horas." - -#: ../../mod/dfrn_request.php:326 -msgid "Invalid locator" -msgstr "Localizador inválido" - -#: ../../mod/dfrn_request.php:335 -msgid "Invalid email address." -msgstr "Endereço de e-mail inválido." - -#: ../../mod/dfrn_request.php:361 -msgid "This account has not been configured for email. Request failed." -msgstr "Essa conta não foi configurada para e-mails. Não foi possível atender à solicitação." - -#: ../../mod/dfrn_request.php:457 -msgid "Unable to resolve your name at the provided location." -msgstr "Não foi possível encontrar a sua identificação no endereço indicado." - -#: ../../mod/dfrn_request.php:470 -msgid "You have already introduced yourself here." -msgstr "Você já fez a sua apresentação aqui." - -#: ../../mod/dfrn_request.php:474 -#, php-format -msgid "Apparently you are already friends with %s." -msgstr "Aparentemente você já é amigo de %s." - -#: ../../mod/dfrn_request.php:495 -msgid "Invalid profile URL." -msgstr "URL de perfil inválida." - -#: ../../mod/dfrn_request.php:501 ../../include/follow.php:27 -msgid "Disallowed profile URL." -msgstr "URL de perfil não permitida." - -#: ../../mod/dfrn_request.php:570 ../../mod/contacts.php:124 -msgid "Failed to update contact record." -msgstr "Não foi possível atualizar o registro do contato." - -#: ../../mod/dfrn_request.php:591 -msgid "Your introduction has been sent." -msgstr "A sua apresentação foi enviada." - -#: ../../mod/dfrn_request.php:644 -msgid "Please login to confirm introduction." -msgstr "Por favor, autentique-se para confirmar a apresentação." - -#: ../../mod/dfrn_request.php:658 -msgid "" -"Incorrect identity currently logged in. Please login to " -"this profile." -msgstr "A identidade autenticada está incorreta. Por favor, entre como este perfil." - -#: ../../mod/dfrn_request.php:669 -msgid "Hide this contact" -msgstr "Ocultar este contato" - -#: ../../mod/dfrn_request.php:672 -#, php-format -msgid "Welcome home %s." -msgstr "Bem-vindo(a) à sua página pessoal %s." - -#: ../../mod/dfrn_request.php:673 -#, php-format -msgid "Please confirm your introduction/connection request to %s." -msgstr "Por favor, confirme sua solicitação de apresentação/conexão para %s." - -#: ../../mod/dfrn_request.php:674 -msgid "Confirm" -msgstr "Confirmar" - -#: ../../mod/dfrn_request.php:715 ../../include/items.php:3356 -msgid "[Name Withheld]" -msgstr "[Nome não revelado]" - -#: ../../mod/dfrn_request.php:810 -msgid "" -"Please enter your 'Identity Address' from one of the following supported " -"communications networks:" -msgstr "Por favor, digite seu 'Endereço de Identificação' a partir de uma das seguintes redes de comunicação suportadas:" - -#: ../../mod/dfrn_request.php:826 -msgid "Connect as an email follower (Coming soon)" -msgstr "Conectar como um acompanhante por e-mail (Em breve)" - -#: ../../mod/dfrn_request.php:828 -msgid "" -"If you are not yet a member of the free social web, follow this link to find a public" -" Friendica site and join us today." -msgstr "Caso você ainda não seja membro da rede social livre, clique aqui para encontrar um site Friendica público e junte-se à nós." - -#: ../../mod/dfrn_request.php:831 -msgid "Friend/Connection Request" -msgstr "Solicitação de amizade/conexão" - -#: ../../mod/dfrn_request.php:832 -msgid "" -"Examples: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, " -"testuser@identi.ca" -msgstr "Examplos: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, testuser@identi.ca" - -#: ../../mod/dfrn_request.php:833 -msgid "Please answer the following:" -msgstr "Por favor, entre com as informações solicitadas:" - -#: ../../mod/dfrn_request.php:834 -#, php-format -msgid "Does %s know you?" -msgstr "%s conhece você?" - -#: ../../mod/dfrn_request.php:837 -msgid "Add a personal note:" -msgstr "Adicione uma anotação pessoal:" - -#: ../../mod/dfrn_request.php:839 ../../include/contact_selectors.php:76 -msgid "Friendica" -msgstr "Friendica" - -#: ../../mod/dfrn_request.php:840 -msgid "StatusNet/Federated Social Web" -msgstr "StatusNet/Federated Social Web" - -#: ../../mod/dfrn_request.php:841 ../../mod/settings.php:681 -#: ../../include/contact_selectors.php:80 -msgid "Diaspora" -msgstr "Diaspora" - -#: ../../mod/dfrn_request.php:842 -#, php-format -msgid "" -" - please do not use this form. Instead, enter %s into your Diaspora search" -" bar." -msgstr " - Por favor, não utilize esse formulário. Ao invés disso, digite %s na sua barra de pesquisa do Diaspora." - -#: ../../mod/dfrn_request.php:843 -msgid "Your Identity Address:" -msgstr "Seu endereço de identificação:" - -#: ../../mod/dfrn_request.php:846 -msgid "Submit Request" -msgstr "Enviar solicitação" - -#: ../../mod/uexport.php:9 ../../mod/settings.php:30 ../../include/nav.php:138 -msgid "Account settings" -msgstr "Configurações da conta" - -#: ../../mod/uexport.php:14 ../../mod/settings.php:40 -msgid "Display settings" -msgstr "Configurações de exibição" - -#: ../../mod/uexport.php:20 ../../mod/settings.php:46 -msgid "Connector settings" -msgstr "Configurações do conector" - -#: ../../mod/uexport.php:25 ../../mod/settings.php:51 -msgid "Plugin settings" -msgstr "Configurações dos plugins" - -#: ../../mod/uexport.php:30 ../../mod/settings.php:56 -msgid "Connected apps" -msgstr "Aplicações conectadas" - -#: ../../mod/uexport.php:35 ../../mod/uexport.php:80 ../../mod/settings.php:61 -msgid "Export personal data" -msgstr "Exportar dados pessoais" - -#: ../../mod/uexport.php:40 ../../mod/settings.php:66 -msgid "Remove account" -msgstr "Remover a conta" - -#: ../../mod/uexport.php:48 ../../mod/settings.php:74 -#: ../../mod/newmember.php:22 ../../mod/admin.php:788 ../../mod/admin.php:993 -#: ../../addon/dav/friendica/layout.fnk.php:225 -#: ../../addon/mathjax/mathjax.php:36 ../../view/theme/diabook/theme.php:537 -#: ../../view/theme/diabook/theme.php:658 ../../include/nav.php:138 -#: ../../addon.old/dav/friendica/layout.fnk.php:225 -#: ../../addon.old/mathjax/mathjax.php:36 -msgid "Settings" -msgstr "Configurações" - -#: ../../mod/uexport.php:72 -msgid "Export account" -msgstr "" - -#: ../../mod/uexport.php:72 -msgid "" -"Export your account info and contacts. Use this to make a backup of your " -"account and/or to move it to another server." -msgstr "" - -#: ../../mod/uexport.php:73 -msgid "Export all" -msgstr "" - -#: ../../mod/uexport.php:73 -msgid "" -"Export your accout info, contacts and all your items as json. Could be a " -"very big file, and could take a lot of time. Use this to make a full backup " -"of your account (photos are not exported)" -msgstr "" - -#: ../../mod/install.php:117 -msgid "Friendica Social Communications Server - Setup" -msgstr "Servidor de Comunicações Sociais Friendica - Configuração" - -#: ../../mod/install.php:123 -msgid "Could not connect to database." -msgstr "Não foi possível conectar ao banco de dados." - -#: ../../mod/install.php:127 -msgid "Could not create table." -msgstr "Não foi possível criar tabela." - -#: ../../mod/install.php:133 -msgid "Your Friendica site database has been installed." -msgstr "O banco de dados do seu site Friendica foi instalado." - -#: ../../mod/install.php:138 -msgid "" -"You may need to import the file \"database.sql\" manually using phpmyadmin " -"or mysql." -msgstr "Você provavelmente precisará importar o arquivo \"database.sql\" manualmente, usando o phpmyadmin ou o mysql." - -#: ../../mod/install.php:139 ../../mod/install.php:204 -#: ../../mod/install.php:488 -msgid "Please see the file \"INSTALL.txt\"." -msgstr "Por favor, dê uma olhada no arquivo \"INSTALL.TXT\"." - -#: ../../mod/install.php:201 -msgid "System check" -msgstr "Checagem do sistema" - -#: ../../mod/install.php:206 -msgid "Check again" -msgstr "Checar novamente" - -#: ../../mod/install.php:225 -msgid "Database connection" -msgstr "Conexão de banco de dados" - -#: ../../mod/install.php:226 -msgid "" -"In order to install Friendica we need to know how to connect to your " -"database." -msgstr "À fim de instalar o Friendica, você precisa saber como se conectar ao seu banco de dados." - -#: ../../mod/install.php:227 -msgid "" -"Please contact your hosting provider or site administrator if you have " -"questions about these settings." -msgstr "Por favor, entre em contato com a sua hospedagem ou com o administrador do site caso você tenha alguma dúvida em relação a essas configurações." - -#: ../../mod/install.php:228 -msgid "" -"The database you specify below should already exist. If it does not, please " -"create it before continuing." -msgstr "O banco de dados que você especificou abaixo já deve existir. Caso contrário, por favor crie-o antes de continuar." - -#: ../../mod/install.php:232 -msgid "Database Server Name" -msgstr "Nome do servidor de banco de dados" - -#: ../../mod/install.php:233 -msgid "Database Login Name" -msgstr "Nome do usuário do banco de dados" - -#: ../../mod/install.php:234 -msgid "Database Login Password" -msgstr "Senha do usuário do banco de dados" - -#: ../../mod/install.php:235 -msgid "Database Name" -msgstr "Nome do banco de dados" - -#: ../../mod/install.php:236 ../../mod/install.php:275 -msgid "Site administrator email address" -msgstr "Endereço de email do administrador do site" - -#: ../../mod/install.php:236 ../../mod/install.php:275 -msgid "" -"Your account email address must match this in order to use the web admin " -"panel." -msgstr "O endereço de email da sua conta deve ser igual a este para que você possa utilizar o painel de administração web." - -#: ../../mod/install.php:240 ../../mod/install.php:278 -msgid "Please select a default timezone for your website" -msgstr "Por favor, selecione o fuso horário padrão para o seu site" - -#: ../../mod/install.php:265 -msgid "Site settings" -msgstr "Configurações do site" - -#: ../../mod/install.php:318 -msgid "Could not find a command line version of PHP in the web server PATH." -msgstr "Não foi possível encontrar uma versão de linha de comando do PHP nos caminhos do seu servidor web." - -#: ../../mod/install.php:319 -msgid "" -"If you don't have a command line version of PHP installed on server, you " -"will not be able to run background polling via cron. See 'Activating scheduled tasks'" -msgstr "Caso você não tenha uma versão de linha de comando do PHP instalado no seu servidor, você não será capaz de executar a captação em segundo plano. Dê uma olhada em 'Activating scheduled tasks'" - -#: ../../mod/install.php:323 -msgid "PHP executable path" -msgstr "Caminho para o executável do PhP" - -#: ../../mod/install.php:323 -msgid "" -"Enter full path to php executable. You can leave this blank to continue the " -"installation." -msgstr "Digite o caminho completo do executável PHP. Você pode deixar isso em branco para continuar com a instalação." - -#: ../../mod/install.php:328 -msgid "Command line PHP" -msgstr "PHP em linha de comando" - -#: ../../mod/install.php:337 -msgid "" -"The command line version of PHP on your system does not have " -"\"register_argc_argv\" enabled." -msgstr "\"register_argc_argv\" não está habilitado na versão de linha de comando do PHP no seu sistema." - -#: ../../mod/install.php:338 -msgid "This is required for message delivery to work." -msgstr "Isto é necessário para o funcionamento do envio de mensagens." - -#: ../../mod/install.php:340 -msgid "PHP register_argc_argv" -msgstr "PHP register_argc_argv" - -#: ../../mod/install.php:361 -msgid "" -"Error: the \"openssl_pkey_new\" function on this system is not able to " -"generate encryption keys" -msgstr "Erro: a função \"openssl_pkey_new\" no seu sistema não é capaz de gerar as chaves de criptografia" - -#: ../../mod/install.php:362 -msgid "" -"If running under Windows, please see " -"\"http://www.php.net/manual/en/openssl.installation.php\"." -msgstr "Se estiver usando o Windows, por favor dê uma olhada em \"http://www.php.net/manual/en/openssl.installation.php\"." - -#: ../../mod/install.php:364 -msgid "Generate encryption keys" -msgstr "Gerar chaves de encriptação" - -#: ../../mod/install.php:371 -msgid "libCurl PHP module" -msgstr "Módulo PHP libCurl" - -#: ../../mod/install.php:372 -msgid "GD graphics PHP module" -msgstr "Módulo PHP GD graphics" - -#: ../../mod/install.php:373 -msgid "OpenSSL PHP module" -msgstr "Módulo PHP OpenSSL" - -#: ../../mod/install.php:374 -msgid "mysqli PHP module" -msgstr "Módulo PHP mysqli" - -#: ../../mod/install.php:375 -msgid "mb_string PHP module" -msgstr "Módulo PHP mb_string " - -#: ../../mod/install.php:380 ../../mod/install.php:382 -msgid "Apache mod_rewrite module" -msgstr "Módulo mod_rewrite do Apache" - -#: ../../mod/install.php:380 -msgid "" -"Error: Apache webserver mod-rewrite module is required but not installed." -msgstr "Erro: o módulo mod-rewrite do Apache é necessário, mas não está instalado." - -#: ../../mod/install.php:388 -msgid "Error: libCURL PHP module required but not installed." -msgstr "Erro: o módulo libCURL do PHP é necessário, mas não está instalado." - -#: ../../mod/install.php:392 -msgid "" -"Error: GD graphics PHP module with JPEG support required but not installed." -msgstr "Erro: o módulo gráfico GD, com suporte a JPEG, do PHP é necessário, mas não está instalado." - -#: ../../mod/install.php:396 -msgid "Error: openssl PHP module required but not installed." -msgstr "Erro: o módulo openssl do PHP é necessário, mas não está instalado." - -#: ../../mod/install.php:400 -msgid "Error: mysqli PHP module required but not installed." -msgstr "Erro: o módulo mysqli do PHP é necessário, mas não está instalado." - -#: ../../mod/install.php:404 -msgid "Error: mb_string PHP module required but not installed." -msgstr "Erro: o módulo mb_string PHP é necessário, mas não está instalado." - -#: ../../mod/install.php:421 -msgid "" -"The web installer needs to be able to create a file called \".htconfig.php\"" -" in the top folder of your web server and it is unable to do so." -msgstr "O instalador web precisa criar um arquivo chamado \".htconfig.php\" na pasta raiz da instalação e não está conseguindo." - -#: ../../mod/install.php:422 -msgid "" -"This is most often a permission setting, as the web server may not be able " -"to write files in your folder - even if you can." -msgstr "Geralmente isso está relacionado às definições de permissão, uma vez que o servidor web pode não estar conseguindo escrever os arquivos nesta pasta." - -#: ../../mod/install.php:423 -msgid "" -"At the end of this procedure, we will give you a text to save in a file " -"named .htconfig.php in your Friendica top folder." -msgstr "Ao final desse procedimento, será fornecido um texto que deverá ser salvo em um arquivo de nome. htconfig.php, na pasta raiz da instalação do seu Friendica." - -#: ../../mod/install.php:424 -msgid "" -"You can alternatively skip this procedure and perform a manual installation." -" Please see the file \"INSTALL.txt\" for instructions." -msgstr "Você também pode pular esse procedimento e executar uma instalação manual. Por favor, dê uma olhada no arquivo \"INSTALL.TXT\" para instruções." - -#: ../../mod/install.php:427 -msgid ".htconfig.php is writable" -msgstr ".htconfig.php tem permissão de escrita" - -#: ../../mod/install.php:439 -msgid "" -"Url rewrite in .htaccess is not working. Check your server configuration." -msgstr "A reescrita de URLs definida no .htaccess não está funcionando. Por favor, verifique as configurações do seu servidor." - -#: ../../mod/install.php:441 -msgid "Url rewrite is working" -msgstr "A reescrita de URLs está funcionando" - -#: ../../mod/install.php:451 -msgid "" -"The database configuration file \".htconfig.php\" could not be written. " -"Please use the enclosed text to create a configuration file in your web " -"server root." -msgstr "Não foi possível gravar o arquivo de configuração \".htconfig.php\". Por favor, use o texto incluso para criar um arquivo de configuração na raiz da instalação do Friendika em seu servidor web." - -#: ../../mod/install.php:475 -msgid "Errors encountered creating database tables." -msgstr "Foram encontrados erros durante a criação das tabelas do banco de dados." - -#: ../../mod/install.php:486 -msgid "

What next

" -msgstr "

A seguir

" - -#: ../../mod/install.php:487 -msgid "" -"IMPORTANT: You will need to [manually] setup a scheduled task for the " -"poller." -msgstr "IMPORTANTE: Você deve configurar [manualmente] uma tarefa agendada para o captador." - -#: ../../mod/localtime.php:12 ../../include/event.php:11 -#: ../../include/bb2diaspora.php:390 -msgid "l F d, Y \\@ g:i A" -msgstr "l F d, Y \\@ H:i" - -#: ../../mod/localtime.php:24 -msgid "Time Conversion" -msgstr "Conversão de tempo" - -#: ../../mod/localtime.php:26 -msgid "" -"Friendica provides this service for sharing events with other networks and " -"friends in unknown timezones." -msgstr "" - -#: ../../mod/localtime.php:30 -#, php-format -msgid "UTC time: %s" -msgstr "Hora UTC: %s" - -#: ../../mod/localtime.php:33 -#, php-format -msgid "Current timezone: %s" -msgstr "Fuso horário atual: %s" - -#: ../../mod/localtime.php:36 -#, php-format -msgid "Converted localtime: %s" -msgstr "Horário local convertido: %s" - -#: ../../mod/localtime.php:41 -msgid "Please select your timezone:" -msgstr "Por favor, selecione seu fuso horário:" - -#: ../../mod/poke.php:192 -msgid "Poke/Prod" -msgstr "" - -#: ../../mod/poke.php:193 -msgid "poke, prod or do other things to somebody" -msgstr "" - -#: ../../mod/poke.php:194 -msgid "Recipient" -msgstr "Destinatário" - -#: ../../mod/poke.php:195 -msgid "Choose what you wish to do to recipient" -msgstr "Selecione o que você deseja fazer com o destinatário" - -#: ../../mod/poke.php:198 -msgid "Make this post private" -msgstr "Fazer com que essa publicação se torne privada" - -#: ../../mod/match.php:12 -msgid "Profile Match" -msgstr "Correspondência de perfil" - -#: ../../mod/match.php:20 -msgid "No keywords to match. Please add keywords to your default profile." -msgstr "Não foi encontrada nenhuma palavra-chave associada a você. Por favor, adicione algumas ao seu perfil padrão." - -#: ../../mod/match.php:57 -msgid "is interested in:" -msgstr "se interessa por:" - -#: ../../mod/match.php:58 ../../mod/suggest.php:59 -#: ../../include/contact_widgets.php:9 ../../boot.php:1216 -msgid "Connect" -msgstr "Conectar" - -#: ../../mod/match.php:65 ../../mod/dirfind.php:60 -msgid "No matches" -msgstr "Nenhuma correspondência" - -#: ../../mod/lockview.php:31 ../../mod/lockview.php:39 -msgid "Remote privacy information not available." -msgstr "Não existe informação disponível sobre a privacidade remota." - -#: ../../mod/lockview.php:48 -#: ../../addon/remote_permissions/remote_permissions.php:123 -msgid "Visible to:" -msgstr "Visível para:" - -#: ../../mod/content.php:119 ../../mod/network.php:594 -msgid "No such group" -msgstr "Este grupo não existe" - -#: ../../mod/content.php:130 ../../mod/network.php:605 -msgid "Group is empty" -msgstr "O grupo está vazio" - -#: ../../mod/content.php:134 ../../mod/network.php:609 -msgid "Group: " -msgstr "Grupo: " - -#: ../../mod/content.php:438 ../../mod/content.php:723 -#: ../../include/conversation.php:568 ../../object/Item.php:117 -msgid "Select" -msgstr "Selecionar" - -#: ../../mod/content.php:455 ../../mod/content.php:817 -#: ../../mod/content.php:818 ../../include/conversation.php:587 -#: ../../object/Item.php:234 ../../object/Item.php:235 -#, php-format -msgid "View %s's profile @ %s" -msgstr "Ver o perfil de %s @ %s" - -#: ../../mod/content.php:465 ../../mod/content.php:829 -#: ../../include/conversation.php:607 ../../object/Item.php:248 -#, php-format -msgid "%s from %s" -msgstr "%s de %s" - -#: ../../mod/content.php:480 ../../include/conversation.php:622 -msgid "View in context" -msgstr "Ver no contexto" - -#: ../../mod/content.php:586 ../../object/Item.php:288 -#, php-format -msgid "%d comment" -msgid_plural "%d comments" -msgstr[0] "%d comentário" -msgstr[1] "%d comentários" - -#: ../../mod/content.php:588 ../../include/text.php:1446 -#: ../../object/Item.php:290 ../../object/Item.php:303 -msgid "comment" -msgid_plural "comments" -msgstr[0] "comentário" -msgstr[1] "comentários" - -#: ../../mod/content.php:589 ../../addon/page/page.php:77 -#: ../../addon/page/page.php:111 ../../addon/showmore/showmore.php:119 -#: ../../include/contact_widgets.php:204 ../../boot.php:609 -#: ../../object/Item.php:291 ../../addon.old/page/page.php:77 -#: ../../addon.old/page/page.php:111 ../../addon.old/showmore/showmore.php:119 -msgid "show more" -msgstr "exibir mais" - -#: ../../mod/content.php:667 ../../object/Item.php:202 -msgid "like" -msgstr "gostei" - -#: ../../mod/content.php:668 ../../object/Item.php:203 -msgid "dislike" -msgstr "não gostei" - -#: ../../mod/content.php:670 ../../object/Item.php:205 -msgid "Share this" -msgstr "Compartilhar isso" - -#: ../../mod/content.php:670 ../../object/Item.php:205 -msgid "share" -msgstr "compartilhar" - -#: ../../mod/content.php:694 ../../object/Item.php:571 -msgid "Bold" -msgstr "Negrito" - -#: ../../mod/content.php:695 ../../object/Item.php:572 -msgid "Italic" -msgstr "Itálico" - -#: ../../mod/content.php:696 ../../object/Item.php:573 -msgid "Underline" -msgstr "Sublinhado" - -#: ../../mod/content.php:697 ../../object/Item.php:574 -msgid "Quote" -msgstr "Citação" - -#: ../../mod/content.php:698 ../../object/Item.php:575 -msgid "Code" -msgstr "Código" - -#: ../../mod/content.php:699 ../../object/Item.php:576 -msgid "Image" -msgstr "Imagem" - -#: ../../mod/content.php:700 ../../object/Item.php:577 -msgid "Link" -msgstr "Link" - -#: ../../mod/content.php:701 ../../object/Item.php:578 -msgid "Video" -msgstr "Vídeo" - -#: ../../mod/content.php:736 ../../object/Item.php:181 -msgid "add star" -msgstr "marcar com estrela" - -#: ../../mod/content.php:737 ../../object/Item.php:182 -msgid "remove star" -msgstr "remover estrela" - -#: ../../mod/content.php:738 ../../object/Item.php:183 -msgid "toggle star status" -msgstr "ativa/desativa o destaque" - -#: ../../mod/content.php:741 ../../object/Item.php:186 -msgid "starred" -msgstr "marcado com estrela" - -#: ../../mod/content.php:742 ../../object/Item.php:191 -msgid "add tag" -msgstr "adicionar tag" - -#: ../../mod/content.php:746 ../../object/Item.php:121 -msgid "save to folder" -msgstr "salvar na pasta" - -#: ../../mod/content.php:819 ../../object/Item.php:236 -msgid "to" -msgstr "para" - -#: ../../mod/content.php:820 ../../object/Item.php:238 -msgid "Wall-to-Wall" -msgstr "Mural-para-mural" - -#: ../../mod/content.php:821 ../../object/Item.php:239 -msgid "via Wall-To-Wall:" -msgstr "via Mural-para-mural" - -#: ../../mod/home.php:30 ../../addon/communityhome/communityhome.php:179 -#: ../../addon.old/communityhome/communityhome.php:179 -#, php-format -msgid "Welcome to %s" -msgstr "Bem-vindo(a) a %s" - -#: ../../mod/notifications.php:26 -msgid "Invalid request identifier." -msgstr "Identificador de solicitação inválido" - -#: ../../mod/notifications.php:35 ../../mod/notifications.php:164 -#: ../../mod/notifications.php:210 -msgid "Discard" -msgstr "Descartar" - -#: ../../mod/notifications.php:51 ../../mod/notifications.php:163 -#: ../../mod/notifications.php:209 ../../mod/contacts.php:325 -#: ../../mod/contacts.php:379 -msgid "Ignore" -msgstr "Ignorar" - -#: ../../mod/notifications.php:78 -msgid "System" -msgstr "Sistema" - -#: ../../mod/notifications.php:83 ../../include/nav.php:113 -msgid "Network" -msgstr "Rede" - -#: ../../mod/notifications.php:88 ../../mod/network.php:444 -msgid "Personal" -msgstr "Pessoal" - -#: ../../mod/notifications.php:93 ../../view/theme/diabook/theme.php:87 -#: ../../include/nav.php:77 ../../include/nav.php:116 -msgid "Home" -msgstr "Pessoal" - -#: ../../mod/notifications.php:98 ../../include/nav.php:122 -msgid "Introductions" -msgstr "Apresentações" - -#: ../../mod/notifications.php:103 ../../mod/message.php:180 -#: ../../include/nav.php:129 -msgid "Messages" -msgstr "Mensagens" - -#: ../../mod/notifications.php:122 -msgid "Show Ignored Requests" -msgstr "Exibir solicitações ignoradas" - -#: ../../mod/notifications.php:122 -msgid "Hide Ignored Requests" -msgstr "Ocultar solicitações ignoradas" - -#: ../../mod/notifications.php:148 ../../mod/notifications.php:194 -msgid "Notification type: " -msgstr "Tipo de notificação:" - -#: ../../mod/notifications.php:149 -msgid "Friend Suggestion" -msgstr "Sugestão de amigo" - -#: ../../mod/notifications.php:151 -#, php-format -msgid "suggested by %s" -msgstr "sugerido por %s" - -#: ../../mod/notifications.php:156 ../../mod/notifications.php:203 -#: ../../mod/contacts.php:385 -msgid "Hide this contact from others" -msgstr "Ocultar este contato dos outros" - -#: ../../mod/notifications.php:157 ../../mod/notifications.php:204 -msgid "Post a new friend activity" -msgstr "Publicar a adição de amigo" - -#: ../../mod/notifications.php:157 ../../mod/notifications.php:204 -msgid "if applicable" -msgstr "se aplicável" - -#: ../../mod/notifications.php:160 ../../mod/notifications.php:207 -#: ../../mod/admin.php:697 -msgid "Approve" -msgstr "Aprovar" - -#: ../../mod/notifications.php:180 -msgid "Claims to be known to you: " -msgstr "Alega ser conhecido por você: " - -#: ../../mod/notifications.php:180 -msgid "yes" -msgstr "sim" - -#: ../../mod/notifications.php:180 -msgid "no" -msgstr "não" - -#: ../../mod/notifications.php:187 -msgid "Approve as: " -msgstr "Aprovar como:" - -#: ../../mod/notifications.php:188 -msgid "Friend" -msgstr "Amigo" - -#: ../../mod/notifications.php:189 -msgid "Sharer" -msgstr "Compartilhador" - -#: ../../mod/notifications.php:189 -msgid "Fan/Admirer" -msgstr "Fã/Admirador" - -#: ../../mod/notifications.php:195 -msgid "Friend/Connect Request" -msgstr "Solicitação de amizade/conexão" - -#: ../../mod/notifications.php:195 -msgid "New Follower" -msgstr "Novo acompanhante" - -#: ../../mod/notifications.php:216 -msgid "No introductions." -msgstr "Sem apresentações." - -#: ../../mod/notifications.php:219 ../../include/nav.php:123 -msgid "Notifications" -msgstr "Notificações" - -#: ../../mod/notifications.php:256 ../../mod/notifications.php:381 -#: ../../mod/notifications.php:468 -#, php-format -msgid "%s liked %s's post" -msgstr "%s gostou da publicação de %s" - -#: ../../mod/notifications.php:265 ../../mod/notifications.php:390 -#: ../../mod/notifications.php:477 -#, php-format -msgid "%s disliked %s's post" -msgstr "%s não gostou da publicação de %s" - -#: ../../mod/notifications.php:279 ../../mod/notifications.php:404 -#: ../../mod/notifications.php:491 -#, php-format -msgid "%s is now friends with %s" -msgstr "%s agora é amigo de %s" - -#: ../../mod/notifications.php:286 ../../mod/notifications.php:411 -#, php-format -msgid "%s created a new post" -msgstr "%s criou uma nova publicação" - -#: ../../mod/notifications.php:287 ../../mod/notifications.php:412 -#: ../../mod/notifications.php:500 -#, php-format -msgid "%s commented on %s's post" -msgstr "%s comentou uma publicação de %s" - -#: ../../mod/notifications.php:301 -msgid "No more network notifications." -msgstr "Nenhuma notificação de rede." - -#: ../../mod/notifications.php:305 -msgid "Network Notifications" -msgstr "Notificações de rede" - -#: ../../mod/notifications.php:331 ../../mod/notify.php:61 -msgid "No more system notifications." -msgstr "Não fazer notificações de sistema." - -#: ../../mod/notifications.php:335 ../../mod/notify.php:65 -msgid "System Notifications" -msgstr "Notificações de sistema" - -#: ../../mod/notifications.php:426 -msgid "No more personal notifications." -msgstr "Nenhuma notificação pessoal." - -#: ../../mod/notifications.php:430 -msgid "Personal Notifications" -msgstr "Notificações pessoais" - -#: ../../mod/notifications.php:507 -msgid "No more home notifications." -msgstr "Não existe mais nenhuma notificação pessoal." - -#: ../../mod/notifications.php:511 -msgid "Home Notifications" -msgstr "Notificações pessoais" - -#: ../../mod/contacts.php:85 ../../mod/contacts.php:165 -msgid "Could not access contact record." -msgstr "Não foi possível acessar o registro do contato." - -#: ../../mod/contacts.php:99 -msgid "Could not locate selected profile." -msgstr "Não foi possível localizar o perfil selecionado." - -#: ../../mod/contacts.php:122 -msgid "Contact updated." -msgstr "O contato foi atualizado." - -#: ../../mod/contacts.php:187 -msgid "Contact has been blocked" -msgstr "O contato foi bloqueado" - -#: ../../mod/contacts.php:187 -msgid "Contact has been unblocked" -msgstr "O contato foi desbloqueado" - -#: ../../mod/contacts.php:201 -msgid "Contact has been ignored" -msgstr "O contato foi ignorado" - -#: ../../mod/contacts.php:201 -msgid "Contact has been unignored" -msgstr "O contato deixou de ser ignorado" - -#: ../../mod/contacts.php:220 -msgid "Contact has been archived" -msgstr "O contato foi arquivado" - -#: ../../mod/contacts.php:220 -msgid "Contact has been unarchived" -msgstr "O contato foi desarquivado" - -#: ../../mod/contacts.php:233 -msgid "Contact has been removed." -msgstr "O contato foi removido." - -#: ../../mod/contacts.php:267 -#, php-format -msgid "You are mutual friends with %s" -msgstr "Você possui uma amizade mútua com %s" - -#: ../../mod/contacts.php:271 -#, php-format -msgid "You are sharing with %s" -msgstr "Você está compartilhando com %s" - -#: ../../mod/contacts.php:276 -#, php-format -msgid "%s is sharing with you" -msgstr "%s está compartilhando com você" - -#: ../../mod/contacts.php:293 -msgid "Private communications are not available for this contact." -msgstr "As comunicações privadas não estão disponíveis para este contato." - -#: ../../mod/contacts.php:296 -msgid "Never" -msgstr "Nunca" - -#: ../../mod/contacts.php:300 -msgid "(Update was successful)" -msgstr "(A atualização foi bem sucedida)" - -#: ../../mod/contacts.php:300 -msgid "(Update was not successful)" -msgstr "(A atualização não foi bem sucedida)" - -#: ../../mod/contacts.php:302 -msgid "Suggest friends" -msgstr "Sugerir amigos" - -#: ../../mod/contacts.php:306 -#, php-format -msgid "Network type: %s" -msgstr "Tipo de rede: %s" - -#: ../../mod/contacts.php:309 ../../include/contact_widgets.php:199 -#, php-format -msgid "%d contact in common" -msgid_plural "%d contacts in common" -msgstr[0] "%d contato em comum" -msgstr[1] "%d contatos em comum" - -#: ../../mod/contacts.php:314 -msgid "View all contacts" -msgstr "Ver todos os contatos" - -#: ../../mod/contacts.php:319 ../../mod/contacts.php:378 -#: ../../mod/admin.php:701 -msgid "Unblock" -msgstr "Desbloquear" - -#: ../../mod/contacts.php:319 ../../mod/contacts.php:378 -#: ../../mod/admin.php:700 -msgid "Block" -msgstr "Bloquear" - -#: ../../mod/contacts.php:322 -msgid "Toggle Blocked status" -msgstr "Alternar o status de bloqueio" - -#: ../../mod/contacts.php:325 ../../mod/contacts.php:379 -msgid "Unignore" -msgstr "Deixar de ignorar" - -#: ../../mod/contacts.php:328 -msgid "Toggle Ignored status" -msgstr "Alternar o status de ignorado" - -#: ../../mod/contacts.php:332 -msgid "Unarchive" -msgstr "Desarquivar" - -#: ../../mod/contacts.php:332 -msgid "Archive" -msgstr "Arquivar" - -#: ../../mod/contacts.php:335 -msgid "Toggle Archive status" -msgstr "Alternar o status de arquivamento" - -#: ../../mod/contacts.php:338 -msgid "Repair" -msgstr "Reparar" - -#: ../../mod/contacts.php:341 -msgid "Advanced Contact Settings" -msgstr "Configurações avançadas do contato" - -#: ../../mod/contacts.php:347 -msgid "Communications lost with this contact!" -msgstr "As comunicações com esse contato foram perdidas!" - -#: ../../mod/contacts.php:350 -msgid "Contact Editor" -msgstr "Editor de contatos" - -#: ../../mod/contacts.php:353 -msgid "Profile Visibility" -msgstr "Visibilidade do perfil" - -#: ../../mod/contacts.php:354 -#, php-format -msgid "" -"Please choose the profile you would like to display to %s when viewing your " -"profile securely." -msgstr "Por favor, selecione o perfil que você gostaria de exibir para %s quando estiver visualizando seu perfil de modo seguro." - -#: ../../mod/contacts.php:355 -msgid "Contact Information / Notes" -msgstr "Informações sobre o contato / Anotações" - -#: ../../mod/contacts.php:356 -msgid "Edit contact notes" -msgstr "Editar as anotações do contato" - -#: ../../mod/contacts.php:361 ../../mod/contacts.php:553 -#: ../../mod/viewcontacts.php:62 ../../mod/nogroup.php:40 -#, php-format -msgid "Visit %s's profile [%s]" -msgstr "Visitar o perfil de %s [%s]" - -#: ../../mod/contacts.php:362 -msgid "Block/Unblock contact" -msgstr "Bloquear/desbloquear o contato" - -#: ../../mod/contacts.php:363 -msgid "Ignore contact" -msgstr "Ignorar o contato" - -#: ../../mod/contacts.php:364 -msgid "Repair URL settings" -msgstr "Reparar as definições de URL" - -#: ../../mod/contacts.php:365 -msgid "View conversations" -msgstr "Ver as conversas" - -#: ../../mod/contacts.php:367 -msgid "Delete contact" -msgstr "Excluir o contato" - -#: ../../mod/contacts.php:371 -msgid "Last update:" -msgstr "Última atualização:" - -#: ../../mod/contacts.php:373 -msgid "Update public posts" -msgstr "Atualizar publicações públicas" - -#: ../../mod/contacts.php:375 ../../mod/admin.php:1173 -msgid "Update now" -msgstr "Atualizar agora" - -#: ../../mod/contacts.php:382 -msgid "Currently blocked" -msgstr "Atualmente bloqueado" - -#: ../../mod/contacts.php:383 -msgid "Currently ignored" -msgstr "Atualmente ignorado" - -#: ../../mod/contacts.php:384 -msgid "Currently archived" -msgstr "Atualmente arquivado" - -#: ../../mod/contacts.php:385 -msgid "" -"Replies/likes to your public posts may still be visible" -msgstr "Respostas/Gostar associados às suas publicações podem estar visíveis" - -#: ../../mod/contacts.php:438 -msgid "Suggestions" -msgstr "Sugestões" - -#: ../../mod/contacts.php:441 -msgid "Suggest potential friends" -msgstr "Sugerir amigos em potencial" - -#: ../../mod/contacts.php:444 ../../mod/group.php:191 -msgid "All Contacts" -msgstr "Todos os contatos" - -#: ../../mod/contacts.php:447 -msgid "Show all contacts" -msgstr "Exibe todos os contatos" - -#: ../../mod/contacts.php:450 -msgid "Unblocked" -msgstr "Desbloquear" - -#: ../../mod/contacts.php:453 -msgid "Only show unblocked contacts" -msgstr "Exibe somente contatos desbloqueados" - -#: ../../mod/contacts.php:457 -msgid "Blocked" -msgstr "Bloqueado" - -#: ../../mod/contacts.php:460 -msgid "Only show blocked contacts" -msgstr "Exibe somente contatos bloqueados" - -#: ../../mod/contacts.php:464 -msgid "Ignored" -msgstr "Ignorados" - -#: ../../mod/contacts.php:467 -msgid "Only show ignored contacts" -msgstr "Exibe somente contatos ignorados" - -#: ../../mod/contacts.php:471 -msgid "Archived" -msgstr "Arquivados" - -#: ../../mod/contacts.php:474 -msgid "Only show archived contacts" -msgstr "Exibe somente contatos arquivados" - -#: ../../mod/contacts.php:478 -msgid "Hidden" -msgstr "Ocultos" - -#: ../../mod/contacts.php:481 -msgid "Only show hidden contacts" -msgstr "Exibe somente contatos ocultos" - -#: ../../mod/contacts.php:529 -msgid "Mutual Friendship" -msgstr "Amizade mútua" - -#: ../../mod/contacts.php:533 -msgid "is a fan of yours" -msgstr "é um fã seu" - -#: ../../mod/contacts.php:537 -msgid "you are a fan of" -msgstr "você é um fã de" - -#: ../../mod/contacts.php:554 ../../mod/nogroup.php:41 -msgid "Edit contact" -msgstr "Editar o contato" - -#: ../../mod/contacts.php:575 ../../view/theme/diabook/theme.php:89 -#: ../../include/nav.php:142 -msgid "Contacts" -msgstr "Contatos" - -#: ../../mod/contacts.php:579 -msgid "Search your contacts" -msgstr "Pesquisar seus contatos" - -#: ../../mod/contacts.php:580 ../../mod/directory.php:59 -#: ../../addon/forumdirectory/forumdirectory.php:81 -msgid "Finding: " -msgstr "Pesquisando: " - -#: ../../mod/contacts.php:581 ../../mod/directory.php:61 -#: ../../addon/forumdirectory/forumdirectory.php:83 -#: ../../include/contact_widgets.php:33 -msgid "Find" -msgstr "Pesquisar" - -#: ../../mod/lostpass.php:16 -msgid "No valid account found." -msgstr "Não foi encontrada nenhuma conta válida." - -#: ../../mod/lostpass.php:32 -msgid "Password reset request issued. Check your email." -msgstr "A solicitação para reiniciar sua senha foi encaminhada. Verifique seu e-mail." - -#: ../../mod/lostpass.php:43 -#, php-format -msgid "Password reset requested at %s" -msgstr "Foi feita uma solicitação de reiniciação da senha em %s" - -#: ../../mod/lostpass.php:45 ../../mod/lostpass.php:107 -#: ../../mod/register.php:91 ../../mod/register.php:145 -#: ../../mod/regmod.php:54 ../../mod/dfrn_confirm.php:752 -#: ../../addon/facebook/facebook.php:702 -#: ../../addon/facebook/facebook.php:1200 ../../addon/fbpost/fbpost.php:661 -#: ../../addon/public_server/public_server.php:62 -#: ../../addon/testdrive/testdrive.php:67 ../../include/items.php:3365 -#: ../../boot.php:824 ../../addon.old/facebook/facebook.php:702 -#: ../../addon.old/facebook/facebook.php:1200 -#: ../../addon.old/fbpost/fbpost.php:661 -#: ../../addon.old/public_server/public_server.php:62 -#: ../../addon.old/testdrive/testdrive.php:67 -msgid "Administrator" -msgstr "Administrador" - -#: ../../mod/lostpass.php:65 -msgid "" -"Request could not be verified. (You may have previously submitted it.) " -"Password reset failed." -msgstr "Não foi possível verificar a solicitação (você pode tê-la submetido anteriormente). A senha não foi reiniciada." - -#: ../../mod/lostpass.php:83 ../../boot.php:963 -msgid "Password Reset" -msgstr "Reiniciar a senha" - -#: ../../mod/lostpass.php:84 -msgid "Your password has been reset as requested." -msgstr "Sua senha foi reiniciada, conforme solicitado." - -#: ../../mod/lostpass.php:85 -msgid "Your new password is" -msgstr "Sua nova senha é" - -#: ../../mod/lostpass.php:86 -msgid "Save or copy your new password - and then" -msgstr "Grave ou copie a sua nova senha e, então" - -#: ../../mod/lostpass.php:87 -msgid "click here to login" -msgstr "clique aqui para entrar" - -#: ../../mod/lostpass.php:88 -msgid "" -"Your password may be changed from the Settings page after " -"successful login." -msgstr "Sua senha pode ser alterada na página de Configurações após você entrar em seu perfil." - -#: ../../mod/lostpass.php:119 -msgid "Forgot your Password?" -msgstr "Esqueceu a sua senha?" - -#: ../../mod/lostpass.php:120 -msgid "" -"Enter your email address and submit to have your password reset. Then check " -"your email for further instructions." -msgstr "Digite o seu endereço de e-mail e clique em 'Reiniciar' para prosseguir com a reiniciação da sua senha. Após isso, verifique seu e-mail para mais instruções." - -#: ../../mod/lostpass.php:121 -msgid "Nickname or Email: " -msgstr "Identificação ou e-mail: " - -#: ../../mod/lostpass.php:122 -msgid "Reset" -msgstr "Reiniciar" - -#: ../../mod/settings.php:35 -msgid "Additional features" -msgstr "" - -#: ../../mod/settings.php:118 -msgid "Missing some important data!" -msgstr "Está faltando algum dado importante!" - -#: ../../mod/settings.php:121 ../../mod/settings.php:585 -msgid "Update" -msgstr "Atualizar" - -#: ../../mod/settings.php:226 -msgid "Failed to connect with email account using the settings provided." -msgstr "Não foi possível conectar à conta de e-mail com as configurações fornecidas." - -#: ../../mod/settings.php:231 -msgid "Email settings updated." -msgstr "As configurações de e-mail foram atualizadas." - -#: ../../mod/settings.php:246 -msgid "Features updated" -msgstr "" - -#: ../../mod/settings.php:306 -msgid "Passwords do not match. Password unchanged." -msgstr "As senhas não correspondem. A senha não foi modificada." - -#: ../../mod/settings.php:311 -msgid "Empty passwords are not allowed. Password unchanged." -msgstr "Não é permitido uma senha em branco. A senha não foi modificada." - -#: ../../mod/settings.php:322 -msgid "Password changed." -msgstr "A senha foi modificada." - -#: ../../mod/settings.php:324 -msgid "Password update failed. Please try again." -msgstr "Não foi possível atualizar a senha. Por favor, tente novamente." - -#: ../../mod/settings.php:389 -msgid " Please use a shorter name." -msgstr " Por favor, use um nome mais curto." - -#: ../../mod/settings.php:391 -msgid " Name too short." -msgstr " O nome é muito curto." - -#: ../../mod/settings.php:397 -msgid " Not valid email." -msgstr " Não é um e-mail válido." - -#: ../../mod/settings.php:399 -msgid " Cannot change to that email." -msgstr " Não foi possível alterar para esse e-mail." - -#: ../../mod/settings.php:453 -msgid "Private forum has no privacy permissions. Using default privacy group." -msgstr "O fórum privado não possui permissões de privacidade. Utilizando o grupo de privacidade padrão." - -#: ../../mod/settings.php:457 -msgid "Private forum has no privacy permissions and no default privacy group." -msgstr "O fórum privado não possui permissões de privacidade e nenhum grupo de privacidade padrão." - -#: ../../mod/settings.php:487 ../../addon/facebook/facebook.php:495 -#: ../../addon/fbpost/fbpost.php:144 -#: ../../addon/remote_permissions/remote_permissions.php:204 -#: ../../addon/impressum/impressum.php:78 -#: ../../addon/openstreetmap/openstreetmap.php:80 -#: ../../addon/mathjax/mathjax.php:66 ../../addon/piwik/piwik.php:105 -#: ../../addon/twitter/twitter.php:501 -#: ../../addon.old/facebook/facebook.php:495 -#: ../../addon.old/fbpost/fbpost.php:144 -#: ../../addon.old/impressum/impressum.php:78 -#: ../../addon.old/openstreetmap/openstreetmap.php:80 -#: ../../addon.old/mathjax/mathjax.php:66 ../../addon.old/piwik/piwik.php:105 -#: ../../addon.old/twitter/twitter.php:389 -msgid "Settings updated." -msgstr "As configurações foram atualizadas." - -#: ../../mod/settings.php:558 ../../mod/settings.php:584 -#: ../../mod/settings.php:620 -msgid "Add application" -msgstr "Adicionar aplicação" - -#: ../../mod/settings.php:562 ../../mod/settings.php:588 -#: ../../addon/statusnet/statusnet.php:679 -#: ../../addon.old/statusnet/statusnet.php:570 -msgid "Consumer Key" -msgstr "Chave do consumidor" - -#: ../../mod/settings.php:563 ../../mod/settings.php:589 -#: ../../addon/statusnet/statusnet.php:678 -#: ../../addon.old/statusnet/statusnet.php:569 -msgid "Consumer Secret" -msgstr "Segredo do consumidor" - -#: ../../mod/settings.php:564 ../../mod/settings.php:590 -msgid "Redirect" -msgstr "Redirecionar" - -#: ../../mod/settings.php:565 ../../mod/settings.php:591 -msgid "Icon url" -msgstr "URL do ícone" - -#: ../../mod/settings.php:576 -msgid "You can't edit this application." -msgstr "Você não pode editar esta aplicação." - -#: ../../mod/settings.php:619 -msgid "Connected Apps" -msgstr "Aplicações conectadas" - -#: ../../mod/settings.php:623 -msgid "Client key starts with" -msgstr "A chave do cliente inicia com" - -#: ../../mod/settings.php:624 -msgid "No name" -msgstr "Sem nome" - -#: ../../mod/settings.php:625 -msgid "Remove authorization" -msgstr "Remover autorização" - -#: ../../mod/settings.php:637 -msgid "No Plugin settings configured" -msgstr "Não foi definida nenhuma configuração de plugin" - -#: ../../mod/settings.php:645 ../../addon/widgets/widgets.php:123 -#: ../../addon.old/widgets/widgets.php:123 -msgid "Plugin Settings" -msgstr "Configurações do plugin" - -#: ../../mod/settings.php:659 -msgid "Off" -msgstr "" - -#: ../../mod/settings.php:659 -msgid "On" -msgstr "" - -#: ../../mod/settings.php:667 -msgid "Additional Features" -msgstr "" - -#: ../../mod/settings.php:681 ../../mod/settings.php:682 -#, php-format -msgid "Built-in support for %s connectivity is %s" -msgstr "O suporte interno para conectividade de %s está %s" - -#: ../../mod/settings.php:681 ../../mod/settings.php:682 -msgid "enabled" -msgstr "habilitado" - -#: ../../mod/settings.php:681 ../../mod/settings.php:682 -msgid "disabled" -msgstr "desabilitado" - -#: ../../mod/settings.php:682 -msgid "StatusNet" -msgstr "StatusNet" - -#: ../../mod/settings.php:714 -msgid "Email access is disabled on this site." -msgstr "O acesso ao e-mail está desabilitado neste site." - -#: ../../mod/settings.php:720 -msgid "Connector Settings" -msgstr "Configurações do conector" - -#: ../../mod/settings.php:725 -msgid "Email/Mailbox Setup" -msgstr "Configurações do e-mail/caixa postal" - -#: ../../mod/settings.php:726 -msgid "" -"If you wish to communicate with email contacts using this service " -"(optional), please specify how to connect to your mailbox." -msgstr "Caso você deseje se comunicar com contatos de e-mail usando este serviço (opcional), por favor especifique como se conectar à sua caixa postal." - -#: ../../mod/settings.php:727 -msgid "Last successful email check:" -msgstr "Última checagem bem sucedida de e-mail:" - -#: ../../mod/settings.php:729 -msgid "IMAP server name:" -msgstr "Nome do servidor IMAP:" - -#: ../../mod/settings.php:730 -msgid "IMAP port:" -msgstr "Porta do IMAP:" - -#: ../../mod/settings.php:731 -msgid "Security:" -msgstr "Segurança:" - -#: ../../mod/settings.php:731 ../../mod/settings.php:736 -#: ../../addon/dav/common/wdcal_edit.inc.php:191 -#: ../../addon.old/dav/common/wdcal_edit.inc.php:191 -msgid "None" -msgstr "Nenhuma" - -#: ../../mod/settings.php:732 -msgid "Email login name:" -msgstr "Nome de usuário do e-mail:" - -#: ../../mod/settings.php:733 -msgid "Email password:" -msgstr "Senha do e-mail:" - -#: ../../mod/settings.php:734 -msgid "Reply-to address:" -msgstr "Endereço de resposta (Reply-to):" - -#: ../../mod/settings.php:735 -msgid "Send public posts to all email contacts:" -msgstr "Enviar publicações públicas para todos os contatos de e-mail:" - -#: ../../mod/settings.php:736 -msgid "Action after import:" -msgstr "Ação após a importação:" - -#: ../../mod/settings.php:736 -msgid "Mark as seen" -msgstr "Marcar como visto" - -#: ../../mod/settings.php:736 -msgid "Move to folder" -msgstr "Mover para pasta" - -#: ../../mod/settings.php:737 -msgid "Move to folder:" -msgstr "Mover para pasta:" - -#: ../../mod/settings.php:768 ../../mod/admin.php:404 -msgid "No special theme for mobile devices" -msgstr "Nenhum tema especial para dispositivos móveis" - -#: ../../mod/settings.php:808 -msgid "Display Settings" -msgstr "Configurações de exibição" - -#: ../../mod/settings.php:814 ../../mod/settings.php:825 -msgid "Display Theme:" -msgstr "Tema do perfil:" - -#: ../../mod/settings.php:815 -msgid "Mobile Theme:" -msgstr "Tema para dispositivos móveis:" - -#: ../../mod/settings.php:816 -msgid "Update browser every xx seconds" -msgstr "Atualizar o navegador a cada xx segundos" - -#: ../../mod/settings.php:816 -msgid "Minimum of 10 seconds, no maximum" -msgstr "Mínimo de 10 segundos, não possui máximo" - -#: ../../mod/settings.php:817 -msgid "Number of items to display per page:" -msgstr "Número de itens a serem exibidos por página:" - -#: ../../mod/settings.php:817 -msgid "Maximum of 100 items" -msgstr "Máximo de 100 itens" - -#: ../../mod/settings.php:818 -msgid "Don't show emoticons" -msgstr "Não exibir emoticons" - -#: ../../mod/settings.php:894 -msgid "Normal Account Page" -msgstr "Página de conta normal" - -#: ../../mod/settings.php:895 -msgid "This account is a normal personal profile" -msgstr "Essa conta é um perfil pessoal normal" - -#: ../../mod/settings.php:898 -msgid "Soapbox Page" -msgstr "Página de vitrine" - -#: ../../mod/settings.php:899 -msgid "Automatically approve all connection/friend requests as read-only fans" -msgstr "Aprova automaticamente todas as solicitações de conexão/amizade como fãs com permissão somente de leitura" - -#: ../../mod/settings.php:902 -msgid "Community Forum/Celebrity Account" -msgstr "Conta de fórum de comunidade/celebridade" - -#: ../../mod/settings.php:903 -msgid "" -"Automatically approve all connection/friend requests as read-write fans" -msgstr "Aprova automaticamente todas as solicitações de conexão/amizade como fãs com permissão de leitura e escrita" - -#: ../../mod/settings.php:906 -msgid "Automatic Friend Page" -msgstr "Página de amigo automático" - -#: ../../mod/settings.php:907 -msgid "Automatically approve all connection/friend requests as friends" -msgstr "Aprovar automaticamente todas as solicitações de conexão/amizade como amigos" - -#: ../../mod/settings.php:910 -msgid "Private Forum [Experimental]" -msgstr "Fórum privado [Experimental]" - -#: ../../mod/settings.php:911 -msgid "Private forum - approved members only" -msgstr "Fórum privado - somente membros aprovados" - -#: ../../mod/settings.php:923 -msgid "OpenID:" -msgstr "OpenID:" - -#: ../../mod/settings.php:923 -msgid "(Optional) Allow this OpenID to login to this account." -msgstr "(Opcional) Permitir o uso deste OpenID para entrar nesta conta" - -#: ../../mod/settings.php:933 -msgid "Publish your default profile in your local site directory?" -msgstr "Publicar o seu perfil padrão no diretório local do seu site?" - -#: ../../mod/settings.php:939 -msgid "Publish your default profile in the global social directory?" -msgstr "Publicar o seu perfil padrão no diretório social global?" - -#: ../../mod/settings.php:947 -msgid "Hide your contact/friend list from viewers of your default profile?" -msgstr "Ocultar visualização da sua lista de contatos/amigos no seu perfil padrão? " - -#: ../../mod/settings.php:951 -msgid "Hide your profile details from unknown viewers?" -msgstr "Ocultar os detalhes do seu perfil para pessoas desconhecidas?" - -#: ../../mod/settings.php:956 -msgid "Allow friends to post to your profile page?" -msgstr "Permitir aos amigos publicarem na sua página de perfil?" - -#: ../../mod/settings.php:962 -msgid "Allow friends to tag your posts?" -msgstr "Permitir aos amigos etiquetarem suas publicações?" - -#: ../../mod/settings.php:968 -msgid "Allow us to suggest you as a potential friend to new members?" -msgstr "Permitir que você seja sugerido como amigo em potencial para novos membros?" - -#: ../../mod/settings.php:974 -msgid "Permit unknown people to send you private mail?" -msgstr "Permitir que pessoas desconhecidas lhe enviem mensagens privadas?" - -#: ../../mod/settings.php:982 -msgid "Profile is not published." -msgstr "O perfil não está publicado." - -#: ../../mod/settings.php:985 ../../mod/profile_photo.php:248 -msgid "or" -msgstr "ou" - -#: ../../mod/settings.php:990 -msgid "Your Identity Address is" -msgstr "O endereço da sua identidade é" - -#: ../../mod/settings.php:1001 -msgid "Automatically expire posts after this many days:" -msgstr "Expirar automaticamente publicações após tantos dias:" - -#: ../../mod/settings.php:1001 -msgid "If empty, posts will not expire. Expired posts will be deleted" -msgstr "Se deixado em branco, as publicações não irão expirar. Publicações expiradas serão excluídas." - -#: ../../mod/settings.php:1002 -msgid "Advanced expiration settings" -msgstr "Configurações avançadas de expiração" - -#: ../../mod/settings.php:1003 -msgid "Advanced Expiration" -msgstr "Expiração avançada" - -#: ../../mod/settings.php:1004 -msgid "Expire posts:" -msgstr "Expirar publicações:" - -#: ../../mod/settings.php:1005 -msgid "Expire personal notes:" -msgstr "Expirar notas pessoais:" - -#: ../../mod/settings.php:1006 -msgid "Expire starred posts:" -msgstr "Expirar publicações destacadas:" - -#: ../../mod/settings.php:1007 -msgid "Expire photos:" -msgstr "Expirar fotos:" - -#: ../../mod/settings.php:1008 -msgid "Only expire posts by others:" -msgstr "Expirar somente as publicações de outras pessoas:" - -#: ../../mod/settings.php:1015 -msgid "Account Settings" -msgstr "Configurações da conta" - -#: ../../mod/settings.php:1023 -msgid "Password Settings" -msgstr "Configurações da senha" - -#: ../../mod/settings.php:1024 -msgid "New Password:" -msgstr "Nova senha:" - -#: ../../mod/settings.php:1025 -msgid "Confirm:" -msgstr "Confirme:" - -#: ../../mod/settings.php:1025 -msgid "Leave password fields blank unless changing" -msgstr "Deixe os campos de senha em branco, a não ser que você queira alterá-la" - -#: ../../mod/settings.php:1029 -msgid "Basic Settings" -msgstr "Configurações básicas" - -#: ../../mod/settings.php:1030 ../../include/profile_advanced.php:15 -msgid "Full Name:" -msgstr "Nome completo:" - -#: ../../mod/settings.php:1031 -msgid "Email Address:" -msgstr "Endereço de e-mail:" - -#: ../../mod/settings.php:1032 -msgid "Your Timezone:" -msgstr "Seu fuso horário:" - -#: ../../mod/settings.php:1033 -msgid "Default Post Location:" -msgstr "Localização padrão de suas publicações:" - -#: ../../mod/settings.php:1034 -msgid "Use Browser Location:" -msgstr "Usar localizador do navegador:" - -#: ../../mod/settings.php:1037 -msgid "Security and Privacy Settings" -msgstr "Configurações de segurança e privacidade" - -#: ../../mod/settings.php:1039 -msgid "Maximum Friend Requests/Day:" -msgstr "Número máximo de requisições de amizade por dia:" - -#: ../../mod/settings.php:1039 ../../mod/settings.php:1058 -msgid "(to prevent spam abuse)" -msgstr "(para prevenir abuso de spammers)" - -#: ../../mod/settings.php:1040 -msgid "Default Post Permissions" -msgstr "Permissões padrão de publicação" - -#: ../../mod/settings.php:1041 -msgid "(click to open/close)" -msgstr "(clique para abrir/fechar)" - -#: ../../mod/settings.php:1058 -msgid "Maximum private messages per day from unknown people:" -msgstr "Número máximo de mensagens privadas de pessoas desconhecidas, por dia:" - -#: ../../mod/settings.php:1061 -msgid "Notification Settings" -msgstr "Configurações de notificação" - -#: ../../mod/settings.php:1062 -msgid "By default post a status message when:" -msgstr "Por padrão, publicar uma mensagem de status ao:" - -#: ../../mod/settings.php:1063 -msgid "accepting a friend request" -msgstr "aceitar uma requisição de amizade" - -#: ../../mod/settings.php:1064 -msgid "joining a forum/community" -msgstr "associar-se a um fórum/comunidade" - -#: ../../mod/settings.php:1065 -msgid "making an interesting profile change" -msgstr "fazer uma modificação interessante em seu perfil" - -#: ../../mod/settings.php:1066 -msgid "Send a notification email when:" -msgstr "Enviar um e-mail de notificação sempre que:" - -#: ../../mod/settings.php:1067 -msgid "You receive an introduction" -msgstr "Você receber uma apresentação" - -#: ../../mod/settings.php:1068 -msgid "Your introductions are confirmed" -msgstr "Suas apresentações forem confirmadas" - -#: ../../mod/settings.php:1069 -msgid "Someone writes on your profile wall" -msgstr "Alguém escrever no mural do seu perfil" - -#: ../../mod/settings.php:1070 -msgid "Someone writes a followup comment" -msgstr "Alguém comentar a sua mensagem" - -#: ../../mod/settings.php:1071 -msgid "You receive a private message" -msgstr "Você receber uma mensagem privada" - -#: ../../mod/settings.php:1072 -msgid "You receive a friend suggestion" -msgstr "Você recebe uma suggestão de amigo" - -#: ../../mod/settings.php:1073 -msgid "You are tagged in a post" -msgstr "Você foi marcado em uma publicação" - -#: ../../mod/settings.php:1074 -msgid "You are poked/prodded/etc. in a post" -msgstr "" - -#: ../../mod/settings.php:1077 -msgid "Advanced Account/Page Type Settings" -msgstr "Conta avançada/Configurações do tipo de página" - -#: ../../mod/settings.php:1078 -msgid "Change the behaviour of this account for special situations" -msgstr "Modificar o comportamento desta conta em situações especiais" - -#: ../../mod/manage.php:94 -msgid "Manage Identities and/or Pages" -msgstr "Gerenciar identidades e/ou páginas" - -#: ../../mod/manage.php:97 -msgid "" -"Toggle between different identities or community/group pages which share " -"your account details or which you have been granted \"manage\" permissions" -msgstr "Alterne entre diferentes identidades ou páginas de comunidade/grupo que dividem detalhes da sua conta ou que você tenha fornecido permissões de \"administração\"" - -#: ../../mod/manage.php:99 -msgid "Select an identity to manage: " -msgstr "Selecione uma identidade para gerenciar: " - -#: ../../mod/network.php:181 -msgid "Search Results For:" -msgstr "Resultados de Busca Por:" - -#: ../../mod/network.php:224 ../../mod/search.php:21 -msgid "Remove term" -msgstr "Remover o termo" - -#: ../../mod/network.php:233 ../../mod/search.php:30 -#: ../../include/features.php:41 -msgid "Saved Searches" -msgstr "Pesquisas salvas" - -#: ../../mod/network.php:234 ../../include/group.php:275 -msgid "add" -msgstr "adicionar" - -#: ../../mod/network.php:397 -msgid "Commented Order" -msgstr "Ordem dos comentários" - -#: ../../mod/network.php:400 -msgid "Sort by Comment Date" -msgstr "Ordenar pela data do comentário" - -#: ../../mod/network.php:403 -msgid "Posted Order" -msgstr "Ordem das publicações" - -#: ../../mod/network.php:406 -msgid "Sort by Post Date" -msgstr "Ordenar pela data de publicação" - -#: ../../mod/network.php:447 -msgid "Posts that mention or involve you" -msgstr "Publicações que mencionem ou envolvam você" - -#: ../../mod/network.php:453 -msgid "New" -msgstr "Nova" - -#: ../../mod/network.php:456 -msgid "Activity Stream - by date" -msgstr "Fluxo de atividades - por data" - -#: ../../mod/network.php:462 -msgid "Shared Links" -msgstr "Links compartilhados" - -#: ../../mod/network.php:465 -msgid "Interesting Links" -msgstr "Links interessantes" - -#: ../../mod/network.php:471 -msgid "Starred" -msgstr "Destacada" - -#: ../../mod/network.php:474 -msgid "Favourite Posts" -msgstr "Publicações favoritas" - -#: ../../mod/network.php:546 -#, php-format -msgid "Warning: This group contains %s member from an insecure network." -msgid_plural "" -"Warning: This group contains %s members from an insecure network." -msgstr[0] "Aviso: Este grupo contém %s membro de uma rede insegura." -msgstr[1] "Aviso: Este grupo contém %s membros de uma rede insegura." - -#: ../../mod/network.php:549 -msgid "Private messages to this group are at risk of public disclosure." -msgstr "Mensagens privadas para este grupo correm o risco de sofrerem divulgação pública." - -#: ../../mod/network.php:619 -msgid "Contact: " -msgstr "Contato: " - -#: ../../mod/network.php:621 -msgid "Private messages to this person are at risk of public disclosure." -msgstr "Mensagens privadas para esta pessoa correm o risco de sofrerem divulgação pública." - -#: ../../mod/network.php:626 -msgid "Invalid contact." -msgstr "Contato inválido." - -#: ../../mod/notes.php:44 ../../boot.php:1755 -msgid "Personal Notes" -msgstr "Notas pessoais" - -#: ../../mod/notes.php:63 ../../mod/filer.php:30 -#: ../../addon/facebook/facebook.php:770 -#: ../../addon/privacy_image_cache/privacy_image_cache.php:281 -#: ../../addon/fbpost/fbpost.php:267 -#: ../../addon/dav/friendica/layout.fnk.php:441 -#: ../../addon/dav/friendica/layout.fnk.php:488 ../../include/text.php:688 -#: ../../addon.old/facebook/facebook.php:770 -#: ../../addon.old/privacy_image_cache/privacy_image_cache.php:263 -#: ../../addon.old/fbpost/fbpost.php:267 -#: ../../addon.old/dav/friendica/layout.fnk.php:441 -#: ../../addon.old/dav/friendica/layout.fnk.php:488 -msgid "Save" -msgstr "Salvar" - -#: ../../mod/uimport.php:50 ../../mod/register.php:190 -msgid "" -"This site has exceeded the number of allowed daily account registrations. " -"Please try again tomorrow." -msgstr "Este site excedeu o limite diário permitido para registros de novas contas.\nPor favor tente novamente amanhã." - -#: ../../mod/uimport.php:64 -msgid "Import" -msgstr "" - -#: ../../mod/uimport.php:66 -msgid "Move account" -msgstr "" - -#: ../../mod/uimport.php:67 -msgid "" -"You can import an account from another Friendica server.
\r\n" -" You need to export your account from the old server and upload it here. We will recreate your old account here with all your contacts. We will try also to inform your friends that you moved here.
\r\n" -" This feature is experimental. We can't import contacts from the OStatus network (statusnet/identi.ca) or from diaspora" -msgstr "" - -#: ../../mod/uimport.php:70 -msgid "Account file" -msgstr "" - -#: ../../mod/uimport.php:70 -msgid "" -"To export your accont, go to \"Settings->Export your porsonal data\" and " -"select \"Export account\"" -msgstr "" - -#: ../../mod/wallmessage.php:42 ../../mod/wallmessage.php:112 -#, php-format -msgid "Number of daily wall messages for %s exceeded. Message failed." -msgstr "O número diário de mensagens do mural de %s foi excedido. Não foi possível enviar a mensagem." - -#: ../../mod/wallmessage.php:56 ../../mod/message.php:63 -msgid "No recipient selected." -msgstr "Não foi selecionado nenhum destinatário." - -#: ../../mod/wallmessage.php:59 -msgid "Unable to check your home location." -msgstr "Não foi possível verificar a sua localização." - -#: ../../mod/wallmessage.php:62 ../../mod/message.php:70 -msgid "Message could not be sent." -msgstr "Não foi possível enviar a mensagem." - -#: ../../mod/wallmessage.php:65 ../../mod/message.php:73 -msgid "Message collection failure." -msgstr "Falha na coleta de mensagens." - -#: ../../mod/wallmessage.php:68 ../../mod/message.php:76 -msgid "Message sent." -msgstr "A mensagem foi enviada." - -#: ../../mod/wallmessage.php:86 ../../mod/wallmessage.php:95 -msgid "No recipient." -msgstr "Nenhum destinatário." - -#: ../../mod/wallmessage.php:123 ../../mod/wallmessage.php:131 -#: ../../mod/message.php:249 ../../mod/message.php:257 -#: ../../include/conversation.php:905 ../../include/conversation.php:923 -msgid "Please enter a link URL:" -msgstr "Por favor, digite uma URL:" - -#: ../../mod/wallmessage.php:138 ../../mod/message.php:285 -msgid "Send Private Message" -msgstr "Enviar mensagem privada" - -#: ../../mod/wallmessage.php:139 -#, php-format -msgid "" -"If you wish for %s to respond, please check that the privacy settings on " -"your site allow private mail from unknown senders." -msgstr "Caso você deseje uma resposta de %s, por favor verifique se as configurações de privacidade em seu site permitem o recebimento de mensagens de remetentes desconhecidos." - -#: ../../mod/wallmessage.php:140 ../../mod/message.php:286 -#: ../../mod/message.php:476 -msgid "To:" -msgstr "Para:" - -#: ../../mod/wallmessage.php:141 ../../mod/message.php:291 -#: ../../mod/message.php:478 -msgid "Subject:" -msgstr "Assunto:" - -#: ../../mod/wallmessage.php:147 ../../mod/message.php:295 -#: ../../mod/message.php:481 ../../mod/invite.php:113 -msgid "Your message:" -msgstr "Sua mensagem:" - -#: ../../mod/newmember.php:6 -msgid "Welcome to Friendica" -msgstr "Bemvindo ao Friendica" - -#: ../../mod/newmember.php:8 -msgid "New Member Checklist" -msgstr "Dicas para os novos membros" - -#: ../../mod/newmember.php:12 -msgid "" -"We would like to offer some tips and links to help make your experience " -"enjoyable. Click any item to visit the relevant page. A link to this page " -"will be visible from your home page for two weeks after your initial " -"registration and then will quietly disappear." -msgstr "Gostaríamos de oferecer algumas dicas e links para ajudar a tornar a sua experiência agradável. Clique em qualquer item para visitar a página correspondente. Um link para essa página será visível em sua home page por duas semanas após o seu registro inicial e, então, desaparecerá discretamente." - -#: ../../mod/newmember.php:14 -msgid "Getting Started" -msgstr "" - -#: ../../mod/newmember.php:18 -msgid "Friendica Walk-Through" -msgstr "Passo-a-passo da friendica" - -#: ../../mod/newmember.php:18 -msgid "" -"On your Quick Start page - find a brief introduction to your " -"profile and network tabs, make some new connections, and find some groups to" -" join." -msgstr "" - -#: ../../mod/newmember.php:26 -msgid "Go to Your Settings" -msgstr "Ir para as suas configurações" - -#: ../../mod/newmember.php:26 -msgid "" -"On your Settings page - change your initial password. Also make a " -"note of your Identity Address. This looks just like an email address - and " -"will be useful in making friends on the free social web." -msgstr "Em sua página Configurações - mude sua senha inicial. Também tome nota de seu Endereço de Identidade. Isso se parece com um endereço de e-mail - e será útil para se fazer amigos na rede social livre." - -#: ../../mod/newmember.php:28 -msgid "" -"Review the other settings, particularly the privacy settings. An unpublished" -" directory listing is like having an unlisted phone number. In general, you " -"should probably publish your listing - unless all of your friends and " -"potential friends know exactly how to find you." -msgstr "Revise as outras configurações, em particular as relacionadas a privacidade. Não estar listado no diretório é o equivalente a não ter o seu número na lista telefônica. Normalmente é interessante você estar listado - a não ser que os seu amigos atuais e potenciais saibam exatamente como encontrar você." - -#: ../../mod/newmember.php:32 ../../mod/profperm.php:103 -#: ../../view/theme/diabook/theme.php:88 ../../include/profile_advanced.php:7 -#: ../../include/profile_advanced.php:84 ../../include/nav.php:50 -#: ../../boot.php:1731 +#: ../../include/profile_advanced.php:7 ../../include/profile_advanced.php:84 +#: ../../include/nav.php:77 ../../mod/profperm.php:103 +#: ../../mod/newmember.php:32 ../../view/theme/diabook/theme.php:88 +#: ../../boot.php:1947 msgid "Profile" msgstr "Perfil " -#: ../../mod/newmember.php:36 ../../mod/profile_photo.php:244 -msgid "Upload Profile Photo" -msgstr "Enviar foto do perfil" +#: ../../include/profile_advanced.php:15 ../../mod/settings.php:1079 +msgid "Full Name:" +msgstr "Nome completo:" -#: ../../mod/newmember.php:36 -msgid "" -"Upload a profile photo if you have not done so already. Studies have shown " -"that people with real photos of themselves are ten times more likely to make" -" friends than people who do not." -msgstr "Envie uma foto para o seu perfil, caso ainda não tenha feito isso. Estudos indicam que pessoas que publicam fotos reais delas mesmas têm 10 vezes mais chances de encontrar novos amigos do que as que não o fazem." - -#: ../../mod/newmember.php:38 -msgid "Edit Your Profile" -msgstr "Editar seu perfil" - -#: ../../mod/newmember.php:38 -msgid "" -"Edit your default profile to your liking. Review the " -"settings for hiding your list of friends and hiding the profile from unknown" -" visitors." -msgstr "Edite o seu perfil padrão a seu gosto. Revise as configurações de ocultação da sua lista de amigos e do seu perfil de visitantes desconhecidos." - -#: ../../mod/newmember.php:40 -msgid "Profile Keywords" -msgstr "Palavras-chave do perfil" - -#: ../../mod/newmember.php:40 -msgid "" -"Set some public keywords for your default profile which describe your " -"interests. We may be able to find other people with similar interests and " -"suggest friendships." -msgstr "Defina algumas palavras-chave públicas para o seu perfil padrão, que descrevam os seus interesses. Nós podemos encontrar outras pessoas com interesses similares e sugerir novas amizades." - -#: ../../mod/newmember.php:44 -msgid "Connecting" -msgstr "Conexões" - -#: ../../mod/newmember.php:49 ../../mod/newmember.php:51 -#: ../../addon/facebook/facebook.php:728 ../../addon/fbpost/fbpost.php:239 -#: ../../include/contact_selectors.php:81 -#: ../../addon.old/facebook/facebook.php:728 -#: ../../addon.old/fbpost/fbpost.php:239 -msgid "Facebook" -msgstr "Facebook" - -#: ../../mod/newmember.php:49 -msgid "" -"Authorise the Facebook Connector if you currently have a Facebook account " -"and we will (optionally) import all your Facebook friends and conversations." -msgstr "Autorize o Conector com Facebook, caso você tenha uma conta lá e nós (opcionalmente) importaremos todos os seus amigos e conversas do Facebook." - -#: ../../mod/newmember.php:51 -msgid "" -"If this is your own personal server, installing the Facebook addon " -"may ease your transition to the free social web." -msgstr "Se esse é o seu servidor pessoal, instalar o complemento do Facebook talvez facilite a transição para a rede social livre." - -#: ../../mod/newmember.php:56 -msgid "Importing Emails" -msgstr "Importação de e-mails" - -#: ../../mod/newmember.php:56 -msgid "" -"Enter your email access information on your Connector Settings page if you " -"wish to import and interact with friends or mailing lists from your email " -"INBOX" -msgstr "Forneça a informação de acesso ao seu e-mail na sua página de Configuração de Conector se você deseja importar e interagir com amigos ou listas de discussão da sua Caixa de Entrada de e-mail" - -#: ../../mod/newmember.php:58 -msgid "Go to Your Contacts Page" -msgstr "Ir para a sua página de contatos" - -#: ../../mod/newmember.php:58 -msgid "" -"Your Contacts page is your gateway to managing friendships and connecting " -"with friends on other networks. Typically you enter their address or site " -"URL in the Add New Contact dialog." -msgstr "Sua página de contatos é sua rota para o gerenciamento de amizades e conexão com amigos em outras redes. Geralmente você fornece o endereço deles ou a URL do site na janela de diálogo Adicionar Novo Contato." - -#: ../../mod/newmember.php:60 -msgid "Go to Your Site's Directory" -msgstr "Ir para o diretório do seu site" - -#: ../../mod/newmember.php:60 -msgid "" -"The Directory page lets you find other people in this network or other " -"federated sites. Look for a Connect or Follow link on " -"their profile page. Provide your own Identity Address if requested." -msgstr "A página de Diretório permite que você encontre outras pessoas nesta rede ou em outras redes federadas. Procure por um link Conectar ou Seguir no perfil que deseja acompanhar. Forneça o seu Endereço de Identidade próprio, se solicitado." - -#: ../../mod/newmember.php:62 -msgid "Finding New People" -msgstr "Pesquisar por novas pessoas" - -#: ../../mod/newmember.php:62 -msgid "" -"On the side panel of the Contacts page are several tools to find new " -"friends. We can match people by interest, look up people by name or " -"interest, and provide suggestions based on network relationships. On a brand" -" new site, friend suggestions will usually begin to be populated within 24 " -"hours." -msgstr "No painel lateral da página de Contatos existem várias ferramentas para encontrar novos amigos. Você pode descobrir pessoas com os mesmos interesses, procurar por nomes ou interesses e fornecer sugestões baseadas nos relacionamentos da rede. Em um site completamente novo, as sugestões de amizades geralmente começam a ser populadas dentro de 24 horas." - -#: ../../mod/newmember.php:66 ../../include/group.php:270 -msgid "Groups" -msgstr "Grupos" - -#: ../../mod/newmember.php:70 -msgid "Group Your Contacts" -msgstr "Agrupe seus contatos" - -#: ../../mod/newmember.php:70 -msgid "" -"Once you have made some friends, organize them into private conversation " -"groups from the sidebar of your Contacts page and then you can interact with" -" each group privately on your Network page." -msgstr "Após fazer novas amizades, organize-as em grupos de conversa privados, a partir da barra lateral na sua página de Contatos. A partir daí, você poderá interagir com cada grupo privativamente, na sua página de Rede." - -#: ../../mod/newmember.php:73 -msgid "Why Aren't My Posts Public?" -msgstr "Por que as minhas publicações não são públicas?" - -#: ../../mod/newmember.php:73 -msgid "" -"Friendica respects your privacy. By default, your posts will only show up to" -" people you've added as friends. For more information, see the help section " -"from the link above." -msgstr "A friendica respeita sua privacidade. Por padrão, suas publicações estarão visíveis apenas para as pessoas que você adicionou como amigos. Para mais informações, veja a página de ajuda, a partir do link acima." - -#: ../../mod/newmember.php:78 -msgid "Getting Help" -msgstr "Obtendo ajuda" - -#: ../../mod/newmember.php:82 -msgid "Go to the Help Section" -msgstr "Ir para a seção de ajuda" - -#: ../../mod/newmember.php:82 -msgid "" -"Our help pages may be consulted for detail on other program" -" features and resources." -msgstr "Nossas páginas de ajuda podem ser consultadas para mais detalhes sobre características e recursos do programa." - -#: ../../mod/attach.php:8 -msgid "Item not available." -msgstr "O item não está disponível." - -#: ../../mod/attach.php:20 -msgid "Item was not found." -msgstr "O item não foi encontrado." - -#: ../../mod/group.php:29 -msgid "Group created." -msgstr "O grupo foi criado." - -#: ../../mod/group.php:35 -msgid "Could not create group." -msgstr "Não foi possível criar o grupo." - -#: ../../mod/group.php:47 ../../mod/group.php:137 -msgid "Group not found." -msgstr "O grupo não foi encontrado." - -#: ../../mod/group.php:60 -msgid "Group name changed." -msgstr "O nome do grupo foi alterado." - -#: ../../mod/group.php:72 ../../mod/profperm.php:19 ../../index.php:332 -msgid "Permission denied" -msgstr "Permissão negada" - -#: ../../mod/group.php:90 -msgid "Create a group of contacts/friends." -msgstr "Criar um grupo de contatos/amigos." - -#: ../../mod/group.php:91 ../../mod/group.php:177 -msgid "Group Name: " -msgstr "Nome do grupo: " - -#: ../../mod/group.php:110 -msgid "Group removed." -msgstr "O grupo foi removido." - -#: ../../mod/group.php:112 -msgid "Unable to remove group." -msgstr "Não foi possível remover o grupo." - -#: ../../mod/group.php:176 -msgid "Group Editor" -msgstr "Editor de grupo" - -#: ../../mod/group.php:189 -msgid "Members" -msgstr "Membros" - -#: ../../mod/group.php:221 ../../mod/profperm.php:105 -msgid "Click on a contact to add or remove." -msgstr "Clique em um contato para adicionar ou remover." - -#: ../../mod/profperm.php:25 ../../mod/profperm.php:55 -msgid "Invalid profile identifier." -msgstr "Identificador de perfil inválido." - -#: ../../mod/profperm.php:101 -msgid "Profile Visibility Editor" -msgstr "Editor de visibilidade do perfil" - -#: ../../mod/profperm.php:114 -msgid "Visible To" -msgstr "Visível para" - -#: ../../mod/profperm.php:130 -msgid "All Contacts (with secure profile access)" -msgstr "Todos os contatos (com acesso a perfil seguro)" - -#: ../../mod/viewcontacts.php:39 -msgid "No contacts." -msgstr "Nenhum contato." - -#: ../../mod/viewcontacts.php:76 ../../include/text.php:625 -msgid "View Contacts" -msgstr "Ver contatos" - -#: ../../mod/register.php:89 ../../mod/regmod.php:52 -#, php-format -msgid "Registration details for %s" -msgstr "Detalhes do registro de %s" - -#: ../../mod/register.php:97 -msgid "" -"Registration successful. Please check your email for further instructions." -msgstr "O registro foi bem sucedido. Por favor, verifique seu e-mail para maiores informações." - -#: ../../mod/register.php:101 -msgid "Failed to send email message. Here is the message that failed." -msgstr "Não foi possível enviar a mensagem de e-mail. Aqui está a mensagem que não foi." - -#: ../../mod/register.php:106 -msgid "Your registration can not be processed." -msgstr "Não foi possível processar o seu registro." - -#: ../../mod/register.php:143 -#, php-format -msgid "Registration request at %s" -msgstr "Solicitação de registro em %s" - -#: ../../mod/register.php:152 -msgid "Your registration is pending approval by the site owner." -msgstr "A aprovação do seu registro está pendente junto ao administrador do site." - -#: ../../mod/register.php:218 -msgid "" -"You may (optionally) fill in this form via OpenID by supplying your OpenID " -"and clicking 'Register'." -msgstr "Você pode (opcionalmente) preencher este formulário via OpenID, fornecendo seu OpenID e clicando em 'Registrar'." - -#: ../../mod/register.php:219 -msgid "" -"If you are not familiar with OpenID, please leave that field blank and fill " -"in the rest of the items." -msgstr "Se você não está familiarizado com o OpenID, por favor, deixe esse campo em branco e preencha os outros itens." - -#: ../../mod/register.php:220 -msgid "Your OpenID (optional): " -msgstr "Seu OpenID (opcional): " - -#: ../../mod/register.php:234 -msgid "Include your profile in member directory?" -msgstr "Incluir o seu perfil no diretório de membros?" - -#: ../../mod/register.php:256 -msgid "Membership on this site is by invitation only." -msgstr "A associação a este site só pode ser feita mediante convite." - -#: ../../mod/register.php:257 -msgid "Your invitation ID: " -msgstr "A ID do seu convite: " - -#: ../../mod/register.php:260 ../../mod/admin.php:446 -msgid "Registration" -msgstr "Registro" - -#: ../../mod/register.php:268 -msgid "Your Full Name (e.g. Joe Smith): " -msgstr "Seu nome completo (ex: José da Silva): " - -#: ../../mod/register.php:269 -msgid "Your Email Address: " -msgstr "Seu endereço de e-mail: " - -#: ../../mod/register.php:270 -msgid "" -"Choose a profile nickname. This must begin with a text character. Your " -"profile address on this site will then be " -"'nickname@$sitename'." -msgstr "Selecione uma identificação para o perfil. Ela deve começar com um caractere alfabético. O endereço do seu perfil neste site será 'identificação@$sitename'" - -#: ../../mod/register.php:271 -msgid "Choose a nickname: " -msgstr "Escolha uma identificação: " - -#: ../../mod/register.php:274 ../../include/nav.php:81 ../../boot.php:923 -msgid "Register" -msgstr "Registrar" - -#: ../../mod/dirfind.php:26 -msgid "People Search" -msgstr "Pesquisar pessoas" - -#: ../../mod/like.php:145 ../../mod/subthread.php:87 ../../mod/tagger.php:62 -#: ../../addon/communityhome/communityhome.php:163 -#: ../../view/theme/diabook/theme.php:464 ../../include/text.php:1442 -#: ../../include/diaspora.php:1848 ../../include/conversation.php:125 -#: ../../include/conversation.php:253 -#: ../../addon.old/communityhome/communityhome.php:163 -msgid "photo" -msgstr "foto" - -#: ../../mod/like.php:145 ../../mod/like.php:298 ../../mod/subthread.php:87 -#: ../../mod/tagger.php:62 ../../addon/facebook/facebook.php:1598 -#: ../../addon/communityhome/communityhome.php:158 -#: ../../addon/communityhome/communityhome.php:167 -#: ../../view/theme/diabook/theme.php:459 -#: ../../view/theme/diabook/theme.php:468 ../../include/diaspora.php:1848 -#: ../../include/conversation.php:120 ../../include/conversation.php:129 -#: ../../include/conversation.php:248 ../../include/conversation.php:257 -#: ../../addon.old/facebook/facebook.php:1598 -#: ../../addon.old/communityhome/communityhome.php:158 -#: ../../addon.old/communityhome/communityhome.php:167 -msgid "status" -msgstr "status" - -#: ../../mod/like.php:162 ../../addon/facebook/facebook.php:1602 -#: ../../addon/communityhome/communityhome.php:172 -#: ../../view/theme/diabook/theme.php:473 ../../include/diaspora.php:1864 -#: ../../include/conversation.php:136 -#: ../../addon.old/facebook/facebook.php:1602 -#: ../../addon.old/communityhome/communityhome.php:172 -#, php-format -msgid "%1$s likes %2$s's %3$s" -msgstr "%1$s gosta de %3$s de %2$s" - -#: ../../mod/like.php:164 ../../include/conversation.php:139 -#, php-format -msgid "%1$s doesn't like %2$s's %3$s" -msgstr "%1$s não gosta de %3$s de %2$s" - -#: ../../mod/notice.php:15 ../../mod/viewsrc.php:15 ../../mod/admin.php:159 -#: ../../mod/admin.php:737 ../../mod/admin.php:936 ../../mod/display.php:39 -#: ../../mod/display.php:169 ../../include/items.php:3843 -msgid "Item not found." -msgstr "O item não foi encontrado." - -#: ../../mod/viewsrc.php:7 -msgid "Access denied." -msgstr "Acesso negado." - -#: ../../mod/fbrowser.php:25 ../../view/theme/diabook/theme.php:90 -#: ../../include/nav.php:51 ../../boot.php:1738 -msgid "Photos" -msgstr "Fotos" - -#: ../../mod/fbrowser.php:96 -msgid "Files" -msgstr "Arquivos" - -#: ../../mod/regmod.php:61 -msgid "Account approved." -msgstr "A conta foi aprovada." - -#: ../../mod/regmod.php:98 -#, php-format -msgid "Registration revoked for %s" -msgstr "O registro de %s foi revogado" - -#: ../../mod/regmod.php:110 -msgid "Please login." -msgstr "Por favor, autentique-se." - -#: ../../mod/item.php:104 -msgid "Unable to locate original post." -msgstr "Não foi possível localizar a publicação original." - -#: ../../mod/item.php:288 -msgid "Empty post discarded." -msgstr "A publicação em branco foi descartada." - -#: ../../mod/item.php:424 ../../mod/wall_upload.php:135 -#: ../../mod/wall_upload.php:144 ../../mod/wall_upload.php:151 -#: ../../include/message.php:144 -msgid "Wall Photos" -msgstr "Fotos do mural" - -#: ../../mod/item.php:837 -msgid "System error. Post not saved." -msgstr "Erro no sistema. A publicação não foi salva." - -#: ../../mod/item.php:862 -#, php-format -msgid "" -"This message was sent to you by %s, a member of the Friendica social " -"network." -msgstr "Essa mensagem foi enviada a você por %s, um membro da rede social Friendica." - -#: ../../mod/item.php:864 -#, php-format -msgid "You may visit them online at %s" -msgstr "Você pode visitá-lo em %s" - -#: ../../mod/item.php:865 -msgid "" -"Please contact the sender by replying to this post if you do not wish to " -"receive these messages." -msgstr "Por favor, entre em contato com o remetente respondendo a esta publicação, caso você não queira mais receber estas mensagens." - -#: ../../mod/item.php:867 -#, php-format -msgid "%s posted an update." -msgstr "%s publicou uma atualização." - -#: ../../mod/mood.php:62 ../../include/conversation.php:226 -#, php-format -msgid "%1$s is currently %2$s" -msgstr "%1$s atualmente está %2$s" - -#: ../../mod/mood.php:133 -msgid "Mood" -msgstr "Humor" - -#: ../../mod/mood.php:134 -msgid "Set your current mood and tell your friends" -msgstr "Defina o seu humor e conte aos seus amigos" - -#: ../../mod/profile_photo.php:44 -msgid "Image uploaded but image cropping failed." -msgstr "A imagem foi enviada, mas não foi possível cortá-la." - -#: ../../mod/profile_photo.php:77 ../../mod/profile_photo.php:84 -#: ../../mod/profile_photo.php:91 ../../mod/profile_photo.php:308 -#, php-format -msgid "Image size reduction [%s] failed." -msgstr "Não foi possível reduzir o tamanho da imagem [%s]." - -#: ../../mod/profile_photo.php:118 -msgid "" -"Shift-reload the page or clear browser cache if the new photo does not " -"display immediately." -msgstr "Recarregue a página pressionando a tecla Shift ou limpe o cache do navegador caso a nova foto não apareça imediatamente" - -#: ../../mod/profile_photo.php:128 -msgid "Unable to process image" -msgstr "Não foi possível processar a imagem" - -#: ../../mod/profile_photo.php:144 ../../mod/wall_upload.php:90 -#, php-format -msgid "Image exceeds size limit of %d" -msgstr "A imagem excede o limite de tamanho de %d" - -#: ../../mod/profile_photo.php:242 -msgid "Upload File:" -msgstr "Enviar arquivo:" - -#: ../../mod/profile_photo.php:243 -msgid "Select a profile:" -msgstr "Selecione um perfil:" - -#: ../../mod/profile_photo.php:245 -#: ../../addon/dav/friendica/layout.fnk.php:152 -#: ../../addon.old/dav/friendica/layout.fnk.php:152 -msgid "Upload" -msgstr "Enviar" - -#: ../../mod/profile_photo.php:248 -msgid "skip this step" -msgstr "pule esta etapa" - -#: ../../mod/profile_photo.php:248 -msgid "select a photo from your photo albums" -msgstr "selecione uma foto do seu álbum de fotos" - -#: ../../mod/profile_photo.php:262 -msgid "Crop Image" -msgstr "Cortar a imagem" - -#: ../../mod/profile_photo.php:263 -msgid "Please adjust the image cropping for optimum viewing." -msgstr "Por favor, ajuste o corte da imagem para a melhor visualização." - -#: ../../mod/profile_photo.php:265 -msgid "Done Editing" -msgstr "Encerrar a edição" - -#: ../../mod/profile_photo.php:299 -msgid "Image uploaded successfully." -msgstr "A imagem foi enviada com sucesso." - -#: ../../mod/hcard.php:10 -msgid "No profile" -msgstr "Nenhum perfil" - -#: ../../mod/removeme.php:45 ../../mod/removeme.php:48 -msgid "Remove My Account" -msgstr "Remover minha conta" - -#: ../../mod/removeme.php:46 -msgid "" -"This will completely remove your account. Once this has been done it is not " -"recoverable." -msgstr "Isso removerá completamente a sua conta. Uma vez feito isso, não será mais possível recuperá-la." - -#: ../../mod/removeme.php:47 -msgid "Please enter your password for verification:" -msgstr "Por favor, digite a sua senha para verificação:" - -#: ../../mod/message.php:9 ../../include/nav.php:132 -msgid "New Message" -msgstr "Nova mensagem" - -#: ../../mod/message.php:67 -msgid "Unable to locate contact information." -msgstr "Não foi possível localizar informação do contato." - -#: ../../mod/message.php:195 -msgid "Message deleted." -msgstr "A mensagem foi excluída." - -#: ../../mod/message.php:225 -msgid "Conversation removed." -msgstr "A conversa foi removida." - -#: ../../mod/message.php:334 -msgid "No messages." -msgstr "Nenhuma mensagem." - -#: ../../mod/message.php:341 -#, php-format -msgid "Unknown sender - %s" -msgstr "Remetente desconhecido - %s" - -#: ../../mod/message.php:344 -#, php-format -msgid "You and %s" -msgstr "Você e %s" - -#: ../../mod/message.php:347 -#, php-format -msgid "%s and You" -msgstr "%s e você" - -#: ../../mod/message.php:357 ../../mod/message.php:469 -msgid "Delete conversation" -msgstr "Excluir conversa" - -#: ../../mod/message.php:360 -msgid "D, d M Y - g:i A" -msgstr "D, d M Y - g:i A" - -#: ../../mod/message.php:363 -#, php-format -msgid "%d message" -msgid_plural "%d messages" -msgstr[0] "%d mensagem" -msgstr[1] "%d mensagens" - -#: ../../mod/message.php:398 -msgid "Message not available." -msgstr "A mensagem não está disponível." - -#: ../../mod/message.php:451 -msgid "Delete message" -msgstr "Excluir a mensagem" - -#: ../../mod/message.php:471 -msgid "" -"No secure communications available. You may be able to " -"respond from the sender's profile page." -msgstr "Não foi encontrada nenhuma comunicação segura. Você pode ser capaz de responder a partir da página de perfil do remetente." - -#: ../../mod/message.php:475 -msgid "Send Reply" -msgstr "Enviar resposta" - -#: ../../mod/allfriends.php:34 -#, php-format -msgid "Friends of %s" -msgstr "Amigos de %s" - -#: ../../mod/allfriends.php:40 -msgid "No friends to display." -msgstr "Nenhum amigo para exibir." - -#: ../../mod/admin.php:55 -msgid "Theme settings updated." -msgstr "As configurações do tema foram atualizadas." - -#: ../../mod/admin.php:96 ../../mod/admin.php:444 -msgid "Site" -msgstr "Site" - -#: ../../mod/admin.php:97 ../../mod/admin.php:691 ../../mod/admin.php:704 -msgid "Users" -msgstr "Usuários" - -#: ../../mod/admin.php:98 ../../mod/admin.php:786 ../../mod/admin.php:828 -msgid "Plugins" -msgstr "Plugins" - -#: ../../mod/admin.php:99 ../../mod/admin.php:991 ../../mod/admin.php:1027 -msgid "Themes" -msgstr "Temas" - -#: ../../mod/admin.php:100 -msgid "DB updates" -msgstr "Atualizações do BD" - -#: ../../mod/admin.php:115 ../../mod/admin.php:122 ../../mod/admin.php:1114 -msgid "Logs" -msgstr "Relatórios" - -#: ../../mod/admin.php:120 ../../include/nav.php:149 -msgid "Admin" -msgstr "Admin" - -#: ../../mod/admin.php:121 -msgid "Plugin Features" -msgstr "Recursos do plugin" - -#: ../../mod/admin.php:123 -msgid "User registrations waiting for confirmation" -msgstr "Cadastros de novos usuários aguardando confirmação" - -#: ../../mod/admin.php:183 ../../mod/admin.php:672 -msgid "Normal Account" -msgstr "Conta normal" - -#: ../../mod/admin.php:184 ../../mod/admin.php:673 -msgid "Soapbox Account" -msgstr "Conta de vitrine" - -#: ../../mod/admin.php:185 ../../mod/admin.php:674 -msgid "Community/Celebrity Account" -msgstr "Conta de comunidade/celebridade" - -#: ../../mod/admin.php:186 ../../mod/admin.php:675 -msgid "Automatic Friend Account" -msgstr "Conta de amigo automático" - -#: ../../mod/admin.php:187 -msgid "Blog Account" -msgstr "Conta de blog" - -#: ../../mod/admin.php:188 -msgid "Private Forum" -msgstr "Fórum privado" - -#: ../../mod/admin.php:207 -msgid "Message queues" -msgstr "" - -#: ../../mod/admin.php:212 ../../mod/admin.php:443 ../../mod/admin.php:690 -#: ../../mod/admin.php:785 ../../mod/admin.php:827 ../../mod/admin.php:990 -#: ../../mod/admin.php:1026 ../../mod/admin.php:1113 -msgid "Administration" -msgstr "Administração" - -#: ../../mod/admin.php:213 -msgid "Summary" -msgstr "Resumo" - -#: ../../mod/admin.php:215 -msgid "Registered users" -msgstr "Usuários registrados" - -#: ../../mod/admin.php:217 -msgid "Pending registrations" -msgstr "Registros pendentes" - -#: ../../mod/admin.php:218 -msgid "Version" -msgstr "Versão" - -#: ../../mod/admin.php:220 -msgid "Active plugins" -msgstr "Plugins ativos" - -#: ../../mod/admin.php:375 -msgid "Site settings updated." -msgstr "As configurações do site foram atualizadas." - -#: ../../mod/admin.php:430 -msgid "Closed" -msgstr "Fechado" - -#: ../../mod/admin.php:431 -msgid "Requires approval" -msgstr "Requer aprovação" - -#: ../../mod/admin.php:432 -msgid "Open" -msgstr "Aberto" - -#: ../../mod/admin.php:436 -msgid "No SSL policy, links will track page SSL state" -msgstr "Nenhuma política de SSL, os links irão rastrear o estado SSL da página" - -#: ../../mod/admin.php:437 -msgid "Force all links to use SSL" -msgstr "Forçar todos os links a utilizar SSL" - -#: ../../mod/admin.php:438 -msgid "Self-signed certificate, use SSL for local links only (discouraged)" -msgstr "Certificado auto-assinado, usar SSL somente para links locais (não recomendado)" - -#: ../../mod/admin.php:447 -msgid "File upload" -msgstr "Envio de arquivo" - -#: ../../mod/admin.php:448 -msgid "Policies" -msgstr "Políticas" - -#: ../../mod/admin.php:449 -msgid "Advanced" -msgstr "Avançado" - -#: ../../mod/admin.php:453 ../../addon/statusnet/statusnet.php:676 -#: ../../addon.old/statusnet/statusnet.php:567 -msgid "Site name" -msgstr "Nome do site" - -#: ../../mod/admin.php:454 -msgid "Banner/Logo" -msgstr "Banner/Logo" - -#: ../../mod/admin.php:455 -msgid "System language" -msgstr "Idioma do sistema" - -#: ../../mod/admin.php:456 -msgid "System theme" -msgstr "Tema do sistema" - -#: ../../mod/admin.php:456 -msgid "" -"Default system theme - may be over-ridden by user profiles - change theme settings" -msgstr "Tema padrão do sistema. Pode ser substituído nos perfis de usuário - alterar configurações do tema" - -#: ../../mod/admin.php:457 -msgid "Mobile system theme" -msgstr "Tema do sistema para dispositivos móveis" - -#: ../../mod/admin.php:457 -msgid "Theme for mobile devices" -msgstr "Tema para dispositivos móveis" - -#: ../../mod/admin.php:458 -msgid "SSL link policy" -msgstr "Política de link SSL" - -#: ../../mod/admin.php:458 -msgid "Determines whether generated links should be forced to use SSL" -msgstr "Determina se os links gerados devem ser forçados a utilizar SSL" - -#: ../../mod/admin.php:459 -msgid "Maximum image size" -msgstr "Tamanho máximo da imagem" - -#: ../../mod/admin.php:459 -msgid "" -"Maximum size in bytes of uploaded images. Default is 0, which means no " -"limits." -msgstr "Tamanho máximo, em bytes, das imagens enviadas. O padrão é 0, o que significa sem limites" - -#: ../../mod/admin.php:460 -msgid "Maximum image length" -msgstr "Tamanho máximo da imagem" - -#: ../../mod/admin.php:460 -msgid "" -"Maximum length in pixels of the longest side of uploaded images. Default is " -"-1, which means no limits." -msgstr "Tamanho máximo em pixels do lado mais largo das imagens enviadas. O padrão é -1, que significa sem limites." - -#: ../../mod/admin.php:461 -msgid "JPEG image quality" -msgstr "Qualidade da imagem JPEG" - -#: ../../mod/admin.php:461 -msgid "" -"Uploaded JPEGS will be saved at this quality setting [0-100]. Default is " -"100, which is full quality." -msgstr "Imagens JPEG enviadas serão salvas com essa qualidade [0-100]. O padrão é 100, que significa a melhor qualidade." - -#: ../../mod/admin.php:463 -msgid "Register policy" -msgstr "Política de registro" - -#: ../../mod/admin.php:464 -msgid "Maximum Daily Registrations" -msgstr "" - -#: ../../mod/admin.php:464 -msgid "" -"If registration is permitted above, this sets the maximum number of new user" -" registrations to accept per day. If register is set to closed, this " -"setting has no effect." -msgstr "" - -#: ../../mod/admin.php:465 -msgid "Register text" -msgstr "Texto de registro" - -#: ../../mod/admin.php:465 -msgid "Will be displayed prominently on the registration page." -msgstr "Será exibido com destaque na página de registro." - -#: ../../mod/admin.php:466 -msgid "Accounts abandoned after x days" -msgstr "Contas abandonadas após x dias" - -#: ../../mod/admin.php:466 -msgid "" -"Will not waste system resources polling external sites for abandonded " -"accounts. Enter 0 for no time limit." -msgstr "Não desperdiçará recursos do sistema captando de sites externos para contas abandonadas. Digite 0 para nenhum limite de tempo." - -#: ../../mod/admin.php:467 -msgid "Allowed friend domains" -msgstr "Domínios de amigos permitidos" - -#: ../../mod/admin.php:467 -msgid "" -"Comma separated list of domains which are allowed to establish friendships " -"with this site. Wildcards are accepted. Empty to allow any domains" -msgstr "Lista dos domínios que têm permissão para estabelecer amizades com esse site, separados por vírgula. Caracteres curinga são aceitos. Deixe em branco para permitir qualquer domínio." - -#: ../../mod/admin.php:468 -msgid "Allowed email domains" -msgstr "Domínios de e-mail permitidos" - -#: ../../mod/admin.php:468 -msgid "" -"Comma separated list of domains which are allowed in email addresses for " -"registrations to this site. Wildcards are accepted. Empty to allow any " -"domains" -msgstr "Lista de domínios separados por vírgula, que são permitidos em endereços de e-mail para registro nesse site. Caracteres-curinga são aceitos. Vazio para aceitar qualquer domínio" - -#: ../../mod/admin.php:469 -msgid "Block public" -msgstr "Bloquear acesso público" - -#: ../../mod/admin.php:469 -msgid "" -"Check to block public access to all otherwise public personal pages on this " -"site unless you are currently logged in." -msgstr "Marque para bloquear o acesso público a todas as páginas desse site, com exceção das páginas pessoais públicas, a não ser que a pessoa esteja autenticada." - -#: ../../mod/admin.php:470 -msgid "Force publish" -msgstr "Forçar a listagem" - -#: ../../mod/admin.php:470 -msgid "" -"Check to force all profiles on this site to be listed in the site directory." -msgstr "Marque para forçar todos os perfis desse site a serem listados no diretório do site." - -#: ../../mod/admin.php:471 -msgid "Global directory update URL" -msgstr "URL de atualização do diretório global" - -#: ../../mod/admin.php:471 -msgid "" -"URL to update the global directory. If this is not set, the global directory" -" is completely unavailable to the application." -msgstr "URL para atualizar o diretório global. Se isso não for definido, o diretório global não estará disponível neste site." - -#: ../../mod/admin.php:472 -msgid "Allow threaded items" -msgstr "" - -#: ../../mod/admin.php:472 -msgid "Allow infinite level threading for items on this site." -msgstr "" - -#: ../../mod/admin.php:473 -msgid "Private posts by default for new users" -msgstr "Publicações privadas por padrão para novos usuários" - -#: ../../mod/admin.php:473 -msgid "" -"Set default post permissions for all new members to the default privacy " -"group rather than public." -msgstr "Define as permissões padrão de publicação de todos os novos membros para o grupo de privacidade padrão, ao invés de torná-las públicas." - -#: ../../mod/admin.php:475 -msgid "Block multiple registrations" -msgstr "Bloquear registros repetidos" - -#: ../../mod/admin.php:475 -msgid "Disallow users to register additional accounts for use as pages." -msgstr "Desabilitar o registro de contas adicionais para serem usadas como páginas." - -#: ../../mod/admin.php:476 -msgid "OpenID support" -msgstr "Suporte ao OpenID" - -#: ../../mod/admin.php:476 -msgid "OpenID support for registration and logins." -msgstr "Suporte ao OpenID para registros e autenticações." - -#: ../../mod/admin.php:477 -msgid "Fullname check" -msgstr "Verificar nome completo" - -#: ../../mod/admin.php:477 -msgid "" -"Force users to register with a space between firstname and lastname in Full " -"name, as an antispam measure" -msgstr "Forçar os usuários a usar um espaço em branco entre o nome e o sobrenome, ao preencherem o nome completo no registro, como uma medida contra o spam" - -#: ../../mod/admin.php:478 -msgid "UTF-8 Regular expressions" -msgstr "Expressões regulares UTF-8" - -#: ../../mod/admin.php:478 -msgid "Use PHP UTF8 regular expressions" -msgstr "Use expressões regulares do PHP em UTF8" - -#: ../../mod/admin.php:479 -msgid "Show Community Page" -msgstr "Exibir a página da comunidade" - -#: ../../mod/admin.php:479 -msgid "" -"Display a Community page showing all recent public postings on this site." -msgstr "Exibe uma página da Comunidade, mostrando todas as publicações recentes feitas nesse site." - -#: ../../mod/admin.php:480 -msgid "Enable OStatus support" -msgstr "Habilitar suporte ao OStatus" - -#: ../../mod/admin.php:480 -msgid "" -"Provide built-in OStatus (identi.ca, status.net, etc.) compatibility. All " -"communications in OStatus are public, so privacy warnings will be " -"occasionally displayed." -msgstr "Fornece compatibilidade nativa ao OStatus (identi,.ca, status.net, etc.). Todas as comunicações via OStatus são públicas, por isso avisos de privacidade serão exibidos ocasionalmente." - -#: ../../mod/admin.php:481 -msgid "Enable Diaspora support" -msgstr "Habilitar suporte ao Diaspora" - -#: ../../mod/admin.php:481 -msgid "Provide built-in Diaspora network compatibility." -msgstr "Fornece compatibilidade nativa com a rede Diaspora." - -#: ../../mod/admin.php:482 -msgid "Only allow Friendica contacts" -msgstr "Permitir somente contatos Friendica" - -#: ../../mod/admin.php:482 -msgid "" -"All contacts must use Friendica protocols. All other built-in communication " -"protocols disabled." -msgstr "Todos os contatos devem usar protocolos Friendica. Todos os outros protocolos de comunicação embarcados estão desabilitados" - -#: ../../mod/admin.php:483 -msgid "Verify SSL" -msgstr "Verificar SSL" - -#: ../../mod/admin.php:483 -msgid "" -"If you wish, you can turn on strict certificate checking. This will mean you" -" cannot connect (at all) to self-signed SSL sites." -msgstr "Caso deseje, você pode habilitar a restrição de certificações. Isso significa que você não poderá conectar-se a nenhum site que use certificados auto-assinados." - -#: ../../mod/admin.php:484 -msgid "Proxy user" -msgstr "Usuário do proxy" - -#: ../../mod/admin.php:485 -msgid "Proxy URL" -msgstr "URL do proxy" - -#: ../../mod/admin.php:486 -msgid "Network timeout" -msgstr "Limite de tempo da rede" - -#: ../../mod/admin.php:486 -msgid "Value is in seconds. Set to 0 for unlimited (not recommended)." -msgstr "Valor em segundos. Defina como 0 para ilimitado (não recomendado)." - -#: ../../mod/admin.php:487 -msgid "Delivery interval" -msgstr "Intervalo de envio" - -#: ../../mod/admin.php:487 -msgid "" -"Delay background delivery processes by this many seconds to reduce system " -"load. Recommend: 4-5 for shared hosts, 2-3 for virtual private servers. 0-1 " -"for large dedicated servers." -msgstr "" - -#: ../../mod/admin.php:488 -msgid "Poll interval" -msgstr "" - -#: ../../mod/admin.php:488 -msgid "" -"Delay background polling processes by this many seconds to reduce system " -"load. If 0, use delivery interval." -msgstr "" - -#: ../../mod/admin.php:489 -msgid "Maximum Load Average" -msgstr "" - -#: ../../mod/admin.php:489 -msgid "" -"Maximum system load before delivery and poll processes are deferred - " -"default 50." -msgstr "" - -#: ../../mod/admin.php:506 -msgid "Update has been marked successful" -msgstr "A atualização foi marcada como bem sucedida" - -#: ../../mod/admin.php:516 -#, php-format -msgid "Executing %s failed. Check system logs." -msgstr "Ocorreu um erro na execução de %s. Verifique os relatórios do sistema." - -#: ../../mod/admin.php:519 -#, php-format -msgid "Update %s was successfully applied." -msgstr "A atualização %s foi aplicada com sucesso." - -#: ../../mod/admin.php:523 -#, php-format -msgid "Update %s did not return a status. Unknown if it succeeded." -msgstr "" - -#: ../../mod/admin.php:526 -#, php-format -msgid "Update function %s could not be found." -msgstr "Não foi possível encontrar a função de atualização %s." - -#: ../../mod/admin.php:541 -msgid "No failed updates." -msgstr "Nenhuma atualização com falha." - -#: ../../mod/admin.php:545 -msgid "Failed Updates" -msgstr "Atualizações com falha" - -#: ../../mod/admin.php:546 -msgid "" -"This does not include updates prior to 1139, which did not return a status." -msgstr "" - -#: ../../mod/admin.php:547 -msgid "Mark success (if update was manually applied)" -msgstr "Marcar como bem sucedida (caso tenham sido aplicadas atualizações manuais)" - -#: ../../mod/admin.php:548 -msgid "Attempt to execute this update step automatically" -msgstr "Tentar executar esse passo da atualização automaticamente" - -#: ../../mod/admin.php:573 -#, php-format -msgid "%s user blocked/unblocked" -msgid_plural "%s users blocked/unblocked" -msgstr[0] "%s usuário bloqueado/desbloqueado" -msgstr[1] "%s usuários bloqueados/desbloqueados" - -#: ../../mod/admin.php:580 -#, php-format -msgid "%s user deleted" -msgid_plural "%s users deleted" -msgstr[0] "%s usuário excluído" -msgstr[1] "%s usuários excluídos" - -#: ../../mod/admin.php:619 -#, php-format -msgid "User '%s' deleted" -msgstr "O usuário '%s' foi excluído" - -#: ../../mod/admin.php:627 -#, php-format -msgid "User '%s' unblocked" -msgstr "O usuário '%s' foi desbloqueado" - -#: ../../mod/admin.php:627 -#, php-format -msgid "User '%s' blocked" -msgstr "O usuário '%s' foi bloqueado" - -#: ../../mod/admin.php:693 -msgid "select all" -msgstr "selecionar todos" - -#: ../../mod/admin.php:694 -msgid "User registrations waiting for confirm" -msgstr "Registros de usuário aguardando confirmação" - -#: ../../mod/admin.php:695 -msgid "Request date" -msgstr "Solicitar data" - -#: ../../mod/admin.php:695 ../../mod/admin.php:705 -#: ../../include/contact_selectors.php:79 -#: ../../include/contact_selectors.php:86 -msgid "Email" -msgstr "E-mail" - -#: ../../mod/admin.php:696 -msgid "No registrations." -msgstr "Nenhum registro." - -#: ../../mod/admin.php:698 -msgid "Deny" -msgstr "Negar" - -#: ../../mod/admin.php:702 -msgid "Site admin" -msgstr "Administração do site" - -#: ../../mod/admin.php:705 -msgid "Register date" -msgstr "Data de registro" - -#: ../../mod/admin.php:705 -msgid "Last login" -msgstr "Última entrada" - -#: ../../mod/admin.php:705 -msgid "Last item" -msgstr "Último item" - -#: ../../mod/admin.php:705 -msgid "Account" -msgstr "Conta" - -#: ../../mod/admin.php:707 -msgid "" -"Selected users will be deleted!\\n\\nEverything these users had posted on " -"this site will be permanently deleted!\\n\\nAre you sure?" -msgstr "Os usuários selecionados serão excluídos!\\n\\nTudo o que estes usuários publicaram neste site será permanentemente excluído!\\n\\nDeseja continuar?" - -#: ../../mod/admin.php:708 -msgid "" -"The user {0} will be deleted!\\n\\nEverything this user has posted on this " -"site will be permanently deleted!\\n\\nAre you sure?" -msgstr "O usuário {0} será excluído!\\n\\nTudo o que este usuário publicou neste site será permanentemente excluído!\\n\\nDeseja continuar?" - -#: ../../mod/admin.php:749 -#, php-format -msgid "Plugin %s disabled." -msgstr "O plugin %s foi desabilitado." - -#: ../../mod/admin.php:753 -#, php-format -msgid "Plugin %s enabled." -msgstr "O plugin %s foi habilitado." - -#: ../../mod/admin.php:763 ../../mod/admin.php:961 -msgid "Disable" -msgstr "Desabilitar" - -#: ../../mod/admin.php:765 ../../mod/admin.php:963 -msgid "Enable" -msgstr "Habilitar" - -#: ../../mod/admin.php:787 ../../mod/admin.php:992 -msgid "Toggle" -msgstr "Alternar" - -#: ../../mod/admin.php:795 ../../mod/admin.php:1002 -msgid "Author: " -msgstr "Autor: " - -#: ../../mod/admin.php:796 ../../mod/admin.php:1003 -msgid "Maintainer: " -msgstr "Mantenedor: " - -#: ../../mod/admin.php:925 -msgid "No themes found." -msgstr "Nenhum tema encontrado" - -#: ../../mod/admin.php:984 -msgid "Screenshot" -msgstr "Captura de tela" - -#: ../../mod/admin.php:1032 -msgid "[Experimental]" -msgstr "[Esperimental]" - -#: ../../mod/admin.php:1033 -msgid "[Unsupported]" -msgstr "[Não suportado]" - -#: ../../mod/admin.php:1060 -msgid "Log settings updated." -msgstr "As configurações de relatórios foram atualizadas." - -#: ../../mod/admin.php:1116 -msgid "Clear" -msgstr "Limpar" - -#: ../../mod/admin.php:1122 -msgid "Debugging" -msgstr "Depuração" - -#: ../../mod/admin.php:1123 -msgid "Log file" -msgstr "Arquivo do relatório" - -#: ../../mod/admin.php:1123 -msgid "" -"Must be writable by web server. Relative to your Friendica top-level " -"directory." -msgstr "O servidor web precisa ter permissão de escrita. Relativa ao diretório raiz do seu Friendica." - -#: ../../mod/admin.php:1124 -msgid "Log level" -msgstr "Nível do relatório" - -#: ../../mod/admin.php:1174 -msgid "Close" -msgstr "Fechar" - -#: ../../mod/admin.php:1180 -msgid "FTP Host" -msgstr "Endereço do FTP" - -#: ../../mod/admin.php:1181 -msgid "FTP Path" -msgstr "Caminho do FTP" - -#: ../../mod/admin.php:1182 -msgid "FTP User" -msgstr "Usuário do FTP" - -#: ../../mod/admin.php:1183 -msgid "FTP Password" -msgstr "Senha do FTP" - -#: ../../mod/profile.php:21 ../../boot.php:1126 -msgid "Requested profile is not available." -msgstr "Perfil solicitado não está disponível." - -#: ../../mod/profile.php:155 ../../mod/display.php:87 -msgid "Access to this profile has been restricted." -msgstr "O acesso a este perfil está restrito." - -#: ../../mod/profile.php:180 -msgid "Tips for New Members" -msgstr "Dicas para novos membros" - -#: ../../mod/ping.php:238 -msgid "{0} wants to be your friend" -msgstr "{0} deseja ser seu amigo" - -#: ../../mod/ping.php:243 -msgid "{0} sent you a message" -msgstr "{0} lhe enviou uma mensagem" - -#: ../../mod/ping.php:248 -msgid "{0} requested registration" -msgstr "{0} solicitou registro" - -#: ../../mod/ping.php:254 -#, php-format -msgid "{0} commented %s's post" -msgstr "{0} comentou a publicação de %s" - -#: ../../mod/ping.php:259 -#, php-format -msgid "{0} liked %s's post" -msgstr "{0} gostou da publicação de %s" - -#: ../../mod/ping.php:264 -#, php-format -msgid "{0} disliked %s's post" -msgstr "{0} não gostou da publicação de %s" - -#: ../../mod/ping.php:269 -#, php-format -msgid "{0} is now friends with %s" -msgstr "{0} agora é amigo de %s" - -#: ../../mod/ping.php:274 -msgid "{0} posted" -msgstr "{0} publicou" - -#: ../../mod/ping.php:279 -#, php-format -msgid "{0} tagged %s's post with #%s" -msgstr "{0} etiquetou a publicação de %s com #%s" - -#: ../../mod/ping.php:285 -msgid "{0} mentioned you in a post" -msgstr "{0} mencionou você em uma publicação" - -#: ../../mod/nogroup.php:58 -msgid "Contacts who are not members of a group" -msgstr "Contatos que não são membros de um grupo" - -#: ../../mod/openid.php:24 -msgid "OpenID protocol error. No ID returned." -msgstr "Erro no protocolo OpenID. Não foi retornada nenhuma ID." - -#: ../../mod/openid.php:53 -msgid "" -"Account not found and OpenID registration is not permitted on this site." -msgstr "A conta não foi encontrada e não são permitidos registros via OpenID nesse site." - -#: ../../mod/openid.php:93 ../../include/auth.php:110 -#: ../../include/auth.php:173 -msgid "Login failed." -msgstr "Não foi possível autenticar." - -#: ../../mod/follow.php:27 -msgid "Contact added" -msgstr "O contato foi adicionado" - -#: ../../mod/common.php:42 -msgid "Common Friends" -msgstr "Amigos em Comum" - -#: ../../mod/common.php:78 -msgid "No contacts in common." -msgstr "Nenhum contato em comum." - -#: ../../mod/subthread.php:103 -#, php-format -msgid "%1$s is following %2$s's %3$s" -msgstr "" - -#: ../../mod/share.php:28 -msgid "link" -msgstr "ligação" - -#: ../../mod/display.php:162 -msgid "Item has been removed." -msgstr "O item foi removido." - -#: ../../mod/apps.php:4 -msgid "Applications" -msgstr "Aplicativos" - -#: ../../mod/apps.php:7 -msgid "No installed applications." -msgstr "Nenhum aplicativo instalado" - -#: ../../mod/search.php:99 ../../include/text.php:685 -#: ../../include/text.php:686 ../../include/nav.php:91 -msgid "Search" -msgstr "Pesquisar" - -#: ../../mod/profiles.php:21 ../../mod/profiles.php:441 -#: ../../mod/profiles.php:555 ../../mod/dfrn_confirm.php:62 -msgid "Profile not found." -msgstr "O perfil não foi encontrado." - -#: ../../mod/profiles.php:31 -msgid "Profile Name is required." -msgstr "É necessário informar o nome do perfil." - -#: ../../mod/profiles.php:178 -msgid "Marital Status" -msgstr "Estado civil" - -#: ../../mod/profiles.php:182 -msgid "Romantic Partner" -msgstr "Parceiro romântico" - -#: ../../mod/profiles.php:186 -msgid "Likes" -msgstr "" - -#: ../../mod/profiles.php:190 -msgid "Dislikes" -msgstr "" - -#: ../../mod/profiles.php:194 -msgid "Work/Employment" -msgstr "Trabalho/emprego" - -#: ../../mod/profiles.php:197 -msgid "Religion" -msgstr "Religião" - -#: ../../mod/profiles.php:201 -msgid "Political Views" -msgstr "Posicionamento político" - -#: ../../mod/profiles.php:205 -msgid "Gender" -msgstr "Gênero" - -#: ../../mod/profiles.php:209 -msgid "Sexual Preference" -msgstr "Preferência sexual" - -#: ../../mod/profiles.php:213 -msgid "Homepage" -msgstr "Página Principal" - -#: ../../mod/profiles.php:217 -msgid "Interests" -msgstr "Interesses" - -#: ../../mod/profiles.php:221 -msgid "Address" -msgstr "Endereço" - -#: ../../mod/profiles.php:228 ../../addon/dav/common/wdcal_edit.inc.php:183 -#: ../../addon.old/dav/common/wdcal_edit.inc.php:183 -msgid "Location" -msgstr "Localização" - -#: ../../mod/profiles.php:311 -msgid "Profile updated." -msgstr "O perfil foi atualizado." - -#: ../../mod/profiles.php:378 -msgid " and " -msgstr " e " - -#: ../../mod/profiles.php:386 -msgid "public profile" -msgstr "perfil público" - -#: ../../mod/profiles.php:389 -#, php-format -msgid "%1$s changed %2$s to “%3$s”" -msgstr "" - -#: ../../mod/profiles.php:390 -#, php-format -msgid " - Visit %1$s's %2$s" -msgstr "" - -#: ../../mod/profiles.php:393 -#, php-format -msgid "%1$s has an updated %2$s, changing %3$s." -msgstr "%1$s foi atualizado %2$s, mudando %3$s." - -#: ../../mod/profiles.php:460 -msgid "Profile deleted." -msgstr "O perfil foi excluído." - -#: ../../mod/profiles.php:478 ../../mod/profiles.php:512 -msgid "Profile-" -msgstr "Perfil-" - -#: ../../mod/profiles.php:497 ../../mod/profiles.php:539 -msgid "New profile created." -msgstr "O novo perfil foi criado." - -#: ../../mod/profiles.php:518 -msgid "Profile unavailable to clone." -msgstr "O perfil não está disponível para clonagem." - -#: ../../mod/profiles.php:583 -msgid "Hide your contact/friend list from viewers of this profile?" -msgstr "Ocultar sua lista de contatos/amigos dos visitantes no seu perfil?" - -#: ../../mod/profiles.php:603 -msgid "Edit Profile Details" -msgstr "Editar os detalhes do perfil" - -#: ../../mod/profiles.php:605 -msgid "View this profile" -msgstr "Ver este perfil" - -#: ../../mod/profiles.php:606 -msgid "Create a new profile using these settings" -msgstr "Criar um novo perfil usando estas configurações" - -#: ../../mod/profiles.php:607 -msgid "Clone this profile" -msgstr "Clonar este perfil" - -#: ../../mod/profiles.php:608 -msgid "Delete this profile" -msgstr "Excluir este perfil" - -#: ../../mod/profiles.php:609 -msgid "Profile Name:" -msgstr "Nome do perfil:" - -#: ../../mod/profiles.php:610 -msgid "Your Full Name:" -msgstr "Seu nome completo:" - -#: ../../mod/profiles.php:611 -msgid "Title/Description:" -msgstr "Título/Descrição:" - -#: ../../mod/profiles.php:612 -msgid "Your Gender:" -msgstr "Seu gênero:" - -#: ../../mod/profiles.php:613 -#, php-format -msgid "Birthday (%s):" -msgstr "Aniversário (%s):" - -#: ../../mod/profiles.php:614 -msgid "Street Address:" -msgstr "Endereço:" - -#: ../../mod/profiles.php:615 -msgid "Locality/City:" -msgstr "Localidade/Cidade:" - -#: ../../mod/profiles.php:616 -msgid "Postal/Zip Code:" -msgstr "CEP:" - -#: ../../mod/profiles.php:617 -msgid "Country:" -msgstr "País:" - -#: ../../mod/profiles.php:618 -msgid "Region/State:" -msgstr "Região/Estado:" - -#: ../../mod/profiles.php:619 -msgid " Marital Status:" -msgstr "Estado civil :" - -#: ../../mod/profiles.php:620 -msgid "Who: (if applicable)" -msgstr "Quem: (se pertinente)" - -#: ../../mod/profiles.php:621 -msgid "Examples: cathy123, Cathy Williams, cathy@example.com" -msgstr "Exemplos: fulano123, Fulano de Tal, fulano@exemplo.com" - -#: ../../mod/profiles.php:622 -msgid "Since [date]:" -msgstr "Desde [data]:" - -#: ../../mod/profiles.php:623 ../../include/profile_advanced.php:46 -msgid "Sexual Preference:" -msgstr "Preferência sexual:" - -#: ../../mod/profiles.php:624 -msgid "Homepage URL:" -msgstr "Endereço do site web:" - -#: ../../mod/profiles.php:625 ../../include/profile_advanced.php:50 -msgid "Hometown:" -msgstr "" - -#: ../../mod/profiles.php:626 ../../include/profile_advanced.php:54 -msgid "Political Views:" -msgstr "Posição política:" - -#: ../../mod/profiles.php:627 -msgid "Religious Views:" -msgstr "Orientação religiosa:" - -#: ../../mod/profiles.php:628 -msgid "Public Keywords:" -msgstr "Palavras-chave públicas:" - -#: ../../mod/profiles.php:629 -msgid "Private Keywords:" -msgstr "Palavras-chave privadas:" - -#: ../../mod/profiles.php:630 ../../include/profile_advanced.php:62 -msgid "Likes:" -msgstr "" - -#: ../../mod/profiles.php:631 ../../include/profile_advanced.php:64 -msgid "Dislikes:" -msgstr "" - -#: ../../mod/profiles.php:632 -msgid "Example: fishing photography software" -msgstr "Exemplo: pesca fotografia software" - -#: ../../mod/profiles.php:633 -msgid "(Used for suggesting potential friends, can be seen by others)" -msgstr "(Usado para sugerir amigos em potencial, pode ser visto pelos outros)" - -#: ../../mod/profiles.php:634 -msgid "(Used for searching profiles, never shown to others)" -msgstr "(Usado na pesquisa de perfis, nunca é exibido para os outros)" - -#: ../../mod/profiles.php:635 -msgid "Tell us about yourself..." -msgstr "Fale um pouco sobre você..." - -#: ../../mod/profiles.php:636 -msgid "Hobbies/Interests" -msgstr "Passatempos/Interesses" - -#: ../../mod/profiles.php:637 -msgid "Contact information and Social Networks" -msgstr "Informações de contato e redes sociais" - -#: ../../mod/profiles.php:638 -msgid "Musical interests" -msgstr "Preferências musicais" - -#: ../../mod/profiles.php:639 -msgid "Books, literature" -msgstr "Livros, literatura" - -#: ../../mod/profiles.php:640 -msgid "Television" -msgstr "Televisão" - -#: ../../mod/profiles.php:641 -msgid "Film/dance/culture/entertainment" -msgstr "Filme/dança/cultura/entretenimento" - -#: ../../mod/profiles.php:642 -msgid "Love/romance" -msgstr "Amor/romance" - -#: ../../mod/profiles.php:643 -msgid "Work/employment" -msgstr "Trabalho/emprego" - -#: ../../mod/profiles.php:644 -msgid "School/education" -msgstr "Escola/educação" - -#: ../../mod/profiles.php:649 -msgid "" -"This is your public profile.
It may " -"be visible to anybody using the internet." -msgstr "Este é o seu perfil público.
Ele pode estar visível para qualquer um que acesse a Internet." - -#: ../../mod/profiles.php:659 ../../mod/directory.php:111 -#: ../../addon/forumdirectory/forumdirectory.php:133 -msgid "Age: " -msgstr "Idade: " - -#: ../../mod/profiles.php:698 -msgid "Edit/Manage Profiles" -msgstr "Editar/Gerenciar perfis" - -#: ../../mod/profiles.php:699 ../../boot.php:1244 -msgid "Change profile photo" -msgstr "Mudar a foto do perfil" - -#: ../../mod/profiles.php:700 ../../boot.php:1245 -msgid "Create New Profile" -msgstr "Criar um novo perfil" - -#: ../../mod/profiles.php:711 ../../boot.php:1255 -msgid "Profile Image" -msgstr "Imagem do perfil" - -#: ../../mod/profiles.php:713 ../../boot.php:1258 -msgid "visible to everybody" -msgstr "visível para todos" - -#: ../../mod/profiles.php:714 ../../boot.php:1259 -msgid "Edit visibility" -msgstr "Editar a visibilidade" - -#: ../../mod/filer.php:29 ../../include/conversation.php:909 -#: ../../include/conversation.php:927 -msgid "Save to Folder:" -msgstr "Salvar na pasta:" - -#: ../../mod/filer.php:29 -msgid "- select -" -msgstr "-selecione-" - -#: ../../mod/tagger.php:95 ../../include/conversation.php:265 -#, php-format -msgid "%1$s tagged %2$s's %3$s with %4$s" -msgstr "%1$s etiquetou %3$s de %2$s com %4$s" - -#: ../../mod/delegate.php:95 -msgid "No potential page delegates located." -msgstr "Nenhuma página delegada potencial localizada." - -#: ../../mod/delegate.php:121 -msgid "Delegate Page Management" -msgstr "Delegar Administração de Página" - -#: ../../mod/delegate.php:123 -msgid "" -"Delegates are able to manage all aspects of this account/page except for " -"basic account settings. Please do not delegate your personal account to " -"anybody that you do not trust completely." -msgstr "Delegados podem administrar todos os aspectos dessa página/conta exceto por configurações básicas da conta.\nFavor não delegar sua conta pessoal para ninguém que você não confie inteiramente." - -#: ../../mod/delegate.php:124 -msgid "Existing Page Managers" -msgstr "Administradores de Páginas Existentes" - -#: ../../mod/delegate.php:126 -msgid "Existing Page Delegates" -msgstr "Delegados de Páginas Existentes" - -#: ../../mod/delegate.php:128 -msgid "Potential Delegates" -msgstr "Delegados Potenciais" - -#: ../../mod/delegate.php:131 -msgid "Add" -msgstr "Adicionar" - -#: ../../mod/delegate.php:132 -msgid "No entries." -msgstr "Sem entradas." - -#: ../../mod/babel.php:17 -msgid "Source (bbcode) text:" -msgstr "" - -#: ../../mod/babel.php:23 -msgid "Source (Diaspora) text to convert to BBcode:" -msgstr "" - -#: ../../mod/babel.php:31 -msgid "Source input: " -msgstr "" - -#: ../../mod/babel.php:35 -msgid "bb2html: " -msgstr "bb2html: " - -#: ../../mod/babel.php:39 -msgid "bb2html2bb: " -msgstr "bb2html2bb: " - -#: ../../mod/babel.php:43 -msgid "bb2md: " -msgstr "bb2md: " - -#: ../../mod/babel.php:47 -msgid "bb2md2html: " -msgstr "bb2md2html: " - -#: ../../mod/babel.php:51 -msgid "bb2dia2bb: " -msgstr "bb2dia2bb: " - -#: ../../mod/babel.php:55 -msgid "bb2md2html2bb: " -msgstr "bb2md2html2bb: " - -#: ../../mod/babel.php:65 -msgid "Source input (Diaspora format): " -msgstr "" - -#: ../../mod/babel.php:70 -msgid "diaspora2bb: " -msgstr "diaspora2bb: " - -#: ../../mod/suggest.php:38 ../../view/theme/diabook/theme.php:520 -#: ../../include/contact_widgets.php:34 -msgid "Friend Suggestions" -msgstr "Sugestões de amigos" - -#: ../../mod/suggest.php:44 -msgid "" -"No suggestions available. If this is a new site, please try again in 24 " -"hours." -msgstr "Não existe nenhuma sugestão disponível. Se este for um site novo, por favor tente novamente em 24 horas." - -#: ../../mod/suggest.php:61 -msgid "Ignore/Hide" -msgstr "Ignorar/Ocultar" - -#: ../../mod/directory.php:49 ../../addon/forumdirectory/forumdirectory.php:71 -#: ../../view/theme/diabook/theme.php:518 -msgid "Global Directory" -msgstr "Diretório global" - -#: ../../mod/directory.php:57 ../../addon/forumdirectory/forumdirectory.php:79 -msgid "Find on this site" -msgstr "Pesquisar neste site" - -#: ../../mod/directory.php:60 ../../addon/forumdirectory/forumdirectory.php:82 -msgid "Site Directory" -msgstr "Diretório do site" - -#: ../../mod/directory.php:114 -#: ../../addon/forumdirectory/forumdirectory.php:136 -msgid "Gender: " -msgstr "Gênero: " - -#: ../../mod/directory.php:136 -#: ../../addon/forumdirectory/forumdirectory.php:158 -#: ../../include/profile_advanced.php:17 ../../boot.php:1280 +#: ../../include/profile_advanced.php:17 ../../mod/directory.php:136 +#: ../../boot.php:1487 msgid "Gender:" msgstr "Gênero:" -#: ../../mod/directory.php:138 -#: ../../addon/forumdirectory/forumdirectory.php:160 -#: ../../include/profile_advanced.php:37 ../../boot.php:1283 -msgid "Status:" -msgstr "Estado:" - -#: ../../mod/directory.php:140 -#: ../../addon/forumdirectory/forumdirectory.php:162 -#: ../../include/profile_advanced.php:48 ../../boot.php:1285 -msgid "Homepage:" -msgstr "Página web:" - -#: ../../mod/directory.php:142 -#: ../../addon/forumdirectory/forumdirectory.php:164 -#: ../../include/profile_advanced.php:58 -msgid "About:" -msgstr "Sobre:" - -#: ../../mod/directory.php:180 -#: ../../addon/forumdirectory/forumdirectory.php:202 -msgid "No entries (some entries may be hidden)." -msgstr "Nenhuma entrada (algumas entradas podem estar ocultas)." - -#: ../../mod/invite.php:35 -#, php-format -msgid "%s : Not a valid email address." -msgstr "%s : Não é um endereço de e-mail válido." - -#: ../../mod/invite.php:59 -msgid "Please join us on Friendica" -msgstr "Por favor, junte-se à nós na Friendica" - -#: ../../mod/invite.php:69 -#, php-format -msgid "%s : Message delivery failed." -msgstr "%s : Não foi possível enviar a mensagem." - -#: ../../mod/invite.php:73 -#, php-format -msgid "%d message sent." -msgid_plural "%d messages sent." -msgstr[0] "%d mensagem enviada." -msgstr[1] "%d mensagens enviadas." - -#: ../../mod/invite.php:92 -msgid "You have no more invitations available" -msgstr "Você não possui mais convites disponíveis" - -#: ../../mod/invite.php:100 -#, php-format -msgid "" -"Visit %s for a list of public sites that you can join. Friendica members on " -"other sites can all connect with each other, as well as with members of many" -" other social networks." -msgstr "Visite %s para obter uma lista de sites públicos onde você pode se cadastrar. Membros da friendica podem se conectar, mesmo que estejam em sites separados. Além disso você também pode se conectar com membros de várias outras redes sociais." - -#: ../../mod/invite.php:102 -#, php-format -msgid "" -"To accept this invitation, please visit and register at %s or any other " -"public Friendica website." -msgstr "Para aceitar esse convite, por favor cadastre-se em %s ou qualquer outro site friendica público." - -#: ../../mod/invite.php:103 -#, php-format -msgid "" -"Friendica sites all inter-connect to create a huge privacy-enhanced social " -"web that is owned and controlled by its members. They can also connect with " -"many traditional social networks. See %s for a list of alternate Friendica " -"sites you can join." -msgstr "Os sites friendica estão todos interconectados para criar uma grande rede social com foco na privacidade e controlada por seus membros, que também podem se conectar com várias redes sociais tradicionais. Dê uma olhada em %s para uma lista de sites friendica onde você pode se cadastrar." - -#: ../../mod/invite.php:106 -msgid "" -"Our apologies. This system is not currently configured to connect with other" -" public sites or invite members." -msgstr "Desculpe, mas esse sistema não está configurado para conectar-se com outros sites públicos nem permite convidar novos membros." - -#: ../../mod/invite.php:111 -msgid "Send invitations" -msgstr "Enviar convites." - -#: ../../mod/invite.php:112 -msgid "Enter email addresses, one per line:" -msgstr "Digite os endereços de e-mail, um por linha:" - -#: ../../mod/invite.php:114 -msgid "" -"You are cordially invited to join me and other close friends on Friendica - " -"and help us to create a better social web." -msgstr "Você está convidado a se juntar a mim e outros amigos em friendica - e também nos ajudar a criar uma experiência social melhor na web." - -#: ../../mod/invite.php:116 -msgid "You will need to supply this invitation code: $invite_code" -msgstr "Você preciso informar este código de convite: $invite_code" - -#: ../../mod/invite.php:116 -msgid "" -"Once you have registered, please connect with me via my profile page at:" -msgstr "Após você se registrar, por favor conecte-se comigo através da minha página de perfil em:" - -#: ../../mod/invite.php:118 -msgid "" -"For more information about the Friendica project and why we feel it is " -"important, please visit http://friendica.com" -msgstr "Para mais informações sobre o projeto Friendica e porque nós achamos que ele é importante, por favor visite-nos em http://friendica.com." - -#: ../../mod/dfrn_confirm.php:119 -msgid "" -"This may occasionally happen if contact was requested by both persons and it" -" has already been approved." -msgstr "Isso pode acontecer eventualmente se o contato foi solicitado por ambas as pessoas e ele já tinha sido aprovado." - -#: ../../mod/dfrn_confirm.php:237 -msgid "Response from remote site was not understood." -msgstr "A resposta do site remoto não foi compreendida." - -#: ../../mod/dfrn_confirm.php:246 -msgid "Unexpected response from remote site: " -msgstr "Resposta inesperada do site remoto: " - -#: ../../mod/dfrn_confirm.php:254 -msgid "Confirmation completed successfully." -msgstr "A confirmação foi completada com sucesso." - -#: ../../mod/dfrn_confirm.php:256 ../../mod/dfrn_confirm.php:270 -#: ../../mod/dfrn_confirm.php:277 -msgid "Remote site reported: " -msgstr "O site remoto relatou: " - -#: ../../mod/dfrn_confirm.php:268 -msgid "Temporary failure. Please wait and try again." -msgstr "Falha temporária. Por favor, aguarde e tente novamente." - -#: ../../mod/dfrn_confirm.php:275 -msgid "Introduction failed or was revoked." -msgstr "Ocorreu uma falha na apresentação ou ela foi revogada." - -#: ../../mod/dfrn_confirm.php:420 -msgid "Unable to set contact photo." -msgstr "Não foi possível definir a foto do contato." - -#: ../../mod/dfrn_confirm.php:477 ../../include/diaspora.php:619 -#: ../../include/conversation.php:171 -#, php-format -msgid "%1$s is now friends with %2$s" -msgstr "%1$s agora é amigo de %2$s" - -#: ../../mod/dfrn_confirm.php:562 -#, php-format -msgid "No user record found for '%s' " -msgstr "Não foi encontrado nenhum registro de usuário para '%s' " - -#: ../../mod/dfrn_confirm.php:572 -msgid "Our site encryption key is apparently messed up." -msgstr "A chave de criptografia do nosso site está, aparentemente, bagunçada." - -#: ../../mod/dfrn_confirm.php:583 -msgid "Empty site URL was provided or URL could not be decrypted by us." -msgstr "Foi fornecida uma URL em branco ou não foi possível descriptografá-la." - -#: ../../mod/dfrn_confirm.php:604 -msgid "Contact record was not found for you on our site." -msgstr "O registro do contato não foi encontrado para você em seu site." - -#: ../../mod/dfrn_confirm.php:618 -#, php-format -msgid "Site public key not available in contact record for URL %s." -msgstr "A chave pública do site não está disponível no registro do contato para a URL %s" - -#: ../../mod/dfrn_confirm.php:638 -msgid "" -"The ID provided by your system is a duplicate on our system. It should work " -"if you try again." -msgstr "O ID fornecido pelo seu sistema é uma duplicata em nosso sistema. Deve funcionar agora, se você tentar de novo." - -#: ../../mod/dfrn_confirm.php:649 -msgid "Unable to set your contact credentials on our system." -msgstr "Não foi possível definir suas credenciais de contato no nosso sistema." - -#: ../../mod/dfrn_confirm.php:716 -msgid "Unable to update your contact profile details on our system" -msgstr "Não foi possível atualizar os detalhes do seu perfil em nosso sistema." - -#: ../../mod/dfrn_confirm.php:750 -#, php-format -msgid "Connection accepted at %s" -msgstr "Conexão aceita em %s" - -#: ../../mod/dfrn_confirm.php:799 -#, php-format -msgid "%1$s has joined %2$s" -msgstr "%1$s se associou a %2$s" - -#: ../../addon/fromgplus/fromgplus.php:29 -#: ../../addon.old/fromgplus/fromgplus.php:29 -msgid "Google+ Import Settings" -msgstr "Configurações de importação do Google+" - -#: ../../addon/fromgplus/fromgplus.php:32 -#: ../../addon.old/fromgplus/fromgplus.php:32 -msgid "Enable Google+ Import" -msgstr "Habilitar a importação do Google+" - -#: ../../addon/fromgplus/fromgplus.php:35 -#: ../../addon.old/fromgplus/fromgplus.php:35 -msgid "Google Account ID" -msgstr "ID da conta do Google" - -#: ../../addon/fromgplus/fromgplus.php:55 -#: ../../addon.old/fromgplus/fromgplus.php:55 -msgid "Google+ Import Settings saved." -msgstr "As configurações de importação do Google+ foram salvas." - -#: ../../addon/facebook/facebook.php:523 -#: ../../addon.old/facebook/facebook.php:523 -msgid "Facebook disabled" -msgstr "O Facebook está desabilitado" - -#: ../../addon/facebook/facebook.php:528 -#: ../../addon.old/facebook/facebook.php:528 -msgid "Updating contacts" -msgstr "Atualizando os contatos" - -#: ../../addon/facebook/facebook.php:551 ../../addon/fbpost/fbpost.php:192 -#: ../../addon.old/facebook/facebook.php:551 -#: ../../addon.old/fbpost/fbpost.php:192 -msgid "Facebook API key is missing." -msgstr "A chave de API do Facebook não foi encontrada." - -#: ../../addon/facebook/facebook.php:558 -#: ../../addon.old/facebook/facebook.php:558 -msgid "Facebook Connect" -msgstr "Conexão com o Facebook" - -#: ../../addon/facebook/facebook.php:564 -#: ../../addon.old/facebook/facebook.php:564 -msgid "Install Facebook connector for this account." -msgstr "Instalar o conector do Facebook nesta conta." - -#: ../../addon/facebook/facebook.php:571 -#: ../../addon.old/facebook/facebook.php:571 -msgid "Remove Facebook connector" -msgstr "Remover o conector do Facebook" - -#: ../../addon/facebook/facebook.php:576 ../../addon/fbpost/fbpost.php:217 -#: ../../addon.old/facebook/facebook.php:576 -#: ../../addon.old/fbpost/fbpost.php:217 -msgid "" -"Re-authenticate [This is necessary whenever your Facebook password is " -"changed.]" -msgstr "Reautenticar [Isso é necessário sempre que sua senha do Facebook é modificada.]" - -#: ../../addon/facebook/facebook.php:583 ../../addon/fbpost/fbpost.php:224 -#: ../../addon.old/facebook/facebook.php:583 -#: ../../addon.old/fbpost/fbpost.php:224 -msgid "Post to Facebook by default" -msgstr "Publicar no Facebook por padrão" - -#: ../../addon/facebook/facebook.php:589 -#: ../../addon.old/facebook/facebook.php:589 -msgid "" -"Facebook friend linking has been disabled on this site. The following " -"settings will have no effect." -msgstr "" - -#: ../../addon/facebook/facebook.php:593 -#: ../../addon.old/facebook/facebook.php:593 -msgid "" -"Facebook friend linking has been disabled on this site. If you disable it, " -"you will be unable to re-enable it." -msgstr "" - -#: ../../addon/facebook/facebook.php:596 -#: ../../addon.old/facebook/facebook.php:596 -msgid "Link all your Facebook friends and conversations on this website" -msgstr "Ligar todos os seus amigos e conversas do Facebook neste site" - -#: ../../addon/facebook/facebook.php:598 -#: ../../addon.old/facebook/facebook.php:598 -msgid "" -"Facebook conversations consist of your profile wall and your friend" -" stream." -msgstr "As conversas do Facebook consistem do seu perfil/mural e da linha do tempo dos seus amigos." - -#: ../../addon/facebook/facebook.php:599 -#: ../../addon.old/facebook/facebook.php:599 -msgid "On this website, your Facebook friend stream is only visible to you." -msgstr "Neste site, a linha do tempo dos seus amigos do Facebook está visível somente para você." - -#: ../../addon/facebook/facebook.php:600 -#: ../../addon.old/facebook/facebook.php:600 -msgid "" -"The following settings determine the privacy of your Facebook profile wall " -"on this website." -msgstr "As seguintes configurações determinam a privacidade do mural do seu perfil do Facebook neste site." - -#: ../../addon/facebook/facebook.php:604 -#: ../../addon.old/facebook/facebook.php:604 -msgid "" -"On this website your Facebook profile wall conversations will only be " -"visible to you" -msgstr "Nesse site as conversas do mural do seu perfil do Facebook estão visíveis somente para você" - -#: ../../addon/facebook/facebook.php:609 -#: ../../addon.old/facebook/facebook.php:609 -msgid "Do not import your Facebook profile wall conversations" -msgstr "Não importar as conversas do seu perfil/mural do Facebook" - -#: ../../addon/facebook/facebook.php:611 -#: ../../addon.old/facebook/facebook.php:611 -msgid "" -"If you choose to link conversations and leave both of these boxes unchecked," -" your Facebook profile wall will be merged with your profile wall on this " -"website and your privacy settings on this website will be used to determine " -"who may see the conversations." -msgstr "Se você escolher ligar as conversas e deixar ambas opções desmarcadas, seu perfil/mural do Facebook será mesclado com seu perfil/mural nesse website e suas configurações de privacidade nesse website serão usadas para determinar quem pode ver as conversas." - -#: ../../addon/facebook/facebook.php:616 -#: ../../addon.old/facebook/facebook.php:616 -msgid "Comma separated applications to ignore" -msgstr "Ignorar aplicações separadas por vírgula" - -#: ../../addon/facebook/facebook.php:700 -#: ../../addon.old/facebook/facebook.php:700 -msgid "Problems with Facebook Real-Time Updates" -msgstr "Problemas com as atualizações em tempo real do Facebook" - -#: ../../addon/facebook/facebook.php:729 -#: ../../addon.old/facebook/facebook.php:729 -msgid "Facebook Connector Settings" -msgstr "Configurações do conector do Facebook" - -#: ../../addon/facebook/facebook.php:744 ../../addon/fbpost/fbpost.php:255 -#: ../../addon.old/facebook/facebook.php:744 -#: ../../addon.old/fbpost/fbpost.php:255 -msgid "Facebook API Key" -msgstr "Chave da API do Facebook" - -#: ../../addon/facebook/facebook.php:754 ../../addon/fbpost/fbpost.php:262 -#: ../../addon.old/facebook/facebook.php:754 -#: ../../addon.old/fbpost/fbpost.php:262 -msgid "" -"Error: it appears that you have specified the App-ID and -Secret in your " -".htconfig.php file. As long as they are specified there, they cannot be set " -"using this form.

" -msgstr "Erro: parece que você especificou o App-ID e o -Secret no arquivo .htconfig.php. Uma vez estão especificado lá, eles não podem ser definidos neste formulário.

" - -#: ../../addon/facebook/facebook.php:759 -#: ../../addon.old/facebook/facebook.php:759 -msgid "" -"Error: the given API Key seems to be incorrect (the application access token" -" could not be retrieved)." -msgstr "Erro: a chave de API fornecida parece estar incorreta (não foi possível recuperar o token de acesso à aplicação)." - -#: ../../addon/facebook/facebook.php:761 -#: ../../addon.old/facebook/facebook.php:761 -msgid "The given API Key seems to work correctly." -msgstr "A chave de API fornecida aparentemente está funcionando corretamente." - -#: ../../addon/facebook/facebook.php:763 -#: ../../addon.old/facebook/facebook.php:763 -msgid "" -"The correctness of the API Key could not be detected. Something strange's " -"going on." -msgstr "" - -#: ../../addon/facebook/facebook.php:766 ../../addon/fbpost/fbpost.php:264 -#: ../../addon.old/facebook/facebook.php:766 -#: ../../addon.old/fbpost/fbpost.php:264 -msgid "App-ID / API-Key" -msgstr "App-ID / API-Key" - -#: ../../addon/facebook/facebook.php:767 ../../addon/fbpost/fbpost.php:265 -#: ../../addon.old/facebook/facebook.php:767 -#: ../../addon.old/fbpost/fbpost.php:265 -msgid "Application secret" -msgstr "Segredo da aplicação" - -#: ../../addon/facebook/facebook.php:768 -#: ../../addon.old/facebook/facebook.php:768 -#, php-format -msgid "Polling Interval in minutes (minimum %1$s minutes)" -msgstr "" - -#: ../../addon/facebook/facebook.php:769 -#: ../../addon.old/facebook/facebook.php:769 -msgid "" -"Synchronize comments (no comments on Facebook are missed, at the cost of " -"increased system load)" -msgstr "" - -#: ../../addon/facebook/facebook.php:773 -#: ../../addon.old/facebook/facebook.php:773 -msgid "Real-Time Updates" -msgstr "Atualizações em tempo real" - -#: ../../addon/facebook/facebook.php:777 -#: ../../addon.old/facebook/facebook.php:777 -msgid "Real-Time Updates are activated." -msgstr "As atualizações em tempo real estão ativadas." - -#: ../../addon/facebook/facebook.php:778 -#: ../../addon.old/facebook/facebook.php:778 -msgid "Deactivate Real-Time Updates" -msgstr "Desativar as atualizações em tempo real." - -#: ../../addon/facebook/facebook.php:780 -#: ../../addon.old/facebook/facebook.php:780 -msgid "Real-Time Updates not activated." -msgstr "As atualizações em tempo real não estão ativadas." - -#: ../../addon/facebook/facebook.php:780 -#: ../../addon.old/facebook/facebook.php:780 -msgid "Activate Real-Time Updates" -msgstr "Ativar atualizações em tempo real" - -#: ../../addon/facebook/facebook.php:799 ../../addon/fbpost/fbpost.php:282 -#: ../../addon/dav/friendica/layout.fnk.php:361 -#: ../../addon.old/facebook/facebook.php:799 -#: ../../addon.old/fbpost/fbpost.php:282 -#: ../../addon.old/dav/friendica/layout.fnk.php:361 -msgid "The new values have been saved." -msgstr "Os novos valores foram salvos." - -#: ../../addon/facebook/facebook.php:823 ../../addon/fbpost/fbpost.php:301 -#: ../../addon.old/facebook/facebook.php:823 -#: ../../addon.old/fbpost/fbpost.php:301 -msgid "Post to Facebook" -msgstr "Publicar no Facebook" - -#: ../../addon/facebook/facebook.php:921 ../../addon/fbpost/fbpost.php:399 -#: ../../addon.old/facebook/facebook.php:921 -#: ../../addon.old/fbpost/fbpost.php:399 -msgid "" -"Post to Facebook cancelled because of multi-network access permission " -"conflict." -msgstr "A publicação no Facebook foi cancelada devido a um conflito de permissão de acesso multi-rede." - -#: ../../addon/facebook/facebook.php:1149 ../../addon/fbpost/fbpost.php:610 -#: ../../addon.old/facebook/facebook.php:1149 -#: ../../addon.old/fbpost/fbpost.php:610 -msgid "View on Friendica" -msgstr "Ver no Friendica" - -#: ../../addon/facebook/facebook.php:1182 ../../addon/fbpost/fbpost.php:643 -#: ../../addon.old/facebook/facebook.php:1182 -#: ../../addon.old/fbpost/fbpost.php:643 -msgid "Facebook post failed. Queued for retry." -msgstr "Não foi possível publicar no Facebook. Armazenado na fila para nova tentativa." - -#: ../../addon/facebook/facebook.php:1222 ../../addon/fbpost/fbpost.php:683 -#: ../../addon.old/facebook/facebook.php:1222 -#: ../../addon.old/fbpost/fbpost.php:683 -msgid "Your Facebook connection became invalid. Please Re-authenticate." -msgstr "A sua conexão com o Facebook tornou-se invalida. Por favor autentique-se novamente." - -#: ../../addon/facebook/facebook.php:1223 ../../addon/fbpost/fbpost.php:684 -#: ../../addon.old/facebook/facebook.php:1223 -#: ../../addon.old/fbpost/fbpost.php:684 -msgid "Facebook connection became invalid" -msgstr "A conexão com o Facebook tornou-se inválida" - -#: ../../addon/facebook/facebook.php:1224 ../../addon/fbpost/fbpost.php:685 -#: ../../addon.old/facebook/facebook.php:1224 -#: ../../addon.old/fbpost/fbpost.php:685 -#, php-format -msgid "" -"Hi %1$s,\n" -"\n" -"The connection between your accounts on %2$s and Facebook became invalid. This usually happens after you change your Facebook-password. To enable the connection again, you have to %3$sre-authenticate the Facebook-connector%4$s." -msgstr "Olá %1$s,\n\nA conexão entre suas contas em %2$s e o Facebook se tornou inválida. Isso geralmente acontece quando se troca a senha do Facebook. Para habilitar a conexão novamente vocẽ deve %3$sreautenticar o conector do Facebook%4$s." - -#: ../../addon/snautofollow/snautofollow.php:32 -#: ../../addon.old/snautofollow/snautofollow.php:32 -msgid "StatusNet AutoFollow settings updated." -msgstr "" - -#: ../../addon/snautofollow/snautofollow.php:56 -#: ../../addon.old/snautofollow/snautofollow.php:56 -msgid "StatusNet AutoFollow Settings" -msgstr "" - -#: ../../addon/snautofollow/snautofollow.php:58 -#: ../../addon.old/snautofollow/snautofollow.php:58 -msgid "Automatically follow any StatusNet followers/mentioners" -msgstr "" - -#: ../../addon/privacy_image_cache/privacy_image_cache.php:278 -#: ../../addon.old/privacy_image_cache/privacy_image_cache.php:260 -msgid "Lifetime of the cache (in hours)" -msgstr "Tempo de vida do cache (em horas)" - -#: ../../addon/privacy_image_cache/privacy_image_cache.php:283 -#: ../../addon.old/privacy_image_cache/privacy_image_cache.php:265 -msgid "Cache Statistics" -msgstr "Estatísticas do cache" - -#: ../../addon/privacy_image_cache/privacy_image_cache.php:286 -#: ../../addon.old/privacy_image_cache/privacy_image_cache.php:268 -msgid "Number of items" -msgstr "Número de itens" - -#: ../../addon/privacy_image_cache/privacy_image_cache.php:288 -#: ../../addon.old/privacy_image_cache/privacy_image_cache.php:270 -msgid "Size of the cache" -msgstr "Tamanho do cache" - -#: ../../addon/privacy_image_cache/privacy_image_cache.php:290 -#: ../../addon.old/privacy_image_cache/privacy_image_cache.php:272 -msgid "Delete the whole cache" -msgstr "Excluir o cache inteiro" - -#: ../../addon/fbpost/fbpost.php:172 ../../addon.old/fbpost/fbpost.php:172 -msgid "Facebook Post disabled" -msgstr "A publicação no Facebook foi desabilitada" - -#: ../../addon/fbpost/fbpost.php:199 ../../addon.old/fbpost/fbpost.php:199 -msgid "Facebook Post" -msgstr "Publicação no Facebook" - -#: ../../addon/fbpost/fbpost.php:205 ../../addon.old/fbpost/fbpost.php:205 -msgid "Install Facebook Post connector for this account." -msgstr "Instalar o conector de publicação no Facebook para esta conta." - -#: ../../addon/fbpost/fbpost.php:212 ../../addon.old/fbpost/fbpost.php:212 -msgid "Remove Facebook Post connector" -msgstr "Remover o conector de publicação no Facebook" - -#: ../../addon/fbpost/fbpost.php:240 ../../addon.old/fbpost/fbpost.php:240 -msgid "Facebook Post Settings" -msgstr "Configurações de publicação no Facebook" - -#: ../../addon/widgets/widget_like.php:58 -#: ../../addon.old/widgets/widget_like.php:58 -#, php-format -msgid "%d person likes this" -msgid_plural "%d people like this" -msgstr[0] "%d pessoa gosta disso" -msgstr[1] "%d pessoas gostam disso" - -#: ../../addon/widgets/widget_like.php:61 -#: ../../addon.old/widgets/widget_like.php:61 -#, php-format -msgid "%d person doesn't like this" -msgid_plural "%d people don't like this" -msgstr[0] "%d pessoa não gosta disso" -msgstr[1] "%d pessoas gostam disso" - -#: ../../addon/widgets/widget_friendheader.php:40 -#: ../../addon.old/widgets/widget_friendheader.php:40 -msgid "Get added to this list!" -msgstr "" - -#: ../../addon/widgets/widgets.php:56 ../../addon.old/widgets/widgets.php:56 -msgid "Generate new key" -msgstr "Gerar nova chave" - -#: ../../addon/widgets/widgets.php:59 ../../addon.old/widgets/widgets.php:59 -msgid "Widgets key" -msgstr "Chave de widgets" - -#: ../../addon/widgets/widgets.php:61 ../../addon.old/widgets/widgets.php:61 -msgid "Widgets available" -msgstr "Widgets disponíveis" - -#: ../../addon/widgets/widget_friends.php:40 -#: ../../addon.old/widgets/widget_friends.php:40 -msgid "Connect on Friendica!" -msgstr "Conecte no Friendica!" - -#: ../../addon/morepokes/morepokes.php:19 -#: ../../addon.old/morepokes/morepokes.php:19 -msgid "bitchslap" -msgstr "" - -#: ../../addon/morepokes/morepokes.php:19 -#: ../../addon.old/morepokes/morepokes.php:19 -msgid "bitchslapped" -msgstr "" - -#: ../../addon/morepokes/morepokes.php:20 -#: ../../addon.old/morepokes/morepokes.php:20 -msgid "shag" -msgstr "" - -#: ../../addon/morepokes/morepokes.php:20 -#: ../../addon.old/morepokes/morepokes.php:20 -msgid "shagged" -msgstr "" - -#: ../../addon/morepokes/morepokes.php:21 -#: ../../addon.old/morepokes/morepokes.php:21 -msgid "do something obscenely biological to" -msgstr "" - -#: ../../addon/morepokes/morepokes.php:21 -#: ../../addon.old/morepokes/morepokes.php:21 -msgid "did something obscenely biological to" -msgstr "" - -#: ../../addon/morepokes/morepokes.php:22 -#: ../../addon.old/morepokes/morepokes.php:22 -msgid "point out the poke feature to" -msgstr "" - -#: ../../addon/morepokes/morepokes.php:22 -#: ../../addon.old/morepokes/morepokes.php:22 -msgid "pointed out the poke feature to" -msgstr "" - -#: ../../addon/morepokes/morepokes.php:23 -#: ../../addon.old/morepokes/morepokes.php:23 -msgid "declare undying love for" -msgstr "" - -#: ../../addon/morepokes/morepokes.php:23 -#: ../../addon.old/morepokes/morepokes.php:23 -msgid "declared undying love for" -msgstr "" - -#: ../../addon/morepokes/morepokes.php:24 -#: ../../addon.old/morepokes/morepokes.php:24 -msgid "patent" -msgstr "" - -#: ../../addon/morepokes/morepokes.php:24 -#: ../../addon.old/morepokes/morepokes.php:24 -msgid "patented" -msgstr "" - -#: ../../addon/morepokes/morepokes.php:25 -#: ../../addon.old/morepokes/morepokes.php:25 -msgid "stroke beard" -msgstr "" - -#: ../../addon/morepokes/morepokes.php:25 -#: ../../addon.old/morepokes/morepokes.php:25 -msgid "stroked their beard at" -msgstr "" - -#: ../../addon/morepokes/morepokes.php:26 -#: ../../addon.old/morepokes/morepokes.php:26 -msgid "" -"bemoan the declining standards of modern secondary and tertiary education to" -msgstr "" - -#: ../../addon/morepokes/morepokes.php:26 -#: ../../addon.old/morepokes/morepokes.php:26 -msgid "" -"bemoans the declining standards of modern secondary and tertiary education " -"to" -msgstr "" - -#: ../../addon/morepokes/morepokes.php:27 -#: ../../addon.old/morepokes/morepokes.php:27 -msgid "hug" -msgstr "abraço" - -#: ../../addon/morepokes/morepokes.php:27 -#: ../../addon.old/morepokes/morepokes.php:27 -msgid "hugged" -msgstr "" - -#: ../../addon/morepokes/morepokes.php:28 -#: ../../addon.old/morepokes/morepokes.php:28 -msgid "kiss" -msgstr "beijo" - -#: ../../addon/morepokes/morepokes.php:28 -#: ../../addon.old/morepokes/morepokes.php:28 -msgid "kissed" -msgstr "" - -#: ../../addon/morepokes/morepokes.php:29 -#: ../../addon.old/morepokes/morepokes.php:29 -msgid "raise eyebrows at" -msgstr "" - -#: ../../addon/morepokes/morepokes.php:29 -#: ../../addon.old/morepokes/morepokes.php:29 -msgid "raised their eyebrows at" -msgstr "" - -#: ../../addon/morepokes/morepokes.php:30 -#: ../../addon.old/morepokes/morepokes.php:30 -msgid "insult" -msgstr "insultar" - -#: ../../addon/morepokes/morepokes.php:30 -#: ../../addon.old/morepokes/morepokes.php:30 -msgid "insulted" -msgstr "" - -#: ../../addon/morepokes/morepokes.php:31 -#: ../../addon.old/morepokes/morepokes.php:31 -msgid "praise" -msgstr "" - -#: ../../addon/morepokes/morepokes.php:31 -#: ../../addon.old/morepokes/morepokes.php:31 -msgid "praised" -msgstr "" - -#: ../../addon/morepokes/morepokes.php:32 -#: ../../addon.old/morepokes/morepokes.php:32 -msgid "be dubious of" -msgstr "" - -#: ../../addon/morepokes/morepokes.php:32 -#: ../../addon.old/morepokes/morepokes.php:32 -msgid "was dubious of" -msgstr "" - -#: ../../addon/morepokes/morepokes.php:33 -#: ../../addon.old/morepokes/morepokes.php:33 -msgid "eat" -msgstr "comer" - -#: ../../addon/morepokes/morepokes.php:33 -#: ../../addon.old/morepokes/morepokes.php:33 -msgid "ate" -msgstr "" - -#: ../../addon/morepokes/morepokes.php:34 -#: ../../addon.old/morepokes/morepokes.php:34 -msgid "giggle and fawn at" -msgstr "" - -#: ../../addon/morepokes/morepokes.php:34 -#: ../../addon.old/morepokes/morepokes.php:34 -msgid "giggled and fawned at" -msgstr "" - -#: ../../addon/morepokes/morepokes.php:35 -#: ../../addon.old/morepokes/morepokes.php:35 -msgid "doubt" -msgstr "" - -#: ../../addon/morepokes/morepokes.php:35 -#: ../../addon.old/morepokes/morepokes.php:35 -msgid "doubted" -msgstr "" - -#: ../../addon/morepokes/morepokes.php:36 -#: ../../addon.old/morepokes/morepokes.php:36 -msgid "glare" -msgstr "" - -#: ../../addon/morepokes/morepokes.php:36 -#: ../../addon.old/morepokes/morepokes.php:36 -msgid "glared at" -msgstr "" - -#: ../../addon/yourls/yourls.php:55 ../../addon.old/yourls/yourls.php:55 -msgid "YourLS Settings" -msgstr "Configurações YourLS" - -#: ../../addon/yourls/yourls.php:57 ../../addon.old/yourls/yourls.php:57 -msgid "URL: http://" -msgstr "URL: http://" - -#: ../../addon/yourls/yourls.php:62 ../../addon.old/yourls/yourls.php:62 -msgid "Username:" -msgstr "Usuário:" - -#: ../../addon/yourls/yourls.php:67 ../../addon.old/yourls/yourls.php:67 -msgid "Password:" -msgstr "Senha:" - -#: ../../addon/yourls/yourls.php:72 ../../addon.old/yourls/yourls.php:72 -msgid "Use SSL " -msgstr "Use SSL " - -#: ../../addon/yourls/yourls.php:92 ../../addon.old/yourls/yourls.php:92 -msgid "yourls Settings saved." -msgstr "yourls Settings sabed" - -#: ../../addon/ljpost/ljpost.php:39 ../../addon.old/ljpost/ljpost.php:39 -msgid "Post to LiveJournal" -msgstr "Publicar no LiveJournal" - -#: ../../addon/ljpost/ljpost.php:70 ../../addon.old/ljpost/ljpost.php:70 -msgid "LiveJournal Post Settings" -msgstr "Configurações de publicação no LiveJournal" - -#: ../../addon/ljpost/ljpost.php:72 ../../addon.old/ljpost/ljpost.php:72 -msgid "Enable LiveJournal Post Plugin" -msgstr "Habilitar o plugin de publicação no LiveJournal" - -#: ../../addon/ljpost/ljpost.php:77 ../../addon.old/ljpost/ljpost.php:77 -msgid "LiveJournal username" -msgstr "Nome de usuário do LiveJournal" - -#: ../../addon/ljpost/ljpost.php:82 ../../addon.old/ljpost/ljpost.php:82 -msgid "LiveJournal password" -msgstr "Senha do LiveJournal" - -#: ../../addon/ljpost/ljpost.php:87 ../../addon.old/ljpost/ljpost.php:87 -msgid "Post to LiveJournal by default" -msgstr "Publicar no LiveJournal por padrão" - -#: ../../addon/nsfw/nsfw.php:78 ../../addon.old/nsfw/nsfw.php:78 -msgid "Not Safe For Work (General Purpose Content Filter) settings" -msgstr "Configurações do filtro de conteúdo impróprio para o local de trabalho (Not Safe For Work)" - -#: ../../addon/nsfw/nsfw.php:80 ../../addon.old/nsfw/nsfw.php:80 -msgid "" -"This plugin looks in posts for the words/text you specify below, and " -"collapses any content containing those keywords so it is not displayed at " -"inappropriate times, such as sexual innuendo that may be improper in a work " -"setting. It is polite and recommended to tag any content containing nudity " -"with #NSFW. This filter can also match any other word/text you specify, and" -" can thereby be used as a general purpose content filter." -msgstr "" - -#: ../../addon/nsfw/nsfw.php:81 ../../addon.old/nsfw/nsfw.php:81 -msgid "Enable Content filter" -msgstr "Habilitar o filtro de conteúdo" - -#: ../../addon/nsfw/nsfw.php:84 ../../addon.old/nsfw/nsfw.php:84 -msgid "Comma separated list of keywords to hide" -msgstr "Lista de palavras-chave a serem ocultadas, separadas por vírgula" - -#: ../../addon/nsfw/nsfw.php:89 ../../addon.old/nsfw/nsfw.php:89 -msgid "Use /expression/ to provide regular expressions" -msgstr "Use /expressão/ para fornecer a expressão regular" - -#: ../../addon/nsfw/nsfw.php:105 ../../addon.old/nsfw/nsfw.php:105 -msgid "NSFW Settings saved." -msgstr "Configurações NSFW armazenadas." - -#: ../../addon/nsfw/nsfw.php:157 ../../addon.old/nsfw/nsfw.php:157 -#, php-format -msgid "%s - Click to open/close" -msgstr "%s " - -#: ../../addon/page/page.php:62 ../../addon/page/page.php:92 -#: ../../addon/forumlist/forumlist.php:60 ../../addon.old/page/page.php:62 -#: ../../addon.old/page/page.php:92 ../../addon.old/forumlist/forumlist.php:60 -msgid "Forums" -msgstr "Fóruns" - -#: ../../addon/page/page.php:130 ../../addon/forumlist/forumlist.php:94 -#: ../../addon.old/page/page.php:130 -#: ../../addon.old/forumlist/forumlist.php:94 -msgid "Forums:" -msgstr "Fóruns:" - -#: ../../addon/page/page.php:166 ../../addon.old/page/page.php:166 -msgid "Page settings updated." -msgstr "As configurações da página foram atualizadas." - -#: ../../addon/page/page.php:195 ../../addon.old/page/page.php:195 -msgid "Page Settings" -msgstr "Configurações da página" - -#: ../../addon/page/page.php:197 ../../addon.old/page/page.php:197 -msgid "How many forums to display on sidebar without paging" -msgstr "" - -#: ../../addon/page/page.php:200 ../../addon.old/page/page.php:200 -msgid "Randomise Page/Forum list" -msgstr "" - -#: ../../addon/page/page.php:203 ../../addon.old/page/page.php:203 -msgid "Show pages/forums on profile page" -msgstr "" - -#: ../../addon/planets/planets.php:150 ../../addon.old/planets/planets.php:150 -msgid "Planets Settings" -msgstr "Configuração dos planetas" - -#: ../../addon/planets/planets.php:152 ../../addon.old/planets/planets.php:152 -msgid "Enable Planets Plugin" -msgstr "Habilita configuração dos planetas" - -#: ../../addon/forumdirectory/forumdirectory.php:22 -msgid "Forum Directory" -msgstr "" - -#: ../../addon/communityhome/communityhome.php:28 -#: ../../addon/communityhome/communityhome.php:34 -#: ../../addon/communityhome/twillingham/communityhome.php:28 -#: ../../addon/communityhome/twillingham/communityhome.php:34 -#: ../../include/nav.php:64 ../../boot.php:949 -#: ../../addon.old/communityhome/communityhome.php:28 -#: ../../addon.old/communityhome/communityhome.php:34 -#: ../../addon.old/communityhome/twillingham/communityhome.php:28 -#: ../../addon.old/communityhome/twillingham/communityhome.php:34 -msgid "Login" -msgstr "Entrar" - -#: ../../addon/communityhome/communityhome.php:29 -#: ../../addon/communityhome/twillingham/communityhome.php:29 -#: ../../addon.old/communityhome/communityhome.php:29 -#: ../../addon.old/communityhome/twillingham/communityhome.php:29 -msgid "OpenID" -msgstr "OpenID" - -#: ../../addon/communityhome/communityhome.php:38 -#: ../../addon/communityhome/twillingham/communityhome.php:38 -#: ../../addon.old/communityhome/communityhome.php:38 -#: ../../addon.old/communityhome/twillingham/communityhome.php:38 -msgid "Latest users" -msgstr "Últimos usuários" - -#: ../../addon/communityhome/communityhome.php:81 -#: ../../addon/communityhome/twillingham/communityhome.php:81 -#: ../../addon.old/communityhome/communityhome.php:81 -#: ../../addon.old/communityhome/twillingham/communityhome.php:81 -msgid "Most active users" -msgstr "Usuários mais ativos" - -#: ../../addon/communityhome/communityhome.php:98 -#: ../../addon.old/communityhome/communityhome.php:98 -msgid "Latest photos" -msgstr "Últimas fotos" - -#: ../../addon/communityhome/communityhome.php:133 -#: ../../addon.old/communityhome/communityhome.php:133 -msgid "Latest likes" -msgstr "" - -#: ../../addon/communityhome/communityhome.php:155 -#: ../../view/theme/diabook/theme.php:456 ../../include/text.php:1440 -#: ../../include/conversation.php:117 ../../include/conversation.php:245 -#: ../../addon.old/communityhome/communityhome.php:155 -msgid "event" -msgstr "evento" - -#: ../../addon/dav/common/wdcal_backend.inc.php:92 -#: ../../addon/dav/common/wdcal_backend.inc.php:166 -#: ../../addon/dav/common/wdcal_backend.inc.php:178 -#: ../../addon/dav/common/wdcal_backend.inc.php:206 -#: ../../addon/dav/common/wdcal_backend.inc.php:214 -#: ../../addon/dav/common/wdcal_backend.inc.php:229 -#: ../../addon.old/dav/common/wdcal_backend.inc.php:92 -#: ../../addon.old/dav/common/wdcal_backend.inc.php:166 -#: ../../addon.old/dav/common/wdcal_backend.inc.php:178 -#: ../../addon.old/dav/common/wdcal_backend.inc.php:206 -#: ../../addon.old/dav/common/wdcal_backend.inc.php:214 -#: ../../addon.old/dav/common/wdcal_backend.inc.php:229 -msgid "No access" -msgstr "Nenhum acesso" - -#: ../../addon/dav/common/wdcal_edit.inc.php:30 -#: ../../addon/dav/common/wdcal_edit.inc.php:738 -#: ../../addon.old/dav/common/wdcal_edit.inc.php:30 -#: ../../addon.old/dav/common/wdcal_edit.inc.php:738 -msgid "Could not open component for editing" -msgstr "Não foi possível abrir o componente para edição" - -#: ../../addon/dav/common/wdcal_edit.inc.php:140 -#: ../../addon/dav/friendica/layout.fnk.php:143 -#: ../../addon/dav/friendica/layout.fnk.php:422 -#: ../../addon.old/dav/common/wdcal_edit.inc.php:140 -#: ../../addon.old/dav/friendica/layout.fnk.php:143 -#: ../../addon.old/dav/friendica/layout.fnk.php:422 -msgid "Go back to the calendar" -msgstr "Voltar para a agenda" - -#: ../../addon/dav/common/wdcal_edit.inc.php:144 -#: ../../addon.old/dav/common/wdcal_edit.inc.php:144 -msgid "Event data" -msgstr "Data do evento" - -#: ../../addon/dav/common/wdcal_edit.inc.php:146 -#: ../../addon/dav/friendica/main.php:239 -#: ../../addon.old/dav/common/wdcal_edit.inc.php:146 -#: ../../addon.old/dav/friendica/main.php:239 -msgid "Calendar" -msgstr "Agenda" - -#: ../../addon/dav/common/wdcal_edit.inc.php:163 -#: ../../addon.old/dav/common/wdcal_edit.inc.php:163 -msgid "Special color" -msgstr "Cor especial" - -#: ../../addon/dav/common/wdcal_edit.inc.php:169 -#: ../../addon.old/dav/common/wdcal_edit.inc.php:169 -msgid "Subject" -msgstr "Assunto" - -#: ../../addon/dav/common/wdcal_edit.inc.php:173 -#: ../../addon.old/dav/common/wdcal_edit.inc.php:173 -msgid "Starts" -msgstr "Início" - -#: ../../addon/dav/common/wdcal_edit.inc.php:178 -#: ../../addon.old/dav/common/wdcal_edit.inc.php:178 -msgid "Ends" -msgstr "Término" - -#: ../../addon/dav/common/wdcal_edit.inc.php:185 -#: ../../addon.old/dav/common/wdcal_edit.inc.php:185 -msgid "Description" -msgstr "Descrição" - -#: ../../addon/dav/common/wdcal_edit.inc.php:188 -#: ../../addon.old/dav/common/wdcal_edit.inc.php:188 -msgid "Recurrence" -msgstr "Recorrência" - -#: ../../addon/dav/common/wdcal_edit.inc.php:190 -#: ../../addon.old/dav/common/wdcal_edit.inc.php:190 -msgid "Frequency" -msgstr "Frequência" - -#: ../../addon/dav/common/wdcal_edit.inc.php:194 -#: ../../include/contact_selectors.php:59 -#: ../../addon.old/dav/common/wdcal_edit.inc.php:194 -msgid "Daily" -msgstr "Diariamente" - -#: ../../addon/dav/common/wdcal_edit.inc.php:197 -#: ../../include/contact_selectors.php:60 -#: ../../addon.old/dav/common/wdcal_edit.inc.php:197 -msgid "Weekly" -msgstr "Semanalmente" - -#: ../../addon/dav/common/wdcal_edit.inc.php:200 -#: ../../include/contact_selectors.php:61 -#: ../../addon.old/dav/common/wdcal_edit.inc.php:200 -msgid "Monthly" -msgstr "Mensalmente" - -#: ../../addon/dav/common/wdcal_edit.inc.php:203 -#: ../../addon.old/dav/common/wdcal_edit.inc.php:203 -msgid "Yearly" -msgstr "Anualmente" - -#: ../../addon/dav/common/wdcal_edit.inc.php:214 -#: ../../include/datetime.php:288 -#: ../../addon.old/dav/common/wdcal_edit.inc.php:214 -msgid "days" -msgstr "dias" - -#: ../../addon/dav/common/wdcal_edit.inc.php:215 -#: ../../include/datetime.php:287 -#: ../../addon.old/dav/common/wdcal_edit.inc.php:215 -msgid "weeks" -msgstr "semanas" - -#: ../../addon/dav/common/wdcal_edit.inc.php:216 -#: ../../include/datetime.php:286 -#: ../../addon.old/dav/common/wdcal_edit.inc.php:216 -msgid "months" -msgstr "meses" - -#: ../../addon/dav/common/wdcal_edit.inc.php:217 -#: ../../include/datetime.php:285 -#: ../../addon.old/dav/common/wdcal_edit.inc.php:217 -msgid "years" -msgstr "anos" - -#: ../../addon/dav/common/wdcal_edit.inc.php:218 -#: ../../addon.old/dav/common/wdcal_edit.inc.php:218 -msgid "Interval" -msgstr "Intervalo" - -#: ../../addon/dav/common/wdcal_edit.inc.php:218 -#: ../../addon.old/dav/common/wdcal_edit.inc.php:218 -msgid "All %select% %time%" -msgstr "" - -#: ../../addon/dav/common/wdcal_edit.inc.php:222 -#: ../../addon/dav/common/wdcal_edit.inc.php:260 -#: ../../addon/dav/common/wdcal_edit.inc.php:481 -#: ../../addon.old/dav/common/wdcal_edit.inc.php:222 -#: ../../addon.old/dav/common/wdcal_edit.inc.php:260 -#: ../../addon.old/dav/common/wdcal_edit.inc.php:481 -msgid "Days" -msgstr "Dias" - -#: ../../addon/dav/common/wdcal_edit.inc.php:231 -#: ../../addon/dav/common/wdcal_edit.inc.php:254 -#: ../../addon/dav/common/wdcal_edit.inc.php:270 -#: ../../addon/dav/common/wdcal_edit.inc.php:293 -#: ../../addon/dav/common/wdcal_edit.inc.php:305 ../../include/text.php:922 -#: ../../addon.old/dav/common/wdcal_edit.inc.php:231 -#: ../../addon.old/dav/common/wdcal_edit.inc.php:254 -#: ../../addon.old/dav/common/wdcal_edit.inc.php:270 -#: ../../addon.old/dav/common/wdcal_edit.inc.php:293 -#: ../../addon.old/dav/common/wdcal_edit.inc.php:305 -msgid "Sunday" -msgstr "Domingo" - -#: ../../addon/dav/common/wdcal_edit.inc.php:235 -#: ../../addon/dav/common/wdcal_edit.inc.php:274 -#: ../../addon/dav/common/wdcal_edit.inc.php:308 ../../include/text.php:922 -#: ../../addon.old/dav/common/wdcal_edit.inc.php:235 -#: ../../addon.old/dav/common/wdcal_edit.inc.php:274 -#: ../../addon.old/dav/common/wdcal_edit.inc.php:308 -msgid "Monday" -msgstr "Segunda" - -#: ../../addon/dav/common/wdcal_edit.inc.php:238 -#: ../../addon/dav/common/wdcal_edit.inc.php:277 ../../include/text.php:922 -#: ../../addon.old/dav/common/wdcal_edit.inc.php:238 -#: ../../addon.old/dav/common/wdcal_edit.inc.php:277 -msgid "Tuesday" -msgstr "Terça" - -#: ../../addon/dav/common/wdcal_edit.inc.php:241 -#: ../../addon/dav/common/wdcal_edit.inc.php:280 ../../include/text.php:922 -#: ../../addon.old/dav/common/wdcal_edit.inc.php:241 -#: ../../addon.old/dav/common/wdcal_edit.inc.php:280 -msgid "Wednesday" -msgstr "Quarta" - -#: ../../addon/dav/common/wdcal_edit.inc.php:244 -#: ../../addon/dav/common/wdcal_edit.inc.php:283 ../../include/text.php:922 -#: ../../addon.old/dav/common/wdcal_edit.inc.php:244 -#: ../../addon.old/dav/common/wdcal_edit.inc.php:283 -msgid "Thursday" -msgstr "Quinta" - -#: ../../addon/dav/common/wdcal_edit.inc.php:247 -#: ../../addon/dav/common/wdcal_edit.inc.php:286 ../../include/text.php:922 -#: ../../addon.old/dav/common/wdcal_edit.inc.php:247 -#: ../../addon.old/dav/common/wdcal_edit.inc.php:286 -msgid "Friday" -msgstr "Sexta" - -#: ../../addon/dav/common/wdcal_edit.inc.php:250 -#: ../../addon/dav/common/wdcal_edit.inc.php:289 ../../include/text.php:922 -#: ../../addon.old/dav/common/wdcal_edit.inc.php:250 -#: ../../addon.old/dav/common/wdcal_edit.inc.php:289 -msgid "Saturday" -msgstr "Sábado" - -#: ../../addon/dav/common/wdcal_edit.inc.php:297 -#: ../../addon.old/dav/common/wdcal_edit.inc.php:297 -msgid "First day of week:" -msgstr "Primeiro dia da semana:" - -#: ../../addon/dav/common/wdcal_edit.inc.php:350 -#: ../../addon/dav/common/wdcal_edit.inc.php:373 -#: ../../addon.old/dav/common/wdcal_edit.inc.php:350 -#: ../../addon.old/dav/common/wdcal_edit.inc.php:373 -msgid "Day of month" -msgstr "Dia do mês" - -#: ../../addon/dav/common/wdcal_edit.inc.php:354 -#: ../../addon.old/dav/common/wdcal_edit.inc.php:354 -msgid "#num#th of each month" -msgstr "" - -#: ../../addon/dav/common/wdcal_edit.inc.php:357 -#: ../../addon.old/dav/common/wdcal_edit.inc.php:357 -msgid "#num#th-last of each month" -msgstr "" - -#: ../../addon/dav/common/wdcal_edit.inc.php:360 -#: ../../addon.old/dav/common/wdcal_edit.inc.php:360 -msgid "#num#th #wkday# of each month" -msgstr "" - -#: ../../addon/dav/common/wdcal_edit.inc.php:363 -#: ../../addon.old/dav/common/wdcal_edit.inc.php:363 -msgid "#num#th-last #wkday# of each month" -msgstr "" - -#: ../../addon/dav/common/wdcal_edit.inc.php:372 -#: ../../addon/dav/friendica/layout.fnk.php:255 -#: ../../addon.old/dav/common/wdcal_edit.inc.php:372 -#: ../../addon.old/dav/friendica/layout.fnk.php:255 -msgid "Month" -msgstr "Mês" - -#: ../../addon/dav/common/wdcal_edit.inc.php:377 -#: ../../addon.old/dav/common/wdcal_edit.inc.php:377 -msgid "#num#th of the given month" -msgstr "" - -#: ../../addon/dav/common/wdcal_edit.inc.php:380 -#: ../../addon.old/dav/common/wdcal_edit.inc.php:380 -msgid "#num#th-last of the given month" -msgstr "" - -#: ../../addon/dav/common/wdcal_edit.inc.php:383 -#: ../../addon.old/dav/common/wdcal_edit.inc.php:383 -msgid "#num#th #wkday# of the given month" -msgstr "" - -#: ../../addon/dav/common/wdcal_edit.inc.php:386 -#: ../../addon.old/dav/common/wdcal_edit.inc.php:386 -msgid "#num#th-last #wkday# of the given month" -msgstr "" - -#: ../../addon/dav/common/wdcal_edit.inc.php:413 -#: ../../addon.old/dav/common/wdcal_edit.inc.php:413 -msgid "Repeat until" -msgstr "Repetir até" - -#: ../../addon/dav/common/wdcal_edit.inc.php:417 -#: ../../addon.old/dav/common/wdcal_edit.inc.php:417 -msgid "Infinite" -msgstr "Infinito" - -#: ../../addon/dav/common/wdcal_edit.inc.php:420 -#: ../../addon.old/dav/common/wdcal_edit.inc.php:420 -msgid "Until the following date" -msgstr "Até a seguinte data" - -#: ../../addon/dav/common/wdcal_edit.inc.php:423 -#: ../../addon.old/dav/common/wdcal_edit.inc.php:423 -msgid "Number of times" -msgstr "Número de vezes" - -#: ../../addon/dav/common/wdcal_edit.inc.php:429 -#: ../../addon.old/dav/common/wdcal_edit.inc.php:429 -msgid "Exceptions" -msgstr "Exceções" - -#: ../../addon/dav/common/wdcal_edit.inc.php:432 -#: ../../addon.old/dav/common/wdcal_edit.inc.php:432 -msgid "none" -msgstr "nenhuma" - -#: ../../addon/dav/common/wdcal_edit.inc.php:449 -#: ../../addon.old/dav/common/wdcal_edit.inc.php:449 -msgid "Notification" -msgstr "Notificação" - -#: ../../addon/dav/common/wdcal_edit.inc.php:466 -#: ../../addon.old/dav/common/wdcal_edit.inc.php:466 -msgid "Notify by" -msgstr "Notificar por" - -#: ../../addon/dav/common/wdcal_edit.inc.php:469 -#: ../../addon.old/dav/common/wdcal_edit.inc.php:469 -msgid "E-Mail" -msgstr "E-Mail" - -#: ../../addon/dav/common/wdcal_edit.inc.php:470 -#: ../../addon.old/dav/common/wdcal_edit.inc.php:470 -msgid "On Friendica / Display" -msgstr "Na Friendica / Exibir" - -#: ../../addon/dav/common/wdcal_edit.inc.php:474 -#: ../../addon.old/dav/common/wdcal_edit.inc.php:474 -msgid "Time" -msgstr "Tempo" - -#: ../../addon/dav/common/wdcal_edit.inc.php:478 -#: ../../addon.old/dav/common/wdcal_edit.inc.php:478 -msgid "Hours" -msgstr "Horas" - -#: ../../addon/dav/common/wdcal_edit.inc.php:479 -#: ../../addon.old/dav/common/wdcal_edit.inc.php:479 -msgid "Minutes" -msgstr "Minutos" - -#: ../../addon/dav/common/wdcal_edit.inc.php:480 -#: ../../addon.old/dav/common/wdcal_edit.inc.php:480 -msgid "Seconds" -msgstr "Segundos" - -#: ../../addon/dav/common/wdcal_edit.inc.php:482 -#: ../../addon.old/dav/common/wdcal_edit.inc.php:482 -msgid "Weeks" -msgstr "Semanas" - -#: ../../addon/dav/common/wdcal_edit.inc.php:485 -#: ../../addon.old/dav/common/wdcal_edit.inc.php:485 -msgid "before the" -msgstr "antes do" - -#: ../../addon/dav/common/wdcal_edit.inc.php:486 -#: ../../addon.old/dav/common/wdcal_edit.inc.php:486 -msgid "start of the event" -msgstr "início do evento" - -#: ../../addon/dav/common/wdcal_edit.inc.php:487 -#: ../../addon.old/dav/common/wdcal_edit.inc.php:487 -msgid "end of the event" -msgstr "fim do evento" - -#: ../../addon/dav/common/wdcal_edit.inc.php:492 -#: ../../addon.old/dav/common/wdcal_edit.inc.php:492 -msgid "Add a notification" -msgstr "Adicionar uma notificação" - -#: ../../addon/dav/common/wdcal_edit.inc.php:687 -#: ../../addon.old/dav/common/wdcal_edit.inc.php:687 -msgid "The event #name# will start at #date" -msgstr "O evento #name# iniciará em #date" - -#: ../../addon/dav/common/wdcal_edit.inc.php:696 -#: ../../addon.old/dav/common/wdcal_edit.inc.php:696 -msgid "#name# is about to begin." -msgstr "#name# está prestes a começar." - -#: ../../addon/dav/common/wdcal_edit.inc.php:769 -#: ../../addon.old/dav/common/wdcal_edit.inc.php:769 -msgid "Saved" -msgstr "Salvo" - -#: ../../addon/dav/common/wdcal_configuration.php:148 -#: ../../addon.old/dav/common/wdcal_configuration.php:148 -msgid "U.S. Time Format (mm/dd/YYYY)" -msgstr "Formato de data estadunidense (mm/dd/YYYY)" - -#: ../../addon/dav/common/wdcal_configuration.php:243 -#: ../../addon.old/dav/common/wdcal_configuration.php:243 -msgid "German Time Format (dd.mm.YYYY)" -msgstr "Formato de data alemão (dd.mm.YYYY)" - -#: ../../addon/dav/common/dav_caldav_backend_private.inc.php:39 -#: ../../addon.old/dav/common/dav_caldav_backend_private.inc.php:39 -msgid "Private Events" -msgstr "Eventos privados" - -#: ../../addon/dav/common/dav_carddav_backend_private.inc.php:46 -#: ../../addon.old/dav/common/dav_carddav_backend_private.inc.php:46 -msgid "Private Addressbooks" -msgstr "Livros de endereço privados" - -#: ../../addon/dav/friendica/dav_caldav_backend_virtual_friendica.inc.php:36 -#: ../../addon.old/dav/friendica/dav_caldav_backend_virtual_friendica.inc.php:36 -msgid "Friendica-Native events" -msgstr "Eventos nativos do Friendica" - -#: ../../addon/dav/friendica/dav_carddav_backend_virtual_friendica.inc.php:36 -#: ../../addon/dav/friendica/dav_carddav_backend_virtual_friendica.inc.php:59 -#: ../../addon.old/dav/friendica/dav_carddav_backend_virtual_friendica.inc.php:36 -#: ../../addon.old/dav/friendica/dav_carddav_backend_virtual_friendica.inc.php:59 -msgid "Friendica-Contacts" -msgstr "Contatos Friendica" - -#: ../../addon/dav/friendica/dav_carddav_backend_virtual_friendica.inc.php:60 -#: ../../addon.old/dav/friendica/dav_carddav_backend_virtual_friendica.inc.php:60 -msgid "Your Friendica-Contacts" -msgstr "Seus contatos Friendica" - -#: ../../addon/dav/friendica/layout.fnk.php:99 -#: ../../addon/dav/friendica/layout.fnk.php:136 -#: ../../addon.old/dav/friendica/layout.fnk.php:99 -#: ../../addon.old/dav/friendica/layout.fnk.php:136 -msgid "" -"Something went wrong when trying to import the file. Sorry. Maybe some " -"events were imported anyway." -msgstr "" - -#: ../../addon/dav/friendica/layout.fnk.php:131 -#: ../../addon.old/dav/friendica/layout.fnk.php:131 -msgid "Something went wrong when trying to import the file. Sorry." -msgstr "" - -#: ../../addon/dav/friendica/layout.fnk.php:134 -#: ../../addon.old/dav/friendica/layout.fnk.php:134 -msgid "The ICS-File has been imported." -msgstr "O arquivo ICS foi importado." - -#: ../../addon/dav/friendica/layout.fnk.php:138 -#: ../../addon.old/dav/friendica/layout.fnk.php:138 -msgid "No file was uploaded." -msgstr "Não foi enviado nenhum arquivo." - -#: ../../addon/dav/friendica/layout.fnk.php:147 -#: ../../addon.old/dav/friendica/layout.fnk.php:147 -msgid "Import a ICS-file" -msgstr "Importar um arquivo ICS" - -#: ../../addon/dav/friendica/layout.fnk.php:150 -#: ../../addon.old/dav/friendica/layout.fnk.php:150 -msgid "ICS-File" -msgstr "Arquivo ICS" - -#: ../../addon/dav/friendica/layout.fnk.php:151 -#: ../../addon.old/dav/friendica/layout.fnk.php:151 -msgid "Overwrite all #num# existing events" -msgstr "Sobrescrever todos os #num# eventos existentes" - -#: ../../addon/dav/friendica/layout.fnk.php:228 -#: ../../addon.old/dav/friendica/layout.fnk.php:228 -msgid "New event" -msgstr "Novo evento" - -#: ../../addon/dav/friendica/layout.fnk.php:232 -#: ../../addon.old/dav/friendica/layout.fnk.php:232 -msgid "Today" -msgstr "Hoje" - -#: ../../addon/dav/friendica/layout.fnk.php:241 -#: ../../addon.old/dav/friendica/layout.fnk.php:241 -msgid "Day" -msgstr "Dia" - -#: ../../addon/dav/friendica/layout.fnk.php:248 -#: ../../addon.old/dav/friendica/layout.fnk.php:248 -msgid "Week" -msgstr "Semana" - -#: ../../addon/dav/friendica/layout.fnk.php:260 -#: ../../addon.old/dav/friendica/layout.fnk.php:260 -msgid "Reload" -msgstr "" - -#: ../../addon/dav/friendica/layout.fnk.php:271 -#: ../../addon.old/dav/friendica/layout.fnk.php:271 -msgid "Date" -msgstr "Data" - -#: ../../addon/dav/friendica/layout.fnk.php:313 -#: ../../addon.old/dav/friendica/layout.fnk.php:313 -msgid "Error" -msgstr "Erro" - -#: ../../addon/dav/friendica/layout.fnk.php:380 -#: ../../addon.old/dav/friendica/layout.fnk.php:380 -msgid "The calendar has been updated." -msgstr "A agenda foi atualizada." - -#: ../../addon/dav/friendica/layout.fnk.php:393 -#: ../../addon.old/dav/friendica/layout.fnk.php:393 -msgid "The new calendar has been created." -msgstr "A nova agenda foi criada." - -#: ../../addon/dav/friendica/layout.fnk.php:417 -#: ../../addon.old/dav/friendica/layout.fnk.php:417 -msgid "The calendar has been deleted." -msgstr "A agenda foi excluída." - -#: ../../addon/dav/friendica/layout.fnk.php:424 -#: ../../addon.old/dav/friendica/layout.fnk.php:424 -msgid "Calendar Settings" -msgstr "Configurações da agenda" - -#: ../../addon/dav/friendica/layout.fnk.php:430 -#: ../../addon.old/dav/friendica/layout.fnk.php:430 -msgid "Date format" -msgstr "Formato da data" - -#: ../../addon/dav/friendica/layout.fnk.php:439 -#: ../../addon.old/dav/friendica/layout.fnk.php:439 -msgid "Time zone" -msgstr "Fuso horário" - -#: ../../addon/dav/friendica/layout.fnk.php:445 -#: ../../addon.old/dav/friendica/layout.fnk.php:445 -msgid "Calendars" -msgstr "Agendas" - -#: ../../addon/dav/friendica/layout.fnk.php:487 -#: ../../addon.old/dav/friendica/layout.fnk.php:487 -msgid "Create a new calendar" -msgstr "Criar uma nova agenda" - -#: ../../addon/dav/friendica/layout.fnk.php:496 -#: ../../addon.old/dav/friendica/layout.fnk.php:496 -msgid "Limitations" -msgstr "Limitações" - -#: ../../addon/dav/friendica/layout.fnk.php:500 -#: ../../addon/libravatar/libravatar.php:82 -#: ../../addon.old/dav/friendica/layout.fnk.php:500 -#: ../../addon.old/libravatar/libravatar.php:82 -msgid "Warning" -msgstr "Aviso" - -#: ../../addon/dav/friendica/layout.fnk.php:504 -#: ../../addon.old/dav/friendica/layout.fnk.php:504 -msgid "Synchronization (iPhone, Thunderbird Lightning, Android, ...)" -msgstr "Sincronização (iPhone, Thunderbird Lightning, Android, ...)" - -#: ../../addon/dav/friendica/layout.fnk.php:511 -#: ../../addon.old/dav/friendica/layout.fnk.php:511 -msgid "Synchronizing this calendar with the iPhone" -msgstr "Sincronização desta agenda com o iPhone" - -#: ../../addon/dav/friendica/layout.fnk.php:522 -#: ../../addon.old/dav/friendica/layout.fnk.php:522 -msgid "Synchronizing your Friendica-Contacts with the iPhone" -msgstr "Sincronização dos seus contatos Friendica com o iPhone" - -#: ../../addon/dav/friendica/main.php:202 -#: ../../addon.old/dav/friendica/main.php:202 -msgid "" -"The current version of this plugin has not been set up correctly. Please " -"contact the system administrator of your installation of friendica to fix " -"this." -msgstr "" - -#: ../../addon/dav/friendica/main.php:242 -#: ../../addon.old/dav/friendica/main.php:242 -msgid "Extended calendar with CalDAV-support" -msgstr "" - -#: ../../addon/dav/friendica/main.php:279 -#: ../../addon/dav/friendica/main.php:280 ../../include/delivery.php:464 -#: ../../include/enotify.php:28 ../../include/notifier.php:778 -#: ../../addon.old/dav/friendica/main.php:279 -#: ../../addon.old/dav/friendica/main.php:280 -msgid "noreply" -msgstr "naoresponda" - -#: ../../addon/dav/friendica/main.php:282 -#: ../../addon.old/dav/friendica/main.php:282 -msgid "Notification: " -msgstr "Notificação:" - -#: ../../addon/dav/friendica/main.php:309 -#: ../../addon.old/dav/friendica/main.php:309 -msgid "The database tables have been installed." -msgstr "As tabelas do banco de dados foram instaladas." - -#: ../../addon/dav/friendica/main.php:310 -#: ../../addon.old/dav/friendica/main.php:310 -msgid "An error occurred during the installation." -msgstr "Ocorreu um erro durante a instalação." - -#: ../../addon/dav/friendica/main.php:316 -#: ../../addon.old/dav/friendica/main.php:316 -msgid "The database tables have been updated." -msgstr "As tabelas do banco de dados foram atualizadas." - -#: ../../addon/dav/friendica/main.php:317 -#: ../../addon.old/dav/friendica/main.php:317 -msgid "An error occurred during the update." -msgstr "Ocorreu um erro durante a atualização." - -#: ../../addon/dav/friendica/main.php:333 -#: ../../addon.old/dav/friendica/main.php:333 -msgid "No system-wide settings yet." -msgstr "Ainda não existe nenhuma configuração global do sistema." - -#: ../../addon/dav/friendica/main.php:336 -#: ../../addon.old/dav/friendica/main.php:336 -msgid "Database status" -msgstr "Situação do banco de dados" - -#: ../../addon/dav/friendica/main.php:339 -#: ../../addon.old/dav/friendica/main.php:339 -msgid "Installed" -msgstr "Instalado" - -#: ../../addon/dav/friendica/main.php:343 -#: ../../addon.old/dav/friendica/main.php:343 -msgid "Upgrade needed" -msgstr "É necessária uma atualização" - -#: ../../addon/dav/friendica/main.php:343 -#: ../../addon.old/dav/friendica/main.php:343 -msgid "" -"Please back up all calendar data (the tables beginning with dav_*) before " -"proceeding. While all calendar events should be converted to the new " -"database structure, it's always safe to have a backup. Below, you can have a" -" look at the database-queries that will be made when pressing the " -"'update'-button." -msgstr "" - -#: ../../addon/dav/friendica/main.php:343 -#: ../../addon.old/dav/friendica/main.php:343 -msgid "Upgrade" -msgstr "Atualizar" - -#: ../../addon/dav/friendica/main.php:346 -#: ../../addon.old/dav/friendica/main.php:346 -msgid "Not installed" -msgstr "Não instalado" - -#: ../../addon/dav/friendica/main.php:346 -#: ../../addon.old/dav/friendica/main.php:346 -msgid "Install" -msgstr "Instalar" - -#: ../../addon/dav/friendica/main.php:350 -#: ../../addon.old/dav/friendica/main.php:350 -msgid "Unknown" -msgstr "Desconhecido" - -#: ../../addon/dav/friendica/main.php:350 -#: ../../addon.old/dav/friendica/main.php:350 -msgid "" -"Something really went wrong. I cannot recover from this state automatically," -" sorry. Please go to the database backend, back up the data, and delete all " -"tables beginning with 'dav_' manually. Afterwards, this installation routine" -" should be able to reinitialize the tables automatically." -msgstr "" - -#: ../../addon/dav/friendica/main.php:355 -#: ../../addon.old/dav/friendica/main.php:355 -msgid "Troubleshooting" -msgstr "" - -#: ../../addon/dav/friendica/main.php:356 -#: ../../addon.old/dav/friendica/main.php:356 -msgid "Manual creation of the database tables:" -msgstr "Criação manual das tabelas do banco de dados:" - -#: ../../addon/dav/friendica/main.php:357 -#: ../../addon.old/dav/friendica/main.php:357 -msgid "Show SQL-statements" -msgstr "" - -#: ../../addon/dav/friendica/calendar.friendica.fnk.php:206 -#: ../../addon.old/dav/friendica/calendar.friendica.fnk.php:206 -msgid "Private Calendar" -msgstr "Agenda privada" - -#: ../../addon/dav/friendica/calendar.friendica.fnk.php:207 -#: ../../addon.old/dav/friendica/calendar.friendica.fnk.php:207 -msgid "Friendica Events: Mine" -msgstr "Eventos Friendica: Meus" - -#: ../../addon/dav/friendica/calendar.friendica.fnk.php:208 -#: ../../addon.old/dav/friendica/calendar.friendica.fnk.php:208 -msgid "Friendica Events: Contacts" -msgstr "Eventos Friendica: Contatos" - -#: ../../addon/dav/friendica/calendar.friendica.fnk.php:248 -#: ../../addon.old/dav/friendica/calendar.friendica.fnk.php:248 -msgid "Private Addresses" -msgstr "Endereços privados" - -#: ../../addon/dav/friendica/calendar.friendica.fnk.php:249 -#: ../../addon.old/dav/friendica/calendar.friendica.fnk.php:249 -msgid "Friendica Contacts" -msgstr "Contatos Friendica" - -#: ../../addon/uhremotestorage/uhremotestorage.php:84 -#: ../../addon.old/uhremotestorage/uhremotestorage.php:84 -#, php-format -msgid "" -"Allow to use your friendica id (%s) to connecto to external unhosted-enabled" -" storage (like ownCloud). See RemoteStorage" -" WebFinger" -msgstr "Permite o uso do id friendica (%s) para conectar ao armazenamento tipo unhosted externo (ex: ownCloud). Veja RemoteStorage WebFinger" - -#: ../../addon/uhremotestorage/uhremotestorage.php:85 -#: ../../addon.old/uhremotestorage/uhremotestorage.php:85 -msgid "Template URL (with {category})" -msgstr "URL do Template (com {category})" - -#: ../../addon/uhremotestorage/uhremotestorage.php:86 -#: ../../addon.old/uhremotestorage/uhremotestorage.php:86 -msgid "OAuth end-point" -msgstr "OAuth terminal" - -#: ../../addon/uhremotestorage/uhremotestorage.php:87 -#: ../../addon.old/uhremotestorage/uhremotestorage.php:87 -msgid "Api" -msgstr "Api" - -#: ../../addon/membersince/membersince.php:18 -#: ../../addon.old/membersince/membersince.php:18 -msgid "Member since:" -msgstr "Membro desde:" - -#: ../../addon/tictac/tictac.php:20 ../../addon.old/tictac/tictac.php:20 -msgid "Three Dimensional Tic-Tac-Toe" -msgstr "Jogo da Velha tridimensional" - -#: ../../addon/tictac/tictac.php:53 ../../addon.old/tictac/tictac.php:53 -msgid "3D Tic-Tac-Toe" -msgstr "Jogo da Velha 3D" - -#: ../../addon/tictac/tictac.php:58 ../../addon.old/tictac/tictac.php:58 -msgid "New game" -msgstr "Novo jogo" - -#: ../../addon/tictac/tictac.php:59 ../../addon.old/tictac/tictac.php:59 -msgid "New game with handicap" -msgstr "Novo jogo com limitador" - -#: ../../addon/tictac/tictac.php:60 ../../addon.old/tictac/tictac.php:60 -msgid "" -"Three dimensional tic-tac-toe is just like the traditional game except that " -"it is played on multiple levels simultaneously. " -msgstr "O Jogo da Velha tridimensional é similar ao jogo tradicional, com a exceção que ele é jogado simultaneamente em múltiplos níveis." - -#: ../../addon/tictac/tictac.php:61 ../../addon.old/tictac/tictac.php:61 -msgid "" -"In this case there are three levels. You win by getting three in a row on " -"any level, as well as up, down, and diagonally across the different levels." -msgstr "Neste caso, existem três níveis. Ganha quem conseguir alinhar três casas, não só no mesmo nível como também pra cima, pra baixo ou na diagonal entre os níveis." - -#: ../../addon/tictac/tictac.php:63 ../../addon.old/tictac/tictac.php:63 -msgid "" -"The handicap game disables the center position on the middle level because " -"the player claiming this square often has an unfair advantage." -msgstr "O jogo com limitador desabilita a posição central do nível do meio, uma vez que o jogador que obtém essa casa ganha uma vantagem desleal." - -#: ../../addon/tictac/tictac.php:182 ../../addon.old/tictac/tictac.php:182 -msgid "You go first..." -msgstr "Você começa..." - -#: ../../addon/tictac/tictac.php:187 ../../addon.old/tictac/tictac.php:187 -msgid "I'm going first this time..." -msgstr "Eu vou começar desta vez..." - -#: ../../addon/tictac/tictac.php:193 ../../addon.old/tictac/tictac.php:193 -msgid "You won!" -msgstr "Você ganhou!" - -#: ../../addon/tictac/tictac.php:199 ../../addon/tictac/tictac.php:224 -#: ../../addon.old/tictac/tictac.php:199 ../../addon.old/tictac/tictac.php:224 -msgid "\"Cat\" game!" -msgstr "Empatamos!" - -#: ../../addon/tictac/tictac.php:222 ../../addon.old/tictac/tictac.php:222 -msgid "I won!" -msgstr "Eu ganhei!" - -#: ../../addon/randplace/randplace.php:169 -#: ../../addon.old/randplace/randplace.php:169 -msgid "Randplace Settings" -msgstr "Configurações do Randplace" - -#: ../../addon/randplace/randplace.php:171 -#: ../../addon.old/randplace/randplace.php:171 -msgid "Enable Randplace Plugin" -msgstr "Habilitar o plugin Randplace" - -#: ../../addon/dwpost/dwpost.php:39 ../../addon.old/dwpost/dwpost.php:39 -msgid "Post to Dreamwidth" -msgstr "Publicar no Dreamwidth" - -#: ../../addon/dwpost/dwpost.php:70 ../../addon.old/dwpost/dwpost.php:70 -msgid "Dreamwidth Post Settings" -msgstr "Configurações de publicação no Dreamwidth" - -#: ../../addon/dwpost/dwpost.php:72 ../../addon.old/dwpost/dwpost.php:72 -msgid "Enable dreamwidth Post Plugin" -msgstr "Habilitar o plugin de publicação no Dreamwidth" - -#: ../../addon/dwpost/dwpost.php:77 ../../addon.old/dwpost/dwpost.php:77 -msgid "dreamwidth username" -msgstr "Nome de usuário do Dreamwidth" - -#: ../../addon/dwpost/dwpost.php:82 ../../addon.old/dwpost/dwpost.php:82 -msgid "dreamwidth password" -msgstr "Senha do Dreamwidth" - -#: ../../addon/dwpost/dwpost.php:87 ../../addon.old/dwpost/dwpost.php:87 -msgid "Post to dreamwidth by default" -msgstr "Publicar no Dreamwidth por padrão" - -#: ../../addon/remote_permissions/remote_permissions.php:44 -msgid "Remote Permissions Settings" -msgstr "" - -#: ../../addon/remote_permissions/remote_permissions.php:45 -msgid "" -"Allow recipients of your private posts to see the other recipients of the " -"posts" -msgstr "" - -#: ../../addon/remote_permissions/remote_permissions.php:57 -msgid "Remote Permissions settings updated." -msgstr "" - -#: ../../addon/remote_permissions/remote_permissions.php:177 -msgid "Visible to" -msgstr "" - -#: ../../addon/remote_permissions/remote_permissions.php:177 -msgid "may only be a partial list" -msgstr "" - -#: ../../addon/remote_permissions/remote_permissions.php:196 -msgid "Global" -msgstr "" - -#: ../../addon/remote_permissions/remote_permissions.php:196 -msgid "The posts of every user on this server show the post recipients" -msgstr "" - -#: ../../addon/remote_permissions/remote_permissions.php:197 -msgid "Individual" -msgstr "" - -#: ../../addon/remote_permissions/remote_permissions.php:197 -msgid "Each user chooses whether his/her posts show the post recipients" -msgstr "" - -#: ../../addon/startpage/startpage.php:83 -#: ../../addon.old/startpage/startpage.php:83 -msgid "Startpage Settings" -msgstr "Configurações da página inicial" - -#: ../../addon/startpage/startpage.php:85 -#: ../../addon.old/startpage/startpage.php:85 -msgid "Home page to load after login - leave blank for profile wall" -msgstr "Página a ser carregada após a autenticação - deixe em branco para o mural do perfil" - -#: ../../addon/startpage/startpage.php:88 -#: ../../addon.old/startpage/startpage.php:88 -msgid "Examples: "network" or "notifications/system"" -msgstr "Exemplos: "network" or "notifications/system"" - -#: ../../addon/geonames/geonames.php:143 -#: ../../addon.old/geonames/geonames.php:143 -msgid "Geonames settings updated." -msgstr "Configurações Geonames atualizadas." - -#: ../../addon/geonames/geonames.php:179 -#: ../../addon.old/geonames/geonames.php:179 -msgid "Geonames Settings" -msgstr "Configurações Geonames" - -#: ../../addon/geonames/geonames.php:181 -#: ../../addon.old/geonames/geonames.php:181 -msgid "Enable Geonames Plugin" -msgstr "Plugin Geonames Habilitado" - -#: ../../addon/public_server/public_server.php:126 -#: ../../addon/testdrive/testdrive.php:94 -#: ../../addon.old/public_server/public_server.php:126 -#: ../../addon.old/testdrive/testdrive.php:94 -#, php-format -msgid "Your account on %s will expire in a few days." -msgstr "Sua conta em %s expirará em poucos dias." - -#: ../../addon/public_server/public_server.php:127 -#: ../../addon.old/public_server/public_server.php:127 -msgid "Your Friendica account is about to expire." -msgstr "" - -#: ../../addon/public_server/public_server.php:128 -#: ../../addon.old/public_server/public_server.php:128 -#, php-format -msgid "" -"Hi %1$s,\n" -"\n" -"Your account on %2$s will expire in less than five days. You may keep your account by logging in at least once every 30 days" -msgstr "" - -#: ../../addon/js_upload/js_upload.php:43 -#: ../../addon.old/js_upload/js_upload.php:43 -msgid "Upload a file" -msgstr "Enviar um arquivo" - -#: ../../addon/js_upload/js_upload.php:44 -#: ../../addon.old/js_upload/js_upload.php:44 -msgid "Drop files here to upload" -msgstr "Solte os arquivos a serem enviados aqui" - -#: ../../addon/js_upload/js_upload.php:46 -#: ../../addon.old/js_upload/js_upload.php:46 -msgid "Failed" -msgstr "Falhou" - -#: ../../addon/js_upload/js_upload.php:303 -#: ../../addon.old/js_upload/js_upload.php:297 -msgid "No files were uploaded." -msgstr "Nenhum arquivo foi enviado." - -#: ../../addon/js_upload/js_upload.php:309 -#: ../../addon.old/js_upload/js_upload.php:303 -msgid "Uploaded file is empty" -msgstr "O arquivo enviado está em branco" - -#: ../../addon/js_upload/js_upload.php:332 -#: ../../addon.old/js_upload/js_upload.php:326 -msgid "File has an invalid extension, it should be one of " -msgstr "O arquivo possui uma extensão inválida, são aceitas somente " - -#: ../../addon/js_upload/js_upload.php:343 -#: ../../addon.old/js_upload/js_upload.php:337 -msgid "Upload was cancelled, or server error encountered" -msgstr "O envio foi cancelado ou ocorreu algum erro no servidor" - -#: ../../addon/forumlist/forumlist.php:63 -#: ../../addon.old/forumlist/forumlist.php:63 -msgid "show/hide" -msgstr "" - -#: ../../addon/forumlist/forumlist.php:77 -#: ../../addon.old/forumlist/forumlist.php:77 -msgid "No forum subscriptions" -msgstr "" - -#: ../../addon/forumlist/forumlist.php:131 -#: ../../addon.old/forumlist/forumlist.php:131 -msgid "Forumlist settings updated." -msgstr "" - -#: ../../addon/forumlist/forumlist.php:159 -#: ../../addon.old/forumlist/forumlist.php:159 -msgid "Forumlist Settings" -msgstr "" - -#: ../../addon/forumlist/forumlist.php:161 -#: ../../addon.old/forumlist/forumlist.php:161 -msgid "Randomise forum list" -msgstr "" - -#: ../../addon/forumlist/forumlist.php:164 -#: ../../addon.old/forumlist/forumlist.php:164 -msgid "Show forums on profile page" -msgstr "" - -#: ../../addon/forumlist/forumlist.php:167 -#: ../../addon.old/forumlist/forumlist.php:167 -msgid "Show forums on network page" -msgstr "" - -#: ../../addon/impressum/impressum.php:37 -#: ../../addon.old/impressum/impressum.php:37 -msgid "Impressum" -msgstr "Impressum" - -#: ../../addon/impressum/impressum.php:50 -#: ../../addon/impressum/impressum.php:52 -#: ../../addon/impressum/impressum.php:84 -#: ../../addon.old/impressum/impressum.php:50 -#: ../../addon.old/impressum/impressum.php:52 -#: ../../addon.old/impressum/impressum.php:84 -msgid "Site Owner" -msgstr "Responsável pelo site" - -#: ../../addon/impressum/impressum.php:50 -#: ../../addon/impressum/impressum.php:88 -#: ../../addon.old/impressum/impressum.php:50 -#: ../../addon.old/impressum/impressum.php:88 -msgid "Email Address" -msgstr "Endereço de e-mail" - -#: ../../addon/impressum/impressum.php:55 -#: ../../addon/impressum/impressum.php:86 -#: ../../addon.old/impressum/impressum.php:55 -#: ../../addon.old/impressum/impressum.php:86 -msgid "Postal Address" -msgstr "Endereço postal" - -#: ../../addon/impressum/impressum.php:61 -#: ../../addon.old/impressum/impressum.php:61 -msgid "" -"The impressum addon needs to be configured!
Please add at least the " -"owner variable to your config file. For other variables please " -"refer to the README file of the addon." -msgstr "O complemento Impressum necessita ser configurado!
Por favor, adicione ao menos o nome do responsável ao arquivo de configuração. Para outras informações, por favor, consulte o arquivo README do complemento." - -#: ../../addon/impressum/impressum.php:84 -#: ../../addon.old/impressum/impressum.php:84 -msgid "The page operators name." -msgstr "O nome da página operadores" - -#: ../../addon/impressum/impressum.php:85 -#: ../../addon.old/impressum/impressum.php:85 -msgid "Site Owners Profile" -msgstr "Perfil do responsável pelo site" - -#: ../../addon/impressum/impressum.php:85 -#: ../../addon.old/impressum/impressum.php:85 -msgid "Profile address of the operator." -msgstr "Endereço do perfil do operador" - -#: ../../addon/impressum/impressum.php:86 -#: ../../addon.old/impressum/impressum.php:86 -msgid "How to contact the operator via snail mail. You can use BBCode here." -msgstr "" - -#: ../../addon/impressum/impressum.php:87 -#: ../../addon.old/impressum/impressum.php:87 -msgid "Notes" -msgstr "Notas" - -#: ../../addon/impressum/impressum.php:87 -#: ../../addon.old/impressum/impressum.php:87 -msgid "" -"Additional notes that are displayed beneath the contact information. You can" -" use BBCode here." -msgstr "" - -#: ../../addon/impressum/impressum.php:88 -#: ../../addon.old/impressum/impressum.php:88 -msgid "How to contact the operator via email. (will be displayed obfuscated)" -msgstr "Como entrar em contato com o operador por e-mail. (não será mostrado)" - -#: ../../addon/impressum/impressum.php:89 -#: ../../addon.old/impressum/impressum.php:89 -msgid "Footer note" -msgstr "Nota de rodapé" - -#: ../../addon/impressum/impressum.php:89 -#: ../../addon.old/impressum/impressum.php:89 -msgid "Text for the footer. You can use BBCode here." -msgstr "" - -#: ../../addon/buglink/buglink.php:15 ../../addon.old/buglink/buglink.php:15 -msgid "Report Bug" -msgstr "Relate um Bug" - -#: ../../addon/notimeline/notimeline.php:32 -#: ../../addon.old/notimeline/notimeline.php:32 -msgid "No Timeline settings updated." -msgstr "" - -#: ../../addon/notimeline/notimeline.php:56 -#: ../../addon.old/notimeline/notimeline.php:56 -msgid "No Timeline Settings" -msgstr "" - -#: ../../addon/notimeline/notimeline.php:58 -#: ../../addon.old/notimeline/notimeline.php:58 -msgid "Disable Archive selector on profile wall" -msgstr "" - -#: ../../addon/blockem/blockem.php:51 ../../addon.old/blockem/blockem.php:51 -msgid "\"Blockem\" Settings" -msgstr "Configurações \"Blockem\"" - -#: ../../addon/blockem/blockem.php:53 ../../addon.old/blockem/blockem.php:53 -msgid "Comma separated profile URLS to block" -msgstr "URLS de perfis separados por vírgulas a serem bloqueados" - -#: ../../addon/blockem/blockem.php:70 ../../addon.old/blockem/blockem.php:70 -msgid "BLOCKEM Settings saved." -msgstr "Configurações BLOCKEM armazenadas." - -#: ../../addon/blockem/blockem.php:105 ../../addon.old/blockem/blockem.php:105 -#, php-format -msgid "Blocked %s - Click to open/close" -msgstr "Bloqueado %s - Clique para abrir/fechar" - -#: ../../addon/blockem/blockem.php:160 ../../addon.old/blockem/blockem.php:160 -msgid "Unblock Author" -msgstr "Desbloqueie Autor" - -#: ../../addon/blockem/blockem.php:162 ../../addon.old/blockem/blockem.php:162 -msgid "Block Author" -msgstr "Bloqueie Autor" - -#: ../../addon/blockem/blockem.php:194 ../../addon.old/blockem/blockem.php:194 -msgid "blockem settings updated" -msgstr "configurações blockem atualizadas" - -#: ../../addon/qcomment/qcomment.php:51 -#: ../../addon.old/qcomment/qcomment.php:51 -msgid ":-)" -msgstr ":-)" - -#: ../../addon/qcomment/qcomment.php:51 -#: ../../addon.old/qcomment/qcomment.php:51 -msgid ":-(" -msgstr ":-(" - -#: ../../addon/qcomment/qcomment.php:51 -#: ../../addon.old/qcomment/qcomment.php:51 -msgid "lol" -msgstr "lol" - -#: ../../addon/qcomment/qcomment.php:54 -#: ../../addon.old/qcomment/qcomment.php:54 -msgid "Quick Comment Settings" -msgstr "Configurações de Comentários Rápidos" - -#: ../../addon/qcomment/qcomment.php:56 -#: ../../addon.old/qcomment/qcomment.php:56 -msgid "" -"Quick comments are found near comment boxes, sometimes hidden. Click them to" -" provide simple replies." -msgstr "Comentários rápidos são encontrados próximos às caixas de comentários, algumas vezes ocultos. Clique neles para produzir respostas simples." - -#: ../../addon/qcomment/qcomment.php:57 -#: ../../addon.old/qcomment/qcomment.php:57 -msgid "Enter quick comments, one per line" -msgstr "Digite comentários rápidos, um por linha" - -#: ../../addon/qcomment/qcomment.php:75 -#: ../../addon.old/qcomment/qcomment.php:75 -msgid "Quick Comment settings saved." -msgstr "As configurações de comentários rápidos foram salvas." - -#: ../../addon/openstreetmap/openstreetmap.php:71 -#: ../../addon.old/openstreetmap/openstreetmap.php:71 -msgid "Tile Server URL" -msgstr "" - -#: ../../addon/openstreetmap/openstreetmap.php:71 -#: ../../addon.old/openstreetmap/openstreetmap.php:71 -msgid "" -"A list of public tile servers" -msgstr "" - -#: ../../addon/openstreetmap/openstreetmap.php:72 -#: ../../addon.old/openstreetmap/openstreetmap.php:72 -msgid "Default zoom" -msgstr "Zoom padrão" - -#: ../../addon/openstreetmap/openstreetmap.php:72 -#: ../../addon.old/openstreetmap/openstreetmap.php:72 -msgid "The default zoom level. (1:world, 18:highest)" -msgstr "O nível padrão de zoom. (1:mundo, 18:máximo) " - -#: ../../addon/group_text/group_text.php:46 -#: ../../addon/editplain/editplain.php:46 -#: ../../addon.old/group_text/group_text.php:46 -#: ../../addon.old/editplain/editplain.php:46 -msgid "Editplain settings updated." -msgstr "Configurações Editplain atualizadas." - -#: ../../addon/group_text/group_text.php:76 -#: ../../addon.old/group_text/group_text.php:76 -msgid "Group Text" -msgstr "" - -#: ../../addon/group_text/group_text.php:78 -#: ../../addon.old/group_text/group_text.php:78 -msgid "Use a text only (non-image) group selector in the \"group edit\" menu" -msgstr "" - -#: ../../addon/libravatar/libravatar.php:14 -#: ../../addon.old/libravatar/libravatar.php:14 -msgid "Could NOT install Libravatar successfully.
It requires PHP >= 5.3" -msgstr "" - -#: ../../addon/libravatar/libravatar.php:73 -#: ../../addon/gravatar/gravatar.php:71 -#: ../../addon.old/libravatar/libravatar.php:73 -#: ../../addon.old/gravatar/gravatar.php:71 -msgid "generic profile image" -msgstr "Imagem genérica de perfil" - -#: ../../addon/libravatar/libravatar.php:74 -#: ../../addon/gravatar/gravatar.php:72 -#: ../../addon.old/libravatar/libravatar.php:74 -#: ../../addon.old/gravatar/gravatar.php:72 -msgid "random geometric pattern" -msgstr "Padrão geométrico randômico" - -#: ../../addon/libravatar/libravatar.php:75 -#: ../../addon/gravatar/gravatar.php:73 -#: ../../addon.old/libravatar/libravatar.php:75 -#: ../../addon.old/gravatar/gravatar.php:73 -msgid "monster face" -msgstr "cara de monstro" - -#: ../../addon/libravatar/libravatar.php:76 -#: ../../addon/gravatar/gravatar.php:74 -#: ../../addon.old/libravatar/libravatar.php:76 -#: ../../addon.old/gravatar/gravatar.php:74 -msgid "computer generated face" -msgstr "face gerada por computador" - -#: ../../addon/libravatar/libravatar.php:77 -#: ../../addon/gravatar/gravatar.php:75 -#: ../../addon.old/libravatar/libravatar.php:77 -#: ../../addon.old/gravatar/gravatar.php:75 -msgid "retro arcade style face" -msgstr "estilo de face arcade retrô" - -#: ../../addon/libravatar/libravatar.php:83 -#: ../../addon.old/libravatar/libravatar.php:83 -#, php-format -msgid "Your PHP version %s is lower than the required PHP >= 5.3." -msgstr "" - -#: ../../addon/libravatar/libravatar.php:84 -#: ../../addon.old/libravatar/libravatar.php:84 -msgid "This addon is not functional on your server." -msgstr "" - -#: ../../addon/libravatar/libravatar.php:93 -#: ../../addon/gravatar/gravatar.php:89 -#: ../../addon.old/libravatar/libravatar.php:93 -#: ../../addon.old/gravatar/gravatar.php:89 -msgid "Information" -msgstr "" - -#: ../../addon/libravatar/libravatar.php:93 -#: ../../addon.old/libravatar/libravatar.php:93 -msgid "" -"Gravatar addon is installed. Please disable the Gravatar addon.
The " -"Libravatar addon will fall back to Gravatar if nothing was found at " -"Libravatar." -msgstr "" - -#: ../../addon/libravatar/libravatar.php:100 -#: ../../addon/gravatar/gravatar.php:96 -#: ../../addon.old/libravatar/libravatar.php:100 -#: ../../addon.old/gravatar/gravatar.php:96 -msgid "Default avatar image" -msgstr "Imagem padrão do Avatar " - -#: ../../addon/libravatar/libravatar.php:100 -#: ../../addon.old/libravatar/libravatar.php:100 -msgid "Select default avatar image if none was found. See README" -msgstr "" - -#: ../../addon/libravatar/libravatar.php:112 -#: ../../addon.old/libravatar/libravatar.php:112 -msgid "Libravatar settings updated." -msgstr "" - -#: ../../addon/libertree/libertree.php:36 -#: ../../addon.old/libertree/libertree.php:36 -msgid "Post to libertree" -msgstr "" - -#: ../../addon/libertree/libertree.php:67 -#: ../../addon.old/libertree/libertree.php:67 -msgid "libertree Post Settings" -msgstr "" - -#: ../../addon/libertree/libertree.php:69 -#: ../../addon.old/libertree/libertree.php:69 -msgid "Enable Libertree Post Plugin" -msgstr "" - -#: ../../addon/libertree/libertree.php:74 -#: ../../addon.old/libertree/libertree.php:74 -msgid "Libertree API token" -msgstr "" - -#: ../../addon/libertree/libertree.php:79 -#: ../../addon.old/libertree/libertree.php:79 -msgid "Libertree site URL" -msgstr "" - -#: ../../addon/libertree/libertree.php:84 -#: ../../addon.old/libertree/libertree.php:84 -msgid "Post to Libertree by default" -msgstr "" - -#: ../../addon/altpager/altpager.php:46 -#: ../../addon.old/altpager/altpager.php:46 -msgid "Altpager settings updated." -msgstr "" - -#: ../../addon/altpager/altpager.php:79 -#: ../../addon.old/altpager/altpager.php:79 -msgid "Alternate Pagination Setting" -msgstr "" - -#: ../../addon/altpager/altpager.php:81 -#: ../../addon.old/altpager/altpager.php:81 -msgid "Use links to \"newer\" and \"older\" pages in place of page numbers?" -msgstr "" - -#: ../../addon/mathjax/mathjax.php:37 ../../addon.old/mathjax/mathjax.php:37 -msgid "" -"The MathJax addon renders mathematical formulae written using the LaTeX " -"syntax surrounded by the usual $$ or an eqnarray block in the postings of " -"your wall,network tab and private mail." -msgstr "" - -#: ../../addon/mathjax/mathjax.php:38 ../../addon.old/mathjax/mathjax.php:38 -msgid "Use the MathJax renderer" -msgstr "" - -#: ../../addon/mathjax/mathjax.php:74 ../../addon.old/mathjax/mathjax.php:74 -msgid "MathJax Base URL" -msgstr "" - -#: ../../addon/mathjax/mathjax.php:74 ../../addon.old/mathjax/mathjax.php:74 -msgid "" -"The URL for the javascript file that should be included to use MathJax. Can " -"be either the MathJax CDN or another installation of MathJax." -msgstr "" - -#: ../../addon/editplain/editplain.php:76 -#: ../../addon.old/editplain/editplain.php:76 -msgid "Editplain Settings" -msgstr "Configurações Editplain" - -#: ../../addon/editplain/editplain.php:78 -#: ../../addon.old/editplain/editplain.php:78 -msgid "Disable richtext status editor" -msgstr "Disabilite o modo de edição richtext" - -#: ../../addon/gravatar/gravatar.php:89 -#: ../../addon.old/gravatar/gravatar.php:89 -msgid "" -"Libravatar addon is installed, too. Please disable Libravatar addon or this " -"Gravatar addon.
The Libravatar addon will fall back to Gravatar if " -"nothing was found at Libravatar." -msgstr "" - -#: ../../addon/gravatar/gravatar.php:96 -#: ../../addon.old/gravatar/gravatar.php:96 -msgid "Select default avatar image if none was found at Gravatar. See README" -msgstr "Selecione a imagem padrão do Avatar se nenhuma for encontrada no Gravatar. Veja o Leiame" - -#: ../../addon/gravatar/gravatar.php:97 -#: ../../addon.old/gravatar/gravatar.php:97 -msgid "Rating of images" -msgstr "Avaliação de imagens" - -#: ../../addon/gravatar/gravatar.php:97 -#: ../../addon.old/gravatar/gravatar.php:97 -msgid "Select the appropriate avatar rating for your site. See README" -msgstr "" - -#: ../../addon/gravatar/gravatar.php:111 -#: ../../addon.old/gravatar/gravatar.php:111 -msgid "Gravatar settings updated." -msgstr "Configurações do Avatar atualizadas" - -#: ../../addon/testdrive/testdrive.php:95 -#: ../../addon.old/testdrive/testdrive.php:95 -msgid "Your Friendica test account is about to expire." -msgstr "Sua conta de teste no Friendica vai expirar." - -#: ../../addon/testdrive/testdrive.php:96 -#: ../../addon.old/testdrive/testdrive.php:96 -#, php-format -msgid "" -"Hi %1$s,\n" -"\n" -"Your test account on %2$s will expire in less than five days. We hope you enjoyed this test drive and use this opportunity to find a permanent Friendica website for your integrated social communications. A list of public sites is available at http://dir.friendica.com/siteinfo - and for more information on setting up your own Friendica server please see the Friendica project website at http://friendica.com." -msgstr "" - -#: ../../addon/pageheader/pageheader.php:50 -#: ../../addon.old/pageheader/pageheader.php:50 -msgid "\"pageheader\" Settings" -msgstr "Configurações do \"pageheader\"" - -#: ../../addon/pageheader/pageheader.php:68 -#: ../../addon.old/pageheader/pageheader.php:68 -msgid "pageheader Settings saved." -msgstr "Configurações do pageheader armazenadas." - -#: ../../addon/ijpost/ijpost.php:39 ../../addon.old/ijpost/ijpost.php:39 -msgid "Post to Insanejournal" -msgstr "Publicar no InsaneJournal" - -#: ../../addon/ijpost/ijpost.php:70 ../../addon.old/ijpost/ijpost.php:70 -msgid "InsaneJournal Post Settings" -msgstr "Configurações da publicação no InsaneJournal" - -#: ../../addon/ijpost/ijpost.php:72 ../../addon.old/ijpost/ijpost.php:72 -msgid "Enable InsaneJournal Post Plugin" -msgstr "Habilitar o plugin de publicação no InsaneJournal" - -#: ../../addon/ijpost/ijpost.php:77 ../../addon.old/ijpost/ijpost.php:77 -msgid "InsaneJournal username" -msgstr "Nome de usuário do InsaneJournal" - -#: ../../addon/ijpost/ijpost.php:82 ../../addon.old/ijpost/ijpost.php:82 -msgid "InsaneJournal password" -msgstr "Senha do InsaneJournal" - -#: ../../addon/ijpost/ijpost.php:87 ../../addon.old/ijpost/ijpost.php:87 -msgid "Post to InsaneJournal by default" -msgstr "Publicar no InsaneJournal por padrão" - -#: ../../addon/jappixmini/jappixmini.php:266 -#: ../../addon.old/jappixmini/jappixmini.php:266 -msgid "Jappix Mini addon settings" -msgstr "" - -#: ../../addon/jappixmini/jappixmini.php:268 -#: ../../addon.old/jappixmini/jappixmini.php:268 -msgid "Activate addon" -msgstr "" - -#: ../../addon/jappixmini/jappixmini.php:271 -#: ../../addon.old/jappixmini/jappixmini.php:271 -msgid "" -"Do not insert the Jappixmini Chat-Widget into the webinterface" -msgstr "" - -#: ../../addon/jappixmini/jappixmini.php:274 -#: ../../addon.old/jappixmini/jappixmini.php:274 -msgid "Jabber username" -msgstr "" - -#: ../../addon/jappixmini/jappixmini.php:277 -#: ../../addon.old/jappixmini/jappixmini.php:277 -msgid "Jabber server" -msgstr "" - -#: ../../addon/jappixmini/jappixmini.php:281 -#: ../../addon.old/jappixmini/jappixmini.php:281 -msgid "Jabber BOSH host" -msgstr "" - -#: ../../addon/jappixmini/jappixmini.php:285 -#: ../../addon.old/jappixmini/jappixmini.php:285 -msgid "Jabber password" -msgstr "" - -#: ../../addon/jappixmini/jappixmini.php:290 -#: ../../addon.old/jappixmini/jappixmini.php:290 -msgid "Encrypt Jabber password with Friendica password (recommended)" -msgstr "" - -#: ../../addon/jappixmini/jappixmini.php:293 -#: ../../addon.old/jappixmini/jappixmini.php:293 -msgid "Friendica password" -msgstr "" - -#: ../../addon/jappixmini/jappixmini.php:296 -#: ../../addon.old/jappixmini/jappixmini.php:296 -msgid "Approve subscription requests from Friendica contacts automatically" -msgstr "" - -#: ../../addon/jappixmini/jappixmini.php:299 -#: ../../addon.old/jappixmini/jappixmini.php:299 -msgid "Subscribe to Friendica contacts automatically" -msgstr "" - -#: ../../addon/jappixmini/jappixmini.php:302 -#: ../../addon.old/jappixmini/jappixmini.php:302 -msgid "Purge internal list of jabber addresses of contacts" -msgstr "" - -#: ../../addon/jappixmini/jappixmini.php:308 -#: ../../addon.old/jappixmini/jappixmini.php:308 -msgid "Add contact" -msgstr "" - -#: ../../addon/viewsrc/viewsrc.php:37 ../../addon.old/viewsrc/viewsrc.php:37 -msgid "View Source" -msgstr "Ver Fonte" - -#: ../../addon/statusnet/statusnet.php:134 -#: ../../addon.old/statusnet/statusnet.php:134 -msgid "Post to StatusNet" -msgstr "Publicar no StatusNet" - -#: ../../addon/statusnet/statusnet.php:176 -#: ../../addon.old/statusnet/statusnet.php:176 -msgid "" -"Please contact your site administrator.
The provided API URL is not " -"valid." -msgstr "Por favor, entre em contato com o administrados do seu site.
A URL da API fornecida não é válida." - -#: ../../addon/statusnet/statusnet.php:204 -#: ../../addon.old/statusnet/statusnet.php:204 -msgid "We could not contact the StatusNet API with the Path you entered." -msgstr "Não foi possível contactar a API do StatusNet a partir do caminho que você informou." - -#: ../../addon/statusnet/statusnet.php:232 -#: ../../addon.old/statusnet/statusnet.php:232 -msgid "StatusNet settings updated." -msgstr "As configurações do StatusNet foram atualizadas." - -#: ../../addon/statusnet/statusnet.php:257 -#: ../../addon.old/statusnet/statusnet.php:257 -msgid "StatusNet Posting Settings" -msgstr "Configurações de publicação no StatusNet" - -#: ../../addon/statusnet/statusnet.php:271 -#: ../../addon.old/statusnet/statusnet.php:271 -msgid "Globally Available StatusNet OAuthKeys" -msgstr "OAuthKeys do StatusNet disponíveis globalmente" - -#: ../../addon/statusnet/statusnet.php:272 -#: ../../addon.old/statusnet/statusnet.php:272 -msgid "" -"There are preconfigured OAuth key pairs for some StatusNet servers " -"available. If you are useing one of them, please use these credentials. If " -"not feel free to connect to any other StatusNet instance (see below)." -msgstr "Existem pares de chaves OAuth para alguns servidores StatusNet disponíveis. Se você estiver usando algum desses servidores, por favor utilize essas credenciais. Caso contrário, sinta-se à vontade para conectar-se a qualquer outra instância do StatusNet (veja abaixo)." - -#: ../../addon/statusnet/statusnet.php:280 -#: ../../addon.old/statusnet/statusnet.php:280 -msgid "Provide your own OAuth Credentials" -msgstr "Forneça suas próprias credenciais OAuth" - -#: ../../addon/statusnet/statusnet.php:281 -#: ../../addon.old/statusnet/statusnet.php:281 -msgid "" -"No consumer key pair for StatusNet found. Register your Friendica Account as" -" an desktop client on your StatusNet account, copy the consumer key pair " -"here and enter the API base root.
Before you register your own OAuth " -"key pair ask the administrator if there is already a key pair for this " -"Friendica installation at your favorited StatusNet installation." -msgstr "Nenhum par de chaves para StatusNet encontrado. Registre sua conta Friendica como um cliente de mesa (desktop) na sua conta StatusNet, copie o par de chaves aqui e forneça a raíz base da API.
Antes de registra seu próprio par de chaves OAuth pergunte ao administrador se já existe um par de chaves para essa instalação do Friendica na sua instalação favorita do StatusNet." - -#: ../../addon/statusnet/statusnet.php:283 -#: ../../addon.old/statusnet/statusnet.php:283 -msgid "OAuth Consumer Key" -msgstr "Chave de consumidor OAuth" - -#: ../../addon/statusnet/statusnet.php:286 -#: ../../addon.old/statusnet/statusnet.php:286 -msgid "OAuth Consumer Secret" -msgstr "Segredo de consumidor OAuth" - -#: ../../addon/statusnet/statusnet.php:289 -#: ../../addon.old/statusnet/statusnet.php:289 -msgid "Base API Path (remember the trailing /)" -msgstr "Caminho base da API (lembre-se da / final)" - -#: ../../addon/statusnet/statusnet.php:310 -#: ../../addon.old/statusnet/statusnet.php:310 -msgid "" -"To connect to your StatusNet account click the button below to get a " -"security code from StatusNet which you have to copy into the input box below" -" and submit the form. Only your public posts will be posted" -" to StatusNet." -msgstr "Para conectar à sua conta StatusNet, clique no botão abaixo para obter um código de segurança do StatusNet, o qual você deve copiar na caixa de texto abaixo e clicar no botão para enviar o formulário. Somente suas publicações públicas serão enviadas para o StatusNet." - -#: ../../addon/statusnet/statusnet.php:311 -#: ../../addon.old/statusnet/statusnet.php:311 -msgid "Log in with StatusNet" -msgstr "Autenticar-se no StatusNet" - -#: ../../addon/statusnet/statusnet.php:313 -#: ../../addon.old/statusnet/statusnet.php:313 -msgid "Copy the security code from StatusNet here" -msgstr "Copie o código de segurança do StatusNet aqui" - -#: ../../addon/statusnet/statusnet.php:319 -#: ../../addon.old/statusnet/statusnet.php:319 -msgid "Cancel Connection Process" -msgstr "Cancelar o processo de conexão" - -#: ../../addon/statusnet/statusnet.php:321 -#: ../../addon.old/statusnet/statusnet.php:321 -msgid "Current StatusNet API is" -msgstr "A API atual do StatusNet é" - -#: ../../addon/statusnet/statusnet.php:322 -#: ../../addon.old/statusnet/statusnet.php:322 -msgid "Cancel StatusNet Connection" -msgstr "Cancelar a conexão com o StatusNet" - -#: ../../addon/statusnet/statusnet.php:333 ../../addon/twitter/twitter.php:189 -#: ../../addon.old/statusnet/statusnet.php:333 -#: ../../addon.old/twitter/twitter.php:189 -msgid "Currently connected to: " -msgstr "Atualmente conectado como: " - -#: ../../addon/statusnet/statusnet.php:334 -#: ../../addon.old/statusnet/statusnet.php:334 -msgid "" -"If enabled all your public postings can be posted to the " -"associated StatusNet account. You can choose to do so by default (here) or " -"for every posting separately in the posting options when writing the entry." -msgstr "Se habilitado, todas as suas publicações públicas podem ser publicadas na sua conta StatusNet associada. Você pode escolher entre publicar tudo automaticamente (marcando aqui) ou selecionar o que será enviado individualmente (nas opções de publicação, durante o processo de escrita da mensagem)." - -#: ../../addon/statusnet/statusnet.php:336 -#: ../../addon.old/statusnet/statusnet.php:336 -msgid "" -"Note: Due your privacy settings (Hide your profile " -"details from unknown viewers?) the link potentially included in public " -"postings relayed to StatusNet will lead the visitor to a blank page " -"informing the visitor that the access to your profile has been restricted." -msgstr "Aviso: Devido às suas configurações de privacidade (Ocultar os detalhes do seu perfil para pessoas desconhecidas?) o link potencialmente incluído nas publicações públicas encaminhadas para o StatusNet levarão o visitante a uma página contendo a informação de que o acesso ao seu perfil é restrito." - -#: ../../addon/statusnet/statusnet.php:339 -#: ../../addon.old/statusnet/statusnet.php:339 -msgid "Allow posting to StatusNet" -msgstr "Permitir a publicação no StatusNet" - -#: ../../addon/statusnet/statusnet.php:342 -#: ../../addon.old/statusnet/statusnet.php:342 -msgid "Send public postings to StatusNet by default" -msgstr "Enviar as publicações públicas para o StatusNet por padrão" - -#: ../../addon/statusnet/statusnet.php:345 -#: ../../addon.old/statusnet/statusnet.php:345 -msgid "Send linked #-tags and @-names to StatusNet" -msgstr "" - -#: ../../addon/statusnet/statusnet.php:350 ../../addon/twitter/twitter.php:206 -#: ../../addon.old/statusnet/statusnet.php:350 -#: ../../addon.old/twitter/twitter.php:206 -msgid "Clear OAuth configuration" -msgstr "Limpar a configuração OAuth" - -#: ../../addon/statusnet/statusnet.php:677 -#: ../../addon.old/statusnet/statusnet.php:568 -msgid "API URL" -msgstr "URL da API" - -#: ../../addon/infiniteimprobabilitydrive/infiniteimprobabilitydrive.php:19 -#: ../../addon.old/infiniteimprobabilitydrive/infiniteimprobabilitydrive.php:19 -msgid "Infinite Improbability Drive" -msgstr "" - -#: ../../addon/tumblr/tumblr.php:36 ../../addon.old/tumblr/tumblr.php:36 -msgid "Post to Tumblr" -msgstr "Postar no Tumblr" - -#: ../../addon/tumblr/tumblr.php:67 ../../addon.old/tumblr/tumblr.php:67 -msgid "Tumblr Post Settings" -msgstr "Configurações de postagem do Tumblr" - -#: ../../addon/tumblr/tumblr.php:69 ../../addon.old/tumblr/tumblr.php:69 -msgid "Enable Tumblr Post Plugin" -msgstr "Habilitar Plugin de Postagem do Tumblr" - -#: ../../addon/tumblr/tumblr.php:74 ../../addon.old/tumblr/tumblr.php:74 -msgid "Tumblr login" -msgstr "Login Tumblr" - -#: ../../addon/tumblr/tumblr.php:79 ../../addon.old/tumblr/tumblr.php:79 -msgid "Tumblr password" -msgstr "Senha Tumblr" - -#: ../../addon/tumblr/tumblr.php:84 ../../addon.old/tumblr/tumblr.php:84 -msgid "Post to Tumblr by default" -msgstr "Postar para o Tumblr como default" - -#: ../../addon/numfriends/numfriends.php:46 -#: ../../addon.old/numfriends/numfriends.php:46 -msgid "Numfriends settings updated." -msgstr "Configurações Numfriends atualizadas." - -#: ../../addon/numfriends/numfriends.php:77 -#: ../../addon.old/numfriends/numfriends.php:77 -msgid "Numfriends Settings" -msgstr "Configurações Numfriends" - -#: ../../addon/numfriends/numfriends.php:79 ../../addon.old/bg/bg.php:84 -#: ../../addon.old/numfriends/numfriends.php:79 -msgid "How many contacts to display on profile sidebar" -msgstr "Quantos contatos mostrar na barra lateral do perfil" - -#: ../../addon/gnot/gnot.php:48 ../../addon.old/gnot/gnot.php:48 -msgid "Gnot settings updated." -msgstr "As configurações do Gnot foram atualizadas." - -#: ../../addon/gnot/gnot.php:79 ../../addon.old/gnot/gnot.php:79 -msgid "Gnot Settings" -msgstr "Configurações do Gnot" - -#: ../../addon/gnot/gnot.php:81 ../../addon.old/gnot/gnot.php:81 -msgid "" -"Allows threading of email comment notifications on Gmail and anonymising the" -" subject line." -msgstr "Permite o encadeamento das notificações por e-mail de comentário no GMail, tornando a a linha de assunto anônima." - -#: ../../addon/gnot/gnot.php:82 ../../addon.old/gnot/gnot.php:82 -msgid "Enable this plugin/addon?" -msgstr "Habilitar este plugin/complemento?" - -#: ../../addon/gnot/gnot.php:97 ../../addon.old/gnot/gnot.php:97 -#, php-format -msgid "[Friendica:Notify] Comment to conversation #%d" -msgstr "[Friendica:Notify] Comentário na conversa #%d" - -#: ../../addon/wppost/wppost.php:42 ../../addon.old/wppost/wppost.php:42 -msgid "Post to Wordpress" -msgstr "Postar no WordPress" - -#: ../../addon/wppost/wppost.php:76 ../../addon.old/wppost/wppost.php:76 -msgid "WordPress Post Settings" -msgstr "Configurações de postagem do WordPress" - -#: ../../addon/wppost/wppost.php:78 ../../addon.old/wppost/wppost.php:78 -msgid "Enable WordPress Post Plugin" -msgstr "Habilitar plugin de postagem do WordPress" - -#: ../../addon/wppost/wppost.php:83 ../../addon.old/wppost/wppost.php:83 -msgid "WordPress username" -msgstr "Usuário WordPress" - -#: ../../addon/wppost/wppost.php:88 ../../addon.old/wppost/wppost.php:88 -msgid "WordPress password" -msgstr "Senha WordPress" - -#: ../../addon/wppost/wppost.php:93 ../../addon.old/wppost/wppost.php:93 -msgid "WordPress API URL" -msgstr "URL da API do WordPress" - -#: ../../addon/wppost/wppost.php:98 ../../addon.old/wppost/wppost.php:98 -msgid "Post to WordPress by default" -msgstr "Postar para o WordPress como padrão" - -#: ../../addon/wppost/wppost.php:103 ../../addon.old/wppost/wppost.php:103 -msgid "Provide a backlink to the Friendica post" -msgstr "" - -#: ../../addon/wppost/wppost.php:201 ../../addon/blogger/blogger.php:172 -#: ../../addon/posterous/posterous.php:189 -#: ../../addon.old/drpost/drpost.php:184 ../../addon.old/wppost/wppost.php:201 -#: ../../addon.old/blogger/blogger.php:172 -#: ../../addon.old/posterous/posterous.php:189 -msgid "Post from Friendica" -msgstr "Postar do Friendica" - -#: ../../addon/wppost/wppost.php:207 ../../addon.old/wppost/wppost.php:207 -msgid "Read the original post and comment stream on Friendica" -msgstr "" - -#: ../../addon/showmore/showmore.php:38 -#: ../../addon.old/showmore/showmore.php:38 -msgid "\"Show more\" Settings" -msgstr "Configurações de \"Exibir mais\"" - -#: ../../addon/showmore/showmore.php:41 -#: ../../addon.old/showmore/showmore.php:41 -msgid "Enable Show More" -msgstr "Habilitar \"Exibir mais\"" - -#: ../../addon/showmore/showmore.php:44 -#: ../../addon.old/showmore/showmore.php:44 -msgid "Cutting posts after how much characters" -msgstr "Cortar as mensagens após quantos caracteres" - -#: ../../addon/showmore/showmore.php:65 -#: ../../addon.old/showmore/showmore.php:65 -msgid "Show More Settings saved." -msgstr "As configurações de \"Exibir mais\" foram salvas." - -#: ../../addon/piwik/piwik.php:79 ../../addon.old/piwik/piwik.php:79 -msgid "" -"This website is tracked using the Piwik " -"analytics tool." -msgstr "Este site é acompanhado usando a ferramenta de análises Piwik " - -#: ../../addon/piwik/piwik.php:82 ../../addon.old/piwik/piwik.php:82 -#, php-format -msgid "" -"If you do not want that your visits are logged this way you can" -" set a cookie to prevent Piwik from tracking further visits of the site " -"(opt-out)." -msgstr "Se você não deseja essa forma de registro das suas visitas pode configurar um cookie para evitar que o Piwik registre suas próximas visitas ao site (opt-out)." - -#: ../../addon/piwik/piwik.php:90 ../../addon.old/piwik/piwik.php:90 -msgid "Piwik Base URL" -msgstr "URL base do Piwik" - -#: ../../addon/piwik/piwik.php:90 ../../addon.old/piwik/piwik.php:90 -msgid "" -"Absolute path to your Piwik installation. (without protocol (http/s), with " -"trailing slash)" -msgstr "Caminho absoluto para sua instalação Piwik. (sem protocolo (http/s), com barra à direita)" - -#: ../../addon/piwik/piwik.php:91 ../../addon.old/piwik/piwik.php:91 -msgid "Site ID" -msgstr "ID do site" - -#: ../../addon/piwik/piwik.php:92 ../../addon.old/piwik/piwik.php:92 -msgid "Show opt-out cookie link?" -msgstr "Exibir o link para o cookie de opt-out?" - -#: ../../addon/piwik/piwik.php:93 ../../addon.old/piwik/piwik.php:93 -msgid "Asynchronous tracking" -msgstr "Rastreamento assíncrono" - -#: ../../addon/twitter/twitter.php:73 ../../addon.old/twitter/twitter.php:73 -msgid "Post to Twitter" -msgstr "Publicar no Twitter" - -#: ../../addon/twitter/twitter.php:122 ../../addon.old/twitter/twitter.php:122 -msgid "Twitter settings updated." -msgstr "As atualizações do Twitter foram atualizadas." - -#: ../../addon/twitter/twitter.php:146 ../../addon.old/twitter/twitter.php:146 -msgid "Twitter Posting Settings" -msgstr "Configurações de publicação no Twitter" - -#: ../../addon/twitter/twitter.php:153 ../../addon.old/twitter/twitter.php:153 -msgid "" -"No consumer key pair for Twitter found. Please contact your site " -"administrator." -msgstr "Não foi encontrado nenhum par de chaves de consumidor para o Twitter. Por favor, entre em contato com o administrador do site." - -#: ../../addon/twitter/twitter.php:172 ../../addon.old/twitter/twitter.php:172 -msgid "" -"At this Friendica instance the Twitter plugin was enabled but you have not " -"yet connected your account to your Twitter account. To do so click the " -"button below to get a PIN from Twitter which you have to copy into the input" -" box below and submit the form. Only your public posts will" -" be posted to Twitter." -msgstr "Nessa instância do Friendica o plugin Twitter foi habilitado mas você ainda não conectou sua conta à conta do Twitter. Para assim o fazer clique no botão abaixo para pegar o PIN do Twitter que você deverar copiar na caixa de entrada abaixo e enviar o formulário. Somente suas postagens públicas serão repostadas no Twitter." - -#: ../../addon/twitter/twitter.php:173 ../../addon.old/twitter/twitter.php:173 -msgid "Log in with Twitter" -msgstr "Autenticar-se no Twitter" - -#: ../../addon/twitter/twitter.php:175 ../../addon.old/twitter/twitter.php:175 -msgid "Copy the PIN from Twitter here" -msgstr "Copie o PIN do Twitter aqui" - -#: ../../addon/twitter/twitter.php:190 ../../addon.old/twitter/twitter.php:190 -msgid "" -"If enabled all your public postings can be posted to the " -"associated Twitter account. You can choose to do so by default (here) or for" -" every posting separately in the posting options when writing the entry." -msgstr "Se habilitado, todas as suas publicações públicas podem ser publicadas na sua conta Twitter associada. Você pode escolher entre publicar tudo automaticamente (marcando aqui) ou selecionar o que será enviado individualmente (nas opções de publicação, durante o processo de escrita da mensagem)." - -#: ../../addon/twitter/twitter.php:192 ../../addon.old/twitter/twitter.php:192 -msgid "" -"Note: Due your privacy settings (Hide your profile " -"details from unknown viewers?) the link potentially included in public " -"postings relayed to Twitter will lead the visitor to a blank page informing " -"the visitor that the access to your profile has been restricted." -msgstr "Aviso: Devido às suas configurações de privacidade (Ocultar os detalhes do seu perfil para pessoas desconhecidas?) o link potencialmente incluído nas publicações públicas encaminhadas para o Twitter levarão o visitante a uma página contendo a informação de que o acesso ao seu perfil é restrito." - -#: ../../addon/twitter/twitter.php:195 ../../addon.old/twitter/twitter.php:195 -msgid "Allow posting to Twitter" -msgstr "Permitir a publicação no Twitter" - -#: ../../addon/twitter/twitter.php:198 ../../addon.old/twitter/twitter.php:198 -msgid "Send public postings to Twitter by default" -msgstr "Enviar as publicações públicas automaticamente para o Twitter" - -#: ../../addon/twitter/twitter.php:201 ../../addon.old/twitter/twitter.php:201 -msgid "Send linked #-tags and @-names to Twitter" -msgstr "" - -#: ../../addon/twitter/twitter.php:508 ../../addon.old/twitter/twitter.php:396 -msgid "Consumer key" -msgstr "Chave de consumidor" - -#: ../../addon/twitter/twitter.php:509 ../../addon.old/twitter/twitter.php:397 -msgid "Consumer secret" -msgstr "Segredo de consumidor" - -#: ../../addon/irc/irc.php:44 ../../addon.old/irc/irc.php:44 -msgid "IRC Settings" -msgstr "Configurações de IRC" - -#: ../../addon/irc/irc.php:46 ../../addon.old/irc/irc.php:46 -msgid "Channel(s) to auto connect (comma separated)" -msgstr "Canal(is) para auto conectar (separados por vírgulas)" - -#: ../../addon/irc/irc.php:51 ../../addon.old/irc/irc.php:51 -msgid "Popular Channels (comma separated)" -msgstr "Canais Populares (separados por vírgula)" - -#: ../../addon/irc/irc.php:69 ../../addon.old/irc/irc.php:69 -msgid "IRC settings saved." -msgstr "Configurações de IRC salvas" - -#: ../../addon/irc/irc.php:74 ../../addon.old/irc/irc.php:74 -msgid "IRC Chatroom" -msgstr "sala de IRC" - -#: ../../addon/irc/irc.php:96 ../../addon.old/irc/irc.php:96 -msgid "Popular Channels" -msgstr "Canais populares " - -#: ../../addon/fromapp/fromapp.php:38 ../../addon.old/fromapp/fromapp.php:38 -msgid "Fromapp settings updated." -msgstr "" - -#: ../../addon/fromapp/fromapp.php:64 ../../addon.old/fromapp/fromapp.php:64 -msgid "FromApp Settings" -msgstr "" - -#: ../../addon/fromapp/fromapp.php:66 ../../addon.old/fromapp/fromapp.php:66 -msgid "" -"The application name you would like to show your posts originating from." -msgstr "" - -#: ../../addon/fromapp/fromapp.php:70 ../../addon.old/fromapp/fromapp.php:70 -msgid "Use this application name even if another application was used." -msgstr "" - -#: ../../addon/blogger/blogger.php:42 ../../addon.old/blogger/blogger.php:42 -msgid "Post to blogger" -msgstr "publica no blogger" - -#: ../../addon/blogger/blogger.php:74 ../../addon.old/blogger/blogger.php:74 -msgid "Blogger Post Settings" -msgstr "Configuração de publicação no blogger" - -#: ../../addon/blogger/blogger.php:76 ../../addon.old/blogger/blogger.php:76 -msgid "Enable Blogger Post Plugin" -msgstr "Habilita plugin para publicar no Blogger" - -#: ../../addon/blogger/blogger.php:81 ../../addon.old/blogger/blogger.php:81 -msgid "Blogger username" -msgstr "nome de usuário no Blogger" - -#: ../../addon/blogger/blogger.php:86 ../../addon.old/blogger/blogger.php:86 -msgid "Blogger password" -msgstr "senha no Blogger" - -#: ../../addon/blogger/blogger.php:91 ../../addon.old/blogger/blogger.php:91 -msgid "Blogger API URL" -msgstr "URL da API do Blogger" - -#: ../../addon/blogger/blogger.php:96 ../../addon.old/blogger/blogger.php:96 -msgid "Post to Blogger by default" -msgstr "Publica no Blogger por padrão" - -#: ../../addon/posterous/posterous.php:37 -#: ../../addon.old/posterous/posterous.php:37 -msgid "Post to Posterous" -msgstr "Postar no Posterous" - -#: ../../addon/posterous/posterous.php:70 -#: ../../addon.old/posterous/posterous.php:70 -msgid "Posterous Post Settings" -msgstr "Configurações de Postagem do Posterous" - -#: ../../addon/posterous/posterous.php:72 -#: ../../addon.old/posterous/posterous.php:72 -msgid "Enable Posterous Post Plugin" -msgstr "Habilitar Plugin de Postagem do Posterous" - -#: ../../addon/posterous/posterous.php:77 -#: ../../addon.old/posterous/posterous.php:77 -msgid "Posterous login" -msgstr "Login do Posterous" - -#: ../../addon/posterous/posterous.php:82 -#: ../../addon.old/posterous/posterous.php:82 -msgid "Posterous password" -msgstr "Senha do Posterous" - -#: ../../addon/posterous/posterous.php:87 -#: ../../addon.old/posterous/posterous.php:87 -msgid "Posterous site ID" -msgstr "" - -#: ../../addon/posterous/posterous.php:92 -#: ../../addon.old/posterous/posterous.php:92 -msgid "Posterous API token" -msgstr "" - -#: ../../addon/posterous/posterous.php:97 -#: ../../addon.old/posterous/posterous.php:97 -msgid "Post to Posterous by default" -msgstr "Postar para o Posterous como padrão" - -#: ../../view/theme/cleanzero/config.php:82 -#: ../../view/theme/diabook/config.php:154 -#: ../../view/theme/quattro/config.php:66 ../../view/theme/dispy/config.php:72 -msgid "Theme settings" -msgstr "Configurações do tema" - -#: ../../view/theme/cleanzero/config.php:83 -msgid "Set resize level for images in posts and comments (width and height)" -msgstr "" - -#: ../../view/theme/cleanzero/config.php:84 -#: ../../view/theme/diabook/config.php:155 -#: ../../view/theme/dispy/config.php:73 -msgid "Set font-size for posts and comments" -msgstr "Escolha o tamanho da fonte para publicações e comentários" - -#: ../../view/theme/cleanzero/config.php:85 -msgid "Set theme width" -msgstr "" - -#: ../../view/theme/cleanzero/config.php:86 -#: ../../view/theme/quattro/config.php:68 -msgid "Color scheme" -msgstr "Esquema de cores" - -#: ../../view/theme/diabook/theme.php:87 ../../include/nav.php:49 -#: ../../include/nav.php:116 -msgid "Your posts and conversations" -msgstr "Suas publicações e conversas" - -#: ../../view/theme/diabook/theme.php:88 ../../include/nav.php:50 -msgid "Your profile page" -msgstr "Sua página de perfil" - -#: ../../view/theme/diabook/theme.php:89 -msgid "Your contacts" -msgstr "Seus contatos" - -#: ../../view/theme/diabook/theme.php:90 ../../include/nav.php:51 -msgid "Your photos" -msgstr "Suas fotos" - -#: ../../view/theme/diabook/theme.php:91 ../../include/nav.php:52 -msgid "Your events" -msgstr "Seus eventos" - -#: ../../view/theme/diabook/theme.php:92 ../../include/nav.php:53 -msgid "Personal notes" -msgstr "Suas anotações pessoais" - -#: ../../view/theme/diabook/theme.php:92 ../../include/nav.php:53 -msgid "Your personal photos" -msgstr "Suas fotos pessoais" - -#: ../../view/theme/diabook/theme.php:94 -#: ../../view/theme/diabook/theme.php:537 -#: ../../view/theme/diabook/theme.php:632 -#: ../../view/theme/diabook/config.php:163 -msgid "Community Pages" -msgstr "Páginas da Comunidade" - -#: ../../view/theme/diabook/theme.php:384 -#: ../../view/theme/diabook/theme.php:634 -#: ../../view/theme/diabook/config.php:165 -msgid "Community Profiles" -msgstr "" - -#: ../../view/theme/diabook/theme.php:405 -#: ../../view/theme/diabook/theme.php:639 -#: ../../view/theme/diabook/config.php:170 -msgid "Last users" -msgstr "Últimos usuários" - -#: ../../view/theme/diabook/theme.php:434 -#: ../../view/theme/diabook/theme.php:641 -#: ../../view/theme/diabook/config.php:172 -msgid "Last likes" -msgstr "Últimos \"likes\"" - -#: ../../view/theme/diabook/theme.php:479 -#: ../../view/theme/diabook/theme.php:640 -#: ../../view/theme/diabook/config.php:171 -msgid "Last photos" -msgstr "Últimas fotos" - -#: ../../view/theme/diabook/theme.php:516 -#: ../../view/theme/diabook/theme.php:637 -#: ../../view/theme/diabook/config.php:168 -msgid "Find Friends" -msgstr "Encontrar amigos" - -#: ../../view/theme/diabook/theme.php:517 -msgid "Local Directory" -msgstr "Diretório Local" - -#: ../../view/theme/diabook/theme.php:519 ../../include/contact_widgets.php:35 -msgid "Similar Interests" -msgstr "Interesses Parecidos" - -#: ../../view/theme/diabook/theme.php:521 ../../include/contact_widgets.php:37 -msgid "Invite Friends" -msgstr "Convidar amigos" - -#: ../../view/theme/diabook/theme.php:572 -#: ../../view/theme/diabook/theme.php:633 -#: ../../view/theme/diabook/config.php:164 -msgid "Earth Layers" -msgstr "" - -#: ../../view/theme/diabook/theme.php:577 -msgid "Set zoomfactor for Earth Layers" -msgstr "" - -#: ../../view/theme/diabook/theme.php:578 -#: ../../view/theme/diabook/config.php:161 -msgid "Set longitude (X) for Earth Layers" -msgstr "" - -#: ../../view/theme/diabook/theme.php:579 -#: ../../view/theme/diabook/config.php:162 -msgid "Set latitude (Y) for Earth Layers" -msgstr "" - -#: ../../view/theme/diabook/theme.php:592 -#: ../../view/theme/diabook/theme.php:635 -#: ../../view/theme/diabook/config.php:166 -msgid "Help or @NewHere ?" -msgstr "Ajuda ou @NewHere ?" - -#: ../../view/theme/diabook/theme.php:599 -#: ../../view/theme/diabook/theme.php:636 -#: ../../view/theme/diabook/config.php:167 -msgid "Connect Services" -msgstr "Conectar serviços" - -#: ../../view/theme/diabook/theme.php:606 -#: ../../view/theme/diabook/theme.php:638 -msgid "Last Tweets" -msgstr "" - -#: ../../view/theme/diabook/theme.php:609 -#: ../../view/theme/diabook/config.php:159 -msgid "Set twitter search term" -msgstr "" - -#: ../../view/theme/diabook/theme.php:629 -#: ../../view/theme/diabook/config.php:146 ../../include/acl_selectors.php:288 -msgid "don't show" -msgstr "não exibir" - -#: ../../view/theme/diabook/theme.php:629 -#: ../../view/theme/diabook/config.php:146 ../../include/acl_selectors.php:287 -msgid "show" -msgstr "exibir" - -#: ../../view/theme/diabook/theme.php:630 -msgid "Show/hide boxes at right-hand column:" -msgstr "" - -#: ../../view/theme/diabook/config.php:156 -#: ../../view/theme/dispy/config.php:74 -msgid "Set line-height for posts and comments" -msgstr "Escolha comprimento da linha para publicações e comentários" - -#: ../../view/theme/diabook/config.php:157 -msgid "Set resolution for middle column" -msgstr "Escolha a resolução para a coluna do meio" - -#: ../../view/theme/diabook/config.php:158 -msgid "Set color scheme" -msgstr "" - -#: ../../view/theme/diabook/config.php:160 -msgid "Set zoomfactor for Earth Layer" -msgstr "" - -#: ../../view/theme/diabook/config.php:169 -msgid "Last tweets" -msgstr "" - -#: ../../view/theme/quattro/config.php:67 -msgid "Alignment" -msgstr "Alinhamento" - -#: ../../view/theme/quattro/config.php:67 -msgid "Left" -msgstr "Esquerda" - -#: ../../view/theme/quattro/config.php:67 -msgid "Center" -msgstr "Centro" - -#: ../../view/theme/quattro/config.php:69 -msgid "Posts font size" -msgstr "" - -#: ../../view/theme/quattro/config.php:70 -msgid "Textareas font size" -msgstr "" - -#: ../../view/theme/dispy/config.php:75 -msgid "Set colour scheme" -msgstr "" - #: ../../include/profile_advanced.php:22 msgid "j F, Y" msgstr "j F, Y" @@ -7876,23 +61,57 @@ msgstr "Aniversário:" msgid "Age:" msgstr "Idade:" +#: ../../include/profile_advanced.php:37 ../../mod/directory.php:138 +#: ../../boot.php:1490 +msgid "Status:" +msgstr "Estado:" + #: ../../include/profile_advanced.php:43 #, php-format msgid "for %1$d %2$s" -msgstr "" +msgstr "para %1$d %2$s" + +#: ../../include/profile_advanced.php:46 ../../mod/profiles.php:650 +msgid "Sexual Preference:" +msgstr "Preferência sexual:" + +#: ../../include/profile_advanced.php:48 ../../mod/directory.php:140 +#: ../../boot.php:1492 +msgid "Homepage:" +msgstr "Página web:" + +#: ../../include/profile_advanced.php:50 ../../mod/profiles.php:652 +msgid "Hometown:" +msgstr "Cidade:" #: ../../include/profile_advanced.php:52 msgid "Tags:" msgstr "Tags:" +#: ../../include/profile_advanced.php:54 ../../mod/profiles.php:653 +msgid "Political Views:" +msgstr "Posição política:" + #: ../../include/profile_advanced.php:56 msgid "Religion:" msgstr "Religião:" +#: ../../include/profile_advanced.php:58 ../../mod/directory.php:142 +msgid "About:" +msgstr "Sobre:" + #: ../../include/profile_advanced.php:60 msgid "Hobbies/Interests:" msgstr "Passatempos/Interesses:" +#: ../../include/profile_advanced.php:62 ../../mod/profiles.php:657 +msgid "Likes:" +msgstr "Likes:" + +#: ../../include/profile_advanced.php:64 ../../mod/profiles.php:658 +msgid "Dislikes:" +msgstr "Dislikes:" + #: ../../include/profile_advanced.php:67 msgid "Contact information and Social Networks:" msgstr "Informações de contato e redes sociais:" @@ -7925,70 +144,6 @@ msgstr "Trabalho/emprego:" msgid "School/education:" msgstr "Escola/educação:" -#: ../../include/contact_selectors.php:32 -msgid "Unknown | Not categorised" -msgstr "Desconhecido | Não categorizado" - -#: ../../include/contact_selectors.php:33 -msgid "Block immediately" -msgstr "Bloquear imediatamente" - -#: ../../include/contact_selectors.php:34 -msgid "Shady, spammer, self-marketer" -msgstr "Dissimulado, spammer, propagandista" - -#: ../../include/contact_selectors.php:35 -msgid "Known to me, but no opinion" -msgstr "Eu conheço, mas não possuo nenhuma opinião acerca" - -#: ../../include/contact_selectors.php:36 -msgid "OK, probably harmless" -msgstr "Ok, provavelmente inofensivo" - -#: ../../include/contact_selectors.php:37 -msgid "Reputable, has my trust" -msgstr "Boa reputação, tem minha confiança" - -#: ../../include/contact_selectors.php:56 -msgid "Frequently" -msgstr "Frequentemente" - -#: ../../include/contact_selectors.php:57 -msgid "Hourly" -msgstr "De hora em hora" - -#: ../../include/contact_selectors.php:58 -msgid "Twice daily" -msgstr "Duas vezes ao dia" - -#: ../../include/contact_selectors.php:77 -msgid "OStatus" -msgstr "OStatus" - -#: ../../include/contact_selectors.php:78 -msgid "RSS/Atom" -msgstr "RSS/Atom" - -#: ../../include/contact_selectors.php:82 -msgid "Zot!" -msgstr "Zot!" - -#: ../../include/contact_selectors.php:83 -msgid "LinkedIn" -msgstr "LinkedIn" - -#: ../../include/contact_selectors.php:84 -msgid "XMPP/IM" -msgstr "XMPP/IM" - -#: ../../include/contact_selectors.php:85 -msgid "MySpace" -msgstr "MySpace" - -#: ../../include/contact_selectors.php:87 -msgid "Google+" -msgstr "" - #: ../../include/profile_selectors.php:6 msgid "Male" msgstr "Masculino" @@ -8133,8 +288,8 @@ msgstr "Infiel" msgid "Sex Addict" msgstr "Viciado(a) em sexo" -#: ../../include/profile_selectors.php:42 ../../include/user.php:278 -#: ../../include/user.php:282 +#: ../../include/profile_selectors.php:42 ../../include/user.php:279 +#: ../../include/user.php:283 msgid "Friends" msgstr "Amigos" @@ -8156,7 +311,7 @@ msgstr "Casado(a)" #: ../../include/profile_selectors.php:42 msgid "Imaginarily married" -msgstr "" +msgstr "Platonicamente casado" #: ../../include/profile_selectors.php:42 msgid "Partners" @@ -8168,7 +323,7 @@ msgstr "Coabitando" #: ../../include/profile_selectors.php:42 msgid "Common law" -msgstr "" +msgstr "Lei do comum" #: ../../include/profile_selectors.php:42 msgid "Happy" @@ -8176,7 +331,7 @@ msgstr "Feliz" #: ../../include/profile_selectors.php:42 msgid "Not looking" -msgstr "" +msgstr "Não olhando" #: ../../include/profile_selectors.php:42 msgid "Swinger" @@ -8200,7 +355,7 @@ msgstr "Divorciado(a)" #: ../../include/profile_selectors.php:42 msgid "Imaginarily divorced" -msgstr "" +msgstr "Platonicamente divorciado" #: ../../include/profile_selectors.php:42 msgid "Widowed" @@ -8212,7 +367,7 @@ msgstr "Incerto(a)" #: ../../include/profile_selectors.php:42 msgid "It's complicated" -msgstr "" +msgstr "É complicado" #: ../../include/profile_selectors.php:42 msgid "Don't care" @@ -8222,970 +377,114 @@ msgstr "Não importa" msgid "Ask me" msgstr "Pergunte-me" -#: ../../include/event.php:20 ../../include/bb2diaspora.php:396 -msgid "Starts:" -msgstr "Inicia:" +#: ../../include/Contact.php:115 +msgid "stopped following" +msgstr "parou de acompanhar" -#: ../../include/event.php:30 ../../include/bb2diaspora.php:404 -msgid "Finishes:" -msgstr "Termina:" +#: ../../include/Contact.php:225 ../../include/conversation.php:878 +msgid "Poke" +msgstr "Cutucar" -#: ../../include/delivery.php:457 ../../include/notifier.php:771 -msgid "(no subject)" -msgstr "(sem assunto)" +#: ../../include/Contact.php:226 ../../include/conversation.php:872 +msgid "View Status" +msgstr "Ver Status" -#: ../../include/Scrape.php:583 -msgid " on Last.fm" -msgstr "" +#: ../../include/Contact.php:227 ../../include/conversation.php:873 +msgid "View Profile" +msgstr "Ver Perfil" -#: ../../include/text.php:243 -msgid "prev" -msgstr "anterior" +#: ../../include/Contact.php:228 ../../include/conversation.php:874 +msgid "View Photos" +msgstr "Ver Fotos" -#: ../../include/text.php:245 -msgid "first" -msgstr "primeiro" +#: ../../include/Contact.php:229 ../../include/Contact.php:251 +#: ../../include/conversation.php:875 +msgid "Network Posts" +msgstr "Publicações da Rede" -#: ../../include/text.php:274 -msgid "last" -msgstr "último" +#: ../../include/Contact.php:230 ../../include/Contact.php:251 +#: ../../include/conversation.php:876 +msgid "Edit Contact" +msgstr "Editar Contato" -#: ../../include/text.php:277 -msgid "next" -msgstr "próximo" +#: ../../include/Contact.php:231 ../../include/Contact.php:251 +#: ../../include/conversation.php:877 +msgid "Send PM" +msgstr "Enviar MP" -#: ../../include/text.php:295 -msgid "newer" -msgstr "" +#: ../../include/bbcode.php:210 ../../include/bbcode.php:549 +msgid "Image/photo" +msgstr "Imagem/foto" -#: ../../include/text.php:299 -msgid "older" -msgstr "" - -#: ../../include/text.php:604 -msgid "No contacts" -msgstr "Nenhum contato" - -#: ../../include/text.php:613 +#: ../../include/bbcode.php:272 #, php-format -msgid "%d Contact" -msgid_plural "%d Contacts" -msgstr[0] "%d contato" -msgstr[1] "%d contatos" - -#: ../../include/text.php:726 -msgid "poke" -msgstr "" - -#: ../../include/text.php:726 ../../include/conversation.php:210 -msgid "poked" -msgstr "" - -#: ../../include/text.php:727 -msgid "ping" -msgstr "" - -#: ../../include/text.php:727 -msgid "pinged" -msgstr "" - -#: ../../include/text.php:728 -msgid "prod" -msgstr "" - -#: ../../include/text.php:728 -msgid "prodded" -msgstr "" - -#: ../../include/text.php:729 -msgid "slap" -msgstr "" - -#: ../../include/text.php:729 -msgid "slapped" -msgstr "" - -#: ../../include/text.php:730 -msgid "finger" -msgstr "" - -#: ../../include/text.php:730 -msgid "fingered" -msgstr "" - -#: ../../include/text.php:731 -msgid "rebuff" -msgstr "" - -#: ../../include/text.php:731 -msgid "rebuffed" -msgstr "" - -#: ../../include/text.php:743 -msgid "happy" -msgstr "" - -#: ../../include/text.php:744 -msgid "sad" -msgstr "" - -#: ../../include/text.php:745 -msgid "mellow" -msgstr "" - -#: ../../include/text.php:746 -msgid "tired" -msgstr "" - -#: ../../include/text.php:747 -msgid "perky" -msgstr "" - -#: ../../include/text.php:748 -msgid "angry" -msgstr "" - -#: ../../include/text.php:749 -msgid "stupified" -msgstr "" - -#: ../../include/text.php:750 -msgid "puzzled" -msgstr "" - -#: ../../include/text.php:751 -msgid "interested" -msgstr "" - -#: ../../include/text.php:752 -msgid "bitter" -msgstr "" - -#: ../../include/text.php:753 -msgid "cheerful" -msgstr "" - -#: ../../include/text.php:754 -msgid "alive" -msgstr "" - -#: ../../include/text.php:755 -msgid "annoyed" -msgstr "" - -#: ../../include/text.php:756 -msgid "anxious" -msgstr "" - -#: ../../include/text.php:757 -msgid "cranky" -msgstr "" - -#: ../../include/text.php:758 -msgid "disturbed" -msgstr "" - -#: ../../include/text.php:759 -msgid "frustrated" -msgstr "" - -#: ../../include/text.php:760 -msgid "motivated" -msgstr "" - -#: ../../include/text.php:761 -msgid "relaxed" -msgstr "" - -#: ../../include/text.php:762 -msgid "surprised" -msgstr "" - -#: ../../include/text.php:926 -msgid "January" -msgstr "Janeiro" - -#: ../../include/text.php:926 -msgid "February" -msgstr "Fevereiro" - -#: ../../include/text.php:926 -msgid "March" -msgstr "Março" - -#: ../../include/text.php:926 -msgid "April" -msgstr "Abril" - -#: ../../include/text.php:926 -msgid "May" -msgstr "Maio" - -#: ../../include/text.php:926 -msgid "June" -msgstr "Junho" - -#: ../../include/text.php:926 -msgid "July" -msgstr "Julho" - -#: ../../include/text.php:926 -msgid "August" -msgstr "Agosto" - -#: ../../include/text.php:926 -msgid "September" -msgstr "Setembro" - -#: ../../include/text.php:926 -msgid "October" -msgstr "Outubro" - -#: ../../include/text.php:926 -msgid "November" -msgstr "Novembro" - -#: ../../include/text.php:926 -msgid "December" -msgstr "Dezembro" - -#: ../../include/text.php:1010 -msgid "bytes" -msgstr "bytes" - -#: ../../include/text.php:1037 ../../include/text.php:1049 -msgid "Click to open/close" -msgstr "Clique para abrir/fechar" - -#: ../../include/text.php:1222 ../../include/user.php:236 -msgid "default" -msgstr "padrão" - -#: ../../include/text.php:1234 -msgid "Select an alternate language" -msgstr "Selecione um idioma alternativo" - -#: ../../include/text.php:1444 -msgid "activity" -msgstr "atividade" - -#: ../../include/text.php:1447 -msgid "post" -msgstr "publicar" - -#: ../../include/text.php:1602 -msgid "Item filed" -msgstr "O item foi arquivado" - -#: ../../include/diaspora.php:702 -msgid "Sharing notification from Diaspora network" -msgstr "Notificação de compartilhamento da rede Diaspora" - -#: ../../include/diaspora.php:2236 -msgid "Attachments:" -msgstr "Anexos:" - -#: ../../include/network.php:847 -msgid "view full size" -msgstr "ver tela cheia" - -#: ../../include/oembed.php:137 -msgid "Embedded content" -msgstr "Conteúdo incorporado" - -#: ../../include/oembed.php:146 -msgid "Embedding disabled" -msgstr "A incorporação está desabilitada" - -#: ../../include/uimport.php:61 -msgid "Error decoding account file" -msgstr "" - -#: ../../include/uimport.php:67 -msgid "Error! No version data in file! This is not a Friendica account file?" -msgstr "" - -#: ../../include/uimport.php:72 -msgid "Error! I can't import this file: DB schema version is not compatible." -msgstr "" - -#: ../../include/uimport.php:81 -msgid "Error! Cannot check nickname" -msgstr "" - -#: ../../include/uimport.php:85 -#, php-format -msgid "User '%s' already exists on this server!" -msgstr "" - -#: ../../include/uimport.php:104 -msgid "User creation error" -msgstr "" - -#: ../../include/uimport.php:122 -msgid "User profile creation error" -msgstr "" - -#: ../../include/uimport.php:167 -#, php-format -msgid "%d contact not imported" -msgid_plural "%d contacts not imported" -msgstr[0] "" -msgstr[1] "" - -#: ../../include/uimport.php:245 -msgid "Done. You can now login with your username and password" -msgstr "" - -#: ../../include/group.php:25 msgid "" -"A deleted group with this name was revived. Existing item permissions " -"may apply to this group and any future members. If this is " -"not what you intended, please create another group with a different name." -msgstr "Um grupo removido com esse nome foi reativado. Permissões de items já existentes poderão se aplicar a esse grupo e a qualquer membro no futuro. Se não é essa a sua intenção, favor criar outro grupo com um nome diferente." - -#: ../../include/group.php:207 -msgid "Default privacy group for new contacts" +"%s wrote the following post" msgstr "" -#: ../../include/group.php:226 -msgid "Everybody" -msgstr "Todos" +#: ../../include/bbcode.php:514 ../../include/bbcode.php:534 +msgid "$1 wrote:" +msgstr "$1 escreveu:" -#: ../../include/group.php:249 -msgid "edit" -msgstr "editar" - -#: ../../include/group.php:271 -msgid "Edit group" -msgstr "Editar grupo" - -#: ../../include/group.php:272 -msgid "Create a new group" -msgstr "Criar um novo grupo" - -#: ../../include/group.php:273 -msgid "Contacts not in any group" -msgstr "Contatos não estão dentro de nenhum grupo" - -#: ../../include/nav.php:46 ../../boot.php:948 -msgid "Logout" -msgstr "Sair" - -#: ../../include/nav.php:46 -msgid "End this session" -msgstr "Terminar esta sessão" - -#: ../../include/nav.php:49 ../../boot.php:1724 -msgid "Status" -msgstr "Status" - -#: ../../include/nav.php:64 -msgid "Sign in" -msgstr "Entrar" - -#: ../../include/nav.php:77 -msgid "Home Page" -msgstr "Página pessoal" - -#: ../../include/nav.php:81 -msgid "Create an account" -msgstr "Criar uma conta" - -#: ../../include/nav.php:86 -msgid "Help and documentation" -msgstr "Ajuda e documentação" - -#: ../../include/nav.php:89 -msgid "Apps" -msgstr "Aplicativos" - -#: ../../include/nav.php:89 -msgid "Addon applications, utilities, games" -msgstr "Complementos, utilitários, jogos" - -#: ../../include/nav.php:91 -msgid "Search site content" -msgstr "Pesquisar conteúdo no site" - -#: ../../include/nav.php:101 -msgid "Conversations on this site" -msgstr "Conversas neste site" - -#: ../../include/nav.php:103 -msgid "Directory" -msgstr "Diretório" - -#: ../../include/nav.php:103 -msgid "People directory" -msgstr "Diretório de pessoas" - -#: ../../include/nav.php:113 -msgid "Conversations from your friends" -msgstr "Conversas dos seus amigos" - -#: ../../include/nav.php:114 -msgid "Network Reset" +#: ../../include/bbcode.php:557 ../../include/bbcode.php:558 +msgid "Encrypted content" msgstr "" -#: ../../include/nav.php:114 -msgid "Load Network page with no filters" -msgstr "" +#: ../../include/acl_selectors.php:325 +msgid "Visible to everybody" +msgstr "Visível para todos" -#: ../../include/nav.php:122 -msgid "Friend Requests" -msgstr "Requisições de Amizade" +#: ../../include/acl_selectors.php:326 ../../view/theme/diabook/config.php:146 +#: ../../view/theme/diabook/theme.php:629 +msgid "show" +msgstr "exibir" -#: ../../include/nav.php:124 -msgid "See all notifications" -msgstr "Ver todas notificações" +#: ../../include/acl_selectors.php:327 ../../view/theme/diabook/config.php:146 +#: ../../view/theme/diabook/theme.php:629 +msgid "don't show" +msgstr "não exibir" -#: ../../include/nav.php:125 -msgid "Mark all system notifications seen" -msgstr "Marcar todas as notificações de sistema como vistas" - -#: ../../include/nav.php:129 -msgid "Private mail" -msgstr "Mensagem privada" - -#: ../../include/nav.php:130 -msgid "Inbox" -msgstr "Recebidas" - -#: ../../include/nav.php:131 -msgid "Outbox" -msgstr "Enviadas" - -#: ../../include/nav.php:135 -msgid "Manage" -msgstr "Gerenciar" - -#: ../../include/nav.php:135 -msgid "Manage other pages" -msgstr "Gerenciar outras páginas" - -#: ../../include/nav.php:140 ../../boot.php:1238 -msgid "Profiles" -msgstr "Perfis" - -#: ../../include/nav.php:140 -msgid "Manage/Edit Profiles" -msgstr "" - -#: ../../include/nav.php:142 -msgid "Manage/edit friends and contacts" -msgstr "Gerenciar/editar amigos e contatos" - -#: ../../include/nav.php:149 -msgid "Site setup and configuration" -msgstr "Configurações do site" - -#: ../../include/nav.php:173 -msgid "Nothing new here" -msgstr "Nada de novo aqui" - -#: ../../include/contact_widgets.php:6 -msgid "Add New Contact" -msgstr "Adicionar Contato Novo" - -#: ../../include/contact_widgets.php:7 -msgid "Enter address or web location" -msgstr "Forneça endereço ou localização web" - -#: ../../include/contact_widgets.php:8 -msgid "Example: bob@example.com, http://example.com/barbara" -msgstr "Por exemplo: joao@exemplo.com, http://exemplo.com/maria" - -#: ../../include/contact_widgets.php:23 -#, php-format -msgid "%d invitation available" -msgid_plural "%d invitations available" -msgstr[0] "%d convite disponível" -msgstr[1] "%d convites disponíveis" - -#: ../../include/contact_widgets.php:29 -msgid "Find People" -msgstr "Pesquisar por pessoas" - -#: ../../include/contact_widgets.php:30 -msgid "Enter name or interest" -msgstr "Fornecer nome ou interesse" - -#: ../../include/contact_widgets.php:31 -msgid "Connect/Follow" -msgstr "Conectar-se/acompanhar" - -#: ../../include/contact_widgets.php:32 -msgid "Examples: Robert Morgenstein, Fishing" -msgstr "Examplos: Robert Morgenstein, Fishing" - -#: ../../include/contact_widgets.php:36 -msgid "Random Profile" -msgstr "Perfil Randômico" - -#: ../../include/contact_widgets.php:70 -msgid "Networks" -msgstr "Redes" - -#: ../../include/contact_widgets.php:73 -msgid "All Networks" -msgstr "Todas as redes" - -#: ../../include/contact_widgets.php:103 ../../include/features.php:59 -msgid "Saved Folders" -msgstr "Pastas salvas" - -#: ../../include/contact_widgets.php:106 ../../include/contact_widgets.php:138 -msgid "Everything" -msgstr "Tudo" - -#: ../../include/contact_widgets.php:135 -msgid "Categories" -msgstr "Categorias" - -#: ../../include/auth.php:36 +#: ../../include/auth.php:38 msgid "Logged out." msgstr "Saiu." -#: ../../include/auth.php:126 +#: ../../include/auth.php:112 ../../include/auth.php:175 +#: ../../mod/openid.php:93 +msgid "Login failed." +msgstr "Não foi possível autenticar." + +#: ../../include/auth.php:128 msgid "" "We encountered a problem while logging in with the OpenID you provided. " "Please check the correct spelling of the ID." msgstr "Foi encontrado um erro ao tentar conectar usando o OpenID que você forneceu. Por favor, verifique se sua ID está escrita corretamente." -#: ../../include/auth.php:126 +#: ../../include/auth.php:128 msgid "The error message was:" msgstr "A mensagem de erro foi:" -#: ../../include/datetime.php:43 ../../include/datetime.php:45 -msgid "Miscellaneous" -msgstr "Miscelânea" - -#: ../../include/datetime.php:153 ../../include/datetime.php:285 -msgid "year" -msgstr "ano" - -#: ../../include/datetime.php:158 ../../include/datetime.php:286 -msgid "month" -msgstr "mês" - -#: ../../include/datetime.php:163 ../../include/datetime.php:288 -msgid "day" -msgstr "dia" - -#: ../../include/datetime.php:276 -msgid "never" -msgstr "nunca" - -#: ../../include/datetime.php:282 -msgid "less than a second ago" -msgstr "menos de um segundo atrás" - -#: ../../include/datetime.php:287 -msgid "week" -msgstr "semana" - -#: ../../include/datetime.php:289 -msgid "hour" -msgstr "hora" - -#: ../../include/datetime.php:289 -msgid "hours" -msgstr "horas" - -#: ../../include/datetime.php:290 -msgid "minute" -msgstr "minuto" - -#: ../../include/datetime.php:290 -msgid "minutes" -msgstr "minutos" - -#: ../../include/datetime.php:291 -msgid "second" -msgstr "segundo" - -#: ../../include/datetime.php:291 -msgid "seconds" -msgstr "segundos" - -#: ../../include/datetime.php:300 -#, php-format -msgid "%1$d %2$s ago" -msgstr "%1$d %2$s atrás" - -#: ../../include/datetime.php:472 ../../include/items.php:1695 -#, php-format -msgid "%s's birthday" -msgstr "" - -#: ../../include/datetime.php:473 ../../include/items.php:1696 -#, php-format -msgid "Happy Birthday %s" -msgstr "" - -#: ../../include/onepoll.php:414 -msgid "From: " -msgstr "De: " - -#: ../../include/bbcode.php:202 ../../include/bbcode.php:423 -msgid "Image/photo" -msgstr "Imagem/foto" - -#: ../../include/bbcode.php:388 ../../include/bbcode.php:408 -msgid "$1 wrote:" -msgstr "$1 escreveu:" - -#: ../../include/bbcode.php:427 ../../include/bbcode.php:428 -msgid "Encrypted content" -msgstr "" - -#: ../../include/features.php:23 -msgid "General Features" -msgstr "" - -#: ../../include/features.php:25 -msgid "Multiple Profiles" -msgstr "" - -#: ../../include/features.php:25 -msgid "Ability to create multiple profiles" -msgstr "" - -#: ../../include/features.php:30 -msgid "Post Composition Features" -msgstr "" - -#: ../../include/features.php:31 -msgid "Richtext Editor" -msgstr "" - -#: ../../include/features.php:31 -msgid "Enable richtext editor" -msgstr "" - -#: ../../include/features.php:32 -msgid "Post Preview" -msgstr "" - -#: ../../include/features.php:32 -msgid "Allow previewing posts and comments before publishing them" -msgstr "" - -#: ../../include/features.php:37 -msgid "Network Sidebar Widgets" -msgstr "" - -#: ../../include/features.php:38 -msgid "Search by Date" -msgstr "" - -#: ../../include/features.php:38 -msgid "Ability to select posts by date ranges" -msgstr "" - -#: ../../include/features.php:39 -msgid "Group Filter" -msgstr "" - -#: ../../include/features.php:39 -msgid "Enable widget to display Network posts only from selected group" -msgstr "" - -#: ../../include/features.php:40 -msgid "Network Filter" -msgstr "" - -#: ../../include/features.php:40 -msgid "Enable widget to display Network posts only from selected network" -msgstr "" - -#: ../../include/features.php:41 -msgid "Save search terms for re-use" -msgstr "" - -#: ../../include/features.php:46 -msgid "Network Tabs" -msgstr "" - -#: ../../include/features.php:47 -msgid "Network Personal Tab" -msgstr "" - -#: ../../include/features.php:47 -msgid "Enable tab to display only Network posts that you've interacted on" -msgstr "" - -#: ../../include/features.php:48 -msgid "Network New Tab" -msgstr "" - -#: ../../include/features.php:48 -msgid "Enable tab to display only new Network posts (from the last 12 hours)" -msgstr "" - -#: ../../include/features.php:49 -msgid "Network Shared Links Tab" -msgstr "" - -#: ../../include/features.php:49 -msgid "Enable tab to display only Network posts with links in them" -msgstr "" - -#: ../../include/features.php:54 -msgid "Post/Comment Tools" -msgstr "" - -#: ../../include/features.php:55 -msgid "Multiple Deletion" -msgstr "" - -#: ../../include/features.php:55 -msgid "Select and delete multiple posts/comments at once" -msgstr "" - -#: ../../include/features.php:56 -msgid "Edit Sent Posts" -msgstr "" - -#: ../../include/features.php:56 -msgid "Edit and correct posts and comments after sending" -msgstr "" - -#: ../../include/features.php:57 -msgid "Tagging" -msgstr "" - -#: ../../include/features.php:57 -msgid "Ability to tag existing posts" -msgstr "" - -#: ../../include/features.php:58 -msgid "Post Categories" -msgstr "" - -#: ../../include/features.php:58 -msgid "Add categories to your posts" -msgstr "" - -#: ../../include/features.php:59 -msgid "Ability to file posts under folders" -msgstr "" - -#: ../../include/features.php:60 -msgid "Dislike Posts" -msgstr "" - -#: ../../include/features.php:60 -msgid "Ability to dislike posts/comments" -msgstr "" - -#: ../../include/features.php:61 -msgid "Star Posts" -msgstr "" - -#: ../../include/features.php:61 -msgid "Ability to mark special posts with a star indicator" -msgstr "" - -#: ../../include/dba.php:41 -#, php-format -msgid "Cannot locate DNS info for database server '%s'" -msgstr "Não foi possível localizar a informação de DNS para o servidor de banco de dados '%s'" - -#: ../../include/message.php:15 ../../include/message.php:172 -msgid "[no subject]" -msgstr "[sem assunto]" - -#: ../../include/acl_selectors.php:286 -msgid "Visible to everybody" -msgstr "Visível para todos" - -#: ../../include/enotify.php:16 -msgid "Friendica Notification" -msgstr "Notificação Friendica" - -#: ../../include/enotify.php:19 -msgid "Thank You," -msgstr "Obrigado," - -#: ../../include/enotify.php:21 -#, php-format -msgid "%s Administrator" -msgstr "%s Administrador" - -#: ../../include/enotify.php:40 -#, php-format -msgid "%s " -msgstr "%s " - -#: ../../include/enotify.php:44 -#, php-format -msgid "[Friendica:Notify] New mail received at %s" -msgstr "[Friendica:Notify] Nova mensagem recebida em %s" - -#: ../../include/enotify.php:46 -#, php-format -msgid "%1$s sent you a new private message at %2$s." -msgstr "" - -#: ../../include/enotify.php:47 -#, php-format -msgid "%1$s sent you %2$s." -msgstr "" - -#: ../../include/enotify.php:47 -msgid "a private message" -msgstr "uma mensagem privada" - -#: ../../include/enotify.php:48 -#, php-format -msgid "Please visit %s to view and/or reply to your private messages." -msgstr "Favor visitar %s para ver e/ou responder às suas mensagens privadas." - -#: ../../include/enotify.php:89 -#, php-format -msgid "%1$s commented on [url=%2$s]a %3$s[/url]" -msgstr "" - -#: ../../include/enotify.php:96 -#, php-format -msgid "%1$s commented on [url=%2$s]%3$s's %4$s[/url]" -msgstr "" - -#: ../../include/enotify.php:104 -#, php-format -msgid "%1$s commented on [url=%2$s]your %3$s[/url]" -msgstr "" - -#: ../../include/enotify.php:114 -#, php-format -msgid "[Friendica:Notify] Comment to conversation #%1$d by %2$s" -msgstr "" - -#: ../../include/enotify.php:115 -#, php-format -msgid "%s commented on an item/conversation you have been following." -msgstr "%s comentou um item/conversa que você está seguindo." - -#: ../../include/enotify.php:118 ../../include/enotify.php:133 -#: ../../include/enotify.php:146 ../../include/enotify.php:164 -#: ../../include/enotify.php:177 -#, php-format -msgid "Please visit %s to view and/or reply to the conversation." -msgstr "Favor visitar %s para ver e/ou responder à conversa." - -#: ../../include/enotify.php:125 -#, php-format -msgid "[Friendica:Notify] %s posted to your profile wall" -msgstr "[Friendica:Notify] %s publicou no mural do seu perfil" - -#: ../../include/enotify.php:127 -#, php-format -msgid "%1$s posted to your profile wall at %2$s" -msgstr "" - -#: ../../include/enotify.php:129 -#, php-format -msgid "%1$s posted to [url=%2$s]your wall[/url]" -msgstr "" - -#: ../../include/enotify.php:140 -#, php-format -msgid "[Friendica:Notify] %s tagged you" -msgstr "[Friendica:Notify] %s etiquetou você" - -#: ../../include/enotify.php:141 -#, php-format -msgid "%1$s tagged you at %2$s" -msgstr "" - -#: ../../include/enotify.php:142 -#, php-format -msgid "%1$s [url=%2$s]tagged you[/url]." -msgstr "" - -#: ../../include/enotify.php:154 -#, php-format -msgid "[Friendica:Notify] %1$s poked you" -msgstr "" - -#: ../../include/enotify.php:155 -#, php-format -msgid "%1$s poked you at %2$s" -msgstr "" - -#: ../../include/enotify.php:156 -#, php-format -msgid "%1$s [url=%2$s]poked you[/url]." -msgstr "" - -#: ../../include/enotify.php:171 -#, php-format -msgid "[Friendica:Notify] %s tagged your post" -msgstr "[Friendica:Notify] %s etiquetou sua publicação" - -#: ../../include/enotify.php:172 -#, php-format -msgid "%1$s tagged your post at %2$s" -msgstr "" - -#: ../../include/enotify.php:173 -#, php-format -msgid "%1$s tagged [url=%2$s]your post[/url]" -msgstr "" - -#: ../../include/enotify.php:184 -msgid "[Friendica:Notify] Introduction received" -msgstr "[Friendica:Notify] Você recebeu uma apresentação" - -#: ../../include/enotify.php:185 -#, php-format -msgid "You've received an introduction from '%1$s' at %2$s" -msgstr "" - -#: ../../include/enotify.php:186 -#, php-format -msgid "You've received [url=%1$s]an introduction[/url] from %2$s." -msgstr "" - -#: ../../include/enotify.php:189 ../../include/enotify.php:207 -#, php-format -msgid "You may visit their profile at %s" -msgstr "Você pode visitar o perfil deles em %s" - -#: ../../include/enotify.php:191 -#, php-format -msgid "Please visit %s to approve or reject the introduction." -msgstr "Favor visitar %s para aprovar ou rejeitar a apresentação." - -#: ../../include/enotify.php:198 -msgid "[Friendica:Notify] Friend suggestion received" -msgstr "[Friendica:Notify] Você recebeu uma sugestão de amigo" - -#: ../../include/enotify.php:199 -#, php-format -msgid "You've received a friend suggestion from '%1$s' at %2$s" -msgstr "" - -#: ../../include/enotify.php:200 -#, php-format -msgid "" -"You've received [url=%1$s]a friend suggestion[/url] for %2$s from %3$s." -msgstr "" - -#: ../../include/enotify.php:205 -msgid "Name:" -msgstr "Nome:" - -#: ../../include/enotify.php:206 -msgid "Photo:" -msgstr "Foto:" - -#: ../../include/enotify.php:209 -#, php-format -msgid "Please visit %s to approve or reject the suggestion." -msgstr "Favor visitar %s para aprovar ou rejeitar a sugestão." +#: ../../include/bb2diaspora.php:393 ../../include/event.php:11 +#: ../../mod/localtime.php:12 +msgid "l F d, Y \\@ g:i A" +msgstr "l F d, Y \\@ H:i" + +#: ../../include/bb2diaspora.php:399 ../../include/event.php:20 +msgid "Starts:" +msgstr "Inicia:" + +#: ../../include/bb2diaspora.php:407 ../../include/event.php:30 +msgid "Finishes:" +msgstr "Termina:" + +#: ../../include/bb2diaspora.php:415 ../../include/event.php:40 +#: ../../mod/directory.php:134 ../../mod/events.php:471 ../../boot.php:1485 +msgid "Location:" +msgstr "Localização:" + +#: ../../include/follow.php:27 ../../mod/dfrn_request.php:502 +msgid "Disallowed profile URL." +msgstr "URL de perfil não permitida." #: ../../include/follow.php:32 msgid "Connect URL missing." @@ -9216,11 +515,11 @@ msgstr "Não foi possível encontrar nenhuma URL de navegação neste endereço. msgid "" "Unable to match @-style Identity Address with a known protocol or email " "contact." -msgstr "" +msgstr "Não foi possível casa o estilo @ de Endereço de Identidade com um protocolo conhecido ou contato de email." #: ../../include/follow.php:87 msgid "Use mailto: in front of address to force email check." -msgstr "" +msgstr "Use mailto: antes do endereço para forçar a checagem de email." #: ../../include/follow.php:93 msgid "" @@ -9242,86 +541,1743 @@ msgstr "Não foi possível recuperar a informação do contato." msgid "following" msgstr "acompanhando" -#: ../../include/items.php:3363 -msgid "A new person is sharing with you at " -msgstr "Uma nova pessoa está compartilhando com você em " - -#: ../../include/items.php:3363 -msgid "You have a new follower at " -msgstr "Você tem um novo acompanhante em " - -#: ../../include/items.php:4047 -msgid "Archives" -msgstr "" - -#: ../../include/user.php:38 +#: ../../include/user.php:39 msgid "An invitation is required." msgstr "É necessário um convite." -#: ../../include/user.php:43 +#: ../../include/user.php:44 msgid "Invitation could not be verified." msgstr "Não foi possível verificar o convite." -#: ../../include/user.php:51 +#: ../../include/user.php:52 msgid "Invalid OpenID url" msgstr "A URL do OpenID é inválida" -#: ../../include/user.php:66 +#: ../../include/user.php:67 msgid "Please enter the required information." msgstr "Por favor, forneça a informação solicitada." -#: ../../include/user.php:80 +#: ../../include/user.php:81 msgid "Please use a shorter name." msgstr "Por favor, use um nome mais curto." -#: ../../include/user.php:82 +#: ../../include/user.php:83 msgid "Name too short." msgstr "O nome é muito curto." -#: ../../include/user.php:97 +#: ../../include/user.php:98 msgid "That doesn't appear to be your full (First Last) name." msgstr "Isso não parece ser o seu nome completo (Nome Sobrenome)." -#: ../../include/user.php:102 +#: ../../include/user.php:103 msgid "Your email domain is not among those allowed on this site." msgstr "O domínio do seu e-mail não está entre os permitidos neste site." -#: ../../include/user.php:105 +#: ../../include/user.php:106 msgid "Not a valid email address." msgstr "Não é um endereço de e-mail válido." -#: ../../include/user.php:115 +#: ../../include/user.php:116 msgid "Cannot use that email." msgstr "Não é possível usar esse e-mail." -#: ../../include/user.php:121 +#: ../../include/user.php:122 msgid "" "Your \"nickname\" can only contain \"a-z\", \"0-9\", \"-\", and \"_\", and " "must also begin with a letter." msgstr "A sua identificação pode conter somente os caracteres \"a-z\", \"0-9\", \"-\", e \"_\", além disso, deve começar com uma letra." -#: ../../include/user.php:127 ../../include/user.php:225 +#: ../../include/user.php:128 ../../include/user.php:226 msgid "Nickname is already registered. Please choose another." msgstr "Esta identificação já foi registrada. Por favor, escolha outra." -#: ../../include/user.php:137 +#: ../../include/user.php:138 msgid "" "Nickname was once registered here and may not be re-used. Please choose " "another." msgstr "Essa identificação já foi registrada e não pode ser reutilizada. Por favor, escolha outra." -#: ../../include/user.php:153 +#: ../../include/user.php:154 msgid "SERIOUS ERROR: Generation of security keys failed." msgstr "ERRO GRAVE: Não foi possível gerar as chaves de segurança." -#: ../../include/user.php:211 +#: ../../include/user.php:212 msgid "An error occurred during registration. Please try again." msgstr "Ocorreu um erro durante o registro. Por favor, tente novamente." -#: ../../include/user.php:246 +#: ../../include/user.php:237 ../../include/text.php:1594 +msgid "default" +msgstr "padrão" + +#: ../../include/user.php:247 msgid "An error occurred creating your default profile. Please try again." msgstr "Ocorreu um erro na criação do seu perfil padrão. Por favor, tente novamente." +#: ../../include/user.php:325 ../../include/user.php:332 +#: ../../include/user.php:339 ../../mod/photos.php:154 +#: ../../mod/photos.php:725 ../../mod/photos.php:1183 +#: ../../mod/photos.php:1206 ../../mod/profile_photo.php:74 +#: ../../mod/profile_photo.php:81 ../../mod/profile_photo.php:88 +#: ../../mod/profile_photo.php:204 ../../mod/profile_photo.php:296 +#: ../../mod/profile_photo.php:305 ../../view/theme/diabook/theme.php:493 +msgid "Profile Photos" +msgstr "Fotos do perfil" + +#: ../../include/contact_selectors.php:32 +msgid "Unknown | Not categorised" +msgstr "Desconhecido | Não categorizado" + +#: ../../include/contact_selectors.php:33 +msgid "Block immediately" +msgstr "Bloquear imediatamente" + +#: ../../include/contact_selectors.php:34 +msgid "Shady, spammer, self-marketer" +msgstr "Dissimulado, spammer, propagandista" + +#: ../../include/contact_selectors.php:35 +msgid "Known to me, but no opinion" +msgstr "Eu conheço, mas não possuo nenhuma opinião acerca" + +#: ../../include/contact_selectors.php:36 +msgid "OK, probably harmless" +msgstr "Ok, provavelmente inofensivo" + +#: ../../include/contact_selectors.php:37 +msgid "Reputable, has my trust" +msgstr "Boa reputação, tem minha confiança" + +#: ../../include/contact_selectors.php:56 ../../mod/admin.php:452 +msgid "Frequently" +msgstr "Frequentemente" + +#: ../../include/contact_selectors.php:57 ../../mod/admin.php:453 +msgid "Hourly" +msgstr "De hora em hora" + +#: ../../include/contact_selectors.php:58 ../../mod/admin.php:454 +msgid "Twice daily" +msgstr "Duas vezes ao dia" + +#: ../../include/contact_selectors.php:59 ../../mod/admin.php:455 +msgid "Daily" +msgstr "Diariamente" + +#: ../../include/contact_selectors.php:60 +msgid "Weekly" +msgstr "Semanalmente" + +#: ../../include/contact_selectors.php:61 +msgid "Monthly" +msgstr "Mensalmente" + +#: ../../include/contact_selectors.php:76 ../../mod/dfrn_request.php:840 +msgid "Friendica" +msgstr "Friendica" + +#: ../../include/contact_selectors.php:77 +msgid "OStatus" +msgstr "OStatus" + +#: ../../include/contact_selectors.php:78 +msgid "RSS/Atom" +msgstr "RSS/Atom" + +#: ../../include/contact_selectors.php:79 +#: ../../include/contact_selectors.php:86 ../../mod/admin.php:766 +#: ../../mod/admin.php:777 +msgid "Email" +msgstr "E-mail" + +#: ../../include/contact_selectors.php:80 ../../mod/settings.php:705 +#: ../../mod/dfrn_request.php:842 +msgid "Diaspora" +msgstr "Diaspora" + +#: ../../include/contact_selectors.php:81 ../../mod/newmember.php:49 +#: ../../mod/newmember.php:51 +msgid "Facebook" +msgstr "Facebook" + +#: ../../include/contact_selectors.php:82 +msgid "Zot!" +msgstr "Zot!" + +#: ../../include/contact_selectors.php:83 +msgid "LinkedIn" +msgstr "LinkedIn" + +#: ../../include/contact_selectors.php:84 +msgid "XMPP/IM" +msgstr "XMPP/IM" + +#: ../../include/contact_selectors.php:85 +msgid "MySpace" +msgstr "MySpace" + +#: ../../include/contact_selectors.php:87 +msgid "Google+" +msgstr "Google+" + +#: ../../include/contact_widgets.php:6 +msgid "Add New Contact" +msgstr "Adicionar Contato Novo" + +#: ../../include/contact_widgets.php:7 +msgid "Enter address or web location" +msgstr "Forneça endereço ou localização web" + +#: ../../include/contact_widgets.php:8 +msgid "Example: bob@example.com, http://example.com/barbara" +msgstr "Por exemplo: joao@exemplo.com, http://exemplo.com/maria" + +#: ../../include/contact_widgets.php:9 ../../mod/suggest.php:88 +#: ../../mod/match.php:58 ../../boot.php:1417 +msgid "Connect" +msgstr "Conectar" + +#: ../../include/contact_widgets.php:23 +#, php-format +msgid "%d invitation available" +msgid_plural "%d invitations available" +msgstr[0] "%d convite disponível" +msgstr[1] "%d convites disponíveis" + +#: ../../include/contact_widgets.php:29 +msgid "Find People" +msgstr "Pesquisar por pessoas" + +#: ../../include/contact_widgets.php:30 +msgid "Enter name or interest" +msgstr "Fornecer nome ou interesse" + +#: ../../include/contact_widgets.php:31 +msgid "Connect/Follow" +msgstr "Conectar-se/acompanhar" + +#: ../../include/contact_widgets.php:32 +msgid "Examples: Robert Morgenstein, Fishing" +msgstr "Examplos: Robert Morgenstein, Fishing" + +#: ../../include/contact_widgets.php:33 ../../mod/contacts.php:613 +#: ../../mod/directory.php:61 +msgid "Find" +msgstr "Pesquisar" + +#: ../../include/contact_widgets.php:34 ../../mod/suggest.php:66 +#: ../../view/theme/diabook/theme.php:520 +msgid "Friend Suggestions" +msgstr "Sugestões de amigos" + +#: ../../include/contact_widgets.php:35 ../../view/theme/diabook/theme.php:519 +msgid "Similar Interests" +msgstr "Interesses Parecidos" + +#: ../../include/contact_widgets.php:36 +msgid "Random Profile" +msgstr "Perfil Randômico" + +#: ../../include/contact_widgets.php:37 ../../view/theme/diabook/theme.php:521 +msgid "Invite Friends" +msgstr "Convidar amigos" + +#: ../../include/contact_widgets.php:70 +msgid "Networks" +msgstr "Redes" + +#: ../../include/contact_widgets.php:73 +msgid "All Networks" +msgstr "Todas as redes" + +#: ../../include/contact_widgets.php:103 ../../include/features.php:59 +msgid "Saved Folders" +msgstr "Pastas salvas" + +#: ../../include/contact_widgets.php:106 ../../include/contact_widgets.php:138 +msgid "Everything" +msgstr "Tudo" + +#: ../../include/contact_widgets.php:135 +msgid "Categories" +msgstr "Categorias" + +#: ../../include/contact_widgets.php:199 ../../mod/contacts.php:343 +#, php-format +msgid "%d contact in common" +msgid_plural "%d contacts in common" +msgstr[0] "%d contato em comum" +msgstr[1] "%d contatos em comum" + +#: ../../include/contact_widgets.php:204 ../../mod/content.php:629 +#: ../../object/Item.php:365 ../../boot.php:671 +msgid "show more" +msgstr "exibir mais" + +#: ../../include/Scrape.php:583 +msgid " on Last.fm" +msgstr "na Last.fm" + +#: ../../include/network.php:877 +msgid "view full size" +msgstr "ver tela cheia" + +#: ../../include/datetime.php:43 ../../include/datetime.php:45 +msgid "Miscellaneous" +msgstr "Miscelânea" + +#: ../../include/datetime.php:153 ../../include/datetime.php:285 +msgid "year" +msgstr "ano" + +#: ../../include/datetime.php:158 ../../include/datetime.php:286 +msgid "month" +msgstr "mês" + +#: ../../include/datetime.php:163 ../../include/datetime.php:288 +msgid "day" +msgstr "dia" + +#: ../../include/datetime.php:276 +msgid "never" +msgstr "nunca" + +#: ../../include/datetime.php:282 +msgid "less than a second ago" +msgstr "menos de um segundo atrás" + +#: ../../include/datetime.php:285 +msgid "years" +msgstr "anos" + +#: ../../include/datetime.php:286 +msgid "months" +msgstr "meses" + +#: ../../include/datetime.php:287 +msgid "week" +msgstr "semana" + +#: ../../include/datetime.php:287 +msgid "weeks" +msgstr "semanas" + +#: ../../include/datetime.php:288 +msgid "days" +msgstr "dias" + +#: ../../include/datetime.php:289 +msgid "hour" +msgstr "hora" + +#: ../../include/datetime.php:289 +msgid "hours" +msgstr "horas" + +#: ../../include/datetime.php:290 +msgid "minute" +msgstr "minuto" + +#: ../../include/datetime.php:290 +msgid "minutes" +msgstr "minutos" + +#: ../../include/datetime.php:291 +msgid "second" +msgstr "segundo" + +#: ../../include/datetime.php:291 +msgid "seconds" +msgstr "segundos" + +#: ../../include/datetime.php:300 +#, php-format +msgid "%1$d %2$s ago" +msgstr "%1$d %2$s atrás" + +#: ../../include/datetime.php:472 ../../include/items.php:1813 +#, php-format +msgid "%s's birthday" +msgstr "aniversários de %s's" + +#: ../../include/datetime.php:473 ../../include/items.php:1814 +#, php-format +msgid "Happy Birthday %s" +msgstr "Feliz Aniversário %s" + +#: ../../include/plugin.php:439 ../../include/plugin.php:441 +msgid "Click here to upgrade." +msgstr "Clique aqui para atualização (upgrade)." + +#: ../../include/plugin.php:447 +msgid "This action exceeds the limits set by your subscription plan." +msgstr "Essa ação excede o limite configurado pelo seu plano contratado." + +#: ../../include/plugin.php:452 +msgid "This action is not available under your subscription plan." +msgstr "Essa ação não está disponível em seu plano contratado." + +#: ../../include/delivery.php:457 ../../include/notifier.php:775 +msgid "(no subject)" +msgstr "(sem assunto)" + +#: ../../include/delivery.php:468 ../../include/enotify.php:28 +#: ../../include/notifier.php:785 +msgid "noreply" +msgstr "naoresponda" + +#: ../../include/diaspora.php:621 ../../include/conversation.php:172 +#: ../../mod/dfrn_confirm.php:477 +#, php-format +msgid "%1$s is now friends with %2$s" +msgstr "%1$s agora é amigo de %2$s" + +#: ../../include/diaspora.php:704 +msgid "Sharing notification from Diaspora network" +msgstr "Notificação de compartilhamento da rede Diaspora" + +#: ../../include/diaspora.php:1874 ../../include/text.php:1860 +#: ../../include/conversation.php:126 ../../include/conversation.php:254 +#: ../../mod/subthread.php:87 ../../mod/tagger.php:62 ../../mod/like.php:151 +#: ../../view/theme/diabook/theme.php:464 +msgid "photo" +msgstr "foto" + +#: ../../include/diaspora.php:1874 ../../include/conversation.php:121 +#: ../../include/conversation.php:130 ../../include/conversation.php:249 +#: ../../include/conversation.php:258 ../../mod/subthread.php:87 +#: ../../mod/tagger.php:62 ../../mod/like.php:151 ../../mod/like.php:322 +#: ../../view/theme/diabook/theme.php:459 +#: ../../view/theme/diabook/theme.php:468 +msgid "status" +msgstr "status" + +#: ../../include/diaspora.php:1890 ../../include/conversation.php:137 +#: ../../mod/like.php:168 ../../view/theme/diabook/theme.php:473 +#, php-format +msgid "%1$s likes %2$s's %3$s" +msgstr "%1$s gosta de %3$s de %2$s" + +#: ../../include/diaspora.php:2262 +msgid "Attachments:" +msgstr "Anexos:" + +#: ../../include/items.php:3488 ../../mod/dfrn_request.php:716 +msgid "[Name Withheld]" +msgstr "[Nome não revelado]" + +#: ../../include/items.php:3495 +msgid "A new person is sharing with you at " +msgstr "Uma nova pessoa está compartilhando com você em " + +#: ../../include/items.php:3495 +msgid "You have a new follower at " +msgstr "Você tem um novo acompanhante em " + +#: ../../include/items.php:3979 ../../mod/display.php:51 +#: ../../mod/display.php:246 ../../mod/admin.php:158 ../../mod/admin.php:809 +#: ../../mod/admin.php:1009 ../../mod/viewsrc.php:15 ../../mod/notice.php:15 +msgid "Item not found." +msgstr "O item não foi encontrado." + +#: ../../include/items.php:4018 +msgid "Do you really want to delete this item?" +msgstr "Você realmente deseja deletar esse item?" + +#: ../../include/items.php:4020 ../../mod/profiles.php:610 +#: ../../mod/api.php:105 ../../mod/register.php:239 ../../mod/contacts.php:246 +#: ../../mod/settings.php:961 ../../mod/settings.php:967 +#: ../../mod/settings.php:975 ../../mod/settings.php:979 +#: ../../mod/settings.php:984 ../../mod/settings.php:990 +#: ../../mod/settings.php:996 ../../mod/settings.php:1002 +#: ../../mod/settings.php:1032 ../../mod/settings.php:1033 +#: ../../mod/settings.php:1034 ../../mod/settings.php:1035 +#: ../../mod/settings.php:1036 ../../mod/dfrn_request.php:836 +#: ../../mod/suggest.php:29 ../../mod/message.php:209 +msgid "Yes" +msgstr "Sim" + +#: ../../include/items.php:4023 ../../include/conversation.php:1120 +#: ../../mod/contacts.php:249 ../../mod/settings.php:585 +#: ../../mod/settings.php:611 ../../mod/dfrn_request.php:848 +#: ../../mod/suggest.php:32 ../../mod/tagrm.php:11 ../../mod/tagrm.php:94 +#: ../../mod/editpost.php:148 ../../mod/fbrowser.php:81 +#: ../../mod/fbrowser.php:116 ../../mod/message.php:212 +#: ../../mod/photos.php:202 ../../mod/photos.php:290 +msgid "Cancel" +msgstr "Cancelar" + +#: ../../include/items.php:4143 ../../mod/profiles.php:146 +#: ../../mod/profiles.php:571 ../../mod/notes.php:20 ../../mod/display.php:242 +#: ../../mod/nogroup.php:25 ../../mod/item.php:143 ../../mod/item.php:159 +#: ../../mod/allfriends.php:9 ../../mod/api.php:26 ../../mod/api.php:31 +#: ../../mod/register.php:40 ../../mod/regmod.php:118 ../../mod/attach.php:33 +#: ../../mod/contacts.php:147 ../../mod/settings.php:91 +#: ../../mod/settings.php:566 ../../mod/settings.php:571 +#: ../../mod/crepair.php:115 ../../mod/delegate.php:6 ../../mod/poke.php:135 +#: ../../mod/dfrn_confirm.php:53 ../../mod/suggest.php:56 +#: ../../mod/editpost.php:10 ../../mod/events.php:140 ../../mod/uimport.php:23 +#: ../../mod/follow.php:9 ../../mod/fsuggest.php:78 ../../mod/group.php:19 +#: ../../mod/viewcontacts.php:22 ../../mod/wall_attach.php:55 +#: ../../mod/wall_upload.php:66 ../../mod/invite.php:15 +#: ../../mod/invite.php:101 ../../mod/wallmessage.php:9 +#: ../../mod/wallmessage.php:33 ../../mod/wallmessage.php:79 +#: ../../mod/wallmessage.php:103 ../../mod/manage.php:96 +#: ../../mod/message.php:38 ../../mod/message.php:174 ../../mod/mood.php:114 +#: ../../mod/network.php:6 ../../mod/notifications.php:66 +#: ../../mod/photos.php:133 ../../mod/photos.php:1044 +#: ../../mod/install.php:151 ../../mod/profile_photo.php:19 +#: ../../mod/profile_photo.php:169 ../../mod/profile_photo.php:180 +#: ../../mod/profile_photo.php:193 ../../index.php:346 +msgid "Permission denied." +msgstr "Permissão negada." + +#: ../../include/items.php:4213 +msgid "Archives" +msgstr "Arquivos" + +#: ../../include/features.php:23 +msgid "General Features" +msgstr "Funcionalidades Gerais" + +#: ../../include/features.php:25 +msgid "Multiple Profiles" +msgstr "Perfís Múltiplos" + +#: ../../include/features.php:25 +msgid "Ability to create multiple profiles" +msgstr "Habilidade para criar perfis múltiplos" + +#: ../../include/features.php:30 +msgid "Post Composition Features" +msgstr "Funcionalidades de Composição de Publicações" + +#: ../../include/features.php:31 +msgid "Richtext Editor" +msgstr "Editor Richtext" + +#: ../../include/features.php:31 +msgid "Enable richtext editor" +msgstr "Habilite editor richtext" + +#: ../../include/features.php:32 +msgid "Post Preview" +msgstr "Pré-visualização da Publicação" + +#: ../../include/features.php:32 +msgid "Allow previewing posts and comments before publishing them" +msgstr "Permite pré-visualizar publicações e comentários antes de publicá-los" + +#: ../../include/features.php:37 +msgid "Network Sidebar Widgets" +msgstr "Widgets da Barra Lateral da Rede" + +#: ../../include/features.php:38 +msgid "Search by Date" +msgstr "Buscar por Data" + +#: ../../include/features.php:38 +msgid "Ability to select posts by date ranges" +msgstr "Habilidade para selecionar publicações por intervalos de data" + +#: ../../include/features.php:39 +msgid "Group Filter" +msgstr "Filtrar Grupo" + +#: ../../include/features.php:39 +msgid "Enable widget to display Network posts only from selected group" +msgstr "Habilita widget para mostrar publicações da Rede somente de grupos selecionados" + +#: ../../include/features.php:40 +msgid "Network Filter" +msgstr "Filtrar Rede" + +#: ../../include/features.php:40 +msgid "Enable widget to display Network posts only from selected network" +msgstr "Habilita widget para mostrar publicações da Rede de redes selecionadas" + +#: ../../include/features.php:41 ../../mod/search.php:30 +#: ../../mod/network.php:233 +msgid "Saved Searches" +msgstr "Pesquisas salvas" + +#: ../../include/features.php:41 +msgid "Save search terms for re-use" +msgstr "Guarde as palavras-chaves para reuso" + +#: ../../include/features.php:46 +msgid "Network Tabs" +msgstr "Abas da Rede" + +#: ../../include/features.php:47 +msgid "Network Personal Tab" +msgstr "Aba Pessoal da Rede" + +#: ../../include/features.php:47 +msgid "Enable tab to display only Network posts that you've interacted on" +msgstr "Habilitar aba para mostrar apenas as publicações da Rede que você tenha interagido" + +#: ../../include/features.php:48 +msgid "Network New Tab" +msgstr "Aba Nova da Rede" + +#: ../../include/features.php:48 +msgid "Enable tab to display only new Network posts (from the last 12 hours)" +msgstr "Habilite aba para mostra apenas publicações da Rede novas (das últimas 12 horas)" + +#: ../../include/features.php:49 +msgid "Network Shared Links Tab" +msgstr "Aba de Links Compartilhados da Rede" + +#: ../../include/features.php:49 +msgid "Enable tab to display only Network posts with links in them" +msgstr "Habilite aba para mostrar somente publicações da Rede que contenham links" + +#: ../../include/features.php:54 +msgid "Post/Comment Tools" +msgstr "Ferramentas de Publicação/Comentário" + +#: ../../include/features.php:55 +msgid "Multiple Deletion" +msgstr "Deleção Multipla" + +#: ../../include/features.php:55 +msgid "Select and delete multiple posts/comments at once" +msgstr "Selecione e delete múltiplas publicações/comentário imediatamente" + +#: ../../include/features.php:56 +msgid "Edit Sent Posts" +msgstr "Editar Publicações Enviadas" + +#: ../../include/features.php:56 +msgid "Edit and correct posts and comments after sending" +msgstr "Editar e corrigir publicações e comentários após envio" + +#: ../../include/features.php:57 +msgid "Tagging" +msgstr "Marcação" + +#: ../../include/features.php:57 +msgid "Ability to tag existing posts" +msgstr "Capacidade de marcar (tag) publicações existentes" + +#: ../../include/features.php:58 +msgid "Post Categories" +msgstr "Categorias de Publicações" + +#: ../../include/features.php:58 +msgid "Add categories to your posts" +msgstr "Adicione Categorias ás Publicações" + +#: ../../include/features.php:59 +msgid "Ability to file posts under folders" +msgstr "Habilidade de arquivar publicações em pastas" + +#: ../../include/features.php:60 +msgid "Dislike Posts" +msgstr "Desgoste (dislike) Publicações" + +#: ../../include/features.php:60 +msgid "Ability to dislike posts/comments" +msgstr "Habilidade para desgostar (dislike) publicações/comentários" + +#: ../../include/features.php:61 +msgid "Star Posts" +msgstr "Estrelar Publicações" + +#: ../../include/features.php:61 +msgid "Ability to mark special posts with a star indicator" +msgstr "Habilidade para marcar publicações especiais com uma estrela indicadora" + +#: ../../include/dba.php:44 +#, php-format +msgid "Cannot locate DNS info for database server '%s'" +msgstr "Não foi possível localizar a informação de DNS para o servidor de banco de dados '%s'" + +#: ../../include/text.php:294 +msgid "prev" +msgstr "anterior" + +#: ../../include/text.php:296 +msgid "first" +msgstr "primeiro" + +#: ../../include/text.php:325 +msgid "last" +msgstr "último" + +#: ../../include/text.php:328 +msgid "next" +msgstr "próximo" + +#: ../../include/text.php:352 +msgid "newer" +msgstr "mais recente" + +#: ../../include/text.php:356 +msgid "older" +msgstr "antigo" + +#: ../../include/text.php:807 +msgid "No contacts" +msgstr "Nenhum contato" + +#: ../../include/text.php:816 +#, php-format +msgid "%d Contact" +msgid_plural "%d Contacts" +msgstr[0] "%d contato" +msgstr[1] "%d contatos" + +#: ../../include/text.php:828 ../../mod/viewcontacts.php:76 +msgid "View Contacts" +msgstr "Ver contatos" + +#: ../../include/text.php:905 ../../include/text.php:906 +#: ../../include/nav.php:118 ../../mod/search.php:99 +msgid "Search" +msgstr "Pesquisar" + +#: ../../include/text.php:908 ../../mod/notes.php:63 ../../mod/filer.php:31 +msgid "Save" +msgstr "Salvar" + +#: ../../include/text.php:957 +msgid "poke" +msgstr "cutucar" + +#: ../../include/text.php:957 ../../include/conversation.php:211 +msgid "poked" +msgstr "cutucado" + +#: ../../include/text.php:958 +msgid "ping" +msgstr "ping" + +#: ../../include/text.php:958 +msgid "pinged" +msgstr "pingado" + +#: ../../include/text.php:959 +msgid "prod" +msgstr "incentivar" + +#: ../../include/text.php:959 +msgid "prodded" +msgstr "incentivado" + +#: ../../include/text.php:960 +msgid "slap" +msgstr "bater" + +#: ../../include/text.php:960 +msgid "slapped" +msgstr "batido" + +#: ../../include/text.php:961 +msgid "finger" +msgstr "apontar" + +#: ../../include/text.php:961 +msgid "fingered" +msgstr "apontado" + +#: ../../include/text.php:962 +msgid "rebuff" +msgstr "rejeite" + +#: ../../include/text.php:962 +msgid "rebuffed" +msgstr "rejeitado" + +#: ../../include/text.php:976 +msgid "happy" +msgstr "feliz" + +#: ../../include/text.php:977 +msgid "sad" +msgstr "triste" + +#: ../../include/text.php:978 +msgid "mellow" +msgstr "" + +#: ../../include/text.php:979 +msgid "tired" +msgstr "cansado" + +#: ../../include/text.php:980 +msgid "perky" +msgstr "" + +#: ../../include/text.php:981 +msgid "angry" +msgstr "chateado" + +#: ../../include/text.php:982 +msgid "stupified" +msgstr "estupefato" + +#: ../../include/text.php:983 +msgid "puzzled" +msgstr "confuso" + +#: ../../include/text.php:984 +msgid "interested" +msgstr "interessado" + +#: ../../include/text.php:985 +msgid "bitter" +msgstr "" + +#: ../../include/text.php:986 +msgid "cheerful" +msgstr "" + +#: ../../include/text.php:987 +msgid "alive" +msgstr "vivo" + +#: ../../include/text.php:988 +msgid "annoyed" +msgstr "incomodado" + +#: ../../include/text.php:989 +msgid "anxious" +msgstr "ansioso" + +#: ../../include/text.php:990 +msgid "cranky" +msgstr "" + +#: ../../include/text.php:991 +msgid "disturbed" +msgstr "perturbado" + +#: ../../include/text.php:992 +msgid "frustrated" +msgstr "frustrado" + +#: ../../include/text.php:993 +msgid "motivated" +msgstr "motivado" + +#: ../../include/text.php:994 +msgid "relaxed" +msgstr "relaxado" + +#: ../../include/text.php:995 +msgid "surprised" +msgstr "surpreso" + +#: ../../include/text.php:1161 +msgid "Monday" +msgstr "Segunda" + +#: ../../include/text.php:1161 +msgid "Tuesday" +msgstr "Terça" + +#: ../../include/text.php:1161 +msgid "Wednesday" +msgstr "Quarta" + +#: ../../include/text.php:1161 +msgid "Thursday" +msgstr "Quinta" + +#: ../../include/text.php:1161 +msgid "Friday" +msgstr "Sexta" + +#: ../../include/text.php:1161 +msgid "Saturday" +msgstr "Sábado" + +#: ../../include/text.php:1161 +msgid "Sunday" +msgstr "Domingo" + +#: ../../include/text.php:1165 +msgid "January" +msgstr "Janeiro" + +#: ../../include/text.php:1165 +msgid "February" +msgstr "Fevereiro" + +#: ../../include/text.php:1165 +msgid "March" +msgstr "Março" + +#: ../../include/text.php:1165 +msgid "April" +msgstr "Abril" + +#: ../../include/text.php:1165 +msgid "May" +msgstr "Maio" + +#: ../../include/text.php:1165 +msgid "June" +msgstr "Junho" + +#: ../../include/text.php:1165 +msgid "July" +msgstr "Julho" + +#: ../../include/text.php:1165 +msgid "August" +msgstr "Agosto" + +#: ../../include/text.php:1165 +msgid "September" +msgstr "Setembro" + +#: ../../include/text.php:1165 +msgid "October" +msgstr "Outubro" + +#: ../../include/text.php:1165 +msgid "November" +msgstr "Novembro" + +#: ../../include/text.php:1165 +msgid "December" +msgstr "Dezembro" + +#: ../../include/text.php:1321 ../../mod/videos.php:301 +msgid "View Video" +msgstr "" + +#: ../../include/text.php:1353 +msgid "bytes" +msgstr "bytes" + +#: ../../include/text.php:1377 ../../include/text.php:1389 +msgid "Click to open/close" +msgstr "Clique para abrir/fechar" + +#: ../../include/text.php:1551 ../../mod/events.php:335 +msgid "link to source" +msgstr "exibir a origem" + +#: ../../include/text.php:1606 +msgid "Select an alternate language" +msgstr "Selecione um idioma alternativo" + +#: ../../include/text.php:1858 ../../include/conversation.php:118 +#: ../../include/conversation.php:246 ../../view/theme/diabook/theme.php:456 +msgid "event" +msgstr "evento" + +#: ../../include/text.php:1862 +msgid "activity" +msgstr "atividade" + +#: ../../include/text.php:1864 ../../mod/content.php:628 +#: ../../object/Item.php:364 ../../object/Item.php:377 +msgid "comment" +msgid_plural "comments" +msgstr[0] "comentário" +msgstr[1] "comentários" + +#: ../../include/text.php:1865 +msgid "post" +msgstr "publicar" + +#: ../../include/text.php:2020 +msgid "Item filed" +msgstr "O item foi arquivado" + +#: ../../include/group.php:25 +msgid "" +"A deleted group with this name was revived. Existing item permissions " +"may apply to this group and any future members. If this is " +"not what you intended, please create another group with a different name." +msgstr "Um grupo removido com esse nome foi reativado. Permissões de items já existentes poderão se aplicar a esse grupo e a qualquer membro no futuro. Se não é essa a sua intenção, favor criar outro grupo com um nome diferente." + +#: ../../include/group.php:207 +msgid "Default privacy group for new contacts" +msgstr "" + +#: ../../include/group.php:226 +msgid "Everybody" +msgstr "Todos" + +#: ../../include/group.php:249 +msgid "edit" +msgstr "editar" + +#: ../../include/group.php:270 ../../mod/newmember.php:66 +msgid "Groups" +msgstr "Grupos" + +#: ../../include/group.php:271 +msgid "Edit group" +msgstr "Editar grupo" + +#: ../../include/group.php:272 +msgid "Create a new group" +msgstr "Criar um novo grupo" + +#: ../../include/group.php:273 +msgid "Contacts not in any group" +msgstr "Contatos não estão dentro de nenhum grupo" + +#: ../../include/group.php:275 ../../mod/network.php:234 +msgid "add" +msgstr "adicionar" + +#: ../../include/conversation.php:140 ../../mod/like.php:170 +#, php-format +msgid "%1$s doesn't like %2$s's %3$s" +msgstr "%1$s não gosta de %3$s de %2$s" + +#: ../../include/conversation.php:207 +#, php-format +msgid "%1$s poked %2$s" +msgstr "%1$s cutucou %2$s" + +#: ../../include/conversation.php:227 ../../mod/mood.php:62 +#, php-format +msgid "%1$s is currently %2$s" +msgstr "%1$s atualmente está %2$s" + +#: ../../include/conversation.php:266 ../../mod/tagger.php:95 +#, php-format +msgid "%1$s tagged %2$s's %3$s with %4$s" +msgstr "%1$s etiquetou %3$s de %2$s com %4$s" + +#: ../../include/conversation.php:291 +msgid "post/item" +msgstr "postagem/item" + +#: ../../include/conversation.php:292 +#, php-format +msgid "%1$s marked %2$s's %3$s as favorite" +msgstr "%1$s marcou %3$s de %2$s como favorito" + +#: ../../include/conversation.php:612 ../../mod/content.php:461 +#: ../../mod/content.php:763 ../../object/Item.php:126 +msgid "Select" +msgstr "Selecionar" + +#: ../../include/conversation.php:613 ../../mod/admin.php:770 +#: ../../mod/settings.php:647 ../../mod/group.php:171 +#: ../../mod/photos.php:1637 ../../mod/content.php:462 +#: ../../mod/content.php:764 ../../object/Item.php:127 +msgid "Delete" +msgstr "Excluir" + +#: ../../include/conversation.php:652 ../../mod/content.php:495 +#: ../../mod/content.php:875 ../../mod/content.php:876 +#: ../../object/Item.php:306 ../../object/Item.php:307 +#, php-format +msgid "View %s's profile @ %s" +msgstr "Ver o perfil de %s @ %s" + +#: ../../include/conversation.php:664 ../../object/Item.php:297 +msgid "Categories:" +msgstr "Categorias:" + +#: ../../include/conversation.php:665 ../../object/Item.php:298 +msgid "Filed under:" +msgstr "Arquivado sob:" + +#: ../../include/conversation.php:672 ../../mod/content.php:505 +#: ../../mod/content.php:887 ../../object/Item.php:320 +#, php-format +msgid "%s from %s" +msgstr "%s de %s" + +#: ../../include/conversation.php:687 ../../mod/content.php:520 +msgid "View in context" +msgstr "Ver no contexto" + +#: ../../include/conversation.php:689 ../../include/conversation.php:1100 +#: ../../mod/editpost.php:124 ../../mod/wallmessage.php:156 +#: ../../mod/message.php:334 ../../mod/message.php:565 +#: ../../mod/photos.php:1532 ../../mod/content.php:522 +#: ../../mod/content.php:906 ../../object/Item.php:341 +msgid "Please wait" +msgstr "Por favor, espere" + +#: ../../include/conversation.php:768 +msgid "remove" +msgstr "remover" + +#: ../../include/conversation.php:772 +msgid "Delete Selected Items" +msgstr "Excluir os itens selecionados" + +#: ../../include/conversation.php:871 +msgid "Follow Thread" +msgstr "Seguir o Thread" + +#: ../../include/conversation.php:940 +#, php-format +msgid "%s likes this." +msgstr "%s gostou disso." + +#: ../../include/conversation.php:940 +#, php-format +msgid "%s doesn't like this." +msgstr "%s não gostou disso." + +#: ../../include/conversation.php:945 +#, php-format +msgid "%2$d people like this" +msgstr "%2$d pessoas gostaram disso" + +#: ../../include/conversation.php:948 +#, php-format +msgid "%2$d people don't like this" +msgstr "%2$d pessoas não gostaram disso" + +#: ../../include/conversation.php:962 +msgid "and" +msgstr "e" + +#: ../../include/conversation.php:968 +#, php-format +msgid ", and %d other people" +msgstr ", e mais %d outras pessoas" + +#: ../../include/conversation.php:970 +#, php-format +msgid "%s like this." +msgstr "%s gostaram disso." + +#: ../../include/conversation.php:970 +#, php-format +msgid "%s don't like this." +msgstr "%s não gostaram disso." + +#: ../../include/conversation.php:997 ../../include/conversation.php:1015 +msgid "Visible to everybody" +msgstr "Visível para todos" + +#: ../../include/conversation.php:998 ../../include/conversation.php:1016 +#: ../../mod/wallmessage.php:127 ../../mod/wallmessage.php:135 +#: ../../mod/message.php:283 ../../mod/message.php:291 +#: ../../mod/message.php:466 ../../mod/message.php:474 +msgid "Please enter a link URL:" +msgstr "Por favor, digite uma URL:" + +#: ../../include/conversation.php:999 ../../include/conversation.php:1017 +msgid "Please enter a video link/URL:" +msgstr "Favor fornecer um link/URL de vídeo" + +#: ../../include/conversation.php:1000 ../../include/conversation.php:1018 +msgid "Please enter an audio link/URL:" +msgstr "Favor fornecer um link/URL de áudio" + +#: ../../include/conversation.php:1001 ../../include/conversation.php:1019 +msgid "Tag term:" +msgstr "Termo da tag:" + +#: ../../include/conversation.php:1002 ../../include/conversation.php:1020 +#: ../../mod/filer.php:30 +msgid "Save to Folder:" +msgstr "Salvar na pasta:" + +#: ../../include/conversation.php:1003 ../../include/conversation.php:1021 +msgid "Where are you right now?" +msgstr "Onde você está agora?" + +#: ../../include/conversation.php:1004 +msgid "Delete item(s)?" +msgstr "Deletar item(s)?" + +#: ../../include/conversation.php:1046 +msgid "Post to Email" +msgstr "Enviar por e-mail" + +#: ../../include/conversation.php:1081 ../../mod/photos.php:1531 +msgid "Share" +msgstr "Compartilhar" + +#: ../../include/conversation.php:1082 ../../mod/editpost.php:110 +#: ../../mod/wallmessage.php:154 ../../mod/message.php:332 +#: ../../mod/message.php:562 +msgid "Upload photo" +msgstr "Enviar foto" + +#: ../../include/conversation.php:1083 ../../mod/editpost.php:111 +msgid "upload photo" +msgstr "upload de foto" + +#: ../../include/conversation.php:1084 ../../mod/editpost.php:112 +msgid "Attach file" +msgstr "Anexar arquivo" + +#: ../../include/conversation.php:1085 ../../mod/editpost.php:113 +msgid "attach file" +msgstr "anexar arquivo" + +#: ../../include/conversation.php:1086 ../../mod/editpost.php:114 +#: ../../mod/wallmessage.php:155 ../../mod/message.php:333 +#: ../../mod/message.php:563 +msgid "Insert web link" +msgstr "Inserir link web" + +#: ../../include/conversation.php:1087 ../../mod/editpost.php:115 +msgid "web link" +msgstr "link web" + +#: ../../include/conversation.php:1088 ../../mod/editpost.php:116 +msgid "Insert video link" +msgstr "Inserir link de vídeo" + +#: ../../include/conversation.php:1089 ../../mod/editpost.php:117 +msgid "video link" +msgstr "link de vídeo" + +#: ../../include/conversation.php:1090 ../../mod/editpost.php:118 +msgid "Insert audio link" +msgstr "Inserir link de áudio" + +#: ../../include/conversation.php:1091 ../../mod/editpost.php:119 +msgid "audio link" +msgstr "link de áudio" + +#: ../../include/conversation.php:1092 ../../mod/editpost.php:120 +msgid "Set your location" +msgstr "Definir sua localização" + +#: ../../include/conversation.php:1093 ../../mod/editpost.php:121 +msgid "set location" +msgstr "configure localização" + +#: ../../include/conversation.php:1094 ../../mod/editpost.php:122 +msgid "Clear browser location" +msgstr "Limpar a localização do navegador" + +#: ../../include/conversation.php:1095 ../../mod/editpost.php:123 +msgid "clear location" +msgstr "apague localização" + +#: ../../include/conversation.php:1097 ../../mod/editpost.php:137 +msgid "Set title" +msgstr "Definir o título" + +#: ../../include/conversation.php:1099 ../../mod/editpost.php:139 +msgid "Categories (comma-separated list)" +msgstr "Categorias (lista separada por vírgulas)" + +#: ../../include/conversation.php:1101 ../../mod/editpost.php:125 +msgid "Permission settings" +msgstr "Configurações de permissão" + +#: ../../include/conversation.php:1102 +msgid "permissions" +msgstr "permissões" + +#: ../../include/conversation.php:1110 ../../mod/editpost.php:133 +msgid "CC: email addresses" +msgstr "CC: endereço de e-mail" + +#: ../../include/conversation.php:1111 ../../mod/editpost.php:134 +msgid "Public post" +msgstr "Publicação pública" + +#: ../../include/conversation.php:1113 ../../mod/editpost.php:140 +msgid "Example: bob@example.com, mary@example.com" +msgstr "Por exemplo: joao@exemplo.com, maria@exemplo.com" + +#: ../../include/conversation.php:1117 ../../mod/editpost.php:145 +#: ../../mod/photos.php:1553 ../../mod/photos.php:1597 +#: ../../mod/photos.php:1680 ../../mod/content.php:742 +#: ../../object/Item.php:662 +msgid "Preview" +msgstr "Pré-visualização" + +#: ../../include/conversation.php:1126 +msgid "Post to Groups" +msgstr "Postar em Grupos" + +#: ../../include/conversation.php:1127 +msgid "Post to Contacts" +msgstr "" + +#: ../../include/conversation.php:1128 +msgid "Private post" +msgstr "Publicar privado" + +#: ../../include/enotify.php:16 +msgid "Friendica Notification" +msgstr "Notificação Friendica" + +#: ../../include/enotify.php:19 +msgid "Thank You," +msgstr "Obrigado," + +#: ../../include/enotify.php:21 +#, php-format +msgid "%s Administrator" +msgstr "%s Administrador" + +#: ../../include/enotify.php:40 +#, php-format +msgid "%s " +msgstr "%s " + +#: ../../include/enotify.php:44 +#, php-format +msgid "[Friendica:Notify] New mail received at %s" +msgstr "[Friendica:Notify] Nova mensagem recebida em %s" + +#: ../../include/enotify.php:46 +#, php-format +msgid "%1$s sent you a new private message at %2$s." +msgstr "%1$s lhe enviou uma mensagem privativa em %2$s." + +#: ../../include/enotify.php:47 +#, php-format +msgid "%1$s sent you %2$s." +msgstr "%1$s lhe enviou %2$s." + +#: ../../include/enotify.php:47 +msgid "a private message" +msgstr "uma mensagem privada" + +#: ../../include/enotify.php:48 +#, php-format +msgid "Please visit %s to view and/or reply to your private messages." +msgstr "Favor visitar %s para ver e/ou responder às suas mensagens privadas." + +#: ../../include/enotify.php:90 +#, php-format +msgid "%1$s commented on [url=%2$s]a %3$s[/url]" +msgstr "" + +#: ../../include/enotify.php:97 +#, php-format +msgid "%1$s commented on [url=%2$s]%3$s's %4$s[/url]" +msgstr "%1$s comentou na %4$s de [url=%2$s]%3$s [/url]" + +#: ../../include/enotify.php:105 +#, php-format +msgid "%1$s commented on [url=%2$s]your %3$s[/url]" +msgstr "%1$s comentou em [url=%2$s]seu %3$s[/url]" + +#: ../../include/enotify.php:115 +#, php-format +msgid "[Friendica:Notify] Comment to conversation #%1$d by %2$s" +msgstr "[Friendica:Notify] Comentário na conversa #%1$d por %2$s" + +#: ../../include/enotify.php:116 +#, php-format +msgid "%s commented on an item/conversation you have been following." +msgstr "%s comentou um item/conversa que você está seguindo." + +#: ../../include/enotify.php:119 ../../include/enotify.php:134 +#: ../../include/enotify.php:147 ../../include/enotify.php:165 +#: ../../include/enotify.php:178 +#, php-format +msgid "Please visit %s to view and/or reply to the conversation." +msgstr "Favor visitar %s para ver e/ou responder à conversa." + +#: ../../include/enotify.php:126 +#, php-format +msgid "[Friendica:Notify] %s posted to your profile wall" +msgstr "[Friendica:Notify] %s publicou no mural do seu perfil" + +#: ../../include/enotify.php:128 +#, php-format +msgid "%1$s posted to your profile wall at %2$s" +msgstr "%1$s publicou no mural do seu perfil em %2$s" + +#: ../../include/enotify.php:130 +#, php-format +msgid "%1$s posted to [url=%2$s]your wall[/url]" +msgstr "%1$s publicou para [url=%2$s]seu mural[/url]" + +#: ../../include/enotify.php:141 +#, php-format +msgid "[Friendica:Notify] %s tagged you" +msgstr "[Friendica:Notify] %s etiquetou você" + +#: ../../include/enotify.php:142 +#, php-format +msgid "%1$s tagged you at %2$s" +msgstr "%1$s marcou você em %2$s" + +#: ../../include/enotify.php:143 +#, php-format +msgid "%1$s [url=%2$s]tagged you[/url]." +msgstr "%1$s [url=%2$s]marcou você[/url]." + +#: ../../include/enotify.php:155 +#, php-format +msgid "[Friendica:Notify] %1$s poked you" +msgstr "[Friendica:Notify] %1$s cutucou você" + +#: ../../include/enotify.php:156 +#, php-format +msgid "%1$s poked you at %2$s" +msgstr "%1$s cutucou você às %2$s" + +#: ../../include/enotify.php:157 +#, php-format +msgid "%1$s [url=%2$s]poked you[/url]." +msgstr "%1$s [url=%2$s]cutucou você[/url]." + +#: ../../include/enotify.php:172 +#, php-format +msgid "[Friendica:Notify] %s tagged your post" +msgstr "[Friendica:Notify] %s etiquetou sua publicação" + +#: ../../include/enotify.php:173 +#, php-format +msgid "%1$s tagged your post at %2$s" +msgstr "%1$s marcou sua publicação às %2$s" + +#: ../../include/enotify.php:174 +#, php-format +msgid "%1$s tagged [url=%2$s]your post[/url]" +msgstr "" + +#: ../../include/enotify.php:185 +msgid "[Friendica:Notify] Introduction received" +msgstr "[Friendica:Notify] Você recebeu uma apresentação" + +#: ../../include/enotify.php:186 +#, php-format +msgid "You've received an introduction from '%1$s' at %2$s" +msgstr "" + +#: ../../include/enotify.php:187 +#, php-format +msgid "You've received [url=%1$s]an introduction[/url] from %2$s." +msgstr "" + +#: ../../include/enotify.php:190 ../../include/enotify.php:208 +#, php-format +msgid "You may visit their profile at %s" +msgstr "Você pode visitar o perfil deles em %s" + +#: ../../include/enotify.php:192 +#, php-format +msgid "Please visit %s to approve or reject the introduction." +msgstr "Favor visitar %s para aprovar ou rejeitar a apresentação." + +#: ../../include/enotify.php:199 +msgid "[Friendica:Notify] Friend suggestion received" +msgstr "[Friendica:Notify] Você recebeu uma sugestão de amigo" + +#: ../../include/enotify.php:200 +#, php-format +msgid "You've received a friend suggestion from '%1$s' at %2$s" +msgstr "" + +#: ../../include/enotify.php:201 +#, php-format +msgid "" +"You've received [url=%1$s]a friend suggestion[/url] for %2$s from %3$s." +msgstr "" + +#: ../../include/enotify.php:206 +msgid "Name:" +msgstr "Nome:" + +#: ../../include/enotify.php:207 +msgid "Photo:" +msgstr "Foto:" + +#: ../../include/enotify.php:210 +#, php-format +msgid "Please visit %s to approve or reject the suggestion." +msgstr "Favor visitar %s para aprovar ou rejeitar a sugestão." + +#: ../../include/message.php:15 ../../include/message.php:172 +msgid "[no subject]" +msgstr "[sem assunto]" + +#: ../../include/message.php:144 ../../mod/item.php:446 +#: ../../mod/wall_upload.php:135 ../../mod/wall_upload.php:144 +#: ../../mod/wall_upload.php:151 +msgid "Wall Photos" +msgstr "Fotos do mural" + +#: ../../include/nav.php:34 ../../mod/navigation.php:20 +msgid "Nothing new here" +msgstr "Nada de novo aqui" + +#: ../../include/nav.php:38 ../../mod/navigation.php:24 +msgid "Clear notifications" +msgstr "Descartar notificações" + +#: ../../include/nav.php:73 ../../boot.php:1136 +msgid "Logout" +msgstr "Sair" + +#: ../../include/nav.php:73 +msgid "End this session" +msgstr "Terminar esta sessão" + +#: ../../include/nav.php:76 ../../boot.php:1940 +msgid "Status" +msgstr "Status" + +#: ../../include/nav.php:76 ../../include/nav.php:143 +#: ../../view/theme/diabook/theme.php:87 +msgid "Your posts and conversations" +msgstr "Suas publicações e conversas" + +#: ../../include/nav.php:77 ../../view/theme/diabook/theme.php:88 +msgid "Your profile page" +msgstr "Sua página de perfil" + +#: ../../include/nav.php:78 ../../mod/fbrowser.php:25 +#: ../../view/theme/diabook/theme.php:90 ../../boot.php:1954 +msgid "Photos" +msgstr "Fotos" + +#: ../../include/nav.php:78 ../../view/theme/diabook/theme.php:90 +msgid "Your photos" +msgstr "Suas fotos" + +#: ../../include/nav.php:79 ../../mod/events.php:370 +#: ../../view/theme/diabook/theme.php:91 ../../boot.php:1971 +msgid "Events" +msgstr "Eventos" + +#: ../../include/nav.php:79 ../../view/theme/diabook/theme.php:91 +msgid "Your events" +msgstr "Seus eventos" + +#: ../../include/nav.php:80 ../../view/theme/diabook/theme.php:92 +msgid "Personal notes" +msgstr "Suas anotações pessoais" + +#: ../../include/nav.php:80 ../../view/theme/diabook/theme.php:92 +msgid "Your personal photos" +msgstr "Suas fotos pessoais" + +#: ../../include/nav.php:91 ../../boot.php:1137 +msgid "Login" +msgstr "Entrar" + +#: ../../include/nav.php:91 +msgid "Sign in" +msgstr "Entrar" + +#: ../../include/nav.php:104 ../../include/nav.php:143 +#: ../../mod/notifications.php:93 ../../view/theme/diabook/theme.php:87 +msgid "Home" +msgstr "Pessoal" + +#: ../../include/nav.php:104 +msgid "Home Page" +msgstr "Página pessoal" + +#: ../../include/nav.php:108 ../../mod/register.php:275 ../../boot.php:1112 +msgid "Register" +msgstr "Registrar" + +#: ../../include/nav.php:108 +msgid "Create an account" +msgstr "Criar uma conta" + +#: ../../include/nav.php:113 ../../mod/help.php:84 +msgid "Help" +msgstr "Ajuda" + +#: ../../include/nav.php:113 +msgid "Help and documentation" +msgstr "Ajuda e documentação" + +#: ../../include/nav.php:116 +msgid "Apps" +msgstr "Aplicativos" + +#: ../../include/nav.php:116 +msgid "Addon applications, utilities, games" +msgstr "Complementos, utilitários, jogos" + +#: ../../include/nav.php:118 +msgid "Search site content" +msgstr "Pesquisar conteúdo no site" + +#: ../../include/nav.php:128 ../../mod/community.php:32 +#: ../../view/theme/diabook/theme.php:93 +msgid "Community" +msgstr "Comunidade" + +#: ../../include/nav.php:128 +msgid "Conversations on this site" +msgstr "Conversas neste site" + +#: ../../include/nav.php:130 +msgid "Directory" +msgstr "Diretório" + +#: ../../include/nav.php:130 +msgid "People directory" +msgstr "Diretório de pessoas" + +#: ../../include/nav.php:140 ../../mod/notifications.php:83 +msgid "Network" +msgstr "Rede" + +#: ../../include/nav.php:140 +msgid "Conversations from your friends" +msgstr "Conversas dos seus amigos" + +#: ../../include/nav.php:141 +msgid "Network Reset" +msgstr "Reiniciar Rede" + +#: ../../include/nav.php:141 +msgid "Load Network page with no filters" +msgstr "Carregar página Rede sem filtros" + +#: ../../include/nav.php:149 ../../mod/notifications.php:98 +msgid "Introductions" +msgstr "Apresentações" + +#: ../../include/nav.php:149 +msgid "Friend Requests" +msgstr "Requisições de Amizade" + +#: ../../include/nav.php:150 ../../mod/notifications.php:220 +msgid "Notifications" +msgstr "Notificações" + +#: ../../include/nav.php:151 +msgid "See all notifications" +msgstr "Ver todas notificações" + +#: ../../include/nav.php:152 +msgid "Mark all system notifications seen" +msgstr "Marcar todas as notificações de sistema como vistas" + +#: ../../include/nav.php:156 ../../mod/message.php:182 +#: ../../mod/notifications.php:103 +msgid "Messages" +msgstr "Mensagens" + +#: ../../include/nav.php:156 +msgid "Private mail" +msgstr "Mensagem privada" + +#: ../../include/nav.php:157 +msgid "Inbox" +msgstr "Recebidas" + +#: ../../include/nav.php:158 +msgid "Outbox" +msgstr "Enviadas" + +#: ../../include/nav.php:159 ../../mod/message.php:9 +msgid "New Message" +msgstr "Nova mensagem" + +#: ../../include/nav.php:162 +msgid "Manage" +msgstr "Gerenciar" + +#: ../../include/nav.php:162 +msgid "Manage other pages" +msgstr "Gerenciar outras páginas" + +#: ../../include/nav.php:165 +msgid "Delegations" +msgstr "Delegações" + +#: ../../include/nav.php:165 ../../mod/delegate.php:121 +msgid "Delegate Page Management" +msgstr "Delegar Administração de Página" + +#: ../../include/nav.php:167 ../../mod/admin.php:861 ../../mod/admin.php:1069 +#: ../../mod/settings.php:74 ../../mod/uexport.php:48 +#: ../../mod/newmember.php:22 ../../view/theme/diabook/theme.php:537 +#: ../../view/theme/diabook/theme.php:658 +msgid "Settings" +msgstr "Configurações" + +#: ../../include/nav.php:167 ../../mod/settings.php:30 ../../mod/uexport.php:9 +msgid "Account settings" +msgstr "Configurações da conta" + +#: ../../include/nav.php:169 ../../boot.php:1439 +msgid "Profiles" +msgstr "Perfis" + +#: ../../include/nav.php:169 +msgid "Manage/Edit Profiles" +msgstr "Administrar/Editar Perfis" + +#: ../../include/nav.php:171 ../../mod/contacts.php:607 +#: ../../view/theme/diabook/theme.php:89 +msgid "Contacts" +msgstr "Contatos" + +#: ../../include/nav.php:171 +msgid "Manage/edit friends and contacts" +msgstr "Gerenciar/editar amigos e contatos" + +#: ../../include/nav.php:178 ../../mod/admin.php:120 +msgid "Admin" +msgstr "Admin" + +#: ../../include/nav.php:178 +msgid "Site setup and configuration" +msgstr "Configurações do site" + +#: ../../include/nav.php:182 +msgid "Navigation" +msgstr "Navegação" + +#: ../../include/nav.php:182 +msgid "Site map" +msgstr "Mapa do Site" + +#: ../../include/oembed.php:138 +msgid "Embedded content" +msgstr "Conteúdo incorporado" + +#: ../../include/oembed.php:147 +msgid "Embedding disabled" +msgstr "A incorporação está desabilitada" + +#: ../../include/uimport.php:94 +msgid "Error decoding account file" +msgstr "Erro ao decodificar arquivo de conta" + +#: ../../include/uimport.php:100 +msgid "Error! No version data in file! This is not a Friendica account file?" +msgstr "Erro! Nenhum arquivo de dados de versão! Esse não é um arquivo de conta do Friendica?" + +#: ../../include/uimport.php:116 +msgid "Error! Cannot check nickname" +msgstr "Erro! Não consigo conferir o apelido (nickname)" + +#: ../../include/uimport.php:120 +#, php-format +msgid "User '%s' already exists on this server!" +msgstr "User '%s' já existe nesse servidor!" + +#: ../../include/uimport.php:139 +msgid "User creation error" +msgstr "Erro na criação do usuário" + +#: ../../include/uimport.php:157 +msgid "User profile creation error" +msgstr "Erro na criação do perfil do Usuário" + +#: ../../include/uimport.php:202 +#, php-format +msgid "%d contact not imported" +msgid_plural "%d contacts not imported" +msgstr[0] "%d contato não foi importado" +msgstr[1] "%d contatos não foram importados" + +#: ../../include/uimport.php:272 +msgid "Done. You can now login with your username and password" +msgstr "Feito. Você agora pode entrar com seu nome de usuário e senha" + #: ../../include/security.php:22 msgid "Welcome " msgstr "Bem-vindo(a) " @@ -9334,326 +2290,4836 @@ msgstr "Por favor, envie uma foto para o perfil." msgid "Welcome back " msgstr "Bem-vindo(a) de volta " -#: ../../include/security.php:357 +#: ../../include/security.php:366 msgid "" "The form security token was not correct. This probably happened because the " "form has been opened for too long (>3 hours) before submitting it." -msgstr "" +msgstr "O token de segurança do formulário não estava correto. Isso provavelmente aconteceu porque o formulário estava aberto por muito tempo (>3 horas) antes da submissão dele." -#: ../../include/Contact.php:115 -msgid "stopped following" -msgstr "parou de acompanhar" +#: ../../mod/profiles.php:18 ../../mod/profiles.php:133 +#: ../../mod/profiles.php:160 ../../mod/profiles.php:583 +#: ../../mod/dfrn_confirm.php:62 +msgid "Profile not found." +msgstr "O perfil não foi encontrado." -#: ../../include/Contact.php:225 ../../include/conversation.php:795 -msgid "Poke" -msgstr "" +#: ../../mod/profiles.php:37 +msgid "Profile deleted." +msgstr "O perfil foi excluído." -#: ../../include/Contact.php:226 ../../include/conversation.php:789 -msgid "View Status" -msgstr "Ver Status" +#: ../../mod/profiles.php:55 ../../mod/profiles.php:89 +msgid "Profile-" +msgstr "Perfil-" -#: ../../include/Contact.php:227 ../../include/conversation.php:790 -msgid "View Profile" -msgstr "Ver Perfil" +#: ../../mod/profiles.php:74 ../../mod/profiles.php:117 +msgid "New profile created." +msgstr "O novo perfil foi criado." -#: ../../include/Contact.php:228 ../../include/conversation.php:791 -msgid "View Photos" -msgstr "Ver Fotos" +#: ../../mod/profiles.php:95 +msgid "Profile unavailable to clone." +msgstr "O perfil não está disponível para clonagem." -#: ../../include/Contact.php:229 ../../include/Contact.php:242 -#: ../../include/conversation.php:792 -msgid "Network Posts" -msgstr "Publicações da Rede" +#: ../../mod/profiles.php:170 +msgid "Profile Name is required." +msgstr "É necessário informar o nome do perfil." -#: ../../include/Contact.php:230 ../../include/Contact.php:242 -#: ../../include/conversation.php:793 -msgid "Edit Contact" -msgstr "Editar Contato" +#: ../../mod/profiles.php:317 +msgid "Marital Status" +msgstr "Estado civil" -#: ../../include/Contact.php:231 ../../include/Contact.php:242 -#: ../../include/conversation.php:794 -msgid "Send PM" -msgstr "Enviar MP" +#: ../../mod/profiles.php:321 +msgid "Romantic Partner" +msgstr "Parceiro romântico" -#: ../../include/conversation.php:206 +#: ../../mod/profiles.php:325 +msgid "Likes" +msgstr "\"Likes\"" + +#: ../../mod/profiles.php:329 +msgid "Dislikes" +msgstr "\"Dislikes\"" + +#: ../../mod/profiles.php:333 +msgid "Work/Employment" +msgstr "Trabalho/emprego" + +#: ../../mod/profiles.php:336 +msgid "Religion" +msgstr "Religião" + +#: ../../mod/profiles.php:340 +msgid "Political Views" +msgstr "Posicionamento político" + +#: ../../mod/profiles.php:344 +msgid "Gender" +msgstr "Gênero" + +#: ../../mod/profiles.php:348 +msgid "Sexual Preference" +msgstr "Preferência sexual" + +#: ../../mod/profiles.php:352 +msgid "Homepage" +msgstr "Página Principal" + +#: ../../mod/profiles.php:356 +msgid "Interests" +msgstr "Interesses" + +#: ../../mod/profiles.php:360 +msgid "Address" +msgstr "Endereço" + +#: ../../mod/profiles.php:367 +msgid "Location" +msgstr "Localização" + +#: ../../mod/profiles.php:450 +msgid "Profile updated." +msgstr "O perfil foi atualizado." + +#: ../../mod/profiles.php:521 +msgid " and " +msgstr " e " + +#: ../../mod/profiles.php:529 +msgid "public profile" +msgstr "perfil público" + +#: ../../mod/profiles.php:532 #, php-format -msgid "%1$s poked %2$s" +msgid "%1$s changed %2$s to “%3$s”" +msgstr "%1$s mudou %2$s para “%3$s”" + +#: ../../mod/profiles.php:533 +#, php-format +msgid " - Visit %1$s's %2$s" +msgstr " - Visite %2$s de %1$s" + +#: ../../mod/profiles.php:536 +#, php-format +msgid "%1$s has an updated %2$s, changing %3$s." +msgstr "%1$s foi atualizado %2$s, mudando %3$s." + +#: ../../mod/profiles.php:609 +msgid "Hide your contact/friend list from viewers of this profile?" +msgstr "Ocultar sua lista de contatos/amigos dos visitantes no seu perfil?" + +#: ../../mod/profiles.php:611 ../../mod/api.php:106 ../../mod/register.php:240 +#: ../../mod/settings.php:961 ../../mod/settings.php:967 +#: ../../mod/settings.php:975 ../../mod/settings.php:979 +#: ../../mod/settings.php:984 ../../mod/settings.php:990 +#: ../../mod/settings.php:996 ../../mod/settings.php:1002 +#: ../../mod/settings.php:1032 ../../mod/settings.php:1033 +#: ../../mod/settings.php:1034 ../../mod/settings.php:1035 +#: ../../mod/settings.php:1036 ../../mod/dfrn_request.php:837 +msgid "No" +msgstr "Não" + +#: ../../mod/profiles.php:629 +msgid "Edit Profile Details" +msgstr "Editar os detalhes do perfil" + +#: ../../mod/profiles.php:630 ../../mod/admin.php:491 ../../mod/admin.php:763 +#: ../../mod/admin.php:902 ../../mod/admin.php:1102 ../../mod/admin.php:1189 +#: ../../mod/contacts.php:386 ../../mod/settings.php:584 +#: ../../mod/settings.php:694 ../../mod/settings.php:763 +#: ../../mod/settings.php:837 ../../mod/settings.php:1064 +#: ../../mod/crepair.php:166 ../../mod/poke.php:199 ../../mod/events.php:478 +#: ../../mod/fsuggest.php:107 ../../mod/group.php:87 ../../mod/invite.php:140 +#: ../../mod/localtime.php:45 ../../mod/manage.php:110 +#: ../../mod/message.php:335 ../../mod/message.php:564 ../../mod/mood.php:137 +#: ../../mod/photos.php:1078 ../../mod/photos.php:1199 +#: ../../mod/photos.php:1501 ../../mod/photos.php:1552 +#: ../../mod/photos.php:1596 ../../mod/photos.php:1679 +#: ../../mod/install.php:248 ../../mod/install.php:286 +#: ../../mod/content.php:733 ../../object/Item.php:653 +#: ../../view/theme/cleanzero/config.php:80 +#: ../../view/theme/diabook/config.php:152 +#: ../../view/theme/diabook/theme.php:642 ../../view/theme/dispy/config.php:70 +#: ../../view/theme/quattro/config.php:64 +msgid "Submit" +msgstr "Enviar" + +#: ../../mod/profiles.php:631 +msgid "Change Profile Photo" +msgstr "Mudar Foto do Perfil" + +#: ../../mod/profiles.php:632 +msgid "View this profile" +msgstr "Ver este perfil" + +#: ../../mod/profiles.php:633 +msgid "Create a new profile using these settings" +msgstr "Criar um novo perfil usando estas configurações" + +#: ../../mod/profiles.php:634 +msgid "Clone this profile" +msgstr "Clonar este perfil" + +#: ../../mod/profiles.php:635 +msgid "Delete this profile" +msgstr "Excluir este perfil" + +#: ../../mod/profiles.php:636 +msgid "Profile Name:" +msgstr "Nome do perfil:" + +#: ../../mod/profiles.php:637 +msgid "Your Full Name:" +msgstr "Seu nome completo:" + +#: ../../mod/profiles.php:638 +msgid "Title/Description:" +msgstr "Título/Descrição:" + +#: ../../mod/profiles.php:639 +msgid "Your Gender:" +msgstr "Seu gênero:" + +#: ../../mod/profiles.php:640 +#, php-format +msgid "Birthday (%s):" +msgstr "Aniversário (%s):" + +#: ../../mod/profiles.php:641 +msgid "Street Address:" +msgstr "Endereço:" + +#: ../../mod/profiles.php:642 +msgid "Locality/City:" +msgstr "Localidade/Cidade:" + +#: ../../mod/profiles.php:643 +msgid "Postal/Zip Code:" +msgstr "CEP:" + +#: ../../mod/profiles.php:644 +msgid "Country:" +msgstr "País:" + +#: ../../mod/profiles.php:645 +msgid "Region/State:" +msgstr "Região/Estado:" + +#: ../../mod/profiles.php:646 +msgid " Marital Status:" +msgstr "Estado civil :" + +#: ../../mod/profiles.php:647 +msgid "Who: (if applicable)" +msgstr "Quem: (se pertinente)" + +#: ../../mod/profiles.php:648 +msgid "Examples: cathy123, Cathy Williams, cathy@example.com" +msgstr "Exemplos: fulano123, Fulano de Tal, fulano@exemplo.com" + +#: ../../mod/profiles.php:649 +msgid "Since [date]:" +msgstr "Desde [data]:" + +#: ../../mod/profiles.php:651 +msgid "Homepage URL:" +msgstr "Endereço do site web:" + +#: ../../mod/profiles.php:654 +msgid "Religious Views:" +msgstr "Orientação religiosa:" + +#: ../../mod/profiles.php:655 +msgid "Public Keywords:" +msgstr "Palavras-chave públicas:" + +#: ../../mod/profiles.php:656 +msgid "Private Keywords:" +msgstr "Palavras-chave privadas:" + +#: ../../mod/profiles.php:659 +msgid "Example: fishing photography software" +msgstr "Exemplo: pesca fotografia software" + +#: ../../mod/profiles.php:660 +msgid "(Used for suggesting potential friends, can be seen by others)" +msgstr "(Usado para sugerir amigos em potencial, pode ser visto pelos outros)" + +#: ../../mod/profiles.php:661 +msgid "(Used for searching profiles, never shown to others)" +msgstr "(Usado na pesquisa de perfis, nunca é exibido para os outros)" + +#: ../../mod/profiles.php:662 +msgid "Tell us about yourself..." +msgstr "Fale um pouco sobre você..." + +#: ../../mod/profiles.php:663 +msgid "Hobbies/Interests" +msgstr "Passatempos/Interesses" + +#: ../../mod/profiles.php:664 +msgid "Contact information and Social Networks" +msgstr "Informações de contato e redes sociais" + +#: ../../mod/profiles.php:665 +msgid "Musical interests" +msgstr "Preferências musicais" + +#: ../../mod/profiles.php:666 +msgid "Books, literature" +msgstr "Livros, literatura" + +#: ../../mod/profiles.php:667 +msgid "Television" +msgstr "Televisão" + +#: ../../mod/profiles.php:668 +msgid "Film/dance/culture/entertainment" +msgstr "Filme/dança/cultura/entretenimento" + +#: ../../mod/profiles.php:669 +msgid "Love/romance" +msgstr "Amor/romance" + +#: ../../mod/profiles.php:670 +msgid "Work/employment" +msgstr "Trabalho/emprego" + +#: ../../mod/profiles.php:671 +msgid "School/education" +msgstr "Escola/educação" + +#: ../../mod/profiles.php:676 +msgid "" +"This is your public profile.
It may " +"be visible to anybody using the internet." +msgstr "Este é o seu perfil público.
Ele pode estar visível para qualquer um que acesse a Internet." + +#: ../../mod/profiles.php:686 ../../mod/directory.php:111 +msgid "Age: " +msgstr "Idade: " + +#: ../../mod/profiles.php:725 +msgid "Edit/Manage Profiles" +msgstr "Editar/Gerenciar perfis" + +#: ../../mod/profiles.php:726 ../../boot.php:1445 ../../boot.php:1471 +msgid "Change profile photo" +msgstr "Mudar a foto do perfil" + +#: ../../mod/profiles.php:727 ../../boot.php:1446 +msgid "Create New Profile" +msgstr "Criar um novo perfil" + +#: ../../mod/profiles.php:738 ../../boot.php:1456 +msgid "Profile Image" +msgstr "Imagem do perfil" + +#: ../../mod/profiles.php:740 ../../boot.php:1459 +msgid "visible to everybody" +msgstr "visível para todos" + +#: ../../mod/profiles.php:741 ../../boot.php:1460 +msgid "Edit visibility" +msgstr "Editar a visibilidade" + +#: ../../mod/profperm.php:19 ../../mod/group.php:72 ../../index.php:345 +msgid "Permission denied" +msgstr "Permissão negada" + +#: ../../mod/profperm.php:25 ../../mod/profperm.php:55 +msgid "Invalid profile identifier." +msgstr "Identificador de perfil inválido." + +#: ../../mod/profperm.php:101 +msgid "Profile Visibility Editor" +msgstr "Editor de visibilidade do perfil" + +#: ../../mod/profperm.php:105 ../../mod/group.php:224 +msgid "Click on a contact to add or remove." +msgstr "Clique em um contato para adicionar ou remover." + +#: ../../mod/profperm.php:114 +msgid "Visible To" +msgstr "Visível para" + +#: ../../mod/profperm.php:130 +msgid "All Contacts (with secure profile access)" +msgstr "Todos os contatos (com acesso a perfil seguro)" + +#: ../../mod/notes.php:44 ../../boot.php:1978 +msgid "Personal Notes" +msgstr "Notas pessoais" + +#: ../../mod/display.php:19 ../../mod/search.php:89 +#: ../../mod/dfrn_request.php:761 ../../mod/directory.php:31 +#: ../../mod/videos.php:115 ../../mod/viewcontacts.php:17 +#: ../../mod/photos.php:914 ../../mod/community.php:18 +msgid "Public access denied." +msgstr "Acesso público negado." + +#: ../../mod/display.php:99 ../../mod/profile.php:155 +msgid "Access to this profile has been restricted." +msgstr "O acesso a este perfil está restrito." + +#: ../../mod/display.php:239 +msgid "Item has been removed." +msgstr "O item foi removido." + +#: ../../mod/nogroup.php:40 ../../mod/contacts.php:395 +#: ../../mod/contacts.php:585 ../../mod/viewcontacts.php:62 +#, php-format +msgid "Visit %s's profile [%s]" +msgstr "Visitar o perfil de %s [%s]" + +#: ../../mod/nogroup.php:41 ../../mod/contacts.php:586 +msgid "Edit contact" +msgstr "Editar o contato" + +#: ../../mod/nogroup.php:59 +msgid "Contacts who are not members of a group" +msgstr "Contatos que não são membros de um grupo" + +#: ../../mod/ping.php:238 +msgid "{0} wants to be your friend" +msgstr "{0} deseja ser seu amigo" + +#: ../../mod/ping.php:243 +msgid "{0} sent you a message" +msgstr "{0} lhe enviou uma mensagem" + +#: ../../mod/ping.php:248 +msgid "{0} requested registration" +msgstr "{0} solicitou registro" + +#: ../../mod/ping.php:254 +#, php-format +msgid "{0} commented %s's post" +msgstr "{0} comentou a publicação de %s" + +#: ../../mod/ping.php:259 +#, php-format +msgid "{0} liked %s's post" +msgstr "{0} gostou da publicação de %s" + +#: ../../mod/ping.php:264 +#, php-format +msgid "{0} disliked %s's post" +msgstr "{0} não gostou da publicação de %s" + +#: ../../mod/ping.php:269 +#, php-format +msgid "{0} is now friends with %s" +msgstr "{0} agora é amigo de %s" + +#: ../../mod/ping.php:274 +msgid "{0} posted" +msgstr "{0} publicou" + +#: ../../mod/ping.php:279 +#, php-format +msgid "{0} tagged %s's post with #%s" +msgstr "{0} etiquetou a publicação de %s com #%s" + +#: ../../mod/ping.php:285 +msgid "{0} mentioned you in a post" +msgstr "{0} mencionou você em uma publicação" + +#: ../../mod/admin.php:55 +msgid "Theme settings updated." +msgstr "As configurações do tema foram atualizadas." + +#: ../../mod/admin.php:96 ../../mod/admin.php:490 +msgid "Site" +msgstr "Site" + +#: ../../mod/admin.php:97 ../../mod/admin.php:762 ../../mod/admin.php:776 +msgid "Users" +msgstr "Usuários" + +#: ../../mod/admin.php:98 ../../mod/admin.php:859 ../../mod/admin.php:901 +msgid "Plugins" +msgstr "Plugins" + +#: ../../mod/admin.php:99 ../../mod/admin.php:1067 ../../mod/admin.php:1101 +msgid "Themes" +msgstr "Temas" + +#: ../../mod/admin.php:100 +msgid "DB updates" +msgstr "Atualizações do BD" + +#: ../../mod/admin.php:115 ../../mod/admin.php:122 ../../mod/admin.php:1188 +msgid "Logs" +msgstr "Relatórios" + +#: ../../mod/admin.php:121 +msgid "Plugin Features" +msgstr "Recursos do plugin" + +#: ../../mod/admin.php:123 +msgid "User registrations waiting for confirmation" +msgstr "Cadastros de novos usuários aguardando confirmação" + +#: ../../mod/admin.php:182 ../../mod/admin.php:733 +msgid "Normal Account" +msgstr "Conta normal" + +#: ../../mod/admin.php:183 ../../mod/admin.php:734 +msgid "Soapbox Account" +msgstr "Conta de vitrine" + +#: ../../mod/admin.php:184 ../../mod/admin.php:735 +msgid "Community/Celebrity Account" +msgstr "Conta de comunidade/celebridade" + +#: ../../mod/admin.php:185 ../../mod/admin.php:736 +msgid "Automatic Friend Account" +msgstr "Conta de amigo automático" + +#: ../../mod/admin.php:186 +msgid "Blog Account" +msgstr "Conta de blog" + +#: ../../mod/admin.php:187 +msgid "Private Forum" +msgstr "Fórum privado" + +#: ../../mod/admin.php:206 +msgid "Message queues" +msgstr "Fila de mensagens" + +#: ../../mod/admin.php:211 ../../mod/admin.php:489 ../../mod/admin.php:761 +#: ../../mod/admin.php:858 ../../mod/admin.php:900 ../../mod/admin.php:1066 +#: ../../mod/admin.php:1100 ../../mod/admin.php:1187 +msgid "Administration" +msgstr "Administração" + +#: ../../mod/admin.php:212 +msgid "Summary" +msgstr "Resumo" + +#: ../../mod/admin.php:214 +msgid "Registered users" +msgstr "Usuários registrados" + +#: ../../mod/admin.php:216 +msgid "Pending registrations" +msgstr "Registros pendentes" + +#: ../../mod/admin.php:217 +msgid "Version" +msgstr "Versão" + +#: ../../mod/admin.php:219 +msgid "Active plugins" +msgstr "Plugins ativos" + +#: ../../mod/admin.php:405 +msgid "Site settings updated." +msgstr "As configurações do site foram atualizadas." + +#: ../../mod/admin.php:434 ../../mod/settings.php:793 +msgid "No special theme for mobile devices" +msgstr "Nenhum tema especial para dispositivos móveis" + +#: ../../mod/admin.php:451 ../../mod/contacts.php:330 +msgid "Never" +msgstr "Nunca" + +#: ../../mod/admin.php:460 +msgid "Multi user instance" +msgstr "Instância multi usuário" + +#: ../../mod/admin.php:476 +msgid "Closed" +msgstr "Fechado" + +#: ../../mod/admin.php:477 +msgid "Requires approval" +msgstr "Requer aprovação" + +#: ../../mod/admin.php:478 +msgid "Open" +msgstr "Aberto" + +#: ../../mod/admin.php:482 +msgid "No SSL policy, links will track page SSL state" +msgstr "Nenhuma política de SSL, os links irão rastrear o estado SSL da página" + +#: ../../mod/admin.php:483 +msgid "Force all links to use SSL" +msgstr "Forçar todos os links a utilizar SSL" + +#: ../../mod/admin.php:484 +msgid "Self-signed certificate, use SSL for local links only (discouraged)" +msgstr "Certificado auto-assinado, usar SSL somente para links locais (não recomendado)" + +#: ../../mod/admin.php:492 ../../mod/register.php:261 +msgid "Registration" +msgstr "Registro" + +#: ../../mod/admin.php:493 +msgid "File upload" +msgstr "Envio de arquivo" + +#: ../../mod/admin.php:494 +msgid "Policies" +msgstr "Políticas" + +#: ../../mod/admin.php:495 +msgid "Advanced" +msgstr "Avançado" + +#: ../../mod/admin.php:496 +msgid "Performance" +msgstr "Performance" + +#: ../../mod/admin.php:500 +msgid "Site name" +msgstr "Nome do site" + +#: ../../mod/admin.php:501 +msgid "Banner/Logo" +msgstr "Banner/Logo" + +#: ../../mod/admin.php:502 +msgid "System language" +msgstr "Idioma do sistema" + +#: ../../mod/admin.php:503 +msgid "System theme" +msgstr "Tema do sistema" + +#: ../../mod/admin.php:503 +msgid "" +"Default system theme - may be over-ridden by user profiles - change theme settings" +msgstr "Tema padrão do sistema. Pode ser substituído nos perfis de usuário - alterar configurações do tema" + +#: ../../mod/admin.php:504 +msgid "Mobile system theme" +msgstr "Tema do sistema para dispositivos móveis" + +#: ../../mod/admin.php:504 +msgid "Theme for mobile devices" +msgstr "Tema para dispositivos móveis" + +#: ../../mod/admin.php:505 +msgid "SSL link policy" +msgstr "Política de link SSL" + +#: ../../mod/admin.php:505 +msgid "Determines whether generated links should be forced to use SSL" +msgstr "Determina se os links gerados devem ser forçados a utilizar SSL" + +#: ../../mod/admin.php:506 +msgid "'Share' element" +msgstr "Elemento 'Compartilhar'" + +#: ../../mod/admin.php:506 +msgid "Activates the bbcode element 'share' for repeating items." +msgstr "Ativa o elemento bbcode 'share' para items repetidos." + +#: ../../mod/admin.php:507 +msgid "Hide help entry from navigation menu" +msgstr "Oculta a entrada 'Ajuda' do menu de navegação" + +#: ../../mod/admin.php:507 +msgid "" +"Hides the menu entry for the Help pages from the navigation menu. You can " +"still access it calling /help directly." +msgstr "Oculta a entrada de menu para as páginas de Ajuda do menu de navegação. Ainda será possível acessá-las chamando /help diretamente." + +#: ../../mod/admin.php:508 +msgid "Single user instance" +msgstr "Instância de usuário único" + +#: ../../mod/admin.php:508 +msgid "Make this instance multi-user or single-user for the named user" +msgstr "Faça essa instância multiusuário ou usuário único para o usuário em questão" + +#: ../../mod/admin.php:509 +msgid "Maximum image size" +msgstr "Tamanho máximo da imagem" + +#: ../../mod/admin.php:509 +msgid "" +"Maximum size in bytes of uploaded images. Default is 0, which means no " +"limits." +msgstr "Tamanho máximo, em bytes, das imagens enviadas. O padrão é 0, o que significa sem limites" + +#: ../../mod/admin.php:510 +msgid "Maximum image length" +msgstr "Tamanho máximo da imagem" + +#: ../../mod/admin.php:510 +msgid "" +"Maximum length in pixels of the longest side of uploaded images. Default is " +"-1, which means no limits." +msgstr "Tamanho máximo em pixels do lado mais largo das imagens enviadas. O padrão é -1, que significa sem limites." + +#: ../../mod/admin.php:511 +msgid "JPEG image quality" +msgstr "Qualidade da imagem JPEG" + +#: ../../mod/admin.php:511 +msgid "" +"Uploaded JPEGS will be saved at this quality setting [0-100]. Default is " +"100, which is full quality." +msgstr "Imagens JPEG enviadas serão salvas com essa qualidade [0-100]. O padrão é 100, que significa a melhor qualidade." + +#: ../../mod/admin.php:513 +msgid "Register policy" +msgstr "Política de registro" + +#: ../../mod/admin.php:514 +msgid "Maximum Daily Registrations" +msgstr "Registros Diários Máximos" + +#: ../../mod/admin.php:514 +msgid "" +"If registration is permitted above, this sets the maximum number of new user" +" registrations to accept per day. If register is set to closed, this " +"setting has no effect." +msgstr "Se o registro é permitido acima, isso configura o número máximo de registros de novos usuários a serem aceitos por dia. Se o registro está configurado para 'fechado/closed' , essa configuração não tem efeito." + +#: ../../mod/admin.php:515 +msgid "Register text" +msgstr "Texto de registro" + +#: ../../mod/admin.php:515 +msgid "Will be displayed prominently on the registration page." +msgstr "Será exibido com destaque na página de registro." + +#: ../../mod/admin.php:516 +msgid "Accounts abandoned after x days" +msgstr "Contas abandonadas após x dias" + +#: ../../mod/admin.php:516 +msgid "" +"Will not waste system resources polling external sites for abandonded " +"accounts. Enter 0 for no time limit." +msgstr "Não desperdiçará recursos do sistema captando de sites externos para contas abandonadas. Digite 0 para nenhum limite de tempo." + +#: ../../mod/admin.php:517 +msgid "Allowed friend domains" +msgstr "Domínios de amigos permitidos" + +#: ../../mod/admin.php:517 +msgid "" +"Comma separated list of domains which are allowed to establish friendships " +"with this site. Wildcards are accepted. Empty to allow any domains" +msgstr "Lista dos domínios que têm permissão para estabelecer amizades com esse site, separados por vírgula. Caracteres curinga são aceitos. Deixe em branco para permitir qualquer domínio." + +#: ../../mod/admin.php:518 +msgid "Allowed email domains" +msgstr "Domínios de e-mail permitidos" + +#: ../../mod/admin.php:518 +msgid "" +"Comma separated list of domains which are allowed in email addresses for " +"registrations to this site. Wildcards are accepted. Empty to allow any " +"domains" +msgstr "Lista de domínios separados por vírgula, que são permitidos em endereços de e-mail para registro nesse site. Caracteres-curinga são aceitos. Vazio para aceitar qualquer domínio" + +#: ../../mod/admin.php:519 +msgid "Block public" +msgstr "Bloquear acesso público" + +#: ../../mod/admin.php:519 +msgid "" +"Check to block public access to all otherwise public personal pages on this " +"site unless you are currently logged in." +msgstr "Marque para bloquear o acesso público a todas as páginas desse site, com exceção das páginas pessoais públicas, a não ser que a pessoa esteja autenticada." + +#: ../../mod/admin.php:520 +msgid "Force publish" +msgstr "Forçar a listagem" + +#: ../../mod/admin.php:520 +msgid "" +"Check to force all profiles on this site to be listed in the site directory." +msgstr "Marque para forçar todos os perfis desse site a serem listados no diretório do site." + +#: ../../mod/admin.php:521 +msgid "Global directory update URL" +msgstr "URL de atualização do diretório global" + +#: ../../mod/admin.php:521 +msgid "" +"URL to update the global directory. If this is not set, the global directory" +" is completely unavailable to the application." +msgstr "URL para atualizar o diretório global. Se isso não for definido, o diretório global não estará disponível neste site." + +#: ../../mod/admin.php:522 +msgid "Allow threaded items" +msgstr "Habilita itens aninhados" + +#: ../../mod/admin.php:522 +msgid "Allow infinite level threading for items on this site." +msgstr "Habilita nível infinito de aninhamento (threading) para itens." + +#: ../../mod/admin.php:523 +msgid "Private posts by default for new users" +msgstr "Publicações privadas por padrão para novos usuários" + +#: ../../mod/admin.php:523 +msgid "" +"Set default post permissions for all new members to the default privacy " +"group rather than public." +msgstr "Define as permissões padrão de publicação de todos os novos membros para o grupo de privacidade padrão, ao invés de torná-las públicas." + +#: ../../mod/admin.php:524 +msgid "Don't include post content in email notifications" +msgstr "Não incluir o conteúdo da postagem nas notificações de email" + +#: ../../mod/admin.php:524 +msgid "" +"Don't include the content of a post/comment/private message/etc. in the " +"email notifications that are sent out from this site, as a privacy measure." +msgstr "Não incluir o conteúdo de uma postagem/comentário/mensagem privada/etc. em notificações de email que são enviadas para fora desse sítio, como medida de segurança." + +#: ../../mod/admin.php:525 +msgid "Disallow public access to addons listed in the apps menu." msgstr "" -#: ../../include/conversation.php:290 -msgid "post/item" -msgstr "postagem/item" - -#: ../../include/conversation.php:291 -#, php-format -msgid "%1$s marked %2$s's %3$s as favorite" -msgstr "%1$s marcou %3$s de %2$s como favorito" - -#: ../../include/conversation.php:599 ../../object/Item.php:225 -msgid "Categories:" +#: ../../mod/admin.php:525 +msgid "" +"Checking this box will restrict addons listed in the apps menu to members " +"only." msgstr "" -#: ../../include/conversation.php:600 ../../object/Item.php:226 -msgid "Filed under:" +#: ../../mod/admin.php:526 +msgid "Don't embed private images in posts" msgstr "" -#: ../../include/conversation.php:685 -msgid "remove" -msgstr "remover" - -#: ../../include/conversation.php:689 -msgid "Delete Selected Items" -msgstr "Excluir os itens selecionados" - -#: ../../include/conversation.php:788 -msgid "Follow Thread" +#: ../../mod/admin.php:526 +msgid "" +"Don't replace locally-hosted private photos in posts with an embedded copy " +"of the image. This means that contacts who receive posts containing private " +"photos will have to authenticate and load each image, which may take a " +"while." msgstr "" -#: ../../include/conversation.php:857 -#, php-format -msgid "%s likes this." -msgstr "%s gostou disso." +#: ../../mod/admin.php:528 +msgid "Block multiple registrations" +msgstr "Bloquear registros repetidos" -#: ../../include/conversation.php:857 -#, php-format -msgid "%s doesn't like this." -msgstr "%s não gostou disso." +#: ../../mod/admin.php:528 +msgid "Disallow users to register additional accounts for use as pages." +msgstr "Desabilitar o registro de contas adicionais para serem usadas como páginas." -#: ../../include/conversation.php:861 -#, php-format -msgid "%2$d people like this." -msgstr "%2$d pessoas gostaram disso." +#: ../../mod/admin.php:529 +msgid "OpenID support" +msgstr "Suporte ao OpenID" -#: ../../include/conversation.php:863 -#, php-format -msgid "%2$d people don't like this." -msgstr "%2$d pessoas não gostaram disso." +#: ../../mod/admin.php:529 +msgid "OpenID support for registration and logins." +msgstr "Suporte ao OpenID para registros e autenticações." -#: ../../include/conversation.php:869 -msgid "and" -msgstr "e" +#: ../../mod/admin.php:530 +msgid "Fullname check" +msgstr "Verificar nome completo" -#: ../../include/conversation.php:875 -#, php-format -msgid ", and %d other people" -msgstr ", e mais %d outras pessoas" +#: ../../mod/admin.php:530 +msgid "" +"Force users to register with a space between firstname and lastname in Full " +"name, as an antispam measure" +msgstr "Forçar os usuários a usar um espaço em branco entre o nome e o sobrenome, ao preencherem o nome completo no registro, como uma medida contra o spam" -#: ../../include/conversation.php:877 -#, php-format -msgid "%s like this." -msgstr "%s gostaram disso." +#: ../../mod/admin.php:531 +msgid "UTF-8 Regular expressions" +msgstr "Expressões regulares UTF-8" -#: ../../include/conversation.php:877 -#, php-format -msgid "%s don't like this." -msgstr "%s não gostaram disso." +#: ../../mod/admin.php:531 +msgid "Use PHP UTF8 regular expressions" +msgstr "Use expressões regulares do PHP em UTF8" -#: ../../include/conversation.php:904 ../../include/conversation.php:922 -msgid "Visible to everybody" -msgstr "Visível para todos" +#: ../../mod/admin.php:532 +msgid "Show Community Page" +msgstr "Exibir a página da comunidade" -#: ../../include/conversation.php:906 ../../include/conversation.php:924 -msgid "Please enter a video link/URL:" -msgstr "Favor fornecer um link/URL de vídeo" +#: ../../mod/admin.php:532 +msgid "" +"Display a Community page showing all recent public postings on this site." +msgstr "Exibe uma página da Comunidade, mostrando todas as publicações recentes feitas nesse site." -#: ../../include/conversation.php:907 ../../include/conversation.php:925 -msgid "Please enter an audio link/URL:" -msgstr "Favor fornecer um link/URL de áudio" +#: ../../mod/admin.php:533 +msgid "Enable OStatus support" +msgstr "Habilitar suporte ao OStatus" -#: ../../include/conversation.php:908 ../../include/conversation.php:926 -msgid "Tag term:" -msgstr "Termo da tag:" +#: ../../mod/admin.php:533 +msgid "" +"Provide built-in OStatus (identi.ca, status.net, etc.) compatibility. All " +"communications in OStatus are public, so privacy warnings will be " +"occasionally displayed." +msgstr "Fornece compatibilidade nativa ao OStatus (identi,.ca, status.net, etc.). Todas as comunicações via OStatus são públicas, por isso avisos de privacidade serão exibidos ocasionalmente." -#: ../../include/conversation.php:910 ../../include/conversation.php:928 -msgid "Where are you right now?" -msgstr "Onde você está agora?" - -#: ../../include/conversation.php:911 -msgid "Delete item(s)?" +#: ../../mod/admin.php:534 +msgid "OStatus conversation completion interval" msgstr "" -#: ../../include/conversation.php:990 -msgid "permissions" -msgstr "permissões" - -#: ../../include/plugin.php:389 ../../include/plugin.php:391 -msgid "Click here to upgrade." +#: ../../mod/admin.php:534 +msgid "" +"How often shall the poller check for new entries in OStatus conversations? " +"This can be a very ressource task." msgstr "" -#: ../../include/plugin.php:397 -msgid "This action exceeds the limits set by your subscription plan." +#: ../../mod/admin.php:535 +msgid "Enable Diaspora support" +msgstr "Habilitar suporte ao Diaspora" + +#: ../../mod/admin.php:535 +msgid "Provide built-in Diaspora network compatibility." +msgstr "Fornece compatibilidade nativa com a rede Diaspora." + +#: ../../mod/admin.php:536 +msgid "Only allow Friendica contacts" +msgstr "Permitir somente contatos Friendica" + +#: ../../mod/admin.php:536 +msgid "" +"All contacts must use Friendica protocols. All other built-in communication " +"protocols disabled." +msgstr "Todos os contatos devem usar protocolos Friendica. Todos os outros protocolos de comunicação embarcados estão desabilitados" + +#: ../../mod/admin.php:537 +msgid "Verify SSL" +msgstr "Verificar SSL" + +#: ../../mod/admin.php:537 +msgid "" +"If you wish, you can turn on strict certificate checking. This will mean you" +" cannot connect (at all) to self-signed SSL sites." +msgstr "Caso deseje, você pode habilitar a restrição de certificações. Isso significa que você não poderá conectar-se a nenhum site que use certificados auto-assinados." + +#: ../../mod/admin.php:538 +msgid "Proxy user" +msgstr "Usuário do proxy" + +#: ../../mod/admin.php:539 +msgid "Proxy URL" +msgstr "URL do proxy" + +#: ../../mod/admin.php:540 +msgid "Network timeout" +msgstr "Limite de tempo da rede" + +#: ../../mod/admin.php:540 +msgid "Value is in seconds. Set to 0 for unlimited (not recommended)." +msgstr "Valor em segundos. Defina como 0 para ilimitado (não recomendado)." + +#: ../../mod/admin.php:541 +msgid "Delivery interval" +msgstr "Intervalo de envio" + +#: ../../mod/admin.php:541 +msgid "" +"Delay background delivery processes by this many seconds to reduce system " +"load. Recommend: 4-5 for shared hosts, 2-3 for virtual private servers. 0-1 " +"for large dedicated servers." +msgstr "Postergue o processo de entrega em background por essa quantidade de segundos visando reduzir a carga do sistema. Recomendado: 4-5 para servidores compartilhados (shared hosts), 2-3 para servidores privados virtuais (VPS). 0-1 para grandes servidores dedicados." + +#: ../../mod/admin.php:542 +msgid "Poll interval" +msgstr "Intervalo da busca (polling)" + +#: ../../mod/admin.php:542 +msgid "" +"Delay background polling processes by this many seconds to reduce system " +"load. If 0, use delivery interval." +msgstr "Postergue o processo de entrega em background por essa quantidade de segundos visando reduzir a carga do sistema. Se 0, use intervalo de entrega." + +#: ../../mod/admin.php:543 +msgid "Maximum Load Average" +msgstr "Média de Carga Máxima" + +#: ../../mod/admin.php:543 +msgid "" +"Maximum system load before delivery and poll processes are deferred - " +"default 50." +msgstr "Carga do sistema máxima antes que os processos de entrega e busca sejam postergados - padrão 50." + +#: ../../mod/admin.php:545 +msgid "Use MySQL full text engine" +msgstr "Use o engine de texto completo (full text) do MySQL" + +#: ../../mod/admin.php:545 +msgid "" +"Activates the full text engine. Speeds up search - but can only search for " +"four and more characters." +msgstr "Ativa a engine de texto completo (full text). Acelera a busca - mas só pode buscar apenas por 4 ou mais caracteres." + +#: ../../mod/admin.php:546 +msgid "Path to item cache" +msgstr "Diretório do cache de item" + +#: ../../mod/admin.php:547 +msgid "Cache duration in seconds" +msgstr "Duração do cache em segundos" + +#: ../../mod/admin.php:547 +msgid "" +"How long should the cache files be hold? Default value is 86400 seconds (One" +" day)." +msgstr "Por quanto tempo o arquivo de caches deve ser guardado? Valor padrão é 86400 segundos (Um dia)." + +#: ../../mod/admin.php:548 +msgid "Path for lock file" +msgstr "Diretório do arquivo de trava" + +#: ../../mod/admin.php:549 +msgid "Temp path" +msgstr "Diretório Temp" + +#: ../../mod/admin.php:550 +msgid "Base path to installation" +msgstr "Diretório base para instalação" + +#: ../../mod/admin.php:567 +msgid "Update has been marked successful" +msgstr "A atualização foi marcada como bem sucedida" + +#: ../../mod/admin.php:577 +#, php-format +msgid "Executing %s failed. Check system logs." +msgstr "Ocorreu um erro na execução de %s. Verifique os relatórios do sistema." + +#: ../../mod/admin.php:580 +#, php-format +msgid "Update %s was successfully applied." +msgstr "A atualização %s foi aplicada com sucesso." + +#: ../../mod/admin.php:584 +#, php-format +msgid "Update %s did not return a status. Unknown if it succeeded." +msgstr "Atualizar %s não retornou um status. Desconhecido se ele teve sucesso." + +#: ../../mod/admin.php:587 +#, php-format +msgid "Update function %s could not be found." +msgstr "Não foi possível encontrar a função de atualização %s." + +#: ../../mod/admin.php:602 +msgid "No failed updates." +msgstr "Nenhuma atualização com falha." + +#: ../../mod/admin.php:606 +msgid "Failed Updates" +msgstr "Atualizações com falha" + +#: ../../mod/admin.php:607 +msgid "" +"This does not include updates prior to 1139, which did not return a status." +msgstr "Isso não inclue atualizações antes da 1139, as quais não retornavam um status." + +#: ../../mod/admin.php:608 +msgid "Mark success (if update was manually applied)" +msgstr "Marcar como bem sucedida (caso tenham sido aplicadas atualizações manuais)" + +#: ../../mod/admin.php:609 +msgid "Attempt to execute this update step automatically" +msgstr "Tentar executar esse passo da atualização automaticamente" + +#: ../../mod/admin.php:634 +#, php-format +msgid "%s user blocked/unblocked" +msgid_plural "%s users blocked/unblocked" +msgstr[0] "%s usuário bloqueado/desbloqueado" +msgstr[1] "%s usuários bloqueados/desbloqueados" + +#: ../../mod/admin.php:641 +#, php-format +msgid "%s user deleted" +msgid_plural "%s users deleted" +msgstr[0] "%s usuário excluído" +msgstr[1] "%s usuários excluídos" + +#: ../../mod/admin.php:680 +#, php-format +msgid "User '%s' deleted" +msgstr "O usuário '%s' foi excluído" + +#: ../../mod/admin.php:688 +#, php-format +msgid "User '%s' unblocked" +msgstr "O usuário '%s' foi desbloqueado" + +#: ../../mod/admin.php:688 +#, php-format +msgid "User '%s' blocked" +msgstr "O usuário '%s' foi bloqueado" + +#: ../../mod/admin.php:764 +msgid "select all" +msgstr "selecionar todos" + +#: ../../mod/admin.php:765 +msgid "User registrations waiting for confirm" +msgstr "Registros de usuário aguardando confirmação" + +#: ../../mod/admin.php:766 +msgid "Request date" +msgstr "Solicitar data" + +#: ../../mod/admin.php:766 ../../mod/admin.php:777 ../../mod/settings.php:586 +#: ../../mod/settings.php:612 ../../mod/crepair.php:148 +msgid "Name" +msgstr "Nome" + +#: ../../mod/admin.php:767 +msgid "No registrations." +msgstr "Nenhum registro." + +#: ../../mod/admin.php:768 ../../mod/notifications.php:161 +#: ../../mod/notifications.php:208 +msgid "Approve" +msgstr "Aprovar" + +#: ../../mod/admin.php:769 +msgid "Deny" +msgstr "Negar" + +#: ../../mod/admin.php:771 ../../mod/contacts.php:353 +#: ../../mod/contacts.php:412 +msgid "Block" +msgstr "Bloquear" + +#: ../../mod/admin.php:772 ../../mod/contacts.php:353 +#: ../../mod/contacts.php:412 +msgid "Unblock" +msgstr "Desbloquear" + +#: ../../mod/admin.php:773 +msgid "Site admin" +msgstr "Administração do site" + +#: ../../mod/admin.php:774 +msgid "Account expired" +msgstr "Conta expirou" + +#: ../../mod/admin.php:777 +msgid "Register date" +msgstr "Data de registro" + +#: ../../mod/admin.php:777 +msgid "Last login" +msgstr "Última entrada" + +#: ../../mod/admin.php:777 +msgid "Last item" +msgstr "Último item" + +#: ../../mod/admin.php:777 +msgid "Account" +msgstr "Conta" + +#: ../../mod/admin.php:779 +msgid "" +"Selected users will be deleted!\\n\\nEverything these users had posted on " +"this site will be permanently deleted!\\n\\nAre you sure?" +msgstr "Os usuários selecionados serão excluídos!\\n\\nTudo o que estes usuários publicaram neste site será permanentemente excluído!\\n\\nDeseja continuar?" + +#: ../../mod/admin.php:780 +msgid "" +"The user {0} will be deleted!\\n\\nEverything this user has posted on this " +"site will be permanently deleted!\\n\\nAre you sure?" +msgstr "O usuário {0} será excluído!\\n\\nTudo o que este usuário publicou neste site será permanentemente excluído!\\n\\nDeseja continuar?" + +#: ../../mod/admin.php:821 +#, php-format +msgid "Plugin %s disabled." +msgstr "O plugin %s foi desabilitado." + +#: ../../mod/admin.php:825 +#, php-format +msgid "Plugin %s enabled." +msgstr "O plugin %s foi habilitado." + +#: ../../mod/admin.php:835 ../../mod/admin.php:1038 +msgid "Disable" +msgstr "Desabilitar" + +#: ../../mod/admin.php:837 ../../mod/admin.php:1040 +msgid "Enable" +msgstr "Habilitar" + +#: ../../mod/admin.php:860 ../../mod/admin.php:1068 +msgid "Toggle" +msgstr "Alternar" + +#: ../../mod/admin.php:868 ../../mod/admin.php:1078 +msgid "Author: " +msgstr "Autor: " + +#: ../../mod/admin.php:869 ../../mod/admin.php:1079 +msgid "Maintainer: " +msgstr "Mantenedor: " + +#: ../../mod/admin.php:998 +msgid "No themes found." +msgstr "Nenhum tema encontrado" + +#: ../../mod/admin.php:1060 +msgid "Screenshot" +msgstr "Captura de tela" + +#: ../../mod/admin.php:1106 +msgid "[Experimental]" +msgstr "[Esperimental]" + +#: ../../mod/admin.php:1107 +msgid "[Unsupported]" +msgstr "[Não suportado]" + +#: ../../mod/admin.php:1134 +msgid "Log settings updated." +msgstr "As configurações de relatórios foram atualizadas." + +#: ../../mod/admin.php:1190 +msgid "Clear" +msgstr "Limpar" + +#: ../../mod/admin.php:1196 +msgid "Enable Debugging" msgstr "" -#: ../../include/plugin.php:402 -msgid "This action is not available under your subscription plan." +#: ../../mod/admin.php:1197 +msgid "Log file" +msgstr "Arquivo do relatório" + +#: ../../mod/admin.php:1197 +msgid "" +"Must be writable by web server. Relative to your Friendica top-level " +"directory." +msgstr "O servidor web precisa ter permissão de escrita. Relativa ao diretório raiz do seu Friendica." + +#: ../../mod/admin.php:1198 +msgid "Log level" +msgstr "Nível do relatório" + +#: ../../mod/admin.php:1247 ../../mod/contacts.php:409 +msgid "Update now" +msgstr "Atualizar agora" + +#: ../../mod/admin.php:1248 +msgid "Close" +msgstr "Fechar" + +#: ../../mod/admin.php:1254 +msgid "FTP Host" +msgstr "Endereço do FTP" + +#: ../../mod/admin.php:1255 +msgid "FTP Path" +msgstr "Caminho do FTP" + +#: ../../mod/admin.php:1256 +msgid "FTP User" +msgstr "Usuário do FTP" + +#: ../../mod/admin.php:1257 +msgid "FTP Password" +msgstr "Senha do FTP" + +#: ../../mod/item.php:108 +msgid "Unable to locate original post." +msgstr "Não foi possível localizar a publicação original." + +#: ../../mod/item.php:310 +msgid "Empty post discarded." +msgstr "A publicação em branco foi descartada." + +#: ../../mod/item.php:872 +msgid "System error. Post not saved." +msgstr "Erro no sistema. A publicação não foi salva." + +#: ../../mod/item.php:897 +#, php-format +msgid "" +"This message was sent to you by %s, a member of the Friendica social " +"network." +msgstr "Essa mensagem foi enviada a você por %s, um membro da rede social Friendica." + +#: ../../mod/item.php:899 +#, php-format +msgid "You may visit them online at %s" +msgstr "Você pode visitá-lo em %s" + +#: ../../mod/item.php:900 +msgid "" +"Please contact the sender by replying to this post if you do not wish to " +"receive these messages." +msgstr "Por favor, entre em contato com o remetente respondendo a esta publicação, caso você não queira mais receber estas mensagens." + +#: ../../mod/item.php:904 +#, php-format +msgid "%s posted an update." +msgstr "%s publicou uma atualização." + +#: ../../mod/allfriends.php:34 +#, php-format +msgid "Friends of %s" +msgstr "Amigos de %s" + +#: ../../mod/allfriends.php:40 +msgid "No friends to display." +msgstr "Nenhum amigo para exibir." + +#: ../../mod/search.php:21 ../../mod/network.php:224 +msgid "Remove term" +msgstr "Remover o termo" + +#: ../../mod/search.php:180 ../../mod/search.php:206 +#: ../../mod/community.php:61 ../../mod/community.php:89 +msgid "No results." +msgstr "Nenhum resultado." + +#: ../../mod/api.php:76 ../../mod/api.php:102 +msgid "Authorize application connection" +msgstr "Autorizar a conexão com a aplicação" + +#: ../../mod/api.php:77 +msgid "Return to your app and insert this Securty Code:" +msgstr "Volte para a sua aplicação e digite este código de segurança:" + +#: ../../mod/api.php:89 +msgid "Please login to continue." +msgstr "Por favor, autentique-se para continuar." + +#: ../../mod/api.php:104 +msgid "" +"Do you want to authorize this application to access your posts and contacts," +" and/or create new posts for you?" +msgstr "Deseja autorizar esta aplicação a acessar suas publicações e contatos e/ou criar novas publicações para você?" + +#: ../../mod/register.php:91 ../../mod/regmod.php:54 +#, php-format +msgid "Registration details for %s" +msgstr "Detalhes do registro de %s" + +#: ../../mod/register.php:99 +msgid "" +"Registration successful. Please check your email for further instructions." +msgstr "O registro foi bem sucedido. Por favor, verifique seu e-mail para maiores informações." + +#: ../../mod/register.php:103 +msgid "Failed to send email message. Here is the message that failed." +msgstr "Não foi possível enviar a mensagem de e-mail. Aqui está a mensagem que não foi." + +#: ../../mod/register.php:108 +msgid "Your registration can not be processed." +msgstr "Não foi possível processar o seu registro." + +#: ../../mod/register.php:145 +#, php-format +msgid "Registration request at %s" +msgstr "Solicitação de registro em %s" + +#: ../../mod/register.php:154 +msgid "Your registration is pending approval by the site owner." +msgstr "A aprovação do seu registro está pendente junto ao administrador do site." + +#: ../../mod/register.php:192 ../../mod/uimport.php:50 +msgid "" +"This site has exceeded the number of allowed daily account registrations. " +"Please try again tomorrow." +msgstr "Este site excedeu o limite diário permitido para registros de novas contas.\nPor favor tente novamente amanhã." + +#: ../../mod/register.php:220 +msgid "" +"You may (optionally) fill in this form via OpenID by supplying your OpenID " +"and clicking 'Register'." +msgstr "Você pode (opcionalmente) preencher este formulário via OpenID, fornecendo seu OpenID e clicando em 'Registrar'." + +#: ../../mod/register.php:221 +msgid "" +"If you are not familiar with OpenID, please leave that field blank and fill " +"in the rest of the items." +msgstr "Se você não está familiarizado com o OpenID, por favor, deixe esse campo em branco e preencha os outros itens." + +#: ../../mod/register.php:222 +msgid "Your OpenID (optional): " +msgstr "Seu OpenID (opcional): " + +#: ../../mod/register.php:236 +msgid "Include your profile in member directory?" +msgstr "Incluir o seu perfil no diretório de membros?" + +#: ../../mod/register.php:257 +msgid "Membership on this site is by invitation only." +msgstr "A associação a este site só pode ser feita mediante convite." + +#: ../../mod/register.php:258 +msgid "Your invitation ID: " +msgstr "A ID do seu convite: " + +#: ../../mod/register.php:269 +msgid "Your Full Name (e.g. Joe Smith): " +msgstr "Seu nome completo (ex: José da Silva): " + +#: ../../mod/register.php:270 +msgid "Your Email Address: " +msgstr "Seu endereço de e-mail: " + +#: ../../mod/register.php:271 +msgid "" +"Choose a profile nickname. This must begin with a text character. Your " +"profile address on this site will then be " +"'nickname@$sitename'." +msgstr "Selecione uma identificação para o perfil. Ela deve começar com um caractere alfabético. O endereço do seu perfil neste site será 'identificação@$sitename'" + +#: ../../mod/register.php:272 +msgid "Choose a nickname: " +msgstr "Escolha uma identificação: " + +#: ../../mod/regmod.php:63 +msgid "Account approved." +msgstr "A conta foi aprovada." + +#: ../../mod/regmod.php:100 +#, php-format +msgid "Registration revoked for %s" +msgstr "O registro de %s foi revogado" + +#: ../../mod/regmod.php:112 +msgid "Please login." +msgstr "Por favor, autentique-se." + +#: ../../mod/attach.php:8 +msgid "Item not available." +msgstr "O item não está disponível." + +#: ../../mod/attach.php:20 +msgid "Item was not found." +msgstr "O item não foi encontrado." + +#: ../../mod/removeme.php:45 ../../mod/removeme.php:48 +msgid "Remove My Account" +msgstr "Remover minha conta" + +#: ../../mod/removeme.php:46 +msgid "" +"This will completely remove your account. Once this has been done it is not " +"recoverable." +msgstr "Isso removerá completamente a sua conta. Uma vez feito isso, não será mais possível recuperá-la." + +#: ../../mod/removeme.php:47 +msgid "Please enter your password for verification:" +msgstr "Por favor, digite a sua senha para verificação:" + +#: ../../mod/babel.php:17 +msgid "Source (bbcode) text:" +msgstr "Texto fonte (bbcode):" + +#: ../../mod/babel.php:23 +msgid "Source (Diaspora) text to convert to BBcode:" +msgstr "Texto fonte (Diaspora) a converter para BBcode:" + +#: ../../mod/babel.php:31 +msgid "Source input: " +msgstr "Entrada fonte:" + +#: ../../mod/babel.php:35 +msgid "bb2html (raw HTML): " +msgstr "bb2html (HTML puro):" + +#: ../../mod/babel.php:39 +msgid "bb2html: " +msgstr "bb2html: " + +#: ../../mod/babel.php:43 +msgid "bb2html2bb: " +msgstr "bb2html2bb: " + +#: ../../mod/babel.php:47 +msgid "bb2md: " +msgstr "bb2md: " + +#: ../../mod/babel.php:51 +msgid "bb2md2html: " +msgstr "bb2md2html: " + +#: ../../mod/babel.php:55 +msgid "bb2dia2bb: " +msgstr "bb2dia2bb: " + +#: ../../mod/babel.php:59 +msgid "bb2md2html2bb: " +msgstr "bb2md2html2bb: " + +#: ../../mod/babel.php:69 +msgid "Source input (Diaspora format): " +msgstr "Fonte de entrada (formato Diaspora):" + +#: ../../mod/babel.php:74 +msgid "diaspora2bb: " +msgstr "diaspora2bb: " + +#: ../../mod/common.php:42 +msgid "Common Friends" +msgstr "Amigos em Comum" + +#: ../../mod/common.php:78 +msgid "No contacts in common." +msgstr "Nenhum contato em comum." + +#: ../../mod/apps.php:7 +msgid "You must be logged in to use addons. " msgstr "" -#: ../../boot.php:607 +#: ../../mod/apps.php:11 +msgid "Applications" +msgstr "Aplicativos" + +#: ../../mod/apps.php:14 +msgid "No installed applications." +msgstr "Nenhum aplicativo instalado" + +#: ../../mod/contacts.php:85 ../../mod/contacts.php:165 +msgid "Could not access contact record." +msgstr "Não foi possível acessar o registro do contato." + +#: ../../mod/contacts.php:99 +msgid "Could not locate selected profile." +msgstr "Não foi possível localizar o perfil selecionado." + +#: ../../mod/contacts.php:122 +msgid "Contact updated." +msgstr "O contato foi atualizado." + +#: ../../mod/contacts.php:124 ../../mod/dfrn_request.php:571 +msgid "Failed to update contact record." +msgstr "Não foi possível atualizar o registro do contato." + +#: ../../mod/contacts.php:187 +msgid "Contact has been blocked" +msgstr "O contato foi bloqueado" + +#: ../../mod/contacts.php:187 +msgid "Contact has been unblocked" +msgstr "O contato foi desbloqueado" + +#: ../../mod/contacts.php:201 +msgid "Contact has been ignored" +msgstr "O contato foi ignorado" + +#: ../../mod/contacts.php:201 +msgid "Contact has been unignored" +msgstr "O contato deixou de ser ignorado" + +#: ../../mod/contacts.php:220 +msgid "Contact has been archived" +msgstr "O contato foi arquivado" + +#: ../../mod/contacts.php:220 +msgid "Contact has been unarchived" +msgstr "O contato foi desarquivado" + +#: ../../mod/contacts.php:244 +msgid "Do you really want to delete this contact?" +msgstr "Você realmente deseja deletar esse contato?" + +#: ../../mod/contacts.php:263 +msgid "Contact has been removed." +msgstr "O contato foi removido." + +#: ../../mod/contacts.php:301 +#, php-format +msgid "You are mutual friends with %s" +msgstr "Você possui uma amizade mútua com %s" + +#: ../../mod/contacts.php:305 +#, php-format +msgid "You are sharing with %s" +msgstr "Você está compartilhando com %s" + +#: ../../mod/contacts.php:310 +#, php-format +msgid "%s is sharing with you" +msgstr "%s está compartilhando com você" + +#: ../../mod/contacts.php:327 +msgid "Private communications are not available for this contact." +msgstr "As comunicações privadas não estão disponíveis para este contato." + +#: ../../mod/contacts.php:334 +msgid "(Update was successful)" +msgstr "(A atualização foi bem sucedida)" + +#: ../../mod/contacts.php:334 +msgid "(Update was not successful)" +msgstr "(A atualização não foi bem sucedida)" + +#: ../../mod/contacts.php:336 +msgid "Suggest friends" +msgstr "Sugerir amigos" + +#: ../../mod/contacts.php:340 +#, php-format +msgid "Network type: %s" +msgstr "Tipo de rede: %s" + +#: ../../mod/contacts.php:348 +msgid "View all contacts" +msgstr "Ver todos os contatos" + +#: ../../mod/contacts.php:356 +msgid "Toggle Blocked status" +msgstr "Alternar o status de bloqueio" + +#: ../../mod/contacts.php:359 ../../mod/contacts.php:413 +msgid "Unignore" +msgstr "Deixar de ignorar" + +#: ../../mod/contacts.php:359 ../../mod/contacts.php:413 +#: ../../mod/notifications.php:51 ../../mod/notifications.php:164 +#: ../../mod/notifications.php:210 +msgid "Ignore" +msgstr "Ignorar" + +#: ../../mod/contacts.php:362 +msgid "Toggle Ignored status" +msgstr "Alternar o status de ignorado" + +#: ../../mod/contacts.php:366 +msgid "Unarchive" +msgstr "Desarquivar" + +#: ../../mod/contacts.php:366 +msgid "Archive" +msgstr "Arquivar" + +#: ../../mod/contacts.php:369 +msgid "Toggle Archive status" +msgstr "Alternar o status de arquivamento" + +#: ../../mod/contacts.php:372 +msgid "Repair" +msgstr "Reparar" + +#: ../../mod/contacts.php:375 +msgid "Advanced Contact Settings" +msgstr "Configurações avançadas do contato" + +#: ../../mod/contacts.php:381 +msgid "Communications lost with this contact!" +msgstr "As comunicações com esse contato foram perdidas!" + +#: ../../mod/contacts.php:384 +msgid "Contact Editor" +msgstr "Editor de contatos" + +#: ../../mod/contacts.php:387 +msgid "Profile Visibility" +msgstr "Visibilidade do perfil" + +#: ../../mod/contacts.php:388 +#, php-format +msgid "" +"Please choose the profile you would like to display to %s when viewing your " +"profile securely." +msgstr "Por favor, selecione o perfil que você gostaria de exibir para %s quando estiver visualizando seu perfil de modo seguro." + +#: ../../mod/contacts.php:389 +msgid "Contact Information / Notes" +msgstr "Informações sobre o contato / Anotações" + +#: ../../mod/contacts.php:390 +msgid "Edit contact notes" +msgstr "Editar as anotações do contato" + +#: ../../mod/contacts.php:396 +msgid "Block/Unblock contact" +msgstr "Bloquear/desbloquear o contato" + +#: ../../mod/contacts.php:397 +msgid "Ignore contact" +msgstr "Ignorar o contato" + +#: ../../mod/contacts.php:398 +msgid "Repair URL settings" +msgstr "Reparar as definições de URL" + +#: ../../mod/contacts.php:399 +msgid "View conversations" +msgstr "Ver as conversas" + +#: ../../mod/contacts.php:401 +msgid "Delete contact" +msgstr "Excluir o contato" + +#: ../../mod/contacts.php:405 +msgid "Last update:" +msgstr "Última atualização:" + +#: ../../mod/contacts.php:407 +msgid "Update public posts" +msgstr "Atualizar publicações públicas" + +#: ../../mod/contacts.php:416 +msgid "Currently blocked" +msgstr "Atualmente bloqueado" + +#: ../../mod/contacts.php:417 +msgid "Currently ignored" +msgstr "Atualmente ignorado" + +#: ../../mod/contacts.php:418 +msgid "Currently archived" +msgstr "Atualmente arquivado" + +#: ../../mod/contacts.php:419 ../../mod/notifications.php:157 +#: ../../mod/notifications.php:204 +msgid "Hide this contact from others" +msgstr "Ocultar este contato dos outros" + +#: ../../mod/contacts.php:419 +msgid "" +"Replies/likes to your public posts may still be visible" +msgstr "Respostas/Gostar associados às suas publicações podem estar visíveis" + +#: ../../mod/contacts.php:470 +msgid "Suggestions" +msgstr "Sugestões" + +#: ../../mod/contacts.php:473 +msgid "Suggest potential friends" +msgstr "Sugerir amigos em potencial" + +#: ../../mod/contacts.php:476 ../../mod/group.php:194 +msgid "All Contacts" +msgstr "Todos os contatos" + +#: ../../mod/contacts.php:479 +msgid "Show all contacts" +msgstr "Exibe todos os contatos" + +#: ../../mod/contacts.php:482 +msgid "Unblocked" +msgstr "Desbloquear" + +#: ../../mod/contacts.php:485 +msgid "Only show unblocked contacts" +msgstr "Exibe somente contatos desbloqueados" + +#: ../../mod/contacts.php:489 +msgid "Blocked" +msgstr "Bloqueado" + +#: ../../mod/contacts.php:492 +msgid "Only show blocked contacts" +msgstr "Exibe somente contatos bloqueados" + +#: ../../mod/contacts.php:496 +msgid "Ignored" +msgstr "Ignorados" + +#: ../../mod/contacts.php:499 +msgid "Only show ignored contacts" +msgstr "Exibe somente contatos ignorados" + +#: ../../mod/contacts.php:503 +msgid "Archived" +msgstr "Arquivados" + +#: ../../mod/contacts.php:506 +msgid "Only show archived contacts" +msgstr "Exibe somente contatos arquivados" + +#: ../../mod/contacts.php:510 +msgid "Hidden" +msgstr "Ocultos" + +#: ../../mod/contacts.php:513 +msgid "Only show hidden contacts" +msgstr "Exibe somente contatos ocultos" + +#: ../../mod/contacts.php:561 +msgid "Mutual Friendship" +msgstr "Amizade mútua" + +#: ../../mod/contacts.php:565 +msgid "is a fan of yours" +msgstr "é um fã seu" + +#: ../../mod/contacts.php:569 +msgid "you are a fan of" +msgstr "você é um fã de" + +#: ../../mod/contacts.php:611 +msgid "Search your contacts" +msgstr "Pesquisar seus contatos" + +#: ../../mod/contacts.php:612 ../../mod/directory.php:59 +msgid "Finding: " +msgstr "Pesquisando: " + +#: ../../mod/settings.php:23 ../../mod/photos.php:79 +msgid "everybody" +msgstr "todos" + +#: ../../mod/settings.php:35 +msgid "Additional features" +msgstr "Funcionalidades adicionais" + +#: ../../mod/settings.php:40 ../../mod/uexport.php:14 +msgid "Display settings" +msgstr "Configurações de exibição" + +#: ../../mod/settings.php:46 ../../mod/uexport.php:20 +msgid "Connector settings" +msgstr "Configurações do conector" + +#: ../../mod/settings.php:51 ../../mod/uexport.php:25 +msgid "Plugin settings" +msgstr "Configurações dos plugins" + +#: ../../mod/settings.php:56 ../../mod/uexport.php:30 +msgid "Connected apps" +msgstr "Aplicações conectadas" + +#: ../../mod/settings.php:61 ../../mod/uexport.php:35 ../../mod/uexport.php:80 +msgid "Export personal data" +msgstr "Exportar dados pessoais" + +#: ../../mod/settings.php:66 ../../mod/uexport.php:40 +msgid "Remove account" +msgstr "Remover a conta" + +#: ../../mod/settings.php:118 +msgid "Missing some important data!" +msgstr "Está faltando algum dado importante!" + +#: ../../mod/settings.php:121 ../../mod/settings.php:610 +msgid "Update" +msgstr "Atualizar" + +#: ../../mod/settings.php:227 +msgid "Failed to connect with email account using the settings provided." +msgstr "Não foi possível conectar à conta de e-mail com as configurações fornecidas." + +#: ../../mod/settings.php:232 +msgid "Email settings updated." +msgstr "As configurações de e-mail foram atualizadas." + +#: ../../mod/settings.php:247 +msgid "Features updated" +msgstr "Funcionalidades atualizadas" + +#: ../../mod/settings.php:312 +msgid "Passwords do not match. Password unchanged." +msgstr "As senhas não correspondem. A senha não foi modificada." + +#: ../../mod/settings.php:317 +msgid "Empty passwords are not allowed. Password unchanged." +msgstr "Não é permitido uma senha em branco. A senha não foi modificada." + +#: ../../mod/settings.php:325 +msgid "Wrong password." +msgstr "" + +#: ../../mod/settings.php:336 +msgid "Password changed." +msgstr "A senha foi modificada." + +#: ../../mod/settings.php:338 +msgid "Password update failed. Please try again." +msgstr "Não foi possível atualizar a senha. Por favor, tente novamente." + +#: ../../mod/settings.php:403 +msgid " Please use a shorter name." +msgstr " Por favor, use um nome mais curto." + +#: ../../mod/settings.php:405 +msgid " Name too short." +msgstr " O nome é muito curto." + +#: ../../mod/settings.php:414 +msgid "Wrong Password" +msgstr "" + +#: ../../mod/settings.php:419 +msgid " Not valid email." +msgstr " Não é um e-mail válido." + +#: ../../mod/settings.php:422 +msgid " Cannot change to that email." +msgstr " Não foi possível alterar para esse e-mail." + +#: ../../mod/settings.php:476 +msgid "Private forum has no privacy permissions. Using default privacy group." +msgstr "O fórum privado não possui permissões de privacidade. Utilizando o grupo de privacidade padrão." + +#: ../../mod/settings.php:480 +msgid "Private forum has no privacy permissions and no default privacy group." +msgstr "O fórum privado não possui permissões de privacidade e nenhum grupo de privacidade padrão." + +#: ../../mod/settings.php:510 +msgid "Settings updated." +msgstr "As configurações foram atualizadas." + +#: ../../mod/settings.php:583 ../../mod/settings.php:609 +#: ../../mod/settings.php:645 +msgid "Add application" +msgstr "Adicionar aplicação" + +#: ../../mod/settings.php:587 ../../mod/settings.php:613 +msgid "Consumer Key" +msgstr "Chave do consumidor" + +#: ../../mod/settings.php:588 ../../mod/settings.php:614 +msgid "Consumer Secret" +msgstr "Segredo do consumidor" + +#: ../../mod/settings.php:589 ../../mod/settings.php:615 +msgid "Redirect" +msgstr "Redirecionar" + +#: ../../mod/settings.php:590 ../../mod/settings.php:616 +msgid "Icon url" +msgstr "URL do ícone" + +#: ../../mod/settings.php:601 +msgid "You can't edit this application." +msgstr "Você não pode editar esta aplicação." + +#: ../../mod/settings.php:644 +msgid "Connected Apps" +msgstr "Aplicações conectadas" + +#: ../../mod/settings.php:646 ../../mod/editpost.php:109 +#: ../../mod/content.php:751 ../../object/Item.php:117 +msgid "Edit" +msgstr "Editar" + +#: ../../mod/settings.php:648 +msgid "Client key starts with" +msgstr "A chave do cliente inicia com" + +#: ../../mod/settings.php:649 +msgid "No name" +msgstr "Sem nome" + +#: ../../mod/settings.php:650 +msgid "Remove authorization" +msgstr "Remover autorização" + +#: ../../mod/settings.php:662 +msgid "No Plugin settings configured" +msgstr "Não foi definida nenhuma configuração de plugin" + +#: ../../mod/settings.php:670 +msgid "Plugin Settings" +msgstr "Configurações do plugin" + +#: ../../mod/settings.php:684 +msgid "Off" +msgstr "Off" + +#: ../../mod/settings.php:684 +msgid "On" +msgstr "On" + +#: ../../mod/settings.php:692 +msgid "Additional Features" +msgstr "Funcionalidades Adicionais" + +#: ../../mod/settings.php:705 ../../mod/settings.php:706 +#, php-format +msgid "Built-in support for %s connectivity is %s" +msgstr "O suporte interno para conectividade de %s está %s" + +#: ../../mod/settings.php:705 ../../mod/settings.php:706 +msgid "enabled" +msgstr "habilitado" + +#: ../../mod/settings.php:705 ../../mod/settings.php:706 +msgid "disabled" +msgstr "desabilitado" + +#: ../../mod/settings.php:706 +msgid "StatusNet" +msgstr "StatusNet" + +#: ../../mod/settings.php:738 +msgid "Email access is disabled on this site." +msgstr "O acesso ao e-mail está desabilitado neste site." + +#: ../../mod/settings.php:745 +msgid "Connector Settings" +msgstr "Configurações do conector" + +#: ../../mod/settings.php:750 +msgid "Email/Mailbox Setup" +msgstr "Configurações do e-mail/caixa postal" + +#: ../../mod/settings.php:751 +msgid "" +"If you wish to communicate with email contacts using this service " +"(optional), please specify how to connect to your mailbox." +msgstr "Caso você deseje se comunicar com contatos de e-mail usando este serviço (opcional), por favor especifique como se conectar à sua caixa postal." + +#: ../../mod/settings.php:752 +msgid "Last successful email check:" +msgstr "Última checagem bem sucedida de e-mail:" + +#: ../../mod/settings.php:754 +msgid "IMAP server name:" +msgstr "Nome do servidor IMAP:" + +#: ../../mod/settings.php:755 +msgid "IMAP port:" +msgstr "Porta do IMAP:" + +#: ../../mod/settings.php:756 +msgid "Security:" +msgstr "Segurança:" + +#: ../../mod/settings.php:756 ../../mod/settings.php:761 +msgid "None" +msgstr "Nenhuma" + +#: ../../mod/settings.php:757 +msgid "Email login name:" +msgstr "Nome de usuário do e-mail:" + +#: ../../mod/settings.php:758 +msgid "Email password:" +msgstr "Senha do e-mail:" + +#: ../../mod/settings.php:759 +msgid "Reply-to address:" +msgstr "Endereço de resposta (Reply-to):" + +#: ../../mod/settings.php:760 +msgid "Send public posts to all email contacts:" +msgstr "Enviar publicações públicas para todos os contatos de e-mail:" + +#: ../../mod/settings.php:761 +msgid "Action after import:" +msgstr "Ação após a importação:" + +#: ../../mod/settings.php:761 +msgid "Mark as seen" +msgstr "Marcar como visto" + +#: ../../mod/settings.php:761 +msgid "Move to folder" +msgstr "Mover para pasta" + +#: ../../mod/settings.php:762 +msgid "Move to folder:" +msgstr "Mover para pasta:" + +#: ../../mod/settings.php:835 +msgid "Display Settings" +msgstr "Configurações de exibição" + +#: ../../mod/settings.php:841 ../../mod/settings.php:853 +msgid "Display Theme:" +msgstr "Tema do perfil:" + +#: ../../mod/settings.php:842 +msgid "Mobile Theme:" +msgstr "Tema para dispositivos móveis:" + +#: ../../mod/settings.php:843 +msgid "Update browser every xx seconds" +msgstr "Atualizar o navegador a cada xx segundos" + +#: ../../mod/settings.php:843 +msgid "Minimum of 10 seconds, no maximum" +msgstr "Mínimo de 10 segundos, não possui máximo" + +#: ../../mod/settings.php:844 +msgid "Number of items to display per page:" +msgstr "Número de itens a serem exibidos por página:" + +#: ../../mod/settings.php:844 ../../mod/settings.php:845 +msgid "Maximum of 100 items" +msgstr "Máximo de 100 itens" + +#: ../../mod/settings.php:845 +msgid "Number of items to display per page when viewed from mobile device:" +msgstr "" + +#: ../../mod/settings.php:846 +msgid "Don't show emoticons" +msgstr "Não exibir emoticons" + +#: ../../mod/settings.php:922 +msgid "Normal Account Page" +msgstr "Página de conta normal" + +#: ../../mod/settings.php:923 +msgid "This account is a normal personal profile" +msgstr "Essa conta é um perfil pessoal normal" + +#: ../../mod/settings.php:926 +msgid "Soapbox Page" +msgstr "Página de vitrine" + +#: ../../mod/settings.php:927 +msgid "Automatically approve all connection/friend requests as read-only fans" +msgstr "Aprova automaticamente todas as solicitações de conexão/amizade como fãs com permissão somente de leitura" + +#: ../../mod/settings.php:930 +msgid "Community Forum/Celebrity Account" +msgstr "Conta de fórum de comunidade/celebridade" + +#: ../../mod/settings.php:931 +msgid "" +"Automatically approve all connection/friend requests as read-write fans" +msgstr "Aprova automaticamente todas as solicitações de conexão/amizade como fãs com permissão de leitura e escrita" + +#: ../../mod/settings.php:934 +msgid "Automatic Friend Page" +msgstr "Página de amigo automático" + +#: ../../mod/settings.php:935 +msgid "Automatically approve all connection/friend requests as friends" +msgstr "Aprovar automaticamente todas as solicitações de conexão/amizade como amigos" + +#: ../../mod/settings.php:938 +msgid "Private Forum [Experimental]" +msgstr "Fórum privado [Experimental]" + +#: ../../mod/settings.php:939 +msgid "Private forum - approved members only" +msgstr "Fórum privado - somente membros aprovados" + +#: ../../mod/settings.php:951 +msgid "OpenID:" +msgstr "OpenID:" + +#: ../../mod/settings.php:951 +msgid "(Optional) Allow this OpenID to login to this account." +msgstr "(Opcional) Permitir o uso deste OpenID para entrar nesta conta" + +#: ../../mod/settings.php:961 +msgid "Publish your default profile in your local site directory?" +msgstr "Publicar o seu perfil padrão no diretório local do seu site?" + +#: ../../mod/settings.php:967 +msgid "Publish your default profile in the global social directory?" +msgstr "Publicar o seu perfil padrão no diretório social global?" + +#: ../../mod/settings.php:975 +msgid "Hide your contact/friend list from viewers of your default profile?" +msgstr "Ocultar visualização da sua lista de contatos/amigos no seu perfil padrão? " + +#: ../../mod/settings.php:979 +msgid "Hide your profile details from unknown viewers?" +msgstr "Ocultar os detalhes do seu perfil para pessoas desconhecidas?" + +#: ../../mod/settings.php:984 +msgid "Allow friends to post to your profile page?" +msgstr "Permitir aos amigos publicarem na sua página de perfil?" + +#: ../../mod/settings.php:990 +msgid "Allow friends to tag your posts?" +msgstr "Permitir aos amigos etiquetarem suas publicações?" + +#: ../../mod/settings.php:996 +msgid "Allow us to suggest you as a potential friend to new members?" +msgstr "Permitir que você seja sugerido como amigo em potencial para novos membros?" + +#: ../../mod/settings.php:1002 +msgid "Permit unknown people to send you private mail?" +msgstr "Permitir que pessoas desconhecidas lhe enviem mensagens privadas?" + +#: ../../mod/settings.php:1010 +msgid "Profile is not published." +msgstr "O perfil não está publicado." + +#: ../../mod/settings.php:1013 ../../mod/profile_photo.php:248 +msgid "or" +msgstr "ou" + +#: ../../mod/settings.php:1018 +msgid "Your Identity Address is" +msgstr "O endereço da sua identidade é" + +#: ../../mod/settings.php:1029 +msgid "Automatically expire posts after this many days:" +msgstr "Expirar automaticamente publicações após tantos dias:" + +#: ../../mod/settings.php:1029 +msgid "If empty, posts will not expire. Expired posts will be deleted" +msgstr "Se deixado em branco, as publicações não irão expirar. Publicações expiradas serão excluídas." + +#: ../../mod/settings.php:1030 +msgid "Advanced expiration settings" +msgstr "Configurações avançadas de expiração" + +#: ../../mod/settings.php:1031 +msgid "Advanced Expiration" +msgstr "Expiração avançada" + +#: ../../mod/settings.php:1032 +msgid "Expire posts:" +msgstr "Expirar publicações:" + +#: ../../mod/settings.php:1033 +msgid "Expire personal notes:" +msgstr "Expirar notas pessoais:" + +#: ../../mod/settings.php:1034 +msgid "Expire starred posts:" +msgstr "Expirar publicações destacadas:" + +#: ../../mod/settings.php:1035 +msgid "Expire photos:" +msgstr "Expirar fotos:" + +#: ../../mod/settings.php:1036 +msgid "Only expire posts by others:" +msgstr "Expirar somente as publicações de outras pessoas:" + +#: ../../mod/settings.php:1062 +msgid "Account Settings" +msgstr "Configurações da conta" + +#: ../../mod/settings.php:1070 +msgid "Password Settings" +msgstr "Configurações da senha" + +#: ../../mod/settings.php:1071 +msgid "New Password:" +msgstr "Nova senha:" + +#: ../../mod/settings.php:1072 +msgid "Confirm:" +msgstr "Confirme:" + +#: ../../mod/settings.php:1072 +msgid "Leave password fields blank unless changing" +msgstr "Deixe os campos de senha em branco, a não ser que você queira alterá-la" + +#: ../../mod/settings.php:1073 +msgid "Current Password:" +msgstr "" + +#: ../../mod/settings.php:1073 ../../mod/settings.php:1074 +msgid "Your current password to confirm the changes" +msgstr "" + +#: ../../mod/settings.php:1074 +msgid "Password:" +msgstr "" + +#: ../../mod/settings.php:1078 +msgid "Basic Settings" +msgstr "Configurações básicas" + +#: ../../mod/settings.php:1080 +msgid "Email Address:" +msgstr "Endereço de e-mail:" + +#: ../../mod/settings.php:1081 +msgid "Your Timezone:" +msgstr "Seu fuso horário:" + +#: ../../mod/settings.php:1082 +msgid "Default Post Location:" +msgstr "Localização padrão de suas publicações:" + +#: ../../mod/settings.php:1083 +msgid "Use Browser Location:" +msgstr "Usar localizador do navegador:" + +#: ../../mod/settings.php:1086 +msgid "Security and Privacy Settings" +msgstr "Configurações de segurança e privacidade" + +#: ../../mod/settings.php:1088 +msgid "Maximum Friend Requests/Day:" +msgstr "Número máximo de requisições de amizade por dia:" + +#: ../../mod/settings.php:1088 ../../mod/settings.php:1118 +msgid "(to prevent spam abuse)" +msgstr "(para prevenir abuso de spammers)" + +#: ../../mod/settings.php:1089 +msgid "Default Post Permissions" +msgstr "Permissões padrão de publicação" + +#: ../../mod/settings.php:1090 +msgid "(click to open/close)" +msgstr "(clique para abrir/fechar)" + +#: ../../mod/settings.php:1099 ../../mod/photos.php:1140 +#: ../../mod/photos.php:1506 +msgid "Show to Groups" +msgstr "Mostre para Grupos" + +#: ../../mod/settings.php:1100 ../../mod/photos.php:1141 +#: ../../mod/photos.php:1507 +msgid "Show to Contacts" +msgstr "Mostre para Contatos" + +#: ../../mod/settings.php:1101 +msgid "Default Private Post" +msgstr "Publicação Privada Padrão" + +#: ../../mod/settings.php:1102 +msgid "Default Public Post" +msgstr "Publicação Pública Padrão" + +#: ../../mod/settings.php:1106 +msgid "Default Permissions for New Posts" +msgstr "Permissões Padrão para Publicações Novas" + +#: ../../mod/settings.php:1118 +msgid "Maximum private messages per day from unknown people:" +msgstr "Número máximo de mensagens privadas de pessoas desconhecidas, por dia:" + +#: ../../mod/settings.php:1121 +msgid "Notification Settings" +msgstr "Configurações de notificação" + +#: ../../mod/settings.php:1122 +msgid "By default post a status message when:" +msgstr "Por padrão, publicar uma mensagem de status ao:" + +#: ../../mod/settings.php:1123 +msgid "accepting a friend request" +msgstr "aceitar uma requisição de amizade" + +#: ../../mod/settings.php:1124 +msgid "joining a forum/community" +msgstr "associar-se a um fórum/comunidade" + +#: ../../mod/settings.php:1125 +msgid "making an interesting profile change" +msgstr "fazer uma modificação interessante em seu perfil" + +#: ../../mod/settings.php:1126 +msgid "Send a notification email when:" +msgstr "Enviar um e-mail de notificação sempre que:" + +#: ../../mod/settings.php:1127 +msgid "You receive an introduction" +msgstr "Você receber uma apresentação" + +#: ../../mod/settings.php:1128 +msgid "Your introductions are confirmed" +msgstr "Suas apresentações forem confirmadas" + +#: ../../mod/settings.php:1129 +msgid "Someone writes on your profile wall" +msgstr "Alguém escrever no mural do seu perfil" + +#: ../../mod/settings.php:1130 +msgid "Someone writes a followup comment" +msgstr "Alguém comentar a sua mensagem" + +#: ../../mod/settings.php:1131 +msgid "You receive a private message" +msgstr "Você receber uma mensagem privada" + +#: ../../mod/settings.php:1132 +msgid "You receive a friend suggestion" +msgstr "Você recebe uma suggestão de amigo" + +#: ../../mod/settings.php:1133 +msgid "You are tagged in a post" +msgstr "Você foi marcado em uma publicação" + +#: ../../mod/settings.php:1134 +msgid "You are poked/prodded/etc. in a post" +msgstr "Você está markado/cutucado/etc. em uma publicação" + +#: ../../mod/settings.php:1137 +msgid "Advanced Account/Page Type Settings" +msgstr "Conta avançada/Configurações do tipo de página" + +#: ../../mod/settings.php:1138 +msgid "Change the behaviour of this account for special situations" +msgstr "Modificar o comportamento desta conta em situações especiais" + +#: ../../mod/share.php:44 +msgid "link" +msgstr "ligação" + +#: ../../mod/crepair.php:102 +msgid "Contact settings applied." +msgstr "As configurações do contato foram aplicadas." + +#: ../../mod/crepair.php:104 +msgid "Contact update failed." +msgstr "Não foi possível atualizar o contato." + +#: ../../mod/crepair.php:129 ../../mod/dfrn_confirm.php:118 +#: ../../mod/fsuggest.php:20 ../../mod/fsuggest.php:92 +msgid "Contact not found." +msgstr "O contato não foi encontrado." + +#: ../../mod/crepair.php:135 +msgid "Repair Contact Settings" +msgstr "Corrigir configurações do contato" + +#: ../../mod/crepair.php:137 +msgid "" +"WARNING: This is highly advanced and if you enter incorrect" +" information your communications with this contact may stop working." +msgstr "ATENÇÃO: Isso é muito avançado, se você digitar informações incorretas, suas comunicações com esse contato pode parar de funcionar." + +#: ../../mod/crepair.php:138 +msgid "" +"Please use your browser 'Back' button now if you are " +"uncertain what to do on this page." +msgstr "Por favor, use o botão 'Voltar' do seu navegador agora, caso você não tenha certeza do que está fazendo." + +#: ../../mod/crepair.php:144 +msgid "Return to contact editor" +msgstr "Voltar ao editor de contatos" + +#: ../../mod/crepair.php:149 +msgid "Account Nickname" +msgstr "Identificação da conta" + +#: ../../mod/crepair.php:150 +msgid "@Tagname - overrides Name/Nickname" +msgstr "@Tagname - sobrescreve Nome/Identificação" + +#: ../../mod/crepair.php:151 +msgid "Account URL" +msgstr "URL da conta" + +#: ../../mod/crepair.php:152 +msgid "Friend Request URL" +msgstr "URL da requisição de amizade" + +#: ../../mod/crepair.php:153 +msgid "Friend Confirm URL" +msgstr "URL da confirmação de amizade" + +#: ../../mod/crepair.php:154 +msgid "Notification Endpoint URL" +msgstr "URL do ponto final da notificação" + +#: ../../mod/crepair.php:155 +msgid "Poll/Feed URL" +msgstr "URL do captador/fonte de notícias" + +#: ../../mod/crepair.php:156 +msgid "New photo from this URL" +msgstr "Nova imagem desta URL" + +#: ../../mod/delegate.php:95 +msgid "No potential page delegates located." +msgstr "Nenhuma página delegada potencial localizada." + +#: ../../mod/delegate.php:123 +msgid "" +"Delegates are able to manage all aspects of this account/page except for " +"basic account settings. Please do not delegate your personal account to " +"anybody that you do not trust completely." +msgstr "Delegados podem administrar todos os aspectos dessa página/conta exceto por configurações básicas da conta.\nFavor não delegar sua conta pessoal para ninguém que você não confie inteiramente." + +#: ../../mod/delegate.php:124 +msgid "Existing Page Managers" +msgstr "Administradores de Páginas Existentes" + +#: ../../mod/delegate.php:126 +msgid "Existing Page Delegates" +msgstr "Delegados de Páginas Existentes" + +#: ../../mod/delegate.php:128 +msgid "Potential Delegates" +msgstr "Delegados Potenciais" + +#: ../../mod/delegate.php:130 ../../mod/tagrm.php:93 +msgid "Remove" +msgstr "Remover" + +#: ../../mod/delegate.php:131 +msgid "Add" +msgstr "Adicionar" + +#: ../../mod/delegate.php:132 +msgid "No entries." +msgstr "Sem entradas." + +#: ../../mod/poke.php:192 +msgid "Poke/Prod" +msgstr "Cutucar/Poke" + +#: ../../mod/poke.php:193 +msgid "poke, prod or do other things to somebody" +msgstr "Cutucar, poke ou fazer outras coisas com alguém" + +#: ../../mod/poke.php:194 +msgid "Recipient" +msgstr "Destinatário" + +#: ../../mod/poke.php:195 +msgid "Choose what you wish to do to recipient" +msgstr "Selecione o que você deseja fazer com o destinatário" + +#: ../../mod/poke.php:198 +msgid "Make this post private" +msgstr "Fazer com que essa publicação se torne privada" + +#: ../../mod/dfrn_confirm.php:119 +msgid "" +"This may occasionally happen if contact was requested by both persons and it" +" has already been approved." +msgstr "Isso pode acontecer eventualmente se o contato foi solicitado por ambas as pessoas e ele já tinha sido aprovado." + +#: ../../mod/dfrn_confirm.php:237 +msgid "Response from remote site was not understood." +msgstr "A resposta do site remoto não foi compreendida." + +#: ../../mod/dfrn_confirm.php:246 +msgid "Unexpected response from remote site: " +msgstr "Resposta inesperada do site remoto: " + +#: ../../mod/dfrn_confirm.php:254 +msgid "Confirmation completed successfully." +msgstr "A confirmação foi completada com sucesso." + +#: ../../mod/dfrn_confirm.php:256 ../../mod/dfrn_confirm.php:270 +#: ../../mod/dfrn_confirm.php:277 +msgid "Remote site reported: " +msgstr "O site remoto relatou: " + +#: ../../mod/dfrn_confirm.php:268 +msgid "Temporary failure. Please wait and try again." +msgstr "Falha temporária. Por favor, aguarde e tente novamente." + +#: ../../mod/dfrn_confirm.php:275 +msgid "Introduction failed or was revoked." +msgstr "Ocorreu uma falha na apresentação ou ela foi revogada." + +#: ../../mod/dfrn_confirm.php:420 +msgid "Unable to set contact photo." +msgstr "Não foi possível definir a foto do contato." + +#: ../../mod/dfrn_confirm.php:562 +#, php-format +msgid "No user record found for '%s' " +msgstr "Não foi encontrado nenhum registro de usuário para '%s' " + +#: ../../mod/dfrn_confirm.php:572 +msgid "Our site encryption key is apparently messed up." +msgstr "A chave de criptografia do nosso site está, aparentemente, bagunçada." + +#: ../../mod/dfrn_confirm.php:583 +msgid "Empty site URL was provided or URL could not be decrypted by us." +msgstr "Foi fornecida uma URL em branco ou não foi possível descriptografá-la." + +#: ../../mod/dfrn_confirm.php:604 +msgid "Contact record was not found for you on our site." +msgstr "O registro do contato não foi encontrado para você em seu site." + +#: ../../mod/dfrn_confirm.php:618 +#, php-format +msgid "Site public key not available in contact record for URL %s." +msgstr "A chave pública do site não está disponível no registro do contato para a URL %s" + +#: ../../mod/dfrn_confirm.php:638 +msgid "" +"The ID provided by your system is a duplicate on our system. It should work " +"if you try again." +msgstr "O ID fornecido pelo seu sistema é uma duplicata em nosso sistema. Deve funcionar agora, se você tentar de novo." + +#: ../../mod/dfrn_confirm.php:649 +msgid "Unable to set your contact credentials on our system." +msgstr "Não foi possível definir suas credenciais de contato no nosso sistema." + +#: ../../mod/dfrn_confirm.php:716 +msgid "Unable to update your contact profile details on our system" +msgstr "Não foi possível atualizar os detalhes do seu perfil em nosso sistema." + +#: ../../mod/dfrn_confirm.php:751 +#, php-format +msgid "Connection accepted at %s" +msgstr "Conexão aceita em %s" + +#: ../../mod/dfrn_confirm.php:800 +#, php-format +msgid "%1$s has joined %2$s" +msgstr "%1$s se associou a %2$s" + +#: ../../mod/dfrn_poll.php:103 ../../mod/dfrn_poll.php:536 +#, php-format +msgid "%1$s welcomes %2$s" +msgstr "%1$s dá as boas vinda à %2$s" + +#: ../../mod/dfrn_request.php:93 +msgid "This introduction has already been accepted." +msgstr "Esta apresentação já foi aceita." + +#: ../../mod/dfrn_request.php:118 ../../mod/dfrn_request.php:513 +msgid "Profile location is not valid or does not contain profile information." +msgstr "A localização do perfil não é válida ou não contém uma informação de perfil." + +#: ../../mod/dfrn_request.php:123 ../../mod/dfrn_request.php:518 +msgid "Warning: profile location has no identifiable owner name." +msgstr "Aviso: a localização do perfil não possui nenhum nome identificável do seu dono." + +#: ../../mod/dfrn_request.php:125 ../../mod/dfrn_request.php:520 +msgid "Warning: profile location has no profile photo." +msgstr "Aviso: a localização do perfil não possui nenhuma foto do perfil." + +#: ../../mod/dfrn_request.php:128 ../../mod/dfrn_request.php:523 +#, php-format +msgid "%d required parameter was not found at the given location" +msgid_plural "%d required parameters were not found at the given location" +msgstr[0] "O parâmetro requerido %d não foi encontrado na localização fornecida" +msgstr[1] "Os parâmetros requeridos %d não foram encontrados na localização fornecida" + +#: ../../mod/dfrn_request.php:170 +msgid "Introduction complete." +msgstr "A apresentação foi finalizada." + +#: ../../mod/dfrn_request.php:209 +msgid "Unrecoverable protocol error." +msgstr "Ocorreu um erro irrecuperável de protocolo." + +#: ../../mod/dfrn_request.php:237 +msgid "Profile unavailable." +msgstr "O perfil não está disponível." + +#: ../../mod/dfrn_request.php:262 +#, php-format +msgid "%s has received too many connection requests today." +msgstr "%s recebeu solicitações de conexão em excesso hoje." + +#: ../../mod/dfrn_request.php:263 +msgid "Spam protection measures have been invoked." +msgstr "As medidas de proteção contra spam foram ativadas." + +#: ../../mod/dfrn_request.php:264 +msgid "Friends are advised to please try again in 24 hours." +msgstr "Os amigos foram notificados para tentar novamente em 24 horas." + +#: ../../mod/dfrn_request.php:326 +msgid "Invalid locator" +msgstr "Localizador inválido" + +#: ../../mod/dfrn_request.php:335 +msgid "Invalid email address." +msgstr "Endereço de e-mail inválido." + +#: ../../mod/dfrn_request.php:362 +msgid "This account has not been configured for email. Request failed." +msgstr "Essa conta não foi configurada para e-mails. Não foi possível atender à solicitação." + +#: ../../mod/dfrn_request.php:458 +msgid "Unable to resolve your name at the provided location." +msgstr "Não foi possível encontrar a sua identificação no endereço indicado." + +#: ../../mod/dfrn_request.php:471 +msgid "You have already introduced yourself here." +msgstr "Você já fez a sua apresentação aqui." + +#: ../../mod/dfrn_request.php:475 +#, php-format +msgid "Apparently you are already friends with %s." +msgstr "Aparentemente você já é amigo de %s." + +#: ../../mod/dfrn_request.php:496 +msgid "Invalid profile URL." +msgstr "URL de perfil inválida." + +#: ../../mod/dfrn_request.php:592 +msgid "Your introduction has been sent." +msgstr "A sua apresentação foi enviada." + +#: ../../mod/dfrn_request.php:645 +msgid "Please login to confirm introduction." +msgstr "Por favor, autentique-se para confirmar a apresentação." + +#: ../../mod/dfrn_request.php:659 +msgid "" +"Incorrect identity currently logged in. Please login to " +"this profile." +msgstr "A identidade autenticada está incorreta. Por favor, entre como este perfil." + +#: ../../mod/dfrn_request.php:670 +msgid "Hide this contact" +msgstr "Ocultar este contato" + +#: ../../mod/dfrn_request.php:673 +#, php-format +msgid "Welcome home %s." +msgstr "Bem-vindo(a) à sua página pessoal %s." + +#: ../../mod/dfrn_request.php:674 +#, php-format +msgid "Please confirm your introduction/connection request to %s." +msgstr "Por favor, confirme sua solicitação de apresentação/conexão para %s." + +#: ../../mod/dfrn_request.php:675 +msgid "Confirm" +msgstr "Confirmar" + +#: ../../mod/dfrn_request.php:811 +msgid "" +"Please enter your 'Identity Address' from one of the following supported " +"communications networks:" +msgstr "Por favor, digite seu 'Endereço de Identificação' a partir de uma das seguintes redes de comunicação suportadas:" + +#: ../../mod/dfrn_request.php:827 +msgid "Connect as an email follower (Coming soon)" +msgstr "Conectar como um acompanhante por e-mail (Em breve)" + +#: ../../mod/dfrn_request.php:829 +msgid "" +"If you are not yet a member of the free social web, follow this link to find a public" +" Friendica site and join us today." +msgstr "Caso você ainda não seja membro da rede social livre, clique aqui para encontrar um site Friendica público e junte-se à nós." + +#: ../../mod/dfrn_request.php:832 +msgid "Friend/Connection Request" +msgstr "Solicitação de amizade/conexão" + +#: ../../mod/dfrn_request.php:833 +msgid "" +"Examples: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, " +"testuser@identi.ca" +msgstr "Examplos: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, testuser@identi.ca" + +#: ../../mod/dfrn_request.php:834 +msgid "Please answer the following:" +msgstr "Por favor, entre com as informações solicitadas:" + +#: ../../mod/dfrn_request.php:835 +#, php-format +msgid "Does %s know you?" +msgstr "%s conhece você?" + +#: ../../mod/dfrn_request.php:838 +msgid "Add a personal note:" +msgstr "Adicione uma anotação pessoal:" + +#: ../../mod/dfrn_request.php:841 +msgid "StatusNet/Federated Social Web" +msgstr "StatusNet/Federated Social Web" + +#: ../../mod/dfrn_request.php:843 +#, php-format +msgid "" +" - please do not use this form. Instead, enter %s into your Diaspora search" +" bar." +msgstr " - Por favor, não utilize esse formulário. Ao invés disso, digite %s na sua barra de pesquisa do Diaspora." + +#: ../../mod/dfrn_request.php:844 +msgid "Your Identity Address:" +msgstr "Seu endereço de identificação:" + +#: ../../mod/dfrn_request.php:847 +msgid "Submit Request" +msgstr "Enviar solicitação" + +#: ../../mod/subthread.php:103 +#, php-format +msgid "%1$s is following %2$s's %3$s" +msgstr "%1$s está seguindo %2$s's %3$s" + +#: ../../mod/directory.php:49 ../../view/theme/diabook/theme.php:518 +msgid "Global Directory" +msgstr "Diretório global" + +#: ../../mod/directory.php:57 +msgid "Find on this site" +msgstr "Pesquisar neste site" + +#: ../../mod/directory.php:60 +msgid "Site Directory" +msgstr "Diretório do site" + +#: ../../mod/directory.php:114 +msgid "Gender: " +msgstr "Gênero: " + +#: ../../mod/directory.php:187 +msgid "No entries (some entries may be hidden)." +msgstr "Nenhuma entrada (algumas entradas podem estar ocultas)." + +#: ../../mod/suggest.php:27 +msgid "Do you really want to delete this suggestion?" +msgstr "Você realmente deseja deletar essa sugestão?" + +#: ../../mod/suggest.php:72 +msgid "" +"No suggestions available. If this is a new site, please try again in 24 " +"hours." +msgstr "Não existe nenhuma sugestão disponível. Se este for um site novo, por favor tente novamente em 24 horas." + +#: ../../mod/suggest.php:90 +msgid "Ignore/Hide" +msgstr "Ignorar/Ocultar" + +#: ../../mod/dirfind.php:26 +msgid "People Search" +msgstr "Pesquisar pessoas" + +#: ../../mod/dirfind.php:60 ../../mod/match.php:65 +msgid "No matches" +msgstr "Nenhuma correspondência" + +#: ../../mod/videos.php:125 +msgid "No videos selected" +msgstr "" + +#: ../../mod/videos.php:226 ../../mod/photos.php:1025 +msgid "Access to this item is restricted." +msgstr "O acesso a este item é restrito." + +#: ../../mod/videos.php:308 ../../mod/photos.php:1784 +msgid "View Album" +msgstr "Ver álbum" + +#: ../../mod/videos.php:317 +msgid "Recent Videos" +msgstr "" + +#: ../../mod/videos.php:319 +msgid "Upload New Videos" +msgstr "" + +#: ../../mod/tagrm.php:41 +msgid "Tag removed" +msgstr "A etiqueta foi removida" + +#: ../../mod/tagrm.php:79 +msgid "Remove Item Tag" +msgstr "Remover a etiqueta do item" + +#: ../../mod/tagrm.php:81 +msgid "Select a tag to remove: " +msgstr "Selecione uma etiqueta para remover: " + +#: ../../mod/editpost.php:17 ../../mod/editpost.php:27 +msgid "Item not found" +msgstr "O item não foi encontrado" + +#: ../../mod/editpost.php:39 +msgid "Edit post" +msgstr "Editar a publicação" + +#: ../../mod/events.php:66 +msgid "Event title and start time are required." +msgstr "O título do evento e a hora de início são obrigatórios." + +#: ../../mod/events.php:291 +msgid "l, F j" +msgstr "l, F j" + +#: ../../mod/events.php:313 +msgid "Edit event" +msgstr "Editar o evento" + +#: ../../mod/events.php:371 +msgid "Create New Event" +msgstr "Criar um novo evento" + +#: ../../mod/events.php:372 +msgid "Previous" +msgstr "Anterior" + +#: ../../mod/events.php:373 ../../mod/install.php:207 +msgid "Next" +msgstr "Próximo" + +#: ../../mod/events.php:446 +msgid "hour:minute" +msgstr "hora:minuto" + +#: ../../mod/events.php:456 +msgid "Event details" +msgstr "Detalhes do evento" + +#: ../../mod/events.php:457 +#, php-format +msgid "Format is %s %s. Starting date and Title are required." +msgstr "O formato é %s %s. O título e a data de início são obrigatórios." + +#: ../../mod/events.php:459 +msgid "Event Starts:" +msgstr "Início do evento:" + +#: ../../mod/events.php:459 ../../mod/events.php:473 +msgid "Required" +msgstr "Obrigatório" + +#: ../../mod/events.php:462 +msgid "Finish date/time is not known or not relevant" +msgstr "A data/hora de término não é conhecida ou não é relevante" + +#: ../../mod/events.php:464 +msgid "Event Finishes:" +msgstr "Término do evento:" + +#: ../../mod/events.php:467 +msgid "Adjust for viewer timezone" +msgstr "Ajustar para o fuso horário do visualizador" + +#: ../../mod/events.php:469 +msgid "Description:" +msgstr "Descrição:" + +#: ../../mod/events.php:473 +msgid "Title:" +msgstr "Título:" + +#: ../../mod/events.php:475 +msgid "Share this event" +msgstr "Compartilhar este evento" + +#: ../../mod/fbrowser.php:113 +msgid "Files" +msgstr "Arquivos" + +#: ../../mod/uexport.php:72 +msgid "Export account" +msgstr "Exportar conta" + +#: ../../mod/uexport.php:72 +msgid "" +"Export your account info and contacts. Use this to make a backup of your " +"account and/or to move it to another server." +msgstr "Exporta suas informações de conta e contatos. Use para fazer uma cópia de segurança de sua conta e/ou para movê-la para outro servidor." + +#: ../../mod/uexport.php:73 +msgid "Export all" +msgstr "Exportar tudo" + +#: ../../mod/uexport.php:73 +msgid "" +"Export your accout info, contacts and all your items as json. Could be a " +"very big file, and could take a lot of time. Use this to make a full backup " +"of your account (photos are not exported)" +msgstr "Exportar as informações de sua conta, contatos e todos os seus items como JSON. Pode ser um arquivo muito grande, e pode levar bastante tempo. Use isto para fazer uma cópia de segurança completa da sua conta (fotos não são exportadas)" + +#: ../../mod/filer.php:30 +msgid "- select -" +msgstr "-selecione-" + +#: ../../mod/uimport.php:64 +msgid "Import" +msgstr "Importar" + +#: ../../mod/uimport.php:66 +msgid "Move account" +msgstr "Mover conta" + +#: ../../mod/uimport.php:67 +msgid "You can import an account from another Friendica server." +msgstr "Você pode importar um conta de outro sevidor Friendica." + +#: ../../mod/uimport.php:68 +msgid "" +"You need to export your account from the old server and upload it here. We " +"will recreate your old account here with all your contacts. We will try also" +" to inform your friends that you moved here." +msgstr "Você precisa exportar sua conta de um servidor antigo e fazer o upload aqui. Nós recriaremos sua conta antiga aqui com todos os seus contatos. Nós também tentaremos informar seus amigos que você se mudou para cá." + +#: ../../mod/uimport.php:69 +msgid "" +"This feature is experimental. We can't import contacts from the OStatus " +"network (statusnet/identi.ca) or from Diaspora" +msgstr "Esse recurso é experimental. Nós não podemos importar contatos de uma rede OStatus (statusnet/identi.ca) ou do Diaspora" + +#: ../../mod/uimport.php:70 +msgid "Account file" +msgstr "Arquivo de conta" + +#: ../../mod/uimport.php:70 +msgid "" +"To export your accont, go to \"Settings->Export your porsonal data\" and " +"select \"Export account\"" +msgstr "Para exportar sua conta, vá em \"Configurações->Exportar seus dados pessoais\" e selecione \"Exportar conta\"" + +#: ../../mod/update_community.php:18 ../../mod/update_display.php:22 +#: ../../mod/update_network.php:22 ../../mod/update_notes.php:41 +#: ../../mod/update_profile.php:41 +msgid "[Embedded content - reload page to view]" +msgstr "[Conteúdo incorporado - recarregue a página para ver]" + +#: ../../mod/follow.php:27 +msgid "Contact added" +msgstr "O contato foi adicionado" + +#: ../../mod/friendica.php:55 +msgid "This is Friendica, version" +msgstr "Este é o Friendica, versão" + +#: ../../mod/friendica.php:56 +msgid "running at web location" +msgstr "sendo executado no endereço web" + +#: ../../mod/friendica.php:58 +msgid "" +"Please visit Friendica.com to learn " +"more about the Friendica project." +msgstr "Por favor, visite friendica.com para aprender mais sobre o projeto Friendica." + +#: ../../mod/friendica.php:60 +msgid "Bug reports and issues: please visit" +msgstr "Relatos e acompanhamentos de erros podem ser encontrados em" + +#: ../../mod/friendica.php:61 +msgid "" +"Suggestions, praise, donations, etc. - please email \"Info\" at Friendica - " +"dot com" +msgstr "Sugestões, elogios, doações, etc. - favor enviar e-mail para \"Info\" arroba Friendica - ponto com" + +#: ../../mod/friendica.php:75 +msgid "Installed plugins/addons/apps:" +msgstr "Plugins/complementos/aplicações instaladas:" + +#: ../../mod/friendica.php:88 +msgid "No installed plugins/addons/apps" +msgstr "Nenhum plugin/complemento/aplicativo instalado" + +#: ../../mod/fsuggest.php:63 +msgid "Friend suggestion sent." +msgstr "A sugestão de amigo foi enviada" + +#: ../../mod/fsuggest.php:97 +msgid "Suggest Friends" +msgstr "Sugerir amigos" + +#: ../../mod/fsuggest.php:99 +#, php-format +msgid "Suggest a friend for %s" +msgstr "Sugerir um amigo para %s" + +#: ../../mod/group.php:29 +msgid "Group created." +msgstr "O grupo foi criado." + +#: ../../mod/group.php:35 +msgid "Could not create group." +msgstr "Não foi possível criar o grupo." + +#: ../../mod/group.php:47 ../../mod/group.php:140 +msgid "Group not found." +msgstr "O grupo não foi encontrado." + +#: ../../mod/group.php:60 +msgid "Group name changed." +msgstr "O nome do grupo foi alterado." + +#: ../../mod/group.php:93 +msgid "Create a group of contacts/friends." +msgstr "Criar um grupo de contatos/amigos." + +#: ../../mod/group.php:94 ../../mod/group.php:180 +msgid "Group Name: " +msgstr "Nome do grupo: " + +#: ../../mod/group.php:113 +msgid "Group removed." +msgstr "O grupo foi removido." + +#: ../../mod/group.php:115 +msgid "Unable to remove group." +msgstr "Não foi possível remover o grupo." + +#: ../../mod/group.php:179 +msgid "Group Editor" +msgstr "Editor de grupo" + +#: ../../mod/group.php:192 +msgid "Members" +msgstr "Membros" + +#: ../../mod/hcard.php:10 +msgid "No profile" +msgstr "Nenhum perfil" + +#: ../../mod/help.php:79 +msgid "Help:" +msgstr "Ajuda:" + +#: ../../mod/help.php:90 ../../index.php:231 +msgid "Not Found" +msgstr "Não encontrada" + +#: ../../mod/help.php:93 ../../index.php:234 +msgid "Page not found." +msgstr "Página não encontrada." + +#: ../../mod/viewcontacts.php:39 +msgid "No contacts." +msgstr "Nenhum contato." + +#: ../../mod/home.php:34 +#, php-format +msgid "Welcome to %s" +msgstr "Bem-vindo(a) a %s" + +#: ../../mod/viewsrc.php:7 +msgid "Access denied." +msgstr "Acesso negado." + +#: ../../mod/wall_attach.php:69 +#, php-format +msgid "File exceeds size limit of %d" +msgstr "O arquivo excedeu o tamanho limite de %d" + +#: ../../mod/wall_attach.php:110 ../../mod/wall_attach.php:121 +msgid "File upload failed." +msgstr "Não foi possível enviar o arquivo." + +#: ../../mod/wall_upload.php:90 ../../mod/profile_photo.php:144 +#, php-format +msgid "Image exceeds size limit of %d" +msgstr "A imagem excede o limite de tamanho de %d" + +#: ../../mod/wall_upload.php:112 ../../mod/photos.php:801 +#: ../../mod/profile_photo.php:153 +msgid "Unable to process image." +msgstr "Não foi possível processar a imagem." + +#: ../../mod/wall_upload.php:138 ../../mod/photos.php:828 +#: ../../mod/profile_photo.php:301 +msgid "Image upload failed." +msgstr "Não foi possível enviar a imagem." + +#: ../../mod/invite.php:27 +msgid "Total invitation limit exceeded." +msgstr "Limite de convites totais excedido." + +#: ../../mod/invite.php:49 +#, php-format +msgid "%s : Not a valid email address." +msgstr "%s : Não é um endereço de e-mail válido." + +#: ../../mod/invite.php:73 +msgid "Please join us on Friendica" +msgstr "Por favor, junte-se à nós na Friendica" + +#: ../../mod/invite.php:84 +msgid "Invitation limit exceeded. Please contact your site administrator." +msgstr "Limite de convites ultrapassado. Favor contactar o administrador do sítio." + +#: ../../mod/invite.php:89 +#, php-format +msgid "%s : Message delivery failed." +msgstr "%s : Não foi possível enviar a mensagem." + +#: ../../mod/invite.php:93 +#, php-format +msgid "%d message sent." +msgid_plural "%d messages sent." +msgstr[0] "%d mensagem enviada." +msgstr[1] "%d mensagens enviadas." + +#: ../../mod/invite.php:112 +msgid "You have no more invitations available" +msgstr "Você não possui mais convites disponíveis" + +#: ../../mod/invite.php:120 +#, php-format +msgid "" +"Visit %s for a list of public sites that you can join. Friendica members on " +"other sites can all connect with each other, as well as with members of many" +" other social networks." +msgstr "Visite %s para obter uma lista de sites públicos onde você pode se cadastrar. Membros da friendica podem se conectar, mesmo que estejam em sites separados. Além disso você também pode se conectar com membros de várias outras redes sociais." + +#: ../../mod/invite.php:122 +#, php-format +msgid "" +"To accept this invitation, please visit and register at %s or any other " +"public Friendica website." +msgstr "Para aceitar esse convite, por favor cadastre-se em %s ou qualquer outro site friendica público." + +#: ../../mod/invite.php:123 +#, php-format +msgid "" +"Friendica sites all inter-connect to create a huge privacy-enhanced social " +"web that is owned and controlled by its members. They can also connect with " +"many traditional social networks. See %s for a list of alternate Friendica " +"sites you can join." +msgstr "Os sites friendica estão todos interconectados para criar uma grande rede social com foco na privacidade e controlada por seus membros, que também podem se conectar com várias redes sociais tradicionais. Dê uma olhada em %s para uma lista de sites friendica onde você pode se cadastrar." + +#: ../../mod/invite.php:126 +msgid "" +"Our apologies. This system is not currently configured to connect with other" +" public sites or invite members." +msgstr "Desculpe, mas esse sistema não está configurado para conectar-se com outros sites públicos nem permite convidar novos membros." + +#: ../../mod/invite.php:132 +msgid "Send invitations" +msgstr "Enviar convites." + +#: ../../mod/invite.php:133 +msgid "Enter email addresses, one per line:" +msgstr "Digite os endereços de e-mail, um por linha:" + +#: ../../mod/invite.php:134 ../../mod/wallmessage.php:151 +#: ../../mod/message.php:329 ../../mod/message.php:558 +msgid "Your message:" +msgstr "Sua mensagem:" + +#: ../../mod/invite.php:135 +msgid "" +"You are cordially invited to join me and other close friends on Friendica - " +"and help us to create a better social web." +msgstr "Você está convidado a se juntar a mim e outros amigos em friendica - e também nos ajudar a criar uma experiência social melhor na web." + +#: ../../mod/invite.php:137 +msgid "You will need to supply this invitation code: $invite_code" +msgstr "Você preciso informar este código de convite: $invite_code" + +#: ../../mod/invite.php:137 +msgid "" +"Once you have registered, please connect with me via my profile page at:" +msgstr "Após você se registrar, por favor conecte-se comigo através da minha página de perfil em:" + +#: ../../mod/invite.php:139 +msgid "" +"For more information about the Friendica project and why we feel it is " +"important, please visit http://friendica.com" +msgstr "Para mais informações sobre o projeto Friendica e porque nós achamos que ele é importante, por favor visite-nos em http://friendica.com." + +#: ../../mod/wallmessage.php:42 ../../mod/wallmessage.php:112 +#, php-format +msgid "Number of daily wall messages for %s exceeded. Message failed." +msgstr "O número diário de mensagens do mural de %s foi excedido. Não foi possível enviar a mensagem." + +#: ../../mod/wallmessage.php:56 ../../mod/message.php:63 +msgid "No recipient selected." +msgstr "Não foi selecionado nenhum destinatário." + +#: ../../mod/wallmessage.php:59 +msgid "Unable to check your home location." +msgstr "Não foi possível verificar a sua localização." + +#: ../../mod/wallmessage.php:62 ../../mod/message.php:70 +msgid "Message could not be sent." +msgstr "Não foi possível enviar a mensagem." + +#: ../../mod/wallmessage.php:65 ../../mod/message.php:73 +msgid "Message collection failure." +msgstr "Falha na coleta de mensagens." + +#: ../../mod/wallmessage.php:68 ../../mod/message.php:76 +msgid "Message sent." +msgstr "A mensagem foi enviada." + +#: ../../mod/wallmessage.php:86 ../../mod/wallmessage.php:95 +msgid "No recipient." +msgstr "Nenhum destinatário." + +#: ../../mod/wallmessage.php:142 ../../mod/message.php:319 +msgid "Send Private Message" +msgstr "Enviar mensagem privada" + +#: ../../mod/wallmessage.php:143 +#, php-format +msgid "" +"If you wish for %s to respond, please check that the privacy settings on " +"your site allow private mail from unknown senders." +msgstr "Caso você deseje uma resposta de %s, por favor verifique se as configurações de privacidade em seu site permitem o recebimento de mensagens de remetentes desconhecidos." + +#: ../../mod/wallmessage.php:144 ../../mod/message.php:320 +#: ../../mod/message.php:553 +msgid "To:" +msgstr "Para:" + +#: ../../mod/wallmessage.php:145 ../../mod/message.php:325 +#: ../../mod/message.php:555 +msgid "Subject:" +msgstr "Assunto:" + +#: ../../mod/localtime.php:24 +msgid "Time Conversion" +msgstr "Conversão de tempo" + +#: ../../mod/localtime.php:26 +msgid "" +"Friendica provides this service for sharing events with other networks and " +"friends in unknown timezones." +msgstr "Friendica provê esse serviço para compartilhar eventos com outras redes e amigos em fuso-horários desconhecidos." + +#: ../../mod/localtime.php:30 +#, php-format +msgid "UTC time: %s" +msgstr "Hora UTC: %s" + +#: ../../mod/localtime.php:33 +#, php-format +msgid "Current timezone: %s" +msgstr "Fuso horário atual: %s" + +#: ../../mod/localtime.php:36 +#, php-format +msgid "Converted localtime: %s" +msgstr "Horário local convertido: %s" + +#: ../../mod/localtime.php:41 +msgid "Please select your timezone:" +msgstr "Por favor, selecione seu fuso horário:" + +#: ../../mod/lockview.php:31 ../../mod/lockview.php:39 +msgid "Remote privacy information not available." +msgstr "Não existe informação disponível sobre a privacidade remota." + +#: ../../mod/lockview.php:48 +msgid "Visible to:" +msgstr "Visível para:" + +#: ../../mod/lostpass.php:17 +msgid "No valid account found." +msgstr "Não foi encontrada nenhuma conta válida." + +#: ../../mod/lostpass.php:33 +msgid "Password reset request issued. Check your email." +msgstr "A solicitação para reiniciar sua senha foi encaminhada. Verifique seu e-mail." + +#: ../../mod/lostpass.php:44 +#, php-format +msgid "Password reset requested at %s" +msgstr "Foi feita uma solicitação de reiniciação da senha em %s" + +#: ../../mod/lostpass.php:66 +msgid "" +"Request could not be verified. (You may have previously submitted it.) " +"Password reset failed." +msgstr "Não foi possível verificar a solicitação (você pode tê-la submetido anteriormente). A senha não foi reiniciada." + +#: ../../mod/lostpass.php:84 ../../boot.php:1151 +msgid "Password Reset" +msgstr "Reiniciar a senha" + +#: ../../mod/lostpass.php:85 +msgid "Your password has been reset as requested." +msgstr "Sua senha foi reiniciada, conforme solicitado." + +#: ../../mod/lostpass.php:86 +msgid "Your new password is" +msgstr "Sua nova senha é" + +#: ../../mod/lostpass.php:87 +msgid "Save or copy your new password - and then" +msgstr "Grave ou copie a sua nova senha e, então" + +#: ../../mod/lostpass.php:88 +msgid "click here to login" +msgstr "clique aqui para entrar" + +#: ../../mod/lostpass.php:89 +msgid "" +"Your password may be changed from the Settings page after " +"successful login." +msgstr "Sua senha pode ser alterada na página de Configurações após você entrar em seu perfil." + +#: ../../mod/lostpass.php:107 +#, php-format +msgid "Your password has been changed at %s" +msgstr "Sua senha foi modifica às %s" + +#: ../../mod/lostpass.php:122 +msgid "Forgot your Password?" +msgstr "Esqueceu a sua senha?" + +#: ../../mod/lostpass.php:123 +msgid "" +"Enter your email address and submit to have your password reset. Then check " +"your email for further instructions." +msgstr "Digite o seu endereço de e-mail e clique em 'Reiniciar' para prosseguir com a reiniciação da sua senha. Após isso, verifique seu e-mail para mais instruções." + +#: ../../mod/lostpass.php:124 +msgid "Nickname or Email: " +msgstr "Identificação ou e-mail: " + +#: ../../mod/lostpass.php:125 +msgid "Reset" +msgstr "Reiniciar" + +#: ../../mod/maintenance.php:5 +msgid "System down for maintenance" +msgstr "Sistema em manutenção" + +#: ../../mod/manage.php:106 +msgid "Manage Identities and/or Pages" +msgstr "Gerenciar identidades e/ou páginas" + +#: ../../mod/manage.php:107 +msgid "" +"Toggle between different identities or community/group pages which share " +"your account details or which you have been granted \"manage\" permissions" +msgstr "Alterne entre diferentes identidades ou páginas de comunidade/grupo que dividem detalhes da sua conta ou que você tenha fornecido permissões de \"administração\"" + +#: ../../mod/manage.php:108 +msgid "Select an identity to manage: " +msgstr "Selecione uma identidade para gerenciar: " + +#: ../../mod/match.php:12 +msgid "Profile Match" +msgstr "Correspondência de perfil" + +#: ../../mod/match.php:20 +msgid "No keywords to match. Please add keywords to your default profile." +msgstr "Não foi encontrada nenhuma palavra-chave associada a você. Por favor, adicione algumas ao seu perfil padrão." + +#: ../../mod/match.php:57 +msgid "is interested in:" +msgstr "se interessa por:" + +#: ../../mod/message.php:67 +msgid "Unable to locate contact information." +msgstr "Não foi possível localizar informação do contato." + +#: ../../mod/message.php:207 +msgid "Do you really want to delete this message?" +msgstr "Você realmente deseja deletar essa mensagem?" + +#: ../../mod/message.php:227 +msgid "Message deleted." +msgstr "A mensagem foi excluída." + +#: ../../mod/message.php:258 +msgid "Conversation removed." +msgstr "A conversa foi removida." + +#: ../../mod/message.php:371 +msgid "No messages." +msgstr "Nenhuma mensagem." + +#: ../../mod/message.php:378 +#, php-format +msgid "Unknown sender - %s" +msgstr "Remetente desconhecido - %s" + +#: ../../mod/message.php:381 +#, php-format +msgid "You and %s" +msgstr "Você e %s" + +#: ../../mod/message.php:384 +#, php-format +msgid "%s and You" +msgstr "%s e você" + +#: ../../mod/message.php:405 ../../mod/message.php:546 +msgid "Delete conversation" +msgstr "Excluir conversa" + +#: ../../mod/message.php:408 +msgid "D, d M Y - g:i A" +msgstr "D, d M Y - g:i A" + +#: ../../mod/message.php:411 +#, php-format +msgid "%d message" +msgid_plural "%d messages" +msgstr[0] "%d mensagem" +msgstr[1] "%d mensagens" + +#: ../../mod/message.php:450 +msgid "Message not available." +msgstr "A mensagem não está disponível." + +#: ../../mod/message.php:520 +msgid "Delete message" +msgstr "Excluir a mensagem" + +#: ../../mod/message.php:548 +msgid "" +"No secure communications available. You may be able to " +"respond from the sender's profile page." +msgstr "Não foi encontrada nenhuma comunicação segura. Você pode ser capaz de responder a partir da página de perfil do remetente." + +#: ../../mod/message.php:552 +msgid "Send Reply" +msgstr "Enviar resposta" + +#: ../../mod/mood.php:133 +msgid "Mood" +msgstr "Humor" + +#: ../../mod/mood.php:134 +msgid "Set your current mood and tell your friends" +msgstr "Defina o seu humor e conte aos seus amigos" + +#: ../../mod/network.php:181 +msgid "Search Results For:" +msgstr "Resultados de Busca Por:" + +#: ../../mod/network.php:397 +msgid "Commented Order" +msgstr "Ordem dos comentários" + +#: ../../mod/network.php:400 +msgid "Sort by Comment Date" +msgstr "Ordenar pela data do comentário" + +#: ../../mod/network.php:403 +msgid "Posted Order" +msgstr "Ordem das publicações" + +#: ../../mod/network.php:406 +msgid "Sort by Post Date" +msgstr "Ordenar pela data de publicação" + +#: ../../mod/network.php:444 ../../mod/notifications.php:88 +msgid "Personal" +msgstr "Pessoal" + +#: ../../mod/network.php:447 +msgid "Posts that mention or involve you" +msgstr "Publicações que mencionem ou envolvam você" + +#: ../../mod/network.php:453 +msgid "New" +msgstr "Nova" + +#: ../../mod/network.php:456 +msgid "Activity Stream - by date" +msgstr "Fluxo de atividades - por data" + +#: ../../mod/network.php:462 +msgid "Shared Links" +msgstr "Links compartilhados" + +#: ../../mod/network.php:465 +msgid "Interesting Links" +msgstr "Links interessantes" + +#: ../../mod/network.php:471 +msgid "Starred" +msgstr "Destacada" + +#: ../../mod/network.php:474 +msgid "Favourite Posts" +msgstr "Publicações favoritas" + +#: ../../mod/network.php:546 +#, php-format +msgid "Warning: This group contains %s member from an insecure network." +msgid_plural "" +"Warning: This group contains %s members from an insecure network." +msgstr[0] "Aviso: Este grupo contém %s membro de uma rede insegura." +msgstr[1] "Aviso: Este grupo contém %s membros de uma rede insegura." + +#: ../../mod/network.php:549 +msgid "Private messages to this group are at risk of public disclosure." +msgstr "Mensagens privadas para este grupo correm o risco de sofrerem divulgação pública." + +#: ../../mod/network.php:596 ../../mod/content.php:119 +msgid "No such group" +msgstr "Este grupo não existe" + +#: ../../mod/network.php:607 ../../mod/content.php:130 +msgid "Group is empty" +msgstr "O grupo está vazio" + +#: ../../mod/network.php:611 ../../mod/content.php:134 +msgid "Group: " +msgstr "Grupo: " + +#: ../../mod/network.php:621 +msgid "Contact: " +msgstr "Contato: " + +#: ../../mod/network.php:623 +msgid "Private messages to this person are at risk of public disclosure." +msgstr "Mensagens privadas para esta pessoa correm o risco de sofrerem divulgação pública." + +#: ../../mod/network.php:628 +msgid "Invalid contact." +msgstr "Contato inválido." + +#: ../../mod/notifications.php:26 +msgid "Invalid request identifier." +msgstr "Identificador de solicitação inválido" + +#: ../../mod/notifications.php:35 ../../mod/notifications.php:165 +#: ../../mod/notifications.php:211 +msgid "Discard" +msgstr "Descartar" + +#: ../../mod/notifications.php:78 +msgid "System" +msgstr "Sistema" + +#: ../../mod/notifications.php:122 +msgid "Show Ignored Requests" +msgstr "Exibir solicitações ignoradas" + +#: ../../mod/notifications.php:122 +msgid "Hide Ignored Requests" +msgstr "Ocultar solicitações ignoradas" + +#: ../../mod/notifications.php:149 ../../mod/notifications.php:195 +msgid "Notification type: " +msgstr "Tipo de notificação:" + +#: ../../mod/notifications.php:150 +msgid "Friend Suggestion" +msgstr "Sugestão de amigo" + +#: ../../mod/notifications.php:152 +#, php-format +msgid "suggested by %s" +msgstr "sugerido por %s" + +#: ../../mod/notifications.php:158 ../../mod/notifications.php:205 +msgid "Post a new friend activity" +msgstr "Publicar a adição de amigo" + +#: ../../mod/notifications.php:158 ../../mod/notifications.php:205 +msgid "if applicable" +msgstr "se aplicável" + +#: ../../mod/notifications.php:181 +msgid "Claims to be known to you: " +msgstr "Alega ser conhecido por você: " + +#: ../../mod/notifications.php:181 +msgid "yes" +msgstr "sim" + +#: ../../mod/notifications.php:181 +msgid "no" +msgstr "não" + +#: ../../mod/notifications.php:188 +msgid "Approve as: " +msgstr "Aprovar como:" + +#: ../../mod/notifications.php:189 +msgid "Friend" +msgstr "Amigo" + +#: ../../mod/notifications.php:190 +msgid "Sharer" +msgstr "Compartilhador" + +#: ../../mod/notifications.php:190 +msgid "Fan/Admirer" +msgstr "Fã/Admirador" + +#: ../../mod/notifications.php:196 +msgid "Friend/Connect Request" +msgstr "Solicitação de amizade/conexão" + +#: ../../mod/notifications.php:196 +msgid "New Follower" +msgstr "Novo acompanhante" + +#: ../../mod/notifications.php:217 +msgid "No introductions." +msgstr "Sem apresentações." + +#: ../../mod/notifications.php:257 ../../mod/notifications.php:382 +#: ../../mod/notifications.php:469 +#, php-format +msgid "%s liked %s's post" +msgstr "%s gostou da publicação de %s" + +#: ../../mod/notifications.php:266 ../../mod/notifications.php:391 +#: ../../mod/notifications.php:478 +#, php-format +msgid "%s disliked %s's post" +msgstr "%s não gostou da publicação de %s" + +#: ../../mod/notifications.php:280 ../../mod/notifications.php:405 +#: ../../mod/notifications.php:492 +#, php-format +msgid "%s is now friends with %s" +msgstr "%s agora é amigo de %s" + +#: ../../mod/notifications.php:287 ../../mod/notifications.php:412 +#, php-format +msgid "%s created a new post" +msgstr "%s criou uma nova publicação" + +#: ../../mod/notifications.php:288 ../../mod/notifications.php:413 +#: ../../mod/notifications.php:501 +#, php-format +msgid "%s commented on %s's post" +msgstr "%s comentou uma publicação de %s" + +#: ../../mod/notifications.php:302 +msgid "No more network notifications." +msgstr "Nenhuma notificação de rede." + +#: ../../mod/notifications.php:306 +msgid "Network Notifications" +msgstr "Notificações de rede" + +#: ../../mod/notifications.php:332 ../../mod/notify.php:61 +msgid "No more system notifications." +msgstr "Não fazer notificações de sistema." + +#: ../../mod/notifications.php:336 ../../mod/notify.php:65 +msgid "System Notifications" +msgstr "Notificações de sistema" + +#: ../../mod/notifications.php:427 +msgid "No more personal notifications." +msgstr "Nenhuma notificação pessoal." + +#: ../../mod/notifications.php:431 +msgid "Personal Notifications" +msgstr "Notificações pessoais" + +#: ../../mod/notifications.php:508 +msgid "No more home notifications." +msgstr "Não existe mais nenhuma notificação pessoal." + +#: ../../mod/notifications.php:512 +msgid "Home Notifications" +msgstr "Notificações pessoais" + +#: ../../mod/photos.php:51 ../../boot.php:1957 +msgid "Photo Albums" +msgstr "Álbum de fotos" + +#: ../../mod/photos.php:59 ../../mod/photos.php:154 ../../mod/photos.php:1058 +#: ../../mod/photos.php:1183 ../../mod/photos.php:1206 +#: ../../mod/photos.php:1736 ../../mod/photos.php:1748 +#: ../../view/theme/diabook/theme.php:492 +msgid "Contact Photos" +msgstr "Fotos dos contatos" + +#: ../../mod/photos.php:66 ../../mod/photos.php:1222 ../../mod/photos.php:1795 +msgid "Upload New Photos" +msgstr "Enviar novas fotos" + +#: ../../mod/photos.php:143 +msgid "Contact information unavailable" +msgstr "A informação de contato não está disponível" + +#: ../../mod/photos.php:164 +msgid "Album not found." +msgstr "O álbum não foi encontrado." + +#: ../../mod/photos.php:187 ../../mod/photos.php:199 ../../mod/photos.php:1200 +msgid "Delete Album" +msgstr "Excluir o álbum" + +#: ../../mod/photos.php:197 +msgid "Do you really want to delete this photo album and all its photos?" +msgstr "Você realmente deseja deletar esse álbum de fotos e todas as suas fotos?" + +#: ../../mod/photos.php:276 ../../mod/photos.php:287 ../../mod/photos.php:1502 +msgid "Delete Photo" +msgstr "Excluir a foto" + +#: ../../mod/photos.php:285 +msgid "Do you really want to delete this photo?" +msgstr "Você realmente deseja deletar essa foto?" + +#: ../../mod/photos.php:656 +#, php-format +msgid "%1$s was tagged in %2$s by %3$s" +msgstr "%1$s foi marcado em %2$s por %3$s" + +#: ../../mod/photos.php:656 +msgid "a photo" +msgstr "uma foto" + +#: ../../mod/photos.php:761 +msgid "Image exceeds size limit of " +msgstr "A imagem excede o tamanho máximo de " + +#: ../../mod/photos.php:769 +msgid "Image file is empty." +msgstr "O arquivo de imagem está vazio." + +#: ../../mod/photos.php:924 +msgid "No photos selected" +msgstr "Não foi selecionada nenhuma foto" + +#: ../../mod/photos.php:1088 +#, php-format +msgid "You have used %1$.2f Mbytes of %2$.2f Mbytes photo storage." +msgstr "Você está usando %1$.2f Mbytes dos %2$.2f Mbytes liberados para armazenamento de fotos." + +#: ../../mod/photos.php:1123 +msgid "Upload Photos" +msgstr "Enviar fotos" + +#: ../../mod/photos.php:1127 ../../mod/photos.php:1195 +msgid "New album name: " +msgstr "Nome do novo álbum: " + +#: ../../mod/photos.php:1128 +msgid "or existing album name: " +msgstr "ou o nome de um álbum já existente: " + +#: ../../mod/photos.php:1129 +msgid "Do not show a status post for this upload" +msgstr "Não exiba uma publicação de status para este envio" + +#: ../../mod/photos.php:1131 ../../mod/photos.php:1497 +msgid "Permissions" +msgstr "Permissões" + +#: ../../mod/photos.php:1142 +msgid "Private Photo" +msgstr "Foto Privada" + +#: ../../mod/photos.php:1143 +msgid "Public Photo" +msgstr "Foto Pública" + +#: ../../mod/photos.php:1210 +msgid "Edit Album" +msgstr "Editar o álbum" + +#: ../../mod/photos.php:1216 +msgid "Show Newest First" +msgstr "Exibir as mais recentes primeiro" + +#: ../../mod/photos.php:1218 +msgid "Show Oldest First" +msgstr "Exibir as mais antigas primeiro" + +#: ../../mod/photos.php:1251 ../../mod/photos.php:1778 +msgid "View Photo" +msgstr "Ver a foto" + +#: ../../mod/photos.php:1286 +msgid "Permission denied. Access to this item may be restricted." +msgstr "Permissão negada. O acesso a este item pode estar restrito." + +#: ../../mod/photos.php:1288 +msgid "Photo not available" +msgstr "A foto não está disponível" + +#: ../../mod/photos.php:1344 +msgid "View photo" +msgstr "Ver a imagem" + +#: ../../mod/photos.php:1344 +msgid "Edit photo" +msgstr "Editar a foto" + +#: ../../mod/photos.php:1345 +msgid "Use as profile photo" +msgstr "Usar como uma foto de perfil" + +#: ../../mod/photos.php:1351 ../../mod/content.php:643 +#: ../../object/Item.php:113 +msgid "Private Message" +msgstr "Mensagem privada" + +#: ../../mod/photos.php:1370 +msgid "View Full Size" +msgstr "Ver no tamanho real" + +#: ../../mod/photos.php:1444 +msgid "Tags: " +msgstr "Etiquetas: " + +#: ../../mod/photos.php:1447 +msgid "[Remove any tag]" +msgstr "[Remover qualquer etiqueta]" + +#: ../../mod/photos.php:1487 +msgid "Rotate CW (right)" +msgstr "Rotacionar para direita" + +#: ../../mod/photos.php:1488 +msgid "Rotate CCW (left)" +msgstr "Rotacionar para esquerda" + +#: ../../mod/photos.php:1490 +msgid "New album name" +msgstr "Novo nome para o álbum" + +#: ../../mod/photos.php:1493 +msgid "Caption" +msgstr "Legenda" + +#: ../../mod/photos.php:1495 +msgid "Add a Tag" +msgstr "Adicionar uma etiqueta" + +#: ../../mod/photos.php:1499 +msgid "" +"Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping" +msgstr "Por exemplo: @joao, @Joao_da_Silva, @joao@exemplo.com, #Minas_Gerais, #acampamento" + +#: ../../mod/photos.php:1508 +msgid "Private photo" +msgstr "Foto privada" + +#: ../../mod/photos.php:1509 +msgid "Public photo" +msgstr "Foto pública" + +#: ../../mod/photos.php:1529 ../../mod/content.php:707 +#: ../../object/Item.php:232 +msgid "I like this (toggle)" +msgstr "Eu gostei disso (alternar)" + +#: ../../mod/photos.php:1530 ../../mod/content.php:708 +#: ../../object/Item.php:233 +msgid "I don't like this (toggle)" +msgstr "Eu não gostei disso (alternar)" + +#: ../../mod/photos.php:1549 ../../mod/photos.php:1593 +#: ../../mod/photos.php:1676 ../../mod/content.php:730 +#: ../../object/Item.php:650 +msgid "This is you" +msgstr "Este(a) é você" + +#: ../../mod/photos.php:1551 ../../mod/photos.php:1595 +#: ../../mod/photos.php:1678 ../../mod/content.php:732 +#: ../../object/Item.php:338 ../../object/Item.php:652 ../../boot.php:670 +msgid "Comment" +msgstr "Comentar" + +#: ../../mod/photos.php:1793 +msgid "Recent Photos" +msgstr "Fotos recentes" + +#: ../../mod/newmember.php:6 +msgid "Welcome to Friendica" +msgstr "Bemvindo ao Friendica" + +#: ../../mod/newmember.php:8 +msgid "New Member Checklist" +msgstr "Dicas para os novos membros" + +#: ../../mod/newmember.php:12 +msgid "" +"We would like to offer some tips and links to help make your experience " +"enjoyable. Click any item to visit the relevant page. A link to this page " +"will be visible from your home page for two weeks after your initial " +"registration and then will quietly disappear." +msgstr "Gostaríamos de oferecer algumas dicas e links para ajudar a tornar a sua experiência agradável. Clique em qualquer item para visitar a página correspondente. Um link para essa página será visível em sua home page por duas semanas após o seu registro inicial e, então, desaparecerá discretamente." + +#: ../../mod/newmember.php:14 +msgid "Getting Started" +msgstr "Do Início" + +#: ../../mod/newmember.php:18 +msgid "Friendica Walk-Through" +msgstr "Passo-a-passo da friendica" + +#: ../../mod/newmember.php:18 +msgid "" +"On your Quick Start page - find a brief introduction to your " +"profile and network tabs, make some new connections, and find some groups to" +" join." +msgstr "Na sua página Início Rápido - encontre uma introdução rápida ao seu perfil e abas da rede, faça algumas conexões novas, e encontre alguns grupos entrar." + +#: ../../mod/newmember.php:26 +msgid "Go to Your Settings" +msgstr "Ir para as suas configurações" + +#: ../../mod/newmember.php:26 +msgid "" +"On your Settings page - change your initial password. Also make a " +"note of your Identity Address. This looks just like an email address - and " +"will be useful in making friends on the free social web." +msgstr "Em sua página Configurações - mude sua senha inicial. Também tome nota de seu Endereço de Identidade. Isso se parece com um endereço de e-mail - e será útil para se fazer amigos na rede social livre." + +#: ../../mod/newmember.php:28 +msgid "" +"Review the other settings, particularly the privacy settings. An unpublished" +" directory listing is like having an unlisted phone number. In general, you " +"should probably publish your listing - unless all of your friends and " +"potential friends know exactly how to find you." +msgstr "Revise as outras configurações, em particular as relacionadas a privacidade. Não estar listado no diretório é o equivalente a não ter o seu número na lista telefônica. Normalmente é interessante você estar listado - a não ser que os seu amigos atuais e potenciais saibam exatamente como encontrar você." + +#: ../../mod/newmember.php:36 ../../mod/profile_photo.php:244 +msgid "Upload Profile Photo" +msgstr "Enviar foto do perfil" + +#: ../../mod/newmember.php:36 +msgid "" +"Upload a profile photo if you have not done so already. Studies have shown " +"that people with real photos of themselves are ten times more likely to make" +" friends than people who do not." +msgstr "Envie uma foto para o seu perfil, caso ainda não tenha feito isso. Estudos indicam que pessoas que publicam fotos reais delas mesmas têm 10 vezes mais chances de encontrar novos amigos do que as que não o fazem." + +#: ../../mod/newmember.php:38 +msgid "Edit Your Profile" +msgstr "Editar seu perfil" + +#: ../../mod/newmember.php:38 +msgid "" +"Edit your default profile to your liking. Review the " +"settings for hiding your list of friends and hiding the profile from unknown" +" visitors." +msgstr "Edite o seu perfil padrão a seu gosto. Revise as configurações de ocultação da sua lista de amigos e do seu perfil de visitantes desconhecidos." + +#: ../../mod/newmember.php:40 +msgid "Profile Keywords" +msgstr "Palavras-chave do perfil" + +#: ../../mod/newmember.php:40 +msgid "" +"Set some public keywords for your default profile which describe your " +"interests. We may be able to find other people with similar interests and " +"suggest friendships." +msgstr "Defina algumas palavras-chave públicas para o seu perfil padrão, que descrevam os seus interesses. Nós podemos encontrar outras pessoas com interesses similares e sugerir novas amizades." + +#: ../../mod/newmember.php:44 +msgid "Connecting" +msgstr "Conexões" + +#: ../../mod/newmember.php:49 +msgid "" +"Authorise the Facebook Connector if you currently have a Facebook account " +"and we will (optionally) import all your Facebook friends and conversations." +msgstr "Autorize o Conector com Facebook, caso você tenha uma conta lá e nós (opcionalmente) importaremos todos os seus amigos e conversas do Facebook." + +#: ../../mod/newmember.php:51 +msgid "" +"If this is your own personal server, installing the Facebook addon " +"may ease your transition to the free social web." +msgstr "Se esse é o seu servidor pessoal, instalar o complemento do Facebook talvez facilite a transição para a rede social livre." + +#: ../../mod/newmember.php:56 +msgid "Importing Emails" +msgstr "Importação de e-mails" + +#: ../../mod/newmember.php:56 +msgid "" +"Enter your email access information on your Connector Settings page if you " +"wish to import and interact with friends or mailing lists from your email " +"INBOX" +msgstr "Forneça a informação de acesso ao seu e-mail na sua página de Configuração de Conector se você deseja importar e interagir com amigos ou listas de discussão da sua Caixa de Entrada de e-mail" + +#: ../../mod/newmember.php:58 +msgid "Go to Your Contacts Page" +msgstr "Ir para a sua página de contatos" + +#: ../../mod/newmember.php:58 +msgid "" +"Your Contacts page is your gateway to managing friendships and connecting " +"with friends on other networks. Typically you enter their address or site " +"URL in the Add New Contact dialog." +msgstr "Sua página de contatos é sua rota para o gerenciamento de amizades e conexão com amigos em outras redes. Geralmente você fornece o endereço deles ou a URL do site na janela de diálogo Adicionar Novo Contato." + +#: ../../mod/newmember.php:60 +msgid "Go to Your Site's Directory" +msgstr "Ir para o diretório do seu site" + +#: ../../mod/newmember.php:60 +msgid "" +"The Directory page lets you find other people in this network or other " +"federated sites. Look for a Connect or Follow link on " +"their profile page. Provide your own Identity Address if requested." +msgstr "A página de Diretório permite que você encontre outras pessoas nesta rede ou em outras redes federadas. Procure por um link Conectar ou Seguir no perfil que deseja acompanhar. Forneça o seu Endereço de Identidade próprio, se solicitado." + +#: ../../mod/newmember.php:62 +msgid "Finding New People" +msgstr "Pesquisar por novas pessoas" + +#: ../../mod/newmember.php:62 +msgid "" +"On the side panel of the Contacts page are several tools to find new " +"friends. We can match people by interest, look up people by name or " +"interest, and provide suggestions based on network relationships. On a brand" +" new site, friend suggestions will usually begin to be populated within 24 " +"hours." +msgstr "No painel lateral da página de Contatos existem várias ferramentas para encontrar novos amigos. Você pode descobrir pessoas com os mesmos interesses, procurar por nomes ou interesses e fornecer sugestões baseadas nos relacionamentos da rede. Em um site completamente novo, as sugestões de amizades geralmente começam a ser populadas dentro de 24 horas." + +#: ../../mod/newmember.php:70 +msgid "Group Your Contacts" +msgstr "Agrupe seus contatos" + +#: ../../mod/newmember.php:70 +msgid "" +"Once you have made some friends, organize them into private conversation " +"groups from the sidebar of your Contacts page and then you can interact with" +" each group privately on your Network page." +msgstr "Após fazer novas amizades, organize-as em grupos de conversa privados, a partir da barra lateral na sua página de Contatos. A partir daí, você poderá interagir com cada grupo privativamente, na sua página de Rede." + +#: ../../mod/newmember.php:73 +msgid "Why Aren't My Posts Public?" +msgstr "Por que as minhas publicações não são públicas?" + +#: ../../mod/newmember.php:73 +msgid "" +"Friendica respects your privacy. By default, your posts will only show up to" +" people you've added as friends. For more information, see the help section " +"from the link above." +msgstr "A friendica respeita sua privacidade. Por padrão, suas publicações estarão visíveis apenas para as pessoas que você adicionou como amigos. Para mais informações, veja a página de ajuda, a partir do link acima." + +#: ../../mod/newmember.php:78 +msgid "Getting Help" +msgstr "Obtendo ajuda" + +#: ../../mod/newmember.php:82 +msgid "Go to the Help Section" +msgstr "Ir para a seção de ajuda" + +#: ../../mod/newmember.php:82 +msgid "" +"Our help pages may be consulted for detail on other program" +" features and resources." +msgstr "Nossas páginas de ajuda podem ser consultadas para mais detalhes sobre características e recursos do programa." + +#: ../../mod/profile.php:21 ../../boot.php:1325 +msgid "Requested profile is not available." +msgstr "Perfil solicitado não está disponível." + +#: ../../mod/profile.php:180 +msgid "Tips for New Members" +msgstr "Dicas para novos membros" + +#: ../../mod/install.php:117 +msgid "Friendica Communications Server - Setup" +msgstr "" + +#: ../../mod/install.php:123 +msgid "Could not connect to database." +msgstr "Não foi possível conectar ao banco de dados." + +#: ../../mod/install.php:127 +msgid "Could not create table." +msgstr "Não foi possível criar tabela." + +#: ../../mod/install.php:133 +msgid "Your Friendica site database has been installed." +msgstr "O banco de dados do seu site Friendica foi instalado." + +#: ../../mod/install.php:138 +msgid "" +"You may need to import the file \"database.sql\" manually using phpmyadmin " +"or mysql." +msgstr "Você provavelmente precisará importar o arquivo \"database.sql\" manualmente, usando o phpmyadmin ou o mysql." + +#: ../../mod/install.php:139 ../../mod/install.php:206 +#: ../../mod/install.php:521 +msgid "Please see the file \"INSTALL.txt\"." +msgstr "Por favor, dê uma olhada no arquivo \"INSTALL.TXT\"." + +#: ../../mod/install.php:203 +msgid "System check" +msgstr "Checagem do sistema" + +#: ../../mod/install.php:208 +msgid "Check again" +msgstr "Checar novamente" + +#: ../../mod/install.php:227 +msgid "Database connection" +msgstr "Conexão de banco de dados" + +#: ../../mod/install.php:228 +msgid "" +"In order to install Friendica we need to know how to connect to your " +"database." +msgstr "À fim de instalar o Friendica, você precisa saber como se conectar ao seu banco de dados." + +#: ../../mod/install.php:229 +msgid "" +"Please contact your hosting provider or site administrator if you have " +"questions about these settings." +msgstr "Por favor, entre em contato com a sua hospedagem ou com o administrador do site caso você tenha alguma dúvida em relação a essas configurações." + +#: ../../mod/install.php:230 +msgid "" +"The database you specify below should already exist. If it does not, please " +"create it before continuing." +msgstr "O banco de dados que você especificou abaixo já deve existir. Caso contrário, por favor crie-o antes de continuar." + +#: ../../mod/install.php:234 +msgid "Database Server Name" +msgstr "Nome do servidor de banco de dados" + +#: ../../mod/install.php:235 +msgid "Database Login Name" +msgstr "Nome do usuário do banco de dados" + +#: ../../mod/install.php:236 +msgid "Database Login Password" +msgstr "Senha do usuário do banco de dados" + +#: ../../mod/install.php:237 +msgid "Database Name" +msgstr "Nome do banco de dados" + +#: ../../mod/install.php:238 ../../mod/install.php:277 +msgid "Site administrator email address" +msgstr "Endereço de email do administrador do site" + +#: ../../mod/install.php:238 ../../mod/install.php:277 +msgid "" +"Your account email address must match this in order to use the web admin " +"panel." +msgstr "O endereço de email da sua conta deve ser igual a este para que você possa utilizar o painel de administração web." + +#: ../../mod/install.php:242 ../../mod/install.php:280 +msgid "Please select a default timezone for your website" +msgstr "Por favor, selecione o fuso horário padrão para o seu site" + +#: ../../mod/install.php:267 +msgid "Site settings" +msgstr "Configurações do site" + +#: ../../mod/install.php:321 +msgid "Could not find a command line version of PHP in the web server PATH." +msgstr "Não foi possível encontrar uma versão de linha de comando do PHP nos caminhos do seu servidor web." + +#: ../../mod/install.php:322 +msgid "" +"If you don't have a command line version of PHP installed on server, you " +"will not be able to run background polling via cron. See 'Activating scheduled tasks'" +msgstr "Caso você não tenha uma versão de linha de comando do PHP instalado no seu servidor, você não será capaz de executar a captação em segundo plano. Dê uma olhada em 'Activating scheduled tasks'" + +#: ../../mod/install.php:326 +msgid "PHP executable path" +msgstr "Caminho para o executável do PhP" + +#: ../../mod/install.php:326 +msgid "" +"Enter full path to php executable. You can leave this blank to continue the " +"installation." +msgstr "Digite o caminho completo do executável PHP. Você pode deixar isso em branco para continuar com a instalação." + +#: ../../mod/install.php:331 +msgid "Command line PHP" +msgstr "PHP em linha de comando" + +#: ../../mod/install.php:340 +msgid "PHP executable is not the php cli binary (could be cgi-fgci version)" +msgstr "" + +#: ../../mod/install.php:341 +msgid "Found PHP version: " +msgstr "" + +#: ../../mod/install.php:343 +msgid "PHP cli binary" +msgstr "" + +#: ../../mod/install.php:354 +msgid "" +"The command line version of PHP on your system does not have " +"\"register_argc_argv\" enabled." +msgstr "\"register_argc_argv\" não está habilitado na versão de linha de comando do PHP no seu sistema." + +#: ../../mod/install.php:355 +msgid "This is required for message delivery to work." +msgstr "Isto é necessário para o funcionamento do envio de mensagens." + +#: ../../mod/install.php:357 +msgid "PHP register_argc_argv" +msgstr "PHP register_argc_argv" + +#: ../../mod/install.php:378 +msgid "" +"Error: the \"openssl_pkey_new\" function on this system is not able to " +"generate encryption keys" +msgstr "Erro: a função \"openssl_pkey_new\" no seu sistema não é capaz de gerar as chaves de criptografia" + +#: ../../mod/install.php:379 +msgid "" +"If running under Windows, please see " +"\"http://www.php.net/manual/en/openssl.installation.php\"." +msgstr "Se estiver usando o Windows, por favor dê uma olhada em \"http://www.php.net/manual/en/openssl.installation.php\"." + +#: ../../mod/install.php:381 +msgid "Generate encryption keys" +msgstr "Gerar chaves de encriptação" + +#: ../../mod/install.php:388 +msgid "libCurl PHP module" +msgstr "Módulo PHP libCurl" + +#: ../../mod/install.php:389 +msgid "GD graphics PHP module" +msgstr "Módulo PHP GD graphics" + +#: ../../mod/install.php:390 +msgid "OpenSSL PHP module" +msgstr "Módulo PHP OpenSSL" + +#: ../../mod/install.php:391 +msgid "mysqli PHP module" +msgstr "Módulo PHP mysqli" + +#: ../../mod/install.php:392 +msgid "mb_string PHP module" +msgstr "Módulo PHP mb_string " + +#: ../../mod/install.php:397 ../../mod/install.php:399 +msgid "Apache mod_rewrite module" +msgstr "Módulo mod_rewrite do Apache" + +#: ../../mod/install.php:397 +msgid "" +"Error: Apache webserver mod-rewrite module is required but not installed." +msgstr "Erro: o módulo mod-rewrite do Apache é necessário, mas não está instalado." + +#: ../../mod/install.php:405 +msgid "Error: libCURL PHP module required but not installed." +msgstr "Erro: o módulo libCURL do PHP é necessário, mas não está instalado." + +#: ../../mod/install.php:409 +msgid "" +"Error: GD graphics PHP module with JPEG support required but not installed." +msgstr "Erro: o módulo gráfico GD, com suporte a JPEG, do PHP é necessário, mas não está instalado." + +#: ../../mod/install.php:413 +msgid "Error: openssl PHP module required but not installed." +msgstr "Erro: o módulo openssl do PHP é necessário, mas não está instalado." + +#: ../../mod/install.php:417 +msgid "Error: mysqli PHP module required but not installed." +msgstr "Erro: o módulo mysqli do PHP é necessário, mas não está instalado." + +#: ../../mod/install.php:421 +msgid "Error: mb_string PHP module required but not installed." +msgstr "Erro: o módulo mb_string PHP é necessário, mas não está instalado." + +#: ../../mod/install.php:438 +msgid "" +"The web installer needs to be able to create a file called \".htconfig.php\"" +" in the top folder of your web server and it is unable to do so." +msgstr "O instalador web precisa criar um arquivo chamado \".htconfig.php\" na pasta raiz da instalação e não está conseguindo." + +#: ../../mod/install.php:439 +msgid "" +"This is most often a permission setting, as the web server may not be able " +"to write files in your folder - even if you can." +msgstr "Geralmente isso está relacionado às definições de permissão, uma vez que o servidor web pode não estar conseguindo escrever os arquivos nesta pasta." + +#: ../../mod/install.php:440 +msgid "" +"At the end of this procedure, we will give you a text to save in a file " +"named .htconfig.php in your Friendica top folder." +msgstr "Ao final desse procedimento, será fornecido um texto que deverá ser salvo em um arquivo de nome. htconfig.php, na pasta raiz da instalação do seu Friendica." + +#: ../../mod/install.php:441 +msgid "" +"You can alternatively skip this procedure and perform a manual installation." +" Please see the file \"INSTALL.txt\" for instructions." +msgstr "Você também pode pular esse procedimento e executar uma instalação manual. Por favor, dê uma olhada no arquivo \"INSTALL.TXT\" para instruções." + +#: ../../mod/install.php:444 +msgid ".htconfig.php is writable" +msgstr ".htconfig.php tem permissão de escrita" + +#: ../../mod/install.php:454 +msgid "" +"Friendica uses the Smarty3 template engine to render its web views. Smarty3 " +"compiles templates to PHP to speed up rendering." +msgstr "Friendica usa o engine de template Smarty3 para renderizar suas web views. Smarty3 compila templates para PHP para acelerar a renderização." + +#: ../../mod/install.php:455 +msgid "" +"In order to store these compiled templates, the web server needs to have " +"write access to the directory view/smarty3/ under the Friendica top level " +"folder." +msgstr "Para guardar os templates compilados, o servidor web necessita de permissão de escrita no diretório view/smarty3/ no diretório raíz do Friendica." + +#: ../../mod/install.php:456 +msgid "" +"Please ensure that the user that your web server runs as (e.g. www-data) has" +" write access to this folder." +msgstr "Favor se certificar que o usuário sob o qual o servidor web roda (ex: www-data) tenha permissão de escrita nesse diretório." + +#: ../../mod/install.php:457 +msgid "" +"Note: as a security measure, you should give the web server write access to " +"view/smarty3/ only--not the template files (.tpl) that it contains." +msgstr "Nota: como uma medida de segurança, você deve fornecer ao servidor web permissão de escrita em view/smarty3/ somente--não aos arquivos de template (.tpl) que ele contém." + +#: ../../mod/install.php:460 +msgid "view/smarty3 is writable" +msgstr "view/smarty3 tem escrita permitida" + +#: ../../mod/install.php:472 +msgid "" +"Url rewrite in .htaccess is not working. Check your server configuration." +msgstr "A reescrita de URLs definida no .htaccess não está funcionando. Por favor, verifique as configurações do seu servidor." + +#: ../../mod/install.php:474 +msgid "Url rewrite is working" +msgstr "A reescrita de URLs está funcionando" + +#: ../../mod/install.php:484 +msgid "" +"The database configuration file \".htconfig.php\" could not be written. " +"Please use the enclosed text to create a configuration file in your web " +"server root." +msgstr "Não foi possível gravar o arquivo de configuração \".htconfig.php\". Por favor, use o texto incluso para criar um arquivo de configuração na raiz da instalação do Friendika em seu servidor web." + +#: ../../mod/install.php:508 +msgid "Errors encountered creating database tables." +msgstr "Foram encontrados erros durante a criação das tabelas do banco de dados." + +#: ../../mod/install.php:519 +msgid "

What next

" +msgstr "

A seguir

" + +#: ../../mod/install.php:520 +msgid "" +"IMPORTANT: You will need to [manually] setup a scheduled task for the " +"poller." +msgstr "IMPORTANTE: Você deve configurar [manualmente] uma tarefa agendada para o captador." + +#: ../../mod/oexchange.php:25 +msgid "Post successful." +msgstr "Publicado com sucesso." + +#: ../../mod/openid.php:24 +msgid "OpenID protocol error. No ID returned." +msgstr "Erro no protocolo OpenID. Não foi retornada nenhuma ID." + +#: ../../mod/openid.php:53 +msgid "" +"Account not found and OpenID registration is not permitted on this site." +msgstr "A conta não foi encontrada e não são permitidos registros via OpenID nesse site." + +#: ../../mod/profile_photo.php:44 +msgid "Image uploaded but image cropping failed." +msgstr "A imagem foi enviada, mas não foi possível cortá-la." + +#: ../../mod/profile_photo.php:77 ../../mod/profile_photo.php:84 +#: ../../mod/profile_photo.php:91 ../../mod/profile_photo.php:308 +#, php-format +msgid "Image size reduction [%s] failed." +msgstr "Não foi possível reduzir o tamanho da imagem [%s]." + +#: ../../mod/profile_photo.php:118 +msgid "" +"Shift-reload the page or clear browser cache if the new photo does not " +"display immediately." +msgstr "Recarregue a página pressionando a tecla Shift ou limpe o cache do navegador caso a nova foto não apareça imediatamente" + +#: ../../mod/profile_photo.php:128 +msgid "Unable to process image" +msgstr "Não foi possível processar a imagem" + +#: ../../mod/profile_photo.php:242 +msgid "Upload File:" +msgstr "Enviar arquivo:" + +#: ../../mod/profile_photo.php:243 +msgid "Select a profile:" +msgstr "Selecione um perfil:" + +#: ../../mod/profile_photo.php:245 +msgid "Upload" +msgstr "Enviar" + +#: ../../mod/profile_photo.php:248 +msgid "skip this step" +msgstr "pule esta etapa" + +#: ../../mod/profile_photo.php:248 +msgid "select a photo from your photo albums" +msgstr "selecione uma foto do seu álbum de fotos" + +#: ../../mod/profile_photo.php:262 +msgid "Crop Image" +msgstr "Cortar a imagem" + +#: ../../mod/profile_photo.php:263 +msgid "Please adjust the image cropping for optimum viewing." +msgstr "Por favor, ajuste o corte da imagem para a melhor visualização." + +#: ../../mod/profile_photo.php:265 +msgid "Done Editing" +msgstr "Encerrar a edição" + +#: ../../mod/profile_photo.php:299 +msgid "Image uploaded successfully." +msgstr "A imagem foi enviada com sucesso." + +#: ../../mod/community.php:23 +msgid "Not available." +msgstr "Não disponível." + +#: ../../mod/content.php:626 ../../object/Item.php:362 +#, php-format +msgid "%d comment" +msgid_plural "%d comments" +msgstr[0] "%d comentário" +msgstr[1] "%d comentários" + +#: ../../mod/content.php:707 ../../object/Item.php:232 +msgid "like" +msgstr "gostei" + +#: ../../mod/content.php:708 ../../object/Item.php:233 +msgid "dislike" +msgstr "não gostei" + +#: ../../mod/content.php:710 ../../object/Item.php:235 +msgid "Share this" +msgstr "Compartilhar isso" + +#: ../../mod/content.php:710 ../../object/Item.php:235 +msgid "share" +msgstr "compartilhar" + +#: ../../mod/content.php:734 ../../object/Item.php:654 +msgid "Bold" +msgstr "Negrito" + +#: ../../mod/content.php:735 ../../object/Item.php:655 +msgid "Italic" +msgstr "Itálico" + +#: ../../mod/content.php:736 ../../object/Item.php:656 +msgid "Underline" +msgstr "Sublinhado" + +#: ../../mod/content.php:737 ../../object/Item.php:657 +msgid "Quote" +msgstr "Citação" + +#: ../../mod/content.php:738 ../../object/Item.php:658 +msgid "Code" +msgstr "Código" + +#: ../../mod/content.php:739 ../../object/Item.php:659 +msgid "Image" +msgstr "Imagem" + +#: ../../mod/content.php:740 ../../object/Item.php:660 +msgid "Link" +msgstr "Link" + +#: ../../mod/content.php:741 ../../object/Item.php:661 +msgid "Video" +msgstr "Vídeo" + +#: ../../mod/content.php:776 ../../object/Item.php:211 +msgid "add star" +msgstr "marcar com estrela" + +#: ../../mod/content.php:777 ../../object/Item.php:212 +msgid "remove star" +msgstr "remover estrela" + +#: ../../mod/content.php:778 ../../object/Item.php:213 +msgid "toggle star status" +msgstr "ativa/desativa o destaque" + +#: ../../mod/content.php:781 ../../object/Item.php:216 +msgid "starred" +msgstr "marcado com estrela" + +#: ../../mod/content.php:782 ../../object/Item.php:221 +msgid "add tag" +msgstr "adicionar tag" + +#: ../../mod/content.php:786 ../../object/Item.php:130 +msgid "save to folder" +msgstr "salvar na pasta" + +#: ../../mod/content.php:877 ../../object/Item.php:308 +msgid "to" +msgstr "para" + +#: ../../mod/content.php:878 ../../object/Item.php:310 +msgid "Wall-to-Wall" +msgstr "Mural-para-mural" + +#: ../../mod/content.php:879 ../../object/Item.php:311 +msgid "via Wall-To-Wall:" +msgstr "via Mural-para-mural" + +#: ../../object/Item.php:92 +msgid "This entry was edited" +msgstr "" + +#: ../../object/Item.php:309 +msgid "via" +msgstr "via" + +#: ../../view/theme/cleanzero/config.php:82 +#: ../../view/theme/diabook/config.php:154 +#: ../../view/theme/dispy/config.php:72 ../../view/theme/quattro/config.php:66 +msgid "Theme settings" +msgstr "Configurações do tema" + +#: ../../view/theme/cleanzero/config.php:83 +msgid "Set resize level for images in posts and comments (width and height)" +msgstr "Configure o nível de redimensionamento para imagens em publicações e comentários (largura e altura)" + +#: ../../view/theme/cleanzero/config.php:84 +#: ../../view/theme/diabook/config.php:155 +#: ../../view/theme/dispy/config.php:73 +msgid "Set font-size for posts and comments" +msgstr "Escolha o tamanho da fonte para publicações e comentários" + +#: ../../view/theme/cleanzero/config.php:85 +msgid "Set theme width" +msgstr "Configure a largura do tema" + +#: ../../view/theme/cleanzero/config.php:86 +#: ../../view/theme/quattro/config.php:68 +msgid "Color scheme" +msgstr "Esquema de cores" + +#: ../../view/theme/diabook/config.php:156 +#: ../../view/theme/dispy/config.php:74 +msgid "Set line-height for posts and comments" +msgstr "Escolha comprimento da linha para publicações e comentários" + +#: ../../view/theme/diabook/config.php:157 +msgid "Set resolution for middle column" +msgstr "Escolha a resolução para a coluna do meio" + +#: ../../view/theme/diabook/config.php:158 +msgid "Set color scheme" +msgstr "Configure o esquema de cores" + +#: ../../view/theme/diabook/config.php:159 +#: ../../view/theme/diabook/theme.php:609 +msgid "Set twitter search term" +msgstr "Configure a palavra-chave do twitter" + +#: ../../view/theme/diabook/config.php:160 +msgid "Set zoomfactor for Earth Layer" +msgstr "Configure o zoom para Camadas da Terra" + +#: ../../view/theme/diabook/config.php:161 +#: ../../view/theme/diabook/theme.php:578 +msgid "Set longitude (X) for Earth Layers" +msgstr "Configure longitude (X) para Camadas da Terra" + +#: ../../view/theme/diabook/config.php:162 +#: ../../view/theme/diabook/theme.php:579 +msgid "Set latitude (Y) for Earth Layers" +msgstr "Configure latitude (Y) para Camadas da Terra" + +#: ../../view/theme/diabook/config.php:163 +#: ../../view/theme/diabook/theme.php:94 +#: ../../view/theme/diabook/theme.php:537 +#: ../../view/theme/diabook/theme.php:632 +msgid "Community Pages" +msgstr "Páginas da Comunidade" + +#: ../../view/theme/diabook/config.php:164 +#: ../../view/theme/diabook/theme.php:572 +#: ../../view/theme/diabook/theme.php:633 +msgid "Earth Layers" +msgstr "Camadas da Terra" + +#: ../../view/theme/diabook/config.php:165 +#: ../../view/theme/diabook/theme.php:384 +#: ../../view/theme/diabook/theme.php:634 +msgid "Community Profiles" +msgstr "Profiles Comunitários" + +#: ../../view/theme/diabook/config.php:166 +#: ../../view/theme/diabook/theme.php:592 +#: ../../view/theme/diabook/theme.php:635 +msgid "Help or @NewHere ?" +msgstr "Ajuda ou @NewHere ?" + +#: ../../view/theme/diabook/config.php:167 +#: ../../view/theme/diabook/theme.php:599 +#: ../../view/theme/diabook/theme.php:636 +msgid "Connect Services" +msgstr "Conectar serviços" + +#: ../../view/theme/diabook/config.php:168 +#: ../../view/theme/diabook/theme.php:516 +#: ../../view/theme/diabook/theme.php:637 +msgid "Find Friends" +msgstr "Encontrar amigos" + +#: ../../view/theme/diabook/config.php:169 +msgid "Last tweets" +msgstr "Últimos tweets" + +#: ../../view/theme/diabook/config.php:170 +#: ../../view/theme/diabook/theme.php:405 +#: ../../view/theme/diabook/theme.php:639 +msgid "Last users" +msgstr "Últimos usuários" + +#: ../../view/theme/diabook/config.php:171 +#: ../../view/theme/diabook/theme.php:479 +#: ../../view/theme/diabook/theme.php:640 +msgid "Last photos" +msgstr "Últimas fotos" + +#: ../../view/theme/diabook/config.php:172 +#: ../../view/theme/diabook/theme.php:434 +#: ../../view/theme/diabook/theme.php:641 +msgid "Last likes" +msgstr "Últimos \"likes\"" + +#: ../../view/theme/diabook/theme.php:89 +msgid "Your contacts" +msgstr "Seus contatos" + +#: ../../view/theme/diabook/theme.php:517 +msgid "Local Directory" +msgstr "Diretório Local" + +#: ../../view/theme/diabook/theme.php:577 +msgid "Set zoomfactor for Earth Layers" +msgstr "Configure o zoom para Camadas da Terra" + +#: ../../view/theme/diabook/theme.php:606 +#: ../../view/theme/diabook/theme.php:638 +msgid "Last Tweets" +msgstr "Últimos Tweets" + +#: ../../view/theme/diabook/theme.php:630 +msgid "Show/hide boxes at right-hand column:" +msgstr "Mostre/esconda caixas na coluna à direita:" + +#: ../../view/theme/dispy/config.php:75 +msgid "Set colour scheme" +msgstr "Configure o esquema de cores" + +#: ../../view/theme/quattro/config.php:67 +msgid "Alignment" +msgstr "Alinhamento" + +#: ../../view/theme/quattro/config.php:67 +msgid "Left" +msgstr "Esquerda" + +#: ../../view/theme/quattro/config.php:67 +msgid "Center" +msgstr "Centro" + +#: ../../view/theme/quattro/config.php:69 +msgid "Posts font size" +msgstr "Tamanho da fonte para publicações" + +#: ../../view/theme/quattro/config.php:70 +msgid "Textareas font size" +msgstr "Tamanho da fonte para campos texto" + +#: ../../index.php:405 +msgid "toggle mobile" +msgstr "habilita mobile" + +#: ../../boot.php:669 msgid "Delete this item?" msgstr "Excluir este item?" -#: ../../boot.php:610 +#: ../../boot.php:672 msgid "show fewer" msgstr "exibir menos" -#: ../../boot.php:819 +#: ../../boot.php:999 #, php-format msgid "Update %s failed. See error logs." -msgstr "" +msgstr "Atualização %s falhou. Vide registro de erros (log)." -#: ../../boot.php:821 +#: ../../boot.php:1001 #, php-format msgid "Update Error at %s" -msgstr "" +msgstr "Erro de Atualização em %s" -#: ../../boot.php:922 +#: ../../boot.php:1111 msgid "Create a New Account" msgstr "Criar uma nova conta" -#: ../../boot.php:951 +#: ../../boot.php:1139 msgid "Nickname or Email address: " msgstr "Identificação ou endereço de e-mail: " -#: ../../boot.php:952 +#: ../../boot.php:1140 msgid "Password: " msgstr "Senha: " -#: ../../boot.php:953 +#: ../../boot.php:1141 msgid "Remember me" -msgstr "" +msgstr "Lembre-se de mim" -#: ../../boot.php:956 +#: ../../boot.php:1144 msgid "Or login using OpenID: " msgstr "Ou login usando OpendID:" -#: ../../boot.php:962 +#: ../../boot.php:1150 msgid "Forgot your password?" msgstr "Esqueceu a sua senha?" -#: ../../boot.php:1087 -msgid "Requested account is not available." -msgstr "" +#: ../../boot.php:1153 +msgid "Website Terms of Service" +msgstr "Termos de Serviço do Website" -#: ../../boot.php:1164 +#: ../../boot.php:1154 +msgid "terms of service" +msgstr "termos de serviço" + +#: ../../boot.php:1156 +msgid "Website Privacy Policy" +msgstr "Política de Privacidade do Website" + +#: ../../boot.php:1157 +msgid "privacy policy" +msgstr "política de privacidade" + +#: ../../boot.php:1286 +msgid "Requested account is not available." +msgstr "Conta solicitada não disponível" + +#: ../../boot.php:1365 ../../boot.php:1469 msgid "Edit profile" msgstr "Editar perfil" -#: ../../boot.php:1230 +#: ../../boot.php:1431 msgid "Message" msgstr "Mensagem" -#: ../../boot.php:1238 +#: ../../boot.php:1439 msgid "Manage/edit profiles" msgstr "Gerenciar/editar perfis" -#: ../../boot.php:1352 ../../boot.php:1438 +#: ../../boot.php:1568 ../../boot.php:1654 msgid "g A l F d" msgstr "G l d F" -#: ../../boot.php:1353 ../../boot.php:1439 +#: ../../boot.php:1569 ../../boot.php:1655 msgid "F d" msgstr "F d" -#: ../../boot.php:1398 ../../boot.php:1479 +#: ../../boot.php:1614 ../../boot.php:1695 msgid "[today]" msgstr "[hoje]" -#: ../../boot.php:1410 +#: ../../boot.php:1626 msgid "Birthday Reminders" msgstr "Lembretes de aniversário" -#: ../../boot.php:1411 +#: ../../boot.php:1627 msgid "Birthdays this week:" msgstr "Aniversários nesta semana:" -#: ../../boot.php:1472 +#: ../../boot.php:1688 msgid "[No description]" msgstr "[Sem descrição]" -#: ../../boot.php:1490 +#: ../../boot.php:1706 msgid "Event Reminders" msgstr "Lembretes de eventos" -#: ../../boot.php:1491 +#: ../../boot.php:1707 msgid "Events this week:" msgstr "Eventos esta semana:" -#: ../../boot.php:1727 +#: ../../boot.php:1943 msgid "Status Messages and Posts" -msgstr "" +msgstr "Mensagem de Estado (status) e Publicações" -#: ../../boot.php:1734 +#: ../../boot.php:1950 msgid "Profile Details" +msgstr "Detalhe do Perfil" + +#: ../../boot.php:1961 ../../boot.php:1964 +msgid "Videos" msgstr "" -#: ../../boot.php:1751 +#: ../../boot.php:1974 msgid "Events and Calendar" -msgstr "" +msgstr "Eventos e Calendário" -#: ../../boot.php:1758 +#: ../../boot.php:1981 msgid "Only You Can See This" -msgstr "" - -#: ../../object/Item.php:237 -msgid "via" -msgstr "" - -#: ../../index.php:398 -msgid "toggle mobile" -msgstr "" - -#: ../../addon.old/bg/bg.php:51 -msgid "Bg settings updated." -msgstr "" - -#: ../../addon.old/bg/bg.php:82 -msgid "Bg Settings" -msgstr "" - -#: ../../addon.old/drpost/drpost.php:35 -msgid "Post to Drupal" -msgstr "Postar no Drupal" - -#: ../../addon.old/drpost/drpost.php:72 -msgid "Drupal Post Settings" -msgstr "Configurações de Postagem no Drupal" - -#: ../../addon.old/drpost/drpost.php:74 -msgid "Enable Drupal Post Plugin" -msgstr "Habilitar Plugin de Postagem do Drupal" - -#: ../../addon.old/drpost/drpost.php:79 -msgid "Drupal username" -msgstr "Nome de Usuário Drupal" - -#: ../../addon.old/drpost/drpost.php:84 -msgid "Drupal password" -msgstr "Senha Drupal" - -#: ../../addon.old/drpost/drpost.php:89 -msgid "Post Type - article,page,or blog" -msgstr "Tipo de Postagem - artigo, página ou blog" - -#: ../../addon.old/drpost/drpost.php:94 -msgid "Drupal site URL" -msgstr "URL do site Drupal" - -#: ../../addon.old/drpost/drpost.php:99 -msgid "Drupal site uses clean URLS" -msgstr "Site Drupal usa URLs limpas" - -#: ../../addon.old/drpost/drpost.php:104 -msgid "Post to Drupal by default" -msgstr "Postar para o Drupal como padrão" - -#: ../../addon.old/oembed.old/oembed.php:30 -msgid "OEmbed settings updated" -msgstr "As configurações OEmbed foram atualizadas" - -#: ../../addon.old/oembed.old/oembed.php:43 -msgid "Use OEmbed for YouTube videos" -msgstr "Usar OEmbed para vídeos do YouTube" - -#: ../../addon.old/oembed.old/oembed.php:71 -msgid "URL to embed:" -msgstr "URL a ser incorporada:" +msgstr "Somente Você Pode Ver Isso" diff --git a/view/pt-br/strings.php b/view/pt-br/strings.php index 80b27a1a62..67eff31246 100644 --- a/view/pt-br/strings.php +++ b/view/pt-br/strings.php @@ -5,1660 +5,25 @@ function string_plural_select_pt_br($n){ return ($n > 1);; }} ; -$a->strings["Post successful."] = "Publicado com sucesso."; -$a->strings["[Embedded content - reload page to view]"] = "[Conteúdo incorporado - recarregue a página para ver]"; -$a->strings["Contact settings applied."] = "As configurações do contato foram aplicadas."; -$a->strings["Contact update failed."] = "Não foi possível atualizar o contato."; -$a->strings["Permission denied."] = "Permissão negada."; -$a->strings["Contact not found."] = "O contato não foi encontrado."; -$a->strings["Repair Contact Settings"] = "Corrigir configurações do contato"; -$a->strings["WARNING: This is highly advanced and if you enter incorrect information your communications with this contact may stop working."] = "ATENÇÃO: Isso é muito avançado, se você digitar informações incorretas, suas comunicações com esse contato pode parar de funcionar."; -$a->strings["Please use your browser 'Back' button now if you are uncertain what to do on this page."] = "Por favor, use o botão 'Voltar' do seu navegador agora, caso você não tenha certeza do que está fazendo."; -$a->strings["Return to contact editor"] = "Voltar ao editor de contatos"; -$a->strings["Name"] = "Nome"; -$a->strings["Account Nickname"] = "Identificação da conta"; -$a->strings["@Tagname - overrides Name/Nickname"] = "@Tagname - sobrescreve Nome/Identificação"; -$a->strings["Account URL"] = "URL da conta"; -$a->strings["Friend Request URL"] = "URL da requisição de amizade"; -$a->strings["Friend Confirm URL"] = "URL da confirmação de amizade"; -$a->strings["Notification Endpoint URL"] = "URL do ponto final da notificação"; -$a->strings["Poll/Feed URL"] = "URL do captador/fonte de notícias"; -$a->strings["New photo from this URL"] = "Nova imagem desta URL"; -$a->strings["Submit"] = "Enviar"; -$a->strings["Help:"] = "Ajuda:"; -$a->strings["Help"] = "Ajuda"; -$a->strings["Not Found"] = "Não encontrada"; -$a->strings["Page not found."] = "Página não encontrada."; -$a->strings["File exceeds size limit of %d"] = "O arquivo excedeu o tamanho limite de %d"; -$a->strings["File upload failed."] = "Não foi possível enviar o arquivo."; -$a->strings["Friend suggestion sent."] = "A sugestão de amigo foi enviada"; -$a->strings["Suggest Friends"] = "Sugerir amigos"; -$a->strings["Suggest a friend for %s"] = "Sugerir um amigo para %s"; -$a->strings["Event title and start time are required."] = "O título do evento e a hora de início são obrigatórios."; -$a->strings["l, F j"] = "l, F j"; -$a->strings["Edit event"] = "Editar o evento"; -$a->strings["link to source"] = "exibir a origem"; -$a->strings["Events"] = "Eventos"; -$a->strings["Create New Event"] = "Criar um novo evento"; -$a->strings["Previous"] = "Anterior"; -$a->strings["Next"] = "Próximo"; -$a->strings["hour:minute"] = "hora:minuto"; -$a->strings["Event details"] = "Detalhes do evento"; -$a->strings["Format is %s %s. Starting date and Title are required."] = "O formato é %s %s. O título e a data de início são obrigatórios."; -$a->strings["Event Starts:"] = "Início do evento:"; -$a->strings["Required"] = "Obrigatório"; -$a->strings["Finish date/time is not known or not relevant"] = "A data/hora de término não é conhecida ou não é relevante"; -$a->strings["Event Finishes:"] = "Término do evento:"; -$a->strings["Adjust for viewer timezone"] = "Ajustar para o fuso horário do visualizador"; -$a->strings["Description:"] = "Descrição:"; -$a->strings["Location:"] = "Localização:"; -$a->strings["Title:"] = "Título:"; -$a->strings["Share this event"] = "Compartilhar este evento"; -$a->strings["Cancel"] = "Cancelar"; -$a->strings["Tag removed"] = "A etiqueta foi removida"; -$a->strings["Remove Item Tag"] = "Remover a etiqueta do item"; -$a->strings["Select a tag to remove: "] = "Selecione uma etiqueta para remover: "; -$a->strings["Remove"] = "Remover"; -$a->strings["%1\$s welcomes %2\$s"] = ""; -$a->strings["Authorize application connection"] = "Autorizar a conexão com a aplicação"; -$a->strings["Return to your app and insert this Securty Code:"] = "Volte para a sua aplicação e digite este código de segurança:"; -$a->strings["Please login to continue."] = "Por favor, autentique-se para continuar."; -$a->strings["Do you want to authorize this application to access your posts and contacts, and/or create new posts for you?"] = "Deseja autorizar esta aplicação a acessar suas publicações e contatos e/ou criar novas publicações para você?"; -$a->strings["Yes"] = "Sim"; -$a->strings["No"] = "Não"; -$a->strings["Photo Albums"] = "Álbum de fotos"; -$a->strings["Contact Photos"] = "Fotos dos contatos"; -$a->strings["Upload New Photos"] = "Enviar novas fotos"; -$a->strings["everybody"] = "todos"; -$a->strings["Contact information unavailable"] = "A informação de contato não está disponível"; -$a->strings["Profile Photos"] = "Fotos do perfil"; -$a->strings["Album not found."] = "O álbum não foi encontrado."; -$a->strings["Delete Album"] = "Excluir o álbum"; -$a->strings["Delete Photo"] = "Excluir a foto"; -$a->strings["%1\$s was tagged in %2\$s by %3\$s"] = ""; -$a->strings["a photo"] = ""; -$a->strings["Image exceeds size limit of "] = "A imagem excede o tamanho máximo de "; -$a->strings["Image file is empty."] = "O arquivo de imagem está vazio."; -$a->strings["Unable to process image."] = "Não foi possível processar a imagem."; -$a->strings["Image upload failed."] = "Não foi possível enviar a imagem."; -$a->strings["Public access denied."] = "Acesso público negado."; -$a->strings["No photos selected"] = "Não foi selecionada nenhuma foto"; -$a->strings["Access to this item is restricted."] = "O acesso a este item é restrito."; -$a->strings["You have used %1$.2f Mbytes of %2$.2f Mbytes photo storage."] = "Você está usando %1$.2f Mbytes dos %2$.2f Mbytes liberados para armazenamento de fotos."; -$a->strings["Upload Photos"] = "Enviar fotos"; -$a->strings["New album name: "] = "Nome do novo álbum: "; -$a->strings["or existing album name: "] = "ou o nome de um álbum já existente: "; -$a->strings["Do not show a status post for this upload"] = "Não exiba uma publicação de status para este envio"; -$a->strings["Permissions"] = "Permissões"; -$a->strings["Edit Album"] = "Editar o álbum"; -$a->strings["Show Newest First"] = "Exibir as mais recentes primeiro"; -$a->strings["Show Oldest First"] = "Exibir as mais antigas primeiro"; -$a->strings["View Photo"] = "Ver a foto"; -$a->strings["Permission denied. Access to this item may be restricted."] = "Permissão negada. O acesso a este item pode estar restrito."; -$a->strings["Photo not available"] = "A foto não está disponível"; -$a->strings["View photo"] = "Ver a imagem"; -$a->strings["Edit photo"] = "Editar a foto"; -$a->strings["Use as profile photo"] = "Usar como uma foto de perfil"; -$a->strings["Private Message"] = "Mensagem privada"; -$a->strings["View Full Size"] = "Ver no tamanho real"; -$a->strings["Tags: "] = "Etiquetas: "; -$a->strings["[Remove any tag]"] = "[Remover qualquer etiqueta]"; -$a->strings["Rotate CW (right)"] = "Rotacionar para direita"; -$a->strings["Rotate CCW (left)"] = "Rotacionar para esquerda"; -$a->strings["New album name"] = "Novo nome para o álbum"; -$a->strings["Caption"] = "Legenda"; -$a->strings["Add a Tag"] = "Adicionar uma etiqueta"; -$a->strings["Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping"] = "Por exemplo: @joao, @Joao_da_Silva, @joao@exemplo.com, #Minas_Gerais, #acampamento"; -$a->strings["I like this (toggle)"] = "Eu gostei disso (alternar)"; -$a->strings["I don't like this (toggle)"] = "Eu não gostei disso (alternar)"; -$a->strings["Share"] = "Compartilhar"; -$a->strings["Please wait"] = "Por favor, espere"; -$a->strings["This is you"] = "Este(a) é você"; -$a->strings["Comment"] = "Comentar"; -$a->strings["Preview"] = "Pré-visualização"; -$a->strings["Delete"] = "Excluir"; -$a->strings["View Album"] = "Ver álbum"; -$a->strings["Recent Photos"] = "Fotos recentes"; -$a->strings["Not available."] = "Não disponível."; -$a->strings["Community"] = "Comunidade"; -$a->strings["No results."] = "Nenhum resultado."; -$a->strings["This is Friendica, version"] = "Este é o Friendica, versão"; -$a->strings["running at web location"] = "sendo executado no endereço web"; -$a->strings["Please visit Friendica.com to learn more about the Friendica project."] = "Por favor, visite friendica.com para aprender mais sobre o projeto Friendica."; -$a->strings["Bug reports and issues: please visit"] = "Relatos e acompanhamentos de erros podem ser encontrados em"; -$a->strings["Suggestions, praise, donations, etc. - please email \"Info\" at Friendica - dot com"] = "Sugestões, elogios, doações, etc. - favor enviar e-mail para \"Info\" arroba Friendica - ponto com"; -$a->strings["Installed plugins/addons/apps:"] = "Plugins/complementos/aplicações instaladas:"; -$a->strings["No installed plugins/addons/apps"] = "Nenhum plugin/complemento/aplicativo instalado"; -$a->strings["Item not found"] = "O item não foi encontrado"; -$a->strings["Edit post"] = "Editar a publicação"; -$a->strings["Post to Email"] = "Enviar por e-mail"; -$a->strings["Edit"] = "Editar"; -$a->strings["Upload photo"] = "Enviar foto"; -$a->strings["upload photo"] = "upload de foto"; -$a->strings["Attach file"] = "Anexar arquivo"; -$a->strings["attach file"] = "anexar arquivo"; -$a->strings["Insert web link"] = "Inserir link web"; -$a->strings["web link"] = "link web"; -$a->strings["Insert video link"] = "Inserir link de vídeo"; -$a->strings["video link"] = "link de vídeo"; -$a->strings["Insert audio link"] = "Inserir link de áudio"; -$a->strings["audio link"] = "link de áudio"; -$a->strings["Set your location"] = "Definir sua localização"; -$a->strings["set location"] = "configure localização"; -$a->strings["Clear browser location"] = "Limpar a localização do navegador"; -$a->strings["clear location"] = "apague localização"; -$a->strings["Permission settings"] = "Configurações de permissão"; -$a->strings["CC: email addresses"] = "CC: endereço de e-mail"; -$a->strings["Public post"] = "Publicação pública"; -$a->strings["Set title"] = "Definir o título"; -$a->strings["Categories (comma-separated list)"] = "Categorias (lista separada por vírgulas)"; -$a->strings["Example: bob@example.com, mary@example.com"] = "Por exemplo: joao@exemplo.com, maria@exemplo.com"; -$a->strings["This introduction has already been accepted."] = "Esta apresentação já foi aceita."; -$a->strings["Profile location is not valid or does not contain profile information."] = "A localização do perfil não é válida ou não contém uma informação de perfil."; -$a->strings["Warning: profile location has no identifiable owner name."] = "Aviso: a localização do perfil não possui nenhum nome identificável do seu dono."; -$a->strings["Warning: profile location has no profile photo."] = "Aviso: a localização do perfil não possui nenhuma foto do perfil."; -$a->strings["%d required parameter was not found at the given location"] = array( - 0 => "O parâmetro requerido %d não foi encontrado na localização fornecida", - 1 => "Os parâmetros requeridos %d não foram encontrados na localização fornecida", -); -$a->strings["Introduction complete."] = "A apresentação foi finalizada."; -$a->strings["Unrecoverable protocol error."] = "Ocorreu um erro irrecuperável de protocolo."; -$a->strings["Profile unavailable."] = "O perfil não está disponível."; -$a->strings["%s has received too many connection requests today."] = "%s recebeu solicitações de conexão em excesso hoje."; -$a->strings["Spam protection measures have been invoked."] = "As medidas de proteção contra spam foram ativadas."; -$a->strings["Friends are advised to please try again in 24 hours."] = "Os amigos foram notificados para tentar novamente em 24 horas."; -$a->strings["Invalid locator"] = "Localizador inválido"; -$a->strings["Invalid email address."] = "Endereço de e-mail inválido."; -$a->strings["This account has not been configured for email. Request failed."] = "Essa conta não foi configurada para e-mails. Não foi possível atender à solicitação."; -$a->strings["Unable to resolve your name at the provided location."] = "Não foi possível encontrar a sua identificação no endereço indicado."; -$a->strings["You have already introduced yourself here."] = "Você já fez a sua apresentação aqui."; -$a->strings["Apparently you are already friends with %s."] = "Aparentemente você já é amigo de %s."; -$a->strings["Invalid profile URL."] = "URL de perfil inválida."; -$a->strings["Disallowed profile URL."] = "URL de perfil não permitida."; -$a->strings["Failed to update contact record."] = "Não foi possível atualizar o registro do contato."; -$a->strings["Your introduction has been sent."] = "A sua apresentação foi enviada."; -$a->strings["Please login to confirm introduction."] = "Por favor, autentique-se para confirmar a apresentação."; -$a->strings["Incorrect identity currently logged in. Please login to this profile."] = "A identidade autenticada está incorreta. Por favor, entre como este perfil."; -$a->strings["Hide this contact"] = "Ocultar este contato"; -$a->strings["Welcome home %s."] = "Bem-vindo(a) à sua página pessoal %s."; -$a->strings["Please confirm your introduction/connection request to %s."] = "Por favor, confirme sua solicitação de apresentação/conexão para %s."; -$a->strings["Confirm"] = "Confirmar"; -$a->strings["[Name Withheld]"] = "[Nome não revelado]"; -$a->strings["Please enter your 'Identity Address' from one of the following supported communications networks:"] = "Por favor, digite seu 'Endereço de Identificação' a partir de uma das seguintes redes de comunicação suportadas:"; -$a->strings["Connect as an email follower (Coming soon)"] = "Conectar como um acompanhante por e-mail (Em breve)"; -$a->strings["If you are not yet a member of the free social web, follow this link to find a public Friendica site and join us today."] = "Caso você ainda não seja membro da rede social livre, clique aqui para encontrar um site Friendica público e junte-se à nós."; -$a->strings["Friend/Connection Request"] = "Solicitação de amizade/conexão"; -$a->strings["Examples: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, testuser@identi.ca"] = "Examplos: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, testuser@identi.ca"; -$a->strings["Please answer the following:"] = "Por favor, entre com as informações solicitadas:"; -$a->strings["Does %s know you?"] = "%s conhece você?"; -$a->strings["Add a personal note:"] = "Adicione uma anotação pessoal:"; -$a->strings["Friendica"] = "Friendica"; -$a->strings["StatusNet/Federated Social Web"] = "StatusNet/Federated Social Web"; -$a->strings["Diaspora"] = "Diaspora"; -$a->strings[" - please do not use this form. Instead, enter %s into your Diaspora search bar."] = " - Por favor, não utilize esse formulário. Ao invés disso, digite %s na sua barra de pesquisa do Diaspora."; -$a->strings["Your Identity Address:"] = "Seu endereço de identificação:"; -$a->strings["Submit Request"] = "Enviar solicitação"; -$a->strings["Account settings"] = "Configurações da conta"; -$a->strings["Display settings"] = "Configurações de exibição"; -$a->strings["Connector settings"] = "Configurações do conector"; -$a->strings["Plugin settings"] = "Configurações dos plugins"; -$a->strings["Connected apps"] = "Aplicações conectadas"; -$a->strings["Export personal data"] = "Exportar dados pessoais"; -$a->strings["Remove account"] = "Remover a conta"; -$a->strings["Settings"] = "Configurações"; -$a->strings["Export account"] = ""; -$a->strings["Export your account info and contacts. Use this to make a backup of your account and/or to move it to another server."] = ""; -$a->strings["Export all"] = ""; -$a->strings["Export your accout info, contacts and all your items as json. Could be a very big file, and could take a lot of time. Use this to make a full backup of your account (photos are not exported)"] = ""; -$a->strings["Friendica Social Communications Server - Setup"] = "Servidor de Comunicações Sociais Friendica - Configuração"; -$a->strings["Could not connect to database."] = "Não foi possível conectar ao banco de dados."; -$a->strings["Could not create table."] = "Não foi possível criar tabela."; -$a->strings["Your Friendica site database has been installed."] = "O banco de dados do seu site Friendica foi instalado."; -$a->strings["You may need to import the file \"database.sql\" manually using phpmyadmin or mysql."] = "Você provavelmente precisará importar o arquivo \"database.sql\" manualmente, usando o phpmyadmin ou o mysql."; -$a->strings["Please see the file \"INSTALL.txt\"."] = "Por favor, dê uma olhada no arquivo \"INSTALL.TXT\"."; -$a->strings["System check"] = "Checagem do sistema"; -$a->strings["Check again"] = "Checar novamente"; -$a->strings["Database connection"] = "Conexão de banco de dados"; -$a->strings["In order to install Friendica we need to know how to connect to your database."] = "À fim de instalar o Friendica, você precisa saber como se conectar ao seu banco de dados."; -$a->strings["Please contact your hosting provider or site administrator if you have questions about these settings."] = "Por favor, entre em contato com a sua hospedagem ou com o administrador do site caso você tenha alguma dúvida em relação a essas configurações."; -$a->strings["The database you specify below should already exist. If it does not, please create it before continuing."] = "O banco de dados que você especificou abaixo já deve existir. Caso contrário, por favor crie-o antes de continuar."; -$a->strings["Database Server Name"] = "Nome do servidor de banco de dados"; -$a->strings["Database Login Name"] = "Nome do usuário do banco de dados"; -$a->strings["Database Login Password"] = "Senha do usuário do banco de dados"; -$a->strings["Database Name"] = "Nome do banco de dados"; -$a->strings["Site administrator email address"] = "Endereço de email do administrador do site"; -$a->strings["Your account email address must match this in order to use the web admin panel."] = "O endereço de email da sua conta deve ser igual a este para que você possa utilizar o painel de administração web."; -$a->strings["Please select a default timezone for your website"] = "Por favor, selecione o fuso horário padrão para o seu site"; -$a->strings["Site settings"] = "Configurações do site"; -$a->strings["Could not find a command line version of PHP in the web server PATH."] = "Não foi possível encontrar uma versão de linha de comando do PHP nos caminhos do seu servidor web."; -$a->strings["If you don't have a command line version of PHP installed on server, you will not be able to run background polling via cron. See 'Activating scheduled tasks'"] = "Caso você não tenha uma versão de linha de comando do PHP instalado no seu servidor, você não será capaz de executar a captação em segundo plano. Dê uma olhada em 'Activating scheduled tasks'"; -$a->strings["PHP executable path"] = "Caminho para o executável do PhP"; -$a->strings["Enter full path to php executable. You can leave this blank to continue the installation."] = "Digite o caminho completo do executável PHP. Você pode deixar isso em branco para continuar com a instalação."; -$a->strings["Command line PHP"] = "PHP em linha de comando"; -$a->strings["The command line version of PHP on your system does not have \"register_argc_argv\" enabled."] = "\"register_argc_argv\" não está habilitado na versão de linha de comando do PHP no seu sistema."; -$a->strings["This is required for message delivery to work."] = "Isto é necessário para o funcionamento do envio de mensagens."; -$a->strings["PHP register_argc_argv"] = "PHP register_argc_argv"; -$a->strings["Error: the \"openssl_pkey_new\" function on this system is not able to generate encryption keys"] = "Erro: a função \"openssl_pkey_new\" no seu sistema não é capaz de gerar as chaves de criptografia"; -$a->strings["If running under Windows, please see \"http://www.php.net/manual/en/openssl.installation.php\"."] = "Se estiver usando o Windows, por favor dê uma olhada em \"http://www.php.net/manual/en/openssl.installation.php\"."; -$a->strings["Generate encryption keys"] = "Gerar chaves de encriptação"; -$a->strings["libCurl PHP module"] = "Módulo PHP libCurl"; -$a->strings["GD graphics PHP module"] = "Módulo PHP GD graphics"; -$a->strings["OpenSSL PHP module"] = "Módulo PHP OpenSSL"; -$a->strings["mysqli PHP module"] = "Módulo PHP mysqli"; -$a->strings["mb_string PHP module"] = "Módulo PHP mb_string "; -$a->strings["Apache mod_rewrite module"] = "Módulo mod_rewrite do Apache"; -$a->strings["Error: Apache webserver mod-rewrite module is required but not installed."] = "Erro: o módulo mod-rewrite do Apache é necessário, mas não está instalado."; -$a->strings["Error: libCURL PHP module required but not installed."] = "Erro: o módulo libCURL do PHP é necessário, mas não está instalado."; -$a->strings["Error: GD graphics PHP module with JPEG support required but not installed."] = "Erro: o módulo gráfico GD, com suporte a JPEG, do PHP é necessário, mas não está instalado."; -$a->strings["Error: openssl PHP module required but not installed."] = "Erro: o módulo openssl do PHP é necessário, mas não está instalado."; -$a->strings["Error: mysqli PHP module required but not installed."] = "Erro: o módulo mysqli do PHP é necessário, mas não está instalado."; -$a->strings["Error: mb_string PHP module required but not installed."] = "Erro: o módulo mb_string PHP é necessário, mas não está instalado."; -$a->strings["The web installer needs to be able to create a file called \".htconfig.php\" in the top folder of your web server and it is unable to do so."] = "O instalador web precisa criar um arquivo chamado \".htconfig.php\" na pasta raiz da instalação e não está conseguindo."; -$a->strings["This is most often a permission setting, as the web server may not be able to write files in your folder - even if you can."] = "Geralmente isso está relacionado às definições de permissão, uma vez que o servidor web pode não estar conseguindo escrever os arquivos nesta pasta."; -$a->strings["At the end of this procedure, we will give you a text to save in a file named .htconfig.php in your Friendica top folder."] = "Ao final desse procedimento, será fornecido um texto que deverá ser salvo em um arquivo de nome. htconfig.php, na pasta raiz da instalação do seu Friendica."; -$a->strings["You can alternatively skip this procedure and perform a manual installation. Please see the file \"INSTALL.txt\" for instructions."] = "Você também pode pular esse procedimento e executar uma instalação manual. Por favor, dê uma olhada no arquivo \"INSTALL.TXT\" para instruções."; -$a->strings[".htconfig.php is writable"] = ".htconfig.php tem permissão de escrita"; -$a->strings["Url rewrite in .htaccess is not working. Check your server configuration."] = "A reescrita de URLs definida no .htaccess não está funcionando. Por favor, verifique as configurações do seu servidor."; -$a->strings["Url rewrite is working"] = "A reescrita de URLs está funcionando"; -$a->strings["The database configuration file \".htconfig.php\" could not be written. Please use the enclosed text to create a configuration file in your web server root."] = "Não foi possível gravar o arquivo de configuração \".htconfig.php\". Por favor, use o texto incluso para criar um arquivo de configuração na raiz da instalação do Friendika em seu servidor web."; -$a->strings["Errors encountered creating database tables."] = "Foram encontrados erros durante a criação das tabelas do banco de dados."; -$a->strings["

What next

"] = "

A seguir

"; -$a->strings["IMPORTANT: You will need to [manually] setup a scheduled task for the poller."] = "IMPORTANTE: Você deve configurar [manualmente] uma tarefa agendada para o captador."; -$a->strings["l F d, Y \\@ g:i A"] = "l F d, Y \\@ H:i"; -$a->strings["Time Conversion"] = "Conversão de tempo"; -$a->strings["Friendica provides this service for sharing events with other networks and friends in unknown timezones."] = ""; -$a->strings["UTC time: %s"] = "Hora UTC: %s"; -$a->strings["Current timezone: %s"] = "Fuso horário atual: %s"; -$a->strings["Converted localtime: %s"] = "Horário local convertido: %s"; -$a->strings["Please select your timezone:"] = "Por favor, selecione seu fuso horário:"; -$a->strings["Poke/Prod"] = ""; -$a->strings["poke, prod or do other things to somebody"] = ""; -$a->strings["Recipient"] = "Destinatário"; -$a->strings["Choose what you wish to do to recipient"] = "Selecione o que você deseja fazer com o destinatário"; -$a->strings["Make this post private"] = "Fazer com que essa publicação se torne privada"; -$a->strings["Profile Match"] = "Correspondência de perfil"; -$a->strings["No keywords to match. Please add keywords to your default profile."] = "Não foi encontrada nenhuma palavra-chave associada a você. Por favor, adicione algumas ao seu perfil padrão."; -$a->strings["is interested in:"] = "se interessa por:"; -$a->strings["Connect"] = "Conectar"; -$a->strings["No matches"] = "Nenhuma correspondência"; -$a->strings["Remote privacy information not available."] = "Não existe informação disponível sobre a privacidade remota."; -$a->strings["Visible to:"] = "Visível para:"; -$a->strings["No such group"] = "Este grupo não existe"; -$a->strings["Group is empty"] = "O grupo está vazio"; -$a->strings["Group: "] = "Grupo: "; -$a->strings["Select"] = "Selecionar"; -$a->strings["View %s's profile @ %s"] = "Ver o perfil de %s @ %s"; -$a->strings["%s from %s"] = "%s de %s"; -$a->strings["View in context"] = "Ver no contexto"; -$a->strings["%d comment"] = array( - 0 => "%d comentário", - 1 => "%d comentários", -); -$a->strings["comment"] = array( - 0 => "comentário", - 1 => "comentários", -); -$a->strings["show more"] = "exibir mais"; -$a->strings["like"] = "gostei"; -$a->strings["dislike"] = "não gostei"; -$a->strings["Share this"] = "Compartilhar isso"; -$a->strings["share"] = "compartilhar"; -$a->strings["Bold"] = "Negrito"; -$a->strings["Italic"] = "Itálico"; -$a->strings["Underline"] = "Sublinhado"; -$a->strings["Quote"] = "Citação"; -$a->strings["Code"] = "Código"; -$a->strings["Image"] = "Imagem"; -$a->strings["Link"] = "Link"; -$a->strings["Video"] = "Vídeo"; -$a->strings["add star"] = "marcar com estrela"; -$a->strings["remove star"] = "remover estrela"; -$a->strings["toggle star status"] = "ativa/desativa o destaque"; -$a->strings["starred"] = "marcado com estrela"; -$a->strings["add tag"] = "adicionar tag"; -$a->strings["save to folder"] = "salvar na pasta"; -$a->strings["to"] = "para"; -$a->strings["Wall-to-Wall"] = "Mural-para-mural"; -$a->strings["via Wall-To-Wall:"] = "via Mural-para-mural"; -$a->strings["Welcome to %s"] = "Bem-vindo(a) a %s"; -$a->strings["Invalid request identifier."] = "Identificador de solicitação inválido"; -$a->strings["Discard"] = "Descartar"; -$a->strings["Ignore"] = "Ignorar"; -$a->strings["System"] = "Sistema"; -$a->strings["Network"] = "Rede"; -$a->strings["Personal"] = "Pessoal"; -$a->strings["Home"] = "Pessoal"; -$a->strings["Introductions"] = "Apresentações"; -$a->strings["Messages"] = "Mensagens"; -$a->strings["Show Ignored Requests"] = "Exibir solicitações ignoradas"; -$a->strings["Hide Ignored Requests"] = "Ocultar solicitações ignoradas"; -$a->strings["Notification type: "] = "Tipo de notificação:"; -$a->strings["Friend Suggestion"] = "Sugestão de amigo"; -$a->strings["suggested by %s"] = "sugerido por %s"; -$a->strings["Hide this contact from others"] = "Ocultar este contato dos outros"; -$a->strings["Post a new friend activity"] = "Publicar a adição de amigo"; -$a->strings["if applicable"] = "se aplicável"; -$a->strings["Approve"] = "Aprovar"; -$a->strings["Claims to be known to you: "] = "Alega ser conhecido por você: "; -$a->strings["yes"] = "sim"; -$a->strings["no"] = "não"; -$a->strings["Approve as: "] = "Aprovar como:"; -$a->strings["Friend"] = "Amigo"; -$a->strings["Sharer"] = "Compartilhador"; -$a->strings["Fan/Admirer"] = "Fã/Admirador"; -$a->strings["Friend/Connect Request"] = "Solicitação de amizade/conexão"; -$a->strings["New Follower"] = "Novo acompanhante"; -$a->strings["No introductions."] = "Sem apresentações."; -$a->strings["Notifications"] = "Notificações"; -$a->strings["%s liked %s's post"] = "%s gostou da publicação de %s"; -$a->strings["%s disliked %s's post"] = "%s não gostou da publicação de %s"; -$a->strings["%s is now friends with %s"] = "%s agora é amigo de %s"; -$a->strings["%s created a new post"] = "%s criou uma nova publicação"; -$a->strings["%s commented on %s's post"] = "%s comentou uma publicação de %s"; -$a->strings["No more network notifications."] = "Nenhuma notificação de rede."; -$a->strings["Network Notifications"] = "Notificações de rede"; -$a->strings["No more system notifications."] = "Não fazer notificações de sistema."; -$a->strings["System Notifications"] = "Notificações de sistema"; -$a->strings["No more personal notifications."] = "Nenhuma notificação pessoal."; -$a->strings["Personal Notifications"] = "Notificações pessoais"; -$a->strings["No more home notifications."] = "Não existe mais nenhuma notificação pessoal."; -$a->strings["Home Notifications"] = "Notificações pessoais"; -$a->strings["Could not access contact record."] = "Não foi possível acessar o registro do contato."; -$a->strings["Could not locate selected profile."] = "Não foi possível localizar o perfil selecionado."; -$a->strings["Contact updated."] = "O contato foi atualizado."; -$a->strings["Contact has been blocked"] = "O contato foi bloqueado"; -$a->strings["Contact has been unblocked"] = "O contato foi desbloqueado"; -$a->strings["Contact has been ignored"] = "O contato foi ignorado"; -$a->strings["Contact has been unignored"] = "O contato deixou de ser ignorado"; -$a->strings["Contact has been archived"] = "O contato foi arquivado"; -$a->strings["Contact has been unarchived"] = "O contato foi desarquivado"; -$a->strings["Contact has been removed."] = "O contato foi removido."; -$a->strings["You are mutual friends with %s"] = "Você possui uma amizade mútua com %s"; -$a->strings["You are sharing with %s"] = "Você está compartilhando com %s"; -$a->strings["%s is sharing with you"] = "%s está compartilhando com você"; -$a->strings["Private communications are not available for this contact."] = "As comunicações privadas não estão disponíveis para este contato."; -$a->strings["Never"] = "Nunca"; -$a->strings["(Update was successful)"] = "(A atualização foi bem sucedida)"; -$a->strings["(Update was not successful)"] = "(A atualização não foi bem sucedida)"; -$a->strings["Suggest friends"] = "Sugerir amigos"; -$a->strings["Network type: %s"] = "Tipo de rede: %s"; -$a->strings["%d contact in common"] = array( - 0 => "%d contato em comum", - 1 => "%d contatos em comum", -); -$a->strings["View all contacts"] = "Ver todos os contatos"; -$a->strings["Unblock"] = "Desbloquear"; -$a->strings["Block"] = "Bloquear"; -$a->strings["Toggle Blocked status"] = "Alternar o status de bloqueio"; -$a->strings["Unignore"] = "Deixar de ignorar"; -$a->strings["Toggle Ignored status"] = "Alternar o status de ignorado"; -$a->strings["Unarchive"] = "Desarquivar"; -$a->strings["Archive"] = "Arquivar"; -$a->strings["Toggle Archive status"] = "Alternar o status de arquivamento"; -$a->strings["Repair"] = "Reparar"; -$a->strings["Advanced Contact Settings"] = "Configurações avançadas do contato"; -$a->strings["Communications lost with this contact!"] = "As comunicações com esse contato foram perdidas!"; -$a->strings["Contact Editor"] = "Editor de contatos"; -$a->strings["Profile Visibility"] = "Visibilidade do perfil"; -$a->strings["Please choose the profile you would like to display to %s when viewing your profile securely."] = "Por favor, selecione o perfil que você gostaria de exibir para %s quando estiver visualizando seu perfil de modo seguro."; -$a->strings["Contact Information / Notes"] = "Informações sobre o contato / Anotações"; -$a->strings["Edit contact notes"] = "Editar as anotações do contato"; -$a->strings["Visit %s's profile [%s]"] = "Visitar o perfil de %s [%s]"; -$a->strings["Block/Unblock contact"] = "Bloquear/desbloquear o contato"; -$a->strings["Ignore contact"] = "Ignorar o contato"; -$a->strings["Repair URL settings"] = "Reparar as definições de URL"; -$a->strings["View conversations"] = "Ver as conversas"; -$a->strings["Delete contact"] = "Excluir o contato"; -$a->strings["Last update:"] = "Última atualização:"; -$a->strings["Update public posts"] = "Atualizar publicações públicas"; -$a->strings["Update now"] = "Atualizar agora"; -$a->strings["Currently blocked"] = "Atualmente bloqueado"; -$a->strings["Currently ignored"] = "Atualmente ignorado"; -$a->strings["Currently archived"] = "Atualmente arquivado"; -$a->strings["Replies/likes to your public posts may still be visible"] = "Respostas/Gostar associados às suas publicações podem estar visíveis"; -$a->strings["Suggestions"] = "Sugestões"; -$a->strings["Suggest potential friends"] = "Sugerir amigos em potencial"; -$a->strings["All Contacts"] = "Todos os contatos"; -$a->strings["Show all contacts"] = "Exibe todos os contatos"; -$a->strings["Unblocked"] = "Desbloquear"; -$a->strings["Only show unblocked contacts"] = "Exibe somente contatos desbloqueados"; -$a->strings["Blocked"] = "Bloqueado"; -$a->strings["Only show blocked contacts"] = "Exibe somente contatos bloqueados"; -$a->strings["Ignored"] = "Ignorados"; -$a->strings["Only show ignored contacts"] = "Exibe somente contatos ignorados"; -$a->strings["Archived"] = "Arquivados"; -$a->strings["Only show archived contacts"] = "Exibe somente contatos arquivados"; -$a->strings["Hidden"] = "Ocultos"; -$a->strings["Only show hidden contacts"] = "Exibe somente contatos ocultos"; -$a->strings["Mutual Friendship"] = "Amizade mútua"; -$a->strings["is a fan of yours"] = "é um fã seu"; -$a->strings["you are a fan of"] = "você é um fã de"; -$a->strings["Edit contact"] = "Editar o contato"; -$a->strings["Contacts"] = "Contatos"; -$a->strings["Search your contacts"] = "Pesquisar seus contatos"; -$a->strings["Finding: "] = "Pesquisando: "; -$a->strings["Find"] = "Pesquisar"; -$a->strings["No valid account found."] = "Não foi encontrada nenhuma conta válida."; -$a->strings["Password reset request issued. Check your email."] = "A solicitação para reiniciar sua senha foi encaminhada. Verifique seu e-mail."; -$a->strings["Password reset requested at %s"] = "Foi feita uma solicitação de reiniciação da senha em %s"; -$a->strings["Administrator"] = "Administrador"; -$a->strings["Request could not be verified. (You may have previously submitted it.) Password reset failed."] = "Não foi possível verificar a solicitação (você pode tê-la submetido anteriormente). A senha não foi reiniciada."; -$a->strings["Password Reset"] = "Reiniciar a senha"; -$a->strings["Your password has been reset as requested."] = "Sua senha foi reiniciada, conforme solicitado."; -$a->strings["Your new password is"] = "Sua nova senha é"; -$a->strings["Save or copy your new password - and then"] = "Grave ou copie a sua nova senha e, então"; -$a->strings["click here to login"] = "clique aqui para entrar"; -$a->strings["Your password may be changed from the Settings page after successful login."] = "Sua senha pode ser alterada na página de Configurações após você entrar em seu perfil."; -$a->strings["Forgot your Password?"] = "Esqueceu a sua senha?"; -$a->strings["Enter your email address and submit to have your password reset. Then check your email for further instructions."] = "Digite o seu endereço de e-mail e clique em 'Reiniciar' para prosseguir com a reiniciação da sua senha. Após isso, verifique seu e-mail para mais instruções."; -$a->strings["Nickname or Email: "] = "Identificação ou e-mail: "; -$a->strings["Reset"] = "Reiniciar"; -$a->strings["Additional features"] = ""; -$a->strings["Missing some important data!"] = "Está faltando algum dado importante!"; -$a->strings["Update"] = "Atualizar"; -$a->strings["Failed to connect with email account using the settings provided."] = "Não foi possível conectar à conta de e-mail com as configurações fornecidas."; -$a->strings["Email settings updated."] = "As configurações de e-mail foram atualizadas."; -$a->strings["Features updated"] = ""; -$a->strings["Passwords do not match. Password unchanged."] = "As senhas não correspondem. A senha não foi modificada."; -$a->strings["Empty passwords are not allowed. Password unchanged."] = "Não é permitido uma senha em branco. A senha não foi modificada."; -$a->strings["Password changed."] = "A senha foi modificada."; -$a->strings["Password update failed. Please try again."] = "Não foi possível atualizar a senha. Por favor, tente novamente."; -$a->strings[" Please use a shorter name."] = " Por favor, use um nome mais curto."; -$a->strings[" Name too short."] = " O nome é muito curto."; -$a->strings[" Not valid email."] = " Não é um e-mail válido."; -$a->strings[" Cannot change to that email."] = " Não foi possível alterar para esse e-mail."; -$a->strings["Private forum has no privacy permissions. Using default privacy group."] = "O fórum privado não possui permissões de privacidade. Utilizando o grupo de privacidade padrão."; -$a->strings["Private forum has no privacy permissions and no default privacy group."] = "O fórum privado não possui permissões de privacidade e nenhum grupo de privacidade padrão."; -$a->strings["Settings updated."] = "As configurações foram atualizadas."; -$a->strings["Add application"] = "Adicionar aplicação"; -$a->strings["Consumer Key"] = "Chave do consumidor"; -$a->strings["Consumer Secret"] = "Segredo do consumidor"; -$a->strings["Redirect"] = "Redirecionar"; -$a->strings["Icon url"] = "URL do ícone"; -$a->strings["You can't edit this application."] = "Você não pode editar esta aplicação."; -$a->strings["Connected Apps"] = "Aplicações conectadas"; -$a->strings["Client key starts with"] = "A chave do cliente inicia com"; -$a->strings["No name"] = "Sem nome"; -$a->strings["Remove authorization"] = "Remover autorização"; -$a->strings["No Plugin settings configured"] = "Não foi definida nenhuma configuração de plugin"; -$a->strings["Plugin Settings"] = "Configurações do plugin"; -$a->strings["Off"] = ""; -$a->strings["On"] = ""; -$a->strings["Additional Features"] = ""; -$a->strings["Built-in support for %s connectivity is %s"] = "O suporte interno para conectividade de %s está %s"; -$a->strings["enabled"] = "habilitado"; -$a->strings["disabled"] = "desabilitado"; -$a->strings["StatusNet"] = "StatusNet"; -$a->strings["Email access is disabled on this site."] = "O acesso ao e-mail está desabilitado neste site."; -$a->strings["Connector Settings"] = "Configurações do conector"; -$a->strings["Email/Mailbox Setup"] = "Configurações do e-mail/caixa postal"; -$a->strings["If you wish to communicate with email contacts using this service (optional), please specify how to connect to your mailbox."] = "Caso você deseje se comunicar com contatos de e-mail usando este serviço (opcional), por favor especifique como se conectar à sua caixa postal."; -$a->strings["Last successful email check:"] = "Última checagem bem sucedida de e-mail:"; -$a->strings["IMAP server name:"] = "Nome do servidor IMAP:"; -$a->strings["IMAP port:"] = "Porta do IMAP:"; -$a->strings["Security:"] = "Segurança:"; -$a->strings["None"] = "Nenhuma"; -$a->strings["Email login name:"] = "Nome de usuário do e-mail:"; -$a->strings["Email password:"] = "Senha do e-mail:"; -$a->strings["Reply-to address:"] = "Endereço de resposta (Reply-to):"; -$a->strings["Send public posts to all email contacts:"] = "Enviar publicações públicas para todos os contatos de e-mail:"; -$a->strings["Action after import:"] = "Ação após a importação:"; -$a->strings["Mark as seen"] = "Marcar como visto"; -$a->strings["Move to folder"] = "Mover para pasta"; -$a->strings["Move to folder:"] = "Mover para pasta:"; -$a->strings["No special theme for mobile devices"] = "Nenhum tema especial para dispositivos móveis"; -$a->strings["Display Settings"] = "Configurações de exibição"; -$a->strings["Display Theme:"] = "Tema do perfil:"; -$a->strings["Mobile Theme:"] = "Tema para dispositivos móveis:"; -$a->strings["Update browser every xx seconds"] = "Atualizar o navegador a cada xx segundos"; -$a->strings["Minimum of 10 seconds, no maximum"] = "Mínimo de 10 segundos, não possui máximo"; -$a->strings["Number of items to display per page:"] = "Número de itens a serem exibidos por página:"; -$a->strings["Maximum of 100 items"] = "Máximo de 100 itens"; -$a->strings["Don't show emoticons"] = "Não exibir emoticons"; -$a->strings["Normal Account Page"] = "Página de conta normal"; -$a->strings["This account is a normal personal profile"] = "Essa conta é um perfil pessoal normal"; -$a->strings["Soapbox Page"] = "Página de vitrine"; -$a->strings["Automatically approve all connection/friend requests as read-only fans"] = "Aprova automaticamente todas as solicitações de conexão/amizade como fãs com permissão somente de leitura"; -$a->strings["Community Forum/Celebrity Account"] = "Conta de fórum de comunidade/celebridade"; -$a->strings["Automatically approve all connection/friend requests as read-write fans"] = "Aprova automaticamente todas as solicitações de conexão/amizade como fãs com permissão de leitura e escrita"; -$a->strings["Automatic Friend Page"] = "Página de amigo automático"; -$a->strings["Automatically approve all connection/friend requests as friends"] = "Aprovar automaticamente todas as solicitações de conexão/amizade como amigos"; -$a->strings["Private Forum [Experimental]"] = "Fórum privado [Experimental]"; -$a->strings["Private forum - approved members only"] = "Fórum privado - somente membros aprovados"; -$a->strings["OpenID:"] = "OpenID:"; -$a->strings["(Optional) Allow this OpenID to login to this account."] = "(Opcional) Permitir o uso deste OpenID para entrar nesta conta"; -$a->strings["Publish your default profile in your local site directory?"] = "Publicar o seu perfil padrão no diretório local do seu site?"; -$a->strings["Publish your default profile in the global social directory?"] = "Publicar o seu perfil padrão no diretório social global?"; -$a->strings["Hide your contact/friend list from viewers of your default profile?"] = "Ocultar visualização da sua lista de contatos/amigos no seu perfil padrão? "; -$a->strings["Hide your profile details from unknown viewers?"] = "Ocultar os detalhes do seu perfil para pessoas desconhecidas?"; -$a->strings["Allow friends to post to your profile page?"] = "Permitir aos amigos publicarem na sua página de perfil?"; -$a->strings["Allow friends to tag your posts?"] = "Permitir aos amigos etiquetarem suas publicações?"; -$a->strings["Allow us to suggest you as a potential friend to new members?"] = "Permitir que você seja sugerido como amigo em potencial para novos membros?"; -$a->strings["Permit unknown people to send you private mail?"] = "Permitir que pessoas desconhecidas lhe enviem mensagens privadas?"; -$a->strings["Profile is not published."] = "O perfil não está publicado."; -$a->strings["or"] = "ou"; -$a->strings["Your Identity Address is"] = "O endereço da sua identidade é"; -$a->strings["Automatically expire posts after this many days:"] = "Expirar automaticamente publicações após tantos dias:"; -$a->strings["If empty, posts will not expire. Expired posts will be deleted"] = "Se deixado em branco, as publicações não irão expirar. Publicações expiradas serão excluídas."; -$a->strings["Advanced expiration settings"] = "Configurações avançadas de expiração"; -$a->strings["Advanced Expiration"] = "Expiração avançada"; -$a->strings["Expire posts:"] = "Expirar publicações:"; -$a->strings["Expire personal notes:"] = "Expirar notas pessoais:"; -$a->strings["Expire starred posts:"] = "Expirar publicações destacadas:"; -$a->strings["Expire photos:"] = "Expirar fotos:"; -$a->strings["Only expire posts by others:"] = "Expirar somente as publicações de outras pessoas:"; -$a->strings["Account Settings"] = "Configurações da conta"; -$a->strings["Password Settings"] = "Configurações da senha"; -$a->strings["New Password:"] = "Nova senha:"; -$a->strings["Confirm:"] = "Confirme:"; -$a->strings["Leave password fields blank unless changing"] = "Deixe os campos de senha em branco, a não ser que você queira alterá-la"; -$a->strings["Basic Settings"] = "Configurações básicas"; -$a->strings["Full Name:"] = "Nome completo:"; -$a->strings["Email Address:"] = "Endereço de e-mail:"; -$a->strings["Your Timezone:"] = "Seu fuso horário:"; -$a->strings["Default Post Location:"] = "Localização padrão de suas publicações:"; -$a->strings["Use Browser Location:"] = "Usar localizador do navegador:"; -$a->strings["Security and Privacy Settings"] = "Configurações de segurança e privacidade"; -$a->strings["Maximum Friend Requests/Day:"] = "Número máximo de requisições de amizade por dia:"; -$a->strings["(to prevent spam abuse)"] = "(para prevenir abuso de spammers)"; -$a->strings["Default Post Permissions"] = "Permissões padrão de publicação"; -$a->strings["(click to open/close)"] = "(clique para abrir/fechar)"; -$a->strings["Maximum private messages per day from unknown people:"] = "Número máximo de mensagens privadas de pessoas desconhecidas, por dia:"; -$a->strings["Notification Settings"] = "Configurações de notificação"; -$a->strings["By default post a status message when:"] = "Por padrão, publicar uma mensagem de status ao:"; -$a->strings["accepting a friend request"] = "aceitar uma requisição de amizade"; -$a->strings["joining a forum/community"] = "associar-se a um fórum/comunidade"; -$a->strings["making an interesting profile change"] = "fazer uma modificação interessante em seu perfil"; -$a->strings["Send a notification email when:"] = "Enviar um e-mail de notificação sempre que:"; -$a->strings["You receive an introduction"] = "Você receber uma apresentação"; -$a->strings["Your introductions are confirmed"] = "Suas apresentações forem confirmadas"; -$a->strings["Someone writes on your profile wall"] = "Alguém escrever no mural do seu perfil"; -$a->strings["Someone writes a followup comment"] = "Alguém comentar a sua mensagem"; -$a->strings["You receive a private message"] = "Você receber uma mensagem privada"; -$a->strings["You receive a friend suggestion"] = "Você recebe uma suggestão de amigo"; -$a->strings["You are tagged in a post"] = "Você foi marcado em uma publicação"; -$a->strings["You are poked/prodded/etc. in a post"] = ""; -$a->strings["Advanced Account/Page Type Settings"] = "Conta avançada/Configurações do tipo de página"; -$a->strings["Change the behaviour of this account for special situations"] = "Modificar o comportamento desta conta em situações especiais"; -$a->strings["Manage Identities and/or Pages"] = "Gerenciar identidades e/ou páginas"; -$a->strings["Toggle between different identities or community/group pages which share your account details or which you have been granted \"manage\" permissions"] = "Alterne entre diferentes identidades ou páginas de comunidade/grupo que dividem detalhes da sua conta ou que você tenha fornecido permissões de \"administração\""; -$a->strings["Select an identity to manage: "] = "Selecione uma identidade para gerenciar: "; -$a->strings["Search Results For:"] = "Resultados de Busca Por:"; -$a->strings["Remove term"] = "Remover o termo"; -$a->strings["Saved Searches"] = "Pesquisas salvas"; -$a->strings["add"] = "adicionar"; -$a->strings["Commented Order"] = "Ordem dos comentários"; -$a->strings["Sort by Comment Date"] = "Ordenar pela data do comentário"; -$a->strings["Posted Order"] = "Ordem das publicações"; -$a->strings["Sort by Post Date"] = "Ordenar pela data de publicação"; -$a->strings["Posts that mention or involve you"] = "Publicações que mencionem ou envolvam você"; -$a->strings["New"] = "Nova"; -$a->strings["Activity Stream - by date"] = "Fluxo de atividades - por data"; -$a->strings["Shared Links"] = "Links compartilhados"; -$a->strings["Interesting Links"] = "Links interessantes"; -$a->strings["Starred"] = "Destacada"; -$a->strings["Favourite Posts"] = "Publicações favoritas"; -$a->strings["Warning: This group contains %s member from an insecure network."] = array( - 0 => "Aviso: Este grupo contém %s membro de uma rede insegura.", - 1 => "Aviso: Este grupo contém %s membros de uma rede insegura.", -); -$a->strings["Private messages to this group are at risk of public disclosure."] = "Mensagens privadas para este grupo correm o risco de sofrerem divulgação pública."; -$a->strings["Contact: "] = "Contato: "; -$a->strings["Private messages to this person are at risk of public disclosure."] = "Mensagens privadas para esta pessoa correm o risco de sofrerem divulgação pública."; -$a->strings["Invalid contact."] = "Contato inválido."; -$a->strings["Personal Notes"] = "Notas pessoais"; -$a->strings["Save"] = "Salvar"; -$a->strings["This site has exceeded the number of allowed daily account registrations. Please try again tomorrow."] = "Este site excedeu o limite diário permitido para registros de novas contas.\nPor favor tente novamente amanhã."; -$a->strings["Import"] = ""; -$a->strings["Move account"] = ""; -$a->strings["You can import an account from another Friendica server.
\r\n You need to export your account from the old server and upload it here. We will recreate your old account here with all your contacts. We will try also to inform your friends that you moved here.
\r\n This feature is experimental. We can't import contacts from the OStatus network (statusnet/identi.ca) or from diaspora"] = ""; -$a->strings["Account file"] = ""; -$a->strings["To export your accont, go to \"Settings->Export your porsonal data\" and select \"Export account\""] = ""; -$a->strings["Number of daily wall messages for %s exceeded. Message failed."] = "O número diário de mensagens do mural de %s foi excedido. Não foi possível enviar a mensagem."; -$a->strings["No recipient selected."] = "Não foi selecionado nenhum destinatário."; -$a->strings["Unable to check your home location."] = "Não foi possível verificar a sua localização."; -$a->strings["Message could not be sent."] = "Não foi possível enviar a mensagem."; -$a->strings["Message collection failure."] = "Falha na coleta de mensagens."; -$a->strings["Message sent."] = "A mensagem foi enviada."; -$a->strings["No recipient."] = "Nenhum destinatário."; -$a->strings["Please enter a link URL:"] = "Por favor, digite uma URL:"; -$a->strings["Send Private Message"] = "Enviar mensagem privada"; -$a->strings["If you wish for %s to respond, please check that the privacy settings on your site allow private mail from unknown senders."] = "Caso você deseje uma resposta de %s, por favor verifique se as configurações de privacidade em seu site permitem o recebimento de mensagens de remetentes desconhecidos."; -$a->strings["To:"] = "Para:"; -$a->strings["Subject:"] = "Assunto:"; -$a->strings["Your message:"] = "Sua mensagem:"; -$a->strings["Welcome to Friendica"] = "Bemvindo ao Friendica"; -$a->strings["New Member Checklist"] = "Dicas para os novos membros"; -$a->strings["We would like to offer some tips and links to help make your experience enjoyable. Click any item to visit the relevant page. A link to this page will be visible from your home page for two weeks after your initial registration and then will quietly disappear."] = "Gostaríamos de oferecer algumas dicas e links para ajudar a tornar a sua experiência agradável. Clique em qualquer item para visitar a página correspondente. Um link para essa página será visível em sua home page por duas semanas após o seu registro inicial e, então, desaparecerá discretamente."; -$a->strings["Getting Started"] = ""; -$a->strings["Friendica Walk-Through"] = "Passo-a-passo da friendica"; -$a->strings["On your Quick Start page - find a brief introduction to your profile and network tabs, make some new connections, and find some groups to join."] = ""; -$a->strings["Go to Your Settings"] = "Ir para as suas configurações"; -$a->strings["On your Settings page - change your initial password. Also make a note of your Identity Address. This looks just like an email address - and will be useful in making friends on the free social web."] = "Em sua página Configurações - mude sua senha inicial. Também tome nota de seu Endereço de Identidade. Isso se parece com um endereço de e-mail - e será útil para se fazer amigos na rede social livre."; -$a->strings["Review the other settings, particularly the privacy settings. An unpublished directory listing is like having an unlisted phone number. In general, you should probably publish your listing - unless all of your friends and potential friends know exactly how to find you."] = "Revise as outras configurações, em particular as relacionadas a privacidade. Não estar listado no diretório é o equivalente a não ter o seu número na lista telefônica. Normalmente é interessante você estar listado - a não ser que os seu amigos atuais e potenciais saibam exatamente como encontrar você."; $a->strings["Profile"] = "Perfil "; -$a->strings["Upload Profile Photo"] = "Enviar foto do perfil"; -$a->strings["Upload a profile photo if you have not done so already. Studies have shown that people with real photos of themselves are ten times more likely to make friends than people who do not."] = "Envie uma foto para o seu perfil, caso ainda não tenha feito isso. Estudos indicam que pessoas que publicam fotos reais delas mesmas têm 10 vezes mais chances de encontrar novos amigos do que as que não o fazem."; -$a->strings["Edit Your Profile"] = "Editar seu perfil"; -$a->strings["Edit your default profile to your liking. Review the settings for hiding your list of friends and hiding the profile from unknown visitors."] = "Edite o seu perfil padrão a seu gosto. Revise as configurações de ocultação da sua lista de amigos e do seu perfil de visitantes desconhecidos."; -$a->strings["Profile Keywords"] = "Palavras-chave do perfil"; -$a->strings["Set some public keywords for your default profile which describe your interests. We may be able to find other people with similar interests and suggest friendships."] = "Defina algumas palavras-chave públicas para o seu perfil padrão, que descrevam os seus interesses. Nós podemos encontrar outras pessoas com interesses similares e sugerir novas amizades."; -$a->strings["Connecting"] = "Conexões"; -$a->strings["Facebook"] = "Facebook"; -$a->strings["Authorise the Facebook Connector if you currently have a Facebook account and we will (optionally) import all your Facebook friends and conversations."] = "Autorize o Conector com Facebook, caso você tenha uma conta lá e nós (opcionalmente) importaremos todos os seus amigos e conversas do Facebook."; -$a->strings["If this is your own personal server, installing the Facebook addon may ease your transition to the free social web."] = "Se esse é o seu servidor pessoal, instalar o complemento do Facebook talvez facilite a transição para a rede social livre."; -$a->strings["Importing Emails"] = "Importação de e-mails"; -$a->strings["Enter your email access information on your Connector Settings page if you wish to import and interact with friends or mailing lists from your email INBOX"] = "Forneça a informação de acesso ao seu e-mail na sua página de Configuração de Conector se você deseja importar e interagir com amigos ou listas de discussão da sua Caixa de Entrada de e-mail"; -$a->strings["Go to Your Contacts Page"] = "Ir para a sua página de contatos"; -$a->strings["Your Contacts page is your gateway to managing friendships and connecting with friends on other networks. Typically you enter their address or site URL in the Add New Contact dialog."] = "Sua página de contatos é sua rota para o gerenciamento de amizades e conexão com amigos em outras redes. Geralmente você fornece o endereço deles ou a URL do site na janela de diálogo Adicionar Novo Contato."; -$a->strings["Go to Your Site's Directory"] = "Ir para o diretório do seu site"; -$a->strings["The Directory page lets you find other people in this network or other federated sites. Look for a Connect or Follow link on their profile page. Provide your own Identity Address if requested."] = "A página de Diretório permite que você encontre outras pessoas nesta rede ou em outras redes federadas. Procure por um link Conectar ou Seguir no perfil que deseja acompanhar. Forneça o seu Endereço de Identidade próprio, se solicitado."; -$a->strings["Finding New People"] = "Pesquisar por novas pessoas"; -$a->strings["On the side panel of the Contacts page are several tools to find new friends. We can match people by interest, look up people by name or interest, and provide suggestions based on network relationships. On a brand new site, friend suggestions will usually begin to be populated within 24 hours."] = "No painel lateral da página de Contatos existem várias ferramentas para encontrar novos amigos. Você pode descobrir pessoas com os mesmos interesses, procurar por nomes ou interesses e fornecer sugestões baseadas nos relacionamentos da rede. Em um site completamente novo, as sugestões de amizades geralmente começam a ser populadas dentro de 24 horas."; -$a->strings["Groups"] = "Grupos"; -$a->strings["Group Your Contacts"] = "Agrupe seus contatos"; -$a->strings["Once you have made some friends, organize them into private conversation groups from the sidebar of your Contacts page and then you can interact with each group privately on your Network page."] = "Após fazer novas amizades, organize-as em grupos de conversa privados, a partir da barra lateral na sua página de Contatos. A partir daí, você poderá interagir com cada grupo privativamente, na sua página de Rede."; -$a->strings["Why Aren't My Posts Public?"] = "Por que as minhas publicações não são públicas?"; -$a->strings["Friendica respects your privacy. By default, your posts will only show up to people you've added as friends. For more information, see the help section from the link above."] = "A friendica respeita sua privacidade. Por padrão, suas publicações estarão visíveis apenas para as pessoas que você adicionou como amigos. Para mais informações, veja a página de ajuda, a partir do link acima."; -$a->strings["Getting Help"] = "Obtendo ajuda"; -$a->strings["Go to the Help Section"] = "Ir para a seção de ajuda"; -$a->strings["Our help pages may be consulted for detail on other program features and resources."] = "Nossas páginas de ajuda podem ser consultadas para mais detalhes sobre características e recursos do programa."; -$a->strings["Item not available."] = "O item não está disponível."; -$a->strings["Item was not found."] = "O item não foi encontrado."; -$a->strings["Group created."] = "O grupo foi criado."; -$a->strings["Could not create group."] = "Não foi possível criar o grupo."; -$a->strings["Group not found."] = "O grupo não foi encontrado."; -$a->strings["Group name changed."] = "O nome do grupo foi alterado."; -$a->strings["Permission denied"] = "Permissão negada"; -$a->strings["Create a group of contacts/friends."] = "Criar um grupo de contatos/amigos."; -$a->strings["Group Name: "] = "Nome do grupo: "; -$a->strings["Group removed."] = "O grupo foi removido."; -$a->strings["Unable to remove group."] = "Não foi possível remover o grupo."; -$a->strings["Group Editor"] = "Editor de grupo"; -$a->strings["Members"] = "Membros"; -$a->strings["Click on a contact to add or remove."] = "Clique em um contato para adicionar ou remover."; -$a->strings["Invalid profile identifier."] = "Identificador de perfil inválido."; -$a->strings["Profile Visibility Editor"] = "Editor de visibilidade do perfil"; -$a->strings["Visible To"] = "Visível para"; -$a->strings["All Contacts (with secure profile access)"] = "Todos os contatos (com acesso a perfil seguro)"; -$a->strings["No contacts."] = "Nenhum contato."; -$a->strings["View Contacts"] = "Ver contatos"; -$a->strings["Registration details for %s"] = "Detalhes do registro de %s"; -$a->strings["Registration successful. Please check your email for further instructions."] = "O registro foi bem sucedido. Por favor, verifique seu e-mail para maiores informações."; -$a->strings["Failed to send email message. Here is the message that failed."] = "Não foi possível enviar a mensagem de e-mail. Aqui está a mensagem que não foi."; -$a->strings["Your registration can not be processed."] = "Não foi possível processar o seu registro."; -$a->strings["Registration request at %s"] = "Solicitação de registro em %s"; -$a->strings["Your registration is pending approval by the site owner."] = "A aprovação do seu registro está pendente junto ao administrador do site."; -$a->strings["You may (optionally) fill in this form via OpenID by supplying your OpenID and clicking 'Register'."] = "Você pode (opcionalmente) preencher este formulário via OpenID, fornecendo seu OpenID e clicando em 'Registrar'."; -$a->strings["If you are not familiar with OpenID, please leave that field blank and fill in the rest of the items."] = "Se você não está familiarizado com o OpenID, por favor, deixe esse campo em branco e preencha os outros itens."; -$a->strings["Your OpenID (optional): "] = "Seu OpenID (opcional): "; -$a->strings["Include your profile in member directory?"] = "Incluir o seu perfil no diretório de membros?"; -$a->strings["Membership on this site is by invitation only."] = "A associação a este site só pode ser feita mediante convite."; -$a->strings["Your invitation ID: "] = "A ID do seu convite: "; -$a->strings["Registration"] = "Registro"; -$a->strings["Your Full Name (e.g. Joe Smith): "] = "Seu nome completo (ex: José da Silva): "; -$a->strings["Your Email Address: "] = "Seu endereço de e-mail: "; -$a->strings["Choose a profile nickname. This must begin with a text character. Your profile address on this site will then be 'nickname@\$sitename'."] = "Selecione uma identificação para o perfil. Ela deve começar com um caractere alfabético. O endereço do seu perfil neste site será 'identificação@\$sitename'"; -$a->strings["Choose a nickname: "] = "Escolha uma identificação: "; -$a->strings["Register"] = "Registrar"; -$a->strings["People Search"] = "Pesquisar pessoas"; -$a->strings["photo"] = "foto"; -$a->strings["status"] = "status"; -$a->strings["%1\$s likes %2\$s's %3\$s"] = "%1\$s gosta de %3\$s de %2\$s"; -$a->strings["%1\$s doesn't like %2\$s's %3\$s"] = "%1\$s não gosta de %3\$s de %2\$s"; -$a->strings["Item not found."] = "O item não foi encontrado."; -$a->strings["Access denied."] = "Acesso negado."; -$a->strings["Photos"] = "Fotos"; -$a->strings["Files"] = "Arquivos"; -$a->strings["Account approved."] = "A conta foi aprovada."; -$a->strings["Registration revoked for %s"] = "O registro de %s foi revogado"; -$a->strings["Please login."] = "Por favor, autentique-se."; -$a->strings["Unable to locate original post."] = "Não foi possível localizar a publicação original."; -$a->strings["Empty post discarded."] = "A publicação em branco foi descartada."; -$a->strings["Wall Photos"] = "Fotos do mural"; -$a->strings["System error. Post not saved."] = "Erro no sistema. A publicação não foi salva."; -$a->strings["This message was sent to you by %s, a member of the Friendica social network."] = "Essa mensagem foi enviada a você por %s, um membro da rede social Friendica."; -$a->strings["You may visit them online at %s"] = "Você pode visitá-lo em %s"; -$a->strings["Please contact the sender by replying to this post if you do not wish to receive these messages."] = "Por favor, entre em contato com o remetente respondendo a esta publicação, caso você não queira mais receber estas mensagens."; -$a->strings["%s posted an update."] = "%s publicou uma atualização."; -$a->strings["%1\$s is currently %2\$s"] = "%1\$s atualmente está %2\$s"; -$a->strings["Mood"] = "Humor"; -$a->strings["Set your current mood and tell your friends"] = "Defina o seu humor e conte aos seus amigos"; -$a->strings["Image uploaded but image cropping failed."] = "A imagem foi enviada, mas não foi possível cortá-la."; -$a->strings["Image size reduction [%s] failed."] = "Não foi possível reduzir o tamanho da imagem [%s]."; -$a->strings["Shift-reload the page or clear browser cache if the new photo does not display immediately."] = "Recarregue a página pressionando a tecla Shift ou limpe o cache do navegador caso a nova foto não apareça imediatamente"; -$a->strings["Unable to process image"] = "Não foi possível processar a imagem"; -$a->strings["Image exceeds size limit of %d"] = "A imagem excede o limite de tamanho de %d"; -$a->strings["Upload File:"] = "Enviar arquivo:"; -$a->strings["Select a profile:"] = "Selecione um perfil:"; -$a->strings["Upload"] = "Enviar"; -$a->strings["skip this step"] = "pule esta etapa"; -$a->strings["select a photo from your photo albums"] = "selecione uma foto do seu álbum de fotos"; -$a->strings["Crop Image"] = "Cortar a imagem"; -$a->strings["Please adjust the image cropping for optimum viewing."] = "Por favor, ajuste o corte da imagem para a melhor visualização."; -$a->strings["Done Editing"] = "Encerrar a edição"; -$a->strings["Image uploaded successfully."] = "A imagem foi enviada com sucesso."; -$a->strings["No profile"] = "Nenhum perfil"; -$a->strings["Remove My Account"] = "Remover minha conta"; -$a->strings["This will completely remove your account. Once this has been done it is not recoverable."] = "Isso removerá completamente a sua conta. Uma vez feito isso, não será mais possível recuperá-la."; -$a->strings["Please enter your password for verification:"] = "Por favor, digite a sua senha para verificação:"; -$a->strings["New Message"] = "Nova mensagem"; -$a->strings["Unable to locate contact information."] = "Não foi possível localizar informação do contato."; -$a->strings["Message deleted."] = "A mensagem foi excluída."; -$a->strings["Conversation removed."] = "A conversa foi removida."; -$a->strings["No messages."] = "Nenhuma mensagem."; -$a->strings["Unknown sender - %s"] = "Remetente desconhecido - %s"; -$a->strings["You and %s"] = "Você e %s"; -$a->strings["%s and You"] = "%s e você"; -$a->strings["Delete conversation"] = "Excluir conversa"; -$a->strings["D, d M Y - g:i A"] = "D, d M Y - g:i A"; -$a->strings["%d message"] = array( - 0 => "%d mensagem", - 1 => "%d mensagens", -); -$a->strings["Message not available."] = "A mensagem não está disponível."; -$a->strings["Delete message"] = "Excluir a mensagem"; -$a->strings["No secure communications available. You may be able to respond from the sender's profile page."] = "Não foi encontrada nenhuma comunicação segura. Você pode ser capaz de responder a partir da página de perfil do remetente."; -$a->strings["Send Reply"] = "Enviar resposta"; -$a->strings["Friends of %s"] = "Amigos de %s"; -$a->strings["No friends to display."] = "Nenhum amigo para exibir."; -$a->strings["Theme settings updated."] = "As configurações do tema foram atualizadas."; -$a->strings["Site"] = "Site"; -$a->strings["Users"] = "Usuários"; -$a->strings["Plugins"] = "Plugins"; -$a->strings["Themes"] = "Temas"; -$a->strings["DB updates"] = "Atualizações do BD"; -$a->strings["Logs"] = "Relatórios"; -$a->strings["Admin"] = "Admin"; -$a->strings["Plugin Features"] = "Recursos do plugin"; -$a->strings["User registrations waiting for confirmation"] = "Cadastros de novos usuários aguardando confirmação"; -$a->strings["Normal Account"] = "Conta normal"; -$a->strings["Soapbox Account"] = "Conta de vitrine"; -$a->strings["Community/Celebrity Account"] = "Conta de comunidade/celebridade"; -$a->strings["Automatic Friend Account"] = "Conta de amigo automático"; -$a->strings["Blog Account"] = "Conta de blog"; -$a->strings["Private Forum"] = "Fórum privado"; -$a->strings["Message queues"] = ""; -$a->strings["Administration"] = "Administração"; -$a->strings["Summary"] = "Resumo"; -$a->strings["Registered users"] = "Usuários registrados"; -$a->strings["Pending registrations"] = "Registros pendentes"; -$a->strings["Version"] = "Versão"; -$a->strings["Active plugins"] = "Plugins ativos"; -$a->strings["Site settings updated."] = "As configurações do site foram atualizadas."; -$a->strings["Closed"] = "Fechado"; -$a->strings["Requires approval"] = "Requer aprovação"; -$a->strings["Open"] = "Aberto"; -$a->strings["No SSL policy, links will track page SSL state"] = "Nenhuma política de SSL, os links irão rastrear o estado SSL da página"; -$a->strings["Force all links to use SSL"] = "Forçar todos os links a utilizar SSL"; -$a->strings["Self-signed certificate, use SSL for local links only (discouraged)"] = "Certificado auto-assinado, usar SSL somente para links locais (não recomendado)"; -$a->strings["File upload"] = "Envio de arquivo"; -$a->strings["Policies"] = "Políticas"; -$a->strings["Advanced"] = "Avançado"; -$a->strings["Site name"] = "Nome do site"; -$a->strings["Banner/Logo"] = "Banner/Logo"; -$a->strings["System language"] = "Idioma do sistema"; -$a->strings["System theme"] = "Tema do sistema"; -$a->strings["Default system theme - may be over-ridden by user profiles - change theme settings"] = "Tema padrão do sistema. Pode ser substituído nos perfis de usuário - alterar configurações do tema"; -$a->strings["Mobile system theme"] = "Tema do sistema para dispositivos móveis"; -$a->strings["Theme for mobile devices"] = "Tema para dispositivos móveis"; -$a->strings["SSL link policy"] = "Política de link SSL"; -$a->strings["Determines whether generated links should be forced to use SSL"] = "Determina se os links gerados devem ser forçados a utilizar SSL"; -$a->strings["Maximum image size"] = "Tamanho máximo da imagem"; -$a->strings["Maximum size in bytes of uploaded images. Default is 0, which means no limits."] = "Tamanho máximo, em bytes, das imagens enviadas. O padrão é 0, o que significa sem limites"; -$a->strings["Maximum image length"] = "Tamanho máximo da imagem"; -$a->strings["Maximum length in pixels of the longest side of uploaded images. Default is -1, which means no limits."] = "Tamanho máximo em pixels do lado mais largo das imagens enviadas. O padrão é -1, que significa sem limites."; -$a->strings["JPEG image quality"] = "Qualidade da imagem JPEG"; -$a->strings["Uploaded JPEGS will be saved at this quality setting [0-100]. Default is 100, which is full quality."] = "Imagens JPEG enviadas serão salvas com essa qualidade [0-100]. O padrão é 100, que significa a melhor qualidade."; -$a->strings["Register policy"] = "Política de registro"; -$a->strings["Maximum Daily Registrations"] = ""; -$a->strings["If registration is permitted above, this sets the maximum number of new user registrations to accept per day. If register is set to closed, this setting has no effect."] = ""; -$a->strings["Register text"] = "Texto de registro"; -$a->strings["Will be displayed prominently on the registration page."] = "Será exibido com destaque na página de registro."; -$a->strings["Accounts abandoned after x days"] = "Contas abandonadas após x dias"; -$a->strings["Will not waste system resources polling external sites for abandonded accounts. Enter 0 for no time limit."] = "Não desperdiçará recursos do sistema captando de sites externos para contas abandonadas. Digite 0 para nenhum limite de tempo."; -$a->strings["Allowed friend domains"] = "Domínios de amigos permitidos"; -$a->strings["Comma separated list of domains which are allowed to establish friendships with this site. Wildcards are accepted. Empty to allow any domains"] = "Lista dos domínios que têm permissão para estabelecer amizades com esse site, separados por vírgula. Caracteres curinga são aceitos. Deixe em branco para permitir qualquer domínio."; -$a->strings["Allowed email domains"] = "Domínios de e-mail permitidos"; -$a->strings["Comma separated list of domains which are allowed in email addresses for registrations to this site. Wildcards are accepted. Empty to allow any domains"] = "Lista de domínios separados por vírgula, que são permitidos em endereços de e-mail para registro nesse site. Caracteres-curinga são aceitos. Vazio para aceitar qualquer domínio"; -$a->strings["Block public"] = "Bloquear acesso público"; -$a->strings["Check to block public access to all otherwise public personal pages on this site unless you are currently logged in."] = "Marque para bloquear o acesso público a todas as páginas desse site, com exceção das páginas pessoais públicas, a não ser que a pessoa esteja autenticada."; -$a->strings["Force publish"] = "Forçar a listagem"; -$a->strings["Check to force all profiles on this site to be listed in the site directory."] = "Marque para forçar todos os perfis desse site a serem listados no diretório do site."; -$a->strings["Global directory update URL"] = "URL de atualização do diretório global"; -$a->strings["URL to update the global directory. If this is not set, the global directory is completely unavailable to the application."] = "URL para atualizar o diretório global. Se isso não for definido, o diretório global não estará disponível neste site."; -$a->strings["Allow threaded items"] = ""; -$a->strings["Allow infinite level threading for items on this site."] = ""; -$a->strings["Private posts by default for new users"] = "Publicações privadas por padrão para novos usuários"; -$a->strings["Set default post permissions for all new members to the default privacy group rather than public."] = "Define as permissões padrão de publicação de todos os novos membros para o grupo de privacidade padrão, ao invés de torná-las públicas."; -$a->strings["Block multiple registrations"] = "Bloquear registros repetidos"; -$a->strings["Disallow users to register additional accounts for use as pages."] = "Desabilitar o registro de contas adicionais para serem usadas como páginas."; -$a->strings["OpenID support"] = "Suporte ao OpenID"; -$a->strings["OpenID support for registration and logins."] = "Suporte ao OpenID para registros e autenticações."; -$a->strings["Fullname check"] = "Verificar nome completo"; -$a->strings["Force users to register with a space between firstname and lastname in Full name, as an antispam measure"] = "Forçar os usuários a usar um espaço em branco entre o nome e o sobrenome, ao preencherem o nome completo no registro, como uma medida contra o spam"; -$a->strings["UTF-8 Regular expressions"] = "Expressões regulares UTF-8"; -$a->strings["Use PHP UTF8 regular expressions"] = "Use expressões regulares do PHP em UTF8"; -$a->strings["Show Community Page"] = "Exibir a página da comunidade"; -$a->strings["Display a Community page showing all recent public postings on this site."] = "Exibe uma página da Comunidade, mostrando todas as publicações recentes feitas nesse site."; -$a->strings["Enable OStatus support"] = "Habilitar suporte ao OStatus"; -$a->strings["Provide built-in OStatus (identi.ca, status.net, etc.) compatibility. All communications in OStatus are public, so privacy warnings will be occasionally displayed."] = "Fornece compatibilidade nativa ao OStatus (identi,.ca, status.net, etc.). Todas as comunicações via OStatus são públicas, por isso avisos de privacidade serão exibidos ocasionalmente."; -$a->strings["Enable Diaspora support"] = "Habilitar suporte ao Diaspora"; -$a->strings["Provide built-in Diaspora network compatibility."] = "Fornece compatibilidade nativa com a rede Diaspora."; -$a->strings["Only allow Friendica contacts"] = "Permitir somente contatos Friendica"; -$a->strings["All contacts must use Friendica protocols. All other built-in communication protocols disabled."] = "Todos os contatos devem usar protocolos Friendica. Todos os outros protocolos de comunicação embarcados estão desabilitados"; -$a->strings["Verify SSL"] = "Verificar SSL"; -$a->strings["If you wish, you can turn on strict certificate checking. This will mean you cannot connect (at all) to self-signed SSL sites."] = "Caso deseje, você pode habilitar a restrição de certificações. Isso significa que você não poderá conectar-se a nenhum site que use certificados auto-assinados."; -$a->strings["Proxy user"] = "Usuário do proxy"; -$a->strings["Proxy URL"] = "URL do proxy"; -$a->strings["Network timeout"] = "Limite de tempo da rede"; -$a->strings["Value is in seconds. Set to 0 for unlimited (not recommended)."] = "Valor em segundos. Defina como 0 para ilimitado (não recomendado)."; -$a->strings["Delivery interval"] = "Intervalo de envio"; -$a->strings["Delay background delivery processes by this many seconds to reduce system load. Recommend: 4-5 for shared hosts, 2-3 for virtual private servers. 0-1 for large dedicated servers."] = ""; -$a->strings["Poll interval"] = ""; -$a->strings["Delay background polling processes by this many seconds to reduce system load. If 0, use delivery interval."] = ""; -$a->strings["Maximum Load Average"] = ""; -$a->strings["Maximum system load before delivery and poll processes are deferred - default 50."] = ""; -$a->strings["Update has been marked successful"] = "A atualização foi marcada como bem sucedida"; -$a->strings["Executing %s failed. Check system logs."] = "Ocorreu um erro na execução de %s. Verifique os relatórios do sistema."; -$a->strings["Update %s was successfully applied."] = "A atualização %s foi aplicada com sucesso."; -$a->strings["Update %s did not return a status. Unknown if it succeeded."] = ""; -$a->strings["Update function %s could not be found."] = "Não foi possível encontrar a função de atualização %s."; -$a->strings["No failed updates."] = "Nenhuma atualização com falha."; -$a->strings["Failed Updates"] = "Atualizações com falha"; -$a->strings["This does not include updates prior to 1139, which did not return a status."] = ""; -$a->strings["Mark success (if update was manually applied)"] = "Marcar como bem sucedida (caso tenham sido aplicadas atualizações manuais)"; -$a->strings["Attempt to execute this update step automatically"] = "Tentar executar esse passo da atualização automaticamente"; -$a->strings["%s user blocked/unblocked"] = array( - 0 => "%s usuário bloqueado/desbloqueado", - 1 => "%s usuários bloqueados/desbloqueados", -); -$a->strings["%s user deleted"] = array( - 0 => "%s usuário excluído", - 1 => "%s usuários excluídos", -); -$a->strings["User '%s' deleted"] = "O usuário '%s' foi excluído"; -$a->strings["User '%s' unblocked"] = "O usuário '%s' foi desbloqueado"; -$a->strings["User '%s' blocked"] = "O usuário '%s' foi bloqueado"; -$a->strings["select all"] = "selecionar todos"; -$a->strings["User registrations waiting for confirm"] = "Registros de usuário aguardando confirmação"; -$a->strings["Request date"] = "Solicitar data"; -$a->strings["Email"] = "E-mail"; -$a->strings["No registrations."] = "Nenhum registro."; -$a->strings["Deny"] = "Negar"; -$a->strings["Site admin"] = "Administração do site"; -$a->strings["Register date"] = "Data de registro"; -$a->strings["Last login"] = "Última entrada"; -$a->strings["Last item"] = "Último item"; -$a->strings["Account"] = "Conta"; -$a->strings["Selected users will be deleted!\\n\\nEverything these users had posted on this site will be permanently deleted!\\n\\nAre you sure?"] = "Os usuários selecionados serão excluídos!\\n\\nTudo o que estes usuários publicaram neste site será permanentemente excluído!\\n\\nDeseja continuar?"; -$a->strings["The user {0} will be deleted!\\n\\nEverything this user has posted on this site will be permanently deleted!\\n\\nAre you sure?"] = "O usuário {0} será excluído!\\n\\nTudo o que este usuário publicou neste site será permanentemente excluído!\\n\\nDeseja continuar?"; -$a->strings["Plugin %s disabled."] = "O plugin %s foi desabilitado."; -$a->strings["Plugin %s enabled."] = "O plugin %s foi habilitado."; -$a->strings["Disable"] = "Desabilitar"; -$a->strings["Enable"] = "Habilitar"; -$a->strings["Toggle"] = "Alternar"; -$a->strings["Author: "] = "Autor: "; -$a->strings["Maintainer: "] = "Mantenedor: "; -$a->strings["No themes found."] = "Nenhum tema encontrado"; -$a->strings["Screenshot"] = "Captura de tela"; -$a->strings["[Experimental]"] = "[Esperimental]"; -$a->strings["[Unsupported]"] = "[Não suportado]"; -$a->strings["Log settings updated."] = "As configurações de relatórios foram atualizadas."; -$a->strings["Clear"] = "Limpar"; -$a->strings["Debugging"] = "Depuração"; -$a->strings["Log file"] = "Arquivo do relatório"; -$a->strings["Must be writable by web server. Relative to your Friendica top-level directory."] = "O servidor web precisa ter permissão de escrita. Relativa ao diretório raiz do seu Friendica."; -$a->strings["Log level"] = "Nível do relatório"; -$a->strings["Close"] = "Fechar"; -$a->strings["FTP Host"] = "Endereço do FTP"; -$a->strings["FTP Path"] = "Caminho do FTP"; -$a->strings["FTP User"] = "Usuário do FTP"; -$a->strings["FTP Password"] = "Senha do FTP"; -$a->strings["Requested profile is not available."] = "Perfil solicitado não está disponível."; -$a->strings["Access to this profile has been restricted."] = "O acesso a este perfil está restrito."; -$a->strings["Tips for New Members"] = "Dicas para novos membros"; -$a->strings["{0} wants to be your friend"] = "{0} deseja ser seu amigo"; -$a->strings["{0} sent you a message"] = "{0} lhe enviou uma mensagem"; -$a->strings["{0} requested registration"] = "{0} solicitou registro"; -$a->strings["{0} commented %s's post"] = "{0} comentou a publicação de %s"; -$a->strings["{0} liked %s's post"] = "{0} gostou da publicação de %s"; -$a->strings["{0} disliked %s's post"] = "{0} não gostou da publicação de %s"; -$a->strings["{0} is now friends with %s"] = "{0} agora é amigo de %s"; -$a->strings["{0} posted"] = "{0} publicou"; -$a->strings["{0} tagged %s's post with #%s"] = "{0} etiquetou a publicação de %s com #%s"; -$a->strings["{0} mentioned you in a post"] = "{0} mencionou você em uma publicação"; -$a->strings["Contacts who are not members of a group"] = "Contatos que não são membros de um grupo"; -$a->strings["OpenID protocol error. No ID returned."] = "Erro no protocolo OpenID. Não foi retornada nenhuma ID."; -$a->strings["Account not found and OpenID registration is not permitted on this site."] = "A conta não foi encontrada e não são permitidos registros via OpenID nesse site."; -$a->strings["Login failed."] = "Não foi possível autenticar."; -$a->strings["Contact added"] = "O contato foi adicionado"; -$a->strings["Common Friends"] = "Amigos em Comum"; -$a->strings["No contacts in common."] = "Nenhum contato em comum."; -$a->strings["%1\$s is following %2\$s's %3\$s"] = ""; -$a->strings["link"] = "ligação"; -$a->strings["Item has been removed."] = "O item foi removido."; -$a->strings["Applications"] = "Aplicativos"; -$a->strings["No installed applications."] = "Nenhum aplicativo instalado"; -$a->strings["Search"] = "Pesquisar"; -$a->strings["Profile not found."] = "O perfil não foi encontrado."; -$a->strings["Profile Name is required."] = "É necessário informar o nome do perfil."; -$a->strings["Marital Status"] = "Estado civil"; -$a->strings["Romantic Partner"] = "Parceiro romântico"; -$a->strings["Likes"] = ""; -$a->strings["Dislikes"] = ""; -$a->strings["Work/Employment"] = "Trabalho/emprego"; -$a->strings["Religion"] = "Religião"; -$a->strings["Political Views"] = "Posicionamento político"; -$a->strings["Gender"] = "Gênero"; -$a->strings["Sexual Preference"] = "Preferência sexual"; -$a->strings["Homepage"] = "Página Principal"; -$a->strings["Interests"] = "Interesses"; -$a->strings["Address"] = "Endereço"; -$a->strings["Location"] = "Localização"; -$a->strings["Profile updated."] = "O perfil foi atualizado."; -$a->strings[" and "] = " e "; -$a->strings["public profile"] = "perfil público"; -$a->strings["%1\$s changed %2\$s to “%3\$s”"] = ""; -$a->strings[" - Visit %1\$s's %2\$s"] = ""; -$a->strings["%1\$s has an updated %2\$s, changing %3\$s."] = "%1\$s foi atualizado %2\$s, mudando %3\$s."; -$a->strings["Profile deleted."] = "O perfil foi excluído."; -$a->strings["Profile-"] = "Perfil-"; -$a->strings["New profile created."] = "O novo perfil foi criado."; -$a->strings["Profile unavailable to clone."] = "O perfil não está disponível para clonagem."; -$a->strings["Hide your contact/friend list from viewers of this profile?"] = "Ocultar sua lista de contatos/amigos dos visitantes no seu perfil?"; -$a->strings["Edit Profile Details"] = "Editar os detalhes do perfil"; -$a->strings["View this profile"] = "Ver este perfil"; -$a->strings["Create a new profile using these settings"] = "Criar um novo perfil usando estas configurações"; -$a->strings["Clone this profile"] = "Clonar este perfil"; -$a->strings["Delete this profile"] = "Excluir este perfil"; -$a->strings["Profile Name:"] = "Nome do perfil:"; -$a->strings["Your Full Name:"] = "Seu nome completo:"; -$a->strings["Title/Description:"] = "Título/Descrição:"; -$a->strings["Your Gender:"] = "Seu gênero:"; -$a->strings["Birthday (%s):"] = "Aniversário (%s):"; -$a->strings["Street Address:"] = "Endereço:"; -$a->strings["Locality/City:"] = "Localidade/Cidade:"; -$a->strings["Postal/Zip Code:"] = "CEP:"; -$a->strings["Country:"] = "País:"; -$a->strings["Region/State:"] = "Região/Estado:"; -$a->strings[" Marital Status:"] = "Estado civil :"; -$a->strings["Who: (if applicable)"] = "Quem: (se pertinente)"; -$a->strings["Examples: cathy123, Cathy Williams, cathy@example.com"] = "Exemplos: fulano123, Fulano de Tal, fulano@exemplo.com"; -$a->strings["Since [date]:"] = "Desde [data]:"; -$a->strings["Sexual Preference:"] = "Preferência sexual:"; -$a->strings["Homepage URL:"] = "Endereço do site web:"; -$a->strings["Hometown:"] = ""; -$a->strings["Political Views:"] = "Posição política:"; -$a->strings["Religious Views:"] = "Orientação religiosa:"; -$a->strings["Public Keywords:"] = "Palavras-chave públicas:"; -$a->strings["Private Keywords:"] = "Palavras-chave privadas:"; -$a->strings["Likes:"] = ""; -$a->strings["Dislikes:"] = ""; -$a->strings["Example: fishing photography software"] = "Exemplo: pesca fotografia software"; -$a->strings["(Used for suggesting potential friends, can be seen by others)"] = "(Usado para sugerir amigos em potencial, pode ser visto pelos outros)"; -$a->strings["(Used for searching profiles, never shown to others)"] = "(Usado na pesquisa de perfis, nunca é exibido para os outros)"; -$a->strings["Tell us about yourself..."] = "Fale um pouco sobre você..."; -$a->strings["Hobbies/Interests"] = "Passatempos/Interesses"; -$a->strings["Contact information and Social Networks"] = "Informações de contato e redes sociais"; -$a->strings["Musical interests"] = "Preferências musicais"; -$a->strings["Books, literature"] = "Livros, literatura"; -$a->strings["Television"] = "Televisão"; -$a->strings["Film/dance/culture/entertainment"] = "Filme/dança/cultura/entretenimento"; -$a->strings["Love/romance"] = "Amor/romance"; -$a->strings["Work/employment"] = "Trabalho/emprego"; -$a->strings["School/education"] = "Escola/educação"; -$a->strings["This is your public profile.
It may be visible to anybody using the internet."] = "Este é o seu perfil público.
Ele pode estar visível para qualquer um que acesse a Internet."; -$a->strings["Age: "] = "Idade: "; -$a->strings["Edit/Manage Profiles"] = "Editar/Gerenciar perfis"; -$a->strings["Change profile photo"] = "Mudar a foto do perfil"; -$a->strings["Create New Profile"] = "Criar um novo perfil"; -$a->strings["Profile Image"] = "Imagem do perfil"; -$a->strings["visible to everybody"] = "visível para todos"; -$a->strings["Edit visibility"] = "Editar a visibilidade"; -$a->strings["Save to Folder:"] = "Salvar na pasta:"; -$a->strings["- select -"] = "-selecione-"; -$a->strings["%1\$s tagged %2\$s's %3\$s with %4\$s"] = "%1\$s etiquetou %3\$s de %2\$s com %4\$s"; -$a->strings["No potential page delegates located."] = "Nenhuma página delegada potencial localizada."; -$a->strings["Delegate Page Management"] = "Delegar Administração de Página"; -$a->strings["Delegates are able to manage all aspects of this account/page except for basic account settings. Please do not delegate your personal account to anybody that you do not trust completely."] = "Delegados podem administrar todos os aspectos dessa página/conta exceto por configurações básicas da conta.\nFavor não delegar sua conta pessoal para ninguém que você não confie inteiramente."; -$a->strings["Existing Page Managers"] = "Administradores de Páginas Existentes"; -$a->strings["Existing Page Delegates"] = "Delegados de Páginas Existentes"; -$a->strings["Potential Delegates"] = "Delegados Potenciais"; -$a->strings["Add"] = "Adicionar"; -$a->strings["No entries."] = "Sem entradas."; -$a->strings["Source (bbcode) text:"] = ""; -$a->strings["Source (Diaspora) text to convert to BBcode:"] = ""; -$a->strings["Source input: "] = ""; -$a->strings["bb2html: "] = "bb2html: "; -$a->strings["bb2html2bb: "] = "bb2html2bb: "; -$a->strings["bb2md: "] = "bb2md: "; -$a->strings["bb2md2html: "] = "bb2md2html: "; -$a->strings["bb2dia2bb: "] = "bb2dia2bb: "; -$a->strings["bb2md2html2bb: "] = "bb2md2html2bb: "; -$a->strings["Source input (Diaspora format): "] = ""; -$a->strings["diaspora2bb: "] = "diaspora2bb: "; -$a->strings["Friend Suggestions"] = "Sugestões de amigos"; -$a->strings["No suggestions available. If this is a new site, please try again in 24 hours."] = "Não existe nenhuma sugestão disponível. Se este for um site novo, por favor tente novamente em 24 horas."; -$a->strings["Ignore/Hide"] = "Ignorar/Ocultar"; -$a->strings["Global Directory"] = "Diretório global"; -$a->strings["Find on this site"] = "Pesquisar neste site"; -$a->strings["Site Directory"] = "Diretório do site"; -$a->strings["Gender: "] = "Gênero: "; +$a->strings["Full Name:"] = "Nome completo:"; $a->strings["Gender:"] = "Gênero:"; -$a->strings["Status:"] = "Estado:"; -$a->strings["Homepage:"] = "Página web:"; -$a->strings["About:"] = "Sobre:"; -$a->strings["No entries (some entries may be hidden)."] = "Nenhuma entrada (algumas entradas podem estar ocultas)."; -$a->strings["%s : Not a valid email address."] = "%s : Não é um endereço de e-mail válido."; -$a->strings["Please join us on Friendica"] = "Por favor, junte-se à nós na Friendica"; -$a->strings["%s : Message delivery failed."] = "%s : Não foi possível enviar a mensagem."; -$a->strings["%d message sent."] = array( - 0 => "%d mensagem enviada.", - 1 => "%d mensagens enviadas.", -); -$a->strings["You have no more invitations available"] = "Você não possui mais convites disponíveis"; -$a->strings["Visit %s for a list of public sites that you can join. Friendica members on other sites can all connect with each other, as well as with members of many other social networks."] = "Visite %s para obter uma lista de sites públicos onde você pode se cadastrar. Membros da friendica podem se conectar, mesmo que estejam em sites separados. Além disso você também pode se conectar com membros de várias outras redes sociais."; -$a->strings["To accept this invitation, please visit and register at %s or any other public Friendica website."] = "Para aceitar esse convite, por favor cadastre-se em %s ou qualquer outro site friendica público."; -$a->strings["Friendica sites all inter-connect to create a huge privacy-enhanced social web that is owned and controlled by its members. They can also connect with many traditional social networks. See %s for a list of alternate Friendica sites you can join."] = "Os sites friendica estão todos interconectados para criar uma grande rede social com foco na privacidade e controlada por seus membros, que também podem se conectar com várias redes sociais tradicionais. Dê uma olhada em %s para uma lista de sites friendica onde você pode se cadastrar."; -$a->strings["Our apologies. This system is not currently configured to connect with other public sites or invite members."] = "Desculpe, mas esse sistema não está configurado para conectar-se com outros sites públicos nem permite convidar novos membros."; -$a->strings["Send invitations"] = "Enviar convites."; -$a->strings["Enter email addresses, one per line:"] = "Digite os endereços de e-mail, um por linha:"; -$a->strings["You are cordially invited to join me and other close friends on Friendica - and help us to create a better social web."] = "Você está convidado a se juntar a mim e outros amigos em friendica - e também nos ajudar a criar uma experiência social melhor na web."; -$a->strings["You will need to supply this invitation code: \$invite_code"] = "Você preciso informar este código de convite: \$invite_code"; -$a->strings["Once you have registered, please connect with me via my profile page at:"] = "Após você se registrar, por favor conecte-se comigo através da minha página de perfil em:"; -$a->strings["For more information about the Friendica project and why we feel it is important, please visit http://friendica.com"] = "Para mais informações sobre o projeto Friendica e porque nós achamos que ele é importante, por favor visite-nos em http://friendica.com."; -$a->strings["This may occasionally happen if contact was requested by both persons and it has already been approved."] = "Isso pode acontecer eventualmente se o contato foi solicitado por ambas as pessoas e ele já tinha sido aprovado."; -$a->strings["Response from remote site was not understood."] = "A resposta do site remoto não foi compreendida."; -$a->strings["Unexpected response from remote site: "] = "Resposta inesperada do site remoto: "; -$a->strings["Confirmation completed successfully."] = "A confirmação foi completada com sucesso."; -$a->strings["Remote site reported: "] = "O site remoto relatou: "; -$a->strings["Temporary failure. Please wait and try again."] = "Falha temporária. Por favor, aguarde e tente novamente."; -$a->strings["Introduction failed or was revoked."] = "Ocorreu uma falha na apresentação ou ela foi revogada."; -$a->strings["Unable to set contact photo."] = "Não foi possível definir a foto do contato."; -$a->strings["%1\$s is now friends with %2\$s"] = "%1\$s agora é amigo de %2\$s"; -$a->strings["No user record found for '%s' "] = "Não foi encontrado nenhum registro de usuário para '%s' "; -$a->strings["Our site encryption key is apparently messed up."] = "A chave de criptografia do nosso site está, aparentemente, bagunçada."; -$a->strings["Empty site URL was provided or URL could not be decrypted by us."] = "Foi fornecida uma URL em branco ou não foi possível descriptografá-la."; -$a->strings["Contact record was not found for you on our site."] = "O registro do contato não foi encontrado para você em seu site."; -$a->strings["Site public key not available in contact record for URL %s."] = "A chave pública do site não está disponível no registro do contato para a URL %s"; -$a->strings["The ID provided by your system is a duplicate on our system. It should work if you try again."] = "O ID fornecido pelo seu sistema é uma duplicata em nosso sistema. Deve funcionar agora, se você tentar de novo."; -$a->strings["Unable to set your contact credentials on our system."] = "Não foi possível definir suas credenciais de contato no nosso sistema."; -$a->strings["Unable to update your contact profile details on our system"] = "Não foi possível atualizar os detalhes do seu perfil em nosso sistema."; -$a->strings["Connection accepted at %s"] = "Conexão aceita em %s"; -$a->strings["%1\$s has joined %2\$s"] = "%1\$s se associou a %2\$s"; -$a->strings["Google+ Import Settings"] = "Configurações de importação do Google+"; -$a->strings["Enable Google+ Import"] = "Habilitar a importação do Google+"; -$a->strings["Google Account ID"] = "ID da conta do Google"; -$a->strings["Google+ Import Settings saved."] = "As configurações de importação do Google+ foram salvas."; -$a->strings["Facebook disabled"] = "O Facebook está desabilitado"; -$a->strings["Updating contacts"] = "Atualizando os contatos"; -$a->strings["Facebook API key is missing."] = "A chave de API do Facebook não foi encontrada."; -$a->strings["Facebook Connect"] = "Conexão com o Facebook"; -$a->strings["Install Facebook connector for this account."] = "Instalar o conector do Facebook nesta conta."; -$a->strings["Remove Facebook connector"] = "Remover o conector do Facebook"; -$a->strings["Re-authenticate [This is necessary whenever your Facebook password is changed.]"] = "Reautenticar [Isso é necessário sempre que sua senha do Facebook é modificada.]"; -$a->strings["Post to Facebook by default"] = "Publicar no Facebook por padrão"; -$a->strings["Facebook friend linking has been disabled on this site. The following settings will have no effect."] = ""; -$a->strings["Facebook friend linking has been disabled on this site. If you disable it, you will be unable to re-enable it."] = ""; -$a->strings["Link all your Facebook friends and conversations on this website"] = "Ligar todos os seus amigos e conversas do Facebook neste site"; -$a->strings["Facebook conversations consist of your profile wall and your friend stream."] = "As conversas do Facebook consistem do seu perfil/mural e da linha do tempo dos seus amigos."; -$a->strings["On this website, your Facebook friend stream is only visible to you."] = "Neste site, a linha do tempo dos seus amigos do Facebook está visível somente para você."; -$a->strings["The following settings determine the privacy of your Facebook profile wall on this website."] = "As seguintes configurações determinam a privacidade do mural do seu perfil do Facebook neste site."; -$a->strings["On this website your Facebook profile wall conversations will only be visible to you"] = "Nesse site as conversas do mural do seu perfil do Facebook estão visíveis somente para você"; -$a->strings["Do not import your Facebook profile wall conversations"] = "Não importar as conversas do seu perfil/mural do Facebook"; -$a->strings["If you choose to link conversations and leave both of these boxes unchecked, your Facebook profile wall will be merged with your profile wall on this website and your privacy settings on this website will be used to determine who may see the conversations."] = "Se você escolher ligar as conversas e deixar ambas opções desmarcadas, seu perfil/mural do Facebook será mesclado com seu perfil/mural nesse website e suas configurações de privacidade nesse website serão usadas para determinar quem pode ver as conversas."; -$a->strings["Comma separated applications to ignore"] = "Ignorar aplicações separadas por vírgula"; -$a->strings["Problems with Facebook Real-Time Updates"] = "Problemas com as atualizações em tempo real do Facebook"; -$a->strings["Facebook Connector Settings"] = "Configurações do conector do Facebook"; -$a->strings["Facebook API Key"] = "Chave da API do Facebook"; -$a->strings["Error: it appears that you have specified the App-ID and -Secret in your .htconfig.php file. As long as they are specified there, they cannot be set using this form.

"] = "Erro: parece que você especificou o App-ID e o -Secret no arquivo .htconfig.php. Uma vez estão especificado lá, eles não podem ser definidos neste formulário.

"; -$a->strings["Error: the given API Key seems to be incorrect (the application access token could not be retrieved)."] = "Erro: a chave de API fornecida parece estar incorreta (não foi possível recuperar o token de acesso à aplicação)."; -$a->strings["The given API Key seems to work correctly."] = "A chave de API fornecida aparentemente está funcionando corretamente."; -$a->strings["The correctness of the API Key could not be detected. Something strange's going on."] = ""; -$a->strings["App-ID / API-Key"] = "App-ID / API-Key"; -$a->strings["Application secret"] = "Segredo da aplicação"; -$a->strings["Polling Interval in minutes (minimum %1\$s minutes)"] = ""; -$a->strings["Synchronize comments (no comments on Facebook are missed, at the cost of increased system load)"] = ""; -$a->strings["Real-Time Updates"] = "Atualizações em tempo real"; -$a->strings["Real-Time Updates are activated."] = "As atualizações em tempo real estão ativadas."; -$a->strings["Deactivate Real-Time Updates"] = "Desativar as atualizações em tempo real."; -$a->strings["Real-Time Updates not activated."] = "As atualizações em tempo real não estão ativadas."; -$a->strings["Activate Real-Time Updates"] = "Ativar atualizações em tempo real"; -$a->strings["The new values have been saved."] = "Os novos valores foram salvos."; -$a->strings["Post to Facebook"] = "Publicar no Facebook"; -$a->strings["Post to Facebook cancelled because of multi-network access permission conflict."] = "A publicação no Facebook foi cancelada devido a um conflito de permissão de acesso multi-rede."; -$a->strings["View on Friendica"] = "Ver no Friendica"; -$a->strings["Facebook post failed. Queued for retry."] = "Não foi possível publicar no Facebook. Armazenado na fila para nova tentativa."; -$a->strings["Your Facebook connection became invalid. Please Re-authenticate."] = "A sua conexão com o Facebook tornou-se invalida. Por favor autentique-se novamente."; -$a->strings["Facebook connection became invalid"] = "A conexão com o Facebook tornou-se inválida"; -$a->strings["Hi %1\$s,\n\nThe connection between your accounts on %2\$s and Facebook became invalid. This usually happens after you change your Facebook-password. To enable the connection again, you have to %3\$sre-authenticate the Facebook-connector%4\$s."] = "Olá %1\$s,\n\nA conexão entre suas contas em %2\$s e o Facebook se tornou inválida. Isso geralmente acontece quando se troca a senha do Facebook. Para habilitar a conexão novamente vocẽ deve %3\$sreautenticar o conector do Facebook%4\$s."; -$a->strings["StatusNet AutoFollow settings updated."] = ""; -$a->strings["StatusNet AutoFollow Settings"] = ""; -$a->strings["Automatically follow any StatusNet followers/mentioners"] = ""; -$a->strings["Lifetime of the cache (in hours)"] = "Tempo de vida do cache (em horas)"; -$a->strings["Cache Statistics"] = "Estatísticas do cache"; -$a->strings["Number of items"] = "Número de itens"; -$a->strings["Size of the cache"] = "Tamanho do cache"; -$a->strings["Delete the whole cache"] = "Excluir o cache inteiro"; -$a->strings["Facebook Post disabled"] = "A publicação no Facebook foi desabilitada"; -$a->strings["Facebook Post"] = "Publicação no Facebook"; -$a->strings["Install Facebook Post connector for this account."] = "Instalar o conector de publicação no Facebook para esta conta."; -$a->strings["Remove Facebook Post connector"] = "Remover o conector de publicação no Facebook"; -$a->strings["Facebook Post Settings"] = "Configurações de publicação no Facebook"; -$a->strings["%d person likes this"] = array( - 0 => "%d pessoa gosta disso", - 1 => "%d pessoas gostam disso", -); -$a->strings["%d person doesn't like this"] = array( - 0 => "%d pessoa não gosta disso", - 1 => "%d pessoas gostam disso", -); -$a->strings["Get added to this list!"] = ""; -$a->strings["Generate new key"] = "Gerar nova chave"; -$a->strings["Widgets key"] = "Chave de widgets"; -$a->strings["Widgets available"] = "Widgets disponíveis"; -$a->strings["Connect on Friendica!"] = "Conecte no Friendica!"; -$a->strings["bitchslap"] = ""; -$a->strings["bitchslapped"] = ""; -$a->strings["shag"] = ""; -$a->strings["shagged"] = ""; -$a->strings["do something obscenely biological to"] = ""; -$a->strings["did something obscenely biological to"] = ""; -$a->strings["point out the poke feature to"] = ""; -$a->strings["pointed out the poke feature to"] = ""; -$a->strings["declare undying love for"] = ""; -$a->strings["declared undying love for"] = ""; -$a->strings["patent"] = ""; -$a->strings["patented"] = ""; -$a->strings["stroke beard"] = ""; -$a->strings["stroked their beard at"] = ""; -$a->strings["bemoan the declining standards of modern secondary and tertiary education to"] = ""; -$a->strings["bemoans the declining standards of modern secondary and tertiary education to"] = ""; -$a->strings["hug"] = "abraço"; -$a->strings["hugged"] = ""; -$a->strings["kiss"] = "beijo"; -$a->strings["kissed"] = ""; -$a->strings["raise eyebrows at"] = ""; -$a->strings["raised their eyebrows at"] = ""; -$a->strings["insult"] = "insultar"; -$a->strings["insulted"] = ""; -$a->strings["praise"] = ""; -$a->strings["praised"] = ""; -$a->strings["be dubious of"] = ""; -$a->strings["was dubious of"] = ""; -$a->strings["eat"] = "comer"; -$a->strings["ate"] = ""; -$a->strings["giggle and fawn at"] = ""; -$a->strings["giggled and fawned at"] = ""; -$a->strings["doubt"] = ""; -$a->strings["doubted"] = ""; -$a->strings["glare"] = ""; -$a->strings["glared at"] = ""; -$a->strings["YourLS Settings"] = "Configurações YourLS"; -$a->strings["URL: http://"] = "URL: http://"; -$a->strings["Username:"] = "Usuário:"; -$a->strings["Password:"] = "Senha:"; -$a->strings["Use SSL "] = "Use SSL "; -$a->strings["yourls Settings saved."] = "yourls Settings sabed"; -$a->strings["Post to LiveJournal"] = "Publicar no LiveJournal"; -$a->strings["LiveJournal Post Settings"] = "Configurações de publicação no LiveJournal"; -$a->strings["Enable LiveJournal Post Plugin"] = "Habilitar o plugin de publicação no LiveJournal"; -$a->strings["LiveJournal username"] = "Nome de usuário do LiveJournal"; -$a->strings["LiveJournal password"] = "Senha do LiveJournal"; -$a->strings["Post to LiveJournal by default"] = "Publicar no LiveJournal por padrão"; -$a->strings["Not Safe For Work (General Purpose Content Filter) settings"] = "Configurações do filtro de conteúdo impróprio para o local de trabalho (Not Safe For Work)"; -$a->strings["This plugin looks in posts for the words/text you specify below, and collapses any content containing those keywords so it is not displayed at inappropriate times, such as sexual innuendo that may be improper in a work setting. It is polite and recommended to tag any content containing nudity with #NSFW. This filter can also match any other word/text you specify, and can thereby be used as a general purpose content filter."] = ""; -$a->strings["Enable Content filter"] = "Habilitar o filtro de conteúdo"; -$a->strings["Comma separated list of keywords to hide"] = "Lista de palavras-chave a serem ocultadas, separadas por vírgula"; -$a->strings["Use /expression/ to provide regular expressions"] = "Use /expressão/ para fornecer a expressão regular"; -$a->strings["NSFW Settings saved."] = "Configurações NSFW armazenadas."; -$a->strings["%s - Click to open/close"] = "%s "; -$a->strings["Forums"] = "Fóruns"; -$a->strings["Forums:"] = "Fóruns:"; -$a->strings["Page settings updated."] = "As configurações da página foram atualizadas."; -$a->strings["Page Settings"] = "Configurações da página"; -$a->strings["How many forums to display on sidebar without paging"] = ""; -$a->strings["Randomise Page/Forum list"] = ""; -$a->strings["Show pages/forums on profile page"] = ""; -$a->strings["Planets Settings"] = "Configuração dos planetas"; -$a->strings["Enable Planets Plugin"] = "Habilita configuração dos planetas"; -$a->strings["Forum Directory"] = ""; -$a->strings["Login"] = "Entrar"; -$a->strings["OpenID"] = "OpenID"; -$a->strings["Latest users"] = "Últimos usuários"; -$a->strings["Most active users"] = "Usuários mais ativos"; -$a->strings["Latest photos"] = "Últimas fotos"; -$a->strings["Latest likes"] = ""; -$a->strings["event"] = "evento"; -$a->strings["No access"] = "Nenhum acesso"; -$a->strings["Could not open component for editing"] = "Não foi possível abrir o componente para edição"; -$a->strings["Go back to the calendar"] = "Voltar para a agenda"; -$a->strings["Event data"] = "Data do evento"; -$a->strings["Calendar"] = "Agenda"; -$a->strings["Special color"] = "Cor especial"; -$a->strings["Subject"] = "Assunto"; -$a->strings["Starts"] = "Início"; -$a->strings["Ends"] = "Término"; -$a->strings["Description"] = "Descrição"; -$a->strings["Recurrence"] = "Recorrência"; -$a->strings["Frequency"] = "Frequência"; -$a->strings["Daily"] = "Diariamente"; -$a->strings["Weekly"] = "Semanalmente"; -$a->strings["Monthly"] = "Mensalmente"; -$a->strings["Yearly"] = "Anualmente"; -$a->strings["days"] = "dias"; -$a->strings["weeks"] = "semanas"; -$a->strings["months"] = "meses"; -$a->strings["years"] = "anos"; -$a->strings["Interval"] = "Intervalo"; -$a->strings["All %select% %time%"] = ""; -$a->strings["Days"] = "Dias"; -$a->strings["Sunday"] = "Domingo"; -$a->strings["Monday"] = "Segunda"; -$a->strings["Tuesday"] = "Terça"; -$a->strings["Wednesday"] = "Quarta"; -$a->strings["Thursday"] = "Quinta"; -$a->strings["Friday"] = "Sexta"; -$a->strings["Saturday"] = "Sábado"; -$a->strings["First day of week:"] = "Primeiro dia da semana:"; -$a->strings["Day of month"] = "Dia do mês"; -$a->strings["#num#th of each month"] = ""; -$a->strings["#num#th-last of each month"] = ""; -$a->strings["#num#th #wkday# of each month"] = ""; -$a->strings["#num#th-last #wkday# of each month"] = ""; -$a->strings["Month"] = "Mês"; -$a->strings["#num#th of the given month"] = ""; -$a->strings["#num#th-last of the given month"] = ""; -$a->strings["#num#th #wkday# of the given month"] = ""; -$a->strings["#num#th-last #wkday# of the given month"] = ""; -$a->strings["Repeat until"] = "Repetir até"; -$a->strings["Infinite"] = "Infinito"; -$a->strings["Until the following date"] = "Até a seguinte data"; -$a->strings["Number of times"] = "Número de vezes"; -$a->strings["Exceptions"] = "Exceções"; -$a->strings["none"] = "nenhuma"; -$a->strings["Notification"] = "Notificação"; -$a->strings["Notify by"] = "Notificar por"; -$a->strings["E-Mail"] = "E-Mail"; -$a->strings["On Friendica / Display"] = "Na Friendica / Exibir"; -$a->strings["Time"] = "Tempo"; -$a->strings["Hours"] = "Horas"; -$a->strings["Minutes"] = "Minutos"; -$a->strings["Seconds"] = "Segundos"; -$a->strings["Weeks"] = "Semanas"; -$a->strings["before the"] = "antes do"; -$a->strings["start of the event"] = "início do evento"; -$a->strings["end of the event"] = "fim do evento"; -$a->strings["Add a notification"] = "Adicionar uma notificação"; -$a->strings["The event #name# will start at #date"] = "O evento #name# iniciará em #date"; -$a->strings["#name# is about to begin."] = "#name# está prestes a começar."; -$a->strings["Saved"] = "Salvo"; -$a->strings["U.S. Time Format (mm/dd/YYYY)"] = "Formato de data estadunidense (mm/dd/YYYY)"; -$a->strings["German Time Format (dd.mm.YYYY)"] = "Formato de data alemão (dd.mm.YYYY)"; -$a->strings["Private Events"] = "Eventos privados"; -$a->strings["Private Addressbooks"] = "Livros de endereço privados"; -$a->strings["Friendica-Native events"] = "Eventos nativos do Friendica"; -$a->strings["Friendica-Contacts"] = "Contatos Friendica"; -$a->strings["Your Friendica-Contacts"] = "Seus contatos Friendica"; -$a->strings["Something went wrong when trying to import the file. Sorry. Maybe some events were imported anyway."] = ""; -$a->strings["Something went wrong when trying to import the file. Sorry."] = ""; -$a->strings["The ICS-File has been imported."] = "O arquivo ICS foi importado."; -$a->strings["No file was uploaded."] = "Não foi enviado nenhum arquivo."; -$a->strings["Import a ICS-file"] = "Importar um arquivo ICS"; -$a->strings["ICS-File"] = "Arquivo ICS"; -$a->strings["Overwrite all #num# existing events"] = "Sobrescrever todos os #num# eventos existentes"; -$a->strings["New event"] = "Novo evento"; -$a->strings["Today"] = "Hoje"; -$a->strings["Day"] = "Dia"; -$a->strings["Week"] = "Semana"; -$a->strings["Reload"] = ""; -$a->strings["Date"] = "Data"; -$a->strings["Error"] = "Erro"; -$a->strings["The calendar has been updated."] = "A agenda foi atualizada."; -$a->strings["The new calendar has been created."] = "A nova agenda foi criada."; -$a->strings["The calendar has been deleted."] = "A agenda foi excluída."; -$a->strings["Calendar Settings"] = "Configurações da agenda"; -$a->strings["Date format"] = "Formato da data"; -$a->strings["Time zone"] = "Fuso horário"; -$a->strings["Calendars"] = "Agendas"; -$a->strings["Create a new calendar"] = "Criar uma nova agenda"; -$a->strings["Limitations"] = "Limitações"; -$a->strings["Warning"] = "Aviso"; -$a->strings["Synchronization (iPhone, Thunderbird Lightning, Android, ...)"] = "Sincronização (iPhone, Thunderbird Lightning, Android, ...)"; -$a->strings["Synchronizing this calendar with the iPhone"] = "Sincronização desta agenda com o iPhone"; -$a->strings["Synchronizing your Friendica-Contacts with the iPhone"] = "Sincronização dos seus contatos Friendica com o iPhone"; -$a->strings["The current version of this plugin has not been set up correctly. Please contact the system administrator of your installation of friendica to fix this."] = ""; -$a->strings["Extended calendar with CalDAV-support"] = ""; -$a->strings["noreply"] = "naoresponda"; -$a->strings["Notification: "] = "Notificação:"; -$a->strings["The database tables have been installed."] = "As tabelas do banco de dados foram instaladas."; -$a->strings["An error occurred during the installation."] = "Ocorreu um erro durante a instalação."; -$a->strings["The database tables have been updated."] = "As tabelas do banco de dados foram atualizadas."; -$a->strings["An error occurred during the update."] = "Ocorreu um erro durante a atualização."; -$a->strings["No system-wide settings yet."] = "Ainda não existe nenhuma configuração global do sistema."; -$a->strings["Database status"] = "Situação do banco de dados"; -$a->strings["Installed"] = "Instalado"; -$a->strings["Upgrade needed"] = "É necessária uma atualização"; -$a->strings["Please back up all calendar data (the tables beginning with dav_*) before proceeding. While all calendar events should be converted to the new database structure, it's always safe to have a backup. Below, you can have a look at the database-queries that will be made when pressing the 'update'-button."] = ""; -$a->strings["Upgrade"] = "Atualizar"; -$a->strings["Not installed"] = "Não instalado"; -$a->strings["Install"] = "Instalar"; -$a->strings["Unknown"] = "Desconhecido"; -$a->strings["Something really went wrong. I cannot recover from this state automatically, sorry. Please go to the database backend, back up the data, and delete all tables beginning with 'dav_' manually. Afterwards, this installation routine should be able to reinitialize the tables automatically."] = ""; -$a->strings["Troubleshooting"] = ""; -$a->strings["Manual creation of the database tables:"] = "Criação manual das tabelas do banco de dados:"; -$a->strings["Show SQL-statements"] = ""; -$a->strings["Private Calendar"] = "Agenda privada"; -$a->strings["Friendica Events: Mine"] = "Eventos Friendica: Meus"; -$a->strings["Friendica Events: Contacts"] = "Eventos Friendica: Contatos"; -$a->strings["Private Addresses"] = "Endereços privados"; -$a->strings["Friendica Contacts"] = "Contatos Friendica"; -$a->strings["Allow to use your friendica id (%s) to connecto to external unhosted-enabled storage (like ownCloud). See RemoteStorage WebFinger"] = "Permite o uso do id friendica (%s) para conectar ao armazenamento tipo unhosted externo (ex: ownCloud). Veja RemoteStorage WebFinger"; -$a->strings["Template URL (with {category})"] = "URL do Template (com {category})"; -$a->strings["OAuth end-point"] = "OAuth terminal"; -$a->strings["Api"] = "Api"; -$a->strings["Member since:"] = "Membro desde:"; -$a->strings["Three Dimensional Tic-Tac-Toe"] = "Jogo da Velha tridimensional"; -$a->strings["3D Tic-Tac-Toe"] = "Jogo da Velha 3D"; -$a->strings["New game"] = "Novo jogo"; -$a->strings["New game with handicap"] = "Novo jogo com limitador"; -$a->strings["Three dimensional tic-tac-toe is just like the traditional game except that it is played on multiple levels simultaneously. "] = "O Jogo da Velha tridimensional é similar ao jogo tradicional, com a exceção que ele é jogado simultaneamente em múltiplos níveis."; -$a->strings["In this case there are three levels. You win by getting three in a row on any level, as well as up, down, and diagonally across the different levels."] = "Neste caso, existem três níveis. Ganha quem conseguir alinhar três casas, não só no mesmo nível como também pra cima, pra baixo ou na diagonal entre os níveis."; -$a->strings["The handicap game disables the center position on the middle level because the player claiming this square often has an unfair advantage."] = "O jogo com limitador desabilita a posição central do nível do meio, uma vez que o jogador que obtém essa casa ganha uma vantagem desleal."; -$a->strings["You go first..."] = "Você começa..."; -$a->strings["I'm going first this time..."] = "Eu vou começar desta vez..."; -$a->strings["You won!"] = "Você ganhou!"; -$a->strings["\"Cat\" game!"] = "Empatamos!"; -$a->strings["I won!"] = "Eu ganhei!"; -$a->strings["Randplace Settings"] = "Configurações do Randplace"; -$a->strings["Enable Randplace Plugin"] = "Habilitar o plugin Randplace"; -$a->strings["Post to Dreamwidth"] = "Publicar no Dreamwidth"; -$a->strings["Dreamwidth Post Settings"] = "Configurações de publicação no Dreamwidth"; -$a->strings["Enable dreamwidth Post Plugin"] = "Habilitar o plugin de publicação no Dreamwidth"; -$a->strings["dreamwidth username"] = "Nome de usuário do Dreamwidth"; -$a->strings["dreamwidth password"] = "Senha do Dreamwidth"; -$a->strings["Post to dreamwidth by default"] = "Publicar no Dreamwidth por padrão"; -$a->strings["Remote Permissions Settings"] = ""; -$a->strings["Allow recipients of your private posts to see the other recipients of the posts"] = ""; -$a->strings["Remote Permissions settings updated."] = ""; -$a->strings["Visible to"] = ""; -$a->strings["may only be a partial list"] = ""; -$a->strings["Global"] = ""; -$a->strings["The posts of every user on this server show the post recipients"] = ""; -$a->strings["Individual"] = ""; -$a->strings["Each user chooses whether his/her posts show the post recipients"] = ""; -$a->strings["Startpage Settings"] = "Configurações da página inicial"; -$a->strings["Home page to load after login - leave blank for profile wall"] = "Página a ser carregada após a autenticação - deixe em branco para o mural do perfil"; -$a->strings["Examples: "network" or "notifications/system""] = "Exemplos: "network" or "notifications/system""; -$a->strings["Geonames settings updated."] = "Configurações Geonames atualizadas."; -$a->strings["Geonames Settings"] = "Configurações Geonames"; -$a->strings["Enable Geonames Plugin"] = "Plugin Geonames Habilitado"; -$a->strings["Your account on %s will expire in a few days."] = "Sua conta em %s expirará em poucos dias."; -$a->strings["Your Friendica account is about to expire."] = ""; -$a->strings["Hi %1\$s,\n\nYour account on %2\$s will expire in less than five days. You may keep your account by logging in at least once every 30 days"] = ""; -$a->strings["Upload a file"] = "Enviar um arquivo"; -$a->strings["Drop files here to upload"] = "Solte os arquivos a serem enviados aqui"; -$a->strings["Failed"] = "Falhou"; -$a->strings["No files were uploaded."] = "Nenhum arquivo foi enviado."; -$a->strings["Uploaded file is empty"] = "O arquivo enviado está em branco"; -$a->strings["File has an invalid extension, it should be one of "] = "O arquivo possui uma extensão inválida, são aceitas somente "; -$a->strings["Upload was cancelled, or server error encountered"] = "O envio foi cancelado ou ocorreu algum erro no servidor"; -$a->strings["show/hide"] = ""; -$a->strings["No forum subscriptions"] = ""; -$a->strings["Forumlist settings updated."] = ""; -$a->strings["Forumlist Settings"] = ""; -$a->strings["Randomise forum list"] = ""; -$a->strings["Show forums on profile page"] = ""; -$a->strings["Show forums on network page"] = ""; -$a->strings["Impressum"] = "Impressum"; -$a->strings["Site Owner"] = "Responsável pelo site"; -$a->strings["Email Address"] = "Endereço de e-mail"; -$a->strings["Postal Address"] = "Endereço postal"; -$a->strings["The impressum addon needs to be configured!
Please add at least the owner variable to your config file. For other variables please refer to the README file of the addon."] = "O complemento Impressum necessita ser configurado!
Por favor, adicione ao menos o nome do responsável ao arquivo de configuração. Para outras informações, por favor, consulte o arquivo README do complemento."; -$a->strings["The page operators name."] = "O nome da página operadores"; -$a->strings["Site Owners Profile"] = "Perfil do responsável pelo site"; -$a->strings["Profile address of the operator."] = "Endereço do perfil do operador"; -$a->strings["How to contact the operator via snail mail. You can use BBCode here."] = ""; -$a->strings["Notes"] = "Notas"; -$a->strings["Additional notes that are displayed beneath the contact information. You can use BBCode here."] = ""; -$a->strings["How to contact the operator via email. (will be displayed obfuscated)"] = "Como entrar em contato com o operador por e-mail. (não será mostrado)"; -$a->strings["Footer note"] = "Nota de rodapé"; -$a->strings["Text for the footer. You can use BBCode here."] = ""; -$a->strings["Report Bug"] = "Relate um Bug"; -$a->strings["No Timeline settings updated."] = ""; -$a->strings["No Timeline Settings"] = ""; -$a->strings["Disable Archive selector on profile wall"] = ""; -$a->strings["\"Blockem\" Settings"] = "Configurações \"Blockem\""; -$a->strings["Comma separated profile URLS to block"] = "URLS de perfis separados por vírgulas a serem bloqueados"; -$a->strings["BLOCKEM Settings saved."] = "Configurações BLOCKEM armazenadas."; -$a->strings["Blocked %s - Click to open/close"] = "Bloqueado %s - Clique para abrir/fechar"; -$a->strings["Unblock Author"] = "Desbloqueie Autor"; -$a->strings["Block Author"] = "Bloqueie Autor"; -$a->strings["blockem settings updated"] = "configurações blockem atualizadas"; -$a->strings[":-)"] = ":-)"; -$a->strings[":-("] = ":-("; -$a->strings["lol"] = "lol"; -$a->strings["Quick Comment Settings"] = "Configurações de Comentários Rápidos"; -$a->strings["Quick comments are found near comment boxes, sometimes hidden. Click them to provide simple replies."] = "Comentários rápidos são encontrados próximos às caixas de comentários, algumas vezes ocultos. Clique neles para produzir respostas simples."; -$a->strings["Enter quick comments, one per line"] = "Digite comentários rápidos, um por linha"; -$a->strings["Quick Comment settings saved."] = "As configurações de comentários rápidos foram salvas."; -$a->strings["Tile Server URL"] = ""; -$a->strings["A list of public tile servers"] = ""; -$a->strings["Default zoom"] = "Zoom padrão"; -$a->strings["The default zoom level. (1:world, 18:highest)"] = "O nível padrão de zoom. (1:mundo, 18:máximo) "; -$a->strings["Editplain settings updated."] = "Configurações Editplain atualizadas."; -$a->strings["Group Text"] = ""; -$a->strings["Use a text only (non-image) group selector in the \"group edit\" menu"] = ""; -$a->strings["Could NOT install Libravatar successfully.
It requires PHP >= 5.3"] = ""; -$a->strings["generic profile image"] = "Imagem genérica de perfil"; -$a->strings["random geometric pattern"] = "Padrão geométrico randômico"; -$a->strings["monster face"] = "cara de monstro"; -$a->strings["computer generated face"] = "face gerada por computador"; -$a->strings["retro arcade style face"] = "estilo de face arcade retrô"; -$a->strings["Your PHP version %s is lower than the required PHP >= 5.3."] = ""; -$a->strings["This addon is not functional on your server."] = ""; -$a->strings["Information"] = ""; -$a->strings["Gravatar addon is installed. Please disable the Gravatar addon.
The Libravatar addon will fall back to Gravatar if nothing was found at Libravatar."] = ""; -$a->strings["Default avatar image"] = "Imagem padrão do Avatar "; -$a->strings["Select default avatar image if none was found. See README"] = ""; -$a->strings["Libravatar settings updated."] = ""; -$a->strings["Post to libertree"] = ""; -$a->strings["libertree Post Settings"] = ""; -$a->strings["Enable Libertree Post Plugin"] = ""; -$a->strings["Libertree API token"] = ""; -$a->strings["Libertree site URL"] = ""; -$a->strings["Post to Libertree by default"] = ""; -$a->strings["Altpager settings updated."] = ""; -$a->strings["Alternate Pagination Setting"] = ""; -$a->strings["Use links to \"newer\" and \"older\" pages in place of page numbers?"] = ""; -$a->strings["The MathJax addon renders mathematical formulae written using the LaTeX syntax surrounded by the usual $$ or an eqnarray block in the postings of your wall,network tab and private mail."] = ""; -$a->strings["Use the MathJax renderer"] = ""; -$a->strings["MathJax Base URL"] = ""; -$a->strings["The URL for the javascript file that should be included to use MathJax. Can be either the MathJax CDN or another installation of MathJax."] = ""; -$a->strings["Editplain Settings"] = "Configurações Editplain"; -$a->strings["Disable richtext status editor"] = "Disabilite o modo de edição richtext"; -$a->strings["Libravatar addon is installed, too. Please disable Libravatar addon or this Gravatar addon.
The Libravatar addon will fall back to Gravatar if nothing was found at Libravatar."] = ""; -$a->strings["Select default avatar image if none was found at Gravatar. See README"] = "Selecione a imagem padrão do Avatar se nenhuma for encontrada no Gravatar. Veja o Leiame"; -$a->strings["Rating of images"] = "Avaliação de imagens"; -$a->strings["Select the appropriate avatar rating for your site. See README"] = ""; -$a->strings["Gravatar settings updated."] = "Configurações do Avatar atualizadas"; -$a->strings["Your Friendica test account is about to expire."] = "Sua conta de teste no Friendica vai expirar."; -$a->strings["Hi %1\$s,\n\nYour test account on %2\$s will expire in less than five days. We hope you enjoyed this test drive and use this opportunity to find a permanent Friendica website for your integrated social communications. A list of public sites is available at http://dir.friendica.com/siteinfo - and for more information on setting up your own Friendica server please see the Friendica project website at http://friendica.com."] = ""; -$a->strings["\"pageheader\" Settings"] = "Configurações do \"pageheader\""; -$a->strings["pageheader Settings saved."] = "Configurações do pageheader armazenadas."; -$a->strings["Post to Insanejournal"] = "Publicar no InsaneJournal"; -$a->strings["InsaneJournal Post Settings"] = "Configurações da publicação no InsaneJournal"; -$a->strings["Enable InsaneJournal Post Plugin"] = "Habilitar o plugin de publicação no InsaneJournal"; -$a->strings["InsaneJournal username"] = "Nome de usuário do InsaneJournal"; -$a->strings["InsaneJournal password"] = "Senha do InsaneJournal"; -$a->strings["Post to InsaneJournal by default"] = "Publicar no InsaneJournal por padrão"; -$a->strings["Jappix Mini addon settings"] = ""; -$a->strings["Activate addon"] = ""; -$a->strings["Do not insert the Jappixmini Chat-Widget into the webinterface"] = ""; -$a->strings["Jabber username"] = ""; -$a->strings["Jabber server"] = ""; -$a->strings["Jabber BOSH host"] = ""; -$a->strings["Jabber password"] = ""; -$a->strings["Encrypt Jabber password with Friendica password (recommended)"] = ""; -$a->strings["Friendica password"] = ""; -$a->strings["Approve subscription requests from Friendica contacts automatically"] = ""; -$a->strings["Subscribe to Friendica contacts automatically"] = ""; -$a->strings["Purge internal list of jabber addresses of contacts"] = ""; -$a->strings["Add contact"] = ""; -$a->strings["View Source"] = "Ver Fonte"; -$a->strings["Post to StatusNet"] = "Publicar no StatusNet"; -$a->strings["Please contact your site administrator.
The provided API URL is not valid."] = "Por favor, entre em contato com o administrados do seu site.
A URL da API fornecida não é válida."; -$a->strings["We could not contact the StatusNet API with the Path you entered."] = "Não foi possível contactar a API do StatusNet a partir do caminho que você informou."; -$a->strings["StatusNet settings updated."] = "As configurações do StatusNet foram atualizadas."; -$a->strings["StatusNet Posting Settings"] = "Configurações de publicação no StatusNet"; -$a->strings["Globally Available StatusNet OAuthKeys"] = "OAuthKeys do StatusNet disponíveis globalmente"; -$a->strings["There are preconfigured OAuth key pairs for some StatusNet servers available. If you are useing one of them, please use these credentials. If not feel free to connect to any other StatusNet instance (see below)."] = "Existem pares de chaves OAuth para alguns servidores StatusNet disponíveis. Se você estiver usando algum desses servidores, por favor utilize essas credenciais. Caso contrário, sinta-se à vontade para conectar-se a qualquer outra instância do StatusNet (veja abaixo)."; -$a->strings["Provide your own OAuth Credentials"] = "Forneça suas próprias credenciais OAuth"; -$a->strings["No consumer key pair for StatusNet found. Register your Friendica Account as an desktop client on your StatusNet account, copy the consumer key pair here and enter the API base root.
Before you register your own OAuth key pair ask the administrator if there is already a key pair for this Friendica installation at your favorited StatusNet installation."] = "Nenhum par de chaves para StatusNet encontrado. Registre sua conta Friendica como um cliente de mesa (desktop) na sua conta StatusNet, copie o par de chaves aqui e forneça a raíz base da API.
Antes de registra seu próprio par de chaves OAuth pergunte ao administrador se já existe um par de chaves para essa instalação do Friendica na sua instalação favorita do StatusNet."; -$a->strings["OAuth Consumer Key"] = "Chave de consumidor OAuth"; -$a->strings["OAuth Consumer Secret"] = "Segredo de consumidor OAuth"; -$a->strings["Base API Path (remember the trailing /)"] = "Caminho base da API (lembre-se da / final)"; -$a->strings["To connect to your StatusNet account click the button below to get a security code from StatusNet which you have to copy into the input box below and submit the form. Only your public posts will be posted to StatusNet."] = "Para conectar à sua conta StatusNet, clique no botão abaixo para obter um código de segurança do StatusNet, o qual você deve copiar na caixa de texto abaixo e clicar no botão para enviar o formulário. Somente suas publicações públicas serão enviadas para o StatusNet."; -$a->strings["Log in with StatusNet"] = "Autenticar-se no StatusNet"; -$a->strings["Copy the security code from StatusNet here"] = "Copie o código de segurança do StatusNet aqui"; -$a->strings["Cancel Connection Process"] = "Cancelar o processo de conexão"; -$a->strings["Current StatusNet API is"] = "A API atual do StatusNet é"; -$a->strings["Cancel StatusNet Connection"] = "Cancelar a conexão com o StatusNet"; -$a->strings["Currently connected to: "] = "Atualmente conectado como: "; -$a->strings["If enabled all your public postings can be posted to the associated StatusNet account. You can choose to do so by default (here) or for every posting separately in the posting options when writing the entry."] = "Se habilitado, todas as suas publicações públicas podem ser publicadas na sua conta StatusNet associada. Você pode escolher entre publicar tudo automaticamente (marcando aqui) ou selecionar o que será enviado individualmente (nas opções de publicação, durante o processo de escrita da mensagem)."; -$a->strings["Note: Due your privacy settings (Hide your profile details from unknown viewers?) the link potentially included in public postings relayed to StatusNet will lead the visitor to a blank page informing the visitor that the access to your profile has been restricted."] = "Aviso: Devido às suas configurações de privacidade (Ocultar os detalhes do seu perfil para pessoas desconhecidas?) o link potencialmente incluído nas publicações públicas encaminhadas para o StatusNet levarão o visitante a uma página contendo a informação de que o acesso ao seu perfil é restrito."; -$a->strings["Allow posting to StatusNet"] = "Permitir a publicação no StatusNet"; -$a->strings["Send public postings to StatusNet by default"] = "Enviar as publicações públicas para o StatusNet por padrão"; -$a->strings["Send linked #-tags and @-names to StatusNet"] = ""; -$a->strings["Clear OAuth configuration"] = "Limpar a configuração OAuth"; -$a->strings["API URL"] = "URL da API"; -$a->strings["Infinite Improbability Drive"] = ""; -$a->strings["Post to Tumblr"] = "Postar no Tumblr"; -$a->strings["Tumblr Post Settings"] = "Configurações de postagem do Tumblr"; -$a->strings["Enable Tumblr Post Plugin"] = "Habilitar Plugin de Postagem do Tumblr"; -$a->strings["Tumblr login"] = "Login Tumblr"; -$a->strings["Tumblr password"] = "Senha Tumblr"; -$a->strings["Post to Tumblr by default"] = "Postar para o Tumblr como default"; -$a->strings["Numfriends settings updated."] = "Configurações Numfriends atualizadas."; -$a->strings["Numfriends Settings"] = "Configurações Numfriends"; -$a->strings["How many contacts to display on profile sidebar"] = "Quantos contatos mostrar na barra lateral do perfil"; -$a->strings["Gnot settings updated."] = "As configurações do Gnot foram atualizadas."; -$a->strings["Gnot Settings"] = "Configurações do Gnot"; -$a->strings["Allows threading of email comment notifications on Gmail and anonymising the subject line."] = "Permite o encadeamento das notificações por e-mail de comentário no GMail, tornando a a linha de assunto anônima."; -$a->strings["Enable this plugin/addon?"] = "Habilitar este plugin/complemento?"; -$a->strings["[Friendica:Notify] Comment to conversation #%d"] = "[Friendica:Notify] Comentário na conversa #%d"; -$a->strings["Post to Wordpress"] = "Postar no WordPress"; -$a->strings["WordPress Post Settings"] = "Configurações de postagem do WordPress"; -$a->strings["Enable WordPress Post Plugin"] = "Habilitar plugin de postagem do WordPress"; -$a->strings["WordPress username"] = "Usuário WordPress"; -$a->strings["WordPress password"] = "Senha WordPress"; -$a->strings["WordPress API URL"] = "URL da API do WordPress"; -$a->strings["Post to WordPress by default"] = "Postar para o WordPress como padrão"; -$a->strings["Provide a backlink to the Friendica post"] = ""; -$a->strings["Post from Friendica"] = "Postar do Friendica"; -$a->strings["Read the original post and comment stream on Friendica"] = ""; -$a->strings["\"Show more\" Settings"] = "Configurações de \"Exibir mais\""; -$a->strings["Enable Show More"] = "Habilitar \"Exibir mais\""; -$a->strings["Cutting posts after how much characters"] = "Cortar as mensagens após quantos caracteres"; -$a->strings["Show More Settings saved."] = "As configurações de \"Exibir mais\" foram salvas."; -$a->strings["This website is tracked using the Piwik analytics tool."] = "Este site é acompanhado usando a ferramenta de análises Piwik "; -$a->strings["If you do not want that your visits are logged this way you can set a cookie to prevent Piwik from tracking further visits of the site (opt-out)."] = "Se você não deseja essa forma de registro das suas visitas pode configurar um cookie para evitar que o Piwik registre suas próximas visitas ao site (opt-out)."; -$a->strings["Piwik Base URL"] = "URL base do Piwik"; -$a->strings["Absolute path to your Piwik installation. (without protocol (http/s), with trailing slash)"] = "Caminho absoluto para sua instalação Piwik. (sem protocolo (http/s), com barra à direita)"; -$a->strings["Site ID"] = "ID do site"; -$a->strings["Show opt-out cookie link?"] = "Exibir o link para o cookie de opt-out?"; -$a->strings["Asynchronous tracking"] = "Rastreamento assíncrono"; -$a->strings["Post to Twitter"] = "Publicar no Twitter"; -$a->strings["Twitter settings updated."] = "As atualizações do Twitter foram atualizadas."; -$a->strings["Twitter Posting Settings"] = "Configurações de publicação no Twitter"; -$a->strings["No consumer key pair for Twitter found. Please contact your site administrator."] = "Não foi encontrado nenhum par de chaves de consumidor para o Twitter. Por favor, entre em contato com o administrador do site."; -$a->strings["At this Friendica instance the Twitter plugin was enabled but you have not yet connected your account to your Twitter account. To do so click the button below to get a PIN from Twitter which you have to copy into the input box below and submit the form. Only your public posts will be posted to Twitter."] = "Nessa instância do Friendica o plugin Twitter foi habilitado mas você ainda não conectou sua conta à conta do Twitter. Para assim o fazer clique no botão abaixo para pegar o PIN do Twitter que você deverar copiar na caixa de entrada abaixo e enviar o formulário. Somente suas postagens públicas serão repostadas no Twitter."; -$a->strings["Log in with Twitter"] = "Autenticar-se no Twitter"; -$a->strings["Copy the PIN from Twitter here"] = "Copie o PIN do Twitter aqui"; -$a->strings["If enabled all your public postings can be posted to the associated Twitter account. You can choose to do so by default (here) or for every posting separately in the posting options when writing the entry."] = "Se habilitado, todas as suas publicações públicas podem ser publicadas na sua conta Twitter associada. Você pode escolher entre publicar tudo automaticamente (marcando aqui) ou selecionar o que será enviado individualmente (nas opções de publicação, durante o processo de escrita da mensagem)."; -$a->strings["Note: Due your privacy settings (Hide your profile details from unknown viewers?) the link potentially included in public postings relayed to Twitter will lead the visitor to a blank page informing the visitor that the access to your profile has been restricted."] = "Aviso: Devido às suas configurações de privacidade (Ocultar os detalhes do seu perfil para pessoas desconhecidas?) o link potencialmente incluído nas publicações públicas encaminhadas para o Twitter levarão o visitante a uma página contendo a informação de que o acesso ao seu perfil é restrito."; -$a->strings["Allow posting to Twitter"] = "Permitir a publicação no Twitter"; -$a->strings["Send public postings to Twitter by default"] = "Enviar as publicações públicas automaticamente para o Twitter"; -$a->strings["Send linked #-tags and @-names to Twitter"] = ""; -$a->strings["Consumer key"] = "Chave de consumidor"; -$a->strings["Consumer secret"] = "Segredo de consumidor"; -$a->strings["IRC Settings"] = "Configurações de IRC"; -$a->strings["Channel(s) to auto connect (comma separated)"] = "Canal(is) para auto conectar (separados por vírgulas)"; -$a->strings["Popular Channels (comma separated)"] = "Canais Populares (separados por vírgula)"; -$a->strings["IRC settings saved."] = "Configurações de IRC salvas"; -$a->strings["IRC Chatroom"] = "sala de IRC"; -$a->strings["Popular Channels"] = "Canais populares "; -$a->strings["Fromapp settings updated."] = ""; -$a->strings["FromApp Settings"] = ""; -$a->strings["The application name you would like to show your posts originating from."] = ""; -$a->strings["Use this application name even if another application was used."] = ""; -$a->strings["Post to blogger"] = "publica no blogger"; -$a->strings["Blogger Post Settings"] = "Configuração de publicação no blogger"; -$a->strings["Enable Blogger Post Plugin"] = "Habilita plugin para publicar no Blogger"; -$a->strings["Blogger username"] = "nome de usuário no Blogger"; -$a->strings["Blogger password"] = "senha no Blogger"; -$a->strings["Blogger API URL"] = "URL da API do Blogger"; -$a->strings["Post to Blogger by default"] = "Publica no Blogger por padrão"; -$a->strings["Post to Posterous"] = "Postar no Posterous"; -$a->strings["Posterous Post Settings"] = "Configurações de Postagem do Posterous"; -$a->strings["Enable Posterous Post Plugin"] = "Habilitar Plugin de Postagem do Posterous"; -$a->strings["Posterous login"] = "Login do Posterous"; -$a->strings["Posterous password"] = "Senha do Posterous"; -$a->strings["Posterous site ID"] = ""; -$a->strings["Posterous API token"] = ""; -$a->strings["Post to Posterous by default"] = "Postar para o Posterous como padrão"; -$a->strings["Theme settings"] = "Configurações do tema"; -$a->strings["Set resize level for images in posts and comments (width and height)"] = ""; -$a->strings["Set font-size for posts and comments"] = "Escolha o tamanho da fonte para publicações e comentários"; -$a->strings["Set theme width"] = ""; -$a->strings["Color scheme"] = "Esquema de cores"; -$a->strings["Your posts and conversations"] = "Suas publicações e conversas"; -$a->strings["Your profile page"] = "Sua página de perfil"; -$a->strings["Your contacts"] = "Seus contatos"; -$a->strings["Your photos"] = "Suas fotos"; -$a->strings["Your events"] = "Seus eventos"; -$a->strings["Personal notes"] = "Suas anotações pessoais"; -$a->strings["Your personal photos"] = "Suas fotos pessoais"; -$a->strings["Community Pages"] = "Páginas da Comunidade"; -$a->strings["Community Profiles"] = ""; -$a->strings["Last users"] = "Últimos usuários"; -$a->strings["Last likes"] = "Últimos \"likes\""; -$a->strings["Last photos"] = "Últimas fotos"; -$a->strings["Find Friends"] = "Encontrar amigos"; -$a->strings["Local Directory"] = "Diretório Local"; -$a->strings["Similar Interests"] = "Interesses Parecidos"; -$a->strings["Invite Friends"] = "Convidar amigos"; -$a->strings["Earth Layers"] = ""; -$a->strings["Set zoomfactor for Earth Layers"] = ""; -$a->strings["Set longitude (X) for Earth Layers"] = ""; -$a->strings["Set latitude (Y) for Earth Layers"] = ""; -$a->strings["Help or @NewHere ?"] = "Ajuda ou @NewHere ?"; -$a->strings["Connect Services"] = "Conectar serviços"; -$a->strings["Last Tweets"] = ""; -$a->strings["Set twitter search term"] = ""; -$a->strings["don't show"] = "não exibir"; -$a->strings["show"] = "exibir"; -$a->strings["Show/hide boxes at right-hand column:"] = ""; -$a->strings["Set line-height for posts and comments"] = "Escolha comprimento da linha para publicações e comentários"; -$a->strings["Set resolution for middle column"] = "Escolha a resolução para a coluna do meio"; -$a->strings["Set color scheme"] = ""; -$a->strings["Set zoomfactor for Earth Layer"] = ""; -$a->strings["Last tweets"] = ""; -$a->strings["Alignment"] = "Alinhamento"; -$a->strings["Left"] = "Esquerda"; -$a->strings["Center"] = "Centro"; -$a->strings["Posts font size"] = ""; -$a->strings["Textareas font size"] = ""; -$a->strings["Set colour scheme"] = ""; $a->strings["j F, Y"] = "j F, Y"; $a->strings["j F"] = "j de F"; $a->strings["Birthday:"] = "Aniversário:"; $a->strings["Age:"] = "Idade:"; -$a->strings["for %1\$d %2\$s"] = ""; +$a->strings["Status:"] = "Estado:"; +$a->strings["for %1\$d %2\$s"] = "para %1\$d %2\$s"; +$a->strings["Sexual Preference:"] = "Preferência sexual:"; +$a->strings["Homepage:"] = "Página web:"; +$a->strings["Hometown:"] = "Cidade:"; $a->strings["Tags:"] = "Tags:"; +$a->strings["Political Views:"] = "Posição política:"; $a->strings["Religion:"] = "Religião:"; +$a->strings["About:"] = "Sobre:"; $a->strings["Hobbies/Interests:"] = "Passatempos/Interesses:"; +$a->strings["Likes:"] = "Likes:"; +$a->strings["Dislikes:"] = "Dislikes:"; $a->strings["Contact information and Social Networks:"] = "Informações de contato e redes sociais:"; $a->strings["Musical interests:"] = "Preferências musicais:"; $a->strings["Books, literature:"] = "Livros, literatura"; @@ -1667,22 +32,6 @@ $a->strings["Film/dance/culture/entertainment:"] = "Filmes/dança/cultura/entret $a->strings["Love/Romance:"] = "Amor/romance:"; $a->strings["Work/employment:"] = "Trabalho/emprego:"; $a->strings["School/education:"] = "Escola/educação:"; -$a->strings["Unknown | Not categorised"] = "Desconhecido | Não categorizado"; -$a->strings["Block immediately"] = "Bloquear imediatamente"; -$a->strings["Shady, spammer, self-marketer"] = "Dissimulado, spammer, propagandista"; -$a->strings["Known to me, but no opinion"] = "Eu conheço, mas não possuo nenhuma opinião acerca"; -$a->strings["OK, probably harmless"] = "Ok, provavelmente inofensivo"; -$a->strings["Reputable, has my trust"] = "Boa reputação, tem minha confiança"; -$a->strings["Frequently"] = "Frequentemente"; -$a->strings["Hourly"] = "De hora em hora"; -$a->strings["Twice daily"] = "Duas vezes ao dia"; -$a->strings["OStatus"] = "OStatus"; -$a->strings["RSS/Atom"] = "RSS/Atom"; -$a->strings["Zot!"] = "Zot!"; -$a->strings["LinkedIn"] = "LinkedIn"; -$a->strings["XMPP/IM"] = "XMPP/IM"; -$a->strings["MySpace"] = "MySpace"; -$a->strings["Google+"] = ""; $a->strings["Male"] = "Masculino"; $a->strings["Female"] = "Feminino"; $a->strings["Currently Male"] = "Atualmente masculino"; @@ -1724,275 +73,59 @@ $a->strings["Friends/Benefits"] = "Amigos/Benefícios"; $a->strings["Casual"] = "Casual"; $a->strings["Engaged"] = "Envolvido(a)"; $a->strings["Married"] = "Casado(a)"; -$a->strings["Imaginarily married"] = ""; +$a->strings["Imaginarily married"] = "Platonicamente casado"; $a->strings["Partners"] = "Parceiros"; $a->strings["Cohabiting"] = "Coabitando"; -$a->strings["Common law"] = ""; +$a->strings["Common law"] = "Lei do comum"; $a->strings["Happy"] = "Feliz"; -$a->strings["Not looking"] = ""; +$a->strings["Not looking"] = "Não olhando"; $a->strings["Swinger"] = "Swinger"; $a->strings["Betrayed"] = "Traído(a)"; $a->strings["Separated"] = "Separado(a)"; $a->strings["Unstable"] = "Instável"; $a->strings["Divorced"] = "Divorciado(a)"; -$a->strings["Imaginarily divorced"] = ""; +$a->strings["Imaginarily divorced"] = "Platonicamente divorciado"; $a->strings["Widowed"] = "Viúvo(a)"; $a->strings["Uncertain"] = "Incerto(a)"; -$a->strings["It's complicated"] = ""; +$a->strings["It's complicated"] = "É complicado"; $a->strings["Don't care"] = "Não importa"; $a->strings["Ask me"] = "Pergunte-me"; -$a->strings["Starts:"] = "Inicia:"; -$a->strings["Finishes:"] = "Termina:"; -$a->strings["(no subject)"] = "(sem assunto)"; -$a->strings[" on Last.fm"] = ""; -$a->strings["prev"] = "anterior"; -$a->strings["first"] = "primeiro"; -$a->strings["last"] = "último"; -$a->strings["next"] = "próximo"; -$a->strings["newer"] = ""; -$a->strings["older"] = ""; -$a->strings["No contacts"] = "Nenhum contato"; -$a->strings["%d Contact"] = array( - 0 => "%d contato", - 1 => "%d contatos", -); -$a->strings["poke"] = ""; -$a->strings["poked"] = ""; -$a->strings["ping"] = ""; -$a->strings["pinged"] = ""; -$a->strings["prod"] = ""; -$a->strings["prodded"] = ""; -$a->strings["slap"] = ""; -$a->strings["slapped"] = ""; -$a->strings["finger"] = ""; -$a->strings["fingered"] = ""; -$a->strings["rebuff"] = ""; -$a->strings["rebuffed"] = ""; -$a->strings["happy"] = ""; -$a->strings["sad"] = ""; -$a->strings["mellow"] = ""; -$a->strings["tired"] = ""; -$a->strings["perky"] = ""; -$a->strings["angry"] = ""; -$a->strings["stupified"] = ""; -$a->strings["puzzled"] = ""; -$a->strings["interested"] = ""; -$a->strings["bitter"] = ""; -$a->strings["cheerful"] = ""; -$a->strings["alive"] = ""; -$a->strings["annoyed"] = ""; -$a->strings["anxious"] = ""; -$a->strings["cranky"] = ""; -$a->strings["disturbed"] = ""; -$a->strings["frustrated"] = ""; -$a->strings["motivated"] = ""; -$a->strings["relaxed"] = ""; -$a->strings["surprised"] = ""; -$a->strings["January"] = "Janeiro"; -$a->strings["February"] = "Fevereiro"; -$a->strings["March"] = "Março"; -$a->strings["April"] = "Abril"; -$a->strings["May"] = "Maio"; -$a->strings["June"] = "Junho"; -$a->strings["July"] = "Julho"; -$a->strings["August"] = "Agosto"; -$a->strings["September"] = "Setembro"; -$a->strings["October"] = "Outubro"; -$a->strings["November"] = "Novembro"; -$a->strings["December"] = "Dezembro"; -$a->strings["bytes"] = "bytes"; -$a->strings["Click to open/close"] = "Clique para abrir/fechar"; -$a->strings["default"] = "padrão"; -$a->strings["Select an alternate language"] = "Selecione um idioma alternativo"; -$a->strings["activity"] = "atividade"; -$a->strings["post"] = "publicar"; -$a->strings["Item filed"] = "O item foi arquivado"; -$a->strings["Sharing notification from Diaspora network"] = "Notificação de compartilhamento da rede Diaspora"; -$a->strings["Attachments:"] = "Anexos:"; -$a->strings["view full size"] = "ver tela cheia"; -$a->strings["Embedded content"] = "Conteúdo incorporado"; -$a->strings["Embedding disabled"] = "A incorporação está desabilitada"; -$a->strings["Error decoding account file"] = ""; -$a->strings["Error! No version data in file! This is not a Friendica account file?"] = ""; -$a->strings["Error! I can't import this file: DB schema version is not compatible."] = ""; -$a->strings["Error! Cannot check nickname"] = ""; -$a->strings["User '%s' already exists on this server!"] = ""; -$a->strings["User creation error"] = ""; -$a->strings["User profile creation error"] = ""; -$a->strings["%d contact not imported"] = array( - 0 => "", - 1 => "", -); -$a->strings["Done. You can now login with your username and password"] = ""; -$a->strings["A deleted group with this name was revived. Existing item permissions may apply to this group and any future members. If this is not what you intended, please create another group with a different name."] = "Um grupo removido com esse nome foi reativado. Permissões de items já existentes poderão se aplicar a esse grupo e a qualquer membro no futuro. Se não é essa a sua intenção, favor criar outro grupo com um nome diferente."; -$a->strings["Default privacy group for new contacts"] = ""; -$a->strings["Everybody"] = "Todos"; -$a->strings["edit"] = "editar"; -$a->strings["Edit group"] = "Editar grupo"; -$a->strings["Create a new group"] = "Criar um novo grupo"; -$a->strings["Contacts not in any group"] = "Contatos não estão dentro de nenhum grupo"; -$a->strings["Logout"] = "Sair"; -$a->strings["End this session"] = "Terminar esta sessão"; -$a->strings["Status"] = "Status"; -$a->strings["Sign in"] = "Entrar"; -$a->strings["Home Page"] = "Página pessoal"; -$a->strings["Create an account"] = "Criar uma conta"; -$a->strings["Help and documentation"] = "Ajuda e documentação"; -$a->strings["Apps"] = "Aplicativos"; -$a->strings["Addon applications, utilities, games"] = "Complementos, utilitários, jogos"; -$a->strings["Search site content"] = "Pesquisar conteúdo no site"; -$a->strings["Conversations on this site"] = "Conversas neste site"; -$a->strings["Directory"] = "Diretório"; -$a->strings["People directory"] = "Diretório de pessoas"; -$a->strings["Conversations from your friends"] = "Conversas dos seus amigos"; -$a->strings["Network Reset"] = ""; -$a->strings["Load Network page with no filters"] = ""; -$a->strings["Friend Requests"] = "Requisições de Amizade"; -$a->strings["See all notifications"] = "Ver todas notificações"; -$a->strings["Mark all system notifications seen"] = "Marcar todas as notificações de sistema como vistas"; -$a->strings["Private mail"] = "Mensagem privada"; -$a->strings["Inbox"] = "Recebidas"; -$a->strings["Outbox"] = "Enviadas"; -$a->strings["Manage"] = "Gerenciar"; -$a->strings["Manage other pages"] = "Gerenciar outras páginas"; -$a->strings["Profiles"] = "Perfis"; -$a->strings["Manage/Edit Profiles"] = ""; -$a->strings["Manage/edit friends and contacts"] = "Gerenciar/editar amigos e contatos"; -$a->strings["Site setup and configuration"] = "Configurações do site"; -$a->strings["Nothing new here"] = "Nada de novo aqui"; -$a->strings["Add New Contact"] = "Adicionar Contato Novo"; -$a->strings["Enter address or web location"] = "Forneça endereço ou localização web"; -$a->strings["Example: bob@example.com, http://example.com/barbara"] = "Por exemplo: joao@exemplo.com, http://exemplo.com/maria"; -$a->strings["%d invitation available"] = array( - 0 => "%d convite disponível", - 1 => "%d convites disponíveis", -); -$a->strings["Find People"] = "Pesquisar por pessoas"; -$a->strings["Enter name or interest"] = "Fornecer nome ou interesse"; -$a->strings["Connect/Follow"] = "Conectar-se/acompanhar"; -$a->strings["Examples: Robert Morgenstein, Fishing"] = "Examplos: Robert Morgenstein, Fishing"; -$a->strings["Random Profile"] = "Perfil Randômico"; -$a->strings["Networks"] = "Redes"; -$a->strings["All Networks"] = "Todas as redes"; -$a->strings["Saved Folders"] = "Pastas salvas"; -$a->strings["Everything"] = "Tudo"; -$a->strings["Categories"] = "Categorias"; -$a->strings["Logged out."] = "Saiu."; -$a->strings["We encountered a problem while logging in with the OpenID you provided. Please check the correct spelling of the ID."] = "Foi encontrado um erro ao tentar conectar usando o OpenID que você forneceu. Por favor, verifique se sua ID está escrita corretamente."; -$a->strings["The error message was:"] = "A mensagem de erro foi:"; -$a->strings["Miscellaneous"] = "Miscelânea"; -$a->strings["year"] = "ano"; -$a->strings["month"] = "mês"; -$a->strings["day"] = "dia"; -$a->strings["never"] = "nunca"; -$a->strings["less than a second ago"] = "menos de um segundo atrás"; -$a->strings["week"] = "semana"; -$a->strings["hour"] = "hora"; -$a->strings["hours"] = "horas"; -$a->strings["minute"] = "minuto"; -$a->strings["minutes"] = "minutos"; -$a->strings["second"] = "segundo"; -$a->strings["seconds"] = "segundos"; -$a->strings["%1\$d %2\$s ago"] = "%1\$d %2\$s atrás"; -$a->strings["%s's birthday"] = ""; -$a->strings["Happy Birthday %s"] = ""; -$a->strings["From: "] = "De: "; +$a->strings["stopped following"] = "parou de acompanhar"; +$a->strings["Poke"] = "Cutucar"; +$a->strings["View Status"] = "Ver Status"; +$a->strings["View Profile"] = "Ver Perfil"; +$a->strings["View Photos"] = "Ver Fotos"; +$a->strings["Network Posts"] = "Publicações da Rede"; +$a->strings["Edit Contact"] = "Editar Contato"; +$a->strings["Send PM"] = "Enviar MP"; $a->strings["Image/photo"] = "Imagem/foto"; +$a->strings["%s wrote the following post"] = ""; $a->strings["$1 wrote:"] = "$1 escreveu:"; $a->strings["Encrypted content"] = ""; -$a->strings["General Features"] = ""; -$a->strings["Multiple Profiles"] = ""; -$a->strings["Ability to create multiple profiles"] = ""; -$a->strings["Post Composition Features"] = ""; -$a->strings["Richtext Editor"] = ""; -$a->strings["Enable richtext editor"] = ""; -$a->strings["Post Preview"] = ""; -$a->strings["Allow previewing posts and comments before publishing them"] = ""; -$a->strings["Network Sidebar Widgets"] = ""; -$a->strings["Search by Date"] = ""; -$a->strings["Ability to select posts by date ranges"] = ""; -$a->strings["Group Filter"] = ""; -$a->strings["Enable widget to display Network posts only from selected group"] = ""; -$a->strings["Network Filter"] = ""; -$a->strings["Enable widget to display Network posts only from selected network"] = ""; -$a->strings["Save search terms for re-use"] = ""; -$a->strings["Network Tabs"] = ""; -$a->strings["Network Personal Tab"] = ""; -$a->strings["Enable tab to display only Network posts that you've interacted on"] = ""; -$a->strings["Network New Tab"] = ""; -$a->strings["Enable tab to display only new Network posts (from the last 12 hours)"] = ""; -$a->strings["Network Shared Links Tab"] = ""; -$a->strings["Enable tab to display only Network posts with links in them"] = ""; -$a->strings["Post/Comment Tools"] = ""; -$a->strings["Multiple Deletion"] = ""; -$a->strings["Select and delete multiple posts/comments at once"] = ""; -$a->strings["Edit Sent Posts"] = ""; -$a->strings["Edit and correct posts and comments after sending"] = ""; -$a->strings["Tagging"] = ""; -$a->strings["Ability to tag existing posts"] = ""; -$a->strings["Post Categories"] = ""; -$a->strings["Add categories to your posts"] = ""; -$a->strings["Ability to file posts under folders"] = ""; -$a->strings["Dislike Posts"] = ""; -$a->strings["Ability to dislike posts/comments"] = ""; -$a->strings["Star Posts"] = ""; -$a->strings["Ability to mark special posts with a star indicator"] = ""; -$a->strings["Cannot locate DNS info for database server '%s'"] = "Não foi possível localizar a informação de DNS para o servidor de banco de dados '%s'"; -$a->strings["[no subject]"] = "[sem assunto]"; $a->strings["Visible to everybody"] = "Visível para todos"; -$a->strings["Friendica Notification"] = "Notificação Friendica"; -$a->strings["Thank You,"] = "Obrigado,"; -$a->strings["%s Administrator"] = "%s Administrador"; -$a->strings["%s "] = "%s "; -$a->strings["[Friendica:Notify] New mail received at %s"] = "[Friendica:Notify] Nova mensagem recebida em %s"; -$a->strings["%1\$s sent you a new private message at %2\$s."] = ""; -$a->strings["%1\$s sent you %2\$s."] = ""; -$a->strings["a private message"] = "uma mensagem privada"; -$a->strings["Please visit %s to view and/or reply to your private messages."] = "Favor visitar %s para ver e/ou responder às suas mensagens privadas."; -$a->strings["%1\$s commented on [url=%2\$s]a %3\$s[/url]"] = ""; -$a->strings["%1\$s commented on [url=%2\$s]%3\$s's %4\$s[/url]"] = ""; -$a->strings["%1\$s commented on [url=%2\$s]your %3\$s[/url]"] = ""; -$a->strings["[Friendica:Notify] Comment to conversation #%1\$d by %2\$s"] = ""; -$a->strings["%s commented on an item/conversation you have been following."] = "%s comentou um item/conversa que você está seguindo."; -$a->strings["Please visit %s to view and/or reply to the conversation."] = "Favor visitar %s para ver e/ou responder à conversa."; -$a->strings["[Friendica:Notify] %s posted to your profile wall"] = "[Friendica:Notify] %s publicou no mural do seu perfil"; -$a->strings["%1\$s posted to your profile wall at %2\$s"] = ""; -$a->strings["%1\$s posted to [url=%2\$s]your wall[/url]"] = ""; -$a->strings["[Friendica:Notify] %s tagged you"] = "[Friendica:Notify] %s etiquetou você"; -$a->strings["%1\$s tagged you at %2\$s"] = ""; -$a->strings["%1\$s [url=%2\$s]tagged you[/url]."] = ""; -$a->strings["[Friendica:Notify] %1\$s poked you"] = ""; -$a->strings["%1\$s poked you at %2\$s"] = ""; -$a->strings["%1\$s [url=%2\$s]poked you[/url]."] = ""; -$a->strings["[Friendica:Notify] %s tagged your post"] = "[Friendica:Notify] %s etiquetou sua publicação"; -$a->strings["%1\$s tagged your post at %2\$s"] = ""; -$a->strings["%1\$s tagged [url=%2\$s]your post[/url]"] = ""; -$a->strings["[Friendica:Notify] Introduction received"] = "[Friendica:Notify] Você recebeu uma apresentação"; -$a->strings["You've received an introduction from '%1\$s' at %2\$s"] = ""; -$a->strings["You've received [url=%1\$s]an introduction[/url] from %2\$s."] = ""; -$a->strings["You may visit their profile at %s"] = "Você pode visitar o perfil deles em %s"; -$a->strings["Please visit %s to approve or reject the introduction."] = "Favor visitar %s para aprovar ou rejeitar a apresentação."; -$a->strings["[Friendica:Notify] Friend suggestion received"] = "[Friendica:Notify] Você recebeu uma sugestão de amigo"; -$a->strings["You've received a friend suggestion from '%1\$s' at %2\$s"] = ""; -$a->strings["You've received [url=%1\$s]a friend suggestion[/url] for %2\$s from %3\$s."] = ""; -$a->strings["Name:"] = "Nome:"; -$a->strings["Photo:"] = "Foto:"; -$a->strings["Please visit %s to approve or reject the suggestion."] = "Favor visitar %s para aprovar ou rejeitar a sugestão."; +$a->strings["show"] = "exibir"; +$a->strings["don't show"] = "não exibir"; +$a->strings["Logged out."] = "Saiu."; +$a->strings["Login failed."] = "Não foi possível autenticar."; +$a->strings["We encountered a problem while logging in with the OpenID you provided. Please check the correct spelling of the ID."] = "Foi encontrado um erro ao tentar conectar usando o OpenID que você forneceu. Por favor, verifique se sua ID está escrita corretamente."; +$a->strings["The error message was:"] = "A mensagem de erro foi:"; +$a->strings["l F d, Y \\@ g:i A"] = "l F d, Y \\@ H:i"; +$a->strings["Starts:"] = "Inicia:"; +$a->strings["Finishes:"] = "Termina:"; +$a->strings["Location:"] = "Localização:"; +$a->strings["Disallowed profile URL."] = "URL de perfil não permitida."; $a->strings["Connect URL missing."] = "URL de conexão faltando."; $a->strings["This site is not configured to allow communications with other networks."] = "Este site não está configurado para permitir comunicações com outras redes."; $a->strings["No compatible communication protocols or feeds were discovered."] = "Não foi descoberto nenhum protocolo de comunicação ou fonte de notícias compatível."; $a->strings["The profile address specified does not provide adequate information."] = "O endereço de perfil especificado não fornece informação adequada."; $a->strings["An author or name was not found."] = "Não foi encontrado nenhum autor ou nome."; $a->strings["No browser URL could be matched to this address."] = "Não foi possível encontrar nenhuma URL de navegação neste endereço."; -$a->strings["Unable to match @-style Identity Address with a known protocol or email contact."] = ""; -$a->strings["Use mailto: in front of address to force email check."] = ""; +$a->strings["Unable to match @-style Identity Address with a known protocol or email contact."] = "Não foi possível casa o estilo @ de Endereço de Identidade com um protocolo conhecido ou contato de email."; +$a->strings["Use mailto: in front of address to force email check."] = "Use mailto: antes do endereço para forçar a checagem de email."; $a->strings["The profile address specified belongs to a network which has been disabled on this site."] = "O endereço de perfil especificado pertence a uma rede que foi desabilitada neste site."; $a->strings["Limited profile. This person will be unable to receive direct/personal notifications from you."] = "Perfil limitado. Essa pessoa não poderá receber notificações diretas/pessoais de você."; $a->strings["Unable to retrieve contact information."] = "Não foi possível recuperar a informação do contato."; $a->strings["following"] = "acompanhando"; -$a->strings["A new person is sharing with you at "] = "Uma nova pessoa está compartilhando com você em "; -$a->strings["You have a new follower at "] = "Você tem um novo acompanhante em "; -$a->strings["Archives"] = ""; $a->strings["An invitation is required."] = "É necessário um convite."; $a->strings["Invitation could not be verified."] = "Não foi possível verificar o convite."; $a->strings["Invalid OpenID url"] = "A URL do OpenID é inválida"; @@ -2008,56 +141,1498 @@ $a->strings["Nickname is already registered. Please choose another."] = "Esta id $a->strings["Nickname was once registered here and may not be re-used. Please choose another."] = "Essa identificação já foi registrada e não pode ser reutilizada. Por favor, escolha outra."; $a->strings["SERIOUS ERROR: Generation of security keys failed."] = "ERRO GRAVE: Não foi possível gerar as chaves de segurança."; $a->strings["An error occurred during registration. Please try again."] = "Ocorreu um erro durante o registro. Por favor, tente novamente."; +$a->strings["default"] = "padrão"; $a->strings["An error occurred creating your default profile. Please try again."] = "Ocorreu um erro na criação do seu perfil padrão. Por favor, tente novamente."; -$a->strings["Welcome "] = "Bem-vindo(a) "; -$a->strings["Please upload a profile photo."] = "Por favor, envie uma foto para o perfil."; -$a->strings["Welcome back "] = "Bem-vindo(a) de volta "; -$a->strings["The form security token was not correct. This probably happened because the form has been opened for too long (>3 hours) before submitting it."] = ""; -$a->strings["stopped following"] = "parou de acompanhar"; -$a->strings["Poke"] = ""; -$a->strings["View Status"] = "Ver Status"; -$a->strings["View Profile"] = "Ver Perfil"; -$a->strings["View Photos"] = "Ver Fotos"; -$a->strings["Network Posts"] = "Publicações da Rede"; -$a->strings["Edit Contact"] = "Editar Contato"; -$a->strings["Send PM"] = "Enviar MP"; -$a->strings["%1\$s poked %2\$s"] = ""; +$a->strings["Profile Photos"] = "Fotos do perfil"; +$a->strings["Unknown | Not categorised"] = "Desconhecido | Não categorizado"; +$a->strings["Block immediately"] = "Bloquear imediatamente"; +$a->strings["Shady, spammer, self-marketer"] = "Dissimulado, spammer, propagandista"; +$a->strings["Known to me, but no opinion"] = "Eu conheço, mas não possuo nenhuma opinião acerca"; +$a->strings["OK, probably harmless"] = "Ok, provavelmente inofensivo"; +$a->strings["Reputable, has my trust"] = "Boa reputação, tem minha confiança"; +$a->strings["Frequently"] = "Frequentemente"; +$a->strings["Hourly"] = "De hora em hora"; +$a->strings["Twice daily"] = "Duas vezes ao dia"; +$a->strings["Daily"] = "Diariamente"; +$a->strings["Weekly"] = "Semanalmente"; +$a->strings["Monthly"] = "Mensalmente"; +$a->strings["Friendica"] = "Friendica"; +$a->strings["OStatus"] = "OStatus"; +$a->strings["RSS/Atom"] = "RSS/Atom"; +$a->strings["Email"] = "E-mail"; +$a->strings["Diaspora"] = "Diaspora"; +$a->strings["Facebook"] = "Facebook"; +$a->strings["Zot!"] = "Zot!"; +$a->strings["LinkedIn"] = "LinkedIn"; +$a->strings["XMPP/IM"] = "XMPP/IM"; +$a->strings["MySpace"] = "MySpace"; +$a->strings["Google+"] = "Google+"; +$a->strings["Add New Contact"] = "Adicionar Contato Novo"; +$a->strings["Enter address or web location"] = "Forneça endereço ou localização web"; +$a->strings["Example: bob@example.com, http://example.com/barbara"] = "Por exemplo: joao@exemplo.com, http://exemplo.com/maria"; +$a->strings["Connect"] = "Conectar"; +$a->strings["%d invitation available"] = array( + 0 => "%d convite disponível", + 1 => "%d convites disponíveis", +); +$a->strings["Find People"] = "Pesquisar por pessoas"; +$a->strings["Enter name or interest"] = "Fornecer nome ou interesse"; +$a->strings["Connect/Follow"] = "Conectar-se/acompanhar"; +$a->strings["Examples: Robert Morgenstein, Fishing"] = "Examplos: Robert Morgenstein, Fishing"; +$a->strings["Find"] = "Pesquisar"; +$a->strings["Friend Suggestions"] = "Sugestões de amigos"; +$a->strings["Similar Interests"] = "Interesses Parecidos"; +$a->strings["Random Profile"] = "Perfil Randômico"; +$a->strings["Invite Friends"] = "Convidar amigos"; +$a->strings["Networks"] = "Redes"; +$a->strings["All Networks"] = "Todas as redes"; +$a->strings["Saved Folders"] = "Pastas salvas"; +$a->strings["Everything"] = "Tudo"; +$a->strings["Categories"] = "Categorias"; +$a->strings["%d contact in common"] = array( + 0 => "%d contato em comum", + 1 => "%d contatos em comum", +); +$a->strings["show more"] = "exibir mais"; +$a->strings[" on Last.fm"] = "na Last.fm"; +$a->strings["view full size"] = "ver tela cheia"; +$a->strings["Miscellaneous"] = "Miscelânea"; +$a->strings["year"] = "ano"; +$a->strings["month"] = "mês"; +$a->strings["day"] = "dia"; +$a->strings["never"] = "nunca"; +$a->strings["less than a second ago"] = "menos de um segundo atrás"; +$a->strings["years"] = "anos"; +$a->strings["months"] = "meses"; +$a->strings["week"] = "semana"; +$a->strings["weeks"] = "semanas"; +$a->strings["days"] = "dias"; +$a->strings["hour"] = "hora"; +$a->strings["hours"] = "horas"; +$a->strings["minute"] = "minuto"; +$a->strings["minutes"] = "minutos"; +$a->strings["second"] = "segundo"; +$a->strings["seconds"] = "segundos"; +$a->strings["%1\$d %2\$s ago"] = "%1\$d %2\$s atrás"; +$a->strings["%s's birthday"] = "aniversários de %s's"; +$a->strings["Happy Birthday %s"] = "Feliz Aniversário %s"; +$a->strings["Click here to upgrade."] = "Clique aqui para atualização (upgrade)."; +$a->strings["This action exceeds the limits set by your subscription plan."] = "Essa ação excede o limite configurado pelo seu plano contratado."; +$a->strings["This action is not available under your subscription plan."] = "Essa ação não está disponível em seu plano contratado."; +$a->strings["(no subject)"] = "(sem assunto)"; +$a->strings["noreply"] = "naoresponda"; +$a->strings["%1\$s is now friends with %2\$s"] = "%1\$s agora é amigo de %2\$s"; +$a->strings["Sharing notification from Diaspora network"] = "Notificação de compartilhamento da rede Diaspora"; +$a->strings["photo"] = "foto"; +$a->strings["status"] = "status"; +$a->strings["%1\$s likes %2\$s's %3\$s"] = "%1\$s gosta de %3\$s de %2\$s"; +$a->strings["Attachments:"] = "Anexos:"; +$a->strings["[Name Withheld]"] = "[Nome não revelado]"; +$a->strings["A new person is sharing with you at "] = "Uma nova pessoa está compartilhando com você em "; +$a->strings["You have a new follower at "] = "Você tem um novo acompanhante em "; +$a->strings["Item not found."] = "O item não foi encontrado."; +$a->strings["Do you really want to delete this item?"] = "Você realmente deseja deletar esse item?"; +$a->strings["Yes"] = "Sim"; +$a->strings["Cancel"] = "Cancelar"; +$a->strings["Permission denied."] = "Permissão negada."; +$a->strings["Archives"] = "Arquivos"; +$a->strings["General Features"] = "Funcionalidades Gerais"; +$a->strings["Multiple Profiles"] = "Perfís Múltiplos"; +$a->strings["Ability to create multiple profiles"] = "Habilidade para criar perfis múltiplos"; +$a->strings["Post Composition Features"] = "Funcionalidades de Composição de Publicações"; +$a->strings["Richtext Editor"] = "Editor Richtext"; +$a->strings["Enable richtext editor"] = "Habilite editor richtext"; +$a->strings["Post Preview"] = "Pré-visualização da Publicação"; +$a->strings["Allow previewing posts and comments before publishing them"] = "Permite pré-visualizar publicações e comentários antes de publicá-los"; +$a->strings["Network Sidebar Widgets"] = "Widgets da Barra Lateral da Rede"; +$a->strings["Search by Date"] = "Buscar por Data"; +$a->strings["Ability to select posts by date ranges"] = "Habilidade para selecionar publicações por intervalos de data"; +$a->strings["Group Filter"] = "Filtrar Grupo"; +$a->strings["Enable widget to display Network posts only from selected group"] = "Habilita widget para mostrar publicações da Rede somente de grupos selecionados"; +$a->strings["Network Filter"] = "Filtrar Rede"; +$a->strings["Enable widget to display Network posts only from selected network"] = "Habilita widget para mostrar publicações da Rede de redes selecionadas"; +$a->strings["Saved Searches"] = "Pesquisas salvas"; +$a->strings["Save search terms for re-use"] = "Guarde as palavras-chaves para reuso"; +$a->strings["Network Tabs"] = "Abas da Rede"; +$a->strings["Network Personal Tab"] = "Aba Pessoal da Rede"; +$a->strings["Enable tab to display only Network posts that you've interacted on"] = "Habilitar aba para mostrar apenas as publicações da Rede que você tenha interagido"; +$a->strings["Network New Tab"] = "Aba Nova da Rede"; +$a->strings["Enable tab to display only new Network posts (from the last 12 hours)"] = "Habilite aba para mostra apenas publicações da Rede novas (das últimas 12 horas)"; +$a->strings["Network Shared Links Tab"] = "Aba de Links Compartilhados da Rede"; +$a->strings["Enable tab to display only Network posts with links in them"] = "Habilite aba para mostrar somente publicações da Rede que contenham links"; +$a->strings["Post/Comment Tools"] = "Ferramentas de Publicação/Comentário"; +$a->strings["Multiple Deletion"] = "Deleção Multipla"; +$a->strings["Select and delete multiple posts/comments at once"] = "Selecione e delete múltiplas publicações/comentário imediatamente"; +$a->strings["Edit Sent Posts"] = "Editar Publicações Enviadas"; +$a->strings["Edit and correct posts and comments after sending"] = "Editar e corrigir publicações e comentários após envio"; +$a->strings["Tagging"] = "Marcação"; +$a->strings["Ability to tag existing posts"] = "Capacidade de marcar (tag) publicações existentes"; +$a->strings["Post Categories"] = "Categorias de Publicações"; +$a->strings["Add categories to your posts"] = "Adicione Categorias ás Publicações"; +$a->strings["Ability to file posts under folders"] = "Habilidade de arquivar publicações em pastas"; +$a->strings["Dislike Posts"] = "Desgoste (dislike) Publicações"; +$a->strings["Ability to dislike posts/comments"] = "Habilidade para desgostar (dislike) publicações/comentários"; +$a->strings["Star Posts"] = "Estrelar Publicações"; +$a->strings["Ability to mark special posts with a star indicator"] = "Habilidade para marcar publicações especiais com uma estrela indicadora"; +$a->strings["Cannot locate DNS info for database server '%s'"] = "Não foi possível localizar a informação de DNS para o servidor de banco de dados '%s'"; +$a->strings["prev"] = "anterior"; +$a->strings["first"] = "primeiro"; +$a->strings["last"] = "último"; +$a->strings["next"] = "próximo"; +$a->strings["newer"] = "mais recente"; +$a->strings["older"] = "antigo"; +$a->strings["No contacts"] = "Nenhum contato"; +$a->strings["%d Contact"] = array( + 0 => "%d contato", + 1 => "%d contatos", +); +$a->strings["View Contacts"] = "Ver contatos"; +$a->strings["Search"] = "Pesquisar"; +$a->strings["Save"] = "Salvar"; +$a->strings["poke"] = "cutucar"; +$a->strings["poked"] = "cutucado"; +$a->strings["ping"] = "ping"; +$a->strings["pinged"] = "pingado"; +$a->strings["prod"] = "incentivar"; +$a->strings["prodded"] = "incentivado"; +$a->strings["slap"] = "bater"; +$a->strings["slapped"] = "batido"; +$a->strings["finger"] = "apontar"; +$a->strings["fingered"] = "apontado"; +$a->strings["rebuff"] = "rejeite"; +$a->strings["rebuffed"] = "rejeitado"; +$a->strings["happy"] = "feliz"; +$a->strings["sad"] = "triste"; +$a->strings["mellow"] = ""; +$a->strings["tired"] = "cansado"; +$a->strings["perky"] = ""; +$a->strings["angry"] = "chateado"; +$a->strings["stupified"] = "estupefato"; +$a->strings["puzzled"] = "confuso"; +$a->strings["interested"] = "interessado"; +$a->strings["bitter"] = ""; +$a->strings["cheerful"] = ""; +$a->strings["alive"] = "vivo"; +$a->strings["annoyed"] = "incomodado"; +$a->strings["anxious"] = "ansioso"; +$a->strings["cranky"] = ""; +$a->strings["disturbed"] = "perturbado"; +$a->strings["frustrated"] = "frustrado"; +$a->strings["motivated"] = "motivado"; +$a->strings["relaxed"] = "relaxado"; +$a->strings["surprised"] = "surpreso"; +$a->strings["Monday"] = "Segunda"; +$a->strings["Tuesday"] = "Terça"; +$a->strings["Wednesday"] = "Quarta"; +$a->strings["Thursday"] = "Quinta"; +$a->strings["Friday"] = "Sexta"; +$a->strings["Saturday"] = "Sábado"; +$a->strings["Sunday"] = "Domingo"; +$a->strings["January"] = "Janeiro"; +$a->strings["February"] = "Fevereiro"; +$a->strings["March"] = "Março"; +$a->strings["April"] = "Abril"; +$a->strings["May"] = "Maio"; +$a->strings["June"] = "Junho"; +$a->strings["July"] = "Julho"; +$a->strings["August"] = "Agosto"; +$a->strings["September"] = "Setembro"; +$a->strings["October"] = "Outubro"; +$a->strings["November"] = "Novembro"; +$a->strings["December"] = "Dezembro"; +$a->strings["View Video"] = ""; +$a->strings["bytes"] = "bytes"; +$a->strings["Click to open/close"] = "Clique para abrir/fechar"; +$a->strings["link to source"] = "exibir a origem"; +$a->strings["Select an alternate language"] = "Selecione um idioma alternativo"; +$a->strings["event"] = "evento"; +$a->strings["activity"] = "atividade"; +$a->strings["comment"] = array( + 0 => "comentário", + 1 => "comentários", +); +$a->strings["post"] = "publicar"; +$a->strings["Item filed"] = "O item foi arquivado"; +$a->strings["A deleted group with this name was revived. Existing item permissions may apply to this group and any future members. If this is not what you intended, please create another group with a different name."] = "Um grupo removido com esse nome foi reativado. Permissões de items já existentes poderão se aplicar a esse grupo e a qualquer membro no futuro. Se não é essa a sua intenção, favor criar outro grupo com um nome diferente."; +$a->strings["Default privacy group for new contacts"] = ""; +$a->strings["Everybody"] = "Todos"; +$a->strings["edit"] = "editar"; +$a->strings["Groups"] = "Grupos"; +$a->strings["Edit group"] = "Editar grupo"; +$a->strings["Create a new group"] = "Criar um novo grupo"; +$a->strings["Contacts not in any group"] = "Contatos não estão dentro de nenhum grupo"; +$a->strings["add"] = "adicionar"; +$a->strings["%1\$s doesn't like %2\$s's %3\$s"] = "%1\$s não gosta de %3\$s de %2\$s"; +$a->strings["%1\$s poked %2\$s"] = "%1\$s cutucou %2\$s"; +$a->strings["%1\$s is currently %2\$s"] = "%1\$s atualmente está %2\$s"; +$a->strings["%1\$s tagged %2\$s's %3\$s with %4\$s"] = "%1\$s etiquetou %3\$s de %2\$s com %4\$s"; $a->strings["post/item"] = "postagem/item"; $a->strings["%1\$s marked %2\$s's %3\$s as favorite"] = "%1\$s marcou %3\$s de %2\$s como favorito"; -$a->strings["Categories:"] = ""; -$a->strings["Filed under:"] = ""; +$a->strings["Select"] = "Selecionar"; +$a->strings["Delete"] = "Excluir"; +$a->strings["View %s's profile @ %s"] = "Ver o perfil de %s @ %s"; +$a->strings["Categories:"] = "Categorias:"; +$a->strings["Filed under:"] = "Arquivado sob:"; +$a->strings["%s from %s"] = "%s de %s"; +$a->strings["View in context"] = "Ver no contexto"; +$a->strings["Please wait"] = "Por favor, espere"; $a->strings["remove"] = "remover"; $a->strings["Delete Selected Items"] = "Excluir os itens selecionados"; -$a->strings["Follow Thread"] = ""; +$a->strings["Follow Thread"] = "Seguir o Thread"; $a->strings["%s likes this."] = "%s gostou disso."; $a->strings["%s doesn't like this."] = "%s não gostou disso."; -$a->strings["%2\$d people like this."] = "%2\$d pessoas gostaram disso."; -$a->strings["%2\$d people don't like this."] = "%2\$d pessoas não gostaram disso."; +$a->strings["%2\$d people like this"] = "%2\$d pessoas gostaram disso"; +$a->strings["%2\$d people don't like this"] = "%2\$d pessoas não gostaram disso"; $a->strings["and"] = "e"; $a->strings[", and %d other people"] = ", e mais %d outras pessoas"; $a->strings["%s like this."] = "%s gostaram disso."; $a->strings["%s don't like this."] = "%s não gostaram disso."; $a->strings["Visible to everybody"] = "Visível para todos"; +$a->strings["Please enter a link URL:"] = "Por favor, digite uma URL:"; $a->strings["Please enter a video link/URL:"] = "Favor fornecer um link/URL de vídeo"; $a->strings["Please enter an audio link/URL:"] = "Favor fornecer um link/URL de áudio"; $a->strings["Tag term:"] = "Termo da tag:"; +$a->strings["Save to Folder:"] = "Salvar na pasta:"; $a->strings["Where are you right now?"] = "Onde você está agora?"; -$a->strings["Delete item(s)?"] = ""; +$a->strings["Delete item(s)?"] = "Deletar item(s)?"; +$a->strings["Post to Email"] = "Enviar por e-mail"; +$a->strings["Share"] = "Compartilhar"; +$a->strings["Upload photo"] = "Enviar foto"; +$a->strings["upload photo"] = "upload de foto"; +$a->strings["Attach file"] = "Anexar arquivo"; +$a->strings["attach file"] = "anexar arquivo"; +$a->strings["Insert web link"] = "Inserir link web"; +$a->strings["web link"] = "link web"; +$a->strings["Insert video link"] = "Inserir link de vídeo"; +$a->strings["video link"] = "link de vídeo"; +$a->strings["Insert audio link"] = "Inserir link de áudio"; +$a->strings["audio link"] = "link de áudio"; +$a->strings["Set your location"] = "Definir sua localização"; +$a->strings["set location"] = "configure localização"; +$a->strings["Clear browser location"] = "Limpar a localização do navegador"; +$a->strings["clear location"] = "apague localização"; +$a->strings["Set title"] = "Definir o título"; +$a->strings["Categories (comma-separated list)"] = "Categorias (lista separada por vírgulas)"; +$a->strings["Permission settings"] = "Configurações de permissão"; $a->strings["permissions"] = "permissões"; -$a->strings["Click here to upgrade."] = ""; -$a->strings["This action exceeds the limits set by your subscription plan."] = ""; -$a->strings["This action is not available under your subscription plan."] = ""; +$a->strings["CC: email addresses"] = "CC: endereço de e-mail"; +$a->strings["Public post"] = "Publicação pública"; +$a->strings["Example: bob@example.com, mary@example.com"] = "Por exemplo: joao@exemplo.com, maria@exemplo.com"; +$a->strings["Preview"] = "Pré-visualização"; +$a->strings["Post to Groups"] = "Postar em Grupos"; +$a->strings["Post to Contacts"] = ""; +$a->strings["Private post"] = "Publicar privado"; +$a->strings["Friendica Notification"] = "Notificação Friendica"; +$a->strings["Thank You,"] = "Obrigado,"; +$a->strings["%s Administrator"] = "%s Administrador"; +$a->strings["%s "] = "%s "; +$a->strings["[Friendica:Notify] New mail received at %s"] = "[Friendica:Notify] Nova mensagem recebida em %s"; +$a->strings["%1\$s sent you a new private message at %2\$s."] = "%1\$s lhe enviou uma mensagem privativa em %2\$s."; +$a->strings["%1\$s sent you %2\$s."] = "%1\$s lhe enviou %2\$s."; +$a->strings["a private message"] = "uma mensagem privada"; +$a->strings["Please visit %s to view and/or reply to your private messages."] = "Favor visitar %s para ver e/ou responder às suas mensagens privadas."; +$a->strings["%1\$s commented on [url=%2\$s]a %3\$s[/url]"] = ""; +$a->strings["%1\$s commented on [url=%2\$s]%3\$s's %4\$s[/url]"] = "%1\$s comentou na %4\$s de [url=%2\$s]%3\$s [/url]"; +$a->strings["%1\$s commented on [url=%2\$s]your %3\$s[/url]"] = "%1\$s comentou em [url=%2\$s]seu %3\$s[/url]"; +$a->strings["[Friendica:Notify] Comment to conversation #%1\$d by %2\$s"] = "[Friendica:Notify] Comentário na conversa #%1\$d por %2\$s"; +$a->strings["%s commented on an item/conversation you have been following."] = "%s comentou um item/conversa que você está seguindo."; +$a->strings["Please visit %s to view and/or reply to the conversation."] = "Favor visitar %s para ver e/ou responder à conversa."; +$a->strings["[Friendica:Notify] %s posted to your profile wall"] = "[Friendica:Notify] %s publicou no mural do seu perfil"; +$a->strings["%1\$s posted to your profile wall at %2\$s"] = "%1\$s publicou no mural do seu perfil em %2\$s"; +$a->strings["%1\$s posted to [url=%2\$s]your wall[/url]"] = "%1\$s publicou para [url=%2\$s]seu mural[/url]"; +$a->strings["[Friendica:Notify] %s tagged you"] = "[Friendica:Notify] %s etiquetou você"; +$a->strings["%1\$s tagged you at %2\$s"] = "%1\$s marcou você em %2\$s"; +$a->strings["%1\$s [url=%2\$s]tagged you[/url]."] = "%1\$s [url=%2\$s]marcou você[/url]."; +$a->strings["[Friendica:Notify] %1\$s poked you"] = "[Friendica:Notify] %1\$s cutucou você"; +$a->strings["%1\$s poked you at %2\$s"] = "%1\$s cutucou você às %2\$s"; +$a->strings["%1\$s [url=%2\$s]poked you[/url]."] = "%1\$s [url=%2\$s]cutucou você[/url]."; +$a->strings["[Friendica:Notify] %s tagged your post"] = "[Friendica:Notify] %s etiquetou sua publicação"; +$a->strings["%1\$s tagged your post at %2\$s"] = "%1\$s marcou sua publicação às %2\$s"; +$a->strings["%1\$s tagged [url=%2\$s]your post[/url]"] = ""; +$a->strings["[Friendica:Notify] Introduction received"] = "[Friendica:Notify] Você recebeu uma apresentação"; +$a->strings["You've received an introduction from '%1\$s' at %2\$s"] = ""; +$a->strings["You've received [url=%1\$s]an introduction[/url] from %2\$s."] = ""; +$a->strings["You may visit their profile at %s"] = "Você pode visitar o perfil deles em %s"; +$a->strings["Please visit %s to approve or reject the introduction."] = "Favor visitar %s para aprovar ou rejeitar a apresentação."; +$a->strings["[Friendica:Notify] Friend suggestion received"] = "[Friendica:Notify] Você recebeu uma sugestão de amigo"; +$a->strings["You've received a friend suggestion from '%1\$s' at %2\$s"] = ""; +$a->strings["You've received [url=%1\$s]a friend suggestion[/url] for %2\$s from %3\$s."] = ""; +$a->strings["Name:"] = "Nome:"; +$a->strings["Photo:"] = "Foto:"; +$a->strings["Please visit %s to approve or reject the suggestion."] = "Favor visitar %s para aprovar ou rejeitar a sugestão."; +$a->strings["[no subject]"] = "[sem assunto]"; +$a->strings["Wall Photos"] = "Fotos do mural"; +$a->strings["Nothing new here"] = "Nada de novo aqui"; +$a->strings["Clear notifications"] = "Descartar notificações"; +$a->strings["Logout"] = "Sair"; +$a->strings["End this session"] = "Terminar esta sessão"; +$a->strings["Status"] = "Status"; +$a->strings["Your posts and conversations"] = "Suas publicações e conversas"; +$a->strings["Your profile page"] = "Sua página de perfil"; +$a->strings["Photos"] = "Fotos"; +$a->strings["Your photos"] = "Suas fotos"; +$a->strings["Events"] = "Eventos"; +$a->strings["Your events"] = "Seus eventos"; +$a->strings["Personal notes"] = "Suas anotações pessoais"; +$a->strings["Your personal photos"] = "Suas fotos pessoais"; +$a->strings["Login"] = "Entrar"; +$a->strings["Sign in"] = "Entrar"; +$a->strings["Home"] = "Pessoal"; +$a->strings["Home Page"] = "Página pessoal"; +$a->strings["Register"] = "Registrar"; +$a->strings["Create an account"] = "Criar uma conta"; +$a->strings["Help"] = "Ajuda"; +$a->strings["Help and documentation"] = "Ajuda e documentação"; +$a->strings["Apps"] = "Aplicativos"; +$a->strings["Addon applications, utilities, games"] = "Complementos, utilitários, jogos"; +$a->strings["Search site content"] = "Pesquisar conteúdo no site"; +$a->strings["Community"] = "Comunidade"; +$a->strings["Conversations on this site"] = "Conversas neste site"; +$a->strings["Directory"] = "Diretório"; +$a->strings["People directory"] = "Diretório de pessoas"; +$a->strings["Network"] = "Rede"; +$a->strings["Conversations from your friends"] = "Conversas dos seus amigos"; +$a->strings["Network Reset"] = "Reiniciar Rede"; +$a->strings["Load Network page with no filters"] = "Carregar página Rede sem filtros"; +$a->strings["Introductions"] = "Apresentações"; +$a->strings["Friend Requests"] = "Requisições de Amizade"; +$a->strings["Notifications"] = "Notificações"; +$a->strings["See all notifications"] = "Ver todas notificações"; +$a->strings["Mark all system notifications seen"] = "Marcar todas as notificações de sistema como vistas"; +$a->strings["Messages"] = "Mensagens"; +$a->strings["Private mail"] = "Mensagem privada"; +$a->strings["Inbox"] = "Recebidas"; +$a->strings["Outbox"] = "Enviadas"; +$a->strings["New Message"] = "Nova mensagem"; +$a->strings["Manage"] = "Gerenciar"; +$a->strings["Manage other pages"] = "Gerenciar outras páginas"; +$a->strings["Delegations"] = "Delegações"; +$a->strings["Delegate Page Management"] = "Delegar Administração de Página"; +$a->strings["Settings"] = "Configurações"; +$a->strings["Account settings"] = "Configurações da conta"; +$a->strings["Profiles"] = "Perfis"; +$a->strings["Manage/Edit Profiles"] = "Administrar/Editar Perfis"; +$a->strings["Contacts"] = "Contatos"; +$a->strings["Manage/edit friends and contacts"] = "Gerenciar/editar amigos e contatos"; +$a->strings["Admin"] = "Admin"; +$a->strings["Site setup and configuration"] = "Configurações do site"; +$a->strings["Navigation"] = "Navegação"; +$a->strings["Site map"] = "Mapa do Site"; +$a->strings["Embedded content"] = "Conteúdo incorporado"; +$a->strings["Embedding disabled"] = "A incorporação está desabilitada"; +$a->strings["Error decoding account file"] = "Erro ao decodificar arquivo de conta"; +$a->strings["Error! No version data in file! This is not a Friendica account file?"] = "Erro! Nenhum arquivo de dados de versão! Esse não é um arquivo de conta do Friendica?"; +$a->strings["Error! Cannot check nickname"] = "Erro! Não consigo conferir o apelido (nickname)"; +$a->strings["User '%s' already exists on this server!"] = "User '%s' já existe nesse servidor!"; +$a->strings["User creation error"] = "Erro na criação do usuário"; +$a->strings["User profile creation error"] = "Erro na criação do perfil do Usuário"; +$a->strings["%d contact not imported"] = array( + 0 => "%d contato não foi importado", + 1 => "%d contatos não foram importados", +); +$a->strings["Done. You can now login with your username and password"] = "Feito. Você agora pode entrar com seu nome de usuário e senha"; +$a->strings["Welcome "] = "Bem-vindo(a) "; +$a->strings["Please upload a profile photo."] = "Por favor, envie uma foto para o perfil."; +$a->strings["Welcome back "] = "Bem-vindo(a) de volta "; +$a->strings["The form security token was not correct. This probably happened because the form has been opened for too long (>3 hours) before submitting it."] = "O token de segurança do formulário não estava correto. Isso provavelmente aconteceu porque o formulário estava aberto por muito tempo (>3 horas) antes da submissão dele."; +$a->strings["Profile not found."] = "O perfil não foi encontrado."; +$a->strings["Profile deleted."] = "O perfil foi excluído."; +$a->strings["Profile-"] = "Perfil-"; +$a->strings["New profile created."] = "O novo perfil foi criado."; +$a->strings["Profile unavailable to clone."] = "O perfil não está disponível para clonagem."; +$a->strings["Profile Name is required."] = "É necessário informar o nome do perfil."; +$a->strings["Marital Status"] = "Estado civil"; +$a->strings["Romantic Partner"] = "Parceiro romântico"; +$a->strings["Likes"] = "\"Likes\""; +$a->strings["Dislikes"] = "\"Dislikes\""; +$a->strings["Work/Employment"] = "Trabalho/emprego"; +$a->strings["Religion"] = "Religião"; +$a->strings["Political Views"] = "Posicionamento político"; +$a->strings["Gender"] = "Gênero"; +$a->strings["Sexual Preference"] = "Preferência sexual"; +$a->strings["Homepage"] = "Página Principal"; +$a->strings["Interests"] = "Interesses"; +$a->strings["Address"] = "Endereço"; +$a->strings["Location"] = "Localização"; +$a->strings["Profile updated."] = "O perfil foi atualizado."; +$a->strings[" and "] = " e "; +$a->strings["public profile"] = "perfil público"; +$a->strings["%1\$s changed %2\$s to “%3\$s”"] = "%1\$s mudou %2\$s para “%3\$s”"; +$a->strings[" - Visit %1\$s's %2\$s"] = " - Visite %2\$s de %1\$s"; +$a->strings["%1\$s has an updated %2\$s, changing %3\$s."] = "%1\$s foi atualizado %2\$s, mudando %3\$s."; +$a->strings["Hide your contact/friend list from viewers of this profile?"] = "Ocultar sua lista de contatos/amigos dos visitantes no seu perfil?"; +$a->strings["No"] = "Não"; +$a->strings["Edit Profile Details"] = "Editar os detalhes do perfil"; +$a->strings["Submit"] = "Enviar"; +$a->strings["Change Profile Photo"] = "Mudar Foto do Perfil"; +$a->strings["View this profile"] = "Ver este perfil"; +$a->strings["Create a new profile using these settings"] = "Criar um novo perfil usando estas configurações"; +$a->strings["Clone this profile"] = "Clonar este perfil"; +$a->strings["Delete this profile"] = "Excluir este perfil"; +$a->strings["Profile Name:"] = "Nome do perfil:"; +$a->strings["Your Full Name:"] = "Seu nome completo:"; +$a->strings["Title/Description:"] = "Título/Descrição:"; +$a->strings["Your Gender:"] = "Seu gênero:"; +$a->strings["Birthday (%s):"] = "Aniversário (%s):"; +$a->strings["Street Address:"] = "Endereço:"; +$a->strings["Locality/City:"] = "Localidade/Cidade:"; +$a->strings["Postal/Zip Code:"] = "CEP:"; +$a->strings["Country:"] = "País:"; +$a->strings["Region/State:"] = "Região/Estado:"; +$a->strings[" Marital Status:"] = "Estado civil :"; +$a->strings["Who: (if applicable)"] = "Quem: (se pertinente)"; +$a->strings["Examples: cathy123, Cathy Williams, cathy@example.com"] = "Exemplos: fulano123, Fulano de Tal, fulano@exemplo.com"; +$a->strings["Since [date]:"] = "Desde [data]:"; +$a->strings["Homepage URL:"] = "Endereço do site web:"; +$a->strings["Religious Views:"] = "Orientação religiosa:"; +$a->strings["Public Keywords:"] = "Palavras-chave públicas:"; +$a->strings["Private Keywords:"] = "Palavras-chave privadas:"; +$a->strings["Example: fishing photography software"] = "Exemplo: pesca fotografia software"; +$a->strings["(Used for suggesting potential friends, can be seen by others)"] = "(Usado para sugerir amigos em potencial, pode ser visto pelos outros)"; +$a->strings["(Used for searching profiles, never shown to others)"] = "(Usado na pesquisa de perfis, nunca é exibido para os outros)"; +$a->strings["Tell us about yourself..."] = "Fale um pouco sobre você..."; +$a->strings["Hobbies/Interests"] = "Passatempos/Interesses"; +$a->strings["Contact information and Social Networks"] = "Informações de contato e redes sociais"; +$a->strings["Musical interests"] = "Preferências musicais"; +$a->strings["Books, literature"] = "Livros, literatura"; +$a->strings["Television"] = "Televisão"; +$a->strings["Film/dance/culture/entertainment"] = "Filme/dança/cultura/entretenimento"; +$a->strings["Love/romance"] = "Amor/romance"; +$a->strings["Work/employment"] = "Trabalho/emprego"; +$a->strings["School/education"] = "Escola/educação"; +$a->strings["This is your public profile.
It may be visible to anybody using the internet."] = "Este é o seu perfil público.
Ele pode estar visível para qualquer um que acesse a Internet."; +$a->strings["Age: "] = "Idade: "; +$a->strings["Edit/Manage Profiles"] = "Editar/Gerenciar perfis"; +$a->strings["Change profile photo"] = "Mudar a foto do perfil"; +$a->strings["Create New Profile"] = "Criar um novo perfil"; +$a->strings["Profile Image"] = "Imagem do perfil"; +$a->strings["visible to everybody"] = "visível para todos"; +$a->strings["Edit visibility"] = "Editar a visibilidade"; +$a->strings["Permission denied"] = "Permissão negada"; +$a->strings["Invalid profile identifier."] = "Identificador de perfil inválido."; +$a->strings["Profile Visibility Editor"] = "Editor de visibilidade do perfil"; +$a->strings["Click on a contact to add or remove."] = "Clique em um contato para adicionar ou remover."; +$a->strings["Visible To"] = "Visível para"; +$a->strings["All Contacts (with secure profile access)"] = "Todos os contatos (com acesso a perfil seguro)"; +$a->strings["Personal Notes"] = "Notas pessoais"; +$a->strings["Public access denied."] = "Acesso público negado."; +$a->strings["Access to this profile has been restricted."] = "O acesso a este perfil está restrito."; +$a->strings["Item has been removed."] = "O item foi removido."; +$a->strings["Visit %s's profile [%s]"] = "Visitar o perfil de %s [%s]"; +$a->strings["Edit contact"] = "Editar o contato"; +$a->strings["Contacts who are not members of a group"] = "Contatos que não são membros de um grupo"; +$a->strings["{0} wants to be your friend"] = "{0} deseja ser seu amigo"; +$a->strings["{0} sent you a message"] = "{0} lhe enviou uma mensagem"; +$a->strings["{0} requested registration"] = "{0} solicitou registro"; +$a->strings["{0} commented %s's post"] = "{0} comentou a publicação de %s"; +$a->strings["{0} liked %s's post"] = "{0} gostou da publicação de %s"; +$a->strings["{0} disliked %s's post"] = "{0} não gostou da publicação de %s"; +$a->strings["{0} is now friends with %s"] = "{0} agora é amigo de %s"; +$a->strings["{0} posted"] = "{0} publicou"; +$a->strings["{0} tagged %s's post with #%s"] = "{0} etiquetou a publicação de %s com #%s"; +$a->strings["{0} mentioned you in a post"] = "{0} mencionou você em uma publicação"; +$a->strings["Theme settings updated."] = "As configurações do tema foram atualizadas."; +$a->strings["Site"] = "Site"; +$a->strings["Users"] = "Usuários"; +$a->strings["Plugins"] = "Plugins"; +$a->strings["Themes"] = "Temas"; +$a->strings["DB updates"] = "Atualizações do BD"; +$a->strings["Logs"] = "Relatórios"; +$a->strings["Plugin Features"] = "Recursos do plugin"; +$a->strings["User registrations waiting for confirmation"] = "Cadastros de novos usuários aguardando confirmação"; +$a->strings["Normal Account"] = "Conta normal"; +$a->strings["Soapbox Account"] = "Conta de vitrine"; +$a->strings["Community/Celebrity Account"] = "Conta de comunidade/celebridade"; +$a->strings["Automatic Friend Account"] = "Conta de amigo automático"; +$a->strings["Blog Account"] = "Conta de blog"; +$a->strings["Private Forum"] = "Fórum privado"; +$a->strings["Message queues"] = "Fila de mensagens"; +$a->strings["Administration"] = "Administração"; +$a->strings["Summary"] = "Resumo"; +$a->strings["Registered users"] = "Usuários registrados"; +$a->strings["Pending registrations"] = "Registros pendentes"; +$a->strings["Version"] = "Versão"; +$a->strings["Active plugins"] = "Plugins ativos"; +$a->strings["Site settings updated."] = "As configurações do site foram atualizadas."; +$a->strings["No special theme for mobile devices"] = "Nenhum tema especial para dispositivos móveis"; +$a->strings["Never"] = "Nunca"; +$a->strings["Multi user instance"] = "Instância multi usuário"; +$a->strings["Closed"] = "Fechado"; +$a->strings["Requires approval"] = "Requer aprovação"; +$a->strings["Open"] = "Aberto"; +$a->strings["No SSL policy, links will track page SSL state"] = "Nenhuma política de SSL, os links irão rastrear o estado SSL da página"; +$a->strings["Force all links to use SSL"] = "Forçar todos os links a utilizar SSL"; +$a->strings["Self-signed certificate, use SSL for local links only (discouraged)"] = "Certificado auto-assinado, usar SSL somente para links locais (não recomendado)"; +$a->strings["Registration"] = "Registro"; +$a->strings["File upload"] = "Envio de arquivo"; +$a->strings["Policies"] = "Políticas"; +$a->strings["Advanced"] = "Avançado"; +$a->strings["Performance"] = "Performance"; +$a->strings["Site name"] = "Nome do site"; +$a->strings["Banner/Logo"] = "Banner/Logo"; +$a->strings["System language"] = "Idioma do sistema"; +$a->strings["System theme"] = "Tema do sistema"; +$a->strings["Default system theme - may be over-ridden by user profiles - change theme settings"] = "Tema padrão do sistema. Pode ser substituído nos perfis de usuário - alterar configurações do tema"; +$a->strings["Mobile system theme"] = "Tema do sistema para dispositivos móveis"; +$a->strings["Theme for mobile devices"] = "Tema para dispositivos móveis"; +$a->strings["SSL link policy"] = "Política de link SSL"; +$a->strings["Determines whether generated links should be forced to use SSL"] = "Determina se os links gerados devem ser forçados a utilizar SSL"; +$a->strings["'Share' element"] = "Elemento 'Compartilhar'"; +$a->strings["Activates the bbcode element 'share' for repeating items."] = "Ativa o elemento bbcode 'share' para items repetidos."; +$a->strings["Hide help entry from navigation menu"] = "Oculta a entrada 'Ajuda' do menu de navegação"; +$a->strings["Hides the menu entry for the Help pages from the navigation menu. You can still access it calling /help directly."] = "Oculta a entrada de menu para as páginas de Ajuda do menu de navegação. Ainda será possível acessá-las chamando /help diretamente."; +$a->strings["Single user instance"] = "Instância de usuário único"; +$a->strings["Make this instance multi-user or single-user for the named user"] = "Faça essa instância multiusuário ou usuário único para o usuário em questão"; +$a->strings["Maximum image size"] = "Tamanho máximo da imagem"; +$a->strings["Maximum size in bytes of uploaded images. Default is 0, which means no limits."] = "Tamanho máximo, em bytes, das imagens enviadas. O padrão é 0, o que significa sem limites"; +$a->strings["Maximum image length"] = "Tamanho máximo da imagem"; +$a->strings["Maximum length in pixels of the longest side of uploaded images. Default is -1, which means no limits."] = "Tamanho máximo em pixels do lado mais largo das imagens enviadas. O padrão é -1, que significa sem limites."; +$a->strings["JPEG image quality"] = "Qualidade da imagem JPEG"; +$a->strings["Uploaded JPEGS will be saved at this quality setting [0-100]. Default is 100, which is full quality."] = "Imagens JPEG enviadas serão salvas com essa qualidade [0-100]. O padrão é 100, que significa a melhor qualidade."; +$a->strings["Register policy"] = "Política de registro"; +$a->strings["Maximum Daily Registrations"] = "Registros Diários Máximos"; +$a->strings["If registration is permitted above, this sets the maximum number of new user registrations to accept per day. If register is set to closed, this setting has no effect."] = "Se o registro é permitido acima, isso configura o número máximo de registros de novos usuários a serem aceitos por dia. Se o registro está configurado para 'fechado/closed' , essa configuração não tem efeito."; +$a->strings["Register text"] = "Texto de registro"; +$a->strings["Will be displayed prominently on the registration page."] = "Será exibido com destaque na página de registro."; +$a->strings["Accounts abandoned after x days"] = "Contas abandonadas após x dias"; +$a->strings["Will not waste system resources polling external sites for abandonded accounts. Enter 0 for no time limit."] = "Não desperdiçará recursos do sistema captando de sites externos para contas abandonadas. Digite 0 para nenhum limite de tempo."; +$a->strings["Allowed friend domains"] = "Domínios de amigos permitidos"; +$a->strings["Comma separated list of domains which are allowed to establish friendships with this site. Wildcards are accepted. Empty to allow any domains"] = "Lista dos domínios que têm permissão para estabelecer amizades com esse site, separados por vírgula. Caracteres curinga são aceitos. Deixe em branco para permitir qualquer domínio."; +$a->strings["Allowed email domains"] = "Domínios de e-mail permitidos"; +$a->strings["Comma separated list of domains which are allowed in email addresses for registrations to this site. Wildcards are accepted. Empty to allow any domains"] = "Lista de domínios separados por vírgula, que são permitidos em endereços de e-mail para registro nesse site. Caracteres-curinga são aceitos. Vazio para aceitar qualquer domínio"; +$a->strings["Block public"] = "Bloquear acesso público"; +$a->strings["Check to block public access to all otherwise public personal pages on this site unless you are currently logged in."] = "Marque para bloquear o acesso público a todas as páginas desse site, com exceção das páginas pessoais públicas, a não ser que a pessoa esteja autenticada."; +$a->strings["Force publish"] = "Forçar a listagem"; +$a->strings["Check to force all profiles on this site to be listed in the site directory."] = "Marque para forçar todos os perfis desse site a serem listados no diretório do site."; +$a->strings["Global directory update URL"] = "URL de atualização do diretório global"; +$a->strings["URL to update the global directory. If this is not set, the global directory is completely unavailable to the application."] = "URL para atualizar o diretório global. Se isso não for definido, o diretório global não estará disponível neste site."; +$a->strings["Allow threaded items"] = "Habilita itens aninhados"; +$a->strings["Allow infinite level threading for items on this site."] = "Habilita nível infinito de aninhamento (threading) para itens."; +$a->strings["Private posts by default for new users"] = "Publicações privadas por padrão para novos usuários"; +$a->strings["Set default post permissions for all new members to the default privacy group rather than public."] = "Define as permissões padrão de publicação de todos os novos membros para o grupo de privacidade padrão, ao invés de torná-las públicas."; +$a->strings["Don't include post content in email notifications"] = "Não incluir o conteúdo da postagem nas notificações de email"; +$a->strings["Don't include the content of a post/comment/private message/etc. in the email notifications that are sent out from this site, as a privacy measure."] = "Não incluir o conteúdo de uma postagem/comentário/mensagem privada/etc. em notificações de email que são enviadas para fora desse sítio, como medida de segurança."; +$a->strings["Disallow public access to addons listed in the apps menu."] = ""; +$a->strings["Checking this box will restrict addons listed in the apps menu to members only."] = ""; +$a->strings["Don't embed private images in posts"] = ""; +$a->strings["Don't replace locally-hosted private photos in posts with an embedded copy of the image. This means that contacts who receive posts containing private photos will have to authenticate and load each image, which may take a while."] = ""; +$a->strings["Block multiple registrations"] = "Bloquear registros repetidos"; +$a->strings["Disallow users to register additional accounts for use as pages."] = "Desabilitar o registro de contas adicionais para serem usadas como páginas."; +$a->strings["OpenID support"] = "Suporte ao OpenID"; +$a->strings["OpenID support for registration and logins."] = "Suporte ao OpenID para registros e autenticações."; +$a->strings["Fullname check"] = "Verificar nome completo"; +$a->strings["Force users to register with a space between firstname and lastname in Full name, as an antispam measure"] = "Forçar os usuários a usar um espaço em branco entre o nome e o sobrenome, ao preencherem o nome completo no registro, como uma medida contra o spam"; +$a->strings["UTF-8 Regular expressions"] = "Expressões regulares UTF-8"; +$a->strings["Use PHP UTF8 regular expressions"] = "Use expressões regulares do PHP em UTF8"; +$a->strings["Show Community Page"] = "Exibir a página da comunidade"; +$a->strings["Display a Community page showing all recent public postings on this site."] = "Exibe uma página da Comunidade, mostrando todas as publicações recentes feitas nesse site."; +$a->strings["Enable OStatus support"] = "Habilitar suporte ao OStatus"; +$a->strings["Provide built-in OStatus (identi.ca, status.net, etc.) compatibility. All communications in OStatus are public, so privacy warnings will be occasionally displayed."] = "Fornece compatibilidade nativa ao OStatus (identi,.ca, status.net, etc.). Todas as comunicações via OStatus são públicas, por isso avisos de privacidade serão exibidos ocasionalmente."; +$a->strings["OStatus conversation completion interval"] = ""; +$a->strings["How often shall the poller check for new entries in OStatus conversations? This can be a very ressource task."] = ""; +$a->strings["Enable Diaspora support"] = "Habilitar suporte ao Diaspora"; +$a->strings["Provide built-in Diaspora network compatibility."] = "Fornece compatibilidade nativa com a rede Diaspora."; +$a->strings["Only allow Friendica contacts"] = "Permitir somente contatos Friendica"; +$a->strings["All contacts must use Friendica protocols. All other built-in communication protocols disabled."] = "Todos os contatos devem usar protocolos Friendica. Todos os outros protocolos de comunicação embarcados estão desabilitados"; +$a->strings["Verify SSL"] = "Verificar SSL"; +$a->strings["If you wish, you can turn on strict certificate checking. This will mean you cannot connect (at all) to self-signed SSL sites."] = "Caso deseje, você pode habilitar a restrição de certificações. Isso significa que você não poderá conectar-se a nenhum site que use certificados auto-assinados."; +$a->strings["Proxy user"] = "Usuário do proxy"; +$a->strings["Proxy URL"] = "URL do proxy"; +$a->strings["Network timeout"] = "Limite de tempo da rede"; +$a->strings["Value is in seconds. Set to 0 for unlimited (not recommended)."] = "Valor em segundos. Defina como 0 para ilimitado (não recomendado)."; +$a->strings["Delivery interval"] = "Intervalo de envio"; +$a->strings["Delay background delivery processes by this many seconds to reduce system load. Recommend: 4-5 for shared hosts, 2-3 for virtual private servers. 0-1 for large dedicated servers."] = "Postergue o processo de entrega em background por essa quantidade de segundos visando reduzir a carga do sistema. Recomendado: 4-5 para servidores compartilhados (shared hosts), 2-3 para servidores privados virtuais (VPS). 0-1 para grandes servidores dedicados."; +$a->strings["Poll interval"] = "Intervalo da busca (polling)"; +$a->strings["Delay background polling processes by this many seconds to reduce system load. If 0, use delivery interval."] = "Postergue o processo de entrega em background por essa quantidade de segundos visando reduzir a carga do sistema. Se 0, use intervalo de entrega."; +$a->strings["Maximum Load Average"] = "Média de Carga Máxima"; +$a->strings["Maximum system load before delivery and poll processes are deferred - default 50."] = "Carga do sistema máxima antes que os processos de entrega e busca sejam postergados - padrão 50."; +$a->strings["Use MySQL full text engine"] = "Use o engine de texto completo (full text) do MySQL"; +$a->strings["Activates the full text engine. Speeds up search - but can only search for four and more characters."] = "Ativa a engine de texto completo (full text). Acelera a busca - mas só pode buscar apenas por 4 ou mais caracteres."; +$a->strings["Path to item cache"] = "Diretório do cache de item"; +$a->strings["Cache duration in seconds"] = "Duração do cache em segundos"; +$a->strings["How long should the cache files be hold? Default value is 86400 seconds (One day)."] = "Por quanto tempo o arquivo de caches deve ser guardado? Valor padrão é 86400 segundos (Um dia)."; +$a->strings["Path for lock file"] = "Diretório do arquivo de trava"; +$a->strings["Temp path"] = "Diretório Temp"; +$a->strings["Base path to installation"] = "Diretório base para instalação"; +$a->strings["Update has been marked successful"] = "A atualização foi marcada como bem sucedida"; +$a->strings["Executing %s failed. Check system logs."] = "Ocorreu um erro na execução de %s. Verifique os relatórios do sistema."; +$a->strings["Update %s was successfully applied."] = "A atualização %s foi aplicada com sucesso."; +$a->strings["Update %s did not return a status. Unknown if it succeeded."] = "Atualizar %s não retornou um status. Desconhecido se ele teve sucesso."; +$a->strings["Update function %s could not be found."] = "Não foi possível encontrar a função de atualização %s."; +$a->strings["No failed updates."] = "Nenhuma atualização com falha."; +$a->strings["Failed Updates"] = "Atualizações com falha"; +$a->strings["This does not include updates prior to 1139, which did not return a status."] = "Isso não inclue atualizações antes da 1139, as quais não retornavam um status."; +$a->strings["Mark success (if update was manually applied)"] = "Marcar como bem sucedida (caso tenham sido aplicadas atualizações manuais)"; +$a->strings["Attempt to execute this update step automatically"] = "Tentar executar esse passo da atualização automaticamente"; +$a->strings["%s user blocked/unblocked"] = array( + 0 => "%s usuário bloqueado/desbloqueado", + 1 => "%s usuários bloqueados/desbloqueados", +); +$a->strings["%s user deleted"] = array( + 0 => "%s usuário excluído", + 1 => "%s usuários excluídos", +); +$a->strings["User '%s' deleted"] = "O usuário '%s' foi excluído"; +$a->strings["User '%s' unblocked"] = "O usuário '%s' foi desbloqueado"; +$a->strings["User '%s' blocked"] = "O usuário '%s' foi bloqueado"; +$a->strings["select all"] = "selecionar todos"; +$a->strings["User registrations waiting for confirm"] = "Registros de usuário aguardando confirmação"; +$a->strings["Request date"] = "Solicitar data"; +$a->strings["Name"] = "Nome"; +$a->strings["No registrations."] = "Nenhum registro."; +$a->strings["Approve"] = "Aprovar"; +$a->strings["Deny"] = "Negar"; +$a->strings["Block"] = "Bloquear"; +$a->strings["Unblock"] = "Desbloquear"; +$a->strings["Site admin"] = "Administração do site"; +$a->strings["Account expired"] = "Conta expirou"; +$a->strings["Register date"] = "Data de registro"; +$a->strings["Last login"] = "Última entrada"; +$a->strings["Last item"] = "Último item"; +$a->strings["Account"] = "Conta"; +$a->strings["Selected users will be deleted!\\n\\nEverything these users had posted on this site will be permanently deleted!\\n\\nAre you sure?"] = "Os usuários selecionados serão excluídos!\\n\\nTudo o que estes usuários publicaram neste site será permanentemente excluído!\\n\\nDeseja continuar?"; +$a->strings["The user {0} will be deleted!\\n\\nEverything this user has posted on this site will be permanently deleted!\\n\\nAre you sure?"] = "O usuário {0} será excluído!\\n\\nTudo o que este usuário publicou neste site será permanentemente excluído!\\n\\nDeseja continuar?"; +$a->strings["Plugin %s disabled."] = "O plugin %s foi desabilitado."; +$a->strings["Plugin %s enabled."] = "O plugin %s foi habilitado."; +$a->strings["Disable"] = "Desabilitar"; +$a->strings["Enable"] = "Habilitar"; +$a->strings["Toggle"] = "Alternar"; +$a->strings["Author: "] = "Autor: "; +$a->strings["Maintainer: "] = "Mantenedor: "; +$a->strings["No themes found."] = "Nenhum tema encontrado"; +$a->strings["Screenshot"] = "Captura de tela"; +$a->strings["[Experimental]"] = "[Esperimental]"; +$a->strings["[Unsupported]"] = "[Não suportado]"; +$a->strings["Log settings updated."] = "As configurações de relatórios foram atualizadas."; +$a->strings["Clear"] = "Limpar"; +$a->strings["Enable Debugging"] = ""; +$a->strings["Log file"] = "Arquivo do relatório"; +$a->strings["Must be writable by web server. Relative to your Friendica top-level directory."] = "O servidor web precisa ter permissão de escrita. Relativa ao diretório raiz do seu Friendica."; +$a->strings["Log level"] = "Nível do relatório"; +$a->strings["Update now"] = "Atualizar agora"; +$a->strings["Close"] = "Fechar"; +$a->strings["FTP Host"] = "Endereço do FTP"; +$a->strings["FTP Path"] = "Caminho do FTP"; +$a->strings["FTP User"] = "Usuário do FTP"; +$a->strings["FTP Password"] = "Senha do FTP"; +$a->strings["Unable to locate original post."] = "Não foi possível localizar a publicação original."; +$a->strings["Empty post discarded."] = "A publicação em branco foi descartada."; +$a->strings["System error. Post not saved."] = "Erro no sistema. A publicação não foi salva."; +$a->strings["This message was sent to you by %s, a member of the Friendica social network."] = "Essa mensagem foi enviada a você por %s, um membro da rede social Friendica."; +$a->strings["You may visit them online at %s"] = "Você pode visitá-lo em %s"; +$a->strings["Please contact the sender by replying to this post if you do not wish to receive these messages."] = "Por favor, entre em contato com o remetente respondendo a esta publicação, caso você não queira mais receber estas mensagens."; +$a->strings["%s posted an update."] = "%s publicou uma atualização."; +$a->strings["Friends of %s"] = "Amigos de %s"; +$a->strings["No friends to display."] = "Nenhum amigo para exibir."; +$a->strings["Remove term"] = "Remover o termo"; +$a->strings["No results."] = "Nenhum resultado."; +$a->strings["Authorize application connection"] = "Autorizar a conexão com a aplicação"; +$a->strings["Return to your app and insert this Securty Code:"] = "Volte para a sua aplicação e digite este código de segurança:"; +$a->strings["Please login to continue."] = "Por favor, autentique-se para continuar."; +$a->strings["Do you want to authorize this application to access your posts and contacts, and/or create new posts for you?"] = "Deseja autorizar esta aplicação a acessar suas publicações e contatos e/ou criar novas publicações para você?"; +$a->strings["Registration details for %s"] = "Detalhes do registro de %s"; +$a->strings["Registration successful. Please check your email for further instructions."] = "O registro foi bem sucedido. Por favor, verifique seu e-mail para maiores informações."; +$a->strings["Failed to send email message. Here is the message that failed."] = "Não foi possível enviar a mensagem de e-mail. Aqui está a mensagem que não foi."; +$a->strings["Your registration can not be processed."] = "Não foi possível processar o seu registro."; +$a->strings["Registration request at %s"] = "Solicitação de registro em %s"; +$a->strings["Your registration is pending approval by the site owner."] = "A aprovação do seu registro está pendente junto ao administrador do site."; +$a->strings["This site has exceeded the number of allowed daily account registrations. Please try again tomorrow."] = "Este site excedeu o limite diário permitido para registros de novas contas.\nPor favor tente novamente amanhã."; +$a->strings["You may (optionally) fill in this form via OpenID by supplying your OpenID and clicking 'Register'."] = "Você pode (opcionalmente) preencher este formulário via OpenID, fornecendo seu OpenID e clicando em 'Registrar'."; +$a->strings["If you are not familiar with OpenID, please leave that field blank and fill in the rest of the items."] = "Se você não está familiarizado com o OpenID, por favor, deixe esse campo em branco e preencha os outros itens."; +$a->strings["Your OpenID (optional): "] = "Seu OpenID (opcional): "; +$a->strings["Include your profile in member directory?"] = "Incluir o seu perfil no diretório de membros?"; +$a->strings["Membership on this site is by invitation only."] = "A associação a este site só pode ser feita mediante convite."; +$a->strings["Your invitation ID: "] = "A ID do seu convite: "; +$a->strings["Your Full Name (e.g. Joe Smith): "] = "Seu nome completo (ex: José da Silva): "; +$a->strings["Your Email Address: "] = "Seu endereço de e-mail: "; +$a->strings["Choose a profile nickname. This must begin with a text character. Your profile address on this site will then be 'nickname@\$sitename'."] = "Selecione uma identificação para o perfil. Ela deve começar com um caractere alfabético. O endereço do seu perfil neste site será 'identificação@\$sitename'"; +$a->strings["Choose a nickname: "] = "Escolha uma identificação: "; +$a->strings["Account approved."] = "A conta foi aprovada."; +$a->strings["Registration revoked for %s"] = "O registro de %s foi revogado"; +$a->strings["Please login."] = "Por favor, autentique-se."; +$a->strings["Item not available."] = "O item não está disponível."; +$a->strings["Item was not found."] = "O item não foi encontrado."; +$a->strings["Remove My Account"] = "Remover minha conta"; +$a->strings["This will completely remove your account. Once this has been done it is not recoverable."] = "Isso removerá completamente a sua conta. Uma vez feito isso, não será mais possível recuperá-la."; +$a->strings["Please enter your password for verification:"] = "Por favor, digite a sua senha para verificação:"; +$a->strings["Source (bbcode) text:"] = "Texto fonte (bbcode):"; +$a->strings["Source (Diaspora) text to convert to BBcode:"] = "Texto fonte (Diaspora) a converter para BBcode:"; +$a->strings["Source input: "] = "Entrada fonte:"; +$a->strings["bb2html (raw HTML): "] = "bb2html (HTML puro):"; +$a->strings["bb2html: "] = "bb2html: "; +$a->strings["bb2html2bb: "] = "bb2html2bb: "; +$a->strings["bb2md: "] = "bb2md: "; +$a->strings["bb2md2html: "] = "bb2md2html: "; +$a->strings["bb2dia2bb: "] = "bb2dia2bb: "; +$a->strings["bb2md2html2bb: "] = "bb2md2html2bb: "; +$a->strings["Source input (Diaspora format): "] = "Fonte de entrada (formato Diaspora):"; +$a->strings["diaspora2bb: "] = "diaspora2bb: "; +$a->strings["Common Friends"] = "Amigos em Comum"; +$a->strings["No contacts in common."] = "Nenhum contato em comum."; +$a->strings["You must be logged in to use addons. "] = ""; +$a->strings["Applications"] = "Aplicativos"; +$a->strings["No installed applications."] = "Nenhum aplicativo instalado"; +$a->strings["Could not access contact record."] = "Não foi possível acessar o registro do contato."; +$a->strings["Could not locate selected profile."] = "Não foi possível localizar o perfil selecionado."; +$a->strings["Contact updated."] = "O contato foi atualizado."; +$a->strings["Failed to update contact record."] = "Não foi possível atualizar o registro do contato."; +$a->strings["Contact has been blocked"] = "O contato foi bloqueado"; +$a->strings["Contact has been unblocked"] = "O contato foi desbloqueado"; +$a->strings["Contact has been ignored"] = "O contato foi ignorado"; +$a->strings["Contact has been unignored"] = "O contato deixou de ser ignorado"; +$a->strings["Contact has been archived"] = "O contato foi arquivado"; +$a->strings["Contact has been unarchived"] = "O contato foi desarquivado"; +$a->strings["Do you really want to delete this contact?"] = "Você realmente deseja deletar esse contato?"; +$a->strings["Contact has been removed."] = "O contato foi removido."; +$a->strings["You are mutual friends with %s"] = "Você possui uma amizade mútua com %s"; +$a->strings["You are sharing with %s"] = "Você está compartilhando com %s"; +$a->strings["%s is sharing with you"] = "%s está compartilhando com você"; +$a->strings["Private communications are not available for this contact."] = "As comunicações privadas não estão disponíveis para este contato."; +$a->strings["(Update was successful)"] = "(A atualização foi bem sucedida)"; +$a->strings["(Update was not successful)"] = "(A atualização não foi bem sucedida)"; +$a->strings["Suggest friends"] = "Sugerir amigos"; +$a->strings["Network type: %s"] = "Tipo de rede: %s"; +$a->strings["View all contacts"] = "Ver todos os contatos"; +$a->strings["Toggle Blocked status"] = "Alternar o status de bloqueio"; +$a->strings["Unignore"] = "Deixar de ignorar"; +$a->strings["Ignore"] = "Ignorar"; +$a->strings["Toggle Ignored status"] = "Alternar o status de ignorado"; +$a->strings["Unarchive"] = "Desarquivar"; +$a->strings["Archive"] = "Arquivar"; +$a->strings["Toggle Archive status"] = "Alternar o status de arquivamento"; +$a->strings["Repair"] = "Reparar"; +$a->strings["Advanced Contact Settings"] = "Configurações avançadas do contato"; +$a->strings["Communications lost with this contact!"] = "As comunicações com esse contato foram perdidas!"; +$a->strings["Contact Editor"] = "Editor de contatos"; +$a->strings["Profile Visibility"] = "Visibilidade do perfil"; +$a->strings["Please choose the profile you would like to display to %s when viewing your profile securely."] = "Por favor, selecione o perfil que você gostaria de exibir para %s quando estiver visualizando seu perfil de modo seguro."; +$a->strings["Contact Information / Notes"] = "Informações sobre o contato / Anotações"; +$a->strings["Edit contact notes"] = "Editar as anotações do contato"; +$a->strings["Block/Unblock contact"] = "Bloquear/desbloquear o contato"; +$a->strings["Ignore contact"] = "Ignorar o contato"; +$a->strings["Repair URL settings"] = "Reparar as definições de URL"; +$a->strings["View conversations"] = "Ver as conversas"; +$a->strings["Delete contact"] = "Excluir o contato"; +$a->strings["Last update:"] = "Última atualização:"; +$a->strings["Update public posts"] = "Atualizar publicações públicas"; +$a->strings["Currently blocked"] = "Atualmente bloqueado"; +$a->strings["Currently ignored"] = "Atualmente ignorado"; +$a->strings["Currently archived"] = "Atualmente arquivado"; +$a->strings["Hide this contact from others"] = "Ocultar este contato dos outros"; +$a->strings["Replies/likes to your public posts may still be visible"] = "Respostas/Gostar associados às suas publicações podem estar visíveis"; +$a->strings["Suggestions"] = "Sugestões"; +$a->strings["Suggest potential friends"] = "Sugerir amigos em potencial"; +$a->strings["All Contacts"] = "Todos os contatos"; +$a->strings["Show all contacts"] = "Exibe todos os contatos"; +$a->strings["Unblocked"] = "Desbloquear"; +$a->strings["Only show unblocked contacts"] = "Exibe somente contatos desbloqueados"; +$a->strings["Blocked"] = "Bloqueado"; +$a->strings["Only show blocked contacts"] = "Exibe somente contatos bloqueados"; +$a->strings["Ignored"] = "Ignorados"; +$a->strings["Only show ignored contacts"] = "Exibe somente contatos ignorados"; +$a->strings["Archived"] = "Arquivados"; +$a->strings["Only show archived contacts"] = "Exibe somente contatos arquivados"; +$a->strings["Hidden"] = "Ocultos"; +$a->strings["Only show hidden contacts"] = "Exibe somente contatos ocultos"; +$a->strings["Mutual Friendship"] = "Amizade mútua"; +$a->strings["is a fan of yours"] = "é um fã seu"; +$a->strings["you are a fan of"] = "você é um fã de"; +$a->strings["Search your contacts"] = "Pesquisar seus contatos"; +$a->strings["Finding: "] = "Pesquisando: "; +$a->strings["everybody"] = "todos"; +$a->strings["Additional features"] = "Funcionalidades adicionais"; +$a->strings["Display settings"] = "Configurações de exibição"; +$a->strings["Connector settings"] = "Configurações do conector"; +$a->strings["Plugin settings"] = "Configurações dos plugins"; +$a->strings["Connected apps"] = "Aplicações conectadas"; +$a->strings["Export personal data"] = "Exportar dados pessoais"; +$a->strings["Remove account"] = "Remover a conta"; +$a->strings["Missing some important data!"] = "Está faltando algum dado importante!"; +$a->strings["Update"] = "Atualizar"; +$a->strings["Failed to connect with email account using the settings provided."] = "Não foi possível conectar à conta de e-mail com as configurações fornecidas."; +$a->strings["Email settings updated."] = "As configurações de e-mail foram atualizadas."; +$a->strings["Features updated"] = "Funcionalidades atualizadas"; +$a->strings["Passwords do not match. Password unchanged."] = "As senhas não correspondem. A senha não foi modificada."; +$a->strings["Empty passwords are not allowed. Password unchanged."] = "Não é permitido uma senha em branco. A senha não foi modificada."; +$a->strings["Wrong password."] = ""; +$a->strings["Password changed."] = "A senha foi modificada."; +$a->strings["Password update failed. Please try again."] = "Não foi possível atualizar a senha. Por favor, tente novamente."; +$a->strings[" Please use a shorter name."] = " Por favor, use um nome mais curto."; +$a->strings[" Name too short."] = " O nome é muito curto."; +$a->strings["Wrong Password"] = ""; +$a->strings[" Not valid email."] = " Não é um e-mail válido."; +$a->strings[" Cannot change to that email."] = " Não foi possível alterar para esse e-mail."; +$a->strings["Private forum has no privacy permissions. Using default privacy group."] = "O fórum privado não possui permissões de privacidade. Utilizando o grupo de privacidade padrão."; +$a->strings["Private forum has no privacy permissions and no default privacy group."] = "O fórum privado não possui permissões de privacidade e nenhum grupo de privacidade padrão."; +$a->strings["Settings updated."] = "As configurações foram atualizadas."; +$a->strings["Add application"] = "Adicionar aplicação"; +$a->strings["Consumer Key"] = "Chave do consumidor"; +$a->strings["Consumer Secret"] = "Segredo do consumidor"; +$a->strings["Redirect"] = "Redirecionar"; +$a->strings["Icon url"] = "URL do ícone"; +$a->strings["You can't edit this application."] = "Você não pode editar esta aplicação."; +$a->strings["Connected Apps"] = "Aplicações conectadas"; +$a->strings["Edit"] = "Editar"; +$a->strings["Client key starts with"] = "A chave do cliente inicia com"; +$a->strings["No name"] = "Sem nome"; +$a->strings["Remove authorization"] = "Remover autorização"; +$a->strings["No Plugin settings configured"] = "Não foi definida nenhuma configuração de plugin"; +$a->strings["Plugin Settings"] = "Configurações do plugin"; +$a->strings["Off"] = "Off"; +$a->strings["On"] = "On"; +$a->strings["Additional Features"] = "Funcionalidades Adicionais"; +$a->strings["Built-in support for %s connectivity is %s"] = "O suporte interno para conectividade de %s está %s"; +$a->strings["enabled"] = "habilitado"; +$a->strings["disabled"] = "desabilitado"; +$a->strings["StatusNet"] = "StatusNet"; +$a->strings["Email access is disabled on this site."] = "O acesso ao e-mail está desabilitado neste site."; +$a->strings["Connector Settings"] = "Configurações do conector"; +$a->strings["Email/Mailbox Setup"] = "Configurações do e-mail/caixa postal"; +$a->strings["If you wish to communicate with email contacts using this service (optional), please specify how to connect to your mailbox."] = "Caso você deseje se comunicar com contatos de e-mail usando este serviço (opcional), por favor especifique como se conectar à sua caixa postal."; +$a->strings["Last successful email check:"] = "Última checagem bem sucedida de e-mail:"; +$a->strings["IMAP server name:"] = "Nome do servidor IMAP:"; +$a->strings["IMAP port:"] = "Porta do IMAP:"; +$a->strings["Security:"] = "Segurança:"; +$a->strings["None"] = "Nenhuma"; +$a->strings["Email login name:"] = "Nome de usuário do e-mail:"; +$a->strings["Email password:"] = "Senha do e-mail:"; +$a->strings["Reply-to address:"] = "Endereço de resposta (Reply-to):"; +$a->strings["Send public posts to all email contacts:"] = "Enviar publicações públicas para todos os contatos de e-mail:"; +$a->strings["Action after import:"] = "Ação após a importação:"; +$a->strings["Mark as seen"] = "Marcar como visto"; +$a->strings["Move to folder"] = "Mover para pasta"; +$a->strings["Move to folder:"] = "Mover para pasta:"; +$a->strings["Display Settings"] = "Configurações de exibição"; +$a->strings["Display Theme:"] = "Tema do perfil:"; +$a->strings["Mobile Theme:"] = "Tema para dispositivos móveis:"; +$a->strings["Update browser every xx seconds"] = "Atualizar o navegador a cada xx segundos"; +$a->strings["Minimum of 10 seconds, no maximum"] = "Mínimo de 10 segundos, não possui máximo"; +$a->strings["Number of items to display per page:"] = "Número de itens a serem exibidos por página:"; +$a->strings["Maximum of 100 items"] = "Máximo de 100 itens"; +$a->strings["Number of items to display per page when viewed from mobile device:"] = ""; +$a->strings["Don't show emoticons"] = "Não exibir emoticons"; +$a->strings["Normal Account Page"] = "Página de conta normal"; +$a->strings["This account is a normal personal profile"] = "Essa conta é um perfil pessoal normal"; +$a->strings["Soapbox Page"] = "Página de vitrine"; +$a->strings["Automatically approve all connection/friend requests as read-only fans"] = "Aprova automaticamente todas as solicitações de conexão/amizade como fãs com permissão somente de leitura"; +$a->strings["Community Forum/Celebrity Account"] = "Conta de fórum de comunidade/celebridade"; +$a->strings["Automatically approve all connection/friend requests as read-write fans"] = "Aprova automaticamente todas as solicitações de conexão/amizade como fãs com permissão de leitura e escrita"; +$a->strings["Automatic Friend Page"] = "Página de amigo automático"; +$a->strings["Automatically approve all connection/friend requests as friends"] = "Aprovar automaticamente todas as solicitações de conexão/amizade como amigos"; +$a->strings["Private Forum [Experimental]"] = "Fórum privado [Experimental]"; +$a->strings["Private forum - approved members only"] = "Fórum privado - somente membros aprovados"; +$a->strings["OpenID:"] = "OpenID:"; +$a->strings["(Optional) Allow this OpenID to login to this account."] = "(Opcional) Permitir o uso deste OpenID para entrar nesta conta"; +$a->strings["Publish your default profile in your local site directory?"] = "Publicar o seu perfil padrão no diretório local do seu site?"; +$a->strings["Publish your default profile in the global social directory?"] = "Publicar o seu perfil padrão no diretório social global?"; +$a->strings["Hide your contact/friend list from viewers of your default profile?"] = "Ocultar visualização da sua lista de contatos/amigos no seu perfil padrão? "; +$a->strings["Hide your profile details from unknown viewers?"] = "Ocultar os detalhes do seu perfil para pessoas desconhecidas?"; +$a->strings["Allow friends to post to your profile page?"] = "Permitir aos amigos publicarem na sua página de perfil?"; +$a->strings["Allow friends to tag your posts?"] = "Permitir aos amigos etiquetarem suas publicações?"; +$a->strings["Allow us to suggest you as a potential friend to new members?"] = "Permitir que você seja sugerido como amigo em potencial para novos membros?"; +$a->strings["Permit unknown people to send you private mail?"] = "Permitir que pessoas desconhecidas lhe enviem mensagens privadas?"; +$a->strings["Profile is not published."] = "O perfil não está publicado."; +$a->strings["or"] = "ou"; +$a->strings["Your Identity Address is"] = "O endereço da sua identidade é"; +$a->strings["Automatically expire posts after this many days:"] = "Expirar automaticamente publicações após tantos dias:"; +$a->strings["If empty, posts will not expire. Expired posts will be deleted"] = "Se deixado em branco, as publicações não irão expirar. Publicações expiradas serão excluídas."; +$a->strings["Advanced expiration settings"] = "Configurações avançadas de expiração"; +$a->strings["Advanced Expiration"] = "Expiração avançada"; +$a->strings["Expire posts:"] = "Expirar publicações:"; +$a->strings["Expire personal notes:"] = "Expirar notas pessoais:"; +$a->strings["Expire starred posts:"] = "Expirar publicações destacadas:"; +$a->strings["Expire photos:"] = "Expirar fotos:"; +$a->strings["Only expire posts by others:"] = "Expirar somente as publicações de outras pessoas:"; +$a->strings["Account Settings"] = "Configurações da conta"; +$a->strings["Password Settings"] = "Configurações da senha"; +$a->strings["New Password:"] = "Nova senha:"; +$a->strings["Confirm:"] = "Confirme:"; +$a->strings["Leave password fields blank unless changing"] = "Deixe os campos de senha em branco, a não ser que você queira alterá-la"; +$a->strings["Current Password:"] = ""; +$a->strings["Your current password to confirm the changes"] = ""; +$a->strings["Password:"] = ""; +$a->strings["Basic Settings"] = "Configurações básicas"; +$a->strings["Email Address:"] = "Endereço de e-mail:"; +$a->strings["Your Timezone:"] = "Seu fuso horário:"; +$a->strings["Default Post Location:"] = "Localização padrão de suas publicações:"; +$a->strings["Use Browser Location:"] = "Usar localizador do navegador:"; +$a->strings["Security and Privacy Settings"] = "Configurações de segurança e privacidade"; +$a->strings["Maximum Friend Requests/Day:"] = "Número máximo de requisições de amizade por dia:"; +$a->strings["(to prevent spam abuse)"] = "(para prevenir abuso de spammers)"; +$a->strings["Default Post Permissions"] = "Permissões padrão de publicação"; +$a->strings["(click to open/close)"] = "(clique para abrir/fechar)"; +$a->strings["Show to Groups"] = "Mostre para Grupos"; +$a->strings["Show to Contacts"] = "Mostre para Contatos"; +$a->strings["Default Private Post"] = "Publicação Privada Padrão"; +$a->strings["Default Public Post"] = "Publicação Pública Padrão"; +$a->strings["Default Permissions for New Posts"] = "Permissões Padrão para Publicações Novas"; +$a->strings["Maximum private messages per day from unknown people:"] = "Número máximo de mensagens privadas de pessoas desconhecidas, por dia:"; +$a->strings["Notification Settings"] = "Configurações de notificação"; +$a->strings["By default post a status message when:"] = "Por padrão, publicar uma mensagem de status ao:"; +$a->strings["accepting a friend request"] = "aceitar uma requisição de amizade"; +$a->strings["joining a forum/community"] = "associar-se a um fórum/comunidade"; +$a->strings["making an interesting profile change"] = "fazer uma modificação interessante em seu perfil"; +$a->strings["Send a notification email when:"] = "Enviar um e-mail de notificação sempre que:"; +$a->strings["You receive an introduction"] = "Você receber uma apresentação"; +$a->strings["Your introductions are confirmed"] = "Suas apresentações forem confirmadas"; +$a->strings["Someone writes on your profile wall"] = "Alguém escrever no mural do seu perfil"; +$a->strings["Someone writes a followup comment"] = "Alguém comentar a sua mensagem"; +$a->strings["You receive a private message"] = "Você receber uma mensagem privada"; +$a->strings["You receive a friend suggestion"] = "Você recebe uma suggestão de amigo"; +$a->strings["You are tagged in a post"] = "Você foi marcado em uma publicação"; +$a->strings["You are poked/prodded/etc. in a post"] = "Você está markado/cutucado/etc. em uma publicação"; +$a->strings["Advanced Account/Page Type Settings"] = "Conta avançada/Configurações do tipo de página"; +$a->strings["Change the behaviour of this account for special situations"] = "Modificar o comportamento desta conta em situações especiais"; +$a->strings["link"] = "ligação"; +$a->strings["Contact settings applied."] = "As configurações do contato foram aplicadas."; +$a->strings["Contact update failed."] = "Não foi possível atualizar o contato."; +$a->strings["Contact not found."] = "O contato não foi encontrado."; +$a->strings["Repair Contact Settings"] = "Corrigir configurações do contato"; +$a->strings["WARNING: This is highly advanced and if you enter incorrect information your communications with this contact may stop working."] = "ATENÇÃO: Isso é muito avançado, se você digitar informações incorretas, suas comunicações com esse contato pode parar de funcionar."; +$a->strings["Please use your browser 'Back' button now if you are uncertain what to do on this page."] = "Por favor, use o botão 'Voltar' do seu navegador agora, caso você não tenha certeza do que está fazendo."; +$a->strings["Return to contact editor"] = "Voltar ao editor de contatos"; +$a->strings["Account Nickname"] = "Identificação da conta"; +$a->strings["@Tagname - overrides Name/Nickname"] = "@Tagname - sobrescreve Nome/Identificação"; +$a->strings["Account URL"] = "URL da conta"; +$a->strings["Friend Request URL"] = "URL da requisição de amizade"; +$a->strings["Friend Confirm URL"] = "URL da confirmação de amizade"; +$a->strings["Notification Endpoint URL"] = "URL do ponto final da notificação"; +$a->strings["Poll/Feed URL"] = "URL do captador/fonte de notícias"; +$a->strings["New photo from this URL"] = "Nova imagem desta URL"; +$a->strings["No potential page delegates located."] = "Nenhuma página delegada potencial localizada."; +$a->strings["Delegates are able to manage all aspects of this account/page except for basic account settings. Please do not delegate your personal account to anybody that you do not trust completely."] = "Delegados podem administrar todos os aspectos dessa página/conta exceto por configurações básicas da conta.\nFavor não delegar sua conta pessoal para ninguém que você não confie inteiramente."; +$a->strings["Existing Page Managers"] = "Administradores de Páginas Existentes"; +$a->strings["Existing Page Delegates"] = "Delegados de Páginas Existentes"; +$a->strings["Potential Delegates"] = "Delegados Potenciais"; +$a->strings["Remove"] = "Remover"; +$a->strings["Add"] = "Adicionar"; +$a->strings["No entries."] = "Sem entradas."; +$a->strings["Poke/Prod"] = "Cutucar/Poke"; +$a->strings["poke, prod or do other things to somebody"] = "Cutucar, poke ou fazer outras coisas com alguém"; +$a->strings["Recipient"] = "Destinatário"; +$a->strings["Choose what you wish to do to recipient"] = "Selecione o que você deseja fazer com o destinatário"; +$a->strings["Make this post private"] = "Fazer com que essa publicação se torne privada"; +$a->strings["This may occasionally happen if contact was requested by both persons and it has already been approved."] = "Isso pode acontecer eventualmente se o contato foi solicitado por ambas as pessoas e ele já tinha sido aprovado."; +$a->strings["Response from remote site was not understood."] = "A resposta do site remoto não foi compreendida."; +$a->strings["Unexpected response from remote site: "] = "Resposta inesperada do site remoto: "; +$a->strings["Confirmation completed successfully."] = "A confirmação foi completada com sucesso."; +$a->strings["Remote site reported: "] = "O site remoto relatou: "; +$a->strings["Temporary failure. Please wait and try again."] = "Falha temporária. Por favor, aguarde e tente novamente."; +$a->strings["Introduction failed or was revoked."] = "Ocorreu uma falha na apresentação ou ela foi revogada."; +$a->strings["Unable to set contact photo."] = "Não foi possível definir a foto do contato."; +$a->strings["No user record found for '%s' "] = "Não foi encontrado nenhum registro de usuário para '%s' "; +$a->strings["Our site encryption key is apparently messed up."] = "A chave de criptografia do nosso site está, aparentemente, bagunçada."; +$a->strings["Empty site URL was provided or URL could not be decrypted by us."] = "Foi fornecida uma URL em branco ou não foi possível descriptografá-la."; +$a->strings["Contact record was not found for you on our site."] = "O registro do contato não foi encontrado para você em seu site."; +$a->strings["Site public key not available in contact record for URL %s."] = "A chave pública do site não está disponível no registro do contato para a URL %s"; +$a->strings["The ID provided by your system is a duplicate on our system. It should work if you try again."] = "O ID fornecido pelo seu sistema é uma duplicata em nosso sistema. Deve funcionar agora, se você tentar de novo."; +$a->strings["Unable to set your contact credentials on our system."] = "Não foi possível definir suas credenciais de contato no nosso sistema."; +$a->strings["Unable to update your contact profile details on our system"] = "Não foi possível atualizar os detalhes do seu perfil em nosso sistema."; +$a->strings["Connection accepted at %s"] = "Conexão aceita em %s"; +$a->strings["%1\$s has joined %2\$s"] = "%1\$s se associou a %2\$s"; +$a->strings["%1\$s welcomes %2\$s"] = "%1\$s dá as boas vinda à %2\$s"; +$a->strings["This introduction has already been accepted."] = "Esta apresentação já foi aceita."; +$a->strings["Profile location is not valid or does not contain profile information."] = "A localização do perfil não é válida ou não contém uma informação de perfil."; +$a->strings["Warning: profile location has no identifiable owner name."] = "Aviso: a localização do perfil não possui nenhum nome identificável do seu dono."; +$a->strings["Warning: profile location has no profile photo."] = "Aviso: a localização do perfil não possui nenhuma foto do perfil."; +$a->strings["%d required parameter was not found at the given location"] = array( + 0 => "O parâmetro requerido %d não foi encontrado na localização fornecida", + 1 => "Os parâmetros requeridos %d não foram encontrados na localização fornecida", +); +$a->strings["Introduction complete."] = "A apresentação foi finalizada."; +$a->strings["Unrecoverable protocol error."] = "Ocorreu um erro irrecuperável de protocolo."; +$a->strings["Profile unavailable."] = "O perfil não está disponível."; +$a->strings["%s has received too many connection requests today."] = "%s recebeu solicitações de conexão em excesso hoje."; +$a->strings["Spam protection measures have been invoked."] = "As medidas de proteção contra spam foram ativadas."; +$a->strings["Friends are advised to please try again in 24 hours."] = "Os amigos foram notificados para tentar novamente em 24 horas."; +$a->strings["Invalid locator"] = "Localizador inválido"; +$a->strings["Invalid email address."] = "Endereço de e-mail inválido."; +$a->strings["This account has not been configured for email. Request failed."] = "Essa conta não foi configurada para e-mails. Não foi possível atender à solicitação."; +$a->strings["Unable to resolve your name at the provided location."] = "Não foi possível encontrar a sua identificação no endereço indicado."; +$a->strings["You have already introduced yourself here."] = "Você já fez a sua apresentação aqui."; +$a->strings["Apparently you are already friends with %s."] = "Aparentemente você já é amigo de %s."; +$a->strings["Invalid profile URL."] = "URL de perfil inválida."; +$a->strings["Your introduction has been sent."] = "A sua apresentação foi enviada."; +$a->strings["Please login to confirm introduction."] = "Por favor, autentique-se para confirmar a apresentação."; +$a->strings["Incorrect identity currently logged in. Please login to this profile."] = "A identidade autenticada está incorreta. Por favor, entre como este perfil."; +$a->strings["Hide this contact"] = "Ocultar este contato"; +$a->strings["Welcome home %s."] = "Bem-vindo(a) à sua página pessoal %s."; +$a->strings["Please confirm your introduction/connection request to %s."] = "Por favor, confirme sua solicitação de apresentação/conexão para %s."; +$a->strings["Confirm"] = "Confirmar"; +$a->strings["Please enter your 'Identity Address' from one of the following supported communications networks:"] = "Por favor, digite seu 'Endereço de Identificação' a partir de uma das seguintes redes de comunicação suportadas:"; +$a->strings["Connect as an email follower (Coming soon)"] = "Conectar como um acompanhante por e-mail (Em breve)"; +$a->strings["If you are not yet a member of the free social web, follow this link to find a public Friendica site and join us today."] = "Caso você ainda não seja membro da rede social livre, clique aqui para encontrar um site Friendica público e junte-se à nós."; +$a->strings["Friend/Connection Request"] = "Solicitação de amizade/conexão"; +$a->strings["Examples: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, testuser@identi.ca"] = "Examplos: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, testuser@identi.ca"; +$a->strings["Please answer the following:"] = "Por favor, entre com as informações solicitadas:"; +$a->strings["Does %s know you?"] = "%s conhece você?"; +$a->strings["Add a personal note:"] = "Adicione uma anotação pessoal:"; +$a->strings["StatusNet/Federated Social Web"] = "StatusNet/Federated Social Web"; +$a->strings[" - please do not use this form. Instead, enter %s into your Diaspora search bar."] = " - Por favor, não utilize esse formulário. Ao invés disso, digite %s na sua barra de pesquisa do Diaspora."; +$a->strings["Your Identity Address:"] = "Seu endereço de identificação:"; +$a->strings["Submit Request"] = "Enviar solicitação"; +$a->strings["%1\$s is following %2\$s's %3\$s"] = "%1\$s está seguindo %2\$s's %3\$s"; +$a->strings["Global Directory"] = "Diretório global"; +$a->strings["Find on this site"] = "Pesquisar neste site"; +$a->strings["Site Directory"] = "Diretório do site"; +$a->strings["Gender: "] = "Gênero: "; +$a->strings["No entries (some entries may be hidden)."] = "Nenhuma entrada (algumas entradas podem estar ocultas)."; +$a->strings["Do you really want to delete this suggestion?"] = "Você realmente deseja deletar essa sugestão?"; +$a->strings["No suggestions available. If this is a new site, please try again in 24 hours."] = "Não existe nenhuma sugestão disponível. Se este for um site novo, por favor tente novamente em 24 horas."; +$a->strings["Ignore/Hide"] = "Ignorar/Ocultar"; +$a->strings["People Search"] = "Pesquisar pessoas"; +$a->strings["No matches"] = "Nenhuma correspondência"; +$a->strings["No videos selected"] = ""; +$a->strings["Access to this item is restricted."] = "O acesso a este item é restrito."; +$a->strings["View Album"] = "Ver álbum"; +$a->strings["Recent Videos"] = ""; +$a->strings["Upload New Videos"] = ""; +$a->strings["Tag removed"] = "A etiqueta foi removida"; +$a->strings["Remove Item Tag"] = "Remover a etiqueta do item"; +$a->strings["Select a tag to remove: "] = "Selecione uma etiqueta para remover: "; +$a->strings["Item not found"] = "O item não foi encontrado"; +$a->strings["Edit post"] = "Editar a publicação"; +$a->strings["Event title and start time are required."] = "O título do evento e a hora de início são obrigatórios."; +$a->strings["l, F j"] = "l, F j"; +$a->strings["Edit event"] = "Editar o evento"; +$a->strings["Create New Event"] = "Criar um novo evento"; +$a->strings["Previous"] = "Anterior"; +$a->strings["Next"] = "Próximo"; +$a->strings["hour:minute"] = "hora:minuto"; +$a->strings["Event details"] = "Detalhes do evento"; +$a->strings["Format is %s %s. Starting date and Title are required."] = "O formato é %s %s. O título e a data de início são obrigatórios."; +$a->strings["Event Starts:"] = "Início do evento:"; +$a->strings["Required"] = "Obrigatório"; +$a->strings["Finish date/time is not known or not relevant"] = "A data/hora de término não é conhecida ou não é relevante"; +$a->strings["Event Finishes:"] = "Término do evento:"; +$a->strings["Adjust for viewer timezone"] = "Ajustar para o fuso horário do visualizador"; +$a->strings["Description:"] = "Descrição:"; +$a->strings["Title:"] = "Título:"; +$a->strings["Share this event"] = "Compartilhar este evento"; +$a->strings["Files"] = "Arquivos"; +$a->strings["Export account"] = "Exportar conta"; +$a->strings["Export your account info and contacts. Use this to make a backup of your account and/or to move it to another server."] = "Exporta suas informações de conta e contatos. Use para fazer uma cópia de segurança de sua conta e/ou para movê-la para outro servidor."; +$a->strings["Export all"] = "Exportar tudo"; +$a->strings["Export your accout info, contacts and all your items as json. Could be a very big file, and could take a lot of time. Use this to make a full backup of your account (photos are not exported)"] = "Exportar as informações de sua conta, contatos e todos os seus items como JSON. Pode ser um arquivo muito grande, e pode levar bastante tempo. Use isto para fazer uma cópia de segurança completa da sua conta (fotos não são exportadas)"; +$a->strings["- select -"] = "-selecione-"; +$a->strings["Import"] = "Importar"; +$a->strings["Move account"] = "Mover conta"; +$a->strings["You can import an account from another Friendica server."] = "Você pode importar um conta de outro sevidor Friendica."; +$a->strings["You need to export your account from the old server and upload it here. We will recreate your old account here with all your contacts. We will try also to inform your friends that you moved here."] = "Você precisa exportar sua conta de um servidor antigo e fazer o upload aqui. Nós recriaremos sua conta antiga aqui com todos os seus contatos. Nós também tentaremos informar seus amigos que você se mudou para cá."; +$a->strings["This feature is experimental. We can't import contacts from the OStatus network (statusnet/identi.ca) or from Diaspora"] = "Esse recurso é experimental. Nós não podemos importar contatos de uma rede OStatus (statusnet/identi.ca) ou do Diaspora"; +$a->strings["Account file"] = "Arquivo de conta"; +$a->strings["To export your accont, go to \"Settings->Export your porsonal data\" and select \"Export account\""] = "Para exportar sua conta, vá em \"Configurações->Exportar seus dados pessoais\" e selecione \"Exportar conta\""; +$a->strings["[Embedded content - reload page to view]"] = "[Conteúdo incorporado - recarregue a página para ver]"; +$a->strings["Contact added"] = "O contato foi adicionado"; +$a->strings["This is Friendica, version"] = "Este é o Friendica, versão"; +$a->strings["running at web location"] = "sendo executado no endereço web"; +$a->strings["Please visit Friendica.com to learn more about the Friendica project."] = "Por favor, visite friendica.com para aprender mais sobre o projeto Friendica."; +$a->strings["Bug reports and issues: please visit"] = "Relatos e acompanhamentos de erros podem ser encontrados em"; +$a->strings["Suggestions, praise, donations, etc. - please email \"Info\" at Friendica - dot com"] = "Sugestões, elogios, doações, etc. - favor enviar e-mail para \"Info\" arroba Friendica - ponto com"; +$a->strings["Installed plugins/addons/apps:"] = "Plugins/complementos/aplicações instaladas:"; +$a->strings["No installed plugins/addons/apps"] = "Nenhum plugin/complemento/aplicativo instalado"; +$a->strings["Friend suggestion sent."] = "A sugestão de amigo foi enviada"; +$a->strings["Suggest Friends"] = "Sugerir amigos"; +$a->strings["Suggest a friend for %s"] = "Sugerir um amigo para %s"; +$a->strings["Group created."] = "O grupo foi criado."; +$a->strings["Could not create group."] = "Não foi possível criar o grupo."; +$a->strings["Group not found."] = "O grupo não foi encontrado."; +$a->strings["Group name changed."] = "O nome do grupo foi alterado."; +$a->strings["Create a group of contacts/friends."] = "Criar um grupo de contatos/amigos."; +$a->strings["Group Name: "] = "Nome do grupo: "; +$a->strings["Group removed."] = "O grupo foi removido."; +$a->strings["Unable to remove group."] = "Não foi possível remover o grupo."; +$a->strings["Group Editor"] = "Editor de grupo"; +$a->strings["Members"] = "Membros"; +$a->strings["No profile"] = "Nenhum perfil"; +$a->strings["Help:"] = "Ajuda:"; +$a->strings["Not Found"] = "Não encontrada"; +$a->strings["Page not found."] = "Página não encontrada."; +$a->strings["No contacts."] = "Nenhum contato."; +$a->strings["Welcome to %s"] = "Bem-vindo(a) a %s"; +$a->strings["Access denied."] = "Acesso negado."; +$a->strings["File exceeds size limit of %d"] = "O arquivo excedeu o tamanho limite de %d"; +$a->strings["File upload failed."] = "Não foi possível enviar o arquivo."; +$a->strings["Image exceeds size limit of %d"] = "A imagem excede o limite de tamanho de %d"; +$a->strings["Unable to process image."] = "Não foi possível processar a imagem."; +$a->strings["Image upload failed."] = "Não foi possível enviar a imagem."; +$a->strings["Total invitation limit exceeded."] = "Limite de convites totais excedido."; +$a->strings["%s : Not a valid email address."] = "%s : Não é um endereço de e-mail válido."; +$a->strings["Please join us on Friendica"] = "Por favor, junte-se à nós na Friendica"; +$a->strings["Invitation limit exceeded. Please contact your site administrator."] = "Limite de convites ultrapassado. Favor contactar o administrador do sítio."; +$a->strings["%s : Message delivery failed."] = "%s : Não foi possível enviar a mensagem."; +$a->strings["%d message sent."] = array( + 0 => "%d mensagem enviada.", + 1 => "%d mensagens enviadas.", +); +$a->strings["You have no more invitations available"] = "Você não possui mais convites disponíveis"; +$a->strings["Visit %s for a list of public sites that you can join. Friendica members on other sites can all connect with each other, as well as with members of many other social networks."] = "Visite %s para obter uma lista de sites públicos onde você pode se cadastrar. Membros da friendica podem se conectar, mesmo que estejam em sites separados. Além disso você também pode se conectar com membros de várias outras redes sociais."; +$a->strings["To accept this invitation, please visit and register at %s or any other public Friendica website."] = "Para aceitar esse convite, por favor cadastre-se em %s ou qualquer outro site friendica público."; +$a->strings["Friendica sites all inter-connect to create a huge privacy-enhanced social web that is owned and controlled by its members. They can also connect with many traditional social networks. See %s for a list of alternate Friendica sites you can join."] = "Os sites friendica estão todos interconectados para criar uma grande rede social com foco na privacidade e controlada por seus membros, que também podem se conectar com várias redes sociais tradicionais. Dê uma olhada em %s para uma lista de sites friendica onde você pode se cadastrar."; +$a->strings["Our apologies. This system is not currently configured to connect with other public sites or invite members."] = "Desculpe, mas esse sistema não está configurado para conectar-se com outros sites públicos nem permite convidar novos membros."; +$a->strings["Send invitations"] = "Enviar convites."; +$a->strings["Enter email addresses, one per line:"] = "Digite os endereços de e-mail, um por linha:"; +$a->strings["Your message:"] = "Sua mensagem:"; +$a->strings["You are cordially invited to join me and other close friends on Friendica - and help us to create a better social web."] = "Você está convidado a se juntar a mim e outros amigos em friendica - e também nos ajudar a criar uma experiência social melhor na web."; +$a->strings["You will need to supply this invitation code: \$invite_code"] = "Você preciso informar este código de convite: \$invite_code"; +$a->strings["Once you have registered, please connect with me via my profile page at:"] = "Após você se registrar, por favor conecte-se comigo através da minha página de perfil em:"; +$a->strings["For more information about the Friendica project and why we feel it is important, please visit http://friendica.com"] = "Para mais informações sobre o projeto Friendica e porque nós achamos que ele é importante, por favor visite-nos em http://friendica.com."; +$a->strings["Number of daily wall messages for %s exceeded. Message failed."] = "O número diário de mensagens do mural de %s foi excedido. Não foi possível enviar a mensagem."; +$a->strings["No recipient selected."] = "Não foi selecionado nenhum destinatário."; +$a->strings["Unable to check your home location."] = "Não foi possível verificar a sua localização."; +$a->strings["Message could not be sent."] = "Não foi possível enviar a mensagem."; +$a->strings["Message collection failure."] = "Falha na coleta de mensagens."; +$a->strings["Message sent."] = "A mensagem foi enviada."; +$a->strings["No recipient."] = "Nenhum destinatário."; +$a->strings["Send Private Message"] = "Enviar mensagem privada"; +$a->strings["If you wish for %s to respond, please check that the privacy settings on your site allow private mail from unknown senders."] = "Caso você deseje uma resposta de %s, por favor verifique se as configurações de privacidade em seu site permitem o recebimento de mensagens de remetentes desconhecidos."; +$a->strings["To:"] = "Para:"; +$a->strings["Subject:"] = "Assunto:"; +$a->strings["Time Conversion"] = "Conversão de tempo"; +$a->strings["Friendica provides this service for sharing events with other networks and friends in unknown timezones."] = "Friendica provê esse serviço para compartilhar eventos com outras redes e amigos em fuso-horários desconhecidos."; +$a->strings["UTC time: %s"] = "Hora UTC: %s"; +$a->strings["Current timezone: %s"] = "Fuso horário atual: %s"; +$a->strings["Converted localtime: %s"] = "Horário local convertido: %s"; +$a->strings["Please select your timezone:"] = "Por favor, selecione seu fuso horário:"; +$a->strings["Remote privacy information not available."] = "Não existe informação disponível sobre a privacidade remota."; +$a->strings["Visible to:"] = "Visível para:"; +$a->strings["No valid account found."] = "Não foi encontrada nenhuma conta válida."; +$a->strings["Password reset request issued. Check your email."] = "A solicitação para reiniciar sua senha foi encaminhada. Verifique seu e-mail."; +$a->strings["Password reset requested at %s"] = "Foi feita uma solicitação de reiniciação da senha em %s"; +$a->strings["Request could not be verified. (You may have previously submitted it.) Password reset failed."] = "Não foi possível verificar a solicitação (você pode tê-la submetido anteriormente). A senha não foi reiniciada."; +$a->strings["Password Reset"] = "Reiniciar a senha"; +$a->strings["Your password has been reset as requested."] = "Sua senha foi reiniciada, conforme solicitado."; +$a->strings["Your new password is"] = "Sua nova senha é"; +$a->strings["Save or copy your new password - and then"] = "Grave ou copie a sua nova senha e, então"; +$a->strings["click here to login"] = "clique aqui para entrar"; +$a->strings["Your password may be changed from the Settings page after successful login."] = "Sua senha pode ser alterada na página de Configurações após você entrar em seu perfil."; +$a->strings["Your password has been changed at %s"] = "Sua senha foi modifica às %s"; +$a->strings["Forgot your Password?"] = "Esqueceu a sua senha?"; +$a->strings["Enter your email address and submit to have your password reset. Then check your email for further instructions."] = "Digite o seu endereço de e-mail e clique em 'Reiniciar' para prosseguir com a reiniciação da sua senha. Após isso, verifique seu e-mail para mais instruções."; +$a->strings["Nickname or Email: "] = "Identificação ou e-mail: "; +$a->strings["Reset"] = "Reiniciar"; +$a->strings["System down for maintenance"] = "Sistema em manutenção"; +$a->strings["Manage Identities and/or Pages"] = "Gerenciar identidades e/ou páginas"; +$a->strings["Toggle between different identities or community/group pages which share your account details or which you have been granted \"manage\" permissions"] = "Alterne entre diferentes identidades ou páginas de comunidade/grupo que dividem detalhes da sua conta ou que você tenha fornecido permissões de \"administração\""; +$a->strings["Select an identity to manage: "] = "Selecione uma identidade para gerenciar: "; +$a->strings["Profile Match"] = "Correspondência de perfil"; +$a->strings["No keywords to match. Please add keywords to your default profile."] = "Não foi encontrada nenhuma palavra-chave associada a você. Por favor, adicione algumas ao seu perfil padrão."; +$a->strings["is interested in:"] = "se interessa por:"; +$a->strings["Unable to locate contact information."] = "Não foi possível localizar informação do contato."; +$a->strings["Do you really want to delete this message?"] = "Você realmente deseja deletar essa mensagem?"; +$a->strings["Message deleted."] = "A mensagem foi excluída."; +$a->strings["Conversation removed."] = "A conversa foi removida."; +$a->strings["No messages."] = "Nenhuma mensagem."; +$a->strings["Unknown sender - %s"] = "Remetente desconhecido - %s"; +$a->strings["You and %s"] = "Você e %s"; +$a->strings["%s and You"] = "%s e você"; +$a->strings["Delete conversation"] = "Excluir conversa"; +$a->strings["D, d M Y - g:i A"] = "D, d M Y - g:i A"; +$a->strings["%d message"] = array( + 0 => "%d mensagem", + 1 => "%d mensagens", +); +$a->strings["Message not available."] = "A mensagem não está disponível."; +$a->strings["Delete message"] = "Excluir a mensagem"; +$a->strings["No secure communications available. You may be able to respond from the sender's profile page."] = "Não foi encontrada nenhuma comunicação segura. Você pode ser capaz de responder a partir da página de perfil do remetente."; +$a->strings["Send Reply"] = "Enviar resposta"; +$a->strings["Mood"] = "Humor"; +$a->strings["Set your current mood and tell your friends"] = "Defina o seu humor e conte aos seus amigos"; +$a->strings["Search Results For:"] = "Resultados de Busca Por:"; +$a->strings["Commented Order"] = "Ordem dos comentários"; +$a->strings["Sort by Comment Date"] = "Ordenar pela data do comentário"; +$a->strings["Posted Order"] = "Ordem das publicações"; +$a->strings["Sort by Post Date"] = "Ordenar pela data de publicação"; +$a->strings["Personal"] = "Pessoal"; +$a->strings["Posts that mention or involve you"] = "Publicações que mencionem ou envolvam você"; +$a->strings["New"] = "Nova"; +$a->strings["Activity Stream - by date"] = "Fluxo de atividades - por data"; +$a->strings["Shared Links"] = "Links compartilhados"; +$a->strings["Interesting Links"] = "Links interessantes"; +$a->strings["Starred"] = "Destacada"; +$a->strings["Favourite Posts"] = "Publicações favoritas"; +$a->strings["Warning: This group contains %s member from an insecure network."] = array( + 0 => "Aviso: Este grupo contém %s membro de uma rede insegura.", + 1 => "Aviso: Este grupo contém %s membros de uma rede insegura.", +); +$a->strings["Private messages to this group are at risk of public disclosure."] = "Mensagens privadas para este grupo correm o risco de sofrerem divulgação pública."; +$a->strings["No such group"] = "Este grupo não existe"; +$a->strings["Group is empty"] = "O grupo está vazio"; +$a->strings["Group: "] = "Grupo: "; +$a->strings["Contact: "] = "Contato: "; +$a->strings["Private messages to this person are at risk of public disclosure."] = "Mensagens privadas para esta pessoa correm o risco de sofrerem divulgação pública."; +$a->strings["Invalid contact."] = "Contato inválido."; +$a->strings["Invalid request identifier."] = "Identificador de solicitação inválido"; +$a->strings["Discard"] = "Descartar"; +$a->strings["System"] = "Sistema"; +$a->strings["Show Ignored Requests"] = "Exibir solicitações ignoradas"; +$a->strings["Hide Ignored Requests"] = "Ocultar solicitações ignoradas"; +$a->strings["Notification type: "] = "Tipo de notificação:"; +$a->strings["Friend Suggestion"] = "Sugestão de amigo"; +$a->strings["suggested by %s"] = "sugerido por %s"; +$a->strings["Post a new friend activity"] = "Publicar a adição de amigo"; +$a->strings["if applicable"] = "se aplicável"; +$a->strings["Claims to be known to you: "] = "Alega ser conhecido por você: "; +$a->strings["yes"] = "sim"; +$a->strings["no"] = "não"; +$a->strings["Approve as: "] = "Aprovar como:"; +$a->strings["Friend"] = "Amigo"; +$a->strings["Sharer"] = "Compartilhador"; +$a->strings["Fan/Admirer"] = "Fã/Admirador"; +$a->strings["Friend/Connect Request"] = "Solicitação de amizade/conexão"; +$a->strings["New Follower"] = "Novo acompanhante"; +$a->strings["No introductions."] = "Sem apresentações."; +$a->strings["%s liked %s's post"] = "%s gostou da publicação de %s"; +$a->strings["%s disliked %s's post"] = "%s não gostou da publicação de %s"; +$a->strings["%s is now friends with %s"] = "%s agora é amigo de %s"; +$a->strings["%s created a new post"] = "%s criou uma nova publicação"; +$a->strings["%s commented on %s's post"] = "%s comentou uma publicação de %s"; +$a->strings["No more network notifications."] = "Nenhuma notificação de rede."; +$a->strings["Network Notifications"] = "Notificações de rede"; +$a->strings["No more system notifications."] = "Não fazer notificações de sistema."; +$a->strings["System Notifications"] = "Notificações de sistema"; +$a->strings["No more personal notifications."] = "Nenhuma notificação pessoal."; +$a->strings["Personal Notifications"] = "Notificações pessoais"; +$a->strings["No more home notifications."] = "Não existe mais nenhuma notificação pessoal."; +$a->strings["Home Notifications"] = "Notificações pessoais"; +$a->strings["Photo Albums"] = "Álbum de fotos"; +$a->strings["Contact Photos"] = "Fotos dos contatos"; +$a->strings["Upload New Photos"] = "Enviar novas fotos"; +$a->strings["Contact information unavailable"] = "A informação de contato não está disponível"; +$a->strings["Album not found."] = "O álbum não foi encontrado."; +$a->strings["Delete Album"] = "Excluir o álbum"; +$a->strings["Do you really want to delete this photo album and all its photos?"] = "Você realmente deseja deletar esse álbum de fotos e todas as suas fotos?"; +$a->strings["Delete Photo"] = "Excluir a foto"; +$a->strings["Do you really want to delete this photo?"] = "Você realmente deseja deletar essa foto?"; +$a->strings["%1\$s was tagged in %2\$s by %3\$s"] = "%1\$s foi marcado em %2\$s por %3\$s"; +$a->strings["a photo"] = "uma foto"; +$a->strings["Image exceeds size limit of "] = "A imagem excede o tamanho máximo de "; +$a->strings["Image file is empty."] = "O arquivo de imagem está vazio."; +$a->strings["No photos selected"] = "Não foi selecionada nenhuma foto"; +$a->strings["You have used %1$.2f Mbytes of %2$.2f Mbytes photo storage."] = "Você está usando %1$.2f Mbytes dos %2$.2f Mbytes liberados para armazenamento de fotos."; +$a->strings["Upload Photos"] = "Enviar fotos"; +$a->strings["New album name: "] = "Nome do novo álbum: "; +$a->strings["or existing album name: "] = "ou o nome de um álbum já existente: "; +$a->strings["Do not show a status post for this upload"] = "Não exiba uma publicação de status para este envio"; +$a->strings["Permissions"] = "Permissões"; +$a->strings["Private Photo"] = "Foto Privada"; +$a->strings["Public Photo"] = "Foto Pública"; +$a->strings["Edit Album"] = "Editar o álbum"; +$a->strings["Show Newest First"] = "Exibir as mais recentes primeiro"; +$a->strings["Show Oldest First"] = "Exibir as mais antigas primeiro"; +$a->strings["View Photo"] = "Ver a foto"; +$a->strings["Permission denied. Access to this item may be restricted."] = "Permissão negada. O acesso a este item pode estar restrito."; +$a->strings["Photo not available"] = "A foto não está disponível"; +$a->strings["View photo"] = "Ver a imagem"; +$a->strings["Edit photo"] = "Editar a foto"; +$a->strings["Use as profile photo"] = "Usar como uma foto de perfil"; +$a->strings["Private Message"] = "Mensagem privada"; +$a->strings["View Full Size"] = "Ver no tamanho real"; +$a->strings["Tags: "] = "Etiquetas: "; +$a->strings["[Remove any tag]"] = "[Remover qualquer etiqueta]"; +$a->strings["Rotate CW (right)"] = "Rotacionar para direita"; +$a->strings["Rotate CCW (left)"] = "Rotacionar para esquerda"; +$a->strings["New album name"] = "Novo nome para o álbum"; +$a->strings["Caption"] = "Legenda"; +$a->strings["Add a Tag"] = "Adicionar uma etiqueta"; +$a->strings["Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping"] = "Por exemplo: @joao, @Joao_da_Silva, @joao@exemplo.com, #Minas_Gerais, #acampamento"; +$a->strings["Private photo"] = "Foto privada"; +$a->strings["Public photo"] = "Foto pública"; +$a->strings["I like this (toggle)"] = "Eu gostei disso (alternar)"; +$a->strings["I don't like this (toggle)"] = "Eu não gostei disso (alternar)"; +$a->strings["This is you"] = "Este(a) é você"; +$a->strings["Comment"] = "Comentar"; +$a->strings["Recent Photos"] = "Fotos recentes"; +$a->strings["Welcome to Friendica"] = "Bemvindo ao Friendica"; +$a->strings["New Member Checklist"] = "Dicas para os novos membros"; +$a->strings["We would like to offer some tips and links to help make your experience enjoyable. Click any item to visit the relevant page. A link to this page will be visible from your home page for two weeks after your initial registration and then will quietly disappear."] = "Gostaríamos de oferecer algumas dicas e links para ajudar a tornar a sua experiência agradável. Clique em qualquer item para visitar a página correspondente. Um link para essa página será visível em sua home page por duas semanas após o seu registro inicial e, então, desaparecerá discretamente."; +$a->strings["Getting Started"] = "Do Início"; +$a->strings["Friendica Walk-Through"] = "Passo-a-passo da friendica"; +$a->strings["On your Quick Start page - find a brief introduction to your profile and network tabs, make some new connections, and find some groups to join."] = "Na sua página Início Rápido - encontre uma introdução rápida ao seu perfil e abas da rede, faça algumas conexões novas, e encontre alguns grupos entrar."; +$a->strings["Go to Your Settings"] = "Ir para as suas configurações"; +$a->strings["On your Settings page - change your initial password. Also make a note of your Identity Address. This looks just like an email address - and will be useful in making friends on the free social web."] = "Em sua página Configurações - mude sua senha inicial. Também tome nota de seu Endereço de Identidade. Isso se parece com um endereço de e-mail - e será útil para se fazer amigos na rede social livre."; +$a->strings["Review the other settings, particularly the privacy settings. An unpublished directory listing is like having an unlisted phone number. In general, you should probably publish your listing - unless all of your friends and potential friends know exactly how to find you."] = "Revise as outras configurações, em particular as relacionadas a privacidade. Não estar listado no diretório é o equivalente a não ter o seu número na lista telefônica. Normalmente é interessante você estar listado - a não ser que os seu amigos atuais e potenciais saibam exatamente como encontrar você."; +$a->strings["Upload Profile Photo"] = "Enviar foto do perfil"; +$a->strings["Upload a profile photo if you have not done so already. Studies have shown that people with real photos of themselves are ten times more likely to make friends than people who do not."] = "Envie uma foto para o seu perfil, caso ainda não tenha feito isso. Estudos indicam que pessoas que publicam fotos reais delas mesmas têm 10 vezes mais chances de encontrar novos amigos do que as que não o fazem."; +$a->strings["Edit Your Profile"] = "Editar seu perfil"; +$a->strings["Edit your default profile to your liking. Review the settings for hiding your list of friends and hiding the profile from unknown visitors."] = "Edite o seu perfil padrão a seu gosto. Revise as configurações de ocultação da sua lista de amigos e do seu perfil de visitantes desconhecidos."; +$a->strings["Profile Keywords"] = "Palavras-chave do perfil"; +$a->strings["Set some public keywords for your default profile which describe your interests. We may be able to find other people with similar interests and suggest friendships."] = "Defina algumas palavras-chave públicas para o seu perfil padrão, que descrevam os seus interesses. Nós podemos encontrar outras pessoas com interesses similares e sugerir novas amizades."; +$a->strings["Connecting"] = "Conexões"; +$a->strings["Authorise the Facebook Connector if you currently have a Facebook account and we will (optionally) import all your Facebook friends and conversations."] = "Autorize o Conector com Facebook, caso você tenha uma conta lá e nós (opcionalmente) importaremos todos os seus amigos e conversas do Facebook."; +$a->strings["If this is your own personal server, installing the Facebook addon may ease your transition to the free social web."] = "Se esse é o seu servidor pessoal, instalar o complemento do Facebook talvez facilite a transição para a rede social livre."; +$a->strings["Importing Emails"] = "Importação de e-mails"; +$a->strings["Enter your email access information on your Connector Settings page if you wish to import and interact with friends or mailing lists from your email INBOX"] = "Forneça a informação de acesso ao seu e-mail na sua página de Configuração de Conector se você deseja importar e interagir com amigos ou listas de discussão da sua Caixa de Entrada de e-mail"; +$a->strings["Go to Your Contacts Page"] = "Ir para a sua página de contatos"; +$a->strings["Your Contacts page is your gateway to managing friendships and connecting with friends on other networks. Typically you enter their address or site URL in the Add New Contact dialog."] = "Sua página de contatos é sua rota para o gerenciamento de amizades e conexão com amigos em outras redes. Geralmente você fornece o endereço deles ou a URL do site na janela de diálogo Adicionar Novo Contato."; +$a->strings["Go to Your Site's Directory"] = "Ir para o diretório do seu site"; +$a->strings["The Directory page lets you find other people in this network or other federated sites. Look for a Connect or Follow link on their profile page. Provide your own Identity Address if requested."] = "A página de Diretório permite que você encontre outras pessoas nesta rede ou em outras redes federadas. Procure por um link Conectar ou Seguir no perfil que deseja acompanhar. Forneça o seu Endereço de Identidade próprio, se solicitado."; +$a->strings["Finding New People"] = "Pesquisar por novas pessoas"; +$a->strings["On the side panel of the Contacts page are several tools to find new friends. We can match people by interest, look up people by name or interest, and provide suggestions based on network relationships. On a brand new site, friend suggestions will usually begin to be populated within 24 hours."] = "No painel lateral da página de Contatos existem várias ferramentas para encontrar novos amigos. Você pode descobrir pessoas com os mesmos interesses, procurar por nomes ou interesses e fornecer sugestões baseadas nos relacionamentos da rede. Em um site completamente novo, as sugestões de amizades geralmente começam a ser populadas dentro de 24 horas."; +$a->strings["Group Your Contacts"] = "Agrupe seus contatos"; +$a->strings["Once you have made some friends, organize them into private conversation groups from the sidebar of your Contacts page and then you can interact with each group privately on your Network page."] = "Após fazer novas amizades, organize-as em grupos de conversa privados, a partir da barra lateral na sua página de Contatos. A partir daí, você poderá interagir com cada grupo privativamente, na sua página de Rede."; +$a->strings["Why Aren't My Posts Public?"] = "Por que as minhas publicações não são públicas?"; +$a->strings["Friendica respects your privacy. By default, your posts will only show up to people you've added as friends. For more information, see the help section from the link above."] = "A friendica respeita sua privacidade. Por padrão, suas publicações estarão visíveis apenas para as pessoas que você adicionou como amigos. Para mais informações, veja a página de ajuda, a partir do link acima."; +$a->strings["Getting Help"] = "Obtendo ajuda"; +$a->strings["Go to the Help Section"] = "Ir para a seção de ajuda"; +$a->strings["Our help pages may be consulted for detail on other program features and resources."] = "Nossas páginas de ajuda podem ser consultadas para mais detalhes sobre características e recursos do programa."; +$a->strings["Requested profile is not available."] = "Perfil solicitado não está disponível."; +$a->strings["Tips for New Members"] = "Dicas para novos membros"; +$a->strings["Friendica Communications Server - Setup"] = ""; +$a->strings["Could not connect to database."] = "Não foi possível conectar ao banco de dados."; +$a->strings["Could not create table."] = "Não foi possível criar tabela."; +$a->strings["Your Friendica site database has been installed."] = "O banco de dados do seu site Friendica foi instalado."; +$a->strings["You may need to import the file \"database.sql\" manually using phpmyadmin or mysql."] = "Você provavelmente precisará importar o arquivo \"database.sql\" manualmente, usando o phpmyadmin ou o mysql."; +$a->strings["Please see the file \"INSTALL.txt\"."] = "Por favor, dê uma olhada no arquivo \"INSTALL.TXT\"."; +$a->strings["System check"] = "Checagem do sistema"; +$a->strings["Check again"] = "Checar novamente"; +$a->strings["Database connection"] = "Conexão de banco de dados"; +$a->strings["In order to install Friendica we need to know how to connect to your database."] = "À fim de instalar o Friendica, você precisa saber como se conectar ao seu banco de dados."; +$a->strings["Please contact your hosting provider or site administrator if you have questions about these settings."] = "Por favor, entre em contato com a sua hospedagem ou com o administrador do site caso você tenha alguma dúvida em relação a essas configurações."; +$a->strings["The database you specify below should already exist. If it does not, please create it before continuing."] = "O banco de dados que você especificou abaixo já deve existir. Caso contrário, por favor crie-o antes de continuar."; +$a->strings["Database Server Name"] = "Nome do servidor de banco de dados"; +$a->strings["Database Login Name"] = "Nome do usuário do banco de dados"; +$a->strings["Database Login Password"] = "Senha do usuário do banco de dados"; +$a->strings["Database Name"] = "Nome do banco de dados"; +$a->strings["Site administrator email address"] = "Endereço de email do administrador do site"; +$a->strings["Your account email address must match this in order to use the web admin panel."] = "O endereço de email da sua conta deve ser igual a este para que você possa utilizar o painel de administração web."; +$a->strings["Please select a default timezone for your website"] = "Por favor, selecione o fuso horário padrão para o seu site"; +$a->strings["Site settings"] = "Configurações do site"; +$a->strings["Could not find a command line version of PHP in the web server PATH."] = "Não foi possível encontrar uma versão de linha de comando do PHP nos caminhos do seu servidor web."; +$a->strings["If you don't have a command line version of PHP installed on server, you will not be able to run background polling via cron. See 'Activating scheduled tasks'"] = "Caso você não tenha uma versão de linha de comando do PHP instalado no seu servidor, você não será capaz de executar a captação em segundo plano. Dê uma olhada em 'Activating scheduled tasks'"; +$a->strings["PHP executable path"] = "Caminho para o executável do PhP"; +$a->strings["Enter full path to php executable. You can leave this blank to continue the installation."] = "Digite o caminho completo do executável PHP. Você pode deixar isso em branco para continuar com a instalação."; +$a->strings["Command line PHP"] = "PHP em linha de comando"; +$a->strings["PHP executable is not the php cli binary (could be cgi-fgci version)"] = ""; +$a->strings["Found PHP version: "] = ""; +$a->strings["PHP cli binary"] = ""; +$a->strings["The command line version of PHP on your system does not have \"register_argc_argv\" enabled."] = "\"register_argc_argv\" não está habilitado na versão de linha de comando do PHP no seu sistema."; +$a->strings["This is required for message delivery to work."] = "Isto é necessário para o funcionamento do envio de mensagens."; +$a->strings["PHP register_argc_argv"] = "PHP register_argc_argv"; +$a->strings["Error: the \"openssl_pkey_new\" function on this system is not able to generate encryption keys"] = "Erro: a função \"openssl_pkey_new\" no seu sistema não é capaz de gerar as chaves de criptografia"; +$a->strings["If running under Windows, please see \"http://www.php.net/manual/en/openssl.installation.php\"."] = "Se estiver usando o Windows, por favor dê uma olhada em \"http://www.php.net/manual/en/openssl.installation.php\"."; +$a->strings["Generate encryption keys"] = "Gerar chaves de encriptação"; +$a->strings["libCurl PHP module"] = "Módulo PHP libCurl"; +$a->strings["GD graphics PHP module"] = "Módulo PHP GD graphics"; +$a->strings["OpenSSL PHP module"] = "Módulo PHP OpenSSL"; +$a->strings["mysqli PHP module"] = "Módulo PHP mysqli"; +$a->strings["mb_string PHP module"] = "Módulo PHP mb_string "; +$a->strings["Apache mod_rewrite module"] = "Módulo mod_rewrite do Apache"; +$a->strings["Error: Apache webserver mod-rewrite module is required but not installed."] = "Erro: o módulo mod-rewrite do Apache é necessário, mas não está instalado."; +$a->strings["Error: libCURL PHP module required but not installed."] = "Erro: o módulo libCURL do PHP é necessário, mas não está instalado."; +$a->strings["Error: GD graphics PHP module with JPEG support required but not installed."] = "Erro: o módulo gráfico GD, com suporte a JPEG, do PHP é necessário, mas não está instalado."; +$a->strings["Error: openssl PHP module required but not installed."] = "Erro: o módulo openssl do PHP é necessário, mas não está instalado."; +$a->strings["Error: mysqli PHP module required but not installed."] = "Erro: o módulo mysqli do PHP é necessário, mas não está instalado."; +$a->strings["Error: mb_string PHP module required but not installed."] = "Erro: o módulo mb_string PHP é necessário, mas não está instalado."; +$a->strings["The web installer needs to be able to create a file called \".htconfig.php\" in the top folder of your web server and it is unable to do so."] = "O instalador web precisa criar um arquivo chamado \".htconfig.php\" na pasta raiz da instalação e não está conseguindo."; +$a->strings["This is most often a permission setting, as the web server may not be able to write files in your folder - even if you can."] = "Geralmente isso está relacionado às definições de permissão, uma vez que o servidor web pode não estar conseguindo escrever os arquivos nesta pasta."; +$a->strings["At the end of this procedure, we will give you a text to save in a file named .htconfig.php in your Friendica top folder."] = "Ao final desse procedimento, será fornecido um texto que deverá ser salvo em um arquivo de nome. htconfig.php, na pasta raiz da instalação do seu Friendica."; +$a->strings["You can alternatively skip this procedure and perform a manual installation. Please see the file \"INSTALL.txt\" for instructions."] = "Você também pode pular esse procedimento e executar uma instalação manual. Por favor, dê uma olhada no arquivo \"INSTALL.TXT\" para instruções."; +$a->strings[".htconfig.php is writable"] = ".htconfig.php tem permissão de escrita"; +$a->strings["Friendica uses the Smarty3 template engine to render its web views. Smarty3 compiles templates to PHP to speed up rendering."] = "Friendica usa o engine de template Smarty3 para renderizar suas web views. Smarty3 compila templates para PHP para acelerar a renderização."; +$a->strings["In order to store these compiled templates, the web server needs to have write access to the directory view/smarty3/ under the Friendica top level folder."] = "Para guardar os templates compilados, o servidor web necessita de permissão de escrita no diretório view/smarty3/ no diretório raíz do Friendica."; +$a->strings["Please ensure that the user that your web server runs as (e.g. www-data) has write access to this folder."] = "Favor se certificar que o usuário sob o qual o servidor web roda (ex: www-data) tenha permissão de escrita nesse diretório."; +$a->strings["Note: as a security measure, you should give the web server write access to view/smarty3/ only--not the template files (.tpl) that it contains."] = "Nota: como uma medida de segurança, você deve fornecer ao servidor web permissão de escrita em view/smarty3/ somente--não aos arquivos de template (.tpl) que ele contém."; +$a->strings["view/smarty3 is writable"] = "view/smarty3 tem escrita permitida"; +$a->strings["Url rewrite in .htaccess is not working. Check your server configuration."] = "A reescrita de URLs definida no .htaccess não está funcionando. Por favor, verifique as configurações do seu servidor."; +$a->strings["Url rewrite is working"] = "A reescrita de URLs está funcionando"; +$a->strings["The database configuration file \".htconfig.php\" could not be written. Please use the enclosed text to create a configuration file in your web server root."] = "Não foi possível gravar o arquivo de configuração \".htconfig.php\". Por favor, use o texto incluso para criar um arquivo de configuração na raiz da instalação do Friendika em seu servidor web."; +$a->strings["Errors encountered creating database tables."] = "Foram encontrados erros durante a criação das tabelas do banco de dados."; +$a->strings["

What next

"] = "

A seguir

"; +$a->strings["IMPORTANT: You will need to [manually] setup a scheduled task for the poller."] = "IMPORTANTE: Você deve configurar [manualmente] uma tarefa agendada para o captador."; +$a->strings["Post successful."] = "Publicado com sucesso."; +$a->strings["OpenID protocol error. No ID returned."] = "Erro no protocolo OpenID. Não foi retornada nenhuma ID."; +$a->strings["Account not found and OpenID registration is not permitted on this site."] = "A conta não foi encontrada e não são permitidos registros via OpenID nesse site."; +$a->strings["Image uploaded but image cropping failed."] = "A imagem foi enviada, mas não foi possível cortá-la."; +$a->strings["Image size reduction [%s] failed."] = "Não foi possível reduzir o tamanho da imagem [%s]."; +$a->strings["Shift-reload the page or clear browser cache if the new photo does not display immediately."] = "Recarregue a página pressionando a tecla Shift ou limpe o cache do navegador caso a nova foto não apareça imediatamente"; +$a->strings["Unable to process image"] = "Não foi possível processar a imagem"; +$a->strings["Upload File:"] = "Enviar arquivo:"; +$a->strings["Select a profile:"] = "Selecione um perfil:"; +$a->strings["Upload"] = "Enviar"; +$a->strings["skip this step"] = "pule esta etapa"; +$a->strings["select a photo from your photo albums"] = "selecione uma foto do seu álbum de fotos"; +$a->strings["Crop Image"] = "Cortar a imagem"; +$a->strings["Please adjust the image cropping for optimum viewing."] = "Por favor, ajuste o corte da imagem para a melhor visualização."; +$a->strings["Done Editing"] = "Encerrar a edição"; +$a->strings["Image uploaded successfully."] = "A imagem foi enviada com sucesso."; +$a->strings["Not available."] = "Não disponível."; +$a->strings["%d comment"] = array( + 0 => "%d comentário", + 1 => "%d comentários", +); +$a->strings["like"] = "gostei"; +$a->strings["dislike"] = "não gostei"; +$a->strings["Share this"] = "Compartilhar isso"; +$a->strings["share"] = "compartilhar"; +$a->strings["Bold"] = "Negrito"; +$a->strings["Italic"] = "Itálico"; +$a->strings["Underline"] = "Sublinhado"; +$a->strings["Quote"] = "Citação"; +$a->strings["Code"] = "Código"; +$a->strings["Image"] = "Imagem"; +$a->strings["Link"] = "Link"; +$a->strings["Video"] = "Vídeo"; +$a->strings["add star"] = "marcar com estrela"; +$a->strings["remove star"] = "remover estrela"; +$a->strings["toggle star status"] = "ativa/desativa o destaque"; +$a->strings["starred"] = "marcado com estrela"; +$a->strings["add tag"] = "adicionar tag"; +$a->strings["save to folder"] = "salvar na pasta"; +$a->strings["to"] = "para"; +$a->strings["Wall-to-Wall"] = "Mural-para-mural"; +$a->strings["via Wall-To-Wall:"] = "via Mural-para-mural"; +$a->strings["This entry was edited"] = ""; +$a->strings["via"] = "via"; +$a->strings["Theme settings"] = "Configurações do tema"; +$a->strings["Set resize level for images in posts and comments (width and height)"] = "Configure o nível de redimensionamento para imagens em publicações e comentários (largura e altura)"; +$a->strings["Set font-size for posts and comments"] = "Escolha o tamanho da fonte para publicações e comentários"; +$a->strings["Set theme width"] = "Configure a largura do tema"; +$a->strings["Color scheme"] = "Esquema de cores"; +$a->strings["Set line-height for posts and comments"] = "Escolha comprimento da linha para publicações e comentários"; +$a->strings["Set resolution for middle column"] = "Escolha a resolução para a coluna do meio"; +$a->strings["Set color scheme"] = "Configure o esquema de cores"; +$a->strings["Set twitter search term"] = "Configure a palavra-chave do twitter"; +$a->strings["Set zoomfactor for Earth Layer"] = "Configure o zoom para Camadas da Terra"; +$a->strings["Set longitude (X) for Earth Layers"] = "Configure longitude (X) para Camadas da Terra"; +$a->strings["Set latitude (Y) for Earth Layers"] = "Configure latitude (Y) para Camadas da Terra"; +$a->strings["Community Pages"] = "Páginas da Comunidade"; +$a->strings["Earth Layers"] = "Camadas da Terra"; +$a->strings["Community Profiles"] = "Profiles Comunitários"; +$a->strings["Help or @NewHere ?"] = "Ajuda ou @NewHere ?"; +$a->strings["Connect Services"] = "Conectar serviços"; +$a->strings["Find Friends"] = "Encontrar amigos"; +$a->strings["Last tweets"] = "Últimos tweets"; +$a->strings["Last users"] = "Últimos usuários"; +$a->strings["Last photos"] = "Últimas fotos"; +$a->strings["Last likes"] = "Últimos \"likes\""; +$a->strings["Your contacts"] = "Seus contatos"; +$a->strings["Local Directory"] = "Diretório Local"; +$a->strings["Set zoomfactor for Earth Layers"] = "Configure o zoom para Camadas da Terra"; +$a->strings["Last Tweets"] = "Últimos Tweets"; +$a->strings["Show/hide boxes at right-hand column:"] = "Mostre/esconda caixas na coluna à direita:"; +$a->strings["Set colour scheme"] = "Configure o esquema de cores"; +$a->strings["Alignment"] = "Alinhamento"; +$a->strings["Left"] = "Esquerda"; +$a->strings["Center"] = "Centro"; +$a->strings["Posts font size"] = "Tamanho da fonte para publicações"; +$a->strings["Textareas font size"] = "Tamanho da fonte para campos texto"; +$a->strings["toggle mobile"] = "habilita mobile"; $a->strings["Delete this item?"] = "Excluir este item?"; $a->strings["show fewer"] = "exibir menos"; -$a->strings["Update %s failed. See error logs."] = ""; -$a->strings["Update Error at %s"] = ""; +$a->strings["Update %s failed. See error logs."] = "Atualização %s falhou. Vide registro de erros (log)."; +$a->strings["Update Error at %s"] = "Erro de Atualização em %s"; $a->strings["Create a New Account"] = "Criar uma nova conta"; $a->strings["Nickname or Email address: "] = "Identificação ou endereço de e-mail: "; $a->strings["Password: "] = "Senha: "; -$a->strings["Remember me"] = ""; +$a->strings["Remember me"] = "Lembre-se de mim"; $a->strings["Or login using OpenID: "] = "Ou login usando OpendID:"; $a->strings["Forgot your password?"] = "Esqueceu a sua senha?"; -$a->strings["Requested account is not available."] = ""; +$a->strings["Website Terms of Service"] = "Termos de Serviço do Website"; +$a->strings["terms of service"] = "termos de serviço"; +$a->strings["Website Privacy Policy"] = "Política de Privacidade do Website"; +$a->strings["privacy policy"] = "política de privacidade"; +$a->strings["Requested account is not available."] = "Conta solicitada não disponível"; $a->strings["Edit profile"] = "Editar perfil"; $a->strings["Message"] = "Mensagem"; $a->strings["Manage/edit profiles"] = "Gerenciar/editar perfis"; @@ -2069,23 +1644,8 @@ $a->strings["Birthdays this week:"] = "Aniversários nesta semana:"; $a->strings["[No description]"] = "[Sem descrição]"; $a->strings["Event Reminders"] = "Lembretes de eventos"; $a->strings["Events this week:"] = "Eventos esta semana:"; -$a->strings["Status Messages and Posts"] = ""; -$a->strings["Profile Details"] = ""; -$a->strings["Events and Calendar"] = ""; -$a->strings["Only You Can See This"] = ""; -$a->strings["via"] = ""; -$a->strings["toggle mobile"] = ""; -$a->strings["Bg settings updated."] = ""; -$a->strings["Bg Settings"] = ""; -$a->strings["Post to Drupal"] = "Postar no Drupal"; -$a->strings["Drupal Post Settings"] = "Configurações de Postagem no Drupal"; -$a->strings["Enable Drupal Post Plugin"] = "Habilitar Plugin de Postagem do Drupal"; -$a->strings["Drupal username"] = "Nome de Usuário Drupal"; -$a->strings["Drupal password"] = "Senha Drupal"; -$a->strings["Post Type - article,page,or blog"] = "Tipo de Postagem - artigo, página ou blog"; -$a->strings["Drupal site URL"] = "URL do site Drupal"; -$a->strings["Drupal site uses clean URLS"] = "Site Drupal usa URLs limpas"; -$a->strings["Post to Drupal by default"] = "Postar para o Drupal como padrão"; -$a->strings["OEmbed settings updated"] = "As configurações OEmbed foram atualizadas"; -$a->strings["Use OEmbed for YouTube videos"] = "Usar OEmbed para vídeos do YouTube"; -$a->strings["URL to embed:"] = "URL a ser incorporada:"; +$a->strings["Status Messages and Posts"] = "Mensagem de Estado (status) e Publicações"; +$a->strings["Profile Details"] = "Detalhe do Perfil"; +$a->strings["Videos"] = ""; +$a->strings["Events and Calendar"] = "Eventos e Calendário"; +$a->strings["Only You Can See This"] = "Somente Você Pode Ver Isso"; From f153a4c9a1426cf0b67cc0d5adcd748cdfda7106 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Thu, 30 May 2013 06:22:47 +0200 Subject: [PATCH 16/20] PT-BR: update to the strings --- view/pt-br/messages.po | 84 +++++++++++++++++++++--------------------- view/pt-br/strings.php | 82 ++++++++++++++++++++--------------------- 2 files changed, 83 insertions(+), 83 deletions(-) diff --git a/view/pt-br/messages.po b/view/pt-br/messages.po index 8c29a6bd85..5a67618603 100644 --- a/view/pt-br/messages.po +++ b/view/pt-br/messages.po @@ -20,7 +20,7 @@ msgstr "" "Project-Id-Version: friendica\n" "Report-Msgid-Bugs-To: http://bugs.friendica.com/\n" "POT-Creation-Date: 2013-05-28 00:01-0700\n" -"PO-Revision-Date: 2013-05-29 17:45+0000\n" +"PO-Revision-Date: 2013-05-29 23:22+0000\n" "Last-Translator: abinoam \n" "Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/friendica/language/pt_BR/)\n" "MIME-Version: 1.0\n" @@ -270,11 +270,11 @@ msgstr "Não disponível" #: ../../include/profile_selectors.php:42 msgid "Has crush" -msgstr "" +msgstr "Se apaixonando" #: ../../include/profile_selectors.php:42 msgid "Infatuated" -msgstr "" +msgstr "Apaixonado" #: ../../include/profile_selectors.php:42 msgid "Dating" @@ -421,7 +421,7 @@ msgstr "Imagem/foto" msgid "" "%s wrote the following post" -msgstr "" +msgstr "%sescreveu o seguintepublicação" #: ../../include/bbcode.php:514 ../../include/bbcode.php:534 msgid "$1 wrote:" @@ -429,7 +429,7 @@ msgstr "$1 escreveu:" #: ../../include/bbcode.php:557 ../../include/bbcode.php:558 msgid "Encrypted content" -msgstr "" +msgstr "Conteúdo criptografado" #: ../../include/acl_selectors.php:325 msgid "Visible to everybody" @@ -1299,7 +1299,7 @@ msgstr "triste" #: ../../include/text.php:978 msgid "mellow" -msgstr "" +msgstr "desencanado" #: ../../include/text.php:979 msgid "tired" @@ -1307,7 +1307,7 @@ msgstr "cansado" #: ../../include/text.php:980 msgid "perky" -msgstr "" +msgstr "audacioso" #: ../../include/text.php:981 msgid "angry" @@ -1327,11 +1327,11 @@ msgstr "interessado" #: ../../include/text.php:985 msgid "bitter" -msgstr "" +msgstr "rancoroso" #: ../../include/text.php:986 msgid "cheerful" -msgstr "" +msgstr "jovial" #: ../../include/text.php:987 msgid "alive" @@ -1347,7 +1347,7 @@ msgstr "ansioso" #: ../../include/text.php:990 msgid "cranky" -msgstr "" +msgstr "excêntrico" #: ../../include/text.php:991 msgid "disturbed" @@ -1447,7 +1447,7 @@ msgstr "Dezembro" #: ../../include/text.php:1321 ../../mod/videos.php:301 msgid "View Video" -msgstr "" +msgstr "Ver Vídeo" #: ../../include/text.php:1353 msgid "bytes" @@ -1498,7 +1498,7 @@ msgstr "Um grupo removido com esse nome foi reativado. Permissões de items já #: ../../include/group.php:207 msgid "Default privacy group for new contacts" -msgstr "" +msgstr "Conjunto de privacidade padrão para novos contatos" #: ../../include/group.php:226 msgid "Everybody" @@ -1798,7 +1798,7 @@ msgstr "Postar em Grupos" #: ../../include/conversation.php:1127 msgid "Post to Contacts" -msgstr "" +msgstr "Publique para Contatos" #: ../../include/conversation.php:1128 msgid "Private post" @@ -1849,7 +1849,7 @@ msgstr "Favor visitar %s para ver e/ou responder às suas mensagens privadas." #: ../../include/enotify.php:90 #, php-format msgid "%1$s commented on [url=%2$s]a %3$s[/url]" -msgstr "" +msgstr "%1$s comentou em [url=%2$s]a %3$s[/url]" #: ../../include/enotify.php:97 #, php-format @@ -1936,7 +1936,7 @@ msgstr "%1$s marcou sua publicação às %2$s" #: ../../include/enotify.php:174 #, php-format msgid "%1$s tagged [url=%2$s]your post[/url]" -msgstr "" +msgstr "%1$s marcou [url=%2$s]sua publicação[/url]" #: ../../include/enotify.php:185 msgid "[Friendica:Notify] Introduction received" @@ -1945,12 +1945,12 @@ msgstr "[Friendica:Notify] Você recebeu uma apresentação" #: ../../include/enotify.php:186 #, php-format msgid "You've received an introduction from '%1$s' at %2$s" -msgstr "" +msgstr "Você recebeu uma apresentação de '%1$s' em %2$s" #: ../../include/enotify.php:187 #, php-format msgid "You've received [url=%1$s]an introduction[/url] from %2$s." -msgstr "" +msgstr "Você recebeu [url=%1$s]uma apresentação[/url] de %2$s." #: ../../include/enotify.php:190 ../../include/enotify.php:208 #, php-format @@ -1969,13 +1969,13 @@ msgstr "[Friendica:Notify] Você recebeu uma sugestão de amigo" #: ../../include/enotify.php:200 #, php-format msgid "You've received a friend suggestion from '%1$s' at %2$s" -msgstr "" +msgstr "Você recebeu uma sugestão de amigo de '%1$s' em %2$s" #: ../../include/enotify.php:201 #, php-format msgid "" "You've received [url=%1$s]a friend suggestion[/url] for %2$s from %3$s." -msgstr "" +msgstr "Você recebeu [url=%1$s]uma sugestão de amigo[/url] de %2$s em %3$s" #: ../../include/enotify.php:206 msgid "Name:" @@ -3079,17 +3079,17 @@ msgstr "Não incluir o conteúdo de uma postagem/comentário/mensagem privada/et #: ../../mod/admin.php:525 msgid "Disallow public access to addons listed in the apps menu." -msgstr "" +msgstr "Disabilita acesso público a addons listados no menu de aplicativos." #: ../../mod/admin.php:525 msgid "" "Checking this box will restrict addons listed in the apps menu to members " "only." -msgstr "" +msgstr "Marcar essa caixa ira restringir os addons listados no menu de aplicativos aos membros somente." #: ../../mod/admin.php:526 msgid "Don't embed private images in posts" -msgstr "" +msgstr "Não inclua imagens privadas em publicações" #: ../../mod/admin.php:526 msgid "" @@ -3097,7 +3097,7 @@ msgid "" "of the image. This means that contacts who receive posts containing private " "photos will have to authenticate and load each image, which may take a " "while." -msgstr "" +msgstr "Não substitue fotos privativas guardadas localmente em publicações por uma cópia inclusa da imagem. Isso significa que os contatos que recebem publicações contendo fotos privadas terão que autenticar e carregar cada imagem, o que pode levar algum tempo." #: ../../mod/admin.php:528 msgid "Block multiple registrations" @@ -3155,13 +3155,13 @@ msgstr "Fornece compatibilidade nativa ao OStatus (identi,.ca, status.net, etc.) #: ../../mod/admin.php:534 msgid "OStatus conversation completion interval" -msgstr "" +msgstr "Intervalo de finalização da conversação OStatus " #: ../../mod/admin.php:534 msgid "" "How often shall the poller check for new entries in OStatus conversations? " "This can be a very ressource task." -msgstr "" +msgstr "De quanto em quanto tempo o \"buscador\" (poller) deve checar por novas entradas numa conversação OStatus? Essa pode ser uma tarefa bem demorada." #: ../../mod/admin.php:535 msgid "Enable Diaspora support" @@ -3480,7 +3480,7 @@ msgstr "Limpar" #: ../../mod/admin.php:1196 msgid "Enable Debugging" -msgstr "" +msgstr "Habilitar Debugging" #: ../../mod/admin.php:1197 msgid "Log file" @@ -3764,7 +3764,7 @@ msgstr "Nenhum contato em comum." #: ../../mod/apps.php:7 msgid "You must be logged in to use addons. " -msgstr "" +msgstr "Você precisa estar logado para usar os addons." #: ../../mod/apps.php:11 msgid "Applications" @@ -4115,7 +4115,7 @@ msgstr "Não é permitido uma senha em branco. A senha não foi modificada." #: ../../mod/settings.php:325 msgid "Wrong password." -msgstr "" +msgstr "Senha errada." #: ../../mod/settings.php:336 msgid "Password changed." @@ -4135,7 +4135,7 @@ msgstr " O nome é muito curto." #: ../../mod/settings.php:414 msgid "Wrong Password" -msgstr "" +msgstr "Senha Errada" #: ../../mod/settings.php:419 msgid " Not valid email." @@ -4340,7 +4340,7 @@ msgstr "Máximo de 100 itens" #: ../../mod/settings.php:845 msgid "Number of items to display per page when viewed from mobile device:" -msgstr "" +msgstr "Número de itens a serem exibidos por página quando visualizando em um dispositivo móvel:" #: ../../mod/settings.php:846 msgid "Don't show emoticons" @@ -4497,15 +4497,15 @@ msgstr "Deixe os campos de senha em branco, a não ser que você queira alterá- #: ../../mod/settings.php:1073 msgid "Current Password:" -msgstr "" +msgstr "Senha Atual:" #: ../../mod/settings.php:1073 ../../mod/settings.php:1074 msgid "Your current password to confirm the changes" -msgstr "" +msgstr "Sua senha atual para confirmar as mudanças" #: ../../mod/settings.php:1074 msgid "Password:" -msgstr "" +msgstr "Senha:" #: ../../mod/settings.php:1078 msgid "Basic Settings" @@ -5064,7 +5064,7 @@ msgstr "Nenhuma correspondência" #: ../../mod/videos.php:125 msgid "No videos selected" -msgstr "" +msgstr "Nenhum vídeo selecionado" #: ../../mod/videos.php:226 ../../mod/photos.php:1025 msgid "Access to this item is restricted." @@ -5076,11 +5076,11 @@ msgstr "Ver álbum" #: ../../mod/videos.php:317 msgid "Recent Videos" -msgstr "" +msgstr "Vídeos Recentes" #: ../../mod/videos.php:319 msgid "Upload New Videos" -msgstr "" +msgstr "Envie Novos Vídeos" #: ../../mod/tagrm.php:41 msgid "Tag removed" @@ -6368,7 +6368,7 @@ msgstr "Dicas para novos membros" #: ../../mod/install.php:117 msgid "Friendica Communications Server - Setup" -msgstr "" +msgstr "Servidor de Comunicações Friendica - Configuração" #: ../../mod/install.php:123 msgid "Could not connect to database." @@ -6484,15 +6484,15 @@ msgstr "PHP em linha de comando" #: ../../mod/install.php:340 msgid "PHP executable is not the php cli binary (could be cgi-fgci version)" -msgstr "" +msgstr "O executável do PHP não é o binário do php cli (could be cgi-fcgi version)" #: ../../mod/install.php:341 msgid "Found PHP version: " -msgstr "" +msgstr "Encontrado PHP versão:" #: ../../mod/install.php:343 msgid "PHP cli binary" -msgstr "" +msgstr "Binário cli do PHP" #: ../../mod/install.php:354 msgid "" @@ -6827,7 +6827,7 @@ msgstr "via Mural-para-mural" #: ../../object/Item.php:92 msgid "This entry was edited" -msgstr "" +msgstr "Essa entrada foi editada" #: ../../object/Item.php:309 msgid "via" @@ -7114,7 +7114,7 @@ msgstr "Detalhe do Perfil" #: ../../boot.php:1961 ../../boot.php:1964 msgid "Videos" -msgstr "" +msgstr "Vídeos" #: ../../boot.php:1974 msgid "Events and Calendar" diff --git a/view/pt-br/strings.php b/view/pt-br/strings.php index 67eff31246..90b797a579 100644 --- a/view/pt-br/strings.php +++ b/view/pt-br/strings.php @@ -63,8 +63,8 @@ $a->strings["Single"] = "Solteiro(a)"; $a->strings["Lonely"] = "Solitário(a)"; $a->strings["Available"] = "Disponível"; $a->strings["Unavailable"] = "Não disponível"; -$a->strings["Has crush"] = ""; -$a->strings["Infatuated"] = ""; +$a->strings["Has crush"] = "Se apaixonando"; +$a->strings["Infatuated"] = "Apaixonado"; $a->strings["Dating"] = "Saindo com alguém"; $a->strings["Unfaithful"] = "Infiel"; $a->strings["Sex Addict"] = "Viciado(a) em sexo"; @@ -99,9 +99,9 @@ $a->strings["Network Posts"] = "Publicações da Rede"; $a->strings["Edit Contact"] = "Editar Contato"; $a->strings["Send PM"] = "Enviar MP"; $a->strings["Image/photo"] = "Imagem/foto"; -$a->strings["%s wrote the following post"] = ""; +$a->strings["%s wrote the following post"] = "%sescreveu o seguintepublicação"; $a->strings["$1 wrote:"] = "$1 escreveu:"; -$a->strings["Encrypted content"] = ""; +$a->strings["Encrypted content"] = "Conteúdo criptografado"; $a->strings["Visible to everybody"] = "Visível para todos"; $a->strings["show"] = "exibir"; $a->strings["don't show"] = "não exibir"; @@ -303,19 +303,19 @@ $a->strings["rebuff"] = "rejeite"; $a->strings["rebuffed"] = "rejeitado"; $a->strings["happy"] = "feliz"; $a->strings["sad"] = "triste"; -$a->strings["mellow"] = ""; +$a->strings["mellow"] = "desencanado"; $a->strings["tired"] = "cansado"; -$a->strings["perky"] = ""; +$a->strings["perky"] = "audacioso"; $a->strings["angry"] = "chateado"; $a->strings["stupified"] = "estupefato"; $a->strings["puzzled"] = "confuso"; $a->strings["interested"] = "interessado"; -$a->strings["bitter"] = ""; -$a->strings["cheerful"] = ""; +$a->strings["bitter"] = "rancoroso"; +$a->strings["cheerful"] = "jovial"; $a->strings["alive"] = "vivo"; $a->strings["annoyed"] = "incomodado"; $a->strings["anxious"] = "ansioso"; -$a->strings["cranky"] = ""; +$a->strings["cranky"] = "excêntrico"; $a->strings["disturbed"] = "perturbado"; $a->strings["frustrated"] = "frustrado"; $a->strings["motivated"] = "motivado"; @@ -340,7 +340,7 @@ $a->strings["September"] = "Setembro"; $a->strings["October"] = "Outubro"; $a->strings["November"] = "Novembro"; $a->strings["December"] = "Dezembro"; -$a->strings["View Video"] = ""; +$a->strings["View Video"] = "Ver Vídeo"; $a->strings["bytes"] = "bytes"; $a->strings["Click to open/close"] = "Clique para abrir/fechar"; $a->strings["link to source"] = "exibir a origem"; @@ -354,7 +354,7 @@ $a->strings["comment"] = array( $a->strings["post"] = "publicar"; $a->strings["Item filed"] = "O item foi arquivado"; $a->strings["A deleted group with this name was revived. Existing item permissions may apply to this group and any future members. If this is not what you intended, please create another group with a different name."] = "Um grupo removido com esse nome foi reativado. Permissões de items já existentes poderão se aplicar a esse grupo e a qualquer membro no futuro. Se não é essa a sua intenção, favor criar outro grupo com um nome diferente."; -$a->strings["Default privacy group for new contacts"] = ""; +$a->strings["Default privacy group for new contacts"] = "Conjunto de privacidade padrão para novos contatos"; $a->strings["Everybody"] = "Todos"; $a->strings["edit"] = "editar"; $a->strings["Groups"] = "Grupos"; @@ -420,7 +420,7 @@ $a->strings["Public post"] = "Publicação pública"; $a->strings["Example: bob@example.com, mary@example.com"] = "Por exemplo: joao@exemplo.com, maria@exemplo.com"; $a->strings["Preview"] = "Pré-visualização"; $a->strings["Post to Groups"] = "Postar em Grupos"; -$a->strings["Post to Contacts"] = ""; +$a->strings["Post to Contacts"] = "Publique para Contatos"; $a->strings["Private post"] = "Publicar privado"; $a->strings["Friendica Notification"] = "Notificação Friendica"; $a->strings["Thank You,"] = "Obrigado,"; @@ -431,7 +431,7 @@ $a->strings["%1\$s sent you a new private message at %2\$s."] = "%1\$s lhe envio $a->strings["%1\$s sent you %2\$s."] = "%1\$s lhe enviou %2\$s."; $a->strings["a private message"] = "uma mensagem privada"; $a->strings["Please visit %s to view and/or reply to your private messages."] = "Favor visitar %s para ver e/ou responder às suas mensagens privadas."; -$a->strings["%1\$s commented on [url=%2\$s]a %3\$s[/url]"] = ""; +$a->strings["%1\$s commented on [url=%2\$s]a %3\$s[/url]"] = "%1\$s comentou em [url=%2\$s]a %3\$s[/url]"; $a->strings["%1\$s commented on [url=%2\$s]%3\$s's %4\$s[/url]"] = "%1\$s comentou na %4\$s de [url=%2\$s]%3\$s [/url]"; $a->strings["%1\$s commented on [url=%2\$s]your %3\$s[/url]"] = "%1\$s comentou em [url=%2\$s]seu %3\$s[/url]"; $a->strings["[Friendica:Notify] Comment to conversation #%1\$d by %2\$s"] = "[Friendica:Notify] Comentário na conversa #%1\$d por %2\$s"; @@ -448,15 +448,15 @@ $a->strings["%1\$s poked you at %2\$s"] = "%1\$s cutucou você às %2\$s"; $a->strings["%1\$s [url=%2\$s]poked you[/url]."] = "%1\$s [url=%2\$s]cutucou você[/url]."; $a->strings["[Friendica:Notify] %s tagged your post"] = "[Friendica:Notify] %s etiquetou sua publicação"; $a->strings["%1\$s tagged your post at %2\$s"] = "%1\$s marcou sua publicação às %2\$s"; -$a->strings["%1\$s tagged [url=%2\$s]your post[/url]"] = ""; +$a->strings["%1\$s tagged [url=%2\$s]your post[/url]"] = "%1\$s marcou [url=%2\$s]sua publicação[/url]"; $a->strings["[Friendica:Notify] Introduction received"] = "[Friendica:Notify] Você recebeu uma apresentação"; -$a->strings["You've received an introduction from '%1\$s' at %2\$s"] = ""; -$a->strings["You've received [url=%1\$s]an introduction[/url] from %2\$s."] = ""; +$a->strings["You've received an introduction from '%1\$s' at %2\$s"] = "Você recebeu uma apresentação de '%1\$s' em %2\$s"; +$a->strings["You've received [url=%1\$s]an introduction[/url] from %2\$s."] = "Você recebeu [url=%1\$s]uma apresentação[/url] de %2\$s."; $a->strings["You may visit their profile at %s"] = "Você pode visitar o perfil deles em %s"; $a->strings["Please visit %s to approve or reject the introduction."] = "Favor visitar %s para aprovar ou rejeitar a apresentação."; $a->strings["[Friendica:Notify] Friend suggestion received"] = "[Friendica:Notify] Você recebeu uma sugestão de amigo"; -$a->strings["You've received a friend suggestion from '%1\$s' at %2\$s"] = ""; -$a->strings["You've received [url=%1\$s]a friend suggestion[/url] for %2\$s from %3\$s."] = ""; +$a->strings["You've received a friend suggestion from '%1\$s' at %2\$s"] = "Você recebeu uma sugestão de amigo de '%1\$s' em %2\$s"; +$a->strings["You've received [url=%1\$s]a friend suggestion[/url] for %2\$s from %3\$s."] = "Você recebeu [url=%1\$s]uma sugestão de amigo[/url] de %2\$s em %3\$s"; $a->strings["Name:"] = "Nome:"; $a->strings["Photo:"] = "Foto:"; $a->strings["Please visit %s to approve or reject the suggestion."] = "Favor visitar %s para aprovar ou rejeitar a sugestão."; @@ -712,10 +712,10 @@ $a->strings["Private posts by default for new users"] = "Publicações privadas $a->strings["Set default post permissions for all new members to the default privacy group rather than public."] = "Define as permissões padrão de publicação de todos os novos membros para o grupo de privacidade padrão, ao invés de torná-las públicas."; $a->strings["Don't include post content in email notifications"] = "Não incluir o conteúdo da postagem nas notificações de email"; $a->strings["Don't include the content of a post/comment/private message/etc. in the email notifications that are sent out from this site, as a privacy measure."] = "Não incluir o conteúdo de uma postagem/comentário/mensagem privada/etc. em notificações de email que são enviadas para fora desse sítio, como medida de segurança."; -$a->strings["Disallow public access to addons listed in the apps menu."] = ""; -$a->strings["Checking this box will restrict addons listed in the apps menu to members only."] = ""; -$a->strings["Don't embed private images in posts"] = ""; -$a->strings["Don't replace locally-hosted private photos in posts with an embedded copy of the image. This means that contacts who receive posts containing private photos will have to authenticate and load each image, which may take a while."] = ""; +$a->strings["Disallow public access to addons listed in the apps menu."] = "Disabilita acesso público a addons listados no menu de aplicativos."; +$a->strings["Checking this box will restrict addons listed in the apps menu to members only."] = "Marcar essa caixa ira restringir os addons listados no menu de aplicativos aos membros somente."; +$a->strings["Don't embed private images in posts"] = "Não inclua imagens privadas em publicações"; +$a->strings["Don't replace locally-hosted private photos in posts with an embedded copy of the image. This means that contacts who receive posts containing private photos will have to authenticate and load each image, which may take a while."] = "Não substitue fotos privativas guardadas localmente em publicações por uma cópia inclusa da imagem. Isso significa que os contatos que recebem publicações contendo fotos privadas terão que autenticar e carregar cada imagem, o que pode levar algum tempo."; $a->strings["Block multiple registrations"] = "Bloquear registros repetidos"; $a->strings["Disallow users to register additional accounts for use as pages."] = "Desabilitar o registro de contas adicionais para serem usadas como páginas."; $a->strings["OpenID support"] = "Suporte ao OpenID"; @@ -728,8 +728,8 @@ $a->strings["Show Community Page"] = "Exibir a página da comunidade"; $a->strings["Display a Community page showing all recent public postings on this site."] = "Exibe uma página da Comunidade, mostrando todas as publicações recentes feitas nesse site."; $a->strings["Enable OStatus support"] = "Habilitar suporte ao OStatus"; $a->strings["Provide built-in OStatus (identi.ca, status.net, etc.) compatibility. All communications in OStatus are public, so privacy warnings will be occasionally displayed."] = "Fornece compatibilidade nativa ao OStatus (identi,.ca, status.net, etc.). Todas as comunicações via OStatus são públicas, por isso avisos de privacidade serão exibidos ocasionalmente."; -$a->strings["OStatus conversation completion interval"] = ""; -$a->strings["How often shall the poller check for new entries in OStatus conversations? This can be a very ressource task."] = ""; +$a->strings["OStatus conversation completion interval"] = "Intervalo de finalização da conversação OStatus "; +$a->strings["How often shall the poller check for new entries in OStatus conversations? This can be a very ressource task."] = "De quanto em quanto tempo o \"buscador\" (poller) deve checar por novas entradas numa conversação OStatus? Essa pode ser uma tarefa bem demorada."; $a->strings["Enable Diaspora support"] = "Habilitar suporte ao Diaspora"; $a->strings["Provide built-in Diaspora network compatibility."] = "Fornece compatibilidade nativa com a rede Diaspora."; $a->strings["Only allow Friendica contacts"] = "Permitir somente contatos Friendica"; @@ -805,7 +805,7 @@ $a->strings["[Experimental]"] = "[Esperimental]"; $a->strings["[Unsupported]"] = "[Não suportado]"; $a->strings["Log settings updated."] = "As configurações de relatórios foram atualizadas."; $a->strings["Clear"] = "Limpar"; -$a->strings["Enable Debugging"] = ""; +$a->strings["Enable Debugging"] = "Habilitar Debugging"; $a->strings["Log file"] = "Arquivo do relatório"; $a->strings["Must be writable by web server. Relative to your Friendica top-level directory."] = "O servidor web precisa ter permissão de escrita. Relativa ao diretório raiz do seu Friendica."; $a->strings["Log level"] = "Nível do relatório"; @@ -869,7 +869,7 @@ $a->strings["Source input (Diaspora format): "] = "Fonte de entrada (formato Dia $a->strings["diaspora2bb: "] = "diaspora2bb: "; $a->strings["Common Friends"] = "Amigos em Comum"; $a->strings["No contacts in common."] = "Nenhum contato em comum."; -$a->strings["You must be logged in to use addons. "] = ""; +$a->strings["You must be logged in to use addons. "] = "Você precisa estar logado para usar os addons."; $a->strings["Applications"] = "Aplicativos"; $a->strings["No installed applications."] = "Nenhum aplicativo instalado"; $a->strings["Could not access contact record."] = "Não foi possível acessar o registro do contato."; @@ -954,12 +954,12 @@ $a->strings["Email settings updated."] = "As configurações de e-mail foram atu $a->strings["Features updated"] = "Funcionalidades atualizadas"; $a->strings["Passwords do not match. Password unchanged."] = "As senhas não correspondem. A senha não foi modificada."; $a->strings["Empty passwords are not allowed. Password unchanged."] = "Não é permitido uma senha em branco. A senha não foi modificada."; -$a->strings["Wrong password."] = ""; +$a->strings["Wrong password."] = "Senha errada."; $a->strings["Password changed."] = "A senha foi modificada."; $a->strings["Password update failed. Please try again."] = "Não foi possível atualizar a senha. Por favor, tente novamente."; $a->strings[" Please use a shorter name."] = " Por favor, use um nome mais curto."; $a->strings[" Name too short."] = " O nome é muito curto."; -$a->strings["Wrong Password"] = ""; +$a->strings["Wrong Password"] = "Senha Errada"; $a->strings[" Not valid email."] = " Não é um e-mail válido."; $a->strings[" Cannot change to that email."] = " Não foi possível alterar para esse e-mail."; $a->strings["Private forum has no privacy permissions. Using default privacy group."] = "O fórum privado não possui permissões de privacidade. Utilizando o grupo de privacidade padrão."; @@ -1009,7 +1009,7 @@ $a->strings["Update browser every xx seconds"] = "Atualizar o navegador a cada x $a->strings["Minimum of 10 seconds, no maximum"] = "Mínimo de 10 segundos, não possui máximo"; $a->strings["Number of items to display per page:"] = "Número de itens a serem exibidos por página:"; $a->strings["Maximum of 100 items"] = "Máximo de 100 itens"; -$a->strings["Number of items to display per page when viewed from mobile device:"] = ""; +$a->strings["Number of items to display per page when viewed from mobile device:"] = "Número de itens a serem exibidos por página quando visualizando em um dispositivo móvel:"; $a->strings["Don't show emoticons"] = "Não exibir emoticons"; $a->strings["Normal Account Page"] = "Página de conta normal"; $a->strings["This account is a normal personal profile"] = "Essa conta é um perfil pessoal normal"; @@ -1048,9 +1048,9 @@ $a->strings["Password Settings"] = "Configurações da senha"; $a->strings["New Password:"] = "Nova senha:"; $a->strings["Confirm:"] = "Confirme:"; $a->strings["Leave password fields blank unless changing"] = "Deixe os campos de senha em branco, a não ser que você queira alterá-la"; -$a->strings["Current Password:"] = ""; -$a->strings["Your current password to confirm the changes"] = ""; -$a->strings["Password:"] = ""; +$a->strings["Current Password:"] = "Senha Atual:"; +$a->strings["Your current password to confirm the changes"] = "Sua senha atual para confirmar as mudanças"; +$a->strings["Password:"] = "Senha:"; $a->strings["Basic Settings"] = "Configurações básicas"; $a->strings["Email Address:"] = "Endereço de e-mail:"; $a->strings["Your Timezone:"] = "Seu fuso horário:"; @@ -1182,11 +1182,11 @@ $a->strings["No suggestions available. If this is a new site, please try again i $a->strings["Ignore/Hide"] = "Ignorar/Ocultar"; $a->strings["People Search"] = "Pesquisar pessoas"; $a->strings["No matches"] = "Nenhuma correspondência"; -$a->strings["No videos selected"] = ""; +$a->strings["No videos selected"] = "Nenhum vídeo selecionado"; $a->strings["Access to this item is restricted."] = "O acesso a este item é restrito."; $a->strings["View Album"] = "Ver álbum"; -$a->strings["Recent Videos"] = ""; -$a->strings["Upload New Videos"] = ""; +$a->strings["Recent Videos"] = "Vídeos Recentes"; +$a->strings["Upload New Videos"] = "Envie Novos Vídeos"; $a->strings["Tag removed"] = "A etiqueta foi removida"; $a->strings["Remove Item Tag"] = "Remover a etiqueta do item"; $a->strings["Select a tag to remove: "] = "Selecione uma etiqueta para remover: "; @@ -1478,7 +1478,7 @@ $a->strings["Go to the Help Section"] = "Ir para a seção de ajuda"; $a->strings["Our help pages may be consulted for detail on other program features and resources."] = "Nossas páginas de ajuda podem ser consultadas para mais detalhes sobre características e recursos do programa."; $a->strings["Requested profile is not available."] = "Perfil solicitado não está disponível."; $a->strings["Tips for New Members"] = "Dicas para novos membros"; -$a->strings["Friendica Communications Server - Setup"] = ""; +$a->strings["Friendica Communications Server - Setup"] = "Servidor de Comunicações Friendica - Configuração"; $a->strings["Could not connect to database."] = "Não foi possível conectar ao banco de dados."; $a->strings["Could not create table."] = "Não foi possível criar tabela."; $a->strings["Your Friendica site database has been installed."] = "O banco de dados do seu site Friendica foi instalado."; @@ -1503,9 +1503,9 @@ $a->strings["If you don't have a command line version of PHP installed on server $a->strings["PHP executable path"] = "Caminho para o executável do PhP"; $a->strings["Enter full path to php executable. You can leave this blank to continue the installation."] = "Digite o caminho completo do executável PHP. Você pode deixar isso em branco para continuar com a instalação."; $a->strings["Command line PHP"] = "PHP em linha de comando"; -$a->strings["PHP executable is not the php cli binary (could be cgi-fgci version)"] = ""; -$a->strings["Found PHP version: "] = ""; -$a->strings["PHP cli binary"] = ""; +$a->strings["PHP executable is not the php cli binary (could be cgi-fgci version)"] = "O executável do PHP não é o binário do php cli (could be cgi-fcgi version)"; +$a->strings["Found PHP version: "] = "Encontrado PHP versão:"; +$a->strings["PHP cli binary"] = "Binário cli do PHP"; $a->strings["The command line version of PHP on your system does not have \"register_argc_argv\" enabled."] = "\"register_argc_argv\" não está habilitado na versão de linha de comando do PHP no seu sistema."; $a->strings["This is required for message delivery to work."] = "Isto é necessário para o funcionamento do envio de mensagens."; $a->strings["PHP register_argc_argv"] = "PHP register_argc_argv"; @@ -1582,7 +1582,7 @@ $a->strings["save to folder"] = "salvar na pasta"; $a->strings["to"] = "para"; $a->strings["Wall-to-Wall"] = "Mural-para-mural"; $a->strings["via Wall-To-Wall:"] = "via Mural-para-mural"; -$a->strings["This entry was edited"] = ""; +$a->strings["This entry was edited"] = "Essa entrada foi editada"; $a->strings["via"] = "via"; $a->strings["Theme settings"] = "Configurações do tema"; $a->strings["Set resize level for images in posts and comments (width and height)"] = "Configure o nível de redimensionamento para imagens em publicações e comentários (largura e altura)"; @@ -1646,6 +1646,6 @@ $a->strings["Event Reminders"] = "Lembretes de eventos"; $a->strings["Events this week:"] = "Eventos esta semana:"; $a->strings["Status Messages and Posts"] = "Mensagem de Estado (status) e Publicações"; $a->strings["Profile Details"] = "Detalhe do Perfil"; -$a->strings["Videos"] = ""; +$a->strings["Videos"] = "Vídeos"; $a->strings["Events and Calendar"] = "Eventos e Calendário"; $a->strings["Only You Can See This"] = "Somente Você Pode Ver Isso"; From 2111f750fb0dda458fc49a15160f0270ff585ddd Mon Sep 17 00:00:00 2001 From: Fabrixxm Date: Fri, 31 May 2013 06:18:59 -0400 Subject: [PATCH 17/20] quattro: show notification number in favicon --- .gitignore | 1 + view/theme/quattro/theme.php | 13 +++++++++++++ view/theme/quattro/tinycon.min.js | 8 ++++++++ 3 files changed, 22 insertions(+) create mode 100644 view/theme/quattro/tinycon.min.js diff --git a/.gitignore b/.gitignore index bf4bd454b1..7152833590 100644 --- a/.gitignore +++ b/.gitignore @@ -33,3 +33,4 @@ report/ #ignore cache folders /privacy_image_cache/ /photo/ +nbproject diff --git a/view/theme/quattro/theme.php b/view/theme/quattro/theme.php index 989a998064..d89890da0b 100644 --- a/view/theme/quattro/theme.php +++ b/view/theme/quattro/theme.php @@ -11,8 +11,21 @@ function quattro_init(&$a) { $a->theme_info = array(); set_template_engine($a, 'smarty3'); + +$a->page['htmlhead'] .= ''; $a->page['htmlhead'] .= <<< EOT diff --git a/view/templates/field_combobox.tpl b/view/templates/field_combobox.tpl index d3cc75635e..3d69e2d272 100644 --- a/view/templates/field_combobox.tpl +++ b/view/templates/field_combobox.tpl @@ -1,8 +1,3 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN - * - *}}
diff --git a/view/templates/field_input.tpl b/view/templates/field_input.tpl index 3c400b5ad2..41a636fca4 100644 --- a/view/templates/field_input.tpl +++ b/view/templates/field_input.tpl @@ -1,10 +1,5 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN - * - *}} -
+
{{$field.3}} diff --git a/view/templates/field_openid.tpl b/view/templates/field_openid.tpl index b00ddabcd8..d8a9394a15 100644 --- a/view/templates/field_openid.tpl +++ b/view/templates/field_openid.tpl @@ -1,10 +1,5 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN - * - *}} -
+
{{$field.3}} diff --git a/view/templates/field_password.tpl b/view/templates/field_password.tpl index 5889d2e9c0..5dd2c5d3f8 100644 --- a/view/templates/field_password.tpl +++ b/view/templates/field_password.tpl @@ -1,10 +1,5 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN - * - *}} -
+
{{$field.3}} diff --git a/view/templates/login_head.tpl b/view/templates/login_head.tpl index a7fb961089..e69de29bb2 100644 --- a/view/templates/login_head.tpl +++ b/view/templates/login_head.tpl @@ -1,5 +0,0 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN - * - *}} diff --git a/view/templates/posted_date_widget.tpl b/view/templates/posted_date_widget.tpl index 2f5838edb8..009fa60a65 100644 --- a/view/templates/posted_date_widget.tpl +++ b/view/templates/posted_date_widget.tpl @@ -1,8 +1,3 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN - * - *}}

{{$title}}

diff --git a/view/theme/decaf-mobile/js/theme.js b/view/theme/decaf-mobile/js/theme.js index cd9a17f0dd..c10382264a 100644 --- a/view/theme/decaf-mobile/js/theme.js +++ b/view/theme/decaf-mobile/js/theme.js @@ -23,11 +23,11 @@ document.addEventListener('DOMContentLoaded', function(){ window.imageUploadButton, { action: 'wall_upload/'+window.nickname, name: 'userfile', - onSubmit: function(file,ext) { $j('#profile-rotator').show(); }, + onSubmit: function(file,ext) { $('#profile-rotator').show(); }, onComplete: function(file,response) { - var currentText = $j(window.jotId).val(); - $j(window.jotId).val(currentText + response); - $j('#profile-rotator').hide(); + var currentText = $(window.jotId).val(); + $(window.jotId).val(currentText + response); + $('#profile-rotator').hide(); } } ); @@ -37,11 +37,11 @@ document.addEventListener('DOMContentLoaded', function(){ 'wall-file-upload', { action: 'wall_attach/'+window.nickname, name: 'userfile', - onSubmit: function(file,ext) { $j('#profile-rotator').show(); }, + onSubmit: function(file,ext) { $('#profile-rotator').show(); }, onComplete: function(file,response) { - var currentText = $j(window.jotId).val(); - $j(window.jotId).val(currentText + response); - $j('#profile-rotator').hide(); + var currentText = $(window.jotId).val(); + $(window.jotId).val(currentText + response); + $('#profile-rotator').hide(); } } ); diff --git a/view/theme/decaf-mobile/js/theme.min.js b/view/theme/decaf-mobile/js/theme.min.js index 91f2daa9b1..f987bbe01e 100644 --- a/view/theme/decaf-mobile/js/theme.min.js +++ b/view/theme/decaf-mobile/js/theme.min.js @@ -1 +1 @@ -document.addEventListener("DOMContentLoaded",function(){if(typeof window.AjaxUpload!="undefined"){var uploader=new window.AjaxUpload(window.imageUploadButton,{action:"wall_upload/"+window.nickname,name:"userfile",onSubmit:function(file,ext){$j("#profile-rotator").show()},onComplete:function(file,response){var currentText=$j(window.jotId).val();$j(window.jotId).val(currentText+response);$j("#profile-rotator").hide()}});if(document.getElementById("wall-file-upload")!=null){var file_uploader=new window.AjaxUpload("wall-file-upload",{action:"wall_attach/"+window.nickname,name:"userfile",onSubmit:function(file,ext){$j("#profile-rotator").show()},onComplete:function(file,response){var currentText=$j(window.jotId).val();$j(window.jotId).val(currentText+response);$j("#profile-rotator").hide()}})}}});function confirmDelete(f){response=confirm(window.delItem);if(response&&typeof f=="function"){f()}return response}function changeHref(elemId,url){elem=document.getElementById(elemId);elem.href=url}function remove(elemId){elem=document.getElementById(elemId);elem.parentNode.removeChild(elem)}function openClose(el){} \ No newline at end of file +document.addEventListener("DOMContentLoaded",function(){if(typeof window.AjaxUpload!="undefined"){var uploader=new window.AjaxUpload(window.imageUploadButton,{action:"wall_upload/"+window.nickname,name:"userfile",onSubmit:function(file,ext){$("#profile-rotator").show()},onComplete:function(file,response){var currentText=$(window.jotId).val();$(window.jotId).val(currentText+response);$("#profile-rotator").hide()}});if(document.getElementById("wall-file-upload")!=null){var file_uploader=new window.AjaxUpload("wall-file-upload",{action:"wall_attach/"+window.nickname,name:"userfile",onSubmit:function(file,ext){$("#profile-rotator").show()},onComplete:function(file,response){var currentText=$(window.jotId).val();$(window.jotId).val(currentText+response);$("#profile-rotator").hide()}})}}});function confirmDelete(f){response=confirm(window.delItem);if(response&&typeof f=="function"){f()}return response}function changeHref(elemId,url){elem=document.getElementById(elemId);elem.href=url}function remove(elemId){elem=document.getElementById(elemId);elem.parentNode.removeChild(elem)}function openClose(el){} \ No newline at end of file diff --git a/view/theme/decaf-mobile/templates/admin_users.tpl b/view/theme/decaf-mobile/templates/admin_users.tpl index df795a1f4f..47a7e65638 100644 --- a/view/theme/decaf-mobile/templates/admin_users.tpl +++ b/view/theme/decaf-mobile/templates/admin_users.tpl @@ -1,8 +1,3 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN - * - *}} diff --git a/view/theme/decaf-mobile/templates/cropbody.tpl b/view/theme/decaf-mobile/templates/cropbody.tpl index 5ace9a1aaf..2678488e7d 100644 --- a/view/theme/decaf-mobile/templates/cropbody.tpl +++ b/view/theme/decaf-mobile/templates/cropbody.tpl @@ -1,8 +1,3 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN - * - *}}

{{$title}}

{{$desc}} diff --git a/view/theme/decaf-mobile/templates/cropend.tpl b/view/theme/decaf-mobile/templates/cropend.tpl index e75083f512..ade969baf0 100644 --- a/view/theme/decaf-mobile/templates/cropend.tpl +++ b/view/theme/decaf-mobile/templates/cropend.tpl @@ -1,8 +1,3 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN - * - *}} {{**}} {{**}} @@ -25,6 +24,5 @@ diff --git a/view/theme/decaf-mobile/templates/field_input.tpl b/view/theme/decaf-mobile/templates/field_input.tpl index 240bed249f..e2c519b916 100644 --- a/view/theme/decaf-mobile/templates/field_input.tpl +++ b/view/theme/decaf-mobile/templates/field_input.tpl @@ -1,8 +1,3 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN - * - *}}


diff --git a/view/theme/decaf-mobile/templates/jot_geotag.tpl b/view/theme/decaf-mobile/templates/jot_geotag.tpl index d828980e58..3a87346dba 100644 --- a/view/theme/decaf-mobile/templates/jot_geotag.tpl +++ b/view/theme/decaf-mobile/templates/jot_geotag.tpl @@ -1,16 +1,11 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN - * - *}} if(navigator.geolocation) { navigator.geolocation.getCurrentPosition(function(position) { var lat = position.coords.latitude.toFixed(4); var lon = position.coords.longitude.toFixed(4); - $j('#jot-coord').val(lat + ', ' + lon); - $j('#profile-nolocation-wrapper').show(); + $('#jot-coord').val(lat + ', ' + lon); + $('#profile-nolocation-wrapper').show(); }); } diff --git a/view/theme/decaf-mobile/templates/settings_display_end.tpl b/view/theme/decaf-mobile/templates/settings_display_end.tpl index 4b3db00f5a..14af582162 100644 --- a/view/theme/decaf-mobile/templates/settings_display_end.tpl +++ b/view/theme/decaf-mobile/templates/settings_display_end.tpl @@ -1,7 +1,2 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN - * - *}} - + diff --git a/view/theme/decaf-mobile/theme.php b/view/theme/decaf-mobile/theme.php index a525c4b77e..1a32fb724d 100644 --- a/view/theme/decaf-mobile/theme.php +++ b/view/theme/decaf-mobile/theme.php @@ -28,6 +28,6 @@ function decaf_mobile_content_loaded(&$a) { $a->theme['stylesheet'] = $a->get_baseurl() . '/view/theme/decaf-mobile/login-style.css'; } if( $a->module === 'login' ) - $a->page['end'] .= ''; + $a->page['end'] .= ''; } diff --git a/view/theme/frost-mobile/js/acl.js b/view/theme/frost-mobile/js/acl.js index 241e0c2370..c3b6092f30 100644 --- a/view/theme/frost-mobile/js/acl.js +++ b/view/theme/frost-mobile/js/acl.js @@ -13,41 +13,41 @@ function ACL(backend_url, preset){ that.group_uids = []; that.nw = 2; //items per row. should be calulated from #acl-list.width - that.list_content = $j("#acl-list-content"); - that.item_tpl = unescape($j(".acl-list-item[rel=acl-template]").html()); - that.showall = $j("#acl-showall"); + that.list_content = $("#acl-list-content"); + that.item_tpl = unescape($(".acl-list-item[rel=acl-template]").html()); + that.showall = $("#acl-showall"); if (preset.length==0) that.showall.addClass("selected"); /*events*/ that.showall.click(that.on_showall); - $j(".acl-button-show").live('click', that.on_button_show); - $j(".acl-button-hide").live('click', that.on_button_hide); - $j("#acl-search").keypress(that.on_search); - $j("#acl-wrapper").parents("form").submit(that.on_submit); + $(".acl-button-show").live('click', that.on_button_show); + $(".acl-button-hide").live('click', that.on_button_hide); + $("#acl-search").keypress(that.on_search); + $("#acl-wrapper").parents("form").submit(that.on_submit); /* startup! */ that.get(0,100); } ACL.prototype.on_submit = function(){ - aclfileds = $j("#acl-fields").html(""); - $j(that.allow_gid).each(function(i,v){ + aclfileds = $("#acl-fields").html(""); + $(that.allow_gid).each(function(i,v){ aclfileds.append(""); }); - $j(that.allow_cid).each(function(i,v){ + $(that.allow_cid).each(function(i,v){ aclfileds.append(""); }); - $j(that.deny_gid).each(function(i,v){ + $(that.deny_gid).each(function(i,v){ aclfileds.append(""); }); - $j(that.deny_cid).each(function(i,v){ + $(that.deny_cid).each(function(i,v){ aclfileds.append(""); }); } ACL.prototype.search = function(){ - var srcstr = $j("#acl-search").val(); + var srcstr = $("#acl-search").val(); that.list_content.html(""); that.get(0,100, srcstr); } @@ -82,10 +82,10 @@ ACL.prototype.on_button_show = function(event){ event.stopPropagation(); /*that.showall.removeClass("selected"); - $j(this).siblings(".acl-button-hide").removeClass("selected"); - $j(this).toggleClass("selected");*/ + $(this).siblings(".acl-button-hide").removeClass("selected"); + $(this).toggleClass("selected");*/ - that.set_allow($j(this).parent().attr('id')); + that.set_allow($(this).parent().attr('id')); return false; } @@ -95,10 +95,10 @@ ACL.prototype.on_button_hide = function(event){ event.stopPropagation(); /*that.showall.removeClass("selected"); - $j(this).siblings(".acl-button-show").removeClass("selected"); - $j(this).toggleClass("selected");*/ + $(this).siblings(".acl-button-show").removeClass("selected"); + $(this).toggleClass("selected");*/ - that.set_deny($j(this).parent().attr('id')); + that.set_deny($(this).parent().attr('id')); return false; } @@ -156,32 +156,32 @@ ACL.prototype.update_view = function(){ that.deny_gid.length==0 && that.deny_cid.length==0){ that.showall.addClass("selected"); /* jot acl */ - $j('#jot-perms-icon').removeClass('lock').addClass('unlock'); - $j('#jot-public').show(); - $j('.profile-jot-net input').attr('disabled', false); + $('#jot-perms-icon').removeClass('lock').addClass('unlock'); + $('#jot-public').show(); + $('.profile-jot-net input').attr('disabled', false); if(typeof editor != 'undefined' && editor != false) { - $j('#profile-jot-desc').html(window.isPublic); + $('#profile-jot-desc').html(window.isPublic); } } else { that.showall.removeClass("selected"); /* jot acl */ - $j('#jot-perms-icon').removeClass('unlock').addClass('lock'); - $j('#jot-public').hide(); - $j('.profile-jot-net input').attr('disabled', 'disabled'); - $j('#profile-jot-desc').html(' '); + $('#jot-perms-icon').removeClass('unlock').addClass('lock'); + $('#jot-public').hide(); + $('.profile-jot-net input').attr('disabled', 'disabled'); + $('#profile-jot-desc').html(' '); } - $j("#acl-list-content .acl-list-item").each(function(){ - $j(this).removeClass("groupshow grouphide"); + $("#acl-list-content .acl-list-item").each(function(){ + $(this).removeClass("groupshow grouphide"); }); - $j("#acl-list-content .acl-list-item").each(function(){ - itemid = $j(this).attr('id'); + $("#acl-list-content .acl-list-item").each(function(){ + itemid = $(this).attr('id'); type = itemid[0]; id = parseInt(itemid.substr(1)); - btshow = $j(this).children(".acl-button-show").removeClass("selected"); - bthide = $j(this).children(".acl-button-hide").removeClass("selected"); + btshow = $(this).children(".acl-button-show").removeClass("selected"); + bthide = $(this).children(".acl-button-hide").removeClass("selected"); switch(type){ case "g": @@ -197,16 +197,16 @@ ACL.prototype.update_view = function(){ uclass="grouphide"; } - $j(that.group_uids[id]).each(function(i,v) { + $(that.group_uids[id]).each(function(i,v) { if(uclass == "grouphide") - $j("#c"+v).removeClass("groupshow"); + $("#c"+v).removeClass("groupshow"); if(uclass != "") { - var cls = $j("#c"+v).attr('class'); + var cls = $("#c"+v).attr('class'); if( cls == undefined) return true; var hiding = cls.indexOf('grouphide'); if(hiding == -1) - $j("#c"+v).addClass(uclass); + $("#c"+v).addClass(uclass); } }); @@ -234,7 +234,7 @@ ACL.prototype.get = function(start,count, search){ search:search, } - $j.ajax({ + $.ajax({ type:'POST', url: that.url, data: postdata, @@ -246,16 +246,16 @@ ACL.prototype.get = function(start,count, search){ ACL.prototype.populate = function(data){ /* var height = Math.ceil(data.tot / that.nw) * 42; that.list_content.height(height);*/ - $j(data.items).each(function(){ + $(data.items).each(function(){ html = "
"+that.item_tpl+"
"; html = html.format( this.photo, this.name, this.type, this.id, '', this.network, this.link ); if (this.uids!=undefined) that.group_uids[this.id] = this.uids; //console.log(html); that.list_content.append(html); }); - $j(".acl-list-item img[data-src]", that.list_content).each(function(i, el){ + $(".acl-list-item img[data-src]", that.list_content).each(function(i, el){ // Add src attribute for images with a data-src attribute - $j(el).attr('src', $j(el).data("src")); + $(el).attr('src', $(el).data("src")); }); that.update_view(); } diff --git a/view/theme/frost-mobile/js/acl.min.js b/view/theme/frost-mobile/js/acl.min.js index 3a5d07298b..01e90b0205 100644 --- a/view/theme/frost-mobile/js/acl.min.js +++ b/view/theme/frost-mobile/js/acl.min.js @@ -1 +1 @@ -function ACL(backend_url,preset){that=this;that.url=backend_url;that.kp_timer=null;if(preset==undefined)preset=[];that.allow_cid=preset[0]||[];that.allow_gid=preset[1]||[];that.deny_cid=preset[2]||[];that.deny_gid=preset[3]||[];that.group_uids=[];that.nw=2;that.list_content=$j("#acl-list-content");that.item_tpl=unescape($j(".acl-list-item[rel=acl-template]").html());that.showall=$j("#acl-showall");if(preset.length==0)that.showall.addClass("selected");that.showall.click(that.on_showall);$j(".acl-button-show").live("click",that.on_button_show);$j(".acl-button-hide").live("click",that.on_button_hide);$j("#acl-search").keypress(that.on_search);$j("#acl-wrapper").parents("form").submit(that.on_submit);that.get(0,100)}ACL.prototype.on_submit=function(){aclfileds=$j("#acl-fields").html("");$j(that.allow_gid).each(function(i,v){aclfileds.append("")});$j(that.allow_cid).each(function(i,v){aclfileds.append("")});$j(that.deny_gid).each(function(i,v){aclfileds.append("")});$j(that.deny_cid).each(function(i,v){aclfileds.append("")})};ACL.prototype.search=function(){var srcstr=$j("#acl-search").val();that.list_content.html("");that.get(0,100,srcstr)};ACL.prototype.on_search=function(event){if(that.kp_timer)clearTimeout(that.kp_timer);that.kp_timer=setTimeout(that.search,1e3)};ACL.prototype.on_showall=function(event){event.preventDefault();event.stopPropagation();if(that.showall.hasClass("selected")){return false}that.showall.addClass("selected");that.allow_cid=[];that.allow_gid=[];that.deny_cid=[];that.deny_gid=[];that.update_view();return false};ACL.prototype.on_button_show=function(event){event.preventDefault();event.stopImmediatePropagation();event.stopPropagation();that.set_allow($j(this).parent().attr("id"));return false};ACL.prototype.on_button_hide=function(event){event.preventDefault();event.stopImmediatePropagation();event.stopPropagation();that.set_deny($j(this).parent().attr("id"));return false};ACL.prototype.set_allow=function(itemid){type=itemid[0];id=parseInt(itemid.substr(1));switch(type){case"g":if(that.allow_gid.indexOf(id)<0){that.allow_gid.push(id)}else{that.allow_gid.remove(id)}if(that.deny_gid.indexOf(id)>=0)that.deny_gid.remove(id);break;case"c":if(that.allow_cid.indexOf(id)<0){that.allow_cid.push(id)}else{that.allow_cid.remove(id)}if(that.deny_cid.indexOf(id)>=0)that.deny_cid.remove(id);break}that.update_view()};ACL.prototype.set_deny=function(itemid){type=itemid[0];id=parseInt(itemid.substr(1));switch(type){case"g":if(that.deny_gid.indexOf(id)<0){that.deny_gid.push(id)}else{that.deny_gid.remove(id)}if(that.allow_gid.indexOf(id)>=0)that.allow_gid.remove(id);break;case"c":if(that.deny_cid.indexOf(id)<0){that.deny_cid.push(id)}else{that.deny_cid.remove(id)}if(that.allow_cid.indexOf(id)>=0)that.allow_cid.remove(id);break}that.update_view()};ACL.prototype.update_view=function(){if(that.allow_gid.length==0&&that.allow_cid.length==0&&that.deny_gid.length==0&&that.deny_cid.length==0){that.showall.addClass("selected");$j("#jot-perms-icon").removeClass("lock").addClass("unlock");$j("#jot-public").show();$j(".profile-jot-net input").attr("disabled",false);if(typeof editor!="undefined"&&editor!=false){$j("#profile-jot-desc").html(window.isPublic)}}else{that.showall.removeClass("selected");$j("#jot-perms-icon").removeClass("unlock").addClass("lock");$j("#jot-public").hide();$j(".profile-jot-net input").attr("disabled","disabled");$j("#profile-jot-desc").html(" ")}$j("#acl-list-content .acl-list-item").each(function(){$j(this).removeClass("groupshow grouphide")});$j("#acl-list-content .acl-list-item").each(function(){itemid=$j(this).attr("id");type=itemid[0];id=parseInt(itemid.substr(1));btshow=$j(this).children(".acl-button-show").removeClass("selected");bthide=$j(this).children(".acl-button-hide").removeClass("selected");switch(type){case"g":var uclass="";if(that.allow_gid.indexOf(id)>=0){btshow.addClass("selected");bthide.removeClass("selected");uclass="groupshow"}if(that.deny_gid.indexOf(id)>=0){btshow.removeClass("selected");bthide.addClass("selected");uclass="grouphide"}$j(that.group_uids[id]).each(function(i,v){if(uclass=="grouphide")$j("#c"+v).removeClass("groupshow");if(uclass!=""){var cls=$j("#c"+v).attr("class");if(cls==undefined)return true;var hiding=cls.indexOf("grouphide");if(hiding==-1)$j("#c"+v).addClass(uclass)}});break;case"c":if(that.allow_cid.indexOf(id)>=0){btshow.addClass("selected");bthide.removeClass("selected")}if(that.deny_cid.indexOf(id)>=0){btshow.removeClass("selected");bthide.addClass("selected")}}})};ACL.prototype.get=function(start,count,search){var postdata={start:start,count:count,search:search};$j.ajax({type:"POST",url:that.url,data:postdata,dataType:"json",success:that.populate})};ACL.prototype.populate=function(data){$j(data.items).each(function(){html="
"+that.item_tpl+"
";html=html.format(this.photo,this.name,this.type,this.id,"",this.network,this.link);if(this.uids!=undefined)that.group_uids[this.id]=this.uids;that.list_content.append(html)});$j(".acl-list-item img[data-src]",that.list_content).each(function(i,el){$j(el).attr("src",$j(el).data("src"))});that.update_view()}; \ No newline at end of file +function ACL(backend_url,preset){that=this;that.url=backend_url;that.kp_timer=null;if(preset==undefined)preset=[];that.allow_cid=preset[0]||[];that.allow_gid=preset[1]||[];that.deny_cid=preset[2]||[];that.deny_gid=preset[3]||[];that.group_uids=[];that.nw=2;that.list_content=$("#acl-list-content");that.item_tpl=unescape($(".acl-list-item[rel=acl-template]").html());that.showall=$("#acl-showall");if(preset.length==0)that.showall.addClass("selected");that.showall.click(that.on_showall);$(".acl-button-show").live("click",that.on_button_show);$(".acl-button-hide").live("click",that.on_button_hide);$("#acl-search").keypress(that.on_search);$("#acl-wrapper").parents("form").submit(that.on_submit);that.get(0,100)}ACL.prototype.on_submit=function(){aclfileds=$("#acl-fields").html("");$(that.allow_gid).each(function(i,v){aclfileds.append("")});$(that.allow_cid).each(function(i,v){aclfileds.append("")});$(that.deny_gid).each(function(i,v){aclfileds.append("")});$(that.deny_cid).each(function(i,v){aclfileds.append("")})};ACL.prototype.search=function(){var srcstr=$("#acl-search").val();that.list_content.html("");that.get(0,100,srcstr)};ACL.prototype.on_search=function(event){if(that.kp_timer)clearTimeout(that.kp_timer);that.kp_timer=setTimeout(that.search,1e3)};ACL.prototype.on_showall=function(event){event.preventDefault();event.stopPropagation();if(that.showall.hasClass("selected")){return false}that.showall.addClass("selected");that.allow_cid=[];that.allow_gid=[];that.deny_cid=[];that.deny_gid=[];that.update_view();return false};ACL.prototype.on_button_show=function(event){event.preventDefault();event.stopImmediatePropagation();event.stopPropagation();that.set_allow($(this).parent().attr("id"));return false};ACL.prototype.on_button_hide=function(event){event.preventDefault();event.stopImmediatePropagation();event.stopPropagation();that.set_deny($(this).parent().attr("id"));return false};ACL.prototype.set_allow=function(itemid){type=itemid[0];id=parseInt(itemid.substr(1));switch(type){case"g":if(that.allow_gid.indexOf(id)<0){that.allow_gid.push(id)}else{that.allow_gid.remove(id)}if(that.deny_gid.indexOf(id)>=0)that.deny_gid.remove(id);break;case"c":if(that.allow_cid.indexOf(id)<0){that.allow_cid.push(id)}else{that.allow_cid.remove(id)}if(that.deny_cid.indexOf(id)>=0)that.deny_cid.remove(id);break}that.update_view()};ACL.prototype.set_deny=function(itemid){type=itemid[0];id=parseInt(itemid.substr(1));switch(type){case"g":if(that.deny_gid.indexOf(id)<0){that.deny_gid.push(id)}else{that.deny_gid.remove(id)}if(that.allow_gid.indexOf(id)>=0)that.allow_gid.remove(id);break;case"c":if(that.deny_cid.indexOf(id)<0){that.deny_cid.push(id)}else{that.deny_cid.remove(id)}if(that.allow_cid.indexOf(id)>=0)that.allow_cid.remove(id);break}that.update_view()};ACL.prototype.update_view=function(){if(that.allow_gid.length==0&&that.allow_cid.length==0&&that.deny_gid.length==0&&that.deny_cid.length==0){that.showall.addClass("selected");$("#jot-perms-icon").removeClass("lock").addClass("unlock");$("#jot-public").show();$(".profile-jot-net input").attr("disabled",false);if(typeof editor!="undefined"&&editor!=false){$("#profile-jot-desc").html(window.isPublic)}}else{that.showall.removeClass("selected");$("#jot-perms-icon").removeClass("unlock").addClass("lock");$("#jot-public").hide();$(".profile-jot-net input").attr("disabled","disabled");$("#profile-jot-desc").html(" ")}$("#acl-list-content .acl-list-item").each(function(){$(this).removeClass("groupshow grouphide")});$("#acl-list-content .acl-list-item").each(function(){itemid=$(this).attr("id");type=itemid[0];id=parseInt(itemid.substr(1));btshow=$(this).children(".acl-button-show").removeClass("selected");bthide=$(this).children(".acl-button-hide").removeClass("selected");switch(type){case"g":var uclass="";if(that.allow_gid.indexOf(id)>=0){btshow.addClass("selected");bthide.removeClass("selected");uclass="groupshow"}if(that.deny_gid.indexOf(id)>=0){btshow.removeClass("selected");bthide.addClass("selected");uclass="grouphide"}$(that.group_uids[id]).each(function(i,v){if(uclass=="grouphide")$("#c"+v).removeClass("groupshow");if(uclass!=""){var cls=$("#c"+v).attr("class");if(cls==undefined)return true;var hiding=cls.indexOf("grouphide");if(hiding==-1)$("#c"+v).addClass(uclass)}});break;case"c":if(that.allow_cid.indexOf(id)>=0){btshow.addClass("selected");bthide.removeClass("selected")}if(that.deny_cid.indexOf(id)>=0){btshow.removeClass("selected");bthide.addClass("selected")}}})};ACL.prototype.get=function(start,count,search){var postdata={start:start,count:count,search:search};$.ajax({type:"POST",url:that.url,data:postdata,dataType:"json",success:that.populate})};ACL.prototype.populate=function(data){$(data.items).each(function(){html="
"+that.item_tpl+"
";html=html.format(this.photo,this.name,this.type,this.id,"",this.network,this.link);if(this.uids!=undefined)that.group_uids[this.id]=this.uids;that.list_content.append(html)});$(".acl-list-item img[data-src]",that.list_content).each(function(i,el){$(el).attr("src",$(el).data("src"))});that.update_view()}; \ No newline at end of file diff --git a/view/theme/frost-mobile/js/main.js b/view/theme/frost-mobile/js/main.js index f486eaf518..926de5d253 100644 --- a/view/theme/frost-mobile/js/main.js +++ b/view/theme/frost-mobile/js/main.js @@ -10,14 +10,14 @@ listID = listID.replace(/\./g, "\\."); listID = listID.replace(/@/g, "\\@"); - if($j(listID).is(":visible")) { - $j(listID).hide(); - $j(listID+"-wrapper").show(); - alert($j(listID+"-wrapper").attr("id")); + if($(listID).is(":visible")) { + $(listID).hide(); + $(listID+"-wrapper").show(); + alert($(listID+"-wrapper").attr("id")); } else { - $j(listID).show(); - $j(listID+"-wrapper").hide(); + $(listID).show(); + $(listID+"-wrapper").hide(); } } @@ -46,16 +46,16 @@ var last_popup_menu = null; var last_popup_button = null; - $j(function() { - $j.ajaxSetup({cache: false}); + $(function() { + $.ajaxSetup({cache: false}); - msie = $j.browser.msie ; + msie = $.browser.msie ; collapseHeight(); /* setup tooltips *//* - $j("a,.tt").each(function(){ - var e = $j(this); + $("a,.tt").each(function(){ + var e = $(this); var pos="bottom"; if (e.hasClass("tttop")) pos="top"; if (e.hasClass("ttbottom")) pos="bottom"; @@ -67,19 +67,19 @@ /* setup onoff widgets */ - $j(".onoff input").each(function(){ - val = $j(this).val(); - id = $j(this).attr("id"); - $j("#"+id+"_onoff ."+ (val==0?"on":"off")).addClass("hidden"); + $(".onoff input").each(function(){ + val = $(this).val(); + id = $(this).attr("id"); + $("#"+id+"_onoff ."+ (val==0?"on":"off")).addClass("hidden"); }); - $j(".onoff > a").click(function(event){ + $(".onoff > a").click(function(event){ event.preventDefault(); - var input = $j(this).siblings("input"); + var input = $(this).siblings("input"); var val = 1-input.val(); var id = input.attr("id"); - $j("#"+id+"_onoff ."+ (val==0?"on":"off")).addClass("hidden"); - $j("#"+id+"_onoff ."+ (val==1?"on":"off")).removeClass("hidden"); + $("#"+id+"_onoff ."+ (val==0?"on":"off")).addClass("hidden"); + $("#"+id+"_onoff ."+ (val==1?"on":"off")).removeClass("hidden"); input.val(val); //console.log(id); }); @@ -91,129 +91,129 @@ function close_last_popup_menu(e) { if( last_popup_menu ) { - if( '#' + last_popup_menu.attr('id') !== $j(e.target).attr('rel')) { + if( '#' + last_popup_menu.attr('id') !== $(e.target).attr('rel')) { last_popup_menu.hide(); - if (last_popup_menu.attr('id') == "nav-notifications-menu" ) $j('.main-container').show(); + if (last_popup_menu.attr('id') == "nav-notifications-menu" ) $('.main-container').show(); last_popup_button.removeClass("selected"); last_popup_menu = null; last_popup_button = null; } } } - $j('img[rel^=#]').click(function(e){ + $('img[rel^=#]').click(function(e){ close_last_popup_menu(e); - menu = $j( $j(this).attr('rel') ); + menu = $( $(this).attr('rel') ); e.preventDefault(); e.stopPropagation(); if (menu.attr('popup')=="false") return false; -// $j(this).parent().toggleClass("selected"); +// $(this).parent().toggleClass("selected"); // menu.toggle(); if (menu.css("display") == "none") { - $j(this).parent().addClass("selected"); + $(this).parent().addClass("selected"); menu.show(); - if (menu.attr('id') == "nav-notifications-menu" ) $j('.main-container').hide(); + if (menu.attr('id') == "nav-notifications-menu" ) $('.main-container').hide(); last_popup_menu = menu; - last_popup_button = $j(this).parent(); + last_popup_button = $(this).parent(); } else { - $j(this).parent().removeClass("selected"); + $(this).parent().removeClass("selected"); menu.hide(); - if (menu.attr('id') == "nav-notifications-menu" ) $j('.main-container').show(); + if (menu.attr('id') == "nav-notifications-menu" ) $('.main-container').show(); last_popup_menu = null; last_popup_button = null; } return false; }); - $j('html').click(function(e) { + $('html').click(function(e) { close_last_popup_menu(e); }); // fancyboxes - /*$j("a.popupbox").colorbox({ + /*$("a.popupbox").colorbox({ 'inline' : true, 'transition' : 'none' });*/ /* notifications template */ - var notifications_tpl= unescape($j("#nav-notifications-template[rel=template]").html()); - var notifications_all = unescape($j('
').append( $j("#nav-notifications-see-all").clone() ).html()); //outerHtml hack - var notifications_mark = unescape($j('
').append( $j("#nav-notifications-mark-all").clone() ).html()); //outerHtml hack - var notifications_empty = unescape($j("#nav-notifications-menu").html()); + var notifications_tpl= unescape($("#nav-notifications-template[rel=template]").html()); + var notifications_all = unescape($('
').append( $("#nav-notifications-see-all").clone() ).html()); //outerHtml hack + var notifications_mark = unescape($('
').append( $("#nav-notifications-mark-all").clone() ).html()); //outerHtml hack + var notifications_empty = unescape($("#nav-notifications-menu").html()); /* nav update event */ - $j('nav').bind('nav-update', function(e,data){; - var invalid = $j(data).find('invalid').text(); + $('nav').bind('nav-update', function(e,data){; + var invalid = $(data).find('invalid').text(); if(invalid == 1) { window.location.href=window.location.href } - var net = $j(data).find('net').text(); - if(net == 0) { net = ''; $j('#net-update').removeClass('show') } else { $j('#net-update').addClass('show') } - $j('#net-update').html(net); + var net = $(data).find('net').text(); + if(net == 0) { net = ''; $('#net-update').removeClass('show') } else { $('#net-update').addClass('show') } + $('#net-update').html(net); - var home = $j(data).find('home').text(); - if(home == 0) { home = ''; $j('#home-update').removeClass('show') } else { $j('#home-update').addClass('show') } - $j('#home-update').html(home); + var home = $(data).find('home').text(); + if(home == 0) { home = ''; $('#home-update').removeClass('show') } else { $('#home-update').addClass('show') } + $('#home-update').html(home); - var intro = $j(data).find('intro').text(); - if(intro == 0) { intro = ''; $j('#intro-update').removeClass('show') } else { $j('#intro-update').addClass('show') } - $j('#intro-update').html(intro); + var intro = $(data).find('intro').text(); + if(intro == 0) { intro = ''; $('#intro-update').removeClass('show') } else { $('#intro-update').addClass('show') } + $('#intro-update').html(intro); - var mail = $j(data).find('mail').text(); - if(mail == 0) { mail = ''; $j('#mail-update').removeClass('show') } else { $j('#mail-update').addClass('show') } - $j('#mail-update').html(mail); + var mail = $(data).find('mail').text(); + if(mail == 0) { mail = ''; $('#mail-update').removeClass('show') } else { $('#mail-update').addClass('show') } + $('#mail-update').html(mail); - var intro = $j(data).find('intro').text(); - if(intro == 0) { intro = ''; $j('#intro-update-li').removeClass('show') } else { $j('#intro-update-li').addClass('show') } - $j('#intro-update-li').html(intro); + var intro = $(data).find('intro').text(); + if(intro == 0) { intro = ''; $('#intro-update-li').removeClass('show') } else { $('#intro-update-li').addClass('show') } + $('#intro-update-li').html(intro); - var mail = $j(data).find('mail').text(); - if(mail == 0) { mail = ''; $j('#mail-update-li').removeClass('show') } else { $j('#mail-update-li').addClass('show') } - $j('#mail-update-li').html(mail); + var mail = $(data).find('mail').text(); + if(mail == 0) { mail = ''; $('#mail-update-li').removeClass('show') } else { $('#mail-update-li').addClass('show') } + $('#mail-update-li').html(mail); - var eNotif = $j(data).find('notif') + var eNotif = $(data).find('notif') if (eNotif.children("note").length==0){ - $j("#nav-notifications-menu").html(notifications_empty); + $("#nav-notifications-menu").html(notifications_empty); } else { - nnm = $j("#nav-notifications-menu"); + nnm = $("#nav-notifications-menu"); nnm.html(notifications_all + notifications_mark); //nnm.attr('popup','true'); eNotif.children("note").each(function(){ - e = $j(this); + e = $(this); text = e.text().format(""+e.attr('name')+""); html = notifications_tpl.format(e.attr('href'),e.attr('photo'), text, e.attr('date'), e.attr('seen')); nnm.append(html); }); - $j("img[data-src]", nnm).each(function(i, el){ + $("img[data-src]", nnm).each(function(i, el){ // Add src attribute for images with a data-src attribute // However, don't bother if the data-src attribute is empty, because // an empty "src" tag for an image will cause some browsers // to prefetch the root page of the Friendica hub, which will // unnecessarily load an entire profile/ or network/ page - if($j(el).data("src") != '') $j(el).attr('src', $j(el).data("src")); + if($(el).data("src") != '') $(el).attr('src', $(el).data("src")); }); } notif = eNotif.attr('count'); if (notif>0){ - $j("#nav-notifications-linkmenu").addClass("on"); + $("#nav-notifications-linkmenu").addClass("on"); } else { - $j("#nav-notifications-linkmenu").removeClass("on"); + $("#nav-notifications-linkmenu").removeClass("on"); } - if(notif == 0) { notif = ''; $j('#notify-update').removeClass('show') } else { $j('#notify-update').addClass('show') } - $j('#notify-update').html(notif); + if(notif == 0) { notif = ''; $('#notify-update').removeClass('show') } else { $('#notify-update').addClass('show') } + $('#notify-update').html(notif); - var eSysmsg = $j(data).find('sysmsgs'); + var eSysmsg = $(data).find('sysmsgs'); eSysmsg.children("notice").each(function(){ - text = $j(this).text(); - $j.jGrowl(text, { sticky: false, theme: 'notice', life: 1000 }); + text = $(this).text(); + $.jGrowl(text, { sticky: false, theme: 'notice', life: 1000 }); }); eSysmsg.children("info").each(function(){ - text = $j(this).text(); - $j.jGrowl(text, { sticky: false, theme: 'info', life: 1000 }); + text = $(this).text(); + $.jGrowl(text, { sticky: false, theme: 'info', life: 1000 }); }); }); @@ -221,7 +221,7 @@ NavUpdate(); // Allow folks to stop the ajax page updates with the pause/break key -/* $j(document).keydown(function(event) { +/* $(document).keydown(function(event) { if(event.keyCode == '8') { var target = event.target || event.srcElement; if (!/input|textarea/i.test(target.nodeName)) { @@ -235,7 +235,7 @@ if (event.ctrlKey) { totStopped = true; } - $j('#pause').html('pause'); + $('#pause').html('pause'); } else { unpause(); } @@ -253,28 +253,28 @@ if(! stopped) { var pingCmd = 'ping' + ((localUser != 0) ? '?f=&uid=' + localUser : ''); - $j.get(pingCmd,function(data) { - $j(data).find('result').each(function() { + $.get(pingCmd,function(data) { + $(data).find('result').each(function() { // send nav-update event - $j('nav').trigger('nav-update', this); + $('nav').trigger('nav-update', this); // start live update - if($j('#live-network').length) { src = 'network'; liveUpdate(); } - if($j('#live-profile').length) { src = 'profile'; liveUpdate(); } - if($j('#live-community').length) { src = 'community'; liveUpdate(); } - if($j('#live-notes').length) { src = 'notes'; liveUpdate(); } - if($j('#live-display').length) { src = 'display'; liveUpdate(); } - /*if($j('#live-display').length) { + if($('#live-network').length) { src = 'network'; liveUpdate(); } + if($('#live-profile').length) { src = 'profile'; liveUpdate(); } + if($('#live-community').length) { src = 'community'; liveUpdate(); } + if($('#live-notes').length) { src = 'notes'; liveUpdate(); } + if($('#live-display').length) { src = 'display'; liveUpdate(); } + /*if($('#live-display').length) { if(liking) { liking = 0; window.location.href=window.location.href } }*/ - if($j('#live-photos').length) { + if($('#live-photos').length) { if(liking) { liking = 0; window.location.href=window.location.href @@ -291,8 +291,8 @@ } function liveUpdate() { - if((src == null) || (stopped) || (typeof profile_uid == 'undefined') || (! profile_uid)) { $j('.like-rotator').hide(); return; } - if(($j('.comment-edit-text-full').length) || (in_progress)) { + if((src == null) || (stopped) || (typeof profile_uid == 'undefined') || (! profile_uid)) { $('.like-rotator').hide(); return; } + if(($('.comment-edit-text-full').length) || (in_progress)) { if(livetime) { clearTimeout(livetime); } @@ -308,50 +308,50 @@ var udargs = ((netargs.length) ? '/' + netargs : ''); var update_url = 'update_' + src + udargs + '&p=' + profile_uid + '&page=' + profile_page + '&msie=' + ((msie) ? 1 : 0); - $j.get(update_url,function(data) { + $.get(update_url,function(data) { in_progress = false; - // $j('.collapsed-comments',data).each(function() { - // var ident = $j(this).attr('id'); - // var is_hidden = $j('#' + ident).is(':hidden'); - // if($j('#' + ident).length) { - // $j('#' + ident).replaceWith($j(this)); + // $('.collapsed-comments',data).each(function() { + // var ident = $(this).attr('id'); + // var is_hidden = $('#' + ident).is(':hidden'); + // if($('#' + ident).length) { + // $('#' + ident).replaceWith($(this)); // if(is_hidden) - // $j('#' + ident).hide(); + // $('#' + ident).hide(); // } //}); // add a new thread - $j('.toplevel_item',data).each(function() { - var ident = $j(this).attr('id'); + $('.toplevel_item',data).each(function() { + var ident = $(this).attr('id'); - if($j('#' + ident).length == 0 && profile_page == 1) { - $j('img',this).each(function() { - $j(this).attr('src',$j(this).attr('dst')); + if($('#' + ident).length == 0 && profile_page == 1) { + $('img',this).each(function() { + $(this).attr('src',$(this).attr('dst')); }); - $j('#' + prev).after($j(this)); + $('#' + prev).after($(this)); } else { // Find out if the hidden comments are open, so we can keep it that way // if a new comment has been posted - var id = $j('.hide-comments-total', this).attr('id'); + var id = $('.hide-comments-total', this).attr('id'); if(typeof id != 'undefined') { id = id.split('-')[3]; - var commentsOpen = $j("#collapsed-comments-" + id).is(":visible"); + var commentsOpen = $("#collapsed-comments-" + id).is(":visible"); } - $j('img',this).each(function() { - $j(this).attr('src',$j(this).attr('dst')); + $('img',this).each(function() { + $(this).attr('src',$(this).attr('dst')); }); - //vScroll = $j(document).scrollTop(); - $j('html').height($j('html').height()); - $j('#' + ident).replaceWith($j(this)); + //vScroll = $(document).scrollTop(); + $('html').height($('html').height()); + $('#' + ident).replaceWith($(this)); if(typeof id != 'undefined') { if(commentsOpen) showHideComments(id); } - $j('html').height('auto'); - //$j(document).scrollTop(vScroll); + $('html').height('auto'); + //$(document).scrollTop(vScroll); } prev = ident; }); @@ -363,36 +363,36 @@ /*prev = 'live-' + src; - $j('.wall-item-outside-wrapper',data).each(function() { - var ident = $j(this).attr('id'); + $('.wall-item-outside-wrapper',data).each(function() { + var ident = $(this).attr('id'); - if($j('#' + ident).length == 0 && prev != 'live-' + src) { - $j('img',this).each(function() { - $j(this).attr('src',$j(this).attr('dst')); + if($('#' + ident).length == 0 && prev != 'live-' + src) { + $('img',this).each(function() { + $(this).attr('src',$(this).attr('dst')); }); - $j('#' + prev).after($j(this)); + $('#' + prev).after($(this)); } else { - $j('#' + ident + ' ' + '.wall-item-ago').replaceWith($j(this).find('.wall-item-ago')); - if($j('#' + ident + ' ' + '.comment-edit-text-empty').length) - $j('#' + ident + ' ' + '.wall-item-comment-wrapper').replaceWith($j(this).find('.wall-item-comment-wrapper')); - $j('#' + ident + ' ' + '.hide-comments-total').replaceWith($j(this).find('.hide-comments-total')); - $j('#' + ident + ' ' + '.wall-item-like').replaceWith($j(this).find('.wall-item-like')); - $j('#' + ident + ' ' + '.wall-item-dislike').replaceWith($j(this).find('.wall-item-dislike')); - $j('#' + ident + ' ' + '.my-comment-photo').each(function() { - $j(this).attr('src',$j(this).attr('dst')); + $('#' + ident + ' ' + '.wall-item-ago').replaceWith($(this).find('.wall-item-ago')); + if($('#' + ident + ' ' + '.comment-edit-text-empty').length) + $('#' + ident + ' ' + '.wall-item-comment-wrapper').replaceWith($(this).find('.wall-item-comment-wrapper')); + $('#' + ident + ' ' + '.hide-comments-total').replaceWith($(this).find('.hide-comments-total')); + $('#' + ident + ' ' + '.wall-item-like').replaceWith($(this).find('.wall-item-like')); + $('#' + ident + ' ' + '.wall-item-dislike').replaceWith($(this).find('.wall-item-dislike')); + $('#' + ident + ' ' + '.my-comment-photo').each(function() { + $(this).attr('src',$(this).attr('dst')); }); } prev = ident; });*/ - $j('.like-rotator').hide(); + $('.like-rotator').hide(); if(commentBusy) { commentBusy = false; - $j('body').css('cursor', 'auto'); + $('body').css('cursor', 'auto'); } /* autocomplete @nicknames */ - $j(".comment-edit-form textarea").contact_autocomplete(baseurl+"/acl"); + $(".comment-edit-form textarea").contact_autocomplete(baseurl+"/acl"); // setup videos, since VideoJS won't take care of any loaded via AJAX if(typeof videojs != 'undefined') videojs.autoSetup(); @@ -404,22 +404,22 @@ if(typeof elems != 'undefined') { elemName = elems + ' ' + elemName; } - $j(elemName).each(function() { - if($j(this).height() > 350) { - $j('html').height($j('html').height()); - $j(this).divgrow({ initialHeight: 300, showBrackets: false, speed: 0 }); - $j(this).addClass('divmore'); - $j('html').height('auto'); + $(elemName).each(function() { + if($(this).height() > 350) { + $('html').height($('html').height()); + $(this).divgrow({ initialHeight: 300, showBrackets: false, speed: 0 }); + $(this).addClass('divmore'); + $('html').height('auto'); } }); } /* function imgbright(node) { - $j(node).removeClass("drophide").addClass("drop"); + $(node).removeClass("drophide").addClass("drop"); } function imgdull(node) { - $j(node).removeClass("drop").addClass("drophide"); + $(node).removeClass("drop").addClass("drophide"); }*/ // Since our ajax calls are asynchronous, we will give a few @@ -434,8 +434,8 @@ function dolike(ident,verb) { unpause(); - $j('#like-rotator-' + ident.toString()).show(); - $j.get('like/' + ident.toString() + '?verb=' + verb, NavUpdate ); + $('#like-rotator-' + ident.toString()).show(); + $.get('like/' + ident.toString() + '?verb=' + verb, NavUpdate ); // if(timer) clearTimeout(timer); // timer = setTimeout(NavUpdate,3000); liking = 1; @@ -443,21 +443,21 @@ function dostar(ident) { ident = ident.toString(); - //$j('#like-rotator-' + ident).show(); - $j.get('starred/' + ident, function(data) { + //$('#like-rotator-' + ident).show(); + $.get('starred/' + ident, function(data) { if(data.match(/1/)) { - $j('#starred-' + ident).addClass('starred'); - $j('#starred-' + ident).removeClass('unstarred'); - $j('#star-' + ident).addClass('hidden'); - $j('#unstar-' + ident).removeClass('hidden'); + $('#starred-' + ident).addClass('starred'); + $('#starred-' + ident).removeClass('unstarred'); + $('#star-' + ident).addClass('hidden'); + $('#unstar-' + ident).removeClass('hidden'); } else { - $j('#starred-' + ident).addClass('unstarred'); - $j('#starred-' + ident).removeClass('starred'); - $j('#star-' + ident).removeClass('hidden'); - $j('#unstar-' + ident).addClass('hidden'); + $('#starred-' + ident).addClass('unstarred'); + $('#starred-' + ident).removeClass('starred'); + $('#star-' + ident).removeClass('hidden'); + $('#unstar-' + ident).addClass('hidden'); } - //$j('#like-rotator-' + ident).hide(); + //$('#like-rotator-' + ident).hide(); }); } @@ -492,31 +492,31 @@ } else { lockvisible = true; - $j.get('lockview/' + id, function(data) { - $j('#panel').html(data); - $j('#panel').css({ 'left': 10 , 'top': cursor.y + 20}); - $j('#panel').show(); + $.get('lockview/' + id, function(data) { + $('#panel').html(data); + $('#panel').css({ 'left': 10 , 'top': cursor.y + 20}); + $('#panel').show(); }); } } function lockviewhide() { lockvisible = false; - $j('#panel').hide(); + $('#panel').hide(); } function post_comment(id) { unpause(); commentBusy = true; - $j('body').css('cursor', 'wait'); - $j("#comment-preview-inp-" + id).val("0"); - $j.post( + $('body').css('cursor', 'wait'); + $("#comment-preview-inp-" + id).val("0"); + $.post( "item", - $j("#comment-edit-form-" + id).serialize(), + $("#comment-edit-form-" + id).serialize(), function(data) { if(data.success) { - $j("#comment-edit-wrapper-" + id).hide(); - $j("#comment-edit-text-" + id).val(''); + $("#comment-edit-wrapper-" + id).hide(); + $("#comment-edit-text-" + id).val(''); var tarea = document.getElementById("comment-edit-text-" + id); if(tarea) commentClose(tarea,id); @@ -534,16 +534,16 @@ function preview_comment(id) { - $j("#comment-preview-inp-" + id).val("1"); - $j("#comment-edit-preview-" + id).show(); - $j.post( + $("#comment-preview-inp-" + id).val("1"); + $("#comment-edit-preview-" + id).show(); + $.post( "item", - $j("#comment-edit-form-" + id).serialize(), + $("#comment-edit-form-" + id).serialize(), function(data) { if(data.preview) { - $j("#comment-edit-preview-" + id).html(data.preview); - $j("#comment-edit-preview-" + id + " a").click(function() { return false; }); + $("#comment-edit-preview-" + id).html(data.preview); + $("#comment-edit-preview-" + id + " a").click(function() { return false; }); } }, "json" @@ -553,34 +553,34 @@ function showHideComments(id) { - if( $j("#collapsed-comments-" + id).is(":visible")) { - $j("#collapsed-comments-" + id).hide(); - $j("#hide-comments-" + id).html(window.showMore); + if( $("#collapsed-comments-" + id).is(":visible")) { + $("#collapsed-comments-" + id).hide(); + $("#hide-comments-" + id).html(window.showMore); } else { - $j("#collapsed-comments-" + id).show(); - $j("#hide-comments-" + id).html(window.showFewer); + $("#collapsed-comments-" + id).show(); + $("#hide-comments-" + id).html(window.showFewer); collapseHeight("#collapsed-comments-" + id); } } function preview_post() { - $j("#jot-preview").val("1"); - $j("#jot-preview-content").show(); + $("#jot-preview").val("1"); + $("#jot-preview-content").show(); tinyMCE.triggerSave(); - $j.post( + $.post( "item", - $j("#profile-jot-form").serialize(), + $("#profile-jot-form").serialize(), function(data) { if(data.preview) { - $j("#jot-preview-content").html(data.preview); - $j("#jot-preview-content" + " a").click(function() { return false; }); + $("#jot-preview-content").html(data.preview); + $("#jot-preview-content" + " a").click(function() { return false; }); } }, "json" ); - $j("#jot-preview").val("0"); + $("#jot-preview").val("0"); return true; } @@ -589,7 +589,7 @@ // unpause auto reloads if they are currently stopped totStopped = false; stopped = false; - $j('#pause').html(''); + $('#pause').html(''); } @@ -617,40 +617,40 @@ } function groupChangeMember(gid, cid, sec_token) { - $j('body .fakelink').css('cursor', 'wait'); - $j.get('group/' + gid + '/' + cid + "?t=" + sec_token, function(data) { - $j('#group-update-wrapper').html(data); - $j('body .fakelink').css('cursor', 'auto'); + $('body .fakelink').css('cursor', 'wait'); + $.get('group/' + gid + '/' + cid + "?t=" + sec_token, function(data) { + $('#group-update-wrapper').html(data); + $('body .fakelink').css('cursor', 'auto'); }); } function profChangeMember(gid,cid) { - $j('body .fakelink').css('cursor', 'wait'); - $j.get('profperm/' + gid + '/' + cid, function(data) { - $j('#prof-update-wrapper').html(data); - $j('body .fakelink').css('cursor', 'auto'); + $('body .fakelink').css('cursor', 'wait'); + $.get('profperm/' + gid + '/' + cid, function(data) { + $('#prof-update-wrapper').html(data); + $('body .fakelink').css('cursor', 'auto'); }); } function contactgroupChangeMember(gid,cid) { - $j('body').css('cursor', 'wait'); - $j.get('contactgroup/' + gid + '/' + cid, function(data) { - $j('body').css('cursor', 'auto'); + $('body').css('cursor', 'wait'); + $.get('contactgroup/' + gid + '/' + cid, function(data) { + $('body').css('cursor', 'auto'); }); } function checkboxhighlight(box) { - if($j(box).is(':checked')) { - $j(box).addClass('checkeditem'); + if($(box).is(':checked')) { + $(box).addClass('checkeditem'); } else { - $j(box).removeClass('checkeditem'); + $(box).removeClass('checkeditem'); } } function notifyMarkAll() { - $j.get('notify/mark/all', function(data) { + $.get('notify/mark/all', function(data) { if(timer) clearTimeout(timer); timer = setTimeout(NavUpdate,1000); }); @@ -729,9 +729,9 @@ Array.prototype.remove = function(item) { }; function previewTheme(elm) { - theme = $j(elm).val(); - $j.getJSON('pretheme?f=&theme=' + theme,function(data) { - $j('#theme-preview').html('
' + data.desc + '
' + data.version + '
' + data.credits + '
'); + theme = $(elm).val(); + $.getJSON('pretheme?f=&theme=' + theme,function(data) { + $('#theme-preview').html('
' + data.desc + '
' + data.version + '
' + data.credits + '
'); }); } diff --git a/view/theme/frost-mobile/js/main.min.js b/view/theme/frost-mobile/js/main.min.js index f19daa71af..eaf8a082d7 100644 --- a/view/theme/frost-mobile/js/main.min.js +++ b/view/theme/frost-mobile/js/main.min.js @@ -1 +1 @@ -function openClose(listID){listID="#"+listID.replace(/:/g,"\\:");listID=listID.replace(/\./g,"\\.");listID=listID.replace(/@/g,"\\@");if($j(listID).is(":visible")){$j(listID).hide();$j(listID+"-wrapper").show();alert($j(listID+"-wrapper").attr("id"))}else{$j(listID).show();$j(listID+"-wrapper").hide()}}function openMenu(theID){document.getElementById(theID).style.display="block"}function closeMenu(theID){document.getElementById(theID).style.display="none"}var src=null;var prev=null;var livetime=null;var msie=false;var stopped=false;var totStopped=false;var timer=null;var pr=0;var liking=0;var in_progress=false;var langSelect=false;var commentBusy=false;var last_popup_menu=null;var last_popup_button=null;$j(function(){$j.ajaxSetup({cache:false});msie=$j.browser.msie;collapseHeight();$j(".onoff input").each(function(){val=$j(this).val();id=$j(this).attr("id");$j("#"+id+"_onoff ."+(val==0?"on":"off")).addClass("hidden")});$j(".onoff > a").click(function(event){event.preventDefault();var input=$j(this).siblings("input");var val=1-input.val();var id=input.attr("id");$j("#"+id+"_onoff ."+(val==0?"on":"off")).addClass("hidden");$j("#"+id+"_onoff ."+(val==1?"on":"off")).removeClass("hidden");input.val(val)});function close_last_popup_menu(e){if(last_popup_menu){if("#"+last_popup_menu.attr("id")!==$j(e.target).attr("rel")){last_popup_menu.hide();if(last_popup_menu.attr("id")=="nav-notifications-menu")$j(".main-container").show();last_popup_button.removeClass("selected");last_popup_menu=null;last_popup_button=null}}}$j("img[rel^=#]").click(function(e){close_last_popup_menu(e);menu=$j($j(this).attr("rel"));e.preventDefault();e.stopPropagation();if(menu.attr("popup")=="false")return false;if(menu.css("display")=="none"){$j(this).parent().addClass("selected");menu.show();if(menu.attr("id")=="nav-notifications-menu")$j(".main-container").hide();last_popup_menu=menu;last_popup_button=$j(this).parent()}else{$j(this).parent().removeClass("selected");menu.hide();if(menu.attr("id")=="nav-notifications-menu")$j(".main-container").show();last_popup_menu=null;last_popup_button=null}return false});$j("html").click(function(e){close_last_popup_menu(e)});var notifications_tpl=unescape($j("#nav-notifications-template[rel=template]").html());var notifications_all=unescape($j("
").append($j("#nav-notifications-see-all").clone()).html());var notifications_mark=unescape($j("
").append($j("#nav-notifications-mark-all").clone()).html());var notifications_empty=unescape($j("#nav-notifications-menu").html());$j("nav").bind("nav-update",function(e,data){var invalid=$j(data).find("invalid").text();if(invalid==1){window.location.href=window.location.href}var net=$j(data).find("net").text();if(net==0){net="";$j("#net-update").removeClass("show")}else{$j("#net-update").addClass("show")}$j("#net-update").html(net);var home=$j(data).find("home").text();if(home==0){home="";$j("#home-update").removeClass("show")}else{$j("#home-update").addClass("show")}$j("#home-update").html(home);var intro=$j(data).find("intro").text();if(intro==0){intro="";$j("#intro-update").removeClass("show")}else{$j("#intro-update").addClass("show")}$j("#intro-update").html(intro);var mail=$j(data).find("mail").text();if(mail==0){mail="";$j("#mail-update").removeClass("show")}else{$j("#mail-update").addClass("show")}$j("#mail-update").html(mail);var intro=$j(data).find("intro").text();if(intro==0){intro="";$j("#intro-update-li").removeClass("show")}else{$j("#intro-update-li").addClass("show")}$j("#intro-update-li").html(intro);var mail=$j(data).find("mail").text();if(mail==0){mail="";$j("#mail-update-li").removeClass("show")}else{$j("#mail-update-li").addClass("show")}$j("#mail-update-li").html(mail);var eNotif=$j(data).find("notif");if(eNotif.children("note").length==0){$j("#nav-notifications-menu").html(notifications_empty)}else{nnm=$j("#nav-notifications-menu");nnm.html(notifications_all+notifications_mark);eNotif.children("note").each(function(){e=$j(this);text=e.text().format(""+e.attr("name")+"");html=notifications_tpl.format(e.attr("href"),e.attr("photo"),text,e.attr("date"),e.attr("seen"));nnm.append(html)});$j("img[data-src]",nnm).each(function(i,el){if($j(el).data("src")!="")$j(el).attr("src",$j(el).data("src"))})}notif=eNotif.attr("count");if(notif>0){$j("#nav-notifications-linkmenu").addClass("on")}else{$j("#nav-notifications-linkmenu").removeClass("on")}if(notif==0){notif="";$j("#notify-update").removeClass("show")}else{$j("#notify-update").addClass("show")}$j("#notify-update").html(notif);var eSysmsg=$j(data).find("sysmsgs");eSysmsg.children("notice").each(function(){text=$j(this).text();$j.jGrowl(text,{sticky:false,theme:"notice",life:1e3})});eSysmsg.children("info").each(function(){text=$j(this).text();$j.jGrowl(text,{sticky:false,theme:"info",life:1e3})})});NavUpdate()});function NavUpdate(){if(!stopped){var pingCmd="ping"+(localUser!=0?"?f=&uid="+localUser:"");$j.get(pingCmd,function(data){$j(data).find("result").each(function(){$j("nav").trigger("nav-update",this);if($j("#live-network").length){src="network";liveUpdate()}if($j("#live-profile").length){src="profile";liveUpdate()}if($j("#live-community").length){src="community";liveUpdate()}if($j("#live-notes").length){src="notes";liveUpdate()}if($j("#live-display").length){src="display";liveUpdate()}if($j("#live-photos").length){if(liking){liking=0;window.location.href=window.location.href}}})})}timer=setTimeout(NavUpdate,updateInterval)}function liveUpdate(){if(src==null||stopped||typeof profile_uid=="undefined"||!profile_uid){$j(".like-rotator").hide();return}if($j(".comment-edit-text-full").length||in_progress){if(livetime){clearTimeout(livetime)}livetime=setTimeout(liveUpdate,1e4);return}if(livetime!=null)livetime=null;prev="live-"+src;in_progress=true;var udargs=netargs.length?"/"+netargs:"";var update_url="update_"+src+udargs+"&p="+profile_uid+"&page="+profile_page+"&msie="+(msie?1:0);$j.get(update_url,function(data){in_progress=false;$j(".toplevel_item",data).each(function(){var ident=$j(this).attr("id");if($j("#"+ident).length==0&&profile_page==1){$j("img",this).each(function(){$j(this).attr("src",$j(this).attr("dst"))});$j("#"+prev).after($j(this))}else{var id=$j(".hide-comments-total",this).attr("id");if(typeof id!="undefined"){id=id.split("-")[3];var commentsOpen=$j("#collapsed-comments-"+id).is(":visible")}$j("img",this).each(function(){$j(this).attr("src",$j(this).attr("dst"))});$j("html").height($j("html").height());$j("#"+ident).replaceWith($j(this));if(typeof id!="undefined"){if(commentsOpen)showHideComments(id)}$j("html").height("auto")}prev=ident});collapseHeight();$j(".like-rotator").hide();if(commentBusy){commentBusy=false;$j("body").css("cursor","auto")}$j(".comment-edit-form textarea").contact_autocomplete(baseurl+"/acl");if(typeof videojs!="undefined")videojs.autoSetup()})}function collapseHeight(elems){var elemName=".wall-item-body:not(.divmore)";if(typeof elems!="undefined"){elemName=elems+" "+elemName}$j(elemName).each(function(){if($j(this).height()>350){$j("html").height($j("html").height());$j(this).divgrow({initialHeight:300,showBrackets:false,speed:0});$j(this).addClass("divmore");$j("html").height("auto")}})}function dolike(ident,verb){unpause();$j("#like-rotator-"+ident.toString()).show();$j.get("like/"+ident.toString()+"?verb="+verb,NavUpdate);liking=1}function dostar(ident){ident=ident.toString();$j.get("starred/"+ident,function(data){if(data.match(/1/)){$j("#starred-"+ident).addClass("starred");$j("#starred-"+ident).removeClass("unstarred");$j("#star-"+ident).addClass("hidden");$j("#unstar-"+ident).removeClass("hidden")}else{$j("#starred-"+ident).addClass("unstarred");$j("#starred-"+ident).removeClass("starred");$j("#star-"+ident).removeClass("hidden");$j("#unstar-"+ident).addClass("hidden")}})}function getPosition(e){var cursor={x:0,y:0};if(e.pageX||e.pageY){cursor.x=e.pageX;cursor.y=e.pageY}else{if(e.clientX||e.clientY){cursor.x=e.clientX+(document.documentElement.scrollLeft||document.body.scrollLeft)-document.documentElement.clientLeft;cursor.y=e.clientY+(document.documentElement.scrollTop||document.body.scrollTop)-document.documentElement.clientTop}else{if(e.x||e.y){cursor.x=e.x;cursor.y=e.y}}}return cursor}var lockvisible=false;function lockview(event,id){event=event||window.event;cursor=getPosition(event);if(lockvisible){lockviewhide()}else{lockvisible=true;$j.get("lockview/"+id,function(data){$j("#panel").html(data);$j("#panel").css({left:10,top:cursor.y+20});$j("#panel").show()})}}function lockviewhide(){lockvisible=false;$j("#panel").hide()}function post_comment(id){unpause();commentBusy=true;$j("body").css("cursor","wait");$j("#comment-preview-inp-"+id).val("0");$j.post("item",$j("#comment-edit-form-"+id).serialize(),function(data){if(data.success){$j("#comment-edit-wrapper-"+id).hide();$j("#comment-edit-text-"+id).val("");var tarea=document.getElementById("comment-edit-text-"+id);if(tarea)commentClose(tarea,id);if(timer)clearTimeout(timer);timer=setTimeout(NavUpdate,10)}if(data.reload){window.location.href=data.reload}},"json");return false}function preview_comment(id){$j("#comment-preview-inp-"+id).val("1");$j("#comment-edit-preview-"+id).show();$j.post("item",$j("#comment-edit-form-"+id).serialize(),function(data){if(data.preview){$j("#comment-edit-preview-"+id).html(data.preview);$j("#comment-edit-preview-"+id+" a").click(function(){return false})}},"json");return true}function showHideComments(id){if($j("#collapsed-comments-"+id).is(":visible")){$j("#collapsed-comments-"+id).hide();$j("#hide-comments-"+id).html(window.showMore)}else{$j("#collapsed-comments-"+id).show();$j("#hide-comments-"+id).html(window.showFewer);collapseHeight("#collapsed-comments-"+id)}}function preview_post(){$j("#jot-preview").val("1");$j("#jot-preview-content").show();tinyMCE.triggerSave();$j.post("item",$j("#profile-jot-form").serialize(),function(data){if(data.preview){$j("#jot-preview-content").html(data.preview);$j("#jot-preview-content"+" a").click(function(){return false})}},"json");$j("#jot-preview").val("0");return true}function unpause(){totStopped=false;stopped=false;$j("#pause").html("")}function bin2hex(s){var v,i,f=0,a=[];s+="";f=s.length;for(i=0;i'+data.desc+'
'+data.version+'
'+data.credits+"
")})} \ No newline at end of file +function openClose(listID){listID="#"+listID.replace(/:/g,"\\:");listID=listID.replace(/\./g,"\\.");listID=listID.replace(/@/g,"\\@");if($(listID).is(":visible")){$(listID).hide();$(listID+"-wrapper").show();alert($(listID+"-wrapper").attr("id"))}else{$(listID).show();$(listID+"-wrapper").hide()}}function openMenu(theID){document.getElementById(theID).style.display="block"}function closeMenu(theID){document.getElementById(theID).style.display="none"}var src=null;var prev=null;var livetime=null;var msie=false;var stopped=false;var totStopped=false;var timer=null;var pr=0;var liking=0;var in_progress=false;var langSelect=false;var commentBusy=false;var last_popup_menu=null;var last_popup_button=null;$(function(){$.ajaxSetup({cache:false});msie=$.browser.msie;collapseHeight();$(".onoff input").each(function(){val=$(this).val();id=$(this).attr("id");$("#"+id+"_onoff ."+(val==0?"on":"off")).addClass("hidden")});$(".onoff > a").click(function(event){event.preventDefault();var input=$(this).siblings("input");var val=1-input.val();var id=input.attr("id");$("#"+id+"_onoff ."+(val==0?"on":"off")).addClass("hidden");$("#"+id+"_onoff ."+(val==1?"on":"off")).removeClass("hidden");input.val(val)});function close_last_popup_menu(e){if(last_popup_menu){if("#"+last_popup_menu.attr("id")!==$(e.target).attr("rel")){last_popup_menu.hide();if(last_popup_menu.attr("id")=="nav-notifications-menu")$(".main-container").show();last_popup_button.removeClass("selected");last_popup_menu=null;last_popup_button=null}}}$("img[rel^=#]").click(function(e){close_last_popup_menu(e);menu=$($(this).attr("rel"));e.preventDefault();e.stopPropagation();if(menu.attr("popup")=="false")return false;if(menu.css("display")=="none"){$(this).parent().addClass("selected");menu.show();if(menu.attr("id")=="nav-notifications-menu")$(".main-container").hide();last_popup_menu=menu;last_popup_button=$(this).parent()}else{$(this).parent().removeClass("selected");menu.hide();if(menu.attr("id")=="nav-notifications-menu")$(".main-container").show();last_popup_menu=null;last_popup_button=null}return false});$("html").click(function(e){close_last_popup_menu(e)});var notifications_tpl=unescape($("#nav-notifications-template[rel=template]").html());var notifications_all=unescape($("
").append($("#nav-notifications-see-all").clone()).html());var notifications_mark=unescape($("
").append($("#nav-notifications-mark-all").clone()).html());var notifications_empty=unescape($("#nav-notifications-menu").html());$("nav").bind("nav-update",function(e,data){var invalid=$(data).find("invalid").text();if(invalid==1){window.location.href=window.location.href}var net=$(data).find("net").text();if(net==0){net="";$("#net-update").removeClass("show")}else{$("#net-update").addClass("show")}$("#net-update").html(net);var home=$(data).find("home").text();if(home==0){home="";$("#home-update").removeClass("show")}else{$("#home-update").addClass("show")}$("#home-update").html(home);var intro=$(data).find("intro").text();if(intro==0){intro="";$("#intro-update").removeClass("show")}else{$("#intro-update").addClass("show")}$("#intro-update").html(intro);var mail=$(data).find("mail").text();if(mail==0){mail="";$("#mail-update").removeClass("show")}else{$("#mail-update").addClass("show")}$("#mail-update").html(mail);var intro=$(data).find("intro").text();if(intro==0){intro="";$("#intro-update-li").removeClass("show")}else{$("#intro-update-li").addClass("show")}$("#intro-update-li").html(intro);var mail=$(data).find("mail").text();if(mail==0){mail="";$("#mail-update-li").removeClass("show")}else{$("#mail-update-li").addClass("show")}$("#mail-update-li").html(mail);var eNotif=$(data).find("notif");if(eNotif.children("note").length==0){$("#nav-notifications-menu").html(notifications_empty)}else{nnm=$("#nav-notifications-menu");nnm.html(notifications_all+notifications_mark);eNotif.children("note").each(function(){e=$(this);text=e.text().format(""+e.attr("name")+"");html=notifications_tpl.format(e.attr("href"),e.attr("photo"),text,e.attr("date"),e.attr("seen"));nnm.append(html)});$("img[data-src]",nnm).each(function(i,el){if($(el).data("src")!="")$(el).attr("src",$(el).data("src"))})}notif=eNotif.attr("count");if(notif>0){$("#nav-notifications-linkmenu").addClass("on")}else{$("#nav-notifications-linkmenu").removeClass("on")}if(notif==0){notif="";$("#notify-update").removeClass("show")}else{$("#notify-update").addClass("show")}$("#notify-update").html(notif);var eSysmsg=$(data).find("sysmsgs");eSysmsg.children("notice").each(function(){text=$(this).text();$.jGrowl(text,{sticky:false,theme:"notice",life:1e3})});eSysmsg.children("info").each(function(){text=$(this).text();$.jGrowl(text,{sticky:false,theme:"info",life:1e3})})});NavUpdate()});function NavUpdate(){if(!stopped){var pingCmd="ping"+(localUser!=0?"?f=&uid="+localUser:"");$.get(pingCmd,function(data){$(data).find("result").each(function(){$("nav").trigger("nav-update",this);if($("#live-network").length){src="network";liveUpdate()}if($("#live-profile").length){src="profile";liveUpdate()}if($("#live-community").length){src="community";liveUpdate()}if($("#live-notes").length){src="notes";liveUpdate()}if($("#live-display").length){src="display";liveUpdate()}if($("#live-photos").length){if(liking){liking=0;window.location.href=window.location.href}}})})}timer=setTimeout(NavUpdate,updateInterval)}function liveUpdate(){if(src==null||stopped||typeof profile_uid=="undefined"||!profile_uid){$(".like-rotator").hide();return}if($(".comment-edit-text-full").length||in_progress){if(livetime){clearTimeout(livetime)}livetime=setTimeout(liveUpdate,1e4);return}if(livetime!=null)livetime=null;prev="live-"+src;in_progress=true;var udargs=netargs.length?"/"+netargs:"";var update_url="update_"+src+udargs+"&p="+profile_uid+"&page="+profile_page+"&msie="+(msie?1:0);$.get(update_url,function(data){in_progress=false;$(".toplevel_item",data).each(function(){var ident=$(this).attr("id");if($("#"+ident).length==0&&profile_page==1){$("img",this).each(function(){$(this).attr("src",$(this).attr("dst"))});$("#"+prev).after($(this))}else{var id=$(".hide-comments-total",this).attr("id");if(typeof id!="undefined"){id=id.split("-")[3];var commentsOpen=$("#collapsed-comments-"+id).is(":visible")}$("img",this).each(function(){$(this).attr("src",$(this).attr("dst"))});$("html").height($("html").height());$("#"+ident).replaceWith($(this));if(typeof id!="undefined"){if(commentsOpen)showHideComments(id)}$("html").height("auto")}prev=ident});collapseHeight();$(".like-rotator").hide();if(commentBusy){commentBusy=false;$("body").css("cursor","auto")}$(".comment-edit-form textarea").contact_autocomplete(baseurl+"/acl");if(typeof videojs!="undefined")videojs.autoSetup()})}function collapseHeight(elems){var elemName=".wall-item-body:not(.divmore)";if(typeof elems!="undefined"){elemName=elems+" "+elemName}$(elemName).each(function(){if($(this).height()>350){$("html").height($("html").height());$(this).divgrow({initialHeight:300,showBrackets:false,speed:0});$(this).addClass("divmore");$("html").height("auto")}})}function dolike(ident,verb){unpause();$("#like-rotator-"+ident.toString()).show();$.get("like/"+ident.toString()+"?verb="+verb,NavUpdate);liking=1}function dostar(ident){ident=ident.toString();$.get("starred/"+ident,function(data){if(data.match(/1/)){$("#starred-"+ident).addClass("starred");$("#starred-"+ident).removeClass("unstarred");$("#star-"+ident).addClass("hidden");$("#unstar-"+ident).removeClass("hidden")}else{$("#starred-"+ident).addClass("unstarred");$("#starred-"+ident).removeClass("starred");$("#star-"+ident).removeClass("hidden");$("#unstar-"+ident).addClass("hidden")}})}function getPosition(e){var cursor={x:0,y:0};if(e.pageX||e.pageY){cursor.x=e.pageX;cursor.y=e.pageY}else{if(e.clientX||e.clientY){cursor.x=e.clientX+(document.documentElement.scrollLeft||document.body.scrollLeft)-document.documentElement.clientLeft;cursor.y=e.clientY+(document.documentElement.scrollTop||document.body.scrollTop)-document.documentElement.clientTop}else{if(e.x||e.y){cursor.x=e.x;cursor.y=e.y}}}return cursor}var lockvisible=false;function lockview(event,id){event=event||window.event;cursor=getPosition(event);if(lockvisible){lockviewhide()}else{lockvisible=true;$.get("lockview/"+id,function(data){$("#panel").html(data);$("#panel").css({left:10,top:cursor.y+20});$("#panel").show()})}}function lockviewhide(){lockvisible=false;$("#panel").hide()}function post_comment(id){unpause();commentBusy=true;$("body").css("cursor","wait");$("#comment-preview-inp-"+id).val("0");$.post("item",$("#comment-edit-form-"+id).serialize(),function(data){if(data.success){$("#comment-edit-wrapper-"+id).hide();$("#comment-edit-text-"+id).val("");var tarea=document.getElementById("comment-edit-text-"+id);if(tarea)commentClose(tarea,id);if(timer)clearTimeout(timer);timer=setTimeout(NavUpdate,10)}if(data.reload){window.location.href=data.reload}},"json");return false}function preview_comment(id){$("#comment-preview-inp-"+id).val("1");$("#comment-edit-preview-"+id).show();$.post("item",$("#comment-edit-form-"+id).serialize(),function(data){if(data.preview){$("#comment-edit-preview-"+id).html(data.preview);$("#comment-edit-preview-"+id+" a").click(function(){return false})}},"json");return true}function showHideComments(id){if($("#collapsed-comments-"+id).is(":visible")){$("#collapsed-comments-"+id).hide();$("#hide-comments-"+id).html(window.showMore)}else{$("#collapsed-comments-"+id).show();$("#hide-comments-"+id).html(window.showFewer);collapseHeight("#collapsed-comments-"+id)}}function preview_post(){$("#jot-preview").val("1");$("#jot-preview-content").show();tinyMCE.triggerSave();$.post("item",$("#profile-jot-form").serialize(),function(data){if(data.preview){$("#jot-preview-content").html(data.preview);$("#jot-preview-content"+" a").click(function(){return false})}},"json");$("#jot-preview").val("0");return true}function unpause(){totStopped=false;stopped=false;$("#pause").html("")}function bin2hex(s){var v,i,f=0,a=[];s+="";f=s.length;for(i=0;i'+data.desc+'
'+data.version+'
'+data.credits+"
")})} \ No newline at end of file diff --git a/view/theme/frost-mobile/js/theme.js b/view/theme/frost-mobile/js/theme.js index bb0d9dcccd..8133c602c8 100644 --- a/view/theme/frost-mobile/js/theme.js +++ b/view/theme/frost-mobile/js/theme.js @@ -1,60 +1,60 @@ -$j(document).ready(function() { +$(document).ready(function() { /* enable tinymce on focus and click */ - $j("#profile-jot-text").focus(enableOnUser); - $j("#profile-jot-text").click(enableOnUser); + $("#profile-jot-text").focus(enableOnUser); + $("#profile-jot-text").click(enableOnUser); -/*$j('html').click(function() { $j("#nav-notifications-menu" ).hide(); });*/ +/*$('html').click(function() { $("#nav-notifications-menu" ).hide(); });*/ - /*$j('.group-edit-icon').hover( + /*$('.group-edit-icon').hover( function() { - $j(this).addClass('icon'); $j(this).removeClass('iconspacer');}, + $(this).addClass('icon'); $(this).removeClass('iconspacer');}, function() { - $j(this).removeClass('icon'); $j(this).addClass('iconspacer');} + $(this).removeClass('icon'); $(this).addClass('iconspacer');} ); - $j('.sidebar-group-element').hover( + $('.sidebar-group-element').hover( function() { - id = $j(this).attr('id'); - $j('#edit-' + id).addClass('icon'); $j('#edit-' + id).removeClass('iconspacer');}, + id = $(this).attr('id'); + $('#edit-' + id).addClass('icon'); $('#edit-' + id).removeClass('iconspacer');}, function() { - id = $j(this).attr('id'); - $j('#edit-' + id).removeClass('icon');$j('#edit-' + id).addClass('iconspacer');} + id = $(this).attr('id'); + $('#edit-' + id).removeClass('icon');$('#edit-' + id).addClass('iconspacer');} ); - $j('.savedsearchdrop').hover( + $('.savedsearchdrop').hover( function() { - $j(this).addClass('drop'); $j(this).addClass('icon'); $j(this).removeClass('iconspacer');}, + $(this).addClass('drop'); $(this).addClass('icon'); $(this).removeClass('iconspacer');}, function() { - $j(this).removeClass('drop'); $j(this).removeClass('icon'); $j(this).addClass('iconspacer');} + $(this).removeClass('drop'); $(this).removeClass('icon'); $(this).addClass('iconspacer');} ); - $j('.savedsearchterm').hover( + $('.savedsearchterm').hover( function() { - id = $j(this).attr('id'); - $j('#drop-' + id).addClass('icon'); $j('#drop-' + id).addClass('drophide'); $j('#drop-' + id).removeClass('iconspacer');}, + id = $(this).attr('id'); + $('#drop-' + id).addClass('icon'); $('#drop-' + id).addClass('drophide'); $('#drop-' + id).removeClass('iconspacer');}, function() { - id = $j(this).attr('id'); - $j('#drop-' + id).removeClass('icon');$j('#drop-' + id).removeClass('drophide'); $j('#drop-' + id).addClass('iconspacer');} + id = $(this).attr('id'); + $('#drop-' + id).removeClass('icon');$('#drop-' + id).removeClass('drophide'); $('#drop-' + id).addClass('iconspacer');} );*/ - $j('#event-share-checkbox').change(function() { + $('#event-share-checkbox').change(function() { - if ($j('#event-share-checkbox').is(':checked')) { - $j('#acl-wrapper').show(); + if ($('#event-share-checkbox').is(':checked')) { + $('#acl-wrapper').show(); } else { - $j('#acl-wrapper').hide(); + $('#acl-wrapper').hide(); } }).trigger('change'); - $j(".popupbox").click(function () { - var parent = $j( $j(this).attr('href') ).parent(); + $(".popupbox").click(function () { + var parent = $( $(this).attr('href') ).parent(); if (parent.css('display') == 'none') { parent.show(); } else { @@ -70,23 +70,23 @@ $j(document).ready(function() { window.imageUploadButton, { action: 'wall_upload/'+window.nickname+'?nomce=1', name: 'userfile', - onSubmit: function(file,ext) { $j('#profile-rotator').show(); }, + onSubmit: function(file,ext) { $('#profile-rotator').show(); }, onComplete: function(file,response) { addeditortext(window.jotId, response); - $j('#profile-rotator').hide(); + $('#profile-rotator').hide(); } } ); - if($j('#wall-file-upload').length) { + if($('#wall-file-upload').length) { var file_uploader = new window.AjaxUpload( 'wall-file-upload', { action: 'wall_attach/'+window.nickname+'?nomce=1', name: 'userfile', - onSubmit: function(file,ext) { $j('#profile-rotator').show(); }, + onSubmit: function(file,ext) { $('#profile-rotator').show(); }, onComplete: function(file,response) { addeditortext(window.jotId, response); - $j('#profile-rotator').hide(); + $('#profile-rotator').hide(); } } ); @@ -103,17 +103,17 @@ $j(document).ready(function() { switch(window.autocompleteType) { case 'msg-header': - var a = $j("#recip").autocomplete({ + var a = $("#recip").autocomplete({ serviceUrl: baseurl + '/acl', minChars: 2, width: 350, onSelect: function(value,data) { - $j("#recip-complete").val(data); + $("#recip-complete").val(data); } }); break; case 'contacts-head': - var a = $j("#contacts-search").autocomplete({ + var a = $("#contacts-search").autocomplete({ serviceUrl: baseurl + '/acl', minChars: 2, width: 350, @@ -121,7 +121,7 @@ $j(document).ready(function() { a.setOptions({ params: { type: 'a' }}); break; case 'display-head': - $j(".comment-wwedit-wrapper textarea").contact_autocomplete(baseurl+"/acl"); + $(".comment-wwedit-wrapper textarea").contact_autocomplete(baseurl+"/acl"); break; default: break; @@ -129,31 +129,31 @@ $j(document).ready(function() { /* if(window.autoCompleteType == "display-head") { - //$j(".comment-edit-wrapper textarea").contact_autocomplete(baseurl+"/acl"); + //$(".comment-edit-wrapper textarea").contact_autocomplete(baseurl+"/acl"); // make auto-complete work in more places - //$j(".wall-item-comment-wrapper textarea").contact_autocomplete(baseurl+"/acl"); - $j(".comment-wwedit-wrapper textarea").contact_autocomplete(baseurl+"/acl"); + //$(".wall-item-comment-wrapper textarea").contact_autocomplete(baseurl+"/acl"); + $(".comment-wwedit-wrapper textarea").contact_autocomplete(baseurl+"/acl"); }*/ if(window.aclType == "settings-head" || window.aclType == "photos_head" || window.aclType == "event_head") { - $j('#contact_allow, #contact_deny, #group_allow, #group_deny').change(function() { + $('#contact_allow, #contact_deny, #group_allow, #group_deny').change(function() { var selstr; - $j('#contact_allow option:selected, #contact_deny option:selected, #group_allow option:selected, #group_deny option:selected').each( function() { - selstr = $j(this).text(); - $j('#jot-perms-icon').removeClass('unlock').addClass('lock'); - $j('#jot-public').hide(); + $('#contact_allow option:selected, #contact_deny option:selected, #group_allow option:selected, #group_deny option:selected').each( function() { + selstr = $(this).text(); + $('#jot-perms-icon').removeClass('unlock').addClass('lock'); + $('#jot-public').hide(); }); if(selstr == null) { - $j('#jot-perms-icon').removeClass('lock').addClass('unlock'); - $j('#jot-public').show(); + $('#jot-perms-icon').removeClass('lock').addClass('unlock'); + $('#jot-public').show(); } }).trigger('change'); } if(window.aclType == "event_head") { - $j('#events-calendar').fullCalendar({ + $('#events-calendar').fullCalendar({ events: baseurl + '/events/json/', header: { left: 'prev,next today', @@ -203,7 +203,7 @@ $j(document).ready(function() { // center on date var args=location.href.replace(baseurl,"").split("/"); if (args.length>=4) { - $j("#events-calendar").fullCalendar('gotoDate',args[2] , args[3]-1); + $("#events-calendar").fullCalendar('gotoDate',args[2] , args[3]-1); } // show event popup @@ -214,11 +214,11 @@ $j(document).ready(function() { }); // update pending count // -$j(function(){ +$(function(){ - $j("nav").bind('nav-update', function(e,data){ - var elm = $j('#pending-update'); - var register = $j(data).find('register').text(); + $("nav").bind('nav-update', function(e,data){ + var elm = $('#pending-update'); + var register = $(data).find('register').text(); if (register=="0") { register=""; elm.hide();} else { elm.show(); } elm.html(register); }); @@ -227,7 +227,7 @@ $j(function(){ function homeRedirect() { - $j('html').fadeOut('slow', function(){ + $('html').fadeOut('slow', function(){ window.location = baseurl + "/login"; }); } @@ -235,12 +235,12 @@ function homeRedirect() { function initCrop() { function onEndCrop( coords, dimensions ) { - $( 'x1' ).value = coords.x1; - $( 'y1' ).value = coords.y1; - $( 'x2' ).value = coords.x2; - $( 'y2' ).value = coords.y2; - $( 'width' ).value = dimensions.width; - $( 'height' ).value = dimensions.height; + $PR( 'x1' ).value = coords.x1; + $PR( 'y1' ).value = coords.y1; + $PR( 'x2' ).value = coords.x2; + $PR( 'y2' ).value = coords.y2; + $PR( 'width' ).value = dimensions.width; + $PR( 'height' ).value = dimensions.height; } Event.observe( window, 'load', function() { @@ -261,10 +261,10 @@ function initCrop() { function showEvent(eventid) { -/* $j.get( +/* $.get( baseurl + '/events/?id='+eventid, function(data){ - $j.colorbox({html:data}); + $.colorbox({html:data}); } );*/ } @@ -282,27 +282,27 @@ var plaintext = 'none';//window.editSelect; function initEditor(cb){ if (editor==false){ -// $j("#profile-jot-text-loading").show(); +// $("#profile-jot-text-loading").show(); if(plaintext == 'none') { -// $j("#profile-jot-text-loading").hide(); - $j("#profile-jot-text").css({ 'height': 200, 'color': '#000' }); - $j("#profile-jot-text").contact_autocomplete(baseurl+"/acl"); +// $("#profile-jot-text-loading").hide(); + $("#profile-jot-text").css({ 'height': 200, 'color': '#000' }); + $("#profile-jot-text").contact_autocomplete(baseurl+"/acl"); editor = true; -/* $j("a#jot-perms-icon").colorbox({ +/* $("a#jot-perms-icon").colorbox({ 'inline' : true, 'transition' : 'elastic' });*/ - $j("a#jot-perms-icon, a#settings-default-perms-menu").click(function () { - var parent = $j("#profile-jot-acl-wrapper").parent(); + $("a#jot-perms-icon, a#settings-default-perms-menu").click(function () { + var parent = $("#profile-jot-acl-wrapper").parent(); if (parent.css('display') == 'none') { parent.show(); } else { parent.hide(); } -// $j("#profile-jot-acl-wrapper").parent().toggle(); +// $("#profile-jot-acl-wrapper").parent().toggle(); return false; }); - $j(".jothidden").show(); + $(".jothidden").show(); if (typeof cb!="undefined") cb(); return; } @@ -352,37 +352,37 @@ function initEditor(cb){ } textlen = txt.length; - if(textlen != 0 && $j('#jot-perms-icon').is('.unlock')) { - $j('#profile-jot-desc').html(ispublic); + if(textlen != 0 && $('#jot-perms-icon').is('.unlock')) { + $('#profile-jot-desc').html(ispublic); } else { - $j('#profile-jot-desc').html(' '); + $('#profile-jot-desc').html(' '); } //Character count if(textlen <= 140) { - $j('#character-counter').removeClass('red'); - $j('#character-counter').removeClass('orange'); - $j('#character-counter').addClass('grey'); + $('#character-counter').removeClass('red'); + $('#character-counter').removeClass('orange'); + $('#character-counter').addClass('grey'); } if((textlen > 140) && (textlen <= 420)) { - $j('#character-counter').removeClass('grey'); - $j('#character-counter').removeClass('red'); - $j('#character-counter').addClass('orange'); + $('#character-counter').removeClass('grey'); + $('#character-counter').removeClass('red'); + $('#character-counter').addClass('orange'); } if(textlen > 420) { - $j('#character-counter').removeClass('grey'); - $j('#character-counter').removeClass('orange'); - $j('#character-counter').addClass('red'); + $('#character-counter').removeClass('grey'); + $('#character-counter').removeClass('orange'); + $('#character-counter').addClass('red'); } - $j('#character-counter').text(textlen); + $('#character-counter').text(textlen); }); ed.onInit.add(function(ed) { ed.pasteAsPlainText = true; - $j("#profile-jot-text-loading").hide(); - $j(".jothidden").show(); + $("#profile-jot-text-loading").hide(); + $(".jothidden").show(); if (typeof cb!="undefined") cb(); }); @@ -390,7 +390,7 @@ function initEditor(cb){ }); editor = true; // setup acl popup - $j("a#jot-perms-icon").colorbox({ + $("a#jot-perms-icon").colorbox({ 'inline' : true, 'transition' : 'elastic' }); */ @@ -401,7 +401,7 @@ function initEditor(cb){ function enableOnUser(){ if (editor) return; - $j(this).val(""); + $(this).val(""); initEditor(); } @@ -436,9 +436,9 @@ function enableOnUser(){ ed.onInit.add(function(ed) { ed.pasteAsPlainText = true; var editorId = ed.editorId; - var textarea = $j('#'+editorId); + var textarea = $('#'+editorId); if (typeof(textarea.attr('tabindex')) != "undefined") { - $j('#'+editorId+'_ifr').attr('tabindex', textarea.attr('tabindex')); + $('#'+editorId+'_ifr').attr('tabindex', textarea.attr('tabindex')); textarea.attr('tabindex', null); } }); @@ -446,7 +446,7 @@ function enableOnUser(){ }); } else - $j("#prvmail-text").contact_autocomplete(baseurl+"/acl"); + $("#prvmail-text").contact_autocomplete(baseurl+"/acl"); }*/ @@ -457,8 +457,8 @@ function enableOnUser(){ function addeditortext(textElem, data) { if(window.editSelect == 'none') { - var currentText = $j(textElem).val(); - $j(textElem).val(currentText + data); + var currentText = $(textElem).val(); + $(textElem).val(currentText + data); } /* else tinyMCE.execCommand('mceInsertRawHTML',false,data);*/ @@ -480,22 +480,22 @@ function jotAudioURL() { function jotGetLocation() { - reply = prompt(window.whereAreU, $j('#jot-location').val()); + reply = prompt(window.whereAreU, $('#jot-location').val()); if(reply && reply.length) { - $j('#jot-location').val(reply); + $('#jot-location').val(reply); } } function jotShare(id) { - if ($j('#jot-popup').length != 0) $j('#jot-popup').show(); + if ($('#jot-popup').length != 0) $('#jot-popup').show(); - $j('#like-rotator-' + id).show(); - $j.get('share/' + id, function(data) { - if (!editor) $j("#profile-jot-text").val(""); + $('#like-rotator-' + id).show(); + $.get('share/' + id, function(data) { + if (!editor) $("#profile-jot-text").val(""); initEditor(function(){ addeditortext("#profile-jot-text", data); - $j('#like-rotator-' + id).hide(); - $j(window).scrollTop(0); + $('#like-rotator-' + id).hide(); + $(window).scrollTop(0); }); }); @@ -505,10 +505,10 @@ function jotGetLink() { reply = prompt(window.linkURL); if(reply && reply.length) { reply = bin2hex(reply); - $j('#profile-rotator').show(); - $j.get('parse_url?binurl=' + reply, function(data) { + $('#profile-rotator').show(); + $.get('parse_url?binurl=' + reply, function(data) { addeditortext(window.jotId, data); - $j('#profile-rotator').hide(); + $('#profile-rotator').hide(); }); } } @@ -525,20 +525,20 @@ function linkdrop(event) { event.preventDefault(); if(reply && reply.length) { reply = bin2hex(reply); - $j('#profile-rotator').show(); - $j.get('parse_url?binurl=' + reply, function(data) { - //if (!editor) $j("#profile-jot-text").val(""); + $('#profile-rotator').show(); + $.get('parse_url?binurl=' + reply, function(data) { + //if (!editor) $("#profile-jot-text").val(""); //initEditor(function(){ addeditortext(window.jotId, data); - $j('#profile-rotator').hide(); + $('#profile-rotator').hide(); //}); }); } }*/ function jotClearLocation() { - $j('#jot-coord').val(''); - $j('#profile-nolocation-wrapper').hide(); + $('#jot-coord').val(''); + $('#profile-nolocation-wrapper').hide(); } if(typeof window.geoTag === 'function') window.geoTag(); @@ -554,17 +554,17 @@ function confirmDelete() { return confirm(window.delItem); } /*function deleteCheckedItems() { var checkedstr = ''; - $j('.item-select').each( function() { - if($j(this).is(':checked')) { + $('.item-select').each( function() { + if($(this).is(':checked')) { if(checkedstr.length != 0) { - checkedstr = checkedstr + ',' + $j(this).val(); + checkedstr = checkedstr + ',' + $(this).val(); } else { - checkedstr = $j(this).val(); + checkedstr = $(this).val(); } } }); - $j.post('item', { dropitems: checkedstr }, function(data) { + $.post('item', { dropitems: checkedstr }, function(data) { window.location.reload(); }); }*/ @@ -576,9 +576,9 @@ function itemTag(id) { if(reply.length) { commentBusy = true; - $j('body').css('cursor', 'wait'); + $('body').css('cursor', 'wait'); - $j.get('tagger/' + id + '?term=' + reply, NavUpdate); + $.get('tagger/' + id + '?term=' + reply, NavUpdate); /*if(timer) clearTimeout(timer); timer = setTimeout(NavUpdate,3000);*/ liking = 1; @@ -588,46 +588,46 @@ function itemTag(id) { function itemFiler(id) { - $j.get('filer/', function(data){ + $.get('filer/', function(data){ - var promptText = $j('#id_term_label', data).text(); + var promptText = $('#id_term_label', data).text(); reply = prompt(promptText); if(reply && reply.length) { commentBusy = true; - $j('body').css('cursor', 'wait'); - $j.get('filer/' + id + '?term=' + reply, NavUpdate); + $('body').css('cursor', 'wait'); + $.get('filer/' + id + '?term=' + reply, NavUpdate); /* if(timer) clearTimeout(timer); timer = setTimeout(NavUpdate,3000);*/ liking = 1; -/* $j.colorbox.close();*/ +/* $.colorbox.close();*/ } }); -/* var bordercolor = $j("input").css("border-color"); +/* var bordercolor = $("input").css("border-color"); - $j.get('filer/', function(data){ - $j.colorbox({html:data}); - $j("#id_term").keypress(function(){ - $j(this).css("border-color",bordercolor); + $.get('filer/', function(data){ + $.colorbox({html:data}); + $("#id_term").keypress(function(){ + $(this).css("border-color",bordercolor); }) - $j("#select_term").change(function(){ - $j("#id_term").css("border-color",bordercolor); + $("#select_term").change(function(){ + $("#id_term").css("border-color",bordercolor); }) - $j("#filer_save").click(function(e){ + $("#filer_save").click(function(e){ e.preventDefault(); - reply = $j("#id_term").val(); + reply = $("#id_term").val(); if(reply && reply.length) { commentBusy = true; - $j('body').css('cursor', 'wait'); - $j.get('filer/' + id + '?term=' + reply); + $('body').css('cursor', 'wait'); + $.get('filer/' + id + '?term=' + reply); if(timer) clearTimeout(timer); timer = setTimeout(NavUpdate,3000); liking = 1; - $j.colorbox.close(); + $.colorbox.close(); } else { - $j("#id_term").css("border-color","#FF0000"); + $("#id_term").css("border-color","#FF0000"); } return false; }); @@ -645,75 +645,75 @@ function itemFiler(id) { function commentOpen(obj,id) { if(obj.value == window.commentEmptyText) { obj.value = ""; - $j("#comment-edit-text-" + id).addClass("comment-edit-text-full"); - $j("#comment-edit-text-" + id).removeClass("comment-edit-text-empty"); - $j("#mod-cmnt-wrap-" + id).show(); + $("#comment-edit-text-" + id).addClass("comment-edit-text-full"); + $("#comment-edit-text-" + id).removeClass("comment-edit-text-empty"); + $("#mod-cmnt-wrap-" + id).show(); openMenu("comment-edit-submit-wrapper-" + id); } } function commentClose(obj,id) { if(obj.value == "") { obj.value = window.commentEmptyText; - $j("#comment-edit-text-" + id).removeClass("comment-edit-text-full"); - $j("#comment-edit-text-" + id).addClass("comment-edit-text-empty"); - $j("#mod-cmnt-wrap-" + id).hide(); + $("#comment-edit-text-" + id).removeClass("comment-edit-text-full"); + $("#comment-edit-text-" + id).addClass("comment-edit-text-empty"); + $("#mod-cmnt-wrap-" + id).hide(); closeMenu("comment-edit-submit-wrapper-" + id); } } function commentInsert(obj,id) { - var tmpStr = $j("#comment-edit-text-" + id).val(); + var tmpStr = $("#comment-edit-text-" + id).val(); if(tmpStr == window.commentEmptyText) { tmpStr = ""; - $j("#comment-edit-text-" + id).addClass("comment-edit-text-full"); - $j("#comment-edit-text-" + id).removeClass("comment-edit-text-empty"); + $("#comment-edit-text-" + id).addClass("comment-edit-text-full"); + $("#comment-edit-text-" + id).removeClass("comment-edit-text-empty"); openMenu("comment-edit-submit-wrapper-" + id); } - var ins = $j(obj).html(); + var ins = $(obj).html(); ins = ins.replace("<","<"); ins = ins.replace(">",">"); ins = ins.replace("&","&"); ins = ins.replace(""",'"'); - $j("#comment-edit-text-" + id).val(tmpStr + ins); + $("#comment-edit-text-" + id).val(tmpStr + ins); } function qCommentInsert(obj,id) { - var tmpStr = $j("#comment-edit-text-" + id).val(); + var tmpStr = $("#comment-edit-text-" + id).val(); if(tmpStr == window.commentEmptyText) { tmpStr = ""; - $j("#comment-edit-text-" + id).addClass("comment-edit-text-full"); - $j("#comment-edit-text-" + id).removeClass("comment-edit-text-empty"); + $("#comment-edit-text-" + id).addClass("comment-edit-text-full"); + $("#comment-edit-text-" + id).removeClass("comment-edit-text-empty"); openMenu("comment-edit-submit-wrapper-" + id); } - var ins = $j(obj).val(); + var ins = $(obj).val(); ins = ins.replace("<","<"); ins = ins.replace(">",">"); ins = ins.replace("&","&"); ins = ins.replace(""",'"'); - $j("#comment-edit-text-" + id).val(tmpStr + ins); - $j(obj).val(""); + $("#comment-edit-text-" + id).val(tmpStr + ins); + $(obj).val(""); } /*function showHideCommentBox(id) { - if( $j('#comment-edit-form-' + id).is(':visible')) { - $j('#comment-edit-form-' + id).hide(); + if( $('#comment-edit-form-' + id).is(':visible')) { + $('#comment-edit-form-' + id).hide(); } else { - $j('#comment-edit-form-' + id).show(); + $('#comment-edit-form-' + id).show(); } }*/ function insertFormatting(comment,BBcode,id) { - var tmpStr = $j("#comment-edit-text-" + id).val(); + var tmpStr = $("#comment-edit-text-" + id).val(); if(tmpStr == comment) { tmpStr = ""; - $j("#comment-edit-text-" + id).addClass("comment-edit-text-full"); - $j("#comment-edit-text-" + id).removeClass("comment-edit-text-empty"); + $("#comment-edit-text-" + id).addClass("comment-edit-text-full"); + $("#comment-edit-text-" + id).removeClass("comment-edit-text-empty"); openMenu("comment-edit-submit-wrapper-" + id); - $j("#comment-edit-text-" + id).val(tmpStr); + $("#comment-edit-text-" + id).val(tmpStr); } textarea = document.getElementById("comment-edit-text-" +id); @@ -736,10 +736,10 @@ function insertFormatting(comment,BBcode,id) { } function cmtBbOpen(id) { - $j(".comment-edit-bb-" + id).show(); + $(".comment-edit-bb-" + id).show(); } function cmtBbClose(id) { - $j(".comment-edit-bb-" + id).hide(); + $(".comment-edit-bb-" + id).hide(); } diff --git a/view/theme/frost-mobile/js/theme.min.js b/view/theme/frost-mobile/js/theme.min.js index 47b0bb9b87..9cb4930fcb 100644 --- a/view/theme/frost-mobile/js/theme.min.js +++ b/view/theme/frost-mobile/js/theme.min.js @@ -1 +1 @@ -$j(document).ready(function(){$j("#profile-jot-text").focus(enableOnUser);$j("#profile-jot-text").click(enableOnUser);$j("#event-share-checkbox").change(function(){if($j("#event-share-checkbox").is(":checked")){$j("#acl-wrapper").show()}else{$j("#acl-wrapper").hide()}}).trigger("change");$j(".popupbox").click(function(){var parent=$j($j(this).attr("href")).parent();if(parent.css("display")=="none"){parent.show()}else{parent.hide()}return false});if(typeof window.AjaxUpload!="undefined"){var uploader=new window.AjaxUpload(window.imageUploadButton,{action:"wall_upload/"+window.nickname+"?nomce=1",name:"userfile",onSubmit:function(file,ext){$j("#profile-rotator").show()},onComplete:function(file,response){addeditortext(window.jotId,response);$j("#profile-rotator").hide()}});if($j("#wall-file-upload").length){var file_uploader=new window.AjaxUpload("wall-file-upload",{action:"wall_attach/"+window.nickname+"?nomce=1",name:"userfile",onSubmit:function(file,ext){$j("#profile-rotator").show()},onComplete:function(file,response){addeditortext(window.jotId,response);$j("#profile-rotator").hide()}})}}if(typeof window.aclInit!="undefined"&&typeof acl=="undefined"){acl=new ACL(baseurl+"/acl",[window.allowCID,window.allowGID,window.denyCID,window.denyGID])}switch(window.autocompleteType){case"msg-header":var a=$j("#recip").autocomplete({serviceUrl:baseurl+"/acl",minChars:2,width:350,onSelect:function(value,data){$j("#recip-complete").val(data)}});break;case"contacts-head":var a=$j("#contacts-search").autocomplete({serviceUrl:baseurl+"/acl",minChars:2,width:350});a.setOptions({params:{type:"a"}});break;case"display-head":$j(".comment-wwedit-wrapper textarea").contact_autocomplete(baseurl+"/acl");break;default:break}if(window.aclType=="settings-head"||window.aclType=="photos_head"||window.aclType=="event_head"){$j("#contact_allow, #contact_deny, #group_allow, #group_deny").change(function(){var selstr;$j("#contact_allow option:selected, #contact_deny option:selected, #group_allow option:selected, #group_deny option:selected").each(function(){selstr=$j(this).text();$j("#jot-perms-icon").removeClass("unlock").addClass("lock");$j("#jot-public").hide()});if(selstr==null){$j("#jot-perms-icon").removeClass("lock").addClass("unlock");$j("#jot-public").show()}}).trigger("change")}if(window.aclType=="event_head"){$j("#events-calendar").fullCalendar({events:baseurl+"/events/json/",header:{left:"prev,next today",center:"title",right:"month,agendaWeek,agendaDay"},timeFormat:"H(:mm)",eventClick:function(calEvent,jsEvent,view){showEvent(calEvent.id)},eventRender:function(event,element,view){if(event.item["author-name"]==null)return;switch(view.name){case"month":element.find(".fc-event-title").html("{1} : {2}".format(event.item["author-avatar"],event.item["author-name"],event.title));break;case"agendaWeek":element.find(".fc-event-title").html("{1}

{2}

{3}

".format(event.item["author-avatar"],event.item["author-name"],event.item.desc,event.item.location));break;case"agendaDay":element.find(".fc-event-title").html("{1}

{2}

{3}

".format(event.item["author-avatar"],event.item["author-name"],event.item.desc,event.item.location));break}}});var args=location.href.replace(baseurl,"").split("/");if(args.length>=4){$j("#events-calendar").fullCalendar("gotoDate",args[2],args[3]-1)}var hash=location.hash.split("-");if(hash.length==2&&hash[0]=="#link")showEvent(hash[1])}});$j(function(){$j("nav").bind("nav-update",function(e,data){var elm=$j("#pending-update");var register=$j(data).find("register").text();if(register=="0"){register="";elm.hide()}else{elm.show()}elm.html(register)})});function homeRedirect(){$j("html").fadeOut("slow",function(){window.location=baseurl+"/login"})}function initCrop(){function onEndCrop(coords,dimensions){$("x1").value=coords.x1;$("y1").value=coords.y1;$("x2").value=coords.x2;$("y2").value=coords.y2;$("width").value=dimensions.width;$("height").value=dimensions.height}Event.observe(window,"load",function(){new Cropper.ImgWithPreview("croppa",{previewWrap:"previewWrap",minWidth:175,minHeight:175,maxWidth:640,maxHeight:640,ratioDim:{x:100,y:100},displayOnInit:true,onEndCrop:onEndCrop})})}function showEvent(eventid){}var editor=false;var textlen=0;var plaintext="none";function initEditor(cb){if(editor==false){if(plaintext=="none"){$j("#profile-jot-text").css({height:200,color:"#000"});$j("#profile-jot-text").contact_autocomplete(baseurl+"/acl");editor=true;$j("a#jot-perms-icon, a#settings-default-perms-menu").click(function(){var parent=$j("#profile-jot-acl-wrapper").parent();if(parent.css("display")=="none"){parent.show()}else{parent.hide()}return false});$j(".jothidden").show();if(typeof cb!="undefined")cb();return}}else{if(typeof cb!="undefined")cb()}}function enableOnUser(){if(editor)return;$j(this).val("");initEditor()}function addeditortext(textElem,data){if(window.editSelect=="none"){var currentText=$j(textElem).val();$j(textElem).val(currentText+data)}}function jotVideoURL(){reply=prompt(window.vidURL);if(reply&&reply.length){addeditortext("#profile-jot-text","[video]"+reply+"[/video]")}}function jotAudioURL(){reply=prompt(window.audURL);if(reply&&reply.length){addeditortext("#profile-jot-text","[audio]"+reply+"[/audio]")}}function jotGetLocation(){reply=prompt(window.whereAreU,$j("#jot-location").val());if(reply&&reply.length){$j("#jot-location").val(reply)}}function jotShare(id){if($j("#jot-popup").length!=0)$j("#jot-popup").show();$j("#like-rotator-"+id).show();$j.get("share/"+id,function(data){if(!editor)$j("#profile-jot-text").val("");initEditor(function(){addeditortext("#profile-jot-text",data);$j("#like-rotator-"+id).hide();$j(window).scrollTop(0)})})}function jotGetLink(){reply=prompt(window.linkURL);if(reply&&reply.length){reply=bin2hex(reply);$j("#profile-rotator").show();$j.get("parse_url?binurl="+reply,function(data){addeditortext(window.jotId,data);$j("#profile-rotator").hide()})}}function jotClearLocation(){$j("#jot-coord").val("");$j("#profile-nolocation-wrapper").hide()}if(typeof window.geoTag==="function")window.geoTag();function confirmDelete(){return confirm(window.delItem)}function itemTag(id){reply=prompt(window.term);if(reply&&reply.length){reply=reply.replace("#","");if(reply.length){commentBusy=true;$j("body").css("cursor","wait");$j.get("tagger/"+id+"?term="+reply,NavUpdate);liking=1}}}function itemFiler(id){$j.get("filer/",function(data){var promptText=$j("#id_term_label",data).text();reply=prompt(promptText);if(reply&&reply.length){commentBusy=true;$j("body").css("cursor","wait");$j.get("filer/"+id+"?term="+reply,NavUpdate);liking=1}})}function commentOpen(obj,id){if(obj.value==window.commentEmptyText){obj.value="";$j("#comment-edit-text-"+id).addClass("comment-edit-text-full");$j("#comment-edit-text-"+id).removeClass("comment-edit-text-empty");$j("#mod-cmnt-wrap-"+id).show();openMenu("comment-edit-submit-wrapper-"+id)}}function commentClose(obj,id){if(obj.value==""){obj.value=window.commentEmptyText;$j("#comment-edit-text-"+id).removeClass("comment-edit-text-full");$j("#comment-edit-text-"+id).addClass("comment-edit-text-empty");$j("#mod-cmnt-wrap-"+id).hide();closeMenu("comment-edit-submit-wrapper-"+id)}}function commentInsert(obj,id){var tmpStr=$j("#comment-edit-text-"+id).val();if(tmpStr==window.commentEmptyText){tmpStr="";$j("#comment-edit-text-"+id).addClass("comment-edit-text-full");$j("#comment-edit-text-"+id).removeClass("comment-edit-text-empty");openMenu("comment-edit-submit-wrapper-"+id)}var ins=$j(obj).html();ins=ins.replace("<","<");ins=ins.replace(">",">");ins=ins.replace("&","&");ins=ins.replace(""",'"');$j("#comment-edit-text-"+id).val(tmpStr+ins)}function qCommentInsert(obj,id){var tmpStr=$j("#comment-edit-text-"+id).val();if(tmpStr==window.commentEmptyText){tmpStr="";$j("#comment-edit-text-"+id).addClass("comment-edit-text-full");$j("#comment-edit-text-"+id).removeClass("comment-edit-text-empty");openMenu("comment-edit-submit-wrapper-"+id)}var ins=$j(obj).val();ins=ins.replace("<","<");ins=ins.replace(">",">");ins=ins.replace("&","&");ins=ins.replace(""",'"');$j("#comment-edit-text-"+id).val(tmpStr+ins);$j(obj).val("")}function insertFormatting(comment,BBcode,id){var tmpStr=$j("#comment-edit-text-"+id).val();if(tmpStr==comment){tmpStr="";$j("#comment-edit-text-"+id).addClass("comment-edit-text-full");$j("#comment-edit-text-"+id).removeClass("comment-edit-text-empty");openMenu("comment-edit-submit-wrapper-"+id);$j("#comment-edit-text-"+id).val(tmpStr)}textarea=document.getElementById("comment-edit-text-"+id);if(document.selection){textarea.focus();selected=document.selection.createRange();if(BBcode=="url"){selected.text="["+BBcode+"=http://]"+selected.text+"[/"+BBcode+"]"}else selected.text="["+BBcode+"]"+selected.text+"[/"+BBcode+"]"}else if(textarea.selectionStart||textarea.selectionStart=="0"){var start=textarea.selectionStart;var end=textarea.selectionEnd;if(BBcode=="url"){textarea.value=textarea.value.substring(0,start)+"["+BBcode+"=http://]"+textarea.value.substring(start,end)+"[/"+BBcode+"]"+textarea.value.substring(end,textarea.value.length)}else textarea.value=textarea.value.substring(0,start)+"["+BBcode+"]"+textarea.value.substring(start,end)+"[/"+BBcode+"]"+textarea.value.substring(end,textarea.value.length)}return true}function cmtBbOpen(id){$j(".comment-edit-bb-"+id).show()}function cmtBbClose(id){$j(".comment-edit-bb-"+id).hide()} \ No newline at end of file +$(document).ready(function(){$("#profile-jot-text").focus(enableOnUser);$("#profile-jot-text").click(enableOnUser);$("#event-share-checkbox").change(function(){if($("#event-share-checkbox").is(":checked")){$("#acl-wrapper").show()}else{$("#acl-wrapper").hide()}}).trigger("change");$(".popupbox").click(function(){var parent=$($(this).attr("href")).parent();if(parent.css("display")=="none"){parent.show()}else{parent.hide()}return false});if(typeof window.AjaxUpload!="undefined"){var uploader=new window.AjaxUpload(window.imageUploadButton,{action:"wall_upload/"+window.nickname+"?nomce=1",name:"userfile",onSubmit:function(file,ext){$("#profile-rotator").show()},onComplete:function(file,response){addeditortext(window.jotId,response);$("#profile-rotator").hide()}});if($("#wall-file-upload").length){var file_uploader=new window.AjaxUpload("wall-file-upload",{action:"wall_attach/"+window.nickname+"?nomce=1",name:"userfile",onSubmit:function(file,ext){$("#profile-rotator").show()},onComplete:function(file,response){addeditortext(window.jotId,response);$("#profile-rotator").hide()}})}}if(typeof window.aclInit!="undefined"&&typeof acl=="undefined"){acl=new ACL(baseurl+"/acl",[window.allowCID,window.allowGID,window.denyCID,window.denyGID])}switch(window.autocompleteType){case"msg-header":var a=$("#recip").autocomplete({serviceUrl:baseurl+"/acl",minChars:2,width:350,onSelect:function(value,data){$("#recip-complete").val(data)}});break;case"contacts-head":var a=$("#contacts-search").autocomplete({serviceUrl:baseurl+"/acl",minChars:2,width:350});a.setOptions({params:{type:"a"}});break;case"display-head":$(".comment-wwedit-wrapper textarea").contact_autocomplete(baseurl+"/acl");break;default:break}if(window.aclType=="settings-head"||window.aclType=="photos_head"||window.aclType=="event_head"){$("#contact_allow, #contact_deny, #group_allow, #group_deny").change(function(){var selstr;$("#contact_allow option:selected, #contact_deny option:selected, #group_allow option:selected, #group_deny option:selected").each(function(){selstr=$(this).text();$("#jot-perms-icon").removeClass("unlock").addClass("lock");$("#jot-public").hide()});if(selstr==null){$("#jot-perms-icon").removeClass("lock").addClass("unlock");$("#jot-public").show()}}).trigger("change")}if(window.aclType=="event_head"){$("#events-calendar").fullCalendar({events:baseurl+"/events/json/",header:{left:"prev,next today",center:"title",right:"month,agendaWeek,agendaDay"},timeFormat:"H(:mm)",eventClick:function(calEvent,jsEvent,view){showEvent(calEvent.id)},eventRender:function(event,element,view){if(event.item["author-name"]==null)return;switch(view.name){case"month":element.find(".fc-event-title").html("{1} : {2}".format(event.item["author-avatar"],event.item["author-name"],event.title));break;case"agendaWeek":element.find(".fc-event-title").html("{1}

{2}

{3}

".format(event.item["author-avatar"],event.item["author-name"],event.item.desc,event.item.location));break;case"agendaDay":element.find(".fc-event-title").html("{1}

{2}

{3}

".format(event.item["author-avatar"],event.item["author-name"],event.item.desc,event.item.location));break}}});var args=location.href.replace(baseurl,"").split("/");if(args.length>=4){$("#events-calendar").fullCalendar("gotoDate",args[2],args[3]-1)}var hash=location.hash.split("-");if(hash.length==2&&hash[0]=="#link")showEvent(hash[1])}});$(function(){$("nav").bind("nav-update",function(e,data){var elm=$("#pending-update");var register=$(data).find("register").text();if(register=="0"){register="";elm.hide()}else{elm.show()}elm.html(register)})});function homeRedirect(){$("html").fadeOut("slow",function(){window.location=baseurl+"/login"})}function initCrop(){function onEndCrop(coords,dimensions){$PR("x1").value=coords.x1;$PR("y1").value=coords.y1;$PR("x2").value=coords.x2;$PR("y2").value=coords.y2;$PR("width").value=dimensions.width;$PR("height").value=dimensions.height}Event.observe(window,"load",function(){new Cropper.ImgWithPreview("croppa",{previewWrap:"previewWrap",minWidth:175,minHeight:175,maxWidth:640,maxHeight:640,ratioDim:{x:100,y:100},displayOnInit:true,onEndCrop:onEndCrop})})}function showEvent(eventid){}var editor=false;var textlen=0;var plaintext="none";function initEditor(cb){if(editor==false){if(plaintext=="none"){$("#profile-jot-text").css({height:200,color:"#000"});$("#profile-jot-text").contact_autocomplete(baseurl+"/acl");editor=true;$("a#jot-perms-icon, a#settings-default-perms-menu").click(function(){var parent=$("#profile-jot-acl-wrapper").parent();if(parent.css("display")=="none"){parent.show()}else{parent.hide()}return false});$(".jothidden").show();if(typeof cb!="undefined")cb();return}}else{if(typeof cb!="undefined")cb()}}function enableOnUser(){if(editor)return;$(this).val("");initEditor()}function addeditortext(textElem,data){if(window.editSelect=="none"){var currentText=$(textElem).val();$(textElem).val(currentText+data)}}function jotVideoURL(){reply=prompt(window.vidURL);if(reply&&reply.length){addeditortext("#profile-jot-text","[video]"+reply+"[/video]")}}function jotAudioURL(){reply=prompt(window.audURL);if(reply&&reply.length){addeditortext("#profile-jot-text","[audio]"+reply+"[/audio]")}}function jotGetLocation(){reply=prompt(window.whereAreU,$("#jot-location").val());if(reply&&reply.length){$("#jot-location").val(reply)}}function jotShare(id){if($("#jot-popup").length!=0)$("#jot-popup").show();$("#like-rotator-"+id).show();$.get("share/"+id,function(data){if(!editor)$("#profile-jot-text").val("");initEditor(function(){addeditortext("#profile-jot-text",data);$("#like-rotator-"+id).hide();$(window).scrollTop(0)})})}function jotGetLink(){reply=prompt(window.linkURL);if(reply&&reply.length){reply=bin2hex(reply);$("#profile-rotator").show();$.get("parse_url?binurl="+reply,function(data){addeditortext(window.jotId,data);$("#profile-rotator").hide()})}}function jotClearLocation(){$("#jot-coord").val("");$("#profile-nolocation-wrapper").hide()}if(typeof window.geoTag==="function")window.geoTag();function confirmDelete(){return confirm(window.delItem)}function itemTag(id){reply=prompt(window.term);if(reply&&reply.length){reply=reply.replace("#","");if(reply.length){commentBusy=true;$("body").css("cursor","wait");$.get("tagger/"+id+"?term="+reply,NavUpdate);liking=1}}}function itemFiler(id){$.get("filer/",function(data){var promptText=$("#id_term_label",data).text();reply=prompt(promptText);if(reply&&reply.length){commentBusy=true;$("body").css("cursor","wait");$.get("filer/"+id+"?term="+reply,NavUpdate);liking=1}})}function commentOpen(obj,id){if(obj.value==window.commentEmptyText){obj.value="";$("#comment-edit-text-"+id).addClass("comment-edit-text-full");$("#comment-edit-text-"+id).removeClass("comment-edit-text-empty");$("#mod-cmnt-wrap-"+id).show();openMenu("comment-edit-submit-wrapper-"+id)}}function commentClose(obj,id){if(obj.value==""){obj.value=window.commentEmptyText;$("#comment-edit-text-"+id).removeClass("comment-edit-text-full");$("#comment-edit-text-"+id).addClass("comment-edit-text-empty");$("#mod-cmnt-wrap-"+id).hide();closeMenu("comment-edit-submit-wrapper-"+id)}}function commentInsert(obj,id){var tmpStr=$("#comment-edit-text-"+id).val();if(tmpStr==window.commentEmptyText){tmpStr="";$("#comment-edit-text-"+id).addClass("comment-edit-text-full");$("#comment-edit-text-"+id).removeClass("comment-edit-text-empty");openMenu("comment-edit-submit-wrapper-"+id)}var ins=$(obj).html();ins=ins.replace("<","<");ins=ins.replace(">",">");ins=ins.replace("&","&");ins=ins.replace(""",'"');$("#comment-edit-text-"+id).val(tmpStr+ins)}function qCommentInsert(obj,id){var tmpStr=$("#comment-edit-text-"+id).val();if(tmpStr==window.commentEmptyText){tmpStr="";$("#comment-edit-text-"+id).addClass("comment-edit-text-full");$("#comment-edit-text-"+id).removeClass("comment-edit-text-empty");openMenu("comment-edit-submit-wrapper-"+id)}var ins=$(obj).val();ins=ins.replace("<","<");ins=ins.replace(">",">");ins=ins.replace("&","&");ins=ins.replace(""",'"');$("#comment-edit-text-"+id).val(tmpStr+ins);$(obj).val("")}function insertFormatting(comment,BBcode,id){var tmpStr=$("#comment-edit-text-"+id).val();if(tmpStr==comment){tmpStr="";$("#comment-edit-text-"+id).addClass("comment-edit-text-full");$("#comment-edit-text-"+id).removeClass("comment-edit-text-empty");openMenu("comment-edit-submit-wrapper-"+id);$("#comment-edit-text-"+id).val(tmpStr)}textarea=document.getElementById("comment-edit-text-"+id);if(document.selection){textarea.focus();selected=document.selection.createRange();if(BBcode=="url"){selected.text="["+BBcode+"=http://]"+selected.text+"[/"+BBcode+"]"}else selected.text="["+BBcode+"]"+selected.text+"[/"+BBcode+"]"}else if(textarea.selectionStart||textarea.selectionStart=="0"){var start=textarea.selectionStart;var end=textarea.selectionEnd;if(BBcode=="url"){textarea.value=textarea.value.substring(0,start)+"["+BBcode+"=http://]"+textarea.value.substring(start,end)+"[/"+BBcode+"]"+textarea.value.substring(end,textarea.value.length)}else textarea.value=textarea.value.substring(0,start)+"["+BBcode+"]"+textarea.value.substring(start,end)+"[/"+BBcode+"]"+textarea.value.substring(end,textarea.value.length)}return true}function cmtBbOpen(id){$(".comment-edit-bb-"+id).show()}function cmtBbClose(id){$(".comment-edit-bb-"+id).hide()} \ No newline at end of file diff --git a/view/theme/frost-mobile/templates/admin_users.tpl b/view/theme/frost-mobile/templates/admin_users.tpl index 4d88670c17..f0c4869a70 100644 --- a/view/theme/frost-mobile/templates/admin_users.tpl +++ b/view/theme/frost-mobile/templates/admin_users.tpl @@ -1,8 +1,3 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN - * - *}} diff --git a/view/theme/frost-mobile/templates/cropbody.tpl b/view/theme/frost-mobile/templates/cropbody.tpl index 5ace9a1aaf..2678488e7d 100644 --- a/view/theme/frost-mobile/templates/cropbody.tpl +++ b/view/theme/frost-mobile/templates/cropbody.tpl @@ -1,8 +1,3 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN - * - *}}

{{$title}}

{{$desc}} diff --git a/view/theme/frost-mobile/templates/cropend.tpl b/view/theme/frost-mobile/templates/cropend.tpl index 7a828815b9..a56c71d92e 100644 --- a/view/theme/frost-mobile/templates/cropend.tpl +++ b/view/theme/frost-mobile/templates/cropend.tpl @@ -1,8 +1,3 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN - * - *}} diff --git a/view/theme/frost-mobile/templates/crophead.tpl b/view/theme/frost-mobile/templates/crophead.tpl index 6438cfb354..56e941e3ab 100644 --- a/view/theme/frost-mobile/templates/crophead.tpl +++ b/view/theme/frost-mobile/templates/crophead.tpl @@ -1,6 +1 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN - * - *}} diff --git a/view/theme/frost-mobile/templates/end.tpl b/view/theme/frost-mobile/templates/end.tpl index 435c190fb9..e1a6bc542f 100644 --- a/view/theme/frost-mobile/templates/end.tpl +++ b/view/theme/frost-mobile/templates/end.tpl @@ -1,8 +1,3 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN - * - *}} @@ -11,7 +6,6 @@ tinyMCE.init({ mode : "none"}); -->*}} - {{**}} - - diff --git a/view/theme/frost/templates/jot_geotag.tpl b/view/theme/frost/templates/jot_geotag.tpl index d828980e58..3a87346dba 100644 --- a/view/theme/frost/templates/jot_geotag.tpl +++ b/view/theme/frost/templates/jot_geotag.tpl @@ -1,16 +1,11 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN - * - *}} if(navigator.geolocation) { navigator.geolocation.getCurrentPosition(function(position) { var lat = position.coords.latitude.toFixed(4); var lon = position.coords.longitude.toFixed(4); - $j('#jot-coord').val(lat + ', ' + lon); - $j('#profile-nolocation-wrapper').show(); + $('#jot-coord').val(lat + ', ' + lon); + $('#profile-nolocation-wrapper').show(); }); } diff --git a/view/theme/frost/templates/settings_display_end.tpl b/view/theme/frost/templates/settings_display_end.tpl index 4b3db00f5a..14af582162 100644 --- a/view/theme/frost/templates/settings_display_end.tpl +++ b/view/theme/frost/templates/settings_display_end.tpl @@ -1,7 +1,2 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN - * - *}} - + diff --git a/view/theme/frost/theme.php b/view/theme/frost/theme.php index 3decb2a118..868a840dee 100644 --- a/view/theme/frost/theme.php +++ b/view/theme/frost/theme.php @@ -26,7 +26,7 @@ function frost_content_loaded(&$a) { $a->theme['stylesheet'] = $a->get_baseurl() . '/view/theme/frost/login-style.css'; } if( $a->module === 'login' ) - $a->page['end'] .= ''; + $a->page['end'] .= ''; } From cc4d091db0ac1347e381aa37a24a4f281743df4c Mon Sep 17 00:00:00 2001 From: Zach Prezkuta Date: Sat, 1 Jun 2013 10:44:20 -0600 Subject: [PATCH 19/20] remove some now-unnecessary templates --- .../decaf-mobile/templates/login_head.tpl | 7 - view/theme/frost-mobile/js/fk.autocomplete.js | 194 ------------------ .../frost-mobile/js/fk.autocomplete.min.js | 1 - .../frost-mobile/templates/login_head.tpl | 7 - view/theme/frost/js/fk.autocomplete.js | 194 ------------------ view/theme/frost/js/fk.autocomplete.min.js | 1 - view/theme/frost/templates/field_combobox.tpl | 23 --- view/theme/frost/templates/field_input.tpl | 11 - view/theme/frost/templates/field_openid.tpl | 11 - view/theme/frost/templates/field_password.tpl | 11 - view/theme/frost/templates/login_head.tpl | 7 - .../frost/templates/posted_date_widget.tpl | 14 -- 12 files changed, 481 deletions(-) delete mode 100644 view/theme/decaf-mobile/templates/login_head.tpl delete mode 100644 view/theme/frost-mobile/js/fk.autocomplete.js delete mode 100644 view/theme/frost-mobile/js/fk.autocomplete.min.js delete mode 100644 view/theme/frost-mobile/templates/login_head.tpl delete mode 100644 view/theme/frost/js/fk.autocomplete.js delete mode 100644 view/theme/frost/js/fk.autocomplete.min.js delete mode 100644 view/theme/frost/templates/field_combobox.tpl delete mode 100644 view/theme/frost/templates/field_input.tpl delete mode 100644 view/theme/frost/templates/field_openid.tpl delete mode 100644 view/theme/frost/templates/field_password.tpl delete mode 100644 view/theme/frost/templates/login_head.tpl delete mode 100644 view/theme/frost/templates/posted_date_widget.tpl diff --git a/view/theme/decaf-mobile/templates/login_head.tpl b/view/theme/decaf-mobile/templates/login_head.tpl deleted file mode 100644 index c2d9504ad3..0000000000 --- a/view/theme/decaf-mobile/templates/login_head.tpl +++ /dev/null @@ -1,7 +0,0 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN - * - *}} -{{**}} - diff --git a/view/theme/frost-mobile/js/fk.autocomplete.js b/view/theme/frost-mobile/js/fk.autocomplete.js deleted file mode 100644 index 8ca73b1288..0000000000 --- a/view/theme/frost-mobile/js/fk.autocomplete.js +++ /dev/null @@ -1,194 +0,0 @@ -/** - * Friendica people autocomplete - * - * require jQuery, jquery.textareas - */ - - - -function ACPopup(elm,backend_url){ - this.idsel=-1; - this.element = elm; - this.searchText=""; - this.ready=true; - this.kp_timer = false; - this.url = backend_url; - - var w = 530; - var h = 130; - - - if(typeof elm.editorId == "undefined") { - style = $j(elm).offset(); - w = $j(elm).width(); - h = $j(elm).height(); - } - else { - var container = elm.getContainer(); - if(typeof container != "undefined") { - style = $j(container).offset(); - w = $j(container).width(); - h = $j(container).height(); - } - } - - style.top=style.top+h; - style.width = w; - style.position = 'absolute'; - /* style['max-height'] = '150px'; - style.border = '1px solid red'; - style.background = '#cccccc'; - - style.overflow = 'auto'; - style['z-index'] = '100000'; - */ - style.display = 'none'; - - this.cont = $j("

"); - this.cont.css(style); - - $j("body").append(this.cont); -} -ACPopup.prototype.close = function(){ - $j(this.cont).remove(); - this.ready=false; -} -ACPopup.prototype.search = function(text){ - var that = this; - this.searchText=text; - if (this.kp_timer) clearTimeout(this.kp_timer); - this.kp_timer = setTimeout( function(){that._search();}, 500); -} -ACPopup.prototype._search = function(){ - console.log("_search"); - var that = this; - var postdata = { - start:0, - count:100, - search:this.searchText, - type:'c', - } - - $j.ajax({ - type:'POST', - url: this.url, - data: postdata, - dataType: 'json', - success:function(data){ - that.cont.html(""); - if (data.tot>0){ - that.cont.show(); - $j(data.items).each(function(){ - html = "{1} ({2})".format(this.photo, this.name, this.nick) - that.add(html, this.nick.replace(' ','') + '+' + this.id + ' - ' + this.link); - }); - } else { - that.cont.hide(); - } - } - }); - -} - ACPopup.prototype.add = function(label, value){ - var that=this; - var elm = $j("
"+label+"
"); - elm.click(function(e){ - t = $j(this).attr('title').replace(new RegExp(' \- .*'),''); - if(typeof(that.element.container) === "undefined") { - el=$j(that.element); - sel = el.getSelection(); - sel.start = sel.start- that.searchText.length; - el.setSelection(sel.start,sel.end).replaceSelectedText(t+' ').collapseSelection(false); - that.close(); - } - else { - txt = tinyMCE.activeEditor.getContent(); - // alert(that.searchText + ':' + t); - newtxt = txt.replace(that.searchText,t+' '); - tinyMCE.activeEditor.setContent(newtxt); - tinyMCE.activeEditor.focus(); - that.close(); - } - }); - $j(this.cont).append(elm); -} -ACPopup.prototype.onkey = function(event){ - if (event.keyCode == '13') { - if(this.idsel>-1) { - this.cont.children()[this.idsel].click(); - event.preventDefault(); - } - else - this.close(); - } - if (event.keyCode == '38') { //cursor up - cmax = this.cont.children().size()-1; - this.idsel--; - if (this.idsel<0) this.idsel=cmax; - event.preventDefault(); - } - if (event.keyCode == '40' || event.keyCode == '9') { //cursor down - cmax = this.cont.children().size()-1; - this.idsel++; - if (this.idsel>cmax) this.idsel=0; - event.preventDefault(); - } - - if (event.keyCode == '38' || event.keyCode == '40' || event.keyCode == '9') { - this.cont.children().removeClass('selected'); - $j(this.cont.children()[this.idsel]).addClass('selected'); - } - - if (event.keyCode == '27') { //ESC - this.close(); - } -} - -function ContactAutocomplete(element,backend_url){ - this.pattern=/@([^ \n]+)$/; - this.popup=null; - var that = this; - - $j(element).unbind('keydown'); - $j(element).unbind('keyup'); - - $j(element).keydown(function(event){ - if (that.popup!==null) that.popup.onkey(event); - }); - - $j(element).keyup(function(event){ - cpos = $j(this).getSelection(); - if (cpos.start==cpos.end){ - match = $j(this).val().substring(0,cpos.start).match(that.pattern); - if (match!==null){ - if (that.popup===null){ - that.popup = new ACPopup(this, backend_url); - } - if (that.popup.ready && match[1]!==that.popup.searchText) that.popup.search(match[1]); - if (!that.popup.ready) that.popup=null; - - } else { - if (that.popup!==null) {that.popup.close(); that.popup=null;} - } - - - } - }); - -} - - -/** - * jQuery plugin 'contact_autocomplete' - */ -(function( $ ){ - $j.fn.contact_autocomplete = function(backend_url) { - this.each(function(){ - new ContactAutocomplete(this, backend_url); - }); - }; -})( jQuery ); - - - - diff --git a/view/theme/frost-mobile/js/fk.autocomplete.min.js b/view/theme/frost-mobile/js/fk.autocomplete.min.js deleted file mode 100644 index 0bb8e19227..0000000000 --- a/view/theme/frost-mobile/js/fk.autocomplete.min.js +++ /dev/null @@ -1 +0,0 @@ -function ACPopup(elm,backend_url){this.idsel=-1;this.element=elm;this.searchText="";this.ready=true;this.kp_timer=false;this.url=backend_url;var w=530;var h=130;if(typeof elm.editorId=="undefined"){style=$j(elm).offset();w=$j(elm).width();h=$j(elm).height()}else{var container=elm.getContainer();if(typeof container!="undefined"){style=$j(container).offset();w=$j(container).width();h=$j(container).height()}}style.top=style.top+h;style.width=w;style.position="absolute";style.display="none";this.cont=$j("
");this.cont.css(style);$j("body").append(this.cont)}ACPopup.prototype.close=function(){$j(this.cont).remove();this.ready=false};ACPopup.prototype.search=function(text){var that=this;this.searchText=text;if(this.kp_timer)clearTimeout(this.kp_timer);this.kp_timer=setTimeout(function(){that._search()},500)};ACPopup.prototype._search=function(){console.log("_search");var that=this;var postdata={start:0,count:100,search:this.searchText,type:"c"};$j.ajax({type:"POST",url:this.url,data:postdata,dataType:"json",success:function(data){that.cont.html("");if(data.tot>0){that.cont.show();$j(data.items).each(function(){html="{1} ({2})".format(this.photo,this.name,this.nick);that.add(html,this.nick.replace(" ","")+"+"+this.id+" - "+this.link)})}else{that.cont.hide()}}})};ACPopup.prototype.add=function(label,value){var that=this;var elm=$j("
"+label+"
");elm.click(function(e){t=$j(this).attr("title").replace(new RegExp(" - .*"),"");if(typeof that.element.container==="undefined"){el=$j(that.element);sel=el.getSelection();sel.start=sel.start-that.searchText.length;el.setSelection(sel.start,sel.end).replaceSelectedText(t+" ").collapseSelection(false);that.close()}else{txt=tinyMCE.activeEditor.getContent();newtxt=txt.replace(that.searchText,t+" ");tinyMCE.activeEditor.setContent(newtxt);tinyMCE.activeEditor.focus();that.close()}});$j(this.cont).append(elm)};ACPopup.prototype.onkey=function(event){if(event.keyCode=="13"){if(this.idsel>-1){this.cont.children()[this.idsel].click();event.preventDefault()}else this.close()}if(event.keyCode=="38"){cmax=this.cont.children().size()-1;this.idsel--;if(this.idsel<0)this.idsel=cmax;event.preventDefault()}if(event.keyCode=="40"||event.keyCode=="9"){cmax=this.cont.children().size()-1;this.idsel++;if(this.idsel>cmax)this.idsel=0;event.preventDefault()}if(event.keyCode=="38"||event.keyCode=="40"||event.keyCode=="9"){this.cont.children().removeClass("selected");$j(this.cont.children()[this.idsel]).addClass("selected")}if(event.keyCode=="27"){this.close()}};function ContactAutocomplete(element,backend_url){this.pattern=/@([^ \n]+)$/;this.popup=null;var that=this;$j(element).unbind("keydown");$j(element).unbind("keyup");$j(element).keydown(function(event){if(that.popup!==null)that.popup.onkey(event)});$j(element).keyup(function(event){cpos=$j(this).getSelection();if(cpos.start==cpos.end){match=$j(this).val().substring(0,cpos.start).match(that.pattern);if(match!==null){if(that.popup===null){that.popup=new ACPopup(this,backend_url)}if(that.popup.ready&&match[1]!==that.popup.searchText)that.popup.search(match[1]);if(!that.popup.ready)that.popup=null}else{if(that.popup!==null){that.popup.close();that.popup=null}}}})}(function($){$j.fn.contact_autocomplete=function(backend_url){this.each(function(){new ContactAutocomplete(this,backend_url)})}})(jQuery); \ No newline at end of file diff --git a/view/theme/frost-mobile/templates/login_head.tpl b/view/theme/frost-mobile/templates/login_head.tpl deleted file mode 100644 index c2d9504ad3..0000000000 --- a/view/theme/frost-mobile/templates/login_head.tpl +++ /dev/null @@ -1,7 +0,0 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN - * - *}} -{{**}} - diff --git a/view/theme/frost/js/fk.autocomplete.js b/view/theme/frost/js/fk.autocomplete.js deleted file mode 100644 index 8ca73b1288..0000000000 --- a/view/theme/frost/js/fk.autocomplete.js +++ /dev/null @@ -1,194 +0,0 @@ -/** - * Friendica people autocomplete - * - * require jQuery, jquery.textareas - */ - - - -function ACPopup(elm,backend_url){ - this.idsel=-1; - this.element = elm; - this.searchText=""; - this.ready=true; - this.kp_timer = false; - this.url = backend_url; - - var w = 530; - var h = 130; - - - if(typeof elm.editorId == "undefined") { - style = $j(elm).offset(); - w = $j(elm).width(); - h = $j(elm).height(); - } - else { - var container = elm.getContainer(); - if(typeof container != "undefined") { - style = $j(container).offset(); - w = $j(container).width(); - h = $j(container).height(); - } - } - - style.top=style.top+h; - style.width = w; - style.position = 'absolute'; - /* style['max-height'] = '150px'; - style.border = '1px solid red'; - style.background = '#cccccc'; - - style.overflow = 'auto'; - style['z-index'] = '100000'; - */ - style.display = 'none'; - - this.cont = $j("
"); - this.cont.css(style); - - $j("body").append(this.cont); -} -ACPopup.prototype.close = function(){ - $j(this.cont).remove(); - this.ready=false; -} -ACPopup.prototype.search = function(text){ - var that = this; - this.searchText=text; - if (this.kp_timer) clearTimeout(this.kp_timer); - this.kp_timer = setTimeout( function(){that._search();}, 500); -} -ACPopup.prototype._search = function(){ - console.log("_search"); - var that = this; - var postdata = { - start:0, - count:100, - search:this.searchText, - type:'c', - } - - $j.ajax({ - type:'POST', - url: this.url, - data: postdata, - dataType: 'json', - success:function(data){ - that.cont.html(""); - if (data.tot>0){ - that.cont.show(); - $j(data.items).each(function(){ - html = "{1} ({2})".format(this.photo, this.name, this.nick) - that.add(html, this.nick.replace(' ','') + '+' + this.id + ' - ' + this.link); - }); - } else { - that.cont.hide(); - } - } - }); - -} - ACPopup.prototype.add = function(label, value){ - var that=this; - var elm = $j("
"+label+"
"); - elm.click(function(e){ - t = $j(this).attr('title').replace(new RegExp(' \- .*'),''); - if(typeof(that.element.container) === "undefined") { - el=$j(that.element); - sel = el.getSelection(); - sel.start = sel.start- that.searchText.length; - el.setSelection(sel.start,sel.end).replaceSelectedText(t+' ').collapseSelection(false); - that.close(); - } - else { - txt = tinyMCE.activeEditor.getContent(); - // alert(that.searchText + ':' + t); - newtxt = txt.replace(that.searchText,t+' '); - tinyMCE.activeEditor.setContent(newtxt); - tinyMCE.activeEditor.focus(); - that.close(); - } - }); - $j(this.cont).append(elm); -} -ACPopup.prototype.onkey = function(event){ - if (event.keyCode == '13') { - if(this.idsel>-1) { - this.cont.children()[this.idsel].click(); - event.preventDefault(); - } - else - this.close(); - } - if (event.keyCode == '38') { //cursor up - cmax = this.cont.children().size()-1; - this.idsel--; - if (this.idsel<0) this.idsel=cmax; - event.preventDefault(); - } - if (event.keyCode == '40' || event.keyCode == '9') { //cursor down - cmax = this.cont.children().size()-1; - this.idsel++; - if (this.idsel>cmax) this.idsel=0; - event.preventDefault(); - } - - if (event.keyCode == '38' || event.keyCode == '40' || event.keyCode == '9') { - this.cont.children().removeClass('selected'); - $j(this.cont.children()[this.idsel]).addClass('selected'); - } - - if (event.keyCode == '27') { //ESC - this.close(); - } -} - -function ContactAutocomplete(element,backend_url){ - this.pattern=/@([^ \n]+)$/; - this.popup=null; - var that = this; - - $j(element).unbind('keydown'); - $j(element).unbind('keyup'); - - $j(element).keydown(function(event){ - if (that.popup!==null) that.popup.onkey(event); - }); - - $j(element).keyup(function(event){ - cpos = $j(this).getSelection(); - if (cpos.start==cpos.end){ - match = $j(this).val().substring(0,cpos.start).match(that.pattern); - if (match!==null){ - if (that.popup===null){ - that.popup = new ACPopup(this, backend_url); - } - if (that.popup.ready && match[1]!==that.popup.searchText) that.popup.search(match[1]); - if (!that.popup.ready) that.popup=null; - - } else { - if (that.popup!==null) {that.popup.close(); that.popup=null;} - } - - - } - }); - -} - - -/** - * jQuery plugin 'contact_autocomplete' - */ -(function( $ ){ - $j.fn.contact_autocomplete = function(backend_url) { - this.each(function(){ - new ContactAutocomplete(this, backend_url); - }); - }; -})( jQuery ); - - - - diff --git a/view/theme/frost/js/fk.autocomplete.min.js b/view/theme/frost/js/fk.autocomplete.min.js deleted file mode 100644 index 0bb8e19227..0000000000 --- a/view/theme/frost/js/fk.autocomplete.min.js +++ /dev/null @@ -1 +0,0 @@ -function ACPopup(elm,backend_url){this.idsel=-1;this.element=elm;this.searchText="";this.ready=true;this.kp_timer=false;this.url=backend_url;var w=530;var h=130;if(typeof elm.editorId=="undefined"){style=$j(elm).offset();w=$j(elm).width();h=$j(elm).height()}else{var container=elm.getContainer();if(typeof container!="undefined"){style=$j(container).offset();w=$j(container).width();h=$j(container).height()}}style.top=style.top+h;style.width=w;style.position="absolute";style.display="none";this.cont=$j("
");this.cont.css(style);$j("body").append(this.cont)}ACPopup.prototype.close=function(){$j(this.cont).remove();this.ready=false};ACPopup.prototype.search=function(text){var that=this;this.searchText=text;if(this.kp_timer)clearTimeout(this.kp_timer);this.kp_timer=setTimeout(function(){that._search()},500)};ACPopup.prototype._search=function(){console.log("_search");var that=this;var postdata={start:0,count:100,search:this.searchText,type:"c"};$j.ajax({type:"POST",url:this.url,data:postdata,dataType:"json",success:function(data){that.cont.html("");if(data.tot>0){that.cont.show();$j(data.items).each(function(){html="{1} ({2})".format(this.photo,this.name,this.nick);that.add(html,this.nick.replace(" ","")+"+"+this.id+" - "+this.link)})}else{that.cont.hide()}}})};ACPopup.prototype.add=function(label,value){var that=this;var elm=$j("
"+label+"
");elm.click(function(e){t=$j(this).attr("title").replace(new RegExp(" - .*"),"");if(typeof that.element.container==="undefined"){el=$j(that.element);sel=el.getSelection();sel.start=sel.start-that.searchText.length;el.setSelection(sel.start,sel.end).replaceSelectedText(t+" ").collapseSelection(false);that.close()}else{txt=tinyMCE.activeEditor.getContent();newtxt=txt.replace(that.searchText,t+" ");tinyMCE.activeEditor.setContent(newtxt);tinyMCE.activeEditor.focus();that.close()}});$j(this.cont).append(elm)};ACPopup.prototype.onkey=function(event){if(event.keyCode=="13"){if(this.idsel>-1){this.cont.children()[this.idsel].click();event.preventDefault()}else this.close()}if(event.keyCode=="38"){cmax=this.cont.children().size()-1;this.idsel--;if(this.idsel<0)this.idsel=cmax;event.preventDefault()}if(event.keyCode=="40"||event.keyCode=="9"){cmax=this.cont.children().size()-1;this.idsel++;if(this.idsel>cmax)this.idsel=0;event.preventDefault()}if(event.keyCode=="38"||event.keyCode=="40"||event.keyCode=="9"){this.cont.children().removeClass("selected");$j(this.cont.children()[this.idsel]).addClass("selected")}if(event.keyCode=="27"){this.close()}};function ContactAutocomplete(element,backend_url){this.pattern=/@([^ \n]+)$/;this.popup=null;var that=this;$j(element).unbind("keydown");$j(element).unbind("keyup");$j(element).keydown(function(event){if(that.popup!==null)that.popup.onkey(event)});$j(element).keyup(function(event){cpos=$j(this).getSelection();if(cpos.start==cpos.end){match=$j(this).val().substring(0,cpos.start).match(that.pattern);if(match!==null){if(that.popup===null){that.popup=new ACPopup(this,backend_url)}if(that.popup.ready&&match[1]!==that.popup.searchText)that.popup.search(match[1]);if(!that.popup.ready)that.popup=null}else{if(that.popup!==null){that.popup.close();that.popup=null}}}})}(function($){$j.fn.contact_autocomplete=function(backend_url){this.each(function(){new ContactAutocomplete(this,backend_url)})}})(jQuery); \ No newline at end of file diff --git a/view/theme/frost/templates/field_combobox.tpl b/view/theme/frost/templates/field_combobox.tpl deleted file mode 100644 index 8f0e17619f..0000000000 --- a/view/theme/frost/templates/field_combobox.tpl +++ /dev/null @@ -1,23 +0,0 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN - * - *}} - -
- - {{* html5 don't work on Chrome, Safari and IE9 - - - {{foreach $field.4 as $opt=>$val}} *}} - - - - - {{$field.3}} -
- diff --git a/view/theme/frost/templates/field_input.tpl b/view/theme/frost/templates/field_input.tpl deleted file mode 100644 index 0847961887..0000000000 --- a/view/theme/frost/templates/field_input.tpl +++ /dev/null @@ -1,11 +0,0 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN - * - *}} - -
- - - {{$field.3}} -
diff --git a/view/theme/frost/templates/field_openid.tpl b/view/theme/frost/templates/field_openid.tpl deleted file mode 100644 index ed94fad7a5..0000000000 --- a/view/theme/frost/templates/field_openid.tpl +++ /dev/null @@ -1,11 +0,0 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN - * - *}} - -
- - - {{$field.3}} -
diff --git a/view/theme/frost/templates/field_password.tpl b/view/theme/frost/templates/field_password.tpl deleted file mode 100644 index c88d3ef58a..0000000000 --- a/view/theme/frost/templates/field_password.tpl +++ /dev/null @@ -1,11 +0,0 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN - * - *}} - -
- - - {{$field.3}} -
diff --git a/view/theme/frost/templates/login_head.tpl b/view/theme/frost/templates/login_head.tpl deleted file mode 100644 index 5cac7bd1d7..0000000000 --- a/view/theme/frost/templates/login_head.tpl +++ /dev/null @@ -1,7 +0,0 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN - * - *}} -{{**}} - diff --git a/view/theme/frost/templates/posted_date_widget.tpl b/view/theme/frost/templates/posted_date_widget.tpl deleted file mode 100644 index 6482f66559..0000000000 --- a/view/theme/frost/templates/posted_date_widget.tpl +++ /dev/null @@ -1,14 +0,0 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN - * - *}} -
-

{{$title}}

- - -
From b4aa018d7bb55983a91829b6cddfa3e106034948 Mon Sep 17 00:00:00 2001 From: Zach Prezkuta Date: Tue, 4 Jun 2013 20:25:52 -0600 Subject: [PATCH 20/20] forgot to update Frost autocomplete JS location --- view/theme/frost-mobile/templates/end.tpl | 2 +- view/theme/frost/templates/end.tpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/view/theme/frost-mobile/templates/end.tpl b/view/theme/frost-mobile/templates/end.tpl index e1a6bc542f..33c1e9327b 100644 --- a/view/theme/frost-mobile/templates/end.tpl +++ b/view/theme/frost-mobile/templates/end.tpl @@ -13,7 +13,7 @@ {{**}} - + diff --git a/view/theme/frost/templates/end.tpl b/view/theme/frost/templates/end.tpl index 3836976c8d..c94a7d933b 100644 --- a/view/theme/frost/templates/end.tpl +++ b/view/theme/frost/templates/end.tpl @@ -22,7 +22,7 @@ - +