From: Aurélien COUDERC Date: Thu, 17 Apr 2025 20:25:23 +0000 (+0200) Subject: Import kaccounts-providers_25.04.0.orig.tar.xz X-Git-Tag: archive/raspbian/4%25.04.0-1+rpi1^2~2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=f0cf92edb1a67567fd1cdd1c5ebdb0400517483f;p=kaccounts-providers.git Import kaccounts-providers_25.04.0.orig.tar.xz [dgit import orig kaccounts-providers_25.04.0.orig.tar.xz] --- f0cf92edb1a67567fd1cdd1c5ebdb0400517483f diff --git a/.git-blame-ignore-revs b/.git-blame-ignore-revs new file mode 100644 index 0000000..dac4658 --- /dev/null +++ b/.git-blame-ignore-revs @@ -0,0 +1 @@ +cb50d66c13f57eadc29dd7d65f3a454c32c9681d diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..1ee98b5 --- /dev/null +++ b/.gitignore @@ -0,0 +1,29 @@ +# Ignore the following files +*~ +*.[oa] +*.diff +*.kate-swp +*.kdev4 +.kdev_include_paths +*.kdevelop.pcs +*.moc +*.moc.cpp +*.orig +*.user +.*.swp +.swp.* +Doxyfile +Makefile +avail +random_seed +/build*/ +CMakeLists.txt.user* +*.unc-backup* + +# LSP & IDE +/.clang-format +/compile_commands.json +.clangd +.cache +.idea +/cmake-build* diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 0000000..20b7116 --- /dev/null +++ b/.gitlab-ci.yml @@ -0,0 +1,10 @@ +# SPDX-FileCopyrightText: None +# SPDX-License-Identifier: CC0-1.0 + +include: + - project: sysadmin/ci-utilities + file: + - /gitlab-templates/json-validation.yml + - /gitlab-templates/linux-qt6.yml + - /gitlab-templates/linux-qt6-next.yml + - /gitlab-templates/freebsd-qt6.yml diff --git a/.kde-ci.yml b/.kde-ci.yml new file mode 100644 index 0000000..b87c812 --- /dev/null +++ b/.kde-ci.yml @@ -0,0 +1,15 @@ +# SPDX-FileCopyrightText: None +# SPDX-License-Identifier: CC0-1.0 + +Dependencies: +- 'on': ['@all'] + 'require': + 'frameworks/extra-cmake-modules': '@latest-kf6' + 'frameworks/kio': '@latest-kf6' + 'frameworks/ki18n': '@latest-kf6' + 'frameworks/kpackage': '@latest-kf6' + 'network/kaccounts-integration': '@same' + 'third-party/qcoro': '@latest' + +Options: + require-passing-tests-on: ['Linux', 'FreeBSD', 'Windows'] diff --git a/CMakeLists.txt b/CMakeLists.txt new file mode 100644 index 0000000..bd9a8f7 --- /dev/null +++ b/CMakeLists.txt @@ -0,0 +1,61 @@ +cmake_minimum_required(VERSION 3.16) + +set(RELEASE_SERVICE_VERSION_MAJOR "25") +set(RELEASE_SERVICE_VERSION_MINOR "04") +set(RELEASE_SERVICE_VERSION_MICRO "0") +set(KACCOUNTS_VERSION "${RELEASE_SERVICE_VERSION_MAJOR}.${RELEASE_SERVICE_VERSION_MINOR}.${RELEASE_SERVICE_VERSION_MICRO}") + +project(kde-account-providers LANGUAGES CXX VERSION ${KACCOUNTS_VERSION}) + +set(QT_REQUIRED_VERSION "6.5.0") +set(KF_MIN_VERSION "6.0") +set(CMAKE_CXX_STANDARD 20) +set(CMAKE_CXX_STANDARD_REQUIRED ON) + +find_package(ECM ${KF_MIN_VERSION} REQUIRED NO_MODULE) +set(CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake/modules" ${ECM_MODULE_PATH}) + +include(KDEInstallDirs) +include(KDECMakeSettings) +include(KDECompilerSettings NO_POLICY_SCOPE) + +include(ECMInstallIcons) +include(KDEClangFormat) +include(KDEGitCommitHooks) +include(FeatureSummary) +include(ECMDeprecationSettings) + +find_package(KAccounts6 REQUIRED) + +find_package(Qt6 ${QT_REQUIRED_VERSION} CONFIG REQUIRED Core Qml) + +find_package(Qt6WebEngineQuick ${QT_REQUIRED_VERSION} CONFIG) +set_package_properties(Qt6WebEngineQuick + PROPERTIES TYPE OPTIONAL + PURPOSE "Required for Nextcloud Accounts plugin" + ) +set(HAVE_WEBENGINE ${Qt6WebEngineQuick_FOUND}) + +find_package(KF6 ${KF_MIN_VERSION} REQUIRED KIO I18n Package) + +find_package(QCoro6 REQUIRED COMPONENTS Core Network) + +qcoro_enable_coroutines() + +ecm_set_disabled_deprecation_versions(QT 5.15.2 + KF 5.101.0 + ) + +add_subdirectory(services) +add_subdirectory(providers) +add_subdirectory(webkit-options) +add_subdirectory(plugins) + +ki18n_install(po) + +file(GLOB_RECURSE ALL_CLANG_FORMAT_SOURCE_FILES *.cpp *.h) +kde_clang_format(${ALL_CLANG_FORMAT_SOURCE_FILES}) + +kde_configure_git_pre_commit_hook(CHECKS CLANG_FORMAT) + +feature_summary(WHAT ALL FATAL_ON_MISSING_REQUIRED_PACKAGES) diff --git a/LICENSES/GPL-2.0-or-later.txt b/LICENSES/GPL-2.0-or-later.txt new file mode 100644 index 0000000..1d80ac3 --- /dev/null +++ b/LICENSES/GPL-2.0-or-later.txt @@ -0,0 +1,319 @@ +GNU GENERAL PUBLIC LICENSE + +Version 2, June 1991 + +Copyright (C) 1989, 1991 Free Software Foundation, Inc. + +51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + +Everyone is permitted to copy and distribute verbatim copies of this license +document, but changing it is not allowed. + +Preamble + +The licenses for most software are designed to take away your freedom to share +and change it. By contrast, the GNU General Public License is intended to +guarantee your freedom to share and change free software--to make sure the +software is free for all its users. This General Public License applies to +most of the Free Software Foundation's software and to any other program whose +authors commit to using it. (Some other Free Software Foundation software +is covered by the GNU Lesser General Public License instead.) You can apply +it to your programs, too. + +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 this service 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. + +To protect your rights, we need to make restrictions that forbid anyone to +deny you these rights or to ask you to surrender the rights. These restrictions +translate to certain responsibilities for you if you distribute copies of +the software, or if you modify it. + +For example, if you distribute copies of such a program, whether gratis or +for a fee, you must give the recipients all the rights that you have. You +must make sure that they, too, receive or can get the source code. And you +must show them these terms so they know their rights. + +We protect your rights with two steps: (1) copyright the software, and (2) +offer you this license which gives you legal permission to copy, distribute +and/or modify the software. + +Also, for each author's protection and ours, we want to make certain that +everyone understands that there is no warranty for this free software. If +the software is modified by someone else and passed on, we want its recipients +to know that what they have is not the original, so that any problems introduced +by others will not reflect on the original authors' reputations. + +Finally, any free program is threatened constantly by software patents. We +wish to avoid the danger that redistributors of a free program will individually +obtain patent licenses, in effect making the program proprietary. To prevent +this, we have made it clear that any patent must be licensed for everyone's +free use or not licensed at all. + +The precise terms and conditions for copying, distribution and modification +follow. + +TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION + +0. This License applies to any program or other work which contains a notice +placed by the copyright holder saying it may be distributed under the terms +of this General Public License. The "Program", below, refers to any such program +or work, and a "work based on the Program" means either the Program or any +derivative work under copyright law: that is to say, a work containing the +Program or a portion of it, either verbatim or with modifications and/or translated +into another language. (Hereinafter, translation is included without limitation +in the term "modification".) Each licensee is addressed as "you". + +Activities other than copying, distribution and modification are not covered +by this License; they are outside its scope. The act of running the Program +is not restricted, and the output from the Program is covered only if its +contents constitute a work based on the Program (independent of having been +made by running the Program). Whether that is true depends on what the Program +does. + +1. You may copy and distribute 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 and disclaimer of warranty; +keep intact all the notices that refer to this License and to the absence +of any warranty; and give any other recipients of the Program a copy of this +License along with the Program. + +You may charge a fee for the physical act of transferring a copy, and you +may at your option offer warranty protection in exchange for a fee. + +2. You may modify your copy or copies of the Program or any portion of it, +thus forming a work based on the Program, and copy and distribute such modifications +or work under the terms of Section 1 above, provided that you also meet all +of these conditions: + +a) You must cause the modified files to carry prominent notices stating that +you changed the files and the date of any change. + +b) You must cause any work that you distribute or publish, that in whole or +in part contains or is derived from the Program or any part thereof, to be +licensed as a whole at no charge to all third parties under the terms of this +License. + +c) If the modified program normally reads commands interactively when run, +you must cause it, when started running for such interactive use in the most +ordinary way, to print or display an announcement including an appropriate +copyright notice and a notice that there is no warranty (or else, saying that +you provide a warranty) and that users may redistribute the program under +these conditions, and telling the user how to view a copy of this License. +(Exception: if the Program itself is interactive but does not normally print +such an announcement, your work based on the Program is not required to print +an announcement.) + +These requirements apply to the modified work as a whole. If identifiable +sections of that work are not derived from the Program, and can be reasonably +considered independent and separate works in themselves, then this License, +and its terms, do not apply to those sections when you distribute them as +separate works. But when you distribute the same sections as part of a whole +which is a work based on the Program, the distribution of the whole must be +on the terms of this License, whose permissions for other licensees extend +to the entire whole, and thus to each and every part regardless of who wrote +it. + +Thus, it is not the intent of this section to claim rights or contest your +rights to work written entirely by you; rather, the intent is to exercise +the right to control the distribution of derivative or collective works based +on the Program. + +In addition, mere aggregation of another work not based on the Program with +the Program (or with a work based on the Program) on a volume of a storage +or distribution medium does not bring the other work under the scope of this +License. + +3. You may copy and distribute the Program (or a work based on it, under Section +2) in object code or executable form under the terms of Sections 1 and 2 above +provided that you also do one of the following: + +a) Accompany it with the complete corresponding machine-readable source code, +which must be distributed under the terms of Sections 1 and 2 above on a medium +customarily used for software interchange; or, + +b) Accompany it with a written offer, valid for at least three years, to give +any third party, for a charge no more than your cost of physically performing +source distribution, a complete machine-readable copy of the corresponding +source code, to be distributed under the terms of Sections 1 and 2 above on +a medium customarily used for software interchange; or, + +c) Accompany it with the information you received as to the offer to distribute +corresponding source code. (This alternative is allowed only for noncommercial +distribution and only if you received the program in object code or executable +form with such an offer, in accord with Subsection b above.) + +The source code for a work means the preferred form of the work for making +modifications to it. For an executable work, complete source code means all +the source code for all modules it contains, plus any associated interface +definition files, plus the scripts used to control compilation and installation +of the executable. However, as a special exception, the source code distributed +need not include anything that is normally distributed (in either source or +binary form) with the major components (compiler, kernel, and so on) of the +operating system on which the executable runs, unless that component itself +accompanies the executable. + +If distribution of executable or object code is made by offering access to +copy from a designated place, then offering equivalent access to copy the +source code from the same place counts as distribution of the source code, +even though third parties are not compelled to copy the source along with +the object code. + +4. You may not copy, modify, sublicense, or distribute the Program except +as expressly provided under this License. Any attempt otherwise to copy, modify, +sublicense or distribute the Program is void, and will automatically terminate +your rights under this License. However, parties who have received copies, +or rights, from you under this License will not have their licenses terminated +so long as such parties remain in full compliance. + +5. You are not required to accept this License, since you have not signed +it. However, nothing else grants you permission to modify or distribute the +Program or its derivative works. These actions are prohibited by law if you +do not accept this License. Therefore, by modifying or distributing the Program +(or any work based on the Program), you indicate your acceptance of this License +to do so, and all its terms and conditions for copying, distributing or modifying +the Program or works based on it. + +6. Each time you redistribute the Program (or any work based on the Program), +the recipient automatically receives a license from the original licensor +to copy, distribute or modify the Program subject to these terms and conditions. +You may not impose any further restrictions on the recipients' exercise of +the rights granted herein. You are not responsible for enforcing compliance +by third parties to this License. + +7. If, as a consequence of a court judgment or allegation of patent infringement +or for any other reason (not limited to patent issues), 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 distribute so as to satisfy simultaneously your +obligations under this License and any other pertinent obligations, then as +a consequence you may not distribute the Program at all. For example, if a +patent license would not permit royalty-free redistribution of the Program +by all those who receive copies directly or indirectly through you, then the +only way you could satisfy both it and this License would be to refrain entirely +from distribution of the Program. + +If any portion of this section is held invalid or unenforceable under any +particular circumstance, the balance of the section is intended to apply and +the section as a whole is intended to apply in other circumstances. + +It is not the purpose of this section to induce you to infringe any patents +or other property right claims or to contest validity of any such claims; +this section has the sole purpose of protecting the integrity of the free +software distribution system, which is implemented by public license practices. +Many people have made generous contributions to the wide range of software +distributed through that system in reliance on consistent application of that +system; it is up to the author/donor to decide if he or she is willing to +distribute software through any other system and a licensee cannot impose +that choice. + +This section is intended to make thoroughly clear what is believed to be a +consequence of the rest of this License. + +8. If the distribution and/or use of the Program is restricted in certain +countries either by patents or by copyrighted interfaces, the original copyright +holder who places the Program under this License may add an explicit geographical +distribution limitation excluding those countries, so that distribution is +permitted only in or among countries not thus excluded. In such case, this +License incorporates the limitation as if written in the body of this License. + +9. The Free Software Foundation may publish revised and/or new versions of +the 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 +a version number of this License which applies to it and "any later version", +you have the option of following the terms and conditions either of that version +or of any later version published by the Free Software Foundation. If the +Program does not specify a version number of this License, you may choose +any version ever published by the Free Software Foundation. + +10. If you wish to incorporate parts of the Program into other free programs +whose distribution conditions are different, write to the author to ask for +permission. For software which is copyrighted by the Free Software Foundation, +write to the Free Software Foundation; we sometimes make exceptions for this. +Our decision will be guided by the two goals of preserving the free status +of all derivatives of our free software and of promoting the sharing and reuse +of software generally. + + NO WARRANTY + +11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY FOR +THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE +STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM +"AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE +OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME +THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. + +12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING +WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR REDISTRIBUTE +THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY +GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE +OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA +OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES +OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH +HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. +END OF TERMS AND CONDITIONS + +How to Apply These Terms to Your New Programs + +If you develop a new program, and you want it to be of the greatest possible +use to the public, the best way to achieve this is to make it free software +which everyone can redistribute and change under these terms. + +To do so, attach the following notices to the program. It is safest to attach +them to the start of each source file to most effectively convey 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 General Public License as published by the Free Software +Foundation; either version 2 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 General Public License for more details. + +You should have received a copy of the GNU General Public License along with +this program; if not, write to the Free Software Foundation, Inc., 51 Franklin +Street, Fifth Floor, Boston, MA 02110-1301, USA. + +Also add information on how to contact you by electronic and paper mail. + +If the program is interactive, make it output a short notice like this when +it starts in an interactive mode: + +Gnomovision version 69, Copyright (C) year name of author Gnomovision comes +with ABSOLUTELY NO WARRANTY; for details type `show w'. This is free software, +and you are welcome to redistribute it under certain conditions; type `show +c' for details. + +The hypothetical commands `show w' and `show c' should show the appropriate +parts of the General Public License. Of course, the commands you use may be +called something other than `show w' and `show c'; they could even be mouse-clicks +or menu items--whatever suits your program. + +You should also get your employer (if you work as a programmer) or your school, +if any, to sign a "copyright disclaimer" for the program, if necessary. Here +is a sample; alter the names: + +Yoyodyne, Inc., hereby disclaims all copyright interest in the program `Gnomovision' +(which makes passes at compilers) written by James Hacker. + +, 1 April 1989 Ty Coon, President of Vice This General +Public License does not permit incorporating your program into proprietary +programs. If your program is a subroutine library, you may consider it more +useful to permit linking proprietary applications with the library. If this +is what you want to do, use the GNU Lesser General Public License instead +of this License. diff --git a/LICENSES/GPL-3.0-or-later.txt b/LICENSES/GPL-3.0-or-later.txt new file mode 100644 index 0000000..e142a52 --- /dev/null +++ b/LICENSES/GPL-3.0-or-later.txt @@ -0,0 +1,625 @@ +GNU GENERAL PUBLIC LICENSE + +Version 3, 29 June 2007 + +Copyright © 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 General Public License is a free, copyleft license for software and +other kinds of works. + +The licenses for most software and other practical works are designed to take +away your freedom to share and change the works. By contrast, the GNU General +Public License is 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. +We, the Free Software Foundation, use the GNU General Public License for most +of our software; it applies also to any other work released this way by its +authors. You can apply it to your programs, too. + +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. + +To protect your rights, we need to prevent others from denying you these rights +or asking you to surrender the rights. Therefore, you have certain responsibilities +if you distribute copies of the software, or if you modify it: responsibilities +to respect the freedom of others. + +For example, if you distribute copies of such a program, whether gratis or +for a fee, you must pass on to the recipients the same freedoms that you received. +You must make sure that they, too, receive or can get the source code. And +you must show them these terms so they know their rights. + +Developers that use the GNU GPL protect your rights with two steps: (1) assert +copyright on the software, and (2) offer you this License giving you legal +permission to copy, distribute and/or modify it. + +For the developers' and authors' protection, the GPL clearly explains that +there is no warranty for this free software. For both users' and authors' +sake, the GPL requires that modified versions be marked as changed, so that +their problems will not be attributed erroneously to authors of previous versions. + +Some devices are designed to deny users access to install or run modified +versions of the software inside them, although the manufacturer can do so. +This is fundamentally incompatible with the aim of protecting users' freedom +to change the software. The systematic pattern of such abuse occurs in the +area of products for individuals to use, which is precisely where it is most +unacceptable. Therefore, we have designed this version of the GPL to prohibit +the practice for those products. If such problems arise substantially in other +domains, we stand ready to extend this provision to those domains in future +versions of the GPL, as needed to protect the freedom of users. + +Finally, every program is threatened constantly by software patents. States +should not allow patents to restrict development and use of software on general-purpose +computers, but in those that do, we wish to avoid the special danger that +patents applied to a free program could make it effectively proprietary. To +prevent this, the GPL assures that patents cannot be used to render the program +non-free. + +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 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 work 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 the Program. + +You may charge any price or no price for each copy that you convey, and you +may offer support or warranty protection for a fee. + + 5. Conveying Modified Source Versions. + +You may convey a work based on the Program, or the modifications to produce +it from the Program, in the form of source code under the terms of section +4, provided that you also meet all of these conditions: + +a) The work must carry prominent notices stating that you modified it, and +giving a relevant date. + +b) The work must carry prominent notices stating that it is released under +this License and any conditions added under section 7. This requirement modifies +the requirement in section 4 to "keep intact all notices". + +c) You must license the entire work, as a whole, under this License to anyone +who comes into possession of a copy. This License will therefore apply, along +with any applicable section 7 additional terms, to the whole of the work, +and all its parts, regardless of how they are packaged. This License gives +no permission to license the work in any other way, but it does not invalidate +such permission if you have separately received it. + +d) If the work has interactive user interfaces, each must display Appropriate +Legal Notices; however, if the Program has interactive interfaces that do +not display Appropriate Legal Notices, your work need not make them do so. + +A compilation of a covered work with other separate and independent works, +which are not by their nature extensions of the covered work, and which are +not combined with it such as to form a larger program, in or on a volume of +a storage or distribution medium, is called an "aggregate" if the compilation +and its resulting copyright are not used to limit the access or legal rights +of the compilation's users beyond what the individual works permit. Inclusion +of a covered work in an aggregate does not cause this License to apply to +the other parts of the aggregate. + + 6. Conveying Non-Source Forms. + +You may convey a covered work in object code form under the terms of sections +4 and 5, provided that you also convey the machine-readable Corresponding +Source under the terms of this License, in one of these ways: + +a) Convey the object code in, or embodied in, a physical product (including +a physical distribution medium), accompanied by the Corresponding Source fixed +on a durable physical medium customarily used for software interchange. + +b) Convey the object code in, or embodied in, a physical product (including +a physical distribution medium), accompanied by a written offer, valid for +at least three years and valid for as 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. + +Each time you convey a covered work, the recipient automatically receives +a license from the original licensors, to run, modify and propagate that work, +subject to this License. You are not responsible for enforcing compliance +by third parties with this License. + +An "entity transaction" is a transaction transferring control of an organization, +or substantially all assets of one, or subdividing an organization, or merging +organizations. If propagation of a covered work results from an entity transaction, +each party to that transaction who receives a copy of the work also receives +whatever licenses to the work the party's predecessor in interest had or could +give under the previous paragraph, plus a right to possession of the Corresponding +Source of the work from the predecessor in interest, if the predecessor has +it or can get it with reasonable efforts. + +You may not impose any further restrictions on the exercise of the rights +granted or affirmed under this License. For example, you may not impose a +license fee, royalty, or other charge for exercise of rights granted under +this License, and you may not initiate litigation (including a cross-claim +or counterclaim in a lawsuit) alleging that any patent claim is infringed +by making, using, selling, offering for sale, or importing the Program or +any portion of it. + + 11. Patents. + +A "contributor" is a copyright holder who authorizes use under this License +of the Program or a work on which the Program is based. The work thus licensed +is called the contributor's "contributor version". + +A contributor's "essential patent claims" are all patent claims owned or controlled +by the contributor, whether already acquired or hereafter acquired, that would +be infringed by some manner, permitted by this License, of making, using, +or selling its contributor version, but do not include claims that would be +infringed only as a consequence of further modification of the contributor +version. For purposes of this definition, "control" includes the right to +grant patent sublicenses in a manner consistent with the requirements of this +License. + +Each contributor grants you a non-exclusive, worldwide, royalty-free patent +license under the contributor's essential patent claims, 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. Use with the GNU Affero General Public License. + +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 Affero 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 special requirements of the GNU Affero +General Public License, section 13, concerning interaction through a network +will apply to the combination as such. + + 14. Revised Versions of this License. + +The Free Software Foundation may publish revised and/or new versions of the +GNU 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 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 or of any later version published +by the Free Software Foundation. If the Program does not specify a version +number of the GNU General Public License, you may choose any version ever +published by the Free Software Foundation. + +If the Program specifies that a proxy can decide which future versions of +the GNU General Public License can be used, that proxy's public statement +of acceptance of a version permanently authorizes you to choose that version +for the Program. + +Later license versions may give you additional or different permissions. However, +no additional obligations are imposed on any author or copyright holder as +a result of your choosing to follow a later version. + + 15. Disclaimer of Warranty. + +THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE +LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR +OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER +EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES +OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS +TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM +PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR +CORRECTION. + + 16. Limitation of Liability. + +IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL +ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS THE PROGRAM +AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, +INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO +USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED +INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE +PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER +PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. + + 17. Interpretation of Sections 15 and 16. + +If the disclaimer of warranty and limitation of liability provided above cannot +be given local legal effect according to their terms, reviewing courts shall +apply local law that most closely approximates an absolute waiver of all civil +liability in connection with the Program, unless a warranty or assumption +of liability accompanies a copy of the Program in return for a fee. END OF +TERMS AND CONDITIONS + +How to Apply These Terms to Your New Programs + +If you develop a new program, and you want it to be of the greatest possible +use to the public, the best way to achieve this is to make it free software +which everyone can redistribute and change under these terms. + +To do so, attach the following notices to the program. It is safest to attach +them to the start of each 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 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 General Public License for more details. + +You should have received a copy of the GNU General Public License along with +this program. If not, see . + +Also add information on how to contact you by electronic and paper mail. + +If the program does terminal interaction, make it output a short notice like +this when it starts in an interactive mode: + + Copyright (C) + +This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. + +This is free software, and you are welcome to redistribute it under certain +conditions; type `show c' for details. + +The hypothetical commands `show w' and `show c' should show the appropriate +parts of the General Public License. Of course, your program's commands might +be different; for a GUI interface, you would use an "about box". + +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 GPL, see . + +The GNU General Public License does not permit incorporating your program +into proprietary programs. If your program is a subroutine library, you may +consider it more useful to permit linking proprietary applications with the +library. If this is what you want to do, use the GNU Lesser General Public +License instead of this License. But first, please read . diff --git a/LICENSES/LGPL-2.0-or-later.txt b/LICENSES/LGPL-2.0-or-later.txt new file mode 100644 index 0000000..5c96471 --- /dev/null +++ b/LICENSES/LGPL-2.0-or-later.txt @@ -0,0 +1,446 @@ +GNU LIBRARY GENERAL PUBLIC LICENSE + +Version 2, June 1991 Copyright (C) 1991 Free Software Foundation, Inc. + +51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA + +Everyone is permitted to copy and distribute verbatim copies of this license +document, but changing it is not allowed. + +[This is the first released version of the library GPL. It is numbered 2 because +it goes with version 2 of the ordinary GPL.] + +Preamble + +The licenses for most software are designed to take away your freedom to share +and change it. By contrast, the GNU General Public Licenses are intended to +guarantee your freedom to share and change free software--to make sure the +software is free for all its users. + +This license, the Library General Public License, applies to some specially +designated Free Software Foundation software, and to any other libraries whose +authors decide to use it. You can use it for your libraries, too. + +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 this service 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. + +To protect your rights, we need to make restrictions that forbid anyone to +deny you these rights or to ask you to surrender the rights. These restrictions +translate to certain responsibilities for you if you distribute copies of +the library, or if you modify it. + +For example, if you distribute copies of the library, whether gratis or for +a fee, you must give the recipients all the rights that we gave you. You must +make sure that they, too, receive or can get the source code. If you link +a program with the library, you must provide complete object files to the +recipients so that they can relink them with the library, after making changes +to the library and recompiling it. And you must show them these terms so they +know their rights. + +Our method of protecting your rights has two steps: (1) copyright the library, +and (2) offer you this license which gives you legal permission to copy, distribute +and/or modify the library. + +Also, for each distributor's protection, we want to make certain that everyone +understands that there is no warranty for this free library. If the library +is modified by someone else and passed on, we want its recipients to know +that what they have is not the original version, so that any problems introduced +by others will not reflect on the original authors' reputations. + +Finally, any free program is threatened constantly by software patents. We +wish to avoid the danger that companies distributing free software will individually +obtain patent licenses, thus in effect transforming the program into proprietary +software. To prevent this, we have made it clear that any patent must be licensed +for everyone's free use or not licensed at all. + +Most GNU software, including some libraries, is covered by the ordinary GNU +General Public License, which was designed for utility programs. This license, +the GNU Library General Public License, applies to certain designated libraries. +This license is quite different from the ordinary one; be sure to read it +in full, and don't assume that anything in it is the same as in the ordinary +license. + +The reason we have a separate public license for some libraries is that they +blur the distinction we usually make between modifying or adding to a program +and simply using it. Linking a program with a library, without changing the +library, is in some sense simply using the library, and is analogous to running +a utility program or application program. However, in a textual and legal +sense, the linked executable is a combined work, a derivative of the original +library, and the ordinary General Public License treats it as such. + +Because of this blurred distinction, using the ordinary General Public License +for libraries did not effectively promote software sharing, because most developers +did not use the libraries. We concluded that weaker conditions might promote +sharing better. + +However, unrestricted linking of non-free programs would deprive the users +of those programs of all benefit from the free status of the libraries themselves. +This Library General Public License is intended to permit developers of non-free +programs to use free libraries, while preserving your freedom as a user of +such programs to change the free libraries that are incorporated in them. +(We have not seen how to achieve this as regards changes in header files, +but we have achieved it as regards changes in the actual functions of the +Library.) The hope is that this will lead to faster development of free libraries. + +The precise terms and conditions for copying, distribution and modification +follow. Pay close attention to the difference between a "work based on the +library" and a "work that uses the library". The former contains code derived +from the library, while the latter only works together with the library. + +Note that it is possible for a library to be covered by the ordinary General +Public License rather than by this special one. + +TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION + +0. This License Agreement applies to any software library which contains a +notice placed by the copyright holder or other authorized party saying it +may be distributed under the terms of this Library General Public License +(also called "this License"). Each licensee is addressed as "you". + +A "library" means a collection of software functions and/or data prepared +so as to be conveniently linked with application programs (which use some +of those functions and data) to form executables. + +The "Library", below, refers to any such software library or work which has +been distributed under these terms. A "work based on the Library" means either +the Library or any derivative work under copyright law: that is to say, a +work containing the Library or a portion of it, either verbatim or with modifications +and/or translated straightforwardly into another language. (Hereinafter, translation +is included without limitation in the term "modification".) + +"Source code" for a work means the preferred form of the work for making modifications +to it. For a library, complete source code means all the source code for all +modules it contains, plus any associated interface definition files, plus +the scripts used to control compilation and installation of the library. + +Activities other than copying, distribution and modification are not covered +by this License; they are outside its scope. The act of running a program +using the Library is not restricted, and output from such a program is covered +only if its contents constitute a work based on the Library (independent of +the use of the Library in a tool for writing it). Whether that is true depends +on what the Library does and what the program that uses the Library does. + +1. You may copy and distribute verbatim copies of the Library's complete source +code as you receive it, in any medium, provided that you conspicuously and +appropriately publish on each copy an appropriate copyright notice and disclaimer +of warranty; keep intact all the notices that refer to this License and to +the absence of any warranty; and distribute a copy of this License along with +the Library. + +You may charge a fee for the physical act of transferring a copy, and you +may at your option offer warranty protection in exchange for a fee. + +2. You may modify your copy or copies of the Library or any portion of it, +thus forming a work based on the Library, and copy and distribute such modifications +or work under the terms of Section 1 above, provided that you also meet all +of these conditions: + + a) The modified work must itself be a software library. + +b) You must cause the files modified to carry prominent notices stating that +you changed the files and the date of any change. + +c) You must cause the whole of the work to be licensed at no charge to all +third parties under the terms of this License. + +d) If a facility in the modified Library refers to a function or a table of +data to be supplied by an application program that uses the facility, other +than as an argument passed when the facility is invoked, then you must make +a good faith effort to ensure that, in the event an application does not supply +such function or table, the facility still operates, and performs whatever +part of its purpose remains meaningful. + +(For example, a function in a library to compute square roots has a purpose +that is entirely well-defined independent of the application. Therefore, Subsection +2d requires that any application-supplied function or table used by this function +must be optional: if the application does not supply it, the square root function +must still compute square roots.) + +These requirements apply to the modified work as a whole. If identifiable +sections of that work are not derived from the Library, and can be reasonably +considered independent and separate works in themselves, then this License, +and its terms, do not apply to those sections when you distribute them as +separate works. But when you distribute the same sections as part of a whole +which is a work based on the Library, the distribution of the whole must be +on the terms of this License, whose permissions for other licensees extend +to the entire whole, and thus to each and every part regardless of who wrote +it. + +Thus, it is not the intent of this section to claim rights or contest your +rights to work written entirely by you; rather, the intent is to exercise +the right to control the distribution of derivative or collective works based +on the Library. + +In addition, mere aggregation of another work not based on the Library with +the Library (or with a work based on the Library) on a volume of a storage +or distribution medium does not bring the other work under the scope of this +License. + +3. You may opt to apply the terms of the ordinary GNU General Public License +instead of this License to a given copy of the Library. To do this, you must +alter all the notices that refer to this License, so that they refer to the +ordinary GNU General Public License, version 2, instead of to this License. +(If a newer version than version 2 of the ordinary GNU General Public License +has appeared, then you can specify that version instead if you wish.) Do not +make any other change in these notices. + +Once this change is made in a given copy, it is irreversible for that copy, +so the ordinary GNU General Public License applies to all subsequent copies +and derivative works made from that copy. + +This option is useful when you wish to copy part of the code of the Library +into a program that is not a library. + +4. You may copy and distribute the Library (or a portion or derivative of +it, under Section 2) in object code or executable form under the terms of +Sections 1 and 2 above provided that you accompany it with the complete corresponding +machine-readable source code, which must be distributed under the terms of +Sections 1 and 2 above on a medium customarily used for software interchange. + +If distribution of object code is made by offering access to copy from a designated +place, then offering equivalent access to copy the source code from the same +place satisfies the requirement to distribute the source code, even though +third parties are not compelled to copy the source along with the object code. + +5. A program that contains no derivative of any portion of the Library, but +is designed to work with the Library by being compiled or linked with it, +is called a "work that uses the Library". Such a work, in isolation, is not +a derivative work of the Library, and therefore falls outside the scope of +this License. + +However, linking a "work that uses the Library" with the Library creates an +executable that is a derivative of the Library (because it contains portions +of the Library), rather than a "work that uses the library". The executable +is therefore covered by this License. Section 6 states terms for distribution +of such executables. + +When a "work that uses the Library" uses material from a header file that +is part of the Library, the object code for the work may be a derivative work +of the Library even though the source code is not. Whether this is true is +especially significant if the work can be linked without the Library, or if +the work is itself a library. The threshold for this to be true is not precisely +defined by law. + +If such an object file uses only numerical parameters, data structure layouts +and accessors, and small macros and small inline functions (ten lines or less +in length), then the use of the object file is unrestricted, regardless of +whether it is legally a derivative work. (Executables containing this object +code plus portions of the Library will still fall under Section 6.) + +Otherwise, if the work is a derivative of the Library, you may distribute +the object code for the work under the terms of Section 6. Any executables +containing that work also fall under Section 6, whether or not they are linked +directly with the Library itself. + +6. As an exception to the Sections above, you may also compile or link a "work +that uses the Library" with the Library to produce a work containing portions +of the Library, and distribute that work under terms of your choice, provided +that the terms permit modification of the work for the customer's own use +and reverse engineering for debugging such modifications. + +You must give prominent notice with each copy of the work that the Library +is used in it and that the Library and its use are covered by this License. +You must supply a copy of this License. If the work during execution displays +copyright notices, you must include the copyright notice for the Library among +them, as well as a reference directing the user to the copy of this License. +Also, you must do one of these things: + +a) Accompany the work with the complete corresponding machine-readable source +code for the Library including whatever changes were used in the work (which +must be distributed under Sections 1 and 2 above); and, if the work is an +executable linked with the Library, with the complete machine-readable "work +that uses the Library", as object code and/or source code, so that the user +can modify the Library and then relink to produce a modified executable containing +the modified Library. (It is understood that the user who changes the contents +of definitions files in the Library will not necessarily be able to recompile +the application to use the modified definitions.) + +b) Accompany the work with a written offer, valid for at least three years, +to give the same user the materials specified in Subsection 6a, above, for +a charge no more than the cost of performing this distribution. + +c) If distribution of the work is made by offering access to copy from a designated +place, offer equivalent access to copy the above specified materials from +the same place. + +d) Verify that the user has already received a copy of these materials or +that you have already sent this user a copy. + +For an executable, the required form of the "work that uses the Library" must +include any data and utility programs needed for reproducing the executable +from it. However, as a special exception, the source code distributed need +not include anything that is normally distributed (in either source or binary +form) with the major components (compiler, kernel, and so on) of the operating +system on which the executable runs, unless that component itself accompanies +the executable. + +It may happen that this requirement contradicts the license restrictions of +other proprietary libraries that do not normally accompany the operating system. +Such a contradiction means you cannot use both them and the Library together +in an executable that you distribute. + +7. You may place library facilities that are a work based on the Library side-by-side +in a single library together with other library facilities not covered by +this License, and distribute such a combined library, provided that the separate +distribution of the work based on the Library and of the other library facilities +is otherwise permitted, and provided that you do these two things: + +a) Accompany the combined library with a copy of the same work based on the +Library, uncombined with any other library facilities. This must be distributed +under the terms of the Sections above. + +b) Give prominent notice with the combined library of the fact that part of +it is a work based on the Library, and explaining where to find the accompanying +uncombined form of the same work. + +8. You may not copy, modify, sublicense, link with, or distribute the Library +except as expressly provided under this License. Any attempt otherwise to +copy, modify, sublicense, link with, or distribute the Library is void, and +will automatically terminate your rights under this License. However, parties +who have received copies, or rights, from you under this License will not +have their licenses terminated so long as such parties remain in full compliance. + +9. You are not required to accept this License, since you have not signed +it. However, nothing else grants you permission to modify or distribute the +Library or its derivative works. These actions are prohibited by law if you +do not accept this License. Therefore, by modifying or distributing the Library +(or any work based on the Library), you indicate your acceptance of this License +to do so, and all its terms and conditions for copying, distributing or modifying +the Library or works based on it. + +10. Each time you redistribute the Library (or any work based on the Library), +the recipient automatically receives a license from the original licensor +to copy, distribute, link with or modify the Library subject to these terms +and conditions. You may not impose any further restrictions on the recipients' +exercise of the rights granted herein. You are not responsible for enforcing +compliance by third parties to this License. + +11. If, as a consequence of a court judgment or allegation of patent infringement +or for any other reason (not limited to patent issues), 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 distribute so as to satisfy simultaneously your +obligations under this License and any other pertinent obligations, then as +a consequence you may not distribute the Library at all. For example, if a +patent license would not permit royalty-free redistribution of the Library +by all those who receive copies directly or indirectly through you, then the +only way you could satisfy both it and this License would be to refrain entirely +from distribution of the Library. + +If any portion of this section is held invalid or unenforceable under any +particular circumstance, the balance of the section is intended to apply, +and the section as a whole is intended to apply in other circumstances. + +It is not the purpose of this section to induce you to infringe any patents +or other property right claims or to contest validity of any such claims; +this section has the sole purpose of protecting the integrity of the free +software distribution system which is implemented by public license practices. +Many people have made generous contributions to the wide range of software +distributed through that system in reliance on consistent application of that +system; it is up to the author/donor to decide if he or she is willing to +distribute software through any other system and a licensee cannot impose +that choice. + +This section is intended to make thoroughly clear what is believed to be a +consequence of the rest of this License. + +12. If the distribution and/or use of the Library is restricted in certain +countries either by patents or by copyrighted interfaces, the original copyright +holder who places the Library under this License may add an explicit geographical +distribution limitation excluding those countries, so that distribution is +permitted only in or among countries not thus excluded. In such case, this +License incorporates the limitation as if written in the body of this License. + +13. The Free Software Foundation may publish revised and/or new versions of +the Library 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 Library specifies +a version number of this License which applies to it and "any later version", +you have the option of following the terms and conditions either of that version +or of any later version published by the Free Software Foundation. If the +Library does not specify a license version number, you may choose any version +ever published by the Free Software Foundation. + +14. If you wish to incorporate parts of the Library into other free programs +whose distribution conditions are incompatible with these, write to the author +to ask for permission. For software which is copyrighted by the Free Software +Foundation, write to the Free Software Foundation; we sometimes make exceptions +for this. Our decision will be guided by the two goals of preserving the free +status of all derivatives of our free software and of promoting the sharing +and reuse of software generally. + + NO WARRANTY + +15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY FOR +THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE +STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE LIBRARY +"AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE +OF THE LIBRARY IS WITH YOU. SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME +THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. + +16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING +WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR REDISTRIBUTE +THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY +GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE +OR INABILITY TO USE THE LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA +OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES +OR A FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF SUCH +HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. +END OF TERMS AND CONDITIONS + +How to Apply These Terms to Your New Libraries + +If you develop a new library, and you want it to be of the greatest possible +use to the public, we recommend making it free software that everyone can +redistribute and change. You can do so by permitting redistribution under +these terms (or, alternatively, under the terms of the ordinary General Public +License). + +To apply these terms, attach the following notices to the library. It is safest +to attach them to the start of each source file to most effectively convey +the exclusion of warranty; and each file should have at least the "copyright" +line and a pointer to where the full notice is found. + +one line to give the library's name and an idea of what it does. + +Copyright (C) year name of author + +This library is free software; you can redistribute it and/or modify it under +the terms of the GNU Library General Public License as published by the Free +Software Foundation; either version 2 of the License, or (at your option) +any later version. + +This library 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 Library General Public License for more +details. + +You should have received a copy of the GNU Library General Public License +along with this library; if not, write to the Free Software Foundation, Inc., +51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. + +Also add information on how to contact you by electronic and paper mail. + +You should also get your employer (if you work as a programmer) or your school, +if any, to sign a "copyright disclaimer" for the library, if necessary. Here +is a sample; alter the names: + +Yoyodyne, Inc., hereby disclaims all copyright interest in + +the library `Frob' (a library for tweaking knobs) written + +by James Random Hacker. + +signature of Ty Coon, 1 April 1990 + +Ty Coon, President of Vice + +That's all there is to it! diff --git a/Messages.sh b/Messages.sh new file mode 100755 index 0000000..71ca47b --- /dev/null +++ b/Messages.sh @@ -0,0 +1,13 @@ +#! /usr/bin/env bash + +# XML extraction can't use -C, +# other attributes will be override by second invocation. +$XGETTEXT_PROGRAM `find . -name "*.provider.in"` \ + --force-po \ + -o "$podir/kaccounts-providers.pot" +$XGETTEXT_PROGRAM `find . -name "*.service.in"` \ + --force-po -j --its=services/accounts-service.its \ + -o "$podir/kaccounts-providers.pot" +$XGETTEXT `find . -name "*.h" -o -name "*.cpp" -o -name "*.qml"` \ + -j -c -kN_ -kC_:1c,2 \ + -o "$podir/kaccounts-providers.pot" diff --git a/plugins/CMakeLists.txt b/plugins/CMakeLists.txt new file mode 100644 index 0000000..9d0c6d0 --- /dev/null +++ b/plugins/CMakeLists.txt @@ -0,0 +1,4 @@ +add_subdirectory(owncloud-ui) +if(HAVE_WEBENGINE) + add_subdirectory(nextcloud-ui) +endif() diff --git a/plugins/cloudurls.h b/plugins/cloudurls.h new file mode 100644 index 0000000..b6f6cf7 --- /dev/null +++ b/plugins/cloudurls.h @@ -0,0 +1,30 @@ +/* + SPDX-FileCopyrightText: 2020 Nicolas Fella + + SPDX-License-Identifier: GPL-2.0-or-later + */ + +#pragma once + +#include + +QUrl createStatusUrl(const QString &input) +{ + QString fixedUrl; + if (!input.startsWith(QLatin1String("http://")) && !input.startsWith(QLatin1String("https://"))) { + fixedUrl.append(QLatin1String("https://")); + fixedUrl.append(input); + } else { + fixedUrl = input; + } + + QUrl url(fixedUrl); + + if (!url.path().endsWith(QLatin1Char('/'))) { + url.setPath(url.path() + QLatin1Char('/')); + } + + url.setPath(url.path() + QLatin1String("status.php")); + + return url; +} diff --git a/plugins/nextcloud-ui/CMakeLists.txt b/plugins/nextcloud-ui/CMakeLists.txt new file mode 100644 index 0000000..046dd54 --- /dev/null +++ b/plugins/nextcloud-ui/CMakeLists.txt @@ -0,0 +1,27 @@ +add_library(nextcloud_plugin_kaccounts MODULE + nextcloud.cpp + nextcloudcontroller.cpp +) + +target_link_libraries(nextcloud_plugin_kaccounts + Qt::Core + KF6::KIOCore + KF6::I18n + KF6::Package + QCoro::Core + KAccounts6 +) + +target_link_libraries(nextcloud_plugin_kaccounts Qt::WebEngineQuick) + +install(TARGETS nextcloud_plugin_kaccounts + DESTINATION ${KDE_INSTALL_PLUGINDIR}/kaccounts/ui +) +kpackage_install_package(package org.kde.kaccounts.nextcloud genericqml) + +ecm_install_icons( +ICONS + sc-apps-kaccounts-nextcloud.svg +DESTINATION + ${KDE_INSTALL_ICONDIR} +) diff --git a/plugins/nextcloud-ui/nextcloud.cpp b/plugins/nextcloud-ui/nextcloud.cpp new file mode 100644 index 0000000..27901e2 --- /dev/null +++ b/plugins/nextcloud-ui/nextcloud.cpp @@ -0,0 +1,94 @@ +/* + * SPDX-FileCopyrightText: 2019 Rituka Patwal + * SPDX-FileCopyrightText: 2015 Martin Klapetek + * SPDX-FileCopyrightText: 2012 Alejandro Fiestas Olivares + * + * SPDX-License-Identifier: GPL-2.0-or-later + */ + +#include "nextcloud.h" +#include "nextcloudcontroller.h" + +#include +#include +#include + +#include +#include +#include +#include + +NextcloudWizard::NextcloudWizard(QObject *parent) + : KAccountsUiPlugin(parent) +{ + qmlRegisterUncreatableType("org.kde.kaccounts.nextcloud", 1, 0, "NextcloudController", QStringLiteral("Only for enums")); +} + +NextcloudWizard::~NextcloudWizard() +{ +} + +void NextcloudWizard::init(KAccountsUiPlugin::UiType type) +{ + QtWebEngineQuick::initialize(); + + if (type == KAccountsUiPlugin::NewAccountDialog) { + const QString packagePath(QStringLiteral("org.kde.kaccounts.nextcloud")); + m_engine = new QQmlApplicationEngine; + + auto ctx = new KLocalizedContext(m_engine); + ctx->setTranslationDomain(packagePath); + m_engine->rootContext()->setContextObject(ctx); + + KPackage::Package package = KPackage::PackageLoader::self()->loadPackage(QStringLiteral("KPackage/GenericQML")); + package.setPath(packagePath); + m_data = package.metadata(); + NextcloudController *helper = new NextcloudController(m_engine); + + connect(helper, &NextcloudController::wizardFinished, this, [this](const QString &username, const QString &password, const QVariantMap &data) { + m_engine->deleteLater(); + Q_EMIT success(username, password, data); + }); + + connect(helper, &NextcloudController::wizardCancelled, this, [this] { + m_engine->deleteLater(); + Q_EMIT canceled(); + }); + + m_engine->rootContext()->setContextProperty(QStringLiteral("helper"), helper); + m_engine->load(QUrl::fromLocalFile(package.filePath("mainscript"))); + + if (!m_data.isValid()) { + return; + } + + Q_EMIT uiReady(); + } +} + +void NextcloudWizard::setProviderName(const QString &providerName) +{ + Q_UNUSED(providerName) +} + +void NextcloudWizard::showNewAccountDialog() +{ + QWindow *window = qobject_cast(m_engine->rootObjects().first()); + if (window) { + window->setTransientParent(transientParent()); + window->show(); + window->requestActivate(); + window->setTitle(m_data.name()); + window->setIcon(QIcon::fromTheme(m_data.iconName())); + } +} + +void NextcloudWizard::showConfigureAccountDialog(const quint32 accountId) +{ + Q_UNUSED(accountId) +} + +QStringList NextcloudWizard::supportedServicesForConfig() const +{ + return QStringList(); +} diff --git a/plugins/nextcloud-ui/nextcloud.h b/plugins/nextcloud-ui/nextcloud.h new file mode 100644 index 0000000..c149b13 --- /dev/null +++ b/plugins/nextcloud-ui/nextcloud.h @@ -0,0 +1,42 @@ +/* + * SPDX-FileCopyrightText: 2019 Rituka Patwal + * SPDX-FileCopyrightText: 2015 Martin Klapetek + * SPDX-FileCopyrightText: 2012 Alejandro Fiestas Olivares + * + * SPDX-License-Identifier: GPL-2.0-or-later + */ + +#ifndef NEXTCLOUD_H +#define NEXTCLOUD_H + +#include +#include +#include + +#include + +class QQmlApplicationEngine; + +class NextcloudWizard : public KAccounts::KAccountsUiPlugin +{ + Q_OBJECT + Q_PLUGIN_METADATA(IID "org.kde.kaccounts.UiPlugin") + Q_INTERFACES(KAccounts::KAccountsUiPlugin) + +public: + explicit NextcloudWizard(QObject *parent = nullptr); + virtual ~NextcloudWizard(); + + virtual void init(KAccountsUiPlugin::UiType type) override; + virtual void setProviderName(const QString &providerName) override; + virtual void showNewAccountDialog() override; + virtual void showConfigureAccountDialog(const quint32 accountId) override; + virtual QStringList supportedServicesForConfig() const override; + +private: + QHash m_services; + QQmlApplicationEngine *m_engine; + KPluginMetaData m_data; +}; + +#endif // NEXTCLOUD_H diff --git a/plugins/nextcloud-ui/nextcloudcontroller.cpp b/plugins/nextcloud-ui/nextcloudcontroller.cpp new file mode 100644 index 0000000..e103e04 --- /dev/null +++ b/plugins/nextcloud-ui/nextcloudcontroller.cpp @@ -0,0 +1,204 @@ +/* + * SPDX-FileCopyrightText: 2019 Rituka Patwal + * SPDX-FileCopyrightText: 2015 Martin Klapetek + * + * SPDX-License-Identifier: GPL-2.0-or-later + */ + +#include "nextcloudcontroller.h" + +#include +#include +#include +#include +#include +#include + +#include +#include + +#include "../cloudurls.h" + +// Document for login flow : https://docs.nextcloud.com/server/stable/developer_manual/client_apis/LoginFlow/index.html + +void NextcloudUrlIntercepter::interceptRequest(QWebEngineUrlRequestInfo &info) +{ + info.setHttpHeader("OCS-APIREQUEST", "true"); +} + +NextcloudController::NextcloudController(QObject *parent) + : QObject(parent) + , m_webengineProfile(new QQuickWebEngineProfile(this)) +{ + m_webengineProfile->setUrlRequestInterceptor(&m_urlIntercepter); + m_webengineProfile->setHttpUserAgent(QStringLiteral("KAccounts Nextcloud Login")); + + QDesktopServices::setUrlHandler(QStringLiteral("nc"), this, "finalUrlHandler"); +} + +NextcloudController::~NextcloudController() +{ +} + +void NextcloudController::checkServer(const QString &path) +{ + m_errorMessage.clear(); + Q_EMIT errorMessageChanged(); + + checkServer(createStatusUrl(path)); +} + +// To check if url is correct +QCoro::Task NextcloudController::checkServer(const QUrl &url) +{ + setWorking(true); + + QNetworkRequest request(url); + request.setAttribute(QNetworkRequest::AutoDeleteReplyOnFinishAttribute, true); + + QNetworkReply *reply = m_nam.get(request); + + co_await qCoro(reply, &QNetworkReply::finished); + + if (reply->error() || reply->attribute(QNetworkRequest::HttpStatusCodeAttribute).toInt() != 200) { + wrongUrlDetected(); + co_return; + } + + QJsonDocument parser = QJsonDocument::fromJson(reply->readAll()); + QJsonObject map = parser.object(); + if (!map.contains(QStringLiteral("version"))) { + wrongUrlDetected(); + co_return; + } + + m_server = KIO::upUrl(request.url()).toString(); + + m_loginUrl = m_server + QStringLiteral("/index.php/login/flow"); + Q_EMIT loginUrlChanged(); + + m_state = WebLogin; + Q_EMIT stateChanged(); + + co_return; +} + +// When url entered by user is wrong +void NextcloudController::wrongUrlDetected() +{ + m_errorMessage = i18n("Unable to connect to Nextcloud at the given server URL. Please check the server URL."); + setWorking(false); + Q_EMIT errorMessageChanged(); +} + +// Open Webview for nextcloud login. + +void NextcloudController::finalUrlHandler(const QUrl &url) +{ + // url is of the form: nc://login/server:&user:&password: + + QUrlQuery urlQuery; + urlQuery.setQueryDelimiters(QLatin1Char(':'), QLatin1Char('&')); + urlQuery.setQuery(url.path(QUrl::FullyEncoded).mid(1)); + + m_username = urlQuery.queryItemValue(QStringLiteral("user"), QUrl::FullyDecoded); + m_password = urlQuery.queryItemValue(QStringLiteral("password"), QUrl::FullyDecoded); + + serverCheckResult(); +} + +void NextcloudController::setWorking(bool start) +{ + if (start == m_isWorking) { + return; + } + + m_isWorking = start; + Q_EMIT isWorkingChanged(); +} + +QCoro::Task NextcloudController::serverCheckResult() +{ + m_errorMessage.clear(); + + QUrl url(m_server); + url.setUserName(m_username); + url.setPassword(m_password); + url = url.adjusted(QUrl::StripTrailingSlash); + url.setPath(url.path() + QLatin1Char('/') + QLatin1String("remote.php/webdav")); + // Send a basic PROPFIND command to test access + const QByteArray requestData = + "" + "" + "" + "" + ""; + + QNetworkRequest request(url); + request.setRawHeader("Depth", "1"); + request.setAttribute(QNetworkRequest::AutoDeleteReplyOnFinishAttribute, true); + + auto reply = m_nam.sendCustomRequest(request, "PROPFIND", requestData); + + Q_EMIT errorMessageChanged(); + + co_await qCoro(reply, &QNetworkReply::finished); + + if (reply->error() != QNetworkReply::NoError) { + m_errorMessage = i18n("Unable to authenticate using the provided username and password"); + } else { + m_errorMessage.clear(); + m_state = Services; + Q_EMIT stateChanged(); + } + + Q_EMIT errorMessageChanged(); + + setWorking(false); +} + +bool NextcloudController::isWorking() +{ + return m_isWorking; +} + +QString NextcloudController::errorMessage() const +{ + return m_errorMessage; +} + +void NextcloudController::cancel() +{ + Q_EMIT wizardCancelled(); +} + +void NextcloudController::finish(const QStringList disabledServices) +{ + QVariantMap data; + data.insert(QStringLiteral("server"), m_server); + + QUrl serverUrl(m_server); + + QUrl carddavUrl(serverUrl.adjusted(QUrl::StripTrailingSlash)); + carddavUrl.setPath(carddavUrl.path() + QStringLiteral("/remote.php/carddav/addressbooks/%1").arg(m_username)); + + QUrl webdavUrl(serverUrl.adjusted(QUrl::StripTrailingSlash)); + webdavUrl.setPath(webdavUrl.path() + QStringLiteral("/remote.php/dav/files/%1").arg(m_username)); + + data.insert(QStringLiteral("dav/host"), serverUrl.host()); + data.insert(QStringLiteral("dav/storagePath"), webdavUrl.path()); + data.insert(QStringLiteral("dav/contactsPath"), carddavUrl.path()); + + for (const QString &service : disabledServices) { + data.insert(QStringLiteral("__service/") + service, false); + } + + Q_EMIT wizardFinished(m_username, m_password, data); +} + +QVariantList NextcloudController::availableServices() const +{ + // TODO Find a way to not hardcode this + return {QVariant::fromValue(Service{QStringLiteral("nextcloud-contacts"), i18n("Contacts"), i18n("Synchronize contacts")}), + QVariant::fromValue(Service{QStringLiteral("nextcloud-storage"), i18n("Storage"), i18n("Integrate into file manager")})}; +} diff --git a/plugins/nextcloud-ui/nextcloudcontroller.h b/plugins/nextcloud-ui/nextcloudcontroller.h new file mode 100644 index 0000000..a3a2569 --- /dev/null +++ b/plugins/nextcloud-ui/nextcloudcontroller.h @@ -0,0 +1,105 @@ +/* + * SPDX-FileCopyrightText: 2019 Rituka Patwal + * SPDX-FileCopyrightText: 2015 Martin Klapetek + * + * SPDX-License-Identifier: GPL-2.0-or-later + */ + +#ifndef QMLHELPER_H +#define QMLHELPER_H + +#include +#include +#include +#include +#include +#include + +#include + +namespace KIO +{ +class Job; +} + +class KJob; + +class Service +{ + Q_GADGET + Q_PROPERTY(QString id MEMBER m_id) + Q_PROPERTY(QString name MEMBER m_name) + Q_PROPERTY(QString description MEMBER m_description) + +public: + QString m_id; + QString m_name; + QString m_description; +}; + +class NextcloudUrlIntercepter : public QWebEngineUrlRequestInterceptor +{ + void interceptRequest(QWebEngineUrlRequestInfo &info) override; +}; + +class NextcloudController : public QObject +{ + Q_OBJECT + Q_PROPERTY(bool isWorking READ isWorking NOTIFY isWorkingChanged) + Q_PROPERTY(QString errorMessage READ errorMessage NOTIFY errorMessageChanged) + Q_PROPERTY(State state MEMBER m_state NOTIFY stateChanged) + Q_PROPERTY(QQuickWebEngineProfile *webengineProfile MEMBER m_webengineProfile CONSTANT) + Q_PROPERTY(QString loginUrl MEMBER m_loginUrl NOTIFY loginUrlChanged) + Q_PROPERTY(QVariantList availableServices READ availableServices CONSTANT) + +public: + enum State { + ServerUrl = 0, + WebLogin, + Services, + }; + Q_ENUM(State) + + NextcloudController(QObject *parent = nullptr); + ~NextcloudController(); + + Q_INVOKABLE void checkServer(const QString &server); + Q_INVOKABLE void finish(const QStringList disabledServices); + Q_INVOKABLE void cancel(); + bool isWorking(); + bool isLoginComplete(); + QString errorMessage() const; + QVariantList availableServices() const; + +Q_SIGNALS: + void isWorkingChanged(); + void errorMessageChanged(); + void wizardFinished(const QString &username, const QString &password, const QVariantMap &data); + void stateChanged(); + void loginUrlChanged(); + void wizardCancelled(); + +private Q_SLOTS: + void finalUrlHandler(const QUrl &url); + +private: + QCoro::Task checkServer(const QUrl &url); + void figureOutServer(const QUrl &url); + void setWorking(bool start); + QCoro::Task serverCheckResult(); + void wrongUrlDetected(); + + QString m_errorMessage; + QString m_server; + QString m_username; + QString m_password; + QStringList m_disabledServices; + bool m_isWorking = false; + State m_state = ServerUrl; + QQuickWebEngineProfile *m_webengineProfile; + NextcloudUrlIntercepter m_urlIntercepter; + QString m_loginUrl; + QNetworkAccessManager m_nam; +}; + +#endif // QMLHELPER_H diff --git a/plugins/nextcloud-ui/package/contents/ui/Server.qml b/plugins/nextcloud-ui/package/contents/ui/Server.qml new file mode 100644 index 0000000..cccf5fb --- /dev/null +++ b/plugins/nextcloud-ui/package/contents/ui/Server.qml @@ -0,0 +1,74 @@ +/* + * SPDX-FileCopyrightText: 2019 Rituka Patwal + * SPDX-FileCopyrightText: 2015 Martin Klapetek + * + * SPDX-License-Identifier: LGPL-2.0-or-later + */ + +import QtQuick 2.2 +import org.kde.kirigami 2.5 as Kirigami +import QtQuick.Layouts 1.12 +import QtQuick.Controls 2.5 + +Kirigami.Page { + title: i18n("Nextcloud Login") + + header: Kirigami.InlineMessage { + type: Kirigami.MessageType.Error + text: helper.errorMessage + visible: text.length > 0 + } + + Column { + + width: parent.width + height: childrenRect.height + anchors.centerIn: parent + visible: !busy.running + + Kirigami.Icon { + source: "kaccounts-nextcloud" + width: Kirigami.Units.gridUnit * 6 + height: width + anchors.horizontalCenter: form.horizontalCenter + } + + Item { + width: 1 + height: Kirigami.Units.gridUnit + } + + Kirigami.FormLayout { + id: form + width: parent.width + + TextField { + id: serverText + placeholderText: "https://nextcloud.provider.com" + inputMethodHints: Qt.ImhUrlCharactersOnly + Kirigami.FormData.label: i18n("Server address:") + } + } + } + + BusyIndicator { + id: busy + anchors.centerIn: parent + running: helper.isWorking + } + + footer: ToolBar { + RowLayout { + anchors.fill: parent + + Button { + text: i18n("Next") + Layout.alignment: Qt.AlignRight + enabled: serverText.text.length > 0 // TODO Do a more thorough validation of the URL + onClicked: { + helper.checkServer(serverText.text) + } + } + } + } +} diff --git a/plugins/nextcloud-ui/package/contents/ui/Services.qml b/plugins/nextcloud-ui/package/contents/ui/Services.qml new file mode 100644 index 0000000..00a15a9 --- /dev/null +++ b/plugins/nextcloud-ui/package/contents/ui/Services.qml @@ -0,0 +1,58 @@ +/* + * SPDX-FileCopyrightText: 2019 Rituka Patwal + * SPDX-FileCopyrightText: 2015 Martin Klapetek + * + * SPDX-License-Identifier: LGPL-2.0-or-later + */ + +import QtQuick 2.2 +import org.kde.kirigami as Kirigami +import org.kde.kirigami.delegates as KD +import QtQuick.Layouts 1.12 +import QtQuick.Controls 2.5 + +Kirigami.ScrollablePage { + id: root + title: i18n("Services") + + property var disabledServices: [] + + ListView { + model: helper.availableServices + + clip: true + + delegate: KD.CheckSubtitleDelegate { + width: ListView.view.width + text: modelData.name + subtitle: modelData.description + + highlighted: pressed || down + + onToggled: { + if (checked) { + const idx = root.disabledServices.indexOf(modelData.id); + if (idx > -1) { + root.disabledServices.splice(idx, 1); + } + } else { + root.disabledServices.push(modelData.id) + } + } + } + } + + footer: ToolBar { + RowLayout { + anchors.fill: parent + + Button { + text: i18n("Finish") + Layout.alignment: Qt.AlignRight + onClicked: { + helper.finish(root.disabledServices) + } + } + } + } +} diff --git a/plugins/nextcloud-ui/package/contents/ui/WebLogin.qml b/plugins/nextcloud-ui/package/contents/ui/WebLogin.qml new file mode 100644 index 0000000..2c757fa --- /dev/null +++ b/plugins/nextcloud-ui/package/contents/ui/WebLogin.qml @@ -0,0 +1,28 @@ +/* + * SPDX-FileCopyrightText: 2019 Rituka Patwal + * SPDX-FileCopyrightText: 2015 Martin Klapetek + * + * SPDX-License-Identifier: LGPL-2.0-or-later + */ + +import QtQuick 2.2 +import QtQuick.Layouts 1.12 +import QtQuick.Controls 2.5 +import QtWebEngine 1.10 + +import org.kde.kirigami 2.5 as Kirigami + +Kirigami.Page { + + globalToolBarStyle: Kirigami.ApplicationHeaderStyle.None + leftPadding: 0 + rightPadding: 0 + topPadding: 0 + bottomPadding: 0 + + WebEngineView { + anchors.fill: parent + url: helper.loginUrl + profile: helper.webengineProfile + } +} diff --git a/plugins/nextcloud-ui/package/contents/ui/main.qml b/plugins/nextcloud-ui/package/contents/ui/main.qml new file mode 100644 index 0000000..b14f9df --- /dev/null +++ b/plugins/nextcloud-ui/package/contents/ui/main.qml @@ -0,0 +1,41 @@ +/* + * SPDX-FileCopyrightText: 2019 Rituka Patwal + * SPDX-FileCopyrightText: 2015 Martin Klapetek + * + * SPDX-License-Identifier: LGPL-2.0-or-later + */ + +import QtQuick 2.2 +import QtQuick.Layouts 1.12 +import QtQuick.Controls 2.5 + +import org.kde.kirigami 2.5 as Kirigami +import org.kde.kaccounts.nextcloud 1.0 + +Kirigami.ApplicationWindow { + id: ncAccountRoot + + // Minimum size at which the web login UI looks okay + minimumWidth: Kirigami.Units.gridUnit * 20 // matches the width of the PinePhone + minimumHeight: Kirigami.Units.gridUnit * 35 + width: Kirigami.Units.gridUnit * 24 // making it a bit larger if available to make it more pleasant + height: minimumHeight + + pageStack.initialPage: Qt.resolvedUrl("Server.qml"); + + onClosing: { + helper.cancel() + } + + Connections { + target: helper + + function onStateChanged() { + if (helper.state === NextcloudController.WebLogin) { + ncAccountRoot.pageStack.replace(Qt.resolvedUrl("WebLogin.qml")) + } else if (helper.state === NextcloudController.Services) { + ncAccountRoot.pageStack.replace(Qt.resolvedUrl("Services.qml")) + } + } + } +} diff --git a/plugins/nextcloud-ui/package/metadata.desktop b/plugins/nextcloud-ui/package/metadata.desktop new file mode 100644 index 0000000..6eb45aa --- /dev/null +++ b/plugins/nextcloud-ui/package/metadata.desktop @@ -0,0 +1,105 @@ +[Desktop Entry] +Name=Nextcloud +Name[ar]=نِكست‌كلاود +Name[ast]=Nextcloud +Name[az]=Nextcloud +Name[bg]=Nextcloud +Name[ca]=Nextcloud +Name[ca@valencia]=Nextcloud +Name[cs]=NextCloud +Name[da]=Nextcloud +Name[de]=Nextcloud +Name[el]=Nextcloud +Name[en_GB]=Nextcloud +Name[eo]=Nextcloud +Name[es]=Nextcloud +Name[et]=Nextcloud +Name[eu]=Nextcloud +Name[fi]=Nextcloud +Name[fr]=Nextcloud +Name[gl]=Nextcloud +Name[he]=Nextcloud +Name[hi]=Nextcloud +Name[hu]=Nextcloud +Name[ia]=Nextcloud +Name[id]=Nextcloud +Name[it]=Nextcloud +Name[ka]=Nextcloud +Name[ko]=Nextcloud +Name[lt]=Nextcloud +Name[lv]=Nextcloud +Name[nl]=Nextcloud +Name[nn]=Nextcloud +Name[pa]=Nextcloud +Name[pl]=Nextcloud +Name[pt]=Nextcloud +Name[pt_BR]=Nextcloud +Name[ro]=Nextcloud +Name[ru]=Nextcloud +Name[sa]=Nextcloud इति +Name[sk]=Nextcloud +Name[sl]=Nextcloud +Name[sv]=Nextcloud +Name[tr]=Nextcloud +Name[uk]=Nextcloud +Name[x-test]=xxNextcloudxx +Name[zh_CN]=Nextcloud +Name[zh_TW]=Nextcloud +Comment=Use Nextcloud with KAccounts +Comment[ar]=استخدم نِكست‌كلاود مع حساباتك +Comment[az]=Nextcloud'u KAccounts ilə istifadə etmək +Comment[bg]=Използване на Nextcloud с KAccounts +Comment[ca]=Usa Nextcloud amb KAccounts +Comment[ca@valencia]=Utilitza Nextcloud amb KAccounts +Comment[cs]=Použít NextCloud s KAccounts +Comment[da]=Brug NextCloud med KAccounts +Comment[de]=Nextcloud mit KAccounts benutzen +Comment[el]=Χρήση Nextcloud με KAccounts +Comment[en_GB]=Use Nextcloud with KAccounts +Comment[eo]=Uzi Nextcloud kun KAccounts +Comment[es]=Usar Nextcloud con KAccounts +Comment[et]=Nextcloudi kasutamine KAccountsiga +Comment[eu]=Erabili NextCloud KAccounts-ekin +Comment[fi]=Käytä Nextcloudia KAccountsissa +Comment[fr]=Utiliser Nextcloud avec KAccounts +Comment[gl]=Usar Nextcloud con KAccounts +Comment[he]=להשתמש ב־Nextcloud עם KAccounts +Comment[hi]=KAccounts के साथ Nextcloud प्रयोग करें +Comment[hu]=NextCloud használata a KAccounts-cal +Comment[ia]=Usa NextCloud con KAccounts +Comment[id]=Gunakan Nextcloud menggunakan KAccounts +Comment[it]=Usa Nextcloud con KAccounts +Comment[ka]=NextCloud-ის KAccounts-თან ერთად გამოყენება +Comment[ko]=KAccounts에서 Nextcloud 사용하기 +Comment[lt]=Naudoti Nextcoud su KAccounts +Comment[lv]=Lietojiet „Nextcloud“ ar „KAccounts“ +Comment[nl]=Nextcloud met KAccounts gebruiken +Comment[nn]=Bruk Nextcloud med KAccounts +Comment[pa]=KAccounts ਨਾਲ Nextcloud ਵਰਤੋਂ +Comment[pl]=Używaj Nextcloud z KAccounts +Comment[pt]=Usar a Nextcloud com o KAccounts +Comment[pt_BR]=Usar Nextcloud com o KAccounts +Comment[ro]=Folosește Nextcloud cu KAccounts +Comment[ru]=Доступ к Nextcloud посредством KAccounts +Comment[sa]=KAccounts इत्यनेन सह Nextcloud इत्यस्य उपयोगं कुर्वन्तु +Comment[sk]=Použije účet Nextcloud s aplikáciou KAccounts +Comment[sl]=Uporabi Nextcloud s KAccounts +Comment[sv]=Använd Nextcloud med Kaccounts +Comment[tr]=Nextcloud’u KAccounts ile birlikte kullan +Comment[uk]=Використання Nextcloud з KAccounts +Comment[x-test]=xxUse Nextcloud with KAccountsxx +Comment[zh_CN]=通过 KAccounts 使用 Nextcloud +Comment[zh_TW]=以 KAccounts 使用 Nextcloud +Encoding=UTF-8 +Type=Service +Icon=applications-internet +X-KDE-PluginInfo-Author=Rituka Patwal +X-KDE-PluginInfo-Email=ritukapatwal21@gmail.com +X-KDE-PluginInfo-Name=nextcloud_kaccounts_ui +X-KDE-PluginInfo-Version=1.0 +X-KDE-PluginInfo-Website=https://kde.org +X-KDE-PluginInfo-Category=Network +X-KDE-PluginInfo-License=GPL +X-KDE-PluginInfo-EnabledByDefault=true +X-KDE-FormFactors=handset,tablet,mediacenter +X-Plasma-MainScript=ui/main.qml diff --git a/plugins/nextcloud-ui/sc-apps-kaccounts-nextcloud.svg b/plugins/nextcloud-ui/sc-apps-kaccounts-nextcloud.svg new file mode 100644 index 0000000..1a4d3d8 --- /dev/null +++ b/plugins/nextcloud-ui/sc-apps-kaccounts-nextcloud.svg @@ -0,0 +1,121 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + diff --git a/plugins/owncloud-ui/256-apps-kaccounts-owncloud.png b/plugins/owncloud-ui/256-apps-kaccounts-owncloud.png new file mode 100644 index 0000000..ec0ecdb Binary files /dev/null and b/plugins/owncloud-ui/256-apps-kaccounts-owncloud.png differ diff --git a/plugins/owncloud-ui/CMakeLists.txt b/plugins/owncloud-ui/CMakeLists.txt new file mode 100644 index 0000000..030de8c --- /dev/null +++ b/plugins/owncloud-ui/CMakeLists.txt @@ -0,0 +1,25 @@ +add_library(owncloud_plugin_kaccounts MODULE + owncloud.cpp + owncloudcontroller.cpp +) + +target_link_libraries(owncloud_plugin_kaccounts + Qt::Core + Qt::Qml + KF6::KIOCore + KF6::I18n + KF6::Package + KAccounts6 +) + +install(TARGETS owncloud_plugin_kaccounts + DESTINATION ${KDE_INSTALL_PLUGINDIR}/kaccounts/ui +) +kpackage_install_package(package org.kde.kaccounts.owncloud genericqml) + +ecm_install_icons( +ICONS + 256-apps-kaccounts-owncloud.png +DESTINATION + ${KDE_INSTALL_ICONDIR} +) diff --git a/plugins/owncloud-ui/owncloud.cpp b/plugins/owncloud-ui/owncloud.cpp new file mode 100644 index 0000000..750398a --- /dev/null +++ b/plugins/owncloud-ui/owncloud.cpp @@ -0,0 +1,91 @@ +/* + * SPDX-FileCopyrightText: 2012 Alejandro Fiestas Olivares + * SPDX-FileCopyrightText: 2015 Martin Klapetek + * + * SPDX-License-Identifier: GPL-2.0-or-later + */ + +#include "owncloud.h" +#include "owncloudcontroller.h" + +#include +#include +#include + +#include +#include +#include + +OwnCloudWizard::OwnCloudWizard(QObject *parent) + : KAccountsUiPlugin(parent) +{ + qmlRegisterUncreatableType("org.kde.kaccounts.owncloud", 1, 0, "OwncloudController", QStringLiteral("Only for enums")); +} + +OwnCloudWizard::~OwnCloudWizard() +{ +} + +void OwnCloudWizard::init(KAccountsUiPlugin::UiType type) +{ + if (type == KAccountsUiPlugin::NewAccountDialog) { + const QString packagePath(QStringLiteral("org.kde.kaccounts.owncloud")); + m_engine = new QQmlApplicationEngine(this); + + auto ctx = new KLocalizedContext(m_engine); + ctx->setTranslationDomain(packagePath); + m_engine->rootContext()->setContextObject(ctx); + + KPackage::Package package = KPackage::PackageLoader::self()->loadPackage(QStringLiteral("KPackage/GenericQML")); + package.setPath(packagePath); + m_data = package.metadata(); + + OwncloudController *helper = new OwncloudController(m_engine); + + connect(helper, &OwncloudController::wizardFinished, this, [this](const QString &username, const QString &password, const QVariantMap &data) { + m_engine->deleteLater(); + Q_EMIT success(username, password, data); + }); + + connect(helper, &OwncloudController::wizardCancelled, this, [this] { + m_engine->deleteLater(); + Q_EMIT canceled(); + }); + + m_engine->rootContext()->setContextProperty(QStringLiteral("helper"), helper); + m_engine->load(QUrl::fromLocalFile(package.filePath("mainscript"))); + + if (!m_data.isValid()) { + return; + } + + Q_EMIT uiReady(); + } +} + +void OwnCloudWizard::setProviderName(const QString &providerName) +{ + Q_UNUSED(providerName) +} + +void OwnCloudWizard::showNewAccountDialog() +{ + QWindow *window = qobject_cast(m_engine->rootObjects().first()); + if (window) { + window->setTransientParent(transientParent()); + window->show(); + window->requestActivate(); + window->setTitle(m_data.name()); + window->setIcon(QIcon::fromTheme(m_data.iconName())); + } +} + +void OwnCloudWizard::showConfigureAccountDialog(const quint32 accountId) +{ + Q_UNUSED(accountId) +} + +QStringList OwnCloudWizard::supportedServicesForConfig() const +{ + return QStringList(); +} diff --git a/plugins/owncloud-ui/owncloud.h b/plugins/owncloud-ui/owncloud.h new file mode 100644 index 0000000..6458ba8 --- /dev/null +++ b/plugins/owncloud-ui/owncloud.h @@ -0,0 +1,41 @@ +/* + * SPDX-FileCopyrightText: 2012 Alejandro Fiestas Olivares + * SPDX-FileCopyrightText: 2015 Martin Klapetek + * + * SPDX-License-Identifier: GPL-2.0-or-later + */ + +#ifndef OWNCLOUD_H +#define OWNCLOUD_H + +#include +#include +#include + +#include + +class QQmlApplicationEngine; + +class OwnCloudWizard : public KAccounts::KAccountsUiPlugin +{ + Q_OBJECT + Q_PLUGIN_METADATA(IID "org.kde.kaccounts.UiPlugin") + Q_INTERFACES(KAccounts::KAccountsUiPlugin) + +public: + explicit OwnCloudWizard(QObject *parent = nullptr); + virtual ~OwnCloudWizard(); + + virtual void init(KAccountsUiPlugin::UiType type) override; + virtual void setProviderName(const QString &providerName) override; + virtual void showNewAccountDialog() override; + virtual void showConfigureAccountDialog(const quint32 accountId) override; + virtual QStringList supportedServicesForConfig() const override; + +private: + QHash m_services; + QQmlApplicationEngine *m_engine; + KPluginMetaData m_data; +}; + +#endif // OWNCLOUD_H diff --git a/plugins/owncloud-ui/owncloudcontroller.cpp b/plugins/owncloud-ui/owncloudcontroller.cpp new file mode 100644 index 0000000..ebc0209 --- /dev/null +++ b/plugins/owncloud-ui/owncloudcontroller.cpp @@ -0,0 +1,232 @@ +/* + * SPDX-FileCopyrightText: 2015 Martin Klapetek + * + * SPDX-License-Identifier: GPL-2.0-or-later + */ + +#include "owncloudcontroller.h" + +#include +#include +#include +#include + +#include +#include +#include +#include +#include + +#include "../cloudurls.h" + +OwncloudController::OwncloudController(QObject *parent) + : QObject(parent) + , m_errorMessage(QString()) + , m_isWorking(false) +{ +} + +OwncloudController::~OwncloudController() +{ +} + +void OwncloudController::checkServer(const QString &username, const QString &password, const QString &path) +{ + m_errorMessage.clear(); + Q_EMIT errorMessageChanged(); + + m_username = username; + m_password = password; + + checkServer(createStatusUrl(path)); +} + +void OwncloudController::checkServer(const QUrl &url) +{ + qDebug() << "Checking for ownCloud instance at" << url; + setWorking(true); + KIO::TransferJob *job = KIO::get(url, KIO::NoReload, KIO::HideProgressInfo); + job->setUiDelegate(nullptr); + connect(job, SIGNAL(data(KIO::Job *, QByteArray)), SLOT(dataReceived(KIO::Job *, QByteArray))); + connect(job, SIGNAL(finished(KJob *)), this, SLOT(fileChecked(KJob *))); +} + +void OwncloudController::figureOutServer(const QUrl &url) +{ + if (/*url == QLatin1String("/") ||*/ url.isEmpty()) { + serverCheckResult(false); + return; + } + + m_json.clear(); + + qDebug() << "Received url to figure out:" << url; + // This needs 2x up cause first it just removes the status.php + // and only the second call actually moves up + QUrl urlUp = KIO::upUrl(KIO::upUrl(url)); + urlUp.setPath(urlUp.path() + QLatin1Char('/') + QStringLiteral("status.php")); + + if (urlUp != url) { + checkServer(urlUp.adjusted(QUrl::NormalizePathSegments)); + } else { + serverCheckResult(false); + } +} + +void OwncloudController::dataReceived(KIO::Job *job, const QByteArray &data) +{ + Q_UNUSED(job); + m_json.append(data); +} + +void OwncloudController::fileChecked(KJob *job) +{ + KIO::TransferJob *kJob = qobject_cast(job); + if (kJob->error()) { + qDebug() << job->errorString(); + qDebug() << job->errorText(); + figureOutServer(kJob->url()); + return; + } + + QJsonDocument parser = QJsonDocument::fromJson(m_json); + QJsonObject map = parser.object(); + if (!map.contains(QStringLiteral("version"))) { + figureOutServer(kJob->url()); + qDebug() << "No json"; + return; + } + + m_server = kJob->url().adjusted(QUrl::RemoveFilename).toString(); + qDebug() << "ownCloud appears to be running at the specified URL"; + serverCheckResult(true); +} + +void OwncloudController::setWorking(bool start) +{ + if (start == m_isWorking) { + return; + } + + m_isWorking = start; + Q_EMIT isWorkingChanged(); +} + +void OwncloudController::serverCheckResult(bool result) +{ + if (!result) { + m_errorMessage = i18n("Unable to connect to ownCloud at the given server URL. Please check the server URL."); + setWorking(false); + } else { + m_errorMessage.clear(); + + qDebug() << "Server URL ok, checking auth..."; + + m_json.clear(); + + QUrl url(m_server); + + url.setUserName(m_username); + url.setPassword(m_password); + + if (!url.path().endsWith(QLatin1String("/"))) { + url.setPath(url.path() + QLatin1Char('/')); + } + + url.setPath(url.path() + QLatin1String("remote.php/webdav")); + + // Send a basic PROPFIND command to test access + const QString requestStr = QStringLiteral( + "" + "" + "" + "" + ""); + + KIO::DavJob *job = KIO::davPropFind(url, QDomDocument(requestStr).toString(), QStringLiteral("1"), KIO::HideProgressInfo); + connect(job, SIGNAL(finished(KJob *)), this, SLOT(authCheckResult(KJob *))); + connect(job, SIGNAL(data(KIO::Job *, QByteArray)), SLOT(dataReceived(KIO::Job *, QByteArray))); + + QVariantMap metadata{ + {QStringLiteral("cookies"), QStringLiteral("none")}, + {QStringLiteral("no-cache"), true}, + }; + + job->setMetaData(metadata); + job->setUiDelegate(nullptr); + job->start(); + } + + Q_EMIT errorMessageChanged(); +} + +void OwncloudController::authCheckResult(KJob *job) +{ + if (job->error()) { + qDebug() << job->errorString(); + qDebug() << job->errorText(); + } + + KIO::DavJob *kJob = qobject_cast(job); + qDebug() << "Auth job finished, received error page:" << kJob->isErrorPage(); + + if (kJob->isErrorPage()) { + m_errorMessage = i18n("Unable to authenticate using the provided username and password"); + } else { + m_errorMessage.clear(); + } + + Q_EMIT errorMessageChanged(); + + if (!kJob->isErrorPage()) { + m_state = Services; + Q_EMIT stateChanged(); + } + + setWorking(false); +} + +bool OwncloudController::isWorking() +{ + return m_isWorking; +} + +QString OwncloudController::errorMessage() const +{ + return m_errorMessage; +} + +void OwncloudController::finish(const QStringList &disabledServices) +{ + QVariantMap data; + data.insert(QStringLiteral("server"), m_server); + + for (const QString &service : disabledServices) { + data.insert(QStringLiteral("__service/") + service, false); + } + + QUrl serverUrl(m_server); + + QUrl carddavUrl(serverUrl.adjusted(QUrl::StripTrailingSlash)); + carddavUrl.setPath(carddavUrl.path() + QStringLiteral("/remote.php/carddav/addressbooks/%1").arg(m_username)); + + QUrl webdavUrl(serverUrl.adjusted(QUrl::StripTrailingSlash)); + webdavUrl.setPath(webdavUrl.path() + QStringLiteral("/remote.php/webdav")); + + data.insert(QStringLiteral("carddavUrl"), carddavUrl); + data.insert(QStringLiteral("dav/host"), carddavUrl.host()); + data.insert(QStringLiteral("dav/storagePath"), webdavUrl.path()); + + Q_EMIT wizardFinished(m_username, m_password, data); +} + +void OwncloudController::cancel() +{ + Q_EMIT wizardCancelled(); +} + +QVariantList OwncloudController::availableServices() const +{ + // TODO Find a way to not hardcode this + return {QVariant::fromValue(Service{QStringLiteral("owncloud-storage"), i18n("Storage"), i18n("Storage integration")})}; +} diff --git a/plugins/owncloud-ui/owncloudcontroller.h b/plugins/owncloud-ui/owncloudcontroller.h new file mode 100644 index 0000000..5757e8b --- /dev/null +++ b/plugins/owncloud-ui/owncloudcontroller.h @@ -0,0 +1,87 @@ +/* + * SPDX-FileCopyrightText: 2015 Martin Klapetek + * + * SPDX-License-Identifier: GPL-2.0-or-later + */ + +#ifndef QMLHELPER_H +#define QMLHELPER_H + +#include +#include +#include + +namespace KIO +{ +class Job; +} +class KJob; + +class Service +{ + Q_GADGET + Q_PROPERTY(QString id MEMBER m_id) + Q_PROPERTY(QString name MEMBER m_name) + Q_PROPERTY(QString description MEMBER m_description) + +public: + QString m_id; + QString m_name; + QString m_description; +}; + +class OwncloudController : public QObject +{ + Q_OBJECT + Q_PROPERTY(State state MEMBER m_state NOTIFY stateChanged) + Q_PROPERTY(bool isWorking READ isWorking NOTIFY isWorkingChanged) + Q_PROPERTY(QString errorMessage READ errorMessage NOTIFY errorMessageChanged) + Q_PROPERTY(QVariantList availableServices READ availableServices CONSTANT) + +public: + enum State { + Server = 0, + Services, + }; + Q_ENUM(State) + + explicit OwncloudController(QObject *parent = nullptr); + ~OwncloudController(); + + Q_INVOKABLE void checkServer(const QString &username, const QString &password, const QString &server); + Q_INVOKABLE void finish(const QStringList &disabledServices); + Q_INVOKABLE void cancel(); + bool isWorking(); + QString errorMessage() const; + State state() const; + QVariantList availableServices() const; + +Q_SIGNALS: + void isWorkingChanged(); + void errorMessageChanged(); + void wizardFinished(const QString &username, const QString &password, const QVariantMap &data); + void stateChanged(); + void wizardCancelled(); + +private Q_SLOTS: + void fileChecked(KJob *job); + void dataReceived(KIO::Job *job, const QByteArray &data); + void authCheckResult(KJob *job); + +private: + void checkServer(const QUrl &url); + void figureOutServer(const QUrl &url); + void setWorking(bool start); + void serverCheckResult(bool result); + + QByteArray m_json; + QString m_errorMessage; + QString m_server; + QString m_username; + QString m_password; + QStringList m_disabledServices; + bool m_isWorking; + State m_state = Server; +}; + +#endif // QMLHELPER_H diff --git a/plugins/owncloud-ui/package/contents/ui/Server.qml b/plugins/owncloud-ui/package/contents/ui/Server.qml new file mode 100644 index 0000000..a559939 --- /dev/null +++ b/plugins/owncloud-ui/package/contents/ui/Server.qml @@ -0,0 +1,85 @@ +/* + * SPDX-FileCopyrightText: 2020 Nicolas Fella + * SPDX-FileCopyrightText: 2019 Rituka Patwal + * SPDX-FileCopyrightText: 2015 Martin Klapetek + * + * SPDX-License-Identifier: LGPL-2.0-or-later + */ + +import QtQuick 2.2 +import org.kde.kirigami 2.8 as Kirigami +import QtQuick.Layouts 1.12 +import QtQuick.Controls 2.5 + +Kirigami.Page { + title: i18n("ownCloud Login") + + header: Kirigami.InlineMessage { + type: Kirigami.MessageType.Error + text: helper.errorMessage + visible: text.length > 0 + } + + Column { + + width: parent.width + height: childrenRect.height + anchors.centerIn: parent + visible: !busy.running + + Kirigami.Icon { + source: "kaccounts-owncloud" + width: Kirigami.Units.gridUnit * 6 + height: width + anchors.horizontalCenter: form.horizontalCenter + } + + Item { + width: 1 + height: Kirigami.Units.gridUnit + } + + Kirigami.FormLayout { + id: form + width: parent.width + + TextField { + id: nameText + Kirigami.FormData.label: i18n("Username:") + } + + Kirigami.PasswordField { + id: passwordText + Kirigami.FormData.label: i18n("Password:") + } + + TextField { + id: serverText + placeholderText: "https://owncloud.provider.com" + inputMethodHints: Qt.ImhUrlCharactersOnly + Kirigami.FormData.label: i18n("Server address:") + } + } + } + + BusyIndicator { + id: busy + anchors.centerIn: parent + running: helper.isWorking + } + + footer: ToolBar { + RowLayout { + anchors.fill: parent + + Button { + text: i18n("Next") + Layout.alignment: Qt.AlignRight + enabled: serverText.text.length > 0 && nameText.text.length > 0 && passwordText.text.length > 0 // TODO Do a more thorough validation of the URL + onClicked: { + helper.checkServer(nameText.text, passwordText.text, serverText.text); + } + } + } + } +} diff --git a/plugins/owncloud-ui/package/contents/ui/Services.qml b/plugins/owncloud-ui/package/contents/ui/Services.qml new file mode 100644 index 0000000..898bd14 --- /dev/null +++ b/plugins/owncloud-ui/package/contents/ui/Services.qml @@ -0,0 +1,60 @@ +/* + * SPDX-FileCopyrightText: 2020 Nicolas Fella + * SPDX-FileCopyrightText: 2019 Rituka Patwal + * SPDX-FileCopyrightText: 2015 Martin Klapetek + * + * SPDX-License-Identifier: LGPL-2.0-or-later + */ + +import QtQuick 2.2 +import org.kde.kirigami as Kirigami +import org.kde.kirigami.delegates as KD +import QtQuick.Layouts 1.12 +import QtQuick.Controls 2.5 + +Kirigami.ScrollablePage { + id: root + title: i18n("Services") + + property var disabledServices: [] + + ListView { + model: helper.availableServices + + clip: true + + delegate: KD.CheckSubtitleDelegate { + width: ListView.view.width + + text: modelData.name + subtitle: modelData.description + + highlighted: pressed || down + + onToggled: { + if (checked) { + const idx = root.disabledServices.indexOf(modelData.id); + if (idx > -1) { + root.disabledServices.splice(idx, 1); + } + } else { + root.disabledServices.push(modelData.id); + } + } + } + } + + footer: ToolBar { + RowLayout { + anchors.fill: parent + + Button { + text: i18n("Finish") + Layout.alignment: Qt.AlignRight + onClicked: { + helper.finish(root.disabledServices) + } + } + } + } +} diff --git a/plugins/owncloud-ui/package/contents/ui/main.qml b/plugins/owncloud-ui/package/contents/ui/main.qml new file mode 100644 index 0000000..5a0d3b8 --- /dev/null +++ b/plugins/owncloud-ui/package/contents/ui/main.qml @@ -0,0 +1,40 @@ +/* + * SPDX-FileCopyrightText: 2020 Nicolas Fella + * SPDX-FileCopyrightText: 2019 Rituka Patwal + * SPDX-FileCopyrightText: 2015 Martin Klapetek + * + * SPDX-License-Identifier: LGPL-2.0-or-later + */ + +import QtQuick 2.2 +import QtQuick.Layouts 1.12 +import QtQuick.Controls 2.5 + +import org.kde.kirigami 2.5 as Kirigami +import org.kde.kaccounts.owncloud 1.0 + +Kirigami.ApplicationWindow { + id: ocAccountRoot + + // Minimum size at which the UI looks okay + minimumWidth: Kirigami.Units.gridUnit * 20 // matches the width of the PinePhone + minimumHeight: Kirigami.Units.gridUnit * 35 + width: Kirigami.Units.gridUnit * 24 // making it a bit larger if available to make it more pleasant + height: minimumHeight + + pageStack.initialPage: Qt.resolvedUrl("Server.qml"); + + onClosing: { + helper.cancel() + } + + Connections { + target: helper + + function onStateChanged() { + if (helper.state === OwncloudController.Services) { + ocAccountRoot.pageStack.replace(Qt.resolvedUrl("Services.qml")) + } + } + } +} diff --git a/plugins/owncloud-ui/package/metadata.desktop b/plugins/owncloud-ui/package/metadata.desktop new file mode 100644 index 0000000..0e6534d --- /dev/null +++ b/plugins/owncloud-ui/package/metadata.desktop @@ -0,0 +1,105 @@ +[Desktop Entry] +Name=ownCloud +Name[ar]=ownCloud +Name[az]=ownCloud +Name[bg]=ownCloud +Name[ca]=ownCloud +Name[ca@valencia]=ownCloud +Name[cs]=ownCloud +Name[de]=ownCloud +Name[el]=ownCloud +Name[en_GB]=ownCloud +Name[eo]=ownCloud +Name[es]=ownCloud +Name[eu]=ownCloud +Name[fi]=ownCloud +Name[fr]=OwnCloud +Name[gl]=ownCloud +Name[he]=ownCloud +Name[hu]=ownCloud +Name[ia]=ownCloud +Name[id]=ownCloud +Name[it]=ownCloud +Name[ka]=ownCloud +Name[ko]=ownCloud +Name[lt]=ownCloud +Name[lv]=ownCloud +Name[nl]=ownCloud +Name[nn]=ownCloud +Name[pa]=ownCloud +Name[pl]=ownCloud +Name[pt]=ownCloud +Name[pt_BR]=ownCloud +Name[ro]=ownCloud +Name[ru]=ownCloud +Name[sa]=ownCloud इति +Name[sk]=ownCloud +Name[sl]=ownCloud +Name[sv]=ownCloud +Name[tr]=ownCloud +Name[uk]=ownCloud +Name[x-test]=xxownCloudxx +Name[zh_CN]=ownCloud +Name[zh_TW]=ownCloud +Comment=Use OwnCloud with KAccounts +Comment[ar]=استخدم ownCloud مع حساباتك +Comment[az]=OwnCloud'u KAccounts ilə istifadə etmək +Comment[bg]=Използване на OwnCloud с KAccounts +Comment[ca]=Usa ownCloud amb KAccounts +Comment[ca@valencia]=Utilitza ownCloud amb KAccounts +Comment[cs]=Použít ownCloud s KAccounts +Comment[da]=Brug OwnCloud med KAccounts +Comment[de]=OwnCloud mit KAccounts benutzen +Comment[el]=Χρήση OwnCloud με KAccounts +Comment[en_GB]=Use OwnCloud with KAccounts +Comment[eo]=Uzi OwnCloud kun KAccounts +Comment[es]=Usar OwnCloud con KAccounts +Comment[et]=OwnCloudi kasutamine KAccountsiga +Comment[eu]=Erabili OwnCloud KAccounts-ekin +Comment[fi]=Käytä Owncloudia KAccountsissa +Comment[fr]=Utiliser « OwnCloud » avec KAccounts +Comment[gl]=Usar OwnCloud con KAccounts. +Comment[he]=להשתמש ב־OwnCloud עם KAccounts +Comment[hi]=KAccounts के साथOwnCloud प्रयोग करें +Comment[hu]=OwnCloud használata a KAccounts-cal +Comment[ia]=Usa OwnCloud con KAccounts +Comment[id]=Gunakan ownCloud menggunakan KAccounts +Comment[it]=Usa OwnCloud con KAccounts +Comment[ka]=OwnCloud-ის KAccounts-თან ერთად გამოყენება +Comment[ko]=KAccounts에서 OwnCloud 사용하기 +Comment[lt]=Naudoti OwnCloud su KAccounts +Comment[lv]=Lietojiet OwnCloud ar „KAccounts“ +Comment[nl]=OwnCloud met KAccounts gebruiken +Comment[nn]=Bruk OwnCloud med KAccounts +Comment[pa]=KAccounts ਨਾਲ OwnCloud ਵਰਤੋਂ +Comment[pl]=Używaj ownCloud z KAccounts +Comment[pt]=Usar o OwnCloud com o KAccounts +Comment[pt_BR]=Usar OwnCloud com o KAccounts +Comment[ro]=Folosește OwnCloud cu KAccounts +Comment[ru]=Доступ к ownCloud посредством KAccounts +Comment[sa]=KAccounts इत्यनेन सह OwnCloud इत्यस्य उपयोगं कुर्वन्तु +Comment[sk]=Použije účet OwnCloud s aplikáciou KAccounts +Comment[sl]=Uporabi OwnCloud s KAccounts +Comment[sr]=Користите Оунклауд са К‑налозима +Comment[sr@ijekavian]=Користите Оунклауд са К‑налозима +Comment[sr@ijekavianlatin]=Koristite ownCloud sa K‑nalozima +Comment[sr@latin]=Koristite ownCloud sa K‑nalozima +Comment[sv]=Använd ownCloud med Kaccounts +Comment[tr]=ownCloud’u KAccounts ile birlikte kullan +Comment[uk]=Використання OwnCloud з KAccounts +Comment[x-test]=xxUse OwnCloud with KAccountsxx +Comment[zh_CN]=通过 KAccounts 使用 OwnCloud +Comment[zh_TW]=以 KAccounts 使用 OwnCloud +Encoding=UTF-8 +Type=Service +Icon=applications-internet +X-KDE-PluginInfo-Author=Martin Klapetek +X-KDE-PluginInfo-Email=mklapetek@kde.org +X-KDE-PluginInfo-Name=owncloud_kaccounts_ui +X-KDE-PluginInfo-Version=1.0 +X-KDE-PluginInfo-Website=https://kde.org +X-KDE-PluginInfo-Category=Network +X-KDE-PluginInfo-License=GPL +X-KDE-PluginInfo-EnabledByDefault=true +X-KDE-FormFactors=handset,tablet,mediacenter +X-Plasma-MainScript=ui/main.qml diff --git a/po/ar/kaccounts-providers.po b/po/ar/kaccounts-providers.po new file mode 100644 index 0000000..6eab8df --- /dev/null +++ b/po/ar/kaccounts-providers.po @@ -0,0 +1,235 @@ +# Copyright (C) YEAR This_file_is_part_of_KDE +# This file is distributed under the same license as the PACKAGE package. +# +# Safa Alfulaij , 2015. +# Zayed Al-Saidi , 2021, 2023. +msgid "" +msgstr "" +"Project-Id-Version: \n" +"Report-Msgid-Bugs-To: https://bugs.kde.org\n" +"POT-Creation-Date: 2024-08-02 00:40+0000\n" +"PO-Revision-Date: 2023-08-19 22:03+0400\n" +"Last-Translator: Zayed Al-Saidi \n" +"Language-Team: ar\n" +"Language: ar\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 " +"&& n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" + +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:89 +#, kde-format +msgid "" +"Unable to connect to Nextcloud at the given server URL. Please check the " +"server URL." +msgstr "" +"تعذر الاتصال بـنِكست‌كلاود على عنوان المحدد للخادم. يرجى التحقق من عنوان " +"للخادم." + +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:148 +#: plugins/owncloud-ui/owncloudcontroller.cpp:174 +#, kde-format +msgid "Unable to authenticate using the provided username and password" +msgstr "غير قادر على الاستيثاق باستخدام اسم المستخدم وكلمة المرور المقدمين" + +#. TODO Find a way to not hardcode this +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:202 +#: services/nextcloud-contacts.service.in:4 +#, kde-format +msgid "Contacts" +msgstr "المتراسلون" + +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:202 +#, kde-format +msgid "Synchronize contacts" +msgstr "زامن المتراسلون" + +#. Runners-ID Storage - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#. TODO Find a way to not hardcode this +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:203 +#: plugins/owncloud-ui/owncloudcontroller.cpp:231 +#: services/disabled/runners-storage.service.in:6 +#: services/nextcloud-storage.service.in:4 +#: services/owncloud-storage.service.in:4 +#, kde-format +msgid "Storage" +msgstr "التّخزين" + +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:203 +#, kde-format +msgid "Integrate into file manager" +msgstr "تكامل في مدير الملفات" + +#: plugins/nextcloud-ui/package/contents/ui/Server.qml:14 +#, kde-format +msgid "Nextcloud Login" +msgstr "ولوج نِكست‌كلاود" + +#: plugins/nextcloud-ui/package/contents/ui/Server.qml:49 +#: plugins/owncloud-ui/package/contents/ui/Server.qml:60 +#, kde-format +msgid "Server address:" +msgstr "عنوان الخادوم:" + +#: plugins/nextcloud-ui/package/contents/ui/Server.qml:65 +#: plugins/owncloud-ui/package/contents/ui/Server.qml:76 +#, kde-format +msgid "Next" +msgstr "التالي" + +#: plugins/nextcloud-ui/package/contents/ui/Services.qml:16 +#: plugins/owncloud-ui/package/contents/ui/Services.qml:17 +#, kde-format +msgid "Services" +msgstr "الخدمات" + +#: plugins/nextcloud-ui/package/contents/ui/Services.qml:50 +#: plugins/owncloud-ui/package/contents/ui/Services.qml:52 +#, kde-format +msgid "Finish" +msgstr "أنهِ" + +#: plugins/owncloud-ui/owncloudcontroller.cpp:118 +#, kde-format +msgid "" +"Unable to connect to ownCloud at the given server URL. Please check the " +"server URL." +msgstr "" +"تعذر الاتصال بسحابتي على عنوان المحدد للخادم. يرجى التحقق من عنوان للخادم." + +#: plugins/owncloud-ui/owncloudcontroller.cpp:231 +#, kde-format +msgid "Storage integration" +msgstr "تكامل التخزين" + +#: plugins/owncloud-ui/package/contents/ui/Server.qml:15 +#, kde-format +msgid "ownCloud Login" +msgstr "ولوج حساب سحابتي" + +#: plugins/owncloud-ui/package/contents/ui/Server.qml:48 +#, kde-format +msgid "Username:" +msgstr "اسم المستخدم:" + +#: plugins/owncloud-ui/package/contents/ui/Server.qml:53 +#, kde-format +msgid "Password:" +msgstr "كلمة المرور:" + +#. "Contacts" on Facebook - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/facebook-contacts.service.in:6 +msgctxt "Facebook Contacts" +msgid "Contacts" +msgstr "المتراسلون" + +#. "Events" on Facebook - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/facebook-events.service.in:6 +msgid "Events" +msgstr "الأحداث" + +#. "Posts Feed" on Facebook - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/facebook-feed.service.in:6 +msgid "Posts Feed" +msgstr "تغذية التّدوينات" + +#. "Notes" on Facebook - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/facebook-notes.service.in:6 +msgid "Notes" +msgstr "الملاحظات" + +#. "Notifications" on Facebook - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/facebook-notifications.service.in:6 +msgid "Notifications" +msgstr "الإخطارات" + +#. Google's Calendars - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/google-calendar.service.in:6 +msgid "Calendars and Tasks" +msgstr "التّقاويم والمهامّ" + +#. Google's Contacts - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/google-contacts.service.in:6 +msgctxt "Google Contacts" +msgid "Contacts" +msgstr "المتراسلون" + +#. identi.ca microblog feed - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/identica-microblog.service.in:6 +msgid "identi.ca" +msgstr "identi.ca" + +#. ownCloud's Calendar - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#. Runners-ID Calendar - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/owncloud-calendar.service.in:6 +#: services/disabled/runners-calendar.service.in:6 +msgid "Calendar" +msgstr "التّقويم" + +#. ownCloud's Contacts - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/owncloud-contacts.service.in:6 +msgctxt "ownCloud Contacts" +msgid "Contacts" +msgstr "المتراسلون" + +#. Runners-ID Contacts - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/runners-contacts.service.in:6 +msgctxt "Runners-ID Contacts" +msgid "Contacts" +msgstr "المتراسلون" + +#. Runners-ID Music - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/runners-music.service.in:6 +msgid "Music" +msgstr "الموسيقى" + +#. Twitter's feed - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/twitter-microblog.service.in:6 +msgid "Twitter" +msgstr "تويتر" + +#~ msgid "Facebook" +#~ msgstr "فيسبوك" + +#~ msgid "Includes Posts, Notes, Events, Notifications and Chat" +#~ msgstr "يتضمّن التّدوينات، والملاحظات، والأحداث، والإخطارات والدّردشة" + +#~ msgid "Google" +#~ msgstr "غوغل" + +#~ msgid "Includes GMail, Google Drive and YouTube" +#~ msgstr "يشمل جي ميل وغوغل درايف ويوتيوب" + +#~ msgid "Nextcloud" +#~ msgstr "نِكست‌كلاود" + +#~ msgid "Nextcloud account" +#~ msgstr "حساب نِكست‌كلاود" + +#~ msgid "ownCloud" +#~ msgstr "سحابتي" + +#~ msgid "ownCloud account" +#~ msgstr "حساب سحابتي" + +#~ msgid "Runners ID" +#~ msgstr "معرف المشغلين" + +#~ msgid "Includes your Timeline and Mentions" +#~ msgstr "يتضمّن خطّك الزّمني والذّكورات" diff --git a/po/ast/kaccounts-providers.po b/po/ast/kaccounts-providers.po new file mode 100644 index 0000000..b457389 --- /dev/null +++ b/po/ast/kaccounts-providers.po @@ -0,0 +1,204 @@ +# Copyright (C) 2024 This file is copyright: +# This file is distributed under the same license as the kaccounts-providers package. +# +# SPDX-FileCopyrightText: 2024 Enol P. +msgid "" +msgstr "" +"Project-Id-Version: kaccounts-providers\n" +"Report-Msgid-Bugs-To: https://bugs.kde.org\n" +"POT-Creation-Date: 2024-08-02 00:40+0000\n" +"PO-Revision-Date: 2024-03-27 22:20+0100\n" +"Last-Translator: Enol P. \n" +"Language-Team: Asturian \n" +"Language: ast\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" +"X-Generator: Lokalize 24.02.1\n" + +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:89 +#, kde-format +msgid "" +"Unable to connect to Nextcloud at the given server URL. Please check the " +"server URL." +msgstr "" + +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:148 +#: plugins/owncloud-ui/owncloudcontroller.cpp:174 +#, kde-format +msgid "Unable to authenticate using the provided username and password" +msgstr "" + +#. TODO Find a way to not hardcode this +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:202 +#: services/nextcloud-contacts.service.in:4 +#, kde-format +msgid "Contacts" +msgstr "" + +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:202 +#, kde-format +msgid "Synchronize contacts" +msgstr "" + +#. Runners-ID Storage - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#. TODO Find a way to not hardcode this +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:203 +#: plugins/owncloud-ui/owncloudcontroller.cpp:231 +#: services/disabled/runners-storage.service.in:6 +#: services/nextcloud-storage.service.in:4 +#: services/owncloud-storage.service.in:4 +#, kde-format +msgid "Storage" +msgstr "" + +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:203 +#, kde-format +msgid "Integrate into file manager" +msgstr "" + +#: plugins/nextcloud-ui/package/contents/ui/Server.qml:14 +#, kde-format +msgid "Nextcloud Login" +msgstr "" + +#: plugins/nextcloud-ui/package/contents/ui/Server.qml:49 +#: plugins/owncloud-ui/package/contents/ui/Server.qml:60 +#, kde-format +msgid "Server address:" +msgstr "" + +#: plugins/nextcloud-ui/package/contents/ui/Server.qml:65 +#: plugins/owncloud-ui/package/contents/ui/Server.qml:76 +#, kde-format +msgid "Next" +msgstr "" + +#: plugins/nextcloud-ui/package/contents/ui/Services.qml:16 +#: plugins/owncloud-ui/package/contents/ui/Services.qml:17 +#, kde-format +msgid "Services" +msgstr "" + +#: plugins/nextcloud-ui/package/contents/ui/Services.qml:50 +#: plugins/owncloud-ui/package/contents/ui/Services.qml:52 +#, kde-format +msgid "Finish" +msgstr "" + +#: plugins/owncloud-ui/owncloudcontroller.cpp:118 +#, kde-format +msgid "" +"Unable to connect to ownCloud at the given server URL. Please check the " +"server URL." +msgstr "" + +#: plugins/owncloud-ui/owncloudcontroller.cpp:231 +#, kde-format +msgid "Storage integration" +msgstr "" + +#: plugins/owncloud-ui/package/contents/ui/Server.qml:15 +#, kde-format +msgid "ownCloud Login" +msgstr "" + +#: plugins/owncloud-ui/package/contents/ui/Server.qml:48 +#, kde-format +msgid "Username:" +msgstr "" + +#: plugins/owncloud-ui/package/contents/ui/Server.qml:53 +#, kde-format +msgid "Password:" +msgstr "" + +#. "Contacts" on Facebook - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/facebook-contacts.service.in:6 +msgctxt "Facebook Contacts" +msgid "Contacts" +msgstr "" + +#. "Events" on Facebook - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/facebook-events.service.in:6 +msgid "Events" +msgstr "" + +#. "Posts Feed" on Facebook - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/facebook-feed.service.in:6 +msgid "Posts Feed" +msgstr "" + +#. "Notes" on Facebook - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/facebook-notes.service.in:6 +msgid "Notes" +msgstr "" + +#. "Notifications" on Facebook - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/facebook-notifications.service.in:6 +msgid "Notifications" +msgstr "" + +#. Google's Calendars - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/google-calendar.service.in:6 +msgid "Calendars and Tasks" +msgstr "" + +#. Google's Contacts - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/google-contacts.service.in:6 +msgctxt "Google Contacts" +msgid "Contacts" +msgstr "" + +#. identi.ca microblog feed - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/identica-microblog.service.in:6 +msgid "identi.ca" +msgstr "" + +#. ownCloud's Calendar - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#. Runners-ID Calendar - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/owncloud-calendar.service.in:6 +#: services/disabled/runners-calendar.service.in:6 +msgid "Calendar" +msgstr "" + +#. ownCloud's Contacts - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/owncloud-contacts.service.in:6 +msgctxt "ownCloud Contacts" +msgid "Contacts" +msgstr "" + +#. Runners-ID Contacts - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/runners-contacts.service.in:6 +msgctxt "Runners-ID Contacts" +msgid "Contacts" +msgstr "" + +#. Runners-ID Music - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/runners-music.service.in:6 +msgid "Music" +msgstr "Música" + +#. Twitter's feed - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/twitter-microblog.service.in:6 +msgid "Twitter" +msgstr "" + +#~ msgid "Nextcloud" +#~ msgstr "Nextcloud" diff --git a/po/az/kaccounts-providers.po b/po/az/kaccounts-providers.po new file mode 100644 index 0000000..4c6d299 --- /dev/null +++ b/po/az/kaccounts-providers.po @@ -0,0 +1,232 @@ +# Copyright (C) 2023 This file is copyright: +# This file is distributed under the same license as the kaccounts-providers package. +# +# SPDX-FileCopyrightText: 2020, 2022, 2023 Kheyyam Gojayev +msgid "" +msgstr "" +"Project-Id-Version: kaccounts-providers\n" +"Report-Msgid-Bugs-To: https://bugs.kde.org\n" +"POT-Creation-Date: 2024-08-02 00:40+0000\n" +"PO-Revision-Date: 2023-10-11 18:14+0400\n" +"Last-Translator: Kheyyam \n" +"Language-Team: Azerbaijani \n" +"Language: az\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Lokalize 23.08.1\n" + +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:89 +#, kde-format +msgid "" +"Unable to connect to Nextcloud at the given server URL. Please check the " +"server URL." +msgstr "" +"Verilən server ünvanında Nextcloud'a qoşulmaq mümkün deyil. Lütfən server " +"ünvanını yoxlayın." + +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:148 +#: plugins/owncloud-ui/owncloudcontroller.cpp:174 +#, kde-format +msgid "Unable to authenticate using the provided username and password" +msgstr "Təqdim edilən istifadəçi adı və şifrəsi ilə giriş mümkün olmadı" + +#. TODO Find a way to not hardcode this +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:202 +#: services/nextcloud-contacts.service.in:4 +#, kde-format +msgid "Contacts" +msgstr "Əlaqələr" + +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:202 +#, kde-format +msgid "Synchronize contacts" +msgstr "Əlaqələriı eyniləşdirin" + +#. Runners-ID Storage - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#. TODO Find a way to not hardcode this +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:203 +#: plugins/owncloud-ui/owncloudcontroller.cpp:231 +#: services/disabled/runners-storage.service.in:6 +#: services/nextcloud-storage.service.in:4 +#: services/owncloud-storage.service.in:4 +#, kde-format +msgid "Storage" +msgstr "Saxlama Yaddaşı" + +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:203 +#, kde-format +msgid "Integrate into file manager" +msgstr "Fayl menecerə inteqrasiya" + +#: plugins/nextcloud-ui/package/contents/ui/Server.qml:14 +#, kde-format +msgid "Nextcloud Login" +msgstr "Nextcloud Girişi" + +#: plugins/nextcloud-ui/package/contents/ui/Server.qml:49 +#: plugins/owncloud-ui/package/contents/ui/Server.qml:60 +#, kde-format +msgid "Server address:" +msgstr "Server ünvanı:" + +#: plugins/nextcloud-ui/package/contents/ui/Server.qml:65 +#: plugins/owncloud-ui/package/contents/ui/Server.qml:76 +#, kde-format +msgid "Next" +msgstr "Növbəti" + +#: plugins/nextcloud-ui/package/contents/ui/Services.qml:16 +#: plugins/owncloud-ui/package/contents/ui/Services.qml:17 +#, kde-format +msgid "Services" +msgstr "Xidmətlər" + +#: plugins/nextcloud-ui/package/contents/ui/Services.qml:50 +#: plugins/owncloud-ui/package/contents/ui/Services.qml:52 +#, kde-format +msgid "Finish" +msgstr "Son" + +#: plugins/owncloud-ui/owncloudcontroller.cpp:118 +#, kde-format +msgid "" +"Unable to connect to ownCloud at the given server URL. Please check the " +"server URL." +msgstr "" +"Verilən server ünvanında ownCloud'a qoşulmaq mümkün deyil. Lütfən server " +"ünvanını yoxlayın." + +#: plugins/owncloud-ui/owncloudcontroller.cpp:231 +#, kde-format +msgid "Storage integration" +msgstr "Yaddaşın inteqrasiyası" + +#: plugins/owncloud-ui/package/contents/ui/Server.qml:15 +#, kde-format +msgid "ownCloud Login" +msgstr "ownCloud Girişi" + +#: plugins/owncloud-ui/package/contents/ui/Server.qml:48 +#, kde-format +msgid "Username:" +msgstr "İstifadəçi adı:" + +#: plugins/owncloud-ui/package/contents/ui/Server.qml:53 +#, kde-format +msgid "Password:" +msgstr "Şifrə:" + +#. "Contacts" on Facebook - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/facebook-contacts.service.in:6 +msgctxt "Facebook Contacts" +msgid "Contacts" +msgstr "Əlaqələr" + +#. "Events" on Facebook - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/facebook-events.service.in:6 +msgid "Events" +msgstr "Tədbirlər" + +#. "Posts Feed" on Facebook - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/facebook-feed.service.in:6 +msgid "Posts Feed" +msgstr "Yayım paneli" + +#. "Notes" on Facebook - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/facebook-notes.service.in:6 +msgid "Notes" +msgstr "Qeydlər" + +#. "Notifications" on Facebook - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/facebook-notifications.service.in:6 +msgid "Notifications" +msgstr "Bildirilşlər" + +#. Google's Calendars - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/google-calendar.service.in:6 +msgid "Calendars and Tasks" +msgstr "Təqvimlər və Tapşırıqlar" + +#. Google's Contacts - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/google-contacts.service.in:6 +msgctxt "Google Contacts" +msgid "Contacts" +msgstr "Əlaqələr" + +#. identi.ca microblog feed - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/identica-microblog.service.in:6 +msgid "identi.ca" +msgstr "identi.ca" + +#. ownCloud's Calendar - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#. Runners-ID Calendar - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/owncloud-calendar.service.in:6 +#: services/disabled/runners-calendar.service.in:6 +msgid "Calendar" +msgstr "Təqvim" + +#. ownCloud's Contacts - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/owncloud-contacts.service.in:6 +msgctxt "ownCloud Contacts" +msgid "Contacts" +msgstr "Əlaqələr" + +#. Runners-ID Contacts - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/runners-contacts.service.in:6 +msgctxt "Runners-ID Contacts" +msgid "Contacts" +msgstr "Əlaqələr" + +#. Runners-ID Music - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/runners-music.service.in:6 +msgid "Music" +msgstr "Musiqi" + +#. Twitter's feed - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/twitter-microblog.service.in:6 +msgid "Twitter" +msgstr "Twitter" + +#~ msgid "Facebook" +#~ msgstr "Facebook" + +#~ msgid "Includes Posts, Notes, Events, Notifications and Chat" +#~ msgstr "Yayımlar, Qeydlər, Tədbirlər, Bildirişlər və Söhbətlər daxildir" + +#~ msgid "Google" +#~ msgstr "Google" + +#~ msgid "Includes GMail, Google Drive and YouTube" +#~ msgstr "GMail, Google Drive və YouTube daxildir" + +#~ msgid "Nextcloud" +#~ msgstr "Nextcloud" + +#~ msgid "Nextcloud account" +#~ msgstr "Nextcloud hesabı" + +#~ msgid "ownCloud" +#~ msgstr "ownCloud" + +#~ msgid "ownCloud account" +#~ msgstr "ownCloud hesabı" + +#~ msgid "Runners ID" +#~ msgstr "İşlək İD" diff --git a/po/bg/kaccounts-providers.po b/po/bg/kaccounts-providers.po new file mode 100644 index 0000000..4ba0f23 --- /dev/null +++ b/po/bg/kaccounts-providers.po @@ -0,0 +1,205 @@ +# Copyright (C) YEAR This file is copyright: +# This file is distributed under the same license as the kaccounts-providers package. +# +# Mincho Kondarev , 2023. +msgid "" +msgstr "" +"Project-Id-Version: kaccounts-providers\n" +"Report-Msgid-Bugs-To: https://bugs.kde.org\n" +"POT-Creation-Date: 2024-08-02 00:40+0000\n" +"PO-Revision-Date: 2023-08-02 22:47+0200\n" +"Last-Translator: Mincho Kondarev \n" +"Language-Team: Bulgarian \n" +"Language: bg\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" +"X-Generator: Lokalize 23.04.3\n" + +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:89 +#, kde-format +msgid "" +"Unable to connect to Nextcloud at the given server URL. Please check the " +"server URL." +msgstr "" +"Неуспешно свързване с Nextcloud на зададения адрес на сървър. Моля, " +"проверете адреса на сървъра." + +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:148 +#: plugins/owncloud-ui/owncloudcontroller.cpp:174 +#, kde-format +msgid "Unable to authenticate using the provided username and password" +msgstr "Неуспешно удостоверяване със зададените парола и потребителско име" + +#. TODO Find a way to not hardcode this +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:202 +#: services/nextcloud-contacts.service.in:4 +#, kde-format +msgid "Contacts" +msgstr "Контакти" + +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:202 +#, kde-format +msgid "Synchronize contacts" +msgstr "Синхронизиране на контакти" + +#. Runners-ID Storage - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#. TODO Find a way to not hardcode this +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:203 +#: plugins/owncloud-ui/owncloudcontroller.cpp:231 +#: services/disabled/runners-storage.service.in:6 +#: services/nextcloud-storage.service.in:4 +#: services/owncloud-storage.service.in:4 +#, kde-format +msgid "Storage" +msgstr "Съхранение" + +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:203 +#, kde-format +msgid "Integrate into file manager" +msgstr "Интегриране във файловия мениджър" + +#: plugins/nextcloud-ui/package/contents/ui/Server.qml:14 +#, kde-format +msgid "Nextcloud Login" +msgstr "Регистрация в Nextcloud" + +#: plugins/nextcloud-ui/package/contents/ui/Server.qml:49 +#: plugins/owncloud-ui/package/contents/ui/Server.qml:60 +#, kde-format +msgid "Server address:" +msgstr "Адрес на сървъра:" + +#: plugins/nextcloud-ui/package/contents/ui/Server.qml:65 +#: plugins/owncloud-ui/package/contents/ui/Server.qml:76 +#, kde-format +msgid "Next" +msgstr "Напред" + +#: plugins/nextcloud-ui/package/contents/ui/Services.qml:16 +#: plugins/owncloud-ui/package/contents/ui/Services.qml:17 +#, kde-format +msgid "Services" +msgstr "Услуги" + +#: plugins/nextcloud-ui/package/contents/ui/Services.qml:50 +#: plugins/owncloud-ui/package/contents/ui/Services.qml:52 +#, kde-format +msgid "Finish" +msgstr "Завършено" + +#: plugins/owncloud-ui/owncloudcontroller.cpp:118 +#, kde-format +msgid "" +"Unable to connect to ownCloud at the given server URL. Please check the " +"server URL." +msgstr "" +"Неуспешно свързване с ownCloud на зададения адрес на сървър. Моля, проверете " +"адреса на сървъра." + +#: plugins/owncloud-ui/owncloudcontroller.cpp:231 +#, kde-format +msgid "Storage integration" +msgstr "Интеграция на хранилище" + +#: plugins/owncloud-ui/package/contents/ui/Server.qml:15 +#, kde-format +msgid "ownCloud Login" +msgstr "Регистрация в ownCloud" + +#: plugins/owncloud-ui/package/contents/ui/Server.qml:48 +#, kde-format +msgid "Username:" +msgstr "Потребителско име:" + +#: plugins/owncloud-ui/package/contents/ui/Server.qml:53 +#, kde-format +msgid "Password:" +msgstr "Парола:" + +#. "Contacts" on Facebook - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/facebook-contacts.service.in:6 +msgctxt "Facebook Contacts" +msgid "Contacts" +msgstr "Контакти" + +#. "Events" on Facebook - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/facebook-events.service.in:6 +msgid "Events" +msgstr "Събития" + +#. "Posts Feed" on Facebook - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/facebook-feed.service.in:6 +msgid "Posts Feed" +msgstr "Емисия на поща" + +#. "Notes" on Facebook - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/facebook-notes.service.in:6 +msgid "Notes" +msgstr "Бележки" + +#. "Notifications" on Facebook - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/facebook-notifications.service.in:6 +msgid "Notifications" +msgstr "Уведомяване" + +#. Google's Calendars - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/google-calendar.service.in:6 +msgid "Calendars and Tasks" +msgstr "Календари и задачи" + +#. Google's Contacts - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/google-contacts.service.in:6 +msgctxt "Google Contacts" +msgid "Contacts" +msgstr "Контакти" + +#. identi.ca microblog feed - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/identica-microblog.service.in:6 +msgid "identi.ca" +msgstr "identi.ca" + +#. ownCloud's Calendar - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#. Runners-ID Calendar - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/owncloud-calendar.service.in:6 +#: services/disabled/runners-calendar.service.in:6 +msgid "Calendar" +msgstr "Календар" + +#. ownCloud's Contacts - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/owncloud-contacts.service.in:6 +msgctxt "ownCloud Contacts" +msgid "Contacts" +msgstr "Контакти" + +#. Runners-ID Contacts - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/runners-contacts.service.in:6 +msgctxt "Runners-ID Contacts" +msgid "Contacts" +msgstr "Контакти" + +#. Runners-ID Music - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/runners-music.service.in:6 +msgid "Music" +msgstr "Музика" + +#. Twitter's feed - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/twitter-microblog.service.in:6 +msgid "Twitter" +msgstr "Twitter" diff --git a/po/bs/kaccounts-providers.po b/po/bs/kaccounts-providers.po new file mode 100644 index 0000000..b4933b2 --- /dev/null +++ b/po/bs/kaccounts-providers.po @@ -0,0 +1,203 @@ +# Bosnian translations for PACKAGE package +# engleski prevodi za paket PACKAGE. +# Copyright (C) 2015 This_file_is_part_of_KDE +# This file is distributed under the same license as the PACKAGE package. +# Samir ribic , 2015. +# +msgid "" +msgstr "" +"Project-Id-Version: kde5\n" +"Report-Msgid-Bugs-To: https://bugs.kde.org\n" +"POT-Creation-Date: 2024-08-02 00:40+0000\n" +"PO-Revision-Date: 2015-02-19 10:14+0100\n" +"Last-Translator: Samir ribic \n" +"Language-Team: Bosnian\n" +"Language: bs\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" +"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" + +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:89 +#, kde-format +msgid "" +"Unable to connect to Nextcloud at the given server URL. Please check the " +"server URL." +msgstr "" + +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:148 +#: plugins/owncloud-ui/owncloudcontroller.cpp:174 +#, kde-format +msgid "Unable to authenticate using the provided username and password" +msgstr "" + +#. TODO Find a way to not hardcode this +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:202 +#: services/nextcloud-contacts.service.in:4 +#, kde-format +msgid "Contacts" +msgstr "" + +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:202 +#, kde-format +msgid "Synchronize contacts" +msgstr "" + +#. Runners-ID Storage - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#. TODO Find a way to not hardcode this +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:203 +#: plugins/owncloud-ui/owncloudcontroller.cpp:231 +#: services/disabled/runners-storage.service.in:6 +#: services/nextcloud-storage.service.in:4 +#: services/owncloud-storage.service.in:4 +#, kde-format +msgid "Storage" +msgstr "" + +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:203 +#, kde-format +msgid "Integrate into file manager" +msgstr "" + +#: plugins/nextcloud-ui/package/contents/ui/Server.qml:14 +#, kde-format +msgid "Nextcloud Login" +msgstr "" + +#: plugins/nextcloud-ui/package/contents/ui/Server.qml:49 +#: plugins/owncloud-ui/package/contents/ui/Server.qml:60 +#, kde-format +msgid "Server address:" +msgstr "" + +#: plugins/nextcloud-ui/package/contents/ui/Server.qml:65 +#: plugins/owncloud-ui/package/contents/ui/Server.qml:76 +#, kde-format +msgid "Next" +msgstr "" + +#: plugins/nextcloud-ui/package/contents/ui/Services.qml:16 +#: plugins/owncloud-ui/package/contents/ui/Services.qml:17 +#, kde-format +msgid "Services" +msgstr "" + +#: plugins/nextcloud-ui/package/contents/ui/Services.qml:50 +#: plugins/owncloud-ui/package/contents/ui/Services.qml:52 +#, kde-format +msgid "Finish" +msgstr "" + +#: plugins/owncloud-ui/owncloudcontroller.cpp:118 +#, kde-format +msgid "" +"Unable to connect to ownCloud at the given server URL. Please check the " +"server URL." +msgstr "" + +#: plugins/owncloud-ui/owncloudcontroller.cpp:231 +#, kde-format +msgid "Storage integration" +msgstr "" + +#: plugins/owncloud-ui/package/contents/ui/Server.qml:15 +#, kde-format +msgid "ownCloud Login" +msgstr "" + +#: plugins/owncloud-ui/package/contents/ui/Server.qml:48 +#, kde-format +msgid "Username:" +msgstr "" + +#: plugins/owncloud-ui/package/contents/ui/Server.qml:53 +#, kde-format +msgid "Password:" +msgstr "" + +#. "Contacts" on Facebook - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/facebook-contacts.service.in:6 +msgctxt "Facebook Contacts" +msgid "Contacts" +msgstr "" + +#. "Events" on Facebook - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/facebook-events.service.in:6 +msgid "Events" +msgstr "" + +#. "Posts Feed" on Facebook - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/facebook-feed.service.in:6 +msgid "Posts Feed" +msgstr "" + +#. "Notes" on Facebook - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/facebook-notes.service.in:6 +msgid "Notes" +msgstr "" + +#. "Notifications" on Facebook - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/facebook-notifications.service.in:6 +msgid "Notifications" +msgstr "" + +#. Google's Calendars - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/google-calendar.service.in:6 +msgid "Calendars and Tasks" +msgstr "" + +#. Google's Contacts - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/google-contacts.service.in:6 +msgctxt "Google Contacts" +msgid "Contacts" +msgstr "" + +#. identi.ca microblog feed - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/identica-microblog.service.in:6 +msgid "identi.ca" +msgstr "" + +#. ownCloud's Calendar - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#. Runners-ID Calendar - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/owncloud-calendar.service.in:6 +#: services/disabled/runners-calendar.service.in:6 +msgid "Calendar" +msgstr "" + +#. ownCloud's Contacts - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/owncloud-contacts.service.in:6 +msgctxt "ownCloud Contacts" +msgid "Contacts" +msgstr "" + +#. Runners-ID Contacts - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/runners-contacts.service.in:6 +msgctxt "Runners-ID Contacts" +msgid "Contacts" +msgstr "" + +#. Runners-ID Music - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/runners-music.service.in:6 +msgid "Music" +msgstr "" + +#. Twitter's feed - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/twitter-microblog.service.in:6 +msgid "Twitter" +msgstr "" diff --git a/po/ca/kaccounts-providers.po b/po/ca/kaccounts-providers.po new file mode 100644 index 0000000..e309bf8 --- /dev/null +++ b/po/ca/kaccounts-providers.po @@ -0,0 +1,210 @@ +# Translation of kaccounts-providers.po to Catalan +# Copyright (C) 2015-2023 This_file_is_part_of_KDE +# This file is distributed under the license LGPL version 2.1 or +# version 3 or later versions approved by the membership of KDE e.V. +# +# Antoni Bella Pérez , 2015, 2020. +# Josep M. Ferrer , 2015, 2017, 2019, 2020, 2021, 2023. +msgid "" +msgstr "" +"Project-Id-Version: kaccounts-providers\n" +"Report-Msgid-Bugs-To: https://bugs.kde.org\n" +"POT-Creation-Date: 2024-08-02 00:40+0000\n" +"PO-Revision-Date: 2023-07-29 08:15+0200\n" +"Last-Translator: Josep M. Ferrer \n" +"Language-Team: Catalan \n" +"Language: ca\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" +"X-Accelerator-Marker: &\n" +"X-Generator: Lokalize 22.12.3\n" + +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:89 +#, kde-format +msgid "" +"Unable to connect to Nextcloud at the given server URL. Please check the " +"server URL." +msgstr "" +"No s'ha pogut connectar amb Nextcloud a l'URL del servidor donat. Verifiqueu " +"l'URL del servidor." + +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:148 +#: plugins/owncloud-ui/owncloudcontroller.cpp:174 +#, kde-format +msgid "Unable to authenticate using the provided username and password" +msgstr "" +"No s'ha pogut autenticar usant el nom d'usuari i la contrasenya proporcionats" + +#. TODO Find a way to not hardcode this +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:202 +#: services/nextcloud-contacts.service.in:4 +#, kde-format +msgid "Contacts" +msgstr "Contactes" + +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:202 +#, kde-format +msgid "Synchronize contacts" +msgstr "Sincronitza els contactes" + +#. Runners-ID Storage - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#. TODO Find a way to not hardcode this +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:203 +#: plugins/owncloud-ui/owncloudcontroller.cpp:231 +#: services/disabled/runners-storage.service.in:6 +#: services/nextcloud-storage.service.in:4 +#: services/owncloud-storage.service.in:4 +#, kde-format +msgid "Storage" +msgstr "Emmagatzematge" + +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:203 +#, kde-format +msgid "Integrate into file manager" +msgstr "Integra en el gestor de fitxers" + +#: plugins/nextcloud-ui/package/contents/ui/Server.qml:14 +#, kde-format +msgid "Nextcloud Login" +msgstr "Compte de Nextcloud" + +#: plugins/nextcloud-ui/package/contents/ui/Server.qml:49 +#: plugins/owncloud-ui/package/contents/ui/Server.qml:60 +#, kde-format +msgid "Server address:" +msgstr "Adreça del servidor:" + +#: plugins/nextcloud-ui/package/contents/ui/Server.qml:65 +#: plugins/owncloud-ui/package/contents/ui/Server.qml:76 +#, kde-format +msgid "Next" +msgstr "Següent" + +#: plugins/nextcloud-ui/package/contents/ui/Services.qml:16 +#: plugins/owncloud-ui/package/contents/ui/Services.qml:17 +#, kde-format +msgid "Services" +msgstr "Serveis" + +#: plugins/nextcloud-ui/package/contents/ui/Services.qml:50 +#: plugins/owncloud-ui/package/contents/ui/Services.qml:52 +#, kde-format +msgid "Finish" +msgstr "Finalitza" + +#: plugins/owncloud-ui/owncloudcontroller.cpp:118 +#, kde-format +msgid "" +"Unable to connect to ownCloud at the given server URL. Please check the " +"server URL." +msgstr "" +"No s'ha pogut connectar amb ownCloud a l'URL del servidor donat. Verifiqueu " +"l'URL del servidor." + +#: plugins/owncloud-ui/owncloudcontroller.cpp:231 +#, kde-format +msgid "Storage integration" +msgstr "Integració de l'emmagatzematge" + +#: plugins/owncloud-ui/package/contents/ui/Server.qml:15 +#, kde-format +msgid "ownCloud Login" +msgstr "Compte d'ownCloud" + +#: plugins/owncloud-ui/package/contents/ui/Server.qml:48 +#, kde-format +msgid "Username:" +msgstr "Nom d'usuari:" + +#: plugins/owncloud-ui/package/contents/ui/Server.qml:53 +#, kde-format +msgid "Password:" +msgstr "Contrasenya:" + +#. "Contacts" on Facebook - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/facebook-contacts.service.in:6 +msgctxt "Facebook Contacts" +msgid "Contacts" +msgstr "Contactes" + +#. "Events" on Facebook - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/facebook-events.service.in:6 +msgid "Events" +msgstr "Esdeveniments" + +#. "Posts Feed" on Facebook - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/facebook-feed.service.in:6 +msgid "Posts Feed" +msgstr "Publicacions" + +#. "Notes" on Facebook - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/facebook-notes.service.in:6 +msgid "Notes" +msgstr "Notes" + +#. "Notifications" on Facebook - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/facebook-notifications.service.in:6 +msgid "Notifications" +msgstr "Notificacions" + +#. Google's Calendars - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/google-calendar.service.in:6 +msgid "Calendars and Tasks" +msgstr "Calendaris i tasques" + +#. Google's Contacts - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/google-contacts.service.in:6 +msgctxt "Google Contacts" +msgid "Contacts" +msgstr "Contactes" + +#. identi.ca microblog feed - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/identica-microblog.service.in:6 +msgid "identi.ca" +msgstr "identi.ca" + +#. ownCloud's Calendar - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#. Runners-ID Calendar - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/owncloud-calendar.service.in:6 +#: services/disabled/runners-calendar.service.in:6 +msgid "Calendar" +msgstr "Calendari" + +#. ownCloud's Contacts - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/owncloud-contacts.service.in:6 +msgctxt "ownCloud Contacts" +msgid "Contacts" +msgstr "Contactes" + +#. Runners-ID Contacts - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/runners-contacts.service.in:6 +msgctxt "Runners-ID Contacts" +msgid "Contacts" +msgstr "Contactes" + +#. Runners-ID Music - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/runners-music.service.in:6 +msgid "Music" +msgstr "Música" + +#. Twitter's feed - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/twitter-microblog.service.in:6 +msgid "Twitter" +msgstr "Twitter" diff --git a/po/ca@valencia/kaccounts-providers.po b/po/ca@valencia/kaccounts-providers.po new file mode 100644 index 0000000..2a36d6a --- /dev/null +++ b/po/ca@valencia/kaccounts-providers.po @@ -0,0 +1,211 @@ +# Translation of kaccounts-providers.po to Catalan (Valencian) +# Copyright (C) 2015-2023 This_file_is_part_of_KDE +# This file is distributed under the license LGPL version 2.1 or +# version 3 or later versions approved by the membership of KDE e.V. +# +# Antoni Bella Pérez , 2015, 2020. +# Josep M. Ferrer , 2015, 2017, 2019, 2020, 2021, 2023. +msgid "" +msgstr "" +"Project-Id-Version: kaccounts-providers\n" +"Report-Msgid-Bugs-To: https://bugs.kde.org\n" +"POT-Creation-Date: 2024-08-02 00:40+0000\n" +"PO-Revision-Date: 2023-07-29 08:15+0200\n" +"Last-Translator: Josep M. Ferrer \n" +"Language-Team: Catalan \n" +"Language: ca@valencia\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" +"X-Accelerator-Marker: &\n" +"X-Generator: Lokalize 22.12.3\n" + +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:89 +#, kde-format +msgid "" +"Unable to connect to Nextcloud at the given server URL. Please check the " +"server URL." +msgstr "" +"No s'ha pogut connectar amb Nextcloud a l'URL del servidor donat. Verifiqueu " +"l'URL del servidor." + +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:148 +#: plugins/owncloud-ui/owncloudcontroller.cpp:174 +#, kde-format +msgid "Unable to authenticate using the provided username and password" +msgstr "" +"No s'ha pogut autenticar utilitzant el nom d'usuari i la contrasenya " +"proporcionats" + +#. TODO Find a way to not hardcode this +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:202 +#: services/nextcloud-contacts.service.in:4 +#, kde-format +msgid "Contacts" +msgstr "Contactes" + +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:202 +#, kde-format +msgid "Synchronize contacts" +msgstr "Sincronitza els contactes" + +#. Runners-ID Storage - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#. TODO Find a way to not hardcode this +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:203 +#: plugins/owncloud-ui/owncloudcontroller.cpp:231 +#: services/disabled/runners-storage.service.in:6 +#: services/nextcloud-storage.service.in:4 +#: services/owncloud-storage.service.in:4 +#, kde-format +msgid "Storage" +msgstr "Emmagatzematge" + +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:203 +#, kde-format +msgid "Integrate into file manager" +msgstr "Integra en el gestor de fitxers" + +#: plugins/nextcloud-ui/package/contents/ui/Server.qml:14 +#, kde-format +msgid "Nextcloud Login" +msgstr "Compte de Nextcloud" + +#: plugins/nextcloud-ui/package/contents/ui/Server.qml:49 +#: plugins/owncloud-ui/package/contents/ui/Server.qml:60 +#, kde-format +msgid "Server address:" +msgstr "Adreça del servidor:" + +#: plugins/nextcloud-ui/package/contents/ui/Server.qml:65 +#: plugins/owncloud-ui/package/contents/ui/Server.qml:76 +#, kde-format +msgid "Next" +msgstr "Següent" + +#: plugins/nextcloud-ui/package/contents/ui/Services.qml:16 +#: plugins/owncloud-ui/package/contents/ui/Services.qml:17 +#, kde-format +msgid "Services" +msgstr "Serveis" + +#: plugins/nextcloud-ui/package/contents/ui/Services.qml:50 +#: plugins/owncloud-ui/package/contents/ui/Services.qml:52 +#, kde-format +msgid "Finish" +msgstr "Finalitza" + +#: plugins/owncloud-ui/owncloudcontroller.cpp:118 +#, kde-format +msgid "" +"Unable to connect to ownCloud at the given server URL. Please check the " +"server URL." +msgstr "" +"No s'ha pogut connectar amb ownCloud a l'URL del servidor donat. Verifiqueu " +"l'URL del servidor." + +#: plugins/owncloud-ui/owncloudcontroller.cpp:231 +#, kde-format +msgid "Storage integration" +msgstr "Integració de l'emmagatzematge" + +#: plugins/owncloud-ui/package/contents/ui/Server.qml:15 +#, kde-format +msgid "ownCloud Login" +msgstr "Compte d'ownCloud" + +#: plugins/owncloud-ui/package/contents/ui/Server.qml:48 +#, kde-format +msgid "Username:" +msgstr "Nom d'usuari:" + +#: plugins/owncloud-ui/package/contents/ui/Server.qml:53 +#, kde-format +msgid "Password:" +msgstr "Contrasenya:" + +#. "Contacts" on Facebook - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/facebook-contacts.service.in:6 +msgctxt "Facebook Contacts" +msgid "Contacts" +msgstr "Contactes" + +#. "Events" on Facebook - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/facebook-events.service.in:6 +msgid "Events" +msgstr "Esdeveniments" + +#. "Posts Feed" on Facebook - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/facebook-feed.service.in:6 +msgid "Posts Feed" +msgstr "Publicacions" + +#. "Notes" on Facebook - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/facebook-notes.service.in:6 +msgid "Notes" +msgstr "Notes" + +#. "Notifications" on Facebook - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/facebook-notifications.service.in:6 +msgid "Notifications" +msgstr "Notificacions" + +#. Google's Calendars - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/google-calendar.service.in:6 +msgid "Calendars and Tasks" +msgstr "Calendaris i tasques" + +#. Google's Contacts - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/google-contacts.service.in:6 +msgctxt "Google Contacts" +msgid "Contacts" +msgstr "Contactes" + +#. identi.ca microblog feed - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/identica-microblog.service.in:6 +msgid "identi.ca" +msgstr "identi.ca" + +#. ownCloud's Calendar - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#. Runners-ID Calendar - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/owncloud-calendar.service.in:6 +#: services/disabled/runners-calendar.service.in:6 +msgid "Calendar" +msgstr "Calendari" + +#. ownCloud's Contacts - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/owncloud-contacts.service.in:6 +msgctxt "ownCloud Contacts" +msgid "Contacts" +msgstr "Contactes" + +#. Runners-ID Contacts - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/runners-contacts.service.in:6 +msgctxt "Runners-ID Contacts" +msgid "Contacts" +msgstr "Contactes" + +#. Runners-ID Music - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/runners-music.service.in:6 +msgid "Music" +msgstr "Música" + +#. Twitter's feed - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/twitter-microblog.service.in:6 +msgid "Twitter" +msgstr "Twitter" diff --git a/po/cs/kaccounts-providers.po b/po/cs/kaccounts-providers.po new file mode 100644 index 0000000..d7c2af7 --- /dev/null +++ b/po/cs/kaccounts-providers.po @@ -0,0 +1,204 @@ +# Copyright (C) YEAR This_file_is_part_of_KDE +# This file is distributed under the same license as the PACKAGE package. +# Vít Pelčák , 2014, 2019, 2020. +# Vit Pelcak , 2021, 2023. +# +msgid "" +msgstr "" +"Project-Id-Version: \n" +"Report-Msgid-Bugs-To: https://bugs.kde.org\n" +"POT-Creation-Date: 2024-08-02 00:40+0000\n" +"PO-Revision-Date: 2023-08-07 11:46+0200\n" +"Last-Translator: Vit Pelcak \n" +"Language-Team: Czech \n" +"Language: cs\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" +"X-Generator: Lokalize 23.04.3\n" + +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:89 +#, kde-format +msgid "" +"Unable to connect to Nextcloud at the given server URL. Please check the " +"server URL." +msgstr "" +"Na zadané URL se nelze se spojit se serverem NextCloud, prosím zkontrolujte " +"adresu serveru." + +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:148 +#: plugins/owncloud-ui/owncloudcontroller.cpp:174 +#, kde-format +msgid "Unable to authenticate using the provided username and password" +msgstr "" + +#. TODO Find a way to not hardcode this +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:202 +#: services/nextcloud-contacts.service.in:4 +#, kde-format +msgid "Contacts" +msgstr "Kontakty" + +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:202 +#, kde-format +msgid "Synchronize contacts" +msgstr "Synchronizovat kontakty" + +#. Runners-ID Storage - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#. TODO Find a way to not hardcode this +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:203 +#: plugins/owncloud-ui/owncloudcontroller.cpp:231 +#: services/disabled/runners-storage.service.in:6 +#: services/nextcloud-storage.service.in:4 +#: services/owncloud-storage.service.in:4 +#, kde-format +msgid "Storage" +msgstr "ÚložiÅ¡tě" + +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:203 +#, kde-format +msgid "Integrate into file manager" +msgstr "Integrovat do správce souborů" + +#: plugins/nextcloud-ui/package/contents/ui/Server.qml:14 +#, kde-format +msgid "Nextcloud Login" +msgstr "Přihlášení na NextCloud" + +#: plugins/nextcloud-ui/package/contents/ui/Server.qml:49 +#: plugins/owncloud-ui/package/contents/ui/Server.qml:60 +#, kde-format +msgid "Server address:" +msgstr "Adresa serveru:" + +#: plugins/nextcloud-ui/package/contents/ui/Server.qml:65 +#: plugins/owncloud-ui/package/contents/ui/Server.qml:76 +#, kde-format +msgid "Next" +msgstr "Následující" + +#: plugins/nextcloud-ui/package/contents/ui/Services.qml:16 +#: plugins/owncloud-ui/package/contents/ui/Services.qml:17 +#, kde-format +msgid "Services" +msgstr "Služby" + +#: plugins/nextcloud-ui/package/contents/ui/Services.qml:50 +#: plugins/owncloud-ui/package/contents/ui/Services.qml:52 +#, kde-format +msgid "Finish" +msgstr "Dokončit" + +#: plugins/owncloud-ui/owncloudcontroller.cpp:118 +#, kde-format +msgid "" +"Unable to connect to ownCloud at the given server URL. Please check the " +"server URL." +msgstr "" + +#: plugins/owncloud-ui/owncloudcontroller.cpp:231 +#, kde-format +msgid "Storage integration" +msgstr "Integrace úložiÅ¡tě" + +#: plugins/owncloud-ui/package/contents/ui/Server.qml:15 +#, kde-format +msgid "ownCloud Login" +msgstr "Přihlášení na ownCloud" + +#: plugins/owncloud-ui/package/contents/ui/Server.qml:48 +#, kde-format +msgid "Username:" +msgstr "Uživatelské jméno:" + +#: plugins/owncloud-ui/package/contents/ui/Server.qml:53 +#, kde-format +msgid "Password:" +msgstr "Heslo:" + +#. "Contacts" on Facebook - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/facebook-contacts.service.in:6 +msgctxt "Facebook Contacts" +msgid "Contacts" +msgstr "Kontakty" + +#. "Events" on Facebook - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/facebook-events.service.in:6 +msgid "Events" +msgstr "Události" + +#. "Posts Feed" on Facebook - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/facebook-feed.service.in:6 +msgid "Posts Feed" +msgstr "" + +#. "Notes" on Facebook - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/facebook-notes.service.in:6 +msgid "Notes" +msgstr "Poznámky" + +#. "Notifications" on Facebook - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/facebook-notifications.service.in:6 +msgid "Notifications" +msgstr "Upozornění" + +#. Google's Calendars - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/google-calendar.service.in:6 +msgid "Calendars and Tasks" +msgstr "Kalendáře a úkoly" + +#. Google's Contacts - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/google-contacts.service.in:6 +msgctxt "Google Contacts" +msgid "Contacts" +msgstr "Kontakty" + +#. identi.ca microblog feed - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/identica-microblog.service.in:6 +msgid "identi.ca" +msgstr "identi.ca" + +#. ownCloud's Calendar - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#. Runners-ID Calendar - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/owncloud-calendar.service.in:6 +#: services/disabled/runners-calendar.service.in:6 +msgid "Calendar" +msgstr "Kalendář" + +#. ownCloud's Contacts - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/owncloud-contacts.service.in:6 +msgctxt "ownCloud Contacts" +msgid "Contacts" +msgstr "Kontakty" + +#. Runners-ID Contacts - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/runners-contacts.service.in:6 +msgctxt "Runners-ID Contacts" +msgid "Contacts" +msgstr "Kontakty" + +#. Runners-ID Music - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/runners-music.service.in:6 +msgid "Music" +msgstr "Hudba" + +#. Twitter's feed - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/twitter-microblog.service.in:6 +msgid "Twitter" +msgstr "Twitter" diff --git a/po/da/kaccounts-providers.po b/po/da/kaccounts-providers.po new file mode 100644 index 0000000..a0a6c18 --- /dev/null +++ b/po/da/kaccounts-providers.po @@ -0,0 +1,266 @@ +# Copyright (C) YEAR This_file_is_part_of_KDE +# This file is distributed under the same license as the PACKAGE package. +# Martin Schlander , 2015, 2016, 2020. +# scootergrisen, 2017. +msgid "" +msgstr "" +"Project-Id-Version: \n" +"Report-Msgid-Bugs-To: https://bugs.kde.org\n" +"POT-Creation-Date: 2024-08-02 00:40+0000\n" +"PO-Revision-Date: 2020-07-22 21:51+0200\n" +"Last-Translator: Martin Schlander \n" +"Language-Team: Danish \n" +"Language: da\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" +"X-Generator: Lokalize 20.04.2\n" + +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:89 +#, kde-format +msgid "" +"Unable to connect to Nextcloud at the given server URL. Please check the " +"server URL." +msgstr "" +"Kan ikke forbinde til NextCloud pÃ¥ den angivne server-URL. Tjek server-" +"URL'en." + +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:148 +#: plugins/owncloud-ui/owncloudcontroller.cpp:174 +#, kde-format +msgid "Unable to authenticate using the provided username and password" +msgstr "Kan ikke autentificere med angivne brugernavn og adgangskode" + +#. TODO Find a way to not hardcode this +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:202 +#: services/nextcloud-contacts.service.in:4 +#, kde-format +msgid "Contacts" +msgstr "Kontakter" + +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:202 +#, kde-format +msgid "Synchronize contacts" +msgstr "" + +#. Runners-ID Storage - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#. TODO Find a way to not hardcode this +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:203 +#: plugins/owncloud-ui/owncloudcontroller.cpp:231 +#: services/disabled/runners-storage.service.in:6 +#: services/nextcloud-storage.service.in:4 +#: services/owncloud-storage.service.in:4 +#, kde-format +msgid "Storage" +msgstr "Lagring" + +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:203 +#, kde-format +msgid "Integrate into file manager" +msgstr "" + +#: plugins/nextcloud-ui/package/contents/ui/Server.qml:14 +#, fuzzy, kde-format +#| msgid "Nextcloud account" +msgid "Nextcloud Login" +msgstr "Nextcloud-konto" + +#: plugins/nextcloud-ui/package/contents/ui/Server.qml:49 +#: plugins/owncloud-ui/package/contents/ui/Server.qml:60 +#, kde-format +msgid "Server address:" +msgstr "" + +#: plugins/nextcloud-ui/package/contents/ui/Server.qml:65 +#: plugins/owncloud-ui/package/contents/ui/Server.qml:76 +#, fuzzy, kde-format +#| msgid "Nextcloud" +msgid "Next" +msgstr "Nextcloud" + +#: plugins/nextcloud-ui/package/contents/ui/Services.qml:16 +#: plugins/owncloud-ui/package/contents/ui/Services.qml:17 +#, kde-format +msgid "Services" +msgstr "" + +#: plugins/nextcloud-ui/package/contents/ui/Services.qml:50 +#: plugins/owncloud-ui/package/contents/ui/Services.qml:52 +#, kde-format +msgid "Finish" +msgstr "" + +#: plugins/owncloud-ui/owncloudcontroller.cpp:118 +#, kde-format +msgid "" +"Unable to connect to ownCloud at the given server URL. Please check the " +"server URL." +msgstr "" +"Kan ikke forbinde til ownCloud pÃ¥ den angivne server-URL. Tjek server-URL'en." + +#: plugins/owncloud-ui/owncloudcontroller.cpp:231 +#, kde-format +msgid "Storage integration" +msgstr "" + +#: plugins/owncloud-ui/package/contents/ui/Server.qml:15 +#, fuzzy, kde-format +#| msgid "ownCloud account" +msgid "ownCloud Login" +msgstr "ownCloud-konto" + +#: plugins/owncloud-ui/package/contents/ui/Server.qml:48 +#, kde-format +msgid "Username:" +msgstr "" + +#: plugins/owncloud-ui/package/contents/ui/Server.qml:53 +#, kde-format +msgid "Password:" +msgstr "" + +#. "Contacts" on Facebook - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/facebook-contacts.service.in:6 +msgctxt "Facebook Contacts" +msgid "Contacts" +msgstr "Kontakter" + +#. "Events" on Facebook - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/facebook-events.service.in:6 +msgid "Events" +msgstr "Begivenheder" + +#. "Posts Feed" on Facebook - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/facebook-feed.service.in:6 +msgid "Posts Feed" +msgstr "Feed med indlæg" + +#. "Notes" on Facebook - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/facebook-notes.service.in:6 +msgid "Notes" +msgstr "Noter" + +#. "Notifications" on Facebook - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/facebook-notifications.service.in:6 +msgid "Notifications" +msgstr "Bekendtgørelser" + +#. Google's Calendars - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/google-calendar.service.in:6 +msgid "Calendars and Tasks" +msgstr "Kalendere og opgaver" + +#. Google's Contacts - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/google-contacts.service.in:6 +msgctxt "Google Contacts" +msgid "Contacts" +msgstr "Kontakter" + +#. identi.ca microblog feed - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/identica-microblog.service.in:6 +msgid "identi.ca" +msgstr "Identi.ca" + +#. ownCloud's Calendar - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#. Runners-ID Calendar - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/owncloud-calendar.service.in:6 +#: services/disabled/runners-calendar.service.in:6 +msgid "Calendar" +msgstr "Kalender" + +#. ownCloud's Contacts - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/owncloud-contacts.service.in:6 +msgctxt "ownCloud Contacts" +msgid "Contacts" +msgstr "Kontakter" + +#. Runners-ID Contacts - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/runners-contacts.service.in:6 +msgctxt "Runners-ID Contacts" +msgid "Contacts" +msgstr "Kontakter" + +#. Runners-ID Music - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/runners-music.service.in:6 +msgid "Music" +msgstr "Musik" + +#. Twitter's feed - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/twitter-microblog.service.in:6 +msgid "Twitter" +msgstr "Twitter" + +#~ msgid "Facebook" +#~ msgstr "Facebook" + +#~ msgid "Includes Posts, Notes, Events, Notifications and Chat" +#~ msgstr "Omfatter indlæg, noter, begivenheder, bekendtgørelser og chat" + +#~ msgid "Google" +#~ msgstr "Google" + +#, fuzzy +#~| msgid "Includes GMail, Hangouts, Google Drive and YouTube" +#~ msgid "Includes GMail, Google Drive and YouTube" +#~ msgstr "Omfatter GMail, Hangouts, Google Drive og YouTube" + +#~ msgid "Nextcloud" +#~ msgstr "Nextcloud" + +#~ msgid "Nextcloud account" +#~ msgstr "Nextcloud-konto" + +#~ msgid "ownCloud" +#~ msgstr "ownCloud" + +#~ msgid "ownCloud account" +#~ msgstr "ownCloud-konto" + +#~ msgid "Runners ID" +#~ msgstr "Runners-id" + +#~ msgid "helper" +#~ msgstr "hjælper" + +#~ msgid "http://" +#~ msgstr "http://" + +#~ msgid "https://" +#~ msgstr "https://" + +#~ msgid "status.php" +#~ msgstr "status.php" + +#~ msgid "version" +#~ msgstr "version" + +#~ msgid "cookies" +#~ msgstr "cookies" + +#~ msgid "none" +#~ msgstr "ingen" + +#~ msgid "server" +#~ msgstr "server" + +#~ msgid "__service/owncloud-contacts" +#~ msgstr "__service/owncloud-contacts" + +#~ msgid "/remote.php/carddav/addressbooks/%1" +#~ msgstr "/remote.php/carddav/addressbooks/%1" diff --git a/po/de/kaccounts-providers.po b/po/de/kaccounts-providers.po new file mode 100644 index 0000000..136e5ad --- /dev/null +++ b/po/de/kaccounts-providers.po @@ -0,0 +1,291 @@ +# Burkhard Lück , 2014, 2015, 2016, 2017, 2020, 2021. +# Frederik Schwarzer , 2016, 2023. +msgid "" +msgstr "" +"Project-Id-Version: kaccounts-providers\n" +"Report-Msgid-Bugs-To: https://bugs.kde.org\n" +"POT-Creation-Date: 2024-08-02 00:40+0000\n" +"PO-Revision-Date: 2023-08-13 16:20+0200\n" +"Last-Translator: Frederik Schwarzer \n" +"Language-Team: German \n" +"Language: de\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Lokalize 23.11.70\n" + +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:89 +#, kde-format +msgid "" +"Unable to connect to Nextcloud at the given server URL. Please check the " +"server URL." +msgstr "" +"Es kann keine Verbindung mit Nextcloud unter der angegeben Serveradresse " +"(URL) hergestellt werden. Überprüfen Sie die Serveradresse." + +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:148 +#: plugins/owncloud-ui/owncloudcontroller.cpp:174 +#, kde-format +msgid "Unable to authenticate using the provided username and password" +msgstr "" +"Authentifizierung mit dem angegebenen Benutzernamen und Passwort ist nicht " +"möglich" + +#. TODO Find a way to not hardcode this +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:202 +#: services/nextcloud-contacts.service.in:4 +#, kde-format +msgid "Contacts" +msgstr "Kontakte" + +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:202 +#, kde-format +msgid "Synchronize contacts" +msgstr "Kontakte abgleichen" + +#. Runners-ID Storage - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#. TODO Find a way to not hardcode this +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:203 +#: plugins/owncloud-ui/owncloudcontroller.cpp:231 +#: services/disabled/runners-storage.service.in:6 +#: services/nextcloud-storage.service.in:4 +#: services/owncloud-storage.service.in:4 +#, kde-format +msgid "Storage" +msgstr "Speicherplatz" + +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:203 +#, kde-format +msgid "Integrate into file manager" +msgstr "In Dateiverwaltung integrieren" + +#: plugins/nextcloud-ui/package/contents/ui/Server.qml:14 +#, kde-format +msgid "Nextcloud Login" +msgstr "Nextcloud-Anmeldung" + +#: plugins/nextcloud-ui/package/contents/ui/Server.qml:49 +#: plugins/owncloud-ui/package/contents/ui/Server.qml:60 +#, kde-format +msgid "Server address:" +msgstr "Server-Adresse:" + +#: plugins/nextcloud-ui/package/contents/ui/Server.qml:65 +#: plugins/owncloud-ui/package/contents/ui/Server.qml:76 +#, kde-format +msgid "Next" +msgstr "Weiter" + +#: plugins/nextcloud-ui/package/contents/ui/Services.qml:16 +#: plugins/owncloud-ui/package/contents/ui/Services.qml:17 +#, kde-format +msgid "Services" +msgstr "Dienste" + +#: plugins/nextcloud-ui/package/contents/ui/Services.qml:50 +#: plugins/owncloud-ui/package/contents/ui/Services.qml:52 +#, kde-format +msgid "Finish" +msgstr "Fertigstellen" + +#: plugins/owncloud-ui/owncloudcontroller.cpp:118 +#, kde-format +msgid "" +"Unable to connect to ownCloud at the given server URL. Please check the " +"server URL." +msgstr "" +"Es kann keine Verbindung mit ownCloud unter der angegeben Serveradresse " +"(URL) hergestellt werden. Überprüfen Sie die Serveradresse." + +#: plugins/owncloud-ui/owncloudcontroller.cpp:231 +#, kde-format +msgid "Storage integration" +msgstr "Speicherplatzintegration" + +#: plugins/owncloud-ui/package/contents/ui/Server.qml:15 +#, kde-format +msgid "ownCloud Login" +msgstr "ownCloud-Anmeldung" + +#: plugins/owncloud-ui/package/contents/ui/Server.qml:48 +#, kde-format +msgid "Username:" +msgstr "Benutzername:" + +#: plugins/owncloud-ui/package/contents/ui/Server.qml:53 +#, kde-format +msgid "Password:" +msgstr "Passwort:" + +#. "Contacts" on Facebook - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/facebook-contacts.service.in:6 +msgctxt "Facebook Contacts" +msgid "Contacts" +msgstr "Kontakte" + +#. "Events" on Facebook - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/facebook-events.service.in:6 +msgid "Events" +msgstr "Ereignisse" + +#. "Posts Feed" on Facebook - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/facebook-feed.service.in:6 +msgid "Posts Feed" +msgstr "Posts Feed" + +#. "Notes" on Facebook - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/facebook-notes.service.in:6 +msgid "Notes" +msgstr "Notizen" + +#. "Notifications" on Facebook - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/facebook-notifications.service.in:6 +msgid "Notifications" +msgstr "Benachrichtigungen" + +#. Google's Calendars - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/google-calendar.service.in:6 +msgid "Calendars and Tasks" +msgstr "Kalender und Aufgaben" + +#. Google's Contacts - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/google-contacts.service.in:6 +msgctxt "Google Contacts" +msgid "Contacts" +msgstr "Kontakte" + +#. identi.ca microblog feed - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/identica-microblog.service.in:6 +msgid "identi.ca" +msgstr "identi.ca" + +#. ownCloud's Calendar - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#. Runners-ID Calendar - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/owncloud-calendar.service.in:6 +#: services/disabled/runners-calendar.service.in:6 +msgid "Calendar" +msgstr "Kalender" + +#. ownCloud's Contacts - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/owncloud-contacts.service.in:6 +msgctxt "ownCloud Contacts" +msgid "Contacts" +msgstr "Kontakte" + +#. Runners-ID Contacts - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/runners-contacts.service.in:6 +msgctxt "Runners-ID Contacts" +msgid "Contacts" +msgstr "Kontakte" + +#. Runners-ID Music - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/runners-music.service.in:6 +msgid "Music" +msgstr "Musik" + +#. Twitter's feed - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/twitter-microblog.service.in:6 +msgid "Twitter" +msgstr "Twitter" + +#~ msgid "Facebook" +#~ msgstr "Facebook" + +#~ msgid "Includes Posts, Notes, Events, Notifications and Chat" +#~ msgstr "" +#~ "Beinhaltet Beiträge, Notizen, Ereignisse, Benachrichtigungen und Chat" + +#~ msgid "Google" +#~ msgstr "Google" + +#~ msgid "Includes GMail, Google Drive and YouTube" +#~ msgstr "Beinhaltet GMail, Google Drive und YouTube" + +#~ msgid "Nextcloud" +#~ msgstr "Nextcloud" + +#~ msgid "Nextcloud account" +#~ msgstr "Nextcloud-Zugang" + +#~ msgid "ownCloud" +#~ msgstr "ownCloud" + +#~ msgid "ownCloud account" +#~ msgstr "ownCloud-Zugang" + +#~ msgid "Runners ID" +#~ msgstr "Runners-ID" + +#~ msgid "org.kde.kaccounts.owncloud" +#~ msgstr "org.kde.kaccounts.owncloud" + +#~ msgid "org.kde.kaccounts.UiPlugin" +#~ msgstr "org.kde.kaccounts.UiPlugin" + +#~ msgid "http://" +#~ msgstr "http://" + +#~ msgid "https://" +#~ msgstr "https://" + +#~ msgid "status.php" +#~ msgstr "status.php" + +#~ msgid "version" +#~ msgstr "Version" + +#~ msgid "No json" +#~ msgstr "Kein JSON" + +#~ msgid "remote.php/webdav" +#~ msgstr "remote.php/webdav" + +#~ msgid "" +#~ "" +#~ msgstr "" +#~ "" + +#~ msgid "1" +#~ msgstr "1" + +#~ msgid "cookies" +#~ msgstr "Cookies" + +#~ msgid "none" +#~ msgstr "Keine" + +#~ msgid "server" +#~ msgstr "Server" + +#~ msgid "__service/owncloud-contacts" +#~ msgstr "__service/owncloud-contacts" + +#~ msgid "/remote.php/carddav/addressbooks/%1" +#~ msgstr "/remote.php/carddav/addressbooks/%1" + +#~ msgid "carddavUrl" +#~ msgstr "carddavUrl" + +#~ msgid "Includes your Timeline and Mentions" +#~ msgstr "Beinhaltet Ihre Timeline und Erwähnungen" + +#~ msgid "Chat" +#~ msgstr "Chat" diff --git a/po/el/kaccounts-providers.po b/po/el/kaccounts-providers.po new file mode 100644 index 0000000..19873a9 --- /dev/null +++ b/po/el/kaccounts-providers.po @@ -0,0 +1,245 @@ +# Copyright (C) YEAR This_file_is_part_of_KDE +# This file is distributed under the same license as the PACKAGE package. +# +# Dimitris Kardarakos , 2014. +# Petros Vidalis , 2016. +# Stelios , 2017, 2020. +# George Stefanakis , 2023. +msgid "" +msgstr "" +"Project-Id-Version: \n" +"Report-Msgid-Bugs-To: https://bugs.kde.org\n" +"POT-Creation-Date: 2024-08-02 00:40+0000\n" +"PO-Revision-Date: 2023-08-21 22:41+0300\n" +"Last-Translator: George Stefanakis \n" +"Language-Team: Greek \n" +"Language: el\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" +"X-Generator: Lokalize 23.04.3\n" + +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:89 +#, kde-format +msgid "" +"Unable to connect to Nextcloud at the given server URL. Please check the " +"server URL." +msgstr "" +"Αδυναμία σύνδεσης στο Nextcloud με τη συγκεκριμένη διεύθυνση εξυπηρετητή. " +"Παρακαλώ ελέγξτε τη διεύθυνση του εξυπηρετητή." + +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:148 +#: plugins/owncloud-ui/owncloudcontroller.cpp:174 +#, kde-format +msgid "Unable to authenticate using the provided username and password" +msgstr "Αδυναμία πιστοποίησης χρησιμοποιώντας το όνομα χρήστη και κωδικό" + +#. TODO Find a way to not hardcode this +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:202 +#: services/nextcloud-contacts.service.in:4 +#, kde-format +msgid "Contacts" +msgstr "Επαφές" + +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:202 +#, kde-format +msgid "Synchronize contacts" +msgstr "Συγχρονισμός επαφών" + +#. Runners-ID Storage - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#. TODO Find a way to not hardcode this +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:203 +#: plugins/owncloud-ui/owncloudcontroller.cpp:231 +#: services/disabled/runners-storage.service.in:6 +#: services/nextcloud-storage.service.in:4 +#: services/owncloud-storage.service.in:4 +#, kde-format +msgid "Storage" +msgstr "Storage" + +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:203 +#, kde-format +msgid "Integrate into file manager" +msgstr "Ενσωμάτωση στον διαχειριστή αρχείων" + +#: plugins/nextcloud-ui/package/contents/ui/Server.qml:14 +#, kde-format +msgid "Nextcloud Login" +msgstr "Σύνδεση στο Nextcloud" + +#: plugins/nextcloud-ui/package/contents/ui/Server.qml:49 +#: plugins/owncloud-ui/package/contents/ui/Server.qml:60 +#, kde-format +msgid "Server address:" +msgstr "Διεύθυνση εξυπηρετητή:" + +#: plugins/nextcloud-ui/package/contents/ui/Server.qml:65 +#: plugins/owncloud-ui/package/contents/ui/Server.qml:76 +#, kde-format +msgid "Next" +msgstr "Επόμενο" + +#: plugins/nextcloud-ui/package/contents/ui/Services.qml:16 +#: plugins/owncloud-ui/package/contents/ui/Services.qml:17 +#, kde-format +msgid "Services" +msgstr "Υπηρεσίες" + +#: plugins/nextcloud-ui/package/contents/ui/Services.qml:50 +#: plugins/owncloud-ui/package/contents/ui/Services.qml:52 +#, kde-format +msgid "Finish" +msgstr "Τέλος" + +#: plugins/owncloud-ui/owncloudcontroller.cpp:118 +#, kde-format +msgid "" +"Unable to connect to ownCloud at the given server URL. Please check the " +"server URL." +msgstr "" +"Αδυναμία σύνδεσης του ownCloud με τη συγκεκριμένη διεύθυνση εξυπηρετητή. " +"Παρακαλώ ελέγξτε τη διεύθυνση του εξυπηρετητή." + +#: plugins/owncloud-ui/owncloudcontroller.cpp:231 +#, kde-format +msgid "Storage integration" +msgstr "Ενσωμάτωση αποθήκης" + +#: plugins/owncloud-ui/package/contents/ui/Server.qml:15 +#, kde-format +msgid "ownCloud Login" +msgstr "Σύνδεση στο ownCloud" + +#: plugins/owncloud-ui/package/contents/ui/Server.qml:48 +#, kde-format +msgid "Username:" +msgstr "Όνομα χρήστη:" + +#: plugins/owncloud-ui/package/contents/ui/Server.qml:53 +#, kde-format +msgid "Password:" +msgstr "Κωδικός πρόσβασης:" + +#. "Contacts" on Facebook - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/facebook-contacts.service.in:6 +msgctxt "Facebook Contacts" +msgid "Contacts" +msgstr "Επαφές" + +#. "Events" on Facebook - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/facebook-events.service.in:6 +msgid "Events" +msgstr "Γεγονότα" + +#. "Posts Feed" on Facebook - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/facebook-feed.service.in:6 +msgid "Posts Feed" +msgstr "Ροές αναρτήσεων" + +#. "Notes" on Facebook - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/facebook-notes.service.in:6 +msgid "Notes" +msgstr "Σημειώσεις" + +#. "Notifications" on Facebook - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/facebook-notifications.service.in:6 +msgid "Notifications" +msgstr "Ειδοποιήσεις" + +#. Google's Calendars - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/google-calendar.service.in:6 +msgid "Calendars and Tasks" +msgstr "Ημερολόγια και εργασίες" + +#. Google's Contacts - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/google-contacts.service.in:6 +msgctxt "Google Contacts" +msgid "Contacts" +msgstr "Επαφές" + +#. identi.ca microblog feed - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/identica-microblog.service.in:6 +msgid "identi.ca" +msgstr "identi.ca" + +#. ownCloud's Calendar - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#. Runners-ID Calendar - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/owncloud-calendar.service.in:6 +#: services/disabled/runners-calendar.service.in:6 +msgid "Calendar" +msgstr "Ημερολόγιο" + +#. ownCloud's Contacts - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/owncloud-contacts.service.in:6 +msgctxt "ownCloud Contacts" +msgid "Contacts" +msgstr "Επαφές" + +#. Runners-ID Contacts - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/runners-contacts.service.in:6 +msgctxt "Runners-ID Contacts" +msgid "Contacts" +msgstr "Επαφές" + +#. Runners-ID Music - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/runners-music.service.in:6 +msgid "Music" +msgstr "Μουσική" + +#. Twitter's feed - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/twitter-microblog.service.in:6 +msgid "Twitter" +msgstr "Twitter" + +#~ msgid "Facebook" +#~ msgstr "Facebook" + +#~ msgid "Includes Posts, Notes, Events, Notifications and Chat" +#~ msgstr "" +#~ "Περιλαμβάνει τις Αναρτήσεις, Σημειώσεις, Γεγονότα, Ειδοποιήσεις και Chat" + +#~ msgid "Google" +#~ msgstr "Google" + +#~ msgid "Includes GMail, Google Drive and YouTube" +#~ msgstr "Περιλαμβάνει GMail, Google Drive και YouTube" + +#~ msgid "Nextcloud" +#~ msgstr "Nextcloud" + +#~ msgid "Nextcloud account" +#~ msgstr "Λογαριασμός Nextcloud" + +#~ msgid "ownCloud" +#~ msgstr "ownCloud" + +#~ msgid "ownCloud account" +#~ msgstr "Λογαριασμός ownCloud" + +#~ msgid "Runners ID" +#~ msgstr "Runners ID" + +#~ msgid "Includes your Timeline and Mentions" +#~ msgstr "Περιλαμβάνει τα Timeline και Mentions σας" + +#~ msgid "Chat" +#~ msgstr "Chat" + +#~ msgid "Google Hangouts" +#~ msgstr "Google Hangouts" diff --git a/po/en_GB/kaccounts-providers.po b/po/en_GB/kaccounts-providers.po new file mode 100644 index 0000000..ba91a2f --- /dev/null +++ b/po/en_GB/kaccounts-providers.po @@ -0,0 +1,314 @@ +# Copyright (C) YEAR This_file_is_part_of_KDE +# This file is distributed under the same license as the PACKAGE package. +# +# SPDX-FileCopyrightText: 2014, 2015, 2017, 2019, 2020, 2024 Steve Allewell +msgid "" +msgstr "" +"Project-Id-Version: \n" +"Report-Msgid-Bugs-To: https://bugs.kde.org\n" +"POT-Creation-Date: 2024-08-02 00:40+0000\n" +"PO-Revision-Date: 2024-05-17 19:38+0100\n" +"Last-Translator: Steve Allewell \n" +"Language-Team: British English\n" +"Language: en_GB\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" +"X-Generator: Lokalize 24.02.2\n" + +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:89 +#, kde-format +msgid "" +"Unable to connect to Nextcloud at the given server URL. Please check the " +"server URL." +msgstr "" +"Unable to connect to Nextcloud at the given server URL. Please check the " +"server URL." + +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:148 +#: plugins/owncloud-ui/owncloudcontroller.cpp:174 +#, kde-format +msgid "Unable to authenticate using the provided username and password" +msgstr "Unable to authenticate using the provided username and password" + +#. TODO Find a way to not hardcode this +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:202 +#: services/nextcloud-contacts.service.in:4 +#, kde-format +msgid "Contacts" +msgstr "Contacts" + +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:202 +#, kde-format +msgid "Synchronize contacts" +msgstr "Synchronise contacts" + +#. Runners-ID Storage - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#. TODO Find a way to not hardcode this +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:203 +#: plugins/owncloud-ui/owncloudcontroller.cpp:231 +#: services/disabled/runners-storage.service.in:6 +#: services/nextcloud-storage.service.in:4 +#: services/owncloud-storage.service.in:4 +#, kde-format +msgid "Storage" +msgstr "Storage" + +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:203 +#, kde-format +msgid "Integrate into file manager" +msgstr "Integrate into file manager" + +#: plugins/nextcloud-ui/package/contents/ui/Server.qml:14 +#, kde-format +msgid "Nextcloud Login" +msgstr "Nextcloud Login" + +#: plugins/nextcloud-ui/package/contents/ui/Server.qml:49 +#: plugins/owncloud-ui/package/contents/ui/Server.qml:60 +#, kde-format +msgid "Server address:" +msgstr "Server address:" + +#: plugins/nextcloud-ui/package/contents/ui/Server.qml:65 +#: plugins/owncloud-ui/package/contents/ui/Server.qml:76 +#, kde-format +msgid "Next" +msgstr "Next" + +#: plugins/nextcloud-ui/package/contents/ui/Services.qml:16 +#: plugins/owncloud-ui/package/contents/ui/Services.qml:17 +#, kde-format +msgid "Services" +msgstr "Services" + +#: plugins/nextcloud-ui/package/contents/ui/Services.qml:50 +#: plugins/owncloud-ui/package/contents/ui/Services.qml:52 +#, kde-format +msgid "Finish" +msgstr "Finish" + +#: plugins/owncloud-ui/owncloudcontroller.cpp:118 +#, kde-format +msgid "" +"Unable to connect to ownCloud at the given server URL. Please check the " +"server URL." +msgstr "" +"Unable to connect to ownCloud at the given server URL. Please check the " +"server URL." + +#: plugins/owncloud-ui/owncloudcontroller.cpp:231 +#, kde-format +msgid "Storage integration" +msgstr "Storage integration" + +#: plugins/owncloud-ui/package/contents/ui/Server.qml:15 +#, kde-format +msgid "ownCloud Login" +msgstr "ownCloud Login" + +#: plugins/owncloud-ui/package/contents/ui/Server.qml:48 +#, kde-format +msgid "Username:" +msgstr "Username:" + +#: plugins/owncloud-ui/package/contents/ui/Server.qml:53 +#, kde-format +msgid "Password:" +msgstr "Password:" + +#. "Contacts" on Facebook - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/facebook-contacts.service.in:6 +msgctxt "Facebook Contacts" +msgid "Contacts" +msgstr "Contacts" + +#. "Events" on Facebook - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/facebook-events.service.in:6 +msgid "Events" +msgstr "Events" + +#. "Posts Feed" on Facebook - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/facebook-feed.service.in:6 +msgid "Posts Feed" +msgstr "Posts Feed" + +#. "Notes" on Facebook - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/facebook-notes.service.in:6 +msgid "Notes" +msgstr "Notes" + +#. "Notifications" on Facebook - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/facebook-notifications.service.in:6 +msgid "Notifications" +msgstr "Notifications" + +#. Google's Calendars - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/google-calendar.service.in:6 +msgid "Calendars and Tasks" +msgstr "Calendars and Tasks" + +#. Google's Contacts - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/google-contacts.service.in:6 +msgctxt "Google Contacts" +msgid "Contacts" +msgstr "Contacts" + +#. identi.ca microblog feed - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/identica-microblog.service.in:6 +msgid "identi.ca" +msgstr "identi.ca" + +#. ownCloud's Calendar - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#. Runners-ID Calendar - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/owncloud-calendar.service.in:6 +#: services/disabled/runners-calendar.service.in:6 +msgid "Calendar" +msgstr "Calendar" + +#. ownCloud's Contacts - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/owncloud-contacts.service.in:6 +msgctxt "ownCloud Contacts" +msgid "Contacts" +msgstr "Contacts" + +#. Runners-ID Contacts - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/runners-contacts.service.in:6 +msgctxt "Runners-ID Contacts" +msgid "Contacts" +msgstr "Contacts" + +#. Runners-ID Music - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/runners-music.service.in:6 +msgid "Music" +msgstr "Music" + +#. Twitter's feed - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/twitter-microblog.service.in:6 +msgid "Twitter" +msgstr "Twitter" + +#~ msgid "Facebook" +#~ msgstr "Facebook" + +#~ msgid "Includes Posts, Notes, Events, Notifications and Chat" +#~ msgstr "Includes Posts, Notes, Events, Notifications and Chat" + +#~ msgid "Google" +#~ msgstr "Google" + +#~ msgid "Includes GMail, Google Drive and YouTube" +#~ msgstr "Includes GMail, Google Drive and YouTube" + +#~ msgid "Nextcloud" +#~ msgstr "Nextcloud" + +#~ msgid "Nextcloud account" +#~ msgstr "Nextcloud account" + +#~ msgid "ownCloud" +#~ msgstr "ownCloud" + +#~ msgid "ownCloud account" +#~ msgstr "ownCloud account" + +#~ msgid "Runners ID" +#~ msgstr "Runners ID" + +#~ msgid "org.kde.kaccounts.owncloud" +#~ msgstr "org.kde.kaccounts.owncloud" + +#~ msgid "helper" +#~ msgstr "helper" + +#~ msgid "org.kde.kaccounts.UiPlugin" +#~ msgstr "org.kde.kaccounts.UiPlugin" + +#~ msgid "http://" +#~ msgstr "http://" + +#~ msgid "https://" +#~ msgstr "https://" + +#~ msgid "status.php" +#~ msgstr "status.php" + +#~ msgid "Checking for ownCloud instance at" +#~ msgstr "Checking for ownCloud instance at" + +#~ msgid "Received url to figure out:" +#~ msgstr "Received url to figure out:" + +#~ msgid "version" +#~ msgstr "version" + +#~ msgid "No json" +#~ msgstr "No json" + +#~ msgid "ownCloud appears to be running at the specified URL" +#~ msgstr "ownCloud appears to be running at the specified URL" + +#~ msgid "Server URL ok, checking auth..." +#~ msgstr "Server URL ok, checking auth..." + +#~ msgid "remote.php/webdav" +#~ msgstr "remote.php/webdav" + +#~ msgid "" +#~ "" +#~ msgstr "" +#~ "" + +#~ msgid "1" +#~ msgstr "1" + +#~ msgid "cookies" +#~ msgstr "cookies" + +#~ msgid "none" +#~ msgstr "none" + +#~ msgid "no-cache" +#~ msgstr "no-cache" + +#~ msgid "Auth job finished, received error page:" +#~ msgstr "Auth job finished, received error page:" + +#~ msgid "server" +#~ msgstr "server" + +#~ msgid "__service/owncloud-contacts" +#~ msgstr "__service/owncloud-contacts" + +#~ msgid "/remote.php/carddav/addressbooks/%1" +#~ msgstr "/remote.php/carddav/addressbooks/%1" + +#~ msgid "carddavUrl" +#~ msgstr "carddavUrl" + +#~ msgid "Includes your Timeline and Mentions" +#~ msgstr "Includes your Timeline and Mentions" + +#~ msgid "Chat" +#~ msgstr "Chat" + +#~ msgid "Google Hangouts" +#~ msgstr "Google Hangouts" diff --git a/po/eo/kaccounts-providers.po b/po/eo/kaccounts-providers.po new file mode 100644 index 0000000..ed45760 --- /dev/null +++ b/po/eo/kaccounts-providers.po @@ -0,0 +1,233 @@ +# translation of kaccounts-providers.pot to esperanto +# Copyright (C) 2023 Free Software Foundation, Inc. +# This file is distributed under the same license as the kaccounts-providers package. +# Oliver Kellogg \n" +"Language-Team: Esperanto \n" +"Language: eo\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: translate-po (https://github.com/zcribe/translate-po)\n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" + +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:89 +#, kde-format +msgid "" +"Unable to connect to Nextcloud at the given server URL. Please check the " +"server URL." +msgstr "" +"Ne eblas konektiĝi al Nextcloud ĉe la donita servila URL. Bonvolu kontroli " +"la servilan URL." + +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:148 +#: plugins/owncloud-ui/owncloudcontroller.cpp:174 +#, kde-format +msgid "Unable to authenticate using the provided username and password" +msgstr "Ne eblas aÅ­tentikiĝi per la provizitaj uzantnomo kaj pasvorto" + +#. TODO Find a way to not hardcode this +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:202 +#: services/nextcloud-contacts.service.in:4 +#, kde-format +msgid "Contacts" +msgstr "Kontaktoj" + +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:202 +#, kde-format +msgid "Synchronize contacts" +msgstr "Sinkronigi kontaktojn" + +#. Runners-ID Storage - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#. TODO Find a way to not hardcode this +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:203 +#: plugins/owncloud-ui/owncloudcontroller.cpp:231 +#: services/disabled/runners-storage.service.in:6 +#: services/nextcloud-storage.service.in:4 +#: services/owncloud-storage.service.in:4 +#, kde-format +msgid "Storage" +msgstr "Konservejo" + +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:203 +#, kde-format +msgid "Integrate into file manager" +msgstr "Integriĝi en dosiermastrumilon" + +#: plugins/nextcloud-ui/package/contents/ui/Server.qml:14 +#, kde-format +msgid "Nextcloud Login" +msgstr "Nextcloud-Ensaluto" + +#: plugins/nextcloud-ui/package/contents/ui/Server.qml:49 +#: plugins/owncloud-ui/package/contents/ui/Server.qml:60 +#, kde-format +msgid "Server address:" +msgstr "Servila adreso:" + +#: plugins/nextcloud-ui/package/contents/ui/Server.qml:65 +#: plugins/owncloud-ui/package/contents/ui/Server.qml:76 +#, kde-format +msgid "Next" +msgstr "Next" + +#: plugins/nextcloud-ui/package/contents/ui/Services.qml:16 +#: plugins/owncloud-ui/package/contents/ui/Services.qml:17 +#, kde-format +msgid "Services" +msgstr "Servoj" + +#: plugins/nextcloud-ui/package/contents/ui/Services.qml:50 +#: plugins/owncloud-ui/package/contents/ui/Services.qml:52 +#, kde-format +msgid "Finish" +msgstr "Fini" + +#: plugins/owncloud-ui/owncloudcontroller.cpp:118 +#, kde-format +msgid "" +"Unable to connect to ownCloud at the given server URL. Please check the " +"server URL." +msgstr "" +"Ne eblas konektiĝi al ownCloud ĉe la donita servila URL. Bonvolu kontroli la " +"servilon URL." + +#: plugins/owncloud-ui/owncloudcontroller.cpp:231 +#, kde-format +msgid "Storage integration" +msgstr "Konserveja integriĝo" + +#: plugins/owncloud-ui/package/contents/ui/Server.qml:15 +#, kde-format +msgid "ownCloud Login" +msgstr "Ensaluto ownCloud" + +#: plugins/owncloud-ui/package/contents/ui/Server.qml:48 +#, kde-format +msgid "Username:" +msgstr "Uzantnomo:" + +#: plugins/owncloud-ui/package/contents/ui/Server.qml:53 +#, kde-format +msgid "Password:" +msgstr "Pasvorto:" + +#. "Contacts" on Facebook - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/facebook-contacts.service.in:6 +msgctxt "Facebook Contacts" +msgid "Contacts" +msgstr "Kontaktoj" + +#. "Events" on Facebook - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/facebook-events.service.in:6 +msgid "Events" +msgstr "Eventoj" + +#. "Posts Feed" on Facebook - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/facebook-feed.service.in:6 +msgid "Posts Feed" +msgstr "Fluo de Afiŝoj" + +#. "Notes" on Facebook - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/facebook-notes.service.in:6 +msgid "Notes" +msgstr "Notoj" + +#. "Notifications" on Facebook - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/facebook-notifications.service.in:6 +msgid "Notifications" +msgstr "Sciigoj" + +#. Google's Calendars - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/google-calendar.service.in:6 +msgid "Calendars and Tasks" +msgstr "Kalendaroj kaj Taskoj" + +#. Google's Contacts - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/google-contacts.service.in:6 +msgctxt "Google Contacts" +msgid "Contacts" +msgstr "Kontaktoj" + +#. identi.ca microblog feed - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/identica-microblog.service.in:6 +msgid "identi.ca" +msgstr "identi.ca" + +#. ownCloud's Calendar - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#. Runners-ID Calendar - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/owncloud-calendar.service.in:6 +#: services/disabled/runners-calendar.service.in:6 +msgid "Calendar" +msgstr "Kalendaro" + +#. ownCloud's Contacts - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/owncloud-contacts.service.in:6 +msgctxt "ownCloud Contacts" +msgid "Contacts" +msgstr "Kontaktoj" + +#. Runners-ID Contacts - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/runners-contacts.service.in:6 +msgctxt "Runners-ID Contacts" +msgid "Contacts" +msgstr "Kontaktoj" + +#. Runners-ID Music - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/runners-music.service.in:6 +msgid "Music" +msgstr "Muziko" + +#. Twitter's feed - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/twitter-microblog.service.in:6 +msgid "Twitter" +msgstr "Twitter" + +#~ msgid "Facebook" +#~ msgstr "Fejsbuko" + +#~ msgid "Includes Posts, Notes, Events, Notifications and Chat" +#~ msgstr "Inkluzivas Afiŝojn, Notojn, Eventojn, Sciigojn kaj Babiladon" + +#~ msgid "Google" +#~ msgstr "Guglo" + +#~ msgid "Includes GMail, Google Drive and YouTube" +#~ msgstr "Inkluzivas GMail, Google Drive kaj YouTube" + +#~ msgid "Nextcloud" +#~ msgstr "Nextcloud" + +#~ msgid "Nextcloud account" +#~ msgstr "Nextcloud-konto" + +#~ msgid "ownCloud" +#~ msgstr "ownCloud" + +#~ msgid "ownCloud account" +#~ msgstr "ownCloud-konto" + +#~ msgid "Runners ID" +#~ msgstr "ID de Rulantoj" diff --git a/po/es/kaccounts-providers.po b/po/es/kaccounts-providers.po new file mode 100644 index 0000000..e2a4b8d --- /dev/null +++ b/po/es/kaccounts-providers.po @@ -0,0 +1,315 @@ +# Spanish translations for kaccounts-providers.po package. +# Copyright (C) 2014 This_file_is_part_of_KDE +# This file is distributed under the same license as the PACKAGE package. +# +# Automatically generated, 2014. +# Eloy Cuadra , 2014, 2017, 2019, 2020, 2023. +# Víctor Rodrigo Córdoba , 2014. +# Rocio Gallego , 2015. +msgid "" +msgstr "" +"Project-Id-Version: kaccounts-providers\n" +"Report-Msgid-Bugs-To: https://bugs.kde.org\n" +"POT-Creation-Date: 2024-08-02 00:40+0000\n" +"PO-Revision-Date: 2023-07-30 19:24+0200\n" +"Last-Translator: Eloy Cuadra \n" +"Language-Team: Spanish \n" +"Language: es\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" +"X-Generator: Lokalize 23.04.3\n" + +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:89 +#, kde-format +msgid "" +"Unable to connect to Nextcloud at the given server URL. Please check the " +"server URL." +msgstr "" +"No se ha podido conectar a Nextcloud en la URL especificada para el " +"servidor. Compruebe la URL del servidor." + +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:148 +#: plugins/owncloud-ui/owncloudcontroller.cpp:174 +#, kde-format +msgid "Unable to authenticate using the provided username and password" +msgstr "" +"No se ha podido realizar la autenticación con el usuario y contraseña " +"proporcionados" + +#. TODO Find a way to not hardcode this +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:202 +#: services/nextcloud-contacts.service.in:4 +#, kde-format +msgid "Contacts" +msgstr "Contactos" + +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:202 +#, kde-format +msgid "Synchronize contacts" +msgstr "Sincronizar contactos" + +#. Runners-ID Storage - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#. TODO Find a way to not hardcode this +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:203 +#: plugins/owncloud-ui/owncloudcontroller.cpp:231 +#: services/disabled/runners-storage.service.in:6 +#: services/nextcloud-storage.service.in:4 +#: services/owncloud-storage.service.in:4 +#, kde-format +msgid "Storage" +msgstr "Almacenamiento" + +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:203 +#, kde-format +msgid "Integrate into file manager" +msgstr "Integrar en el gestor de archivos" + +#: plugins/nextcloud-ui/package/contents/ui/Server.qml:14 +#, kde-format +msgid "Nextcloud Login" +msgstr "Inicio de sesión en Nextcloud" + +#: plugins/nextcloud-ui/package/contents/ui/Server.qml:49 +#: plugins/owncloud-ui/package/contents/ui/Server.qml:60 +#, kde-format +msgid "Server address:" +msgstr "Dirección del servidor:" + +#: plugins/nextcloud-ui/package/contents/ui/Server.qml:65 +#: plugins/owncloud-ui/package/contents/ui/Server.qml:76 +#, kde-format +msgid "Next" +msgstr "Siguiente" + +#: plugins/nextcloud-ui/package/contents/ui/Services.qml:16 +#: plugins/owncloud-ui/package/contents/ui/Services.qml:17 +#, kde-format +msgid "Services" +msgstr "Servicios" + +#: plugins/nextcloud-ui/package/contents/ui/Services.qml:50 +#: plugins/owncloud-ui/package/contents/ui/Services.qml:52 +#, kde-format +msgid "Finish" +msgstr "Finalizar" + +#: plugins/owncloud-ui/owncloudcontroller.cpp:118 +#, kde-format +msgid "" +"Unable to connect to ownCloud at the given server URL. Please check the " +"server URL." +msgstr "" +"No se ha podido conectar a ownCloud en la URL especificada para el servidor. " +"Compruebe la URL del servidor." + +#: plugins/owncloud-ui/owncloudcontroller.cpp:231 +#, kde-format +msgid "Storage integration" +msgstr "Integración de almacenamiento" + +#: plugins/owncloud-ui/package/contents/ui/Server.qml:15 +#, kde-format +msgid "ownCloud Login" +msgstr "Inicio de sesión en ownCloud" + +#: plugins/owncloud-ui/package/contents/ui/Server.qml:48 +#, kde-format +msgid "Username:" +msgstr "Nombre de usuario:" + +#: plugins/owncloud-ui/package/contents/ui/Server.qml:53 +#, kde-format +msgid "Password:" +msgstr "Contraseña:" + +#. "Contacts" on Facebook - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/facebook-contacts.service.in:6 +msgctxt "Facebook Contacts" +msgid "Contacts" +msgstr "Contactos" + +#. "Events" on Facebook - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/facebook-events.service.in:6 +msgid "Events" +msgstr "Eventos" + +#. "Posts Feed" on Facebook - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/facebook-feed.service.in:6 +msgid "Posts Feed" +msgstr "Últimas noticias" + +#. "Notes" on Facebook - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/facebook-notes.service.in:6 +msgid "Notes" +msgstr "Notas" + +#. "Notifications" on Facebook - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/facebook-notifications.service.in:6 +msgid "Notifications" +msgstr "Notificaciones" + +#. Google's Calendars - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/google-calendar.service.in:6 +msgid "Calendars and Tasks" +msgstr "Calendarios y tareas" + +#. Google's Contacts - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/google-contacts.service.in:6 +msgctxt "Google Contacts" +msgid "Contacts" +msgstr "Contactos" + +#. identi.ca microblog feed - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/identica-microblog.service.in:6 +msgid "identi.ca" +msgstr "identi.ca" + +#. ownCloud's Calendar - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#. Runners-ID Calendar - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/owncloud-calendar.service.in:6 +#: services/disabled/runners-calendar.service.in:6 +msgid "Calendar" +msgstr "Calendario" + +#. ownCloud's Contacts - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/owncloud-contacts.service.in:6 +msgctxt "ownCloud Contacts" +msgid "Contacts" +msgstr "Contactos" + +#. Runners-ID Contacts - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/runners-contacts.service.in:6 +msgctxt "Runners-ID Contacts" +msgid "Contacts" +msgstr "Contactos" + +#. Runners-ID Music - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/runners-music.service.in:6 +msgid "Music" +msgstr "Música" + +#. Twitter's feed - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/twitter-microblog.service.in:6 +msgid "Twitter" +msgstr "Twitter" + +#~ msgid "Facebook" +#~ msgstr "Facebook" + +#~ msgid "Includes Posts, Notes, Events, Notifications and Chat" +#~ msgstr "Incluye noticias, notas, eventos, notificaciones y chat" + +#~ msgid "Google" +#~ msgstr "Google" + +#~ msgid "Includes GMail, Google Drive and YouTube" +#~ msgstr "Incluye GMail, Google Drive y YouTube" + +#~ msgid "Nextcloud" +#~ msgstr "Nextcloud" + +#~ msgid "Nextcloud account" +#~ msgstr "Cuenta de Nextcloud" + +#~ msgid "ownCloud" +#~ msgstr "ownCloud" + +#~ msgid "ownCloud account" +#~ msgstr "Cuenta de ownCloud" + +#~ msgid "Runners ID" +#~ msgstr "Runners ID" + +#~ msgid "org.kde.kaccounts.owncloud" +#~ msgstr "org.kde.kaccounts.owncloud" + +#~ msgid "helper" +#~ msgstr "ayudante" + +#~ msgid "org.kde.kaccounts.UiPlugin" +#~ msgstr "org.kde.kaccounts.UiPlugin" + +#~ msgid "http://" +#~ msgstr "http://" + +#~ msgid "https://" +#~ msgstr "https://" + +#~ msgid "status.php" +#~ msgstr "status.php" + +#~ msgid "Checking for ownCloud instance at" +#~ msgstr "Comprobando la instancia de ownCloud en" + +#~ msgid "Received url to figure out:" +#~ msgstr "Se ha recibido la URL que hay que resolver:" + +#~ msgid "version" +#~ msgstr "versión" + +#~ msgid "No json" +#~ msgstr "No json" + +#~ msgid "ownCloud appears to be running at the specified URL" +#~ msgstr "Parece que ownCloud se está ejecutando en la URL especificada" + +#~ msgid "Server URL ok, checking auth..." +#~ msgstr "URL del servidor correcta, comprobando autenticación..." + +#~ msgid "remote.php/webdav" +#~ msgstr "remote.php/webdav" + +#~ msgid "" +#~ "" +#~ msgstr "" +#~ "" + +#~ msgid "1" +#~ msgstr "1" + +#~ msgid "cookies" +#~ msgstr "cookies" + +#~ msgid "none" +#~ msgstr "ninguno" + +#~ msgid "no-cache" +#~ msgstr "no caché" + +#~ msgid "Auth job finished, received error page:" +#~ msgstr "" +#~ "Proceso de autenticación finalizado, se ha recibido una página de error:" + +#~ msgid "server" +#~ msgstr "servidor" + +#~ msgid "__service/owncloud-contacts" +#~ msgstr "__service/owncloud-contacts" + +#~ msgid "/remote.php/carddav/addressbooks/%1" +#~ msgstr "/remote.php/carddav/addressbooks/%1" + +#~ msgid "carddavUrl" +#~ msgstr "carddavUrl" + +#~ msgid "Includes your Timeline and Mentions" +#~ msgstr "Incluye tu cronología y menciones" diff --git a/po/et/kaccounts-providers.po b/po/et/kaccounts-providers.po new file mode 100644 index 0000000..2350c21 --- /dev/null +++ b/po/et/kaccounts-providers.po @@ -0,0 +1,237 @@ +# Copyright (C) YEAR This_file_is_part_of_KDE +# This file is distributed under the same license as the PACKAGE package. +# +# Marek Laane , 2016, 2019, 2020. +msgid "" +msgstr "" +"Project-Id-Version: \n" +"Report-Msgid-Bugs-To: https://bugs.kde.org\n" +"POT-Creation-Date: 2024-08-02 00:40+0000\n" +"PO-Revision-Date: 2020-03-05 22:49+0200\n" +"Last-Translator: Marek Laane \n" +"Language-Team: Estonian \n" +"Language: et\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" +"X-Generator: Lokalize 19.08.1\n" + +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:89 +#, kde-format +msgid "" +"Unable to connect to Nextcloud at the given server URL. Please check the " +"server URL." +msgstr "" +"Ühendumine Nextcloudiga määratud serveri URL-il nurjus. Palun kontrolli " +"serveri URL-i." + +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:148 +#: plugins/owncloud-ui/owncloudcontroller.cpp:174 +#, kde-format +msgid "Unable to authenticate using the provided username and password" +msgstr "Autentimine antud kasutajanime ja parooliga nurjus." + +#. TODO Find a way to not hardcode this +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:202 +#: services/nextcloud-contacts.service.in:4 +#, kde-format +msgid "Contacts" +msgstr "Kontaktid" + +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:202 +#, kde-format +msgid "Synchronize contacts" +msgstr "" + +#. Runners-ID Storage - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#. TODO Find a way to not hardcode this +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:203 +#: plugins/owncloud-ui/owncloudcontroller.cpp:231 +#: services/disabled/runners-storage.service.in:6 +#: services/nextcloud-storage.service.in:4 +#: services/owncloud-storage.service.in:4 +#, kde-format +msgid "Storage" +msgstr "Ressurss" + +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:203 +#, kde-format +msgid "Integrate into file manager" +msgstr "" + +#: plugins/nextcloud-ui/package/contents/ui/Server.qml:14 +#, fuzzy, kde-format +#| msgid "Nextcloud account" +msgid "Nextcloud Login" +msgstr "Nextcloudi konto" + +#: plugins/nextcloud-ui/package/contents/ui/Server.qml:49 +#: plugins/owncloud-ui/package/contents/ui/Server.qml:60 +#, kde-format +msgid "Server address:" +msgstr "" + +#: plugins/nextcloud-ui/package/contents/ui/Server.qml:65 +#: plugins/owncloud-ui/package/contents/ui/Server.qml:76 +#, fuzzy, kde-format +#| msgid "Nextcloud" +msgid "Next" +msgstr "Nextcloud" + +#: plugins/nextcloud-ui/package/contents/ui/Services.qml:16 +#: plugins/owncloud-ui/package/contents/ui/Services.qml:17 +#, kde-format +msgid "Services" +msgstr "" + +#: plugins/nextcloud-ui/package/contents/ui/Services.qml:50 +#: plugins/owncloud-ui/package/contents/ui/Services.qml:52 +#, kde-format +msgid "Finish" +msgstr "" + +#: plugins/owncloud-ui/owncloudcontroller.cpp:118 +#, kde-format +msgid "" +"Unable to connect to ownCloud at the given server URL. Please check the " +"server URL." +msgstr "" +"Ühendumine ownCloudiga määratud serveri URL-il nurjus. Palun kontrolli " +"serveri URL-i." + +#: plugins/owncloud-ui/owncloudcontroller.cpp:231 +#, kde-format +msgid "Storage integration" +msgstr "" + +#: plugins/owncloud-ui/package/contents/ui/Server.qml:15 +#, fuzzy, kde-format +#| msgid "ownCloud account" +msgid "ownCloud Login" +msgstr "ownCloudi konto" + +#: plugins/owncloud-ui/package/contents/ui/Server.qml:48 +#, kde-format +msgid "Username:" +msgstr "" + +#: plugins/owncloud-ui/package/contents/ui/Server.qml:53 +#, kde-format +msgid "Password:" +msgstr "" + +#. "Contacts" on Facebook - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/facebook-contacts.service.in:6 +msgctxt "Facebook Contacts" +msgid "Contacts" +msgstr "Kontaktid" + +#. "Events" on Facebook - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/facebook-events.service.in:6 +msgid "Events" +msgstr "Sündmused" + +#. "Posts Feed" on Facebook - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/facebook-feed.service.in:6 +msgid "Posts Feed" +msgstr "Postituste voog" + +#. "Notes" on Facebook - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/facebook-notes.service.in:6 +msgid "Notes" +msgstr "Märkmed" + +#. "Notifications" on Facebook - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/facebook-notifications.service.in:6 +msgid "Notifications" +msgstr "Märguanded" + +#. Google's Calendars - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/google-calendar.service.in:6 +msgid "Calendars and Tasks" +msgstr "Kalendrid ja ülesanded" + +#. Google's Contacts - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/google-contacts.service.in:6 +msgctxt "Google Contacts" +msgid "Contacts" +msgstr "Kontaktid" + +#. identi.ca microblog feed - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/identica-microblog.service.in:6 +msgid "identi.ca" +msgstr "identi.ca" + +#. ownCloud's Calendar - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#. Runners-ID Calendar - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/owncloud-calendar.service.in:6 +#: services/disabled/runners-calendar.service.in:6 +msgid "Calendar" +msgstr "Kalender" + +#. ownCloud's Contacts - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/owncloud-contacts.service.in:6 +msgctxt "ownCloud Contacts" +msgid "Contacts" +msgstr "Kontaktid" + +#. Runners-ID Contacts - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/runners-contacts.service.in:6 +msgctxt "Runners-ID Contacts" +msgid "Contacts" +msgstr "Kontaktid" + +#. Runners-ID Music - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/runners-music.service.in:6 +msgid "Music" +msgstr "Muusika" + +#. Twitter's feed - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/twitter-microblog.service.in:6 +msgid "Twitter" +msgstr "Twitter" + +#~ msgid "Facebook" +#~ msgstr "Facebook" + +#~ msgid "Includes Posts, Notes, Events, Notifications and Chat" +#~ msgstr "Kaasa arvatud postitused, märkmed, sündmused, märguanded ja vestlus" + +#~ msgid "Google" +#~ msgstr "Google" + +#, fuzzy +#~| msgid "Includes GMail, Hangouts, Google Drive and YouTube" +#~ msgid "Includes GMail, Google Drive and YouTube" +#~ msgstr "Kaasa arvatud GMail, Hangouts, Google Drive ja Youtube" + +#~ msgid "Nextcloud" +#~ msgstr "Nextcloud" + +#~ msgid "Nextcloud account" +#~ msgstr "Nextcloudi konto" + +#~ msgid "ownCloud" +#~ msgstr "ownCloud" + +#~ msgid "ownCloud account" +#~ msgstr "ownCloudi konto" + +#~ msgid "Runners ID" +#~ msgstr "Runners ID" diff --git a/po/eu/kaccounts-providers.po b/po/eu/kaccounts-providers.po new file mode 100644 index 0000000..1f56f4c --- /dev/null +++ b/po/eu/kaccounts-providers.po @@ -0,0 +1,239 @@ +# Translation for kaccounts-providers.po to Euskara/Basque (eu). +# Copyright (C) 2018-2023 This file is copyright: +# This file is distributed under the same license as the kaccounts-providers package. +# KDE euskaratzeko proiektuko arduraduna . +# +# Translators: +# Gontzal M. Pujana , 2018. +# Iñigo Salvador Azurmendi , 2019, 2020, 2023. +msgid "" +msgstr "" +"Project-Id-Version: kaccounts-providers\n" +"Report-Msgid-Bugs-To: https://bugs.kde.org\n" +"POT-Creation-Date: 2024-08-02 00:40+0000\n" +"PO-Revision-Date: 2023-07-30 19:37+0200\n" +"Last-Translator: Iñigo Salvador Azurmendi \n" +"Language-Team: Basque \n" +"Language: eu\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Lokalize 23.04.3\n" + +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:89 +#, kde-format +msgid "" +"Unable to connect to Nextcloud at the given server URL. Please check the " +"server URL." +msgstr "" +"Ezin da konektatu NextCloud-era adierazitako zerbitzariaren URLan. Egiaztatu " +"zerbitzariaren URLa." + +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:148 +#: plugins/owncloud-ui/owncloudcontroller.cpp:174 +#, kde-format +msgid "Unable to authenticate using the provided username and password" +msgstr "" +"Ezin da autentifikatu emandako erabiltzaile-izena eta pasahitza erabiliz" + +#. TODO Find a way to not hardcode this +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:202 +#: services/nextcloud-contacts.service.in:4 +#, kde-format +msgid "Contacts" +msgstr "Kontaktuak" + +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:202 +#, kde-format +msgid "Synchronize contacts" +msgstr "Sinkronizatu kontaktuak" + +#. Runners-ID Storage - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#. TODO Find a way to not hardcode this +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:203 +#: plugins/owncloud-ui/owncloudcontroller.cpp:231 +#: services/disabled/runners-storage.service.in:6 +#: services/nextcloud-storage.service.in:4 +#: services/owncloud-storage.service.in:4 +#, kde-format +msgid "Storage" +msgstr "Biltegiratzea" + +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:203 +#, kde-format +msgid "Integrate into file manager" +msgstr "Fitxategi-kudeatzailean bateratu" + +#: plugins/nextcloud-ui/package/contents/ui/Server.qml:14 +#, kde-format +msgid "Nextcloud Login" +msgstr "NextCloud saio-hastea" + +#: plugins/nextcloud-ui/package/contents/ui/Server.qml:49 +#: plugins/owncloud-ui/package/contents/ui/Server.qml:60 +#, kde-format +msgid "Server address:" +msgstr "Zerbitzariaren helbidea:" + +#: plugins/nextcloud-ui/package/contents/ui/Server.qml:65 +#: plugins/owncloud-ui/package/contents/ui/Server.qml:76 +#, kde-format +msgid "Next" +msgstr "Hurrengoa" + +#: plugins/nextcloud-ui/package/contents/ui/Services.qml:16 +#: plugins/owncloud-ui/package/contents/ui/Services.qml:17 +#, kde-format +msgid "Services" +msgstr "Zerbitzuak" + +#: plugins/nextcloud-ui/package/contents/ui/Services.qml:50 +#: plugins/owncloud-ui/package/contents/ui/Services.qml:52 +#, kde-format +msgid "Finish" +msgstr "Amaitu" + +#: plugins/owncloud-ui/owncloudcontroller.cpp:118 +#, kde-format +msgid "" +"Unable to connect to ownCloud at the given server URL. Please check the " +"server URL." +msgstr "" +"Ezin da konektatu ownCloud-era adierazitako URLan. Egiaztatu zerbitzariaren " +"URLa." + +#: plugins/owncloud-ui/owncloudcontroller.cpp:231 +#, kde-format +msgid "Storage integration" +msgstr "Biltegiratzearen integrazioa" + +#: plugins/owncloud-ui/package/contents/ui/Server.qml:15 +#, kde-format +msgid "ownCloud Login" +msgstr "ownCloud saio-hastea" + +#: plugins/owncloud-ui/package/contents/ui/Server.qml:48 +#, kde-format +msgid "Username:" +msgstr "Erabiltzaile-izena:" + +#: plugins/owncloud-ui/package/contents/ui/Server.qml:53 +#, kde-format +msgid "Password:" +msgstr "Pasahitza:" + +#. "Contacts" on Facebook - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/facebook-contacts.service.in:6 +msgctxt "Facebook Contacts" +msgid "Contacts" +msgstr "Kontaktuak" + +#. "Events" on Facebook - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/facebook-events.service.in:6 +msgid "Events" +msgstr "Gertaerak" + +#. "Posts Feed" on Facebook - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/facebook-feed.service.in:6 +msgid "Posts Feed" +msgstr "Mezuen jarioa" + +#. "Notes" on Facebook - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/facebook-notes.service.in:6 +msgid "Notes" +msgstr "Oharrak" + +#. "Notifications" on Facebook - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/facebook-notifications.service.in:6 +msgid "Notifications" +msgstr "Jakinarazpenak" + +#. Google's Calendars - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/google-calendar.service.in:6 +msgid "Calendars and Tasks" +msgstr "Egutegiak eta atazak" + +#. Google's Contacts - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/google-contacts.service.in:6 +msgctxt "Google Contacts" +msgid "Contacts" +msgstr "Kontaktuak" + +#. identi.ca microblog feed - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/identica-microblog.service.in:6 +msgid "identi.ca" +msgstr "identi.ca" + +#. ownCloud's Calendar - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#. Runners-ID Calendar - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/owncloud-calendar.service.in:6 +#: services/disabled/runners-calendar.service.in:6 +msgid "Calendar" +msgstr "Egutegia" + +#. ownCloud's Contacts - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/owncloud-contacts.service.in:6 +msgctxt "ownCloud Contacts" +msgid "Contacts" +msgstr "Kontaktuak" + +#. Runners-ID Contacts - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/runners-contacts.service.in:6 +msgctxt "Runners-ID Contacts" +msgid "Contacts" +msgstr "Kontaktuak" + +#. Runners-ID Music - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/runners-music.service.in:6 +msgid "Music" +msgstr "Musika" + +#. Twitter's feed - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/twitter-microblog.service.in:6 +msgid "Twitter" +msgstr "Twitter" + +#~ msgid "Facebook" +#~ msgstr "Facebook" + +#~ msgid "Includes Posts, Notes, Events, Notifications and Chat" +#~ msgstr "" +#~ "Barnean hartzen ditu mezuak, oharrak, gertaerak, jakinarazpenak eta " +#~ "berriketak" + +#~ msgid "Google" +#~ msgstr "Google" + +#~ msgid "Includes GMail, Google Drive and YouTube" +#~ msgstr "Barnean hartzen ditu GMail, Google Drive eta YouTube" + +#~ msgid "Nextcloud" +#~ msgstr "Nextcloud" + +#~ msgid "Nextcloud account" +#~ msgstr "NextCloud kontua" + +#~ msgid "ownCloud" +#~ msgstr "ownCloud" + +#~ msgid "ownCloud account" +#~ msgstr "ownCloud kontua" + +#~ msgid "Runners ID" +#~ msgstr "Runners ID" diff --git a/po/fi/kaccounts-providers.po b/po/fi/kaccounts-providers.po new file mode 100644 index 0000000..6468337 --- /dev/null +++ b/po/fi/kaccounts-providers.po @@ -0,0 +1,243 @@ +# Copyright (C) YEAR This_file_is_part_of_KDE +# This file is distributed under the same license as the PACKAGE package. +# Tommi Nieminen , 2014, 2017, 2020, 2023. +# Lasse Liehu , 2014, 2016. +# +msgid "" +msgstr "" +"Project-Id-Version: \n" +"Report-Msgid-Bugs-To: https://bugs.kde.org\n" +"POT-Creation-Date: 2024-08-02 00:40+0000\n" +"PO-Revision-Date: 2023-08-26 17:49+0300\n" +"Last-Translator: Tommi Nieminen \n" +"Language-Team: Finnish \n" +"Language: fi\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:89 +#, kde-format +msgid "" +"Unable to connect to Nextcloud at the given server URL. Please check the " +"server URL." +msgstr "" +"Annetulla palvelinosoitteella ei voitu yhdistää Nextcloudiin. Tarkista " +"osoite." + +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:148 +#: plugins/owncloud-ui/owncloudcontroller.cpp:174 +#, kde-format +msgid "Unable to authenticate using the provided username and password" +msgstr "" +"Todentaminen ei onnistunut annetulla käyttäjätunnuksella ja salasanalla" + +#. TODO Find a way to not hardcode this +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:202 +#: services/nextcloud-contacts.service.in:4 +#, kde-format +msgid "Contacts" +msgstr "Yhteystiedot" + +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:202 +#, kde-format +msgid "Synchronize contacts" +msgstr "Synkronoi yhteystiedot" + +#. Runners-ID Storage - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#. TODO Find a way to not hardcode this +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:203 +#: plugins/owncloud-ui/owncloudcontroller.cpp:231 +#: services/disabled/runners-storage.service.in:6 +#: services/nextcloud-storage.service.in:4 +#: services/owncloud-storage.service.in:4 +#, kde-format +msgid "Storage" +msgstr "Tallennustila" + +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:203 +#, kde-format +msgid "Integrate into file manager" +msgstr "Yhdistä tiedostonhallintaan" + +#: plugins/nextcloud-ui/package/contents/ui/Server.qml:14 +#, kde-format +msgid "Nextcloud Login" +msgstr "Nextcloud-kirjautuminen" + +#: plugins/nextcloud-ui/package/contents/ui/Server.qml:49 +#: plugins/owncloud-ui/package/contents/ui/Server.qml:60 +#, kde-format +msgid "Server address:" +msgstr "Palvelimen osoite:" + +#: plugins/nextcloud-ui/package/contents/ui/Server.qml:65 +#: plugins/owncloud-ui/package/contents/ui/Server.qml:76 +#, kde-format +msgid "Next" +msgstr "Seuraava" + +#: plugins/nextcloud-ui/package/contents/ui/Services.qml:16 +#: plugins/owncloud-ui/package/contents/ui/Services.qml:17 +#, kde-format +msgid "Services" +msgstr "Palvelut" + +#: plugins/nextcloud-ui/package/contents/ui/Services.qml:50 +#: plugins/owncloud-ui/package/contents/ui/Services.qml:52 +#, kde-format +msgid "Finish" +msgstr "Viimeistele" + +#: plugins/owncloud-ui/owncloudcontroller.cpp:118 +#, kde-format +msgid "" +"Unable to connect to ownCloud at the given server URL. Please check the " +"server URL." +msgstr "" +"Annetulla palvelinosoitteella ei voitu yhdistää ownCloudiin. Tarkista osoite." + +#: plugins/owncloud-ui/owncloudcontroller.cpp:231 +#, kde-format +msgid "Storage integration" +msgstr "Tallennustilaan yhdistäminen" + +#: plugins/owncloud-ui/package/contents/ui/Server.qml:15 +#, kde-format +msgid "ownCloud Login" +msgstr "ownCloud-kirjautuminen" + +#: plugins/owncloud-ui/package/contents/ui/Server.qml:48 +#, kde-format +msgid "Username:" +msgstr "Käyttäjätunnus:" + +#: plugins/owncloud-ui/package/contents/ui/Server.qml:53 +#, kde-format +msgid "Password:" +msgstr "Salasana:" + +#. "Contacts" on Facebook - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/facebook-contacts.service.in:6 +msgctxt "Facebook Contacts" +msgid "Contacts" +msgstr "Yhteystiedot" + +#. "Events" on Facebook - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/facebook-events.service.in:6 +msgid "Events" +msgstr "Tapahtumat" + +# En ole aivan varma, mihin Fb:n ja sen osien inkarnaatioon viitataan +#. "Posts Feed" on Facebook - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/facebook-feed.service.in:6 +msgid "Posts Feed" +msgstr "Uutisvirta" + +#. "Notes" on Facebook - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/facebook-notes.service.in:6 +msgid "Notes" +msgstr "Muistiinpanot" + +#. "Notifications" on Facebook - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/facebook-notifications.service.in:6 +msgid "Notifications" +msgstr "Ilmoitukset" + +#. Google's Calendars - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/google-calendar.service.in:6 +msgid "Calendars and Tasks" +msgstr "Kalenteri ja tehtävät" + +#. Google's Contacts - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/google-contacts.service.in:6 +msgctxt "Google Contacts" +msgid "Contacts" +msgstr "Yhteystiedot" + +#. identi.ca microblog feed - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/identica-microblog.service.in:6 +msgid "identi.ca" +msgstr "Identi.ca" + +#. ownCloud's Calendar - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#. Runners-ID Calendar - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/owncloud-calendar.service.in:6 +#: services/disabled/runners-calendar.service.in:6 +msgid "Calendar" +msgstr "Kalenteri" + +#. ownCloud's Contacts - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/owncloud-contacts.service.in:6 +msgctxt "ownCloud Contacts" +msgid "Contacts" +msgstr "Yhteystiedot" + +#. Runners-ID Contacts - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/runners-contacts.service.in:6 +msgctxt "Runners-ID Contacts" +msgid "Contacts" +msgstr "Yhteystiedot" + +#. Runners-ID Music - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/runners-music.service.in:6 +msgid "Music" +msgstr "Musiikki" + +#. Twitter's feed - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/twitter-microblog.service.in:6 +msgid "Twitter" +msgstr "Twitter" + +#~ msgid "Facebook" +#~ msgstr "Facebook" + +#~ msgid "Includes Posts, Notes, Events, Notifications and Chat" +#~ msgstr "" +#~ "Sisältää viestit, muistiinpanot, tapahtumat, ilmoitukset ja keskustelun" + +#~ msgid "Google" +#~ msgstr "Google" + +#~ msgid "Includes GMail, Google Drive and YouTube" +#~ msgstr "Sisältää GMailin, Google Driven ja YouTuben" + +#~ msgid "Nextcloud" +#~ msgstr "Nextcloud" + +#~ msgid "Nextcloud account" +#~ msgstr "Nextcloud-tili" + +#~ msgid "ownCloud" +#~ msgstr "ownCloud" + +#~ msgid "ownCloud account" +#~ msgstr "ownCloud-tili" + +#~ msgid "Runners ID" +#~ msgstr "Runners ID" + +#~ msgid "Includes your Timeline and Mentions" +#~ msgstr "Aikajana ja maininnat kuuluvat mukaan" + +#~ msgid "Chat" +#~ msgstr "Keskustelu" + +#~ msgid "Google Hangouts" +#~ msgstr "Google Hangouts" diff --git a/po/fr/kaccounts-providers.po b/po/fr/kaccounts-providers.po new file mode 100644 index 0000000..6e9d794 --- /dev/null +++ b/po/fr/kaccounts-providers.po @@ -0,0 +1,245 @@ +# Copyright (C) YEAR This_file_is_part_of_KDE +# This file is distributed under the same license as the PACKAGE package. +# Maxence Le Doré , 2014, 2015. +# Vincent Pinon , 2017. +# Simon Depiets , 2019, 2020. +# SPDX-FileCopyrightText: 2020, 2021, 2023, 2024 Xavier Besnard +# Xavier Besnard , 2023. +# +msgid "" +msgstr "" +"Project-Id-Version: \n" +"Report-Msgid-Bugs-To: https://bugs.kde.org\n" +"POT-Creation-Date: 2024-08-02 00:40+0000\n" +"PO-Revision-Date: 2024-04-25 14:11+0200\n" +"Last-Translator: Xavier Besnard \n" +"Language-Team: French >\n" +"Language: fr\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" +"X-Generator: Lokalize 23.08.5\n" +"X-Environment: kde\n" +"X-Accelerator-Marker: &\n" +"X-Text-Markup: kde4\n" + +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:89 +#, kde-format +msgid "" +"Unable to connect to Nextcloud at the given server URL. Please check the " +"server URL." +msgstr "" +"Impossible de se connecter à « Nextcloud » avec l'« URL » fournie. Veuillez " +"vérifier l'« URL » du serveur." + +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:148 +#: plugins/owncloud-ui/owncloudcontroller.cpp:174 +#, kde-format +msgid "Unable to authenticate using the provided username and password" +msgstr "" +"Impossible de s'identifier en utilisant le nom d'utilisateur et le mot de " +"passe fournis" + +#. TODO Find a way to not hardcode this +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:202 +#: services/nextcloud-contacts.service.in:4 +#, kde-format +msgid "Contacts" +msgstr "Contacts" + +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:202 +#, kde-format +msgid "Synchronize contacts" +msgstr "Synchroniser les contacts" + +#. Runners-ID Storage - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#. TODO Find a way to not hardcode this +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:203 +#: plugins/owncloud-ui/owncloudcontroller.cpp:231 +#: services/disabled/runners-storage.service.in:6 +#: services/nextcloud-storage.service.in:4 +#: services/owncloud-storage.service.in:4 +#, kde-format +msgid "Storage" +msgstr "Stockage" + +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:203 +#, kde-format +msgid "Integrate into file manager" +msgstr "Intégration dans le gestionnaire de fichiers" + +#: plugins/nextcloud-ui/package/contents/ui/Server.qml:14 +#, kde-format +msgid "Nextcloud Login" +msgstr "Compte « Nextcloud »" + +#: plugins/nextcloud-ui/package/contents/ui/Server.qml:49 +#: plugins/owncloud-ui/package/contents/ui/Server.qml:60 +#, kde-format +msgid "Server address:" +msgstr "Adresse du serveur :" + +#: plugins/nextcloud-ui/package/contents/ui/Server.qml:65 +#: plugins/owncloud-ui/package/contents/ui/Server.qml:76 +#, kde-format +msgid "Next" +msgstr "Suivant" + +#: plugins/nextcloud-ui/package/contents/ui/Services.qml:16 +#: plugins/owncloud-ui/package/contents/ui/Services.qml:17 +#, kde-format +msgid "Services" +msgstr "Services" + +#: plugins/nextcloud-ui/package/contents/ui/Services.qml:50 +#: plugins/owncloud-ui/package/contents/ui/Services.qml:52 +#, kde-format +msgid "Finish" +msgstr "Terminer" + +#: plugins/owncloud-ui/owncloudcontroller.cpp:118 +#, kde-format +msgid "" +"Unable to connect to ownCloud at the given server URL. Please check the " +"server URL." +msgstr "" +"Impossible de se connecter à OwnCloud à l'URL donnée. Veuillez vérifier " +"l'URL du serveur." + +#: plugins/owncloud-ui/owncloudcontroller.cpp:231 +#, kde-format +msgid "Storage integration" +msgstr "Intégration du stockage" + +#: plugins/owncloud-ui/package/contents/ui/Server.qml:15 +#, kde-format +msgid "ownCloud Login" +msgstr "Compte « OwnCloud »" + +#: plugins/owncloud-ui/package/contents/ui/Server.qml:48 +#, kde-format +msgid "Username:" +msgstr "Nom d'utilisateur :" + +#: plugins/owncloud-ui/package/contents/ui/Server.qml:53 +#, kde-format +msgid "Password:" +msgstr "Mot de passe :" + +#. "Contacts" on Facebook - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/facebook-contacts.service.in:6 +msgctxt "Facebook Contacts" +msgid "Contacts" +msgstr "Contacts" + +#. "Events" on Facebook - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/facebook-events.service.in:6 +msgid "Events" +msgstr "Événements" + +#. "Posts Feed" on Facebook - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/facebook-feed.service.in:6 +msgid "Posts Feed" +msgstr "Fil des publications" + +#. "Notes" on Facebook - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/facebook-notes.service.in:6 +msgid "Notes" +msgstr "Notes" + +#. "Notifications" on Facebook - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/facebook-notifications.service.in:6 +msgid "Notifications" +msgstr "Notifications" + +#. Google's Calendars - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/google-calendar.service.in:6 +msgid "Calendars and Tasks" +msgstr "Agendas et tâches" + +#. Google's Contacts - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/google-contacts.service.in:6 +msgctxt "Google Contacts" +msgid "Contacts" +msgstr "Contacts" + +#. identi.ca microblog feed - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/identica-microblog.service.in:6 +msgid "identi.ca" +msgstr "identi.ca" + +#. ownCloud's Calendar - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#. Runners-ID Calendar - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/owncloud-calendar.service.in:6 +#: services/disabled/runners-calendar.service.in:6 +msgid "Calendar" +msgstr "Calendrier" + +#. ownCloud's Contacts - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/owncloud-contacts.service.in:6 +msgctxt "ownCloud Contacts" +msgid "Contacts" +msgstr "Contacts" + +#. Runners-ID Contacts - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/runners-contacts.service.in:6 +msgctxt "Runners-ID Contacts" +msgid "Contacts" +msgstr "Contacts" + +#. Runners-ID Music - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/runners-music.service.in:6 +msgid "Music" +msgstr "Musique" + +#. Twitter's feed - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/twitter-microblog.service.in:6 +msgid "Twitter" +msgstr "Twitter" + +#~ msgid "Facebook" +#~ msgstr "Facebook" + +#~ msgid "Includes Posts, Notes, Events, Notifications and Chat" +#~ msgstr "" +#~ "Inclus publications, notes, évènements, notifications et discussions" + +#~ msgid "Google" +#~ msgstr "Google" + +#~ msgid "Includes GMail, Google Drive and YouTube" +#~ msgstr "Inclus GMail, Google Drive et YouTube" + +#~ msgid "Nextcloud" +#~ msgstr "Nextcloud" + +#~ msgid "Nextcloud account" +#~ msgstr "Compte Nextcloud" + +#~ msgid "ownCloud" +#~ msgstr "OwnCloud" + +#~ msgid "ownCloud account" +#~ msgstr "Compte pour OwnCloud" + +#~ msgid "Runners ID" +#~ msgstr "Identifiants des lanceurs" + +#~ msgid "Includes your Timeline and Mentions" +#~ msgstr "Inclus votre Timeline et vos mentions" diff --git a/po/gl/kaccounts-providers.po b/po/gl/kaccounts-providers.po new file mode 100644 index 0000000..ac9e6c9 --- /dev/null +++ b/po/gl/kaccounts-providers.po @@ -0,0 +1,311 @@ +# Copyright (C) YEAR This_file_is_part_of_KDE +# This file is distributed under the same license as the PACKAGE package. +# Adrián Chaves Fernández , 2015, 2017. +# Adrián Chaves (Gallaecio) , 2017, 2018, 2019, 2020, 2023. +# +msgid "" +msgstr "" +"Project-Id-Version: \n" +"Report-Msgid-Bugs-To: https://bugs.kde.org\n" +"POT-Creation-Date: 2024-08-02 00:40+0000\n" +"PO-Revision-Date: 2023-08-05 10:13+0200\n" +"Last-Translator: Adrián Chaves (Gallaecio) \n" +"Language-Team: Galician \n" +"Language: gl\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" +"X-Generator: Lokalize 23.04.3\n" + +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:89 +#, kde-format +msgid "" +"Unable to connect to Nextcloud at the given server URL. Please check the " +"server URL." +msgstr "" +"Non é posíbel conectar á instalación de Nextcloud do URL de servidor " +"indicado. Revise o URL de servidor." + +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:148 +#: plugins/owncloud-ui/owncloudcontroller.cpp:174 +#, kde-format +msgid "Unable to authenticate using the provided username and password" +msgstr "" +"Non é posíbel autenticar co nome de persoa usuaria e contrasinal fornecidos." + +#. TODO Find a way to not hardcode this +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:202 +#: services/nextcloud-contacts.service.in:4 +#, kde-format +msgid "Contacts" +msgstr "Contactos" + +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:202 +#, kde-format +msgid "Synchronize contacts" +msgstr "Sincronizar os contactos" + +#. Runners-ID Storage - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#. TODO Find a way to not hardcode this +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:203 +#: plugins/owncloud-ui/owncloudcontroller.cpp:231 +#: services/disabled/runners-storage.service.in:6 +#: services/nextcloud-storage.service.in:4 +#: services/owncloud-storage.service.in:4 +#, kde-format +msgid "Storage" +msgstr "Almacenamento" + +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:203 +#, kde-format +msgid "Integrate into file manager" +msgstr "Integrar co xestor de ficheiros" + +#: plugins/nextcloud-ui/package/contents/ui/Server.qml:14 +#, kde-format +msgid "Nextcloud Login" +msgstr "Conta de Nextcloud" + +#: plugins/nextcloud-ui/package/contents/ui/Server.qml:49 +#: plugins/owncloud-ui/package/contents/ui/Server.qml:60 +#, kde-format +msgid "Server address:" +msgstr "Enderezo do servidor:" + +#: plugins/nextcloud-ui/package/contents/ui/Server.qml:65 +#: plugins/owncloud-ui/package/contents/ui/Server.qml:76 +#, kde-format +msgid "Next" +msgstr "Seguinte" + +#: plugins/nextcloud-ui/package/contents/ui/Services.qml:16 +#: plugins/owncloud-ui/package/contents/ui/Services.qml:17 +#, kde-format +msgid "Services" +msgstr "Servizos" + +#: plugins/nextcloud-ui/package/contents/ui/Services.qml:50 +#: plugins/owncloud-ui/package/contents/ui/Services.qml:52 +#, kde-format +msgid "Finish" +msgstr "Rematar" + +#: plugins/owncloud-ui/owncloudcontroller.cpp:118 +#, kde-format +msgid "" +"Unable to connect to ownCloud at the given server URL. Please check the " +"server URL." +msgstr "" +"Non é posíbel conectar á instalación de ownCloud do URL de servidor " +"indicado. Revise o URL de servidor." + +#: plugins/owncloud-ui/owncloudcontroller.cpp:231 +#, kde-format +msgid "Storage integration" +msgstr "Integración co almacenamento" + +#: plugins/owncloud-ui/package/contents/ui/Server.qml:15 +#, kde-format +msgid "ownCloud Login" +msgstr "Conta de ownCloud" + +#: plugins/owncloud-ui/package/contents/ui/Server.qml:48 +#, kde-format +msgid "Username:" +msgstr "Nome de usuaria:" + +#: plugins/owncloud-ui/package/contents/ui/Server.qml:53 +#, kde-format +msgid "Password:" +msgstr "Contrasinal:" + +#. "Contacts" on Facebook - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/facebook-contacts.service.in:6 +msgctxt "Facebook Contacts" +msgid "Contacts" +msgstr "Contactos" + +#. "Events" on Facebook - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/facebook-events.service.in:6 +msgid "Events" +msgstr "Eventos" + +#. "Posts Feed" on Facebook - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/facebook-feed.service.in:6 +msgid "Posts Feed" +msgstr "Fonte de publicacións" + +#. "Notes" on Facebook - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/facebook-notes.service.in:6 +msgid "Notes" +msgstr "Notas" + +#. "Notifications" on Facebook - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/facebook-notifications.service.in:6 +msgid "Notifications" +msgstr "Notificacións" + +#. Google's Calendars - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/google-calendar.service.in:6 +msgid "Calendars and Tasks" +msgstr "Calendarios e tarefas" + +#. Google's Contacts - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/google-contacts.service.in:6 +msgctxt "Google Contacts" +msgid "Contacts" +msgstr "Contactos" + +#. identi.ca microblog feed - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/identica-microblog.service.in:6 +msgid "identi.ca" +msgstr "identi.ca" + +#. ownCloud's Calendar - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#. Runners-ID Calendar - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/owncloud-calendar.service.in:6 +#: services/disabled/runners-calendar.service.in:6 +msgid "Calendar" +msgstr "Calendario" + +#. ownCloud's Contacts - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/owncloud-contacts.service.in:6 +msgctxt "ownCloud Contacts" +msgid "Contacts" +msgstr "Contactos" + +#. Runners-ID Contacts - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/runners-contacts.service.in:6 +msgctxt "Runners-ID Contacts" +msgid "Contacts" +msgstr "Contactos" + +#. Runners-ID Music - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/runners-music.service.in:6 +msgid "Music" +msgstr "Música" + +#. Twitter's feed - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/twitter-microblog.service.in:6 +msgid "Twitter" +msgstr "Twitter" + +#~ msgid "Facebook" +#~ msgstr "Facebook" + +#~ msgid "Includes Posts, Notes, Events, Notifications and Chat" +#~ msgstr "Inclúe publicacións, notas, eventos, notificacións e charlas." + +#~ msgid "Google" +#~ msgstr "Google" + +#~ msgid "Includes GMail, Google Drive and YouTube" +#~ msgstr "Inclúe GMail, Google Drive e YouTube." + +#~ msgid "Nextcloud" +#~ msgstr "Nextcloud" + +#~ msgid "Nextcloud account" +#~ msgstr "Conta de Nextcloud" + +#~ msgid "ownCloud" +#~ msgstr "ownCloud" + +#~ msgid "ownCloud account" +#~ msgstr "Conta de ownCloud" + +#~ msgid "Runners ID" +#~ msgstr "Identificador de executores" + +#~ msgid "org.kde.kaccounts.owncloud" +#~ msgstr "org.kde.kaccounts.owncloud" + +#~ msgid "helper" +#~ msgstr "axudante" + +#~ msgid "org.kde.kaccounts.UiPlugin" +#~ msgstr "org.kde.kaccounts.UiPlugin" + +#~ msgid "http://" +#~ msgstr "http://" + +#~ msgid "https://" +#~ msgstr "https://" + +#~ msgid "status.php" +#~ msgstr "status.php" + +#~ msgid "Checking for ownCloud instance at" +#~ msgstr "Comprobando a instalación de ownCloud en" + +#~ msgid "Received url to figure out:" +#~ msgstr "Recibiuse un URL para analizar:" + +#~ msgid "version" +#~ msgstr "versión" + +#~ msgid "No json" +#~ msgstr "Non é JSON" + +#~ msgid "ownCloud appears to be running at the specified URL" +#~ msgstr "" +#~ "Parece que hai unha instalación de ownCloud funcionando no URL indicado." + +#~ msgid "Server URL ok, checking auth..." +#~ msgstr "O URL de servidor é correcto, autenticando…" + +#~ msgid "remote.php/webdav" +#~ msgstr "remote.php/webdav" + +#~ msgid "" +#~ "" +#~ msgstr "" +#~ "" + +#~ msgid "1" +#~ msgstr "1" + +#~ msgid "cookies" +#~ msgstr "cookies" + +#~ msgid "none" +#~ msgstr "ningún" + +#~ msgid "no-cache" +#~ msgstr "sen caché" + +#~ msgid "Auth job finished, received error page:" +#~ msgstr "Rematou o intento de autenticación, recibiuse unha páxina de erro:" + +#~ msgid "server" +#~ msgstr "servidor" + +#~ msgid "__service/owncloud-contacts" +#~ msgstr "__service/owncloud-contacts" + +#~ msgid "/remote.php/carddav/addressbooks/%1" +#~ msgstr "/remote.php/carddav/addressbooks/%1" + +#~ msgid "carddavUrl" +#~ msgstr "carddavUrl" + +#~ msgid "Includes your Timeline and Mentions" +#~ msgstr "Inclúe a súa liña de tempo e mencións." diff --git a/po/he/kaccounts-providers.po b/po/he/kaccounts-providers.po new file mode 100644 index 0000000..1b456a3 --- /dev/null +++ b/po/he/kaccounts-providers.po @@ -0,0 +1,231 @@ +# Copyright (C) 2024 This file is copyright: +# This file is distributed under the same license as the kaccounts-providers package. +# +# SPDX-FileCopyrightText: 2024 Yaron Shahrabani +msgid "" +msgstr "" +"Project-Id-Version: kaccounts-providers\n" +"Report-Msgid-Bugs-To: https://bugs.kde.org\n" +"POT-Creation-Date: 2024-08-02 00:40+0000\n" +"PO-Revision-Date: 2024-03-18 10:30+0200\n" +"Last-Translator: Yaron Shahrabani \n" +"Language-Team: צוות התרגום של KDE ישראל\n" +"Language: he\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=4; plural=(n == 1) ? 0 : ((n == 2) ? 1 : ((n > 10 && " +"n % 10 == 0) ? 2 : 3));\n" +"X-Generator: Lokalize 23.08.5\n" + +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:89 +#, kde-format +msgid "" +"Unable to connect to Nextcloud at the given server URL. Please check the " +"server URL." +msgstr "" +"לא ניתן להתחבר ל־Nextcloud בכתובת השרת שסופקה. נא לבדוק שכתובת השרת תקינה." + +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:148 +#: plugins/owncloud-ui/owncloudcontroller.cpp:174 +#, kde-format +msgid "Unable to authenticate using the provided username and password" +msgstr "לא ניתן ליצור אימות באמצעות שם המשתמש והסיסמה שסופקו" + +#. TODO Find a way to not hardcode this +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:202 +#: services/nextcloud-contacts.service.in:4 +#, kde-format +msgid "Contacts" +msgstr "אנשי קשר" + +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:202 +#, kde-format +msgid "Synchronize contacts" +msgstr "סנכרון אנשי קשר" + +#. Runners-ID Storage - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#. TODO Find a way to not hardcode this +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:203 +#: plugins/owncloud-ui/owncloudcontroller.cpp:231 +#: services/disabled/runners-storage.service.in:6 +#: services/nextcloud-storage.service.in:4 +#: services/owncloud-storage.service.in:4 +#, kde-format +msgid "Storage" +msgstr "אחסון" + +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:203 +#, kde-format +msgid "Integrate into file manager" +msgstr "שילוב לתוך מנהל הקבצים" + +#: plugins/nextcloud-ui/package/contents/ui/Server.qml:14 +#, kde-format +msgid "Nextcloud Login" +msgstr "פרטי כניסה ל־Nextcloud" + +#: plugins/nextcloud-ui/package/contents/ui/Server.qml:49 +#: plugins/owncloud-ui/package/contents/ui/Server.qml:60 +#, kde-format +msgid "Server address:" +msgstr "כתובת השרת:" + +#: plugins/nextcloud-ui/package/contents/ui/Server.qml:65 +#: plugins/owncloud-ui/package/contents/ui/Server.qml:76 +#, kde-format +msgid "Next" +msgstr "הבא" + +#: plugins/nextcloud-ui/package/contents/ui/Services.qml:16 +#: plugins/owncloud-ui/package/contents/ui/Services.qml:17 +#, kde-format +msgid "Services" +msgstr "שירותים" + +#: plugins/nextcloud-ui/package/contents/ui/Services.qml:50 +#: plugins/owncloud-ui/package/contents/ui/Services.qml:52 +#, kde-format +msgid "Finish" +msgstr "סיום" + +#: plugins/owncloud-ui/owncloudcontroller.cpp:118 +#, kde-format +msgid "" +"Unable to connect to ownCloud at the given server URL. Please check the " +"server URL." +msgstr "" +"לא ניתן להתחבר ל־ownCloud בכתובת השרת שסופקה. נא לבדוק שכתובת השרת תקינה." + +#: plugins/owncloud-ui/owncloudcontroller.cpp:231 +#, kde-format +msgid "Storage integration" +msgstr "שילוב האחסון" + +#: plugins/owncloud-ui/package/contents/ui/Server.qml:15 +#, kde-format +msgid "ownCloud Login" +msgstr "פרטי כניסה ל־ownCloud" + +#: plugins/owncloud-ui/package/contents/ui/Server.qml:48 +#, kde-format +msgid "Username:" +msgstr "שם משתמש:" + +#: plugins/owncloud-ui/package/contents/ui/Server.qml:53 +#, kde-format +msgid "Password:" +msgstr "סיסמה:" + +#. "Contacts" on Facebook - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/facebook-contacts.service.in:6 +msgctxt "Facebook Contacts" +msgid "Contacts" +msgstr "אנשי קשר" + +#. "Events" on Facebook - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/facebook-events.service.in:6 +msgid "Events" +msgstr "אירועים" + +#. "Posts Feed" on Facebook - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/facebook-feed.service.in:6 +msgid "Posts Feed" +msgstr "ערוץ רשומות" + +#. "Notes" on Facebook - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/facebook-notes.service.in:6 +msgid "Notes" +msgstr "הערות" + +#. "Notifications" on Facebook - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/facebook-notifications.service.in:6 +msgid "Notifications" +msgstr "התראות" + +#. Google's Calendars - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/google-calendar.service.in:6 +msgid "Calendars and Tasks" +msgstr "לוחות שנה ואירועים" + +#. Google's Contacts - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/google-contacts.service.in:6 +msgctxt "Google Contacts" +msgid "Contacts" +msgstr "אנשי קשר" + +#. identi.ca microblog feed - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/identica-microblog.service.in:6 +msgid "identi.ca" +msgstr "identi.ca" + +#. ownCloud's Calendar - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#. Runners-ID Calendar - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/owncloud-calendar.service.in:6 +#: services/disabled/runners-calendar.service.in:6 +msgid "Calendar" +msgstr "לוח שנה" + +#. ownCloud's Contacts - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/owncloud-contacts.service.in:6 +msgctxt "ownCloud Contacts" +msgid "Contacts" +msgstr "אנשי קשר" + +#. Runners-ID Contacts - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/runners-contacts.service.in:6 +msgctxt "Runners-ID Contacts" +msgid "Contacts" +msgstr "אנשי קשר" + +#. Runners-ID Music - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/runners-music.service.in:6 +msgid "Music" +msgstr "מוזיקה" + +#. Twitter's feed - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/twitter-microblog.service.in:6 +msgid "Twitter" +msgstr "טוויטר" + +#~ msgid "Facebook" +#~ msgstr "פייסבוק" + +#~ msgid "Includes Posts, Notes, Events, Notifications and Chat" +#~ msgstr "כולל רשומות, הערות, אירועים התראות וצ׳אטים" + +#~ msgid "Google" +#~ msgstr "Google" + +#~ msgid "Includes GMail, Google Drive and YouTube" +#~ msgstr "לרבות Gmail, Google Drive ו־YouTube" + +#~ msgid "Nextcloud" +#~ msgstr "Nextcloud" + +#~ msgid "Nextcloud account" +#~ msgstr "חשבון Nextcloud" + +#~ msgid "ownCloud" +#~ msgstr "ownCloud" + +#~ msgid "ownCloud account" +#~ msgstr "חשבון ownCloud" + +#~ msgid "Runners ID" +#~ msgstr "מזהי אצנים" diff --git a/po/hi/kaccounts-providers.po b/po/hi/kaccounts-providers.po new file mode 100644 index 0000000..a669e4e --- /dev/null +++ b/po/hi/kaccounts-providers.po @@ -0,0 +1,201 @@ +# Hindi translations for kaccounts-providers package. +# Copyright (C) 2024 This file is copyright: +# This file is distributed under the same license as the kaccounts-providers package. +# Kali , 2024. +# +msgid "" +msgstr "" +"Project-Id-Version: kaccounts-providers\n" +"Report-Msgid-Bugs-To: https://bugs.kde.org\n" +"POT-Creation-Date: 2024-08-02 00:40+0000\n" +"PO-Revision-Date: 2024-12-15 15:57+0530\n" +"Last-Translator: Kali \n" +"Language-Team: Hindi \n" +"Language: hi\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n!=1);\n" + +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:89 +#, kde-format +msgid "" +"Unable to connect to Nextcloud at the given server URL. Please check the " +"server URL." +msgstr "" + +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:148 +#: plugins/owncloud-ui/owncloudcontroller.cpp:174 +#, kde-format +msgid "Unable to authenticate using the provided username and password" +msgstr "" + +#. TODO Find a way to not hardcode this +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:202 +#: services/nextcloud-contacts.service.in:4 +#, kde-format +msgid "Contacts" +msgstr "" + +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:202 +#, kde-format +msgid "Synchronize contacts" +msgstr "" + +#. Runners-ID Storage - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#. TODO Find a way to not hardcode this +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:203 +#: plugins/owncloud-ui/owncloudcontroller.cpp:231 +#: services/disabled/runners-storage.service.in:6 +#: services/nextcloud-storage.service.in:4 +#: services/owncloud-storage.service.in:4 +#, kde-format +msgid "Storage" +msgstr "" + +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:203 +#, kde-format +msgid "Integrate into file manager" +msgstr "" + +#: plugins/nextcloud-ui/package/contents/ui/Server.qml:14 +#, kde-format +msgid "Nextcloud Login" +msgstr "" + +#: plugins/nextcloud-ui/package/contents/ui/Server.qml:49 +#: plugins/owncloud-ui/package/contents/ui/Server.qml:60 +#, kde-format +msgid "Server address:" +msgstr "" + +#: plugins/nextcloud-ui/package/contents/ui/Server.qml:65 +#: plugins/owncloud-ui/package/contents/ui/Server.qml:76 +#, kde-format +msgid "Next" +msgstr "" + +#: plugins/nextcloud-ui/package/contents/ui/Services.qml:16 +#: plugins/owncloud-ui/package/contents/ui/Services.qml:17 +#, kde-format +msgid "Services" +msgstr "" + +#: plugins/nextcloud-ui/package/contents/ui/Services.qml:50 +#: plugins/owncloud-ui/package/contents/ui/Services.qml:52 +#, kde-format +msgid "Finish" +msgstr "" + +#: plugins/owncloud-ui/owncloudcontroller.cpp:118 +#, kde-format +msgid "" +"Unable to connect to ownCloud at the given server URL. Please check the " +"server URL." +msgstr "" + +#: plugins/owncloud-ui/owncloudcontroller.cpp:231 +#, kde-format +msgid "Storage integration" +msgstr "" + +#: plugins/owncloud-ui/package/contents/ui/Server.qml:15 +#, kde-format +msgid "ownCloud Login" +msgstr "" + +#: plugins/owncloud-ui/package/contents/ui/Server.qml:48 +#, kde-format +msgid "Username:" +msgstr "" + +#: plugins/owncloud-ui/package/contents/ui/Server.qml:53 +#, kde-format +msgid "Password:" +msgstr "" + +#. "Contacts" on Facebook - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/facebook-contacts.service.in:6 +msgctxt "Facebook Contacts" +msgid "Contacts" +msgstr "" + +#. "Events" on Facebook - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/facebook-events.service.in:6 +msgid "Events" +msgstr "" + +#. "Posts Feed" on Facebook - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/facebook-feed.service.in:6 +msgid "Posts Feed" +msgstr "" + +#. "Notes" on Facebook - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/facebook-notes.service.in:6 +msgid "Notes" +msgstr "" + +#. "Notifications" on Facebook - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/facebook-notifications.service.in:6 +msgid "Notifications" +msgstr "" + +#. Google's Calendars - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/google-calendar.service.in:6 +msgid "Calendars and Tasks" +msgstr "" + +#. Google's Contacts - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/google-contacts.service.in:6 +msgctxt "Google Contacts" +msgid "Contacts" +msgstr "" + +#. identi.ca microblog feed - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/identica-microblog.service.in:6 +msgid "identi.ca" +msgstr "" + +#. ownCloud's Calendar - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#. Runners-ID Calendar - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/owncloud-calendar.service.in:6 +#: services/disabled/runners-calendar.service.in:6 +msgid "Calendar" +msgstr "" + +#. ownCloud's Contacts - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/owncloud-contacts.service.in:6 +msgctxt "ownCloud Contacts" +msgid "Contacts" +msgstr "" + +#. Runners-ID Contacts - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/runners-contacts.service.in:6 +msgctxt "Runners-ID Contacts" +msgid "Contacts" +msgstr "" + +#. Runners-ID Music - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/runners-music.service.in:6 +msgid "Music" +msgstr "" + +#. Twitter's feed - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/twitter-microblog.service.in:6 +msgid "Twitter" +msgstr "" diff --git a/po/hu/kaccounts-providers.po b/po/hu/kaccounts-providers.po new file mode 100644 index 0000000..23d41a6 --- /dev/null +++ b/po/hu/kaccounts-providers.po @@ -0,0 +1,233 @@ +# Copyright (C) 2024 This file is copyright: +# This file is distributed under the same license as the kaccounts-providers package. +# +# Kristóf Kiszel , 2020. +# SPDX-FileCopyrightText: 2024 Kristof Kiszel +msgid "" +msgstr "" +"Project-Id-Version: kaccounts-providers\n" +"Report-Msgid-Bugs-To: https://bugs.kde.org\n" +"POT-Creation-Date: 2024-08-02 00:40+0000\n" +"PO-Revision-Date: 2024-01-12 21:36+0100\n" +"Last-Translator: Kristof Kiszel \n" +"Language-Team: Hungarian \n" +"Language: hu\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Lokalize 23.08.4\n" + +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:89 +#, kde-format +msgid "" +"Unable to connect to Nextcloud at the given server URL. Please check the " +"server URL." +msgstr "" +"Nem lehet csatlakozni a Nextcloudhoz a megadott URL-en. Ellenőrizze a " +"kiszolgáló URL-címét." + +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:148 +#: plugins/owncloud-ui/owncloudcontroller.cpp:174 +#, kde-format +msgid "Unable to authenticate using the provided username and password" +msgstr "Nem lehet hitelesíteni a megadott felhasználónévvel és jelszóval" + +#. TODO Find a way to not hardcode this +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:202 +#: services/nextcloud-contacts.service.in:4 +#, kde-format +msgid "Contacts" +msgstr "Névjegyek" + +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:202 +#, kde-format +msgid "Synchronize contacts" +msgstr "Névjegyek szinkronizálása" + +#. Runners-ID Storage - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#. TODO Find a way to not hardcode this +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:203 +#: plugins/owncloud-ui/owncloudcontroller.cpp:231 +#: services/disabled/runners-storage.service.in:6 +#: services/nextcloud-storage.service.in:4 +#: services/owncloud-storage.service.in:4 +#, kde-format +msgid "Storage" +msgstr "Tároló" + +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:203 +#, kde-format +msgid "Integrate into file manager" +msgstr "Integrálás a fájlkezelőbe" + +#: plugins/nextcloud-ui/package/contents/ui/Server.qml:14 +#, kde-format +msgid "Nextcloud Login" +msgstr "Nextcloud bejelentkezés" + +#: plugins/nextcloud-ui/package/contents/ui/Server.qml:49 +#: plugins/owncloud-ui/package/contents/ui/Server.qml:60 +#, kde-format +msgid "Server address:" +msgstr "Kiszolgáló címe:" + +#: plugins/nextcloud-ui/package/contents/ui/Server.qml:65 +#: plugins/owncloud-ui/package/contents/ui/Server.qml:76 +#, kde-format +msgid "Next" +msgstr "Következő" + +#: plugins/nextcloud-ui/package/contents/ui/Services.qml:16 +#: plugins/owncloud-ui/package/contents/ui/Services.qml:17 +#, kde-format +msgid "Services" +msgstr "Szolgáltatások" + +#: plugins/nextcloud-ui/package/contents/ui/Services.qml:50 +#: plugins/owncloud-ui/package/contents/ui/Services.qml:52 +#, kde-format +msgid "Finish" +msgstr "Befejezés" + +#: plugins/owncloud-ui/owncloudcontroller.cpp:118 +#, kde-format +msgid "" +"Unable to connect to ownCloud at the given server URL. Please check the " +"server URL." +msgstr "" +"Nem lehet csatlakozni az ownCloudhoz a megadott URL-en. Ellenőrizze a " +"kiszolgáló URL-címét." + +#: plugins/owncloud-ui/owncloudcontroller.cpp:231 +#, kde-format +msgid "Storage integration" +msgstr "Tárolóintegráció" + +#: plugins/owncloud-ui/package/contents/ui/Server.qml:15 +#, kde-format +msgid "ownCloud Login" +msgstr "ownCloud bejelentkezés" + +#: plugins/owncloud-ui/package/contents/ui/Server.qml:48 +#, kde-format +msgid "Username:" +msgstr "Felhasználónév:" + +#: plugins/owncloud-ui/package/contents/ui/Server.qml:53 +#, kde-format +msgid "Password:" +msgstr "Jelszó:" + +#. "Contacts" on Facebook - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/facebook-contacts.service.in:6 +msgctxt "Facebook Contacts" +msgid "Contacts" +msgstr "Névjegyek" + +#. "Events" on Facebook - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/facebook-events.service.in:6 +msgid "Events" +msgstr "Események" + +#. "Posts Feed" on Facebook - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/facebook-feed.service.in:6 +msgid "Posts Feed" +msgstr "Hírfolyam" + +#. "Notes" on Facebook - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/facebook-notes.service.in:6 +msgid "Notes" +msgstr "Jegyzetek" + +#. "Notifications" on Facebook - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/facebook-notifications.service.in:6 +msgid "Notifications" +msgstr "Értesítések" + +#. Google's Calendars - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/google-calendar.service.in:6 +msgid "Calendars and Tasks" +msgstr "Naptárak és feladatok" + +#. Google's Contacts - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/google-contacts.service.in:6 +msgctxt "Google Contacts" +msgid "Contacts" +msgstr "Névjegyek" + +#. identi.ca microblog feed - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/identica-microblog.service.in:6 +msgid "identi.ca" +msgstr "identi.ca" + +#. ownCloud's Calendar - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#. Runners-ID Calendar - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/owncloud-calendar.service.in:6 +#: services/disabled/runners-calendar.service.in:6 +msgid "Calendar" +msgstr "Naptár" + +#. ownCloud's Contacts - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/owncloud-contacts.service.in:6 +msgctxt "ownCloud Contacts" +msgid "Contacts" +msgstr "Névjegyek" + +#. Runners-ID Contacts - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/runners-contacts.service.in:6 +msgctxt "Runners-ID Contacts" +msgid "Contacts" +msgstr "Névjegyek" + +#. Runners-ID Music - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/runners-music.service.in:6 +msgid "Music" +msgstr "Zene" + +#. Twitter's feed - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/twitter-microblog.service.in:6 +msgid "Twitter" +msgstr "Twitter" + +#~ msgid "Facebook" +#~ msgstr "Facebook" + +#~ msgid "Includes Posts, Notes, Events, Notifications and Chat" +#~ msgstr "Bejegyzések, jegyzetek, események, értesítések és chat" + +#~ msgid "Google" +#~ msgstr "Google" + +#~ msgid "Includes GMail, Google Drive and YouTube" +#~ msgstr "GMail, Google Drive és YouTube" + +#~ msgid "Nextcloud" +#~ msgstr "Nextcloud" + +#~ msgid "Nextcloud account" +#~ msgstr "Nextcloud fiók" + +#~ msgid "ownCloud" +#~ msgstr "ownCloud" + +#~ msgid "ownCloud account" +#~ msgstr "ownCloud fiók" + +#~ msgid "Runners ID" +#~ msgstr "Runners ID" diff --git a/po/ia/kaccounts-providers.po b/po/ia/kaccounts-providers.po new file mode 100644 index 0000000..77cb5fb --- /dev/null +++ b/po/ia/kaccounts-providers.po @@ -0,0 +1,233 @@ +# Copyright (C) YEAR This_file_is_part_of_KDE +# This file is distributed under the same license as the PACKAGE package. +# +# giovanni , 2016, 2020, 2023. +msgid "" +msgstr "" +"Project-Id-Version: \n" +"Report-Msgid-Bugs-To: https://bugs.kde.org\n" +"POT-Creation-Date: 2024-08-02 00:40+0000\n" +"PO-Revision-Date: 2023-08-01 22:18+0200\n" +"Last-Translator: giovanni \n" +"Language-Team: Interlingua \n" +"Language: ia\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" +"X-Generator: Lokalize 23.04.3\n" + +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:89 +#, kde-format +msgid "" +"Unable to connect to Nextcloud at the given server URL. Please check the " +"server URL." +msgstr "" +"Incapace a connecter a Nextcloud al URL de servitor date. Pro favor tu " +"verifica le URL de servitor." + +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:148 +#: plugins/owncloud-ui/owncloudcontroller.cpp:174 +#, kde-format +msgid "Unable to authenticate using the provided username and password" +msgstr "" +"Incapace a authenticar usante le nomine de usator e contrasigno fornite" + +#. TODO Find a way to not hardcode this +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:202 +#: services/nextcloud-contacts.service.in:4 +#, kde-format +msgid "Contacts" +msgstr "Contactos" + +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:202 +#, kde-format +msgid "Synchronize contacts" +msgstr "Synchronisa contactos" + +#. Runners-ID Storage - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#. TODO Find a way to not hardcode this +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:203 +#: plugins/owncloud-ui/owncloudcontroller.cpp:231 +#: services/disabled/runners-storage.service.in:6 +#: services/nextcloud-storage.service.in:4 +#: services/owncloud-storage.service.in:4 +#, kde-format +msgid "Storage" +msgstr "Immagazinage" + +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:203 +#, kde-format +msgid "Integrate into file manager" +msgstr "Integration ingerente de file" + +#: plugins/nextcloud-ui/package/contents/ui/Server.qml:14 +#, kde-format +msgid "Nextcloud Login" +msgstr "Accesso de identification de Nextcloud" + +#: plugins/nextcloud-ui/package/contents/ui/Server.qml:49 +#: plugins/owncloud-ui/package/contents/ui/Server.qml:60 +#, kde-format +msgid "Server address:" +msgstr "Adresse de Servitor:" + +#: plugins/nextcloud-ui/package/contents/ui/Server.qml:65 +#: plugins/owncloud-ui/package/contents/ui/Server.qml:76 +#, kde-format +msgid "Next" +msgstr "Proxime" + +#: plugins/nextcloud-ui/package/contents/ui/Services.qml:16 +#: plugins/owncloud-ui/package/contents/ui/Services.qml:17 +#, kde-format +msgid "Services" +msgstr "Servicios" + +#: plugins/nextcloud-ui/package/contents/ui/Services.qml:50 +#: plugins/owncloud-ui/package/contents/ui/Services.qml:52 +#, kde-format +msgid "Finish" +msgstr "Termina" + +#: plugins/owncloud-ui/owncloudcontroller.cpp:118 +#, kde-format +msgid "" +"Unable to connect to ownCloud at the given server URL. Please check the " +"server URL." +msgstr "" +"Incapace a connecter a Owncloud al URL de servitor date. Pro favor tu " +"verifica le URL de servitor." + +#: plugins/owncloud-ui/owncloudcontroller.cpp:231 +#, kde-format +msgid "Storage integration" +msgstr "Integration de immagazinage" + +#: plugins/owncloud-ui/package/contents/ui/Server.qml:15 +#, kde-format +msgid "ownCloud Login" +msgstr "Accesso de idntification de ownCloud" + +#: plugins/owncloud-ui/package/contents/ui/Server.qml:48 +#, kde-format +msgid "Username:" +msgstr "Nomine de usator:" + +#: plugins/owncloud-ui/package/contents/ui/Server.qml:53 +#, kde-format +msgid "Password:" +msgstr "Contrasigno:" + +#. "Contacts" on Facebook - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/facebook-contacts.service.in:6 +msgctxt "Facebook Contacts" +msgid "Contacts" +msgstr "Contactos" + +#. "Events" on Facebook - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/facebook-events.service.in:6 +msgid "Events" +msgstr "Eventos" + +#. "Posts Feed" on Facebook - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/facebook-feed.service.in:6 +msgid "Posts Feed" +msgstr "Syndication de mesages public (posts)" + +#. "Notes" on Facebook - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/facebook-notes.service.in:6 +msgid "Notes" +msgstr "Notas" + +#. "Notifications" on Facebook - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/facebook-notifications.service.in:6 +msgid "Notifications" +msgstr "Notificationes" + +#. Google's Calendars - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/google-calendar.service.in:6 +msgid "Calendars and Tasks" +msgstr "Calendarios e Cargas" + +#. Google's Contacts - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/google-contacts.service.in:6 +msgctxt "Google Contacts" +msgid "Contacts" +msgstr "Contactos" + +#. identi.ca microblog feed - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/identica-microblog.service.in:6 +msgid "identi.ca" +msgstr "Identi.ca" + +#. ownCloud's Calendar - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#. Runners-ID Calendar - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/owncloud-calendar.service.in:6 +#: services/disabled/runners-calendar.service.in:6 +msgid "Calendar" +msgstr "Calendario" + +#. ownCloud's Contacts - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/owncloud-contacts.service.in:6 +msgctxt "ownCloud Contacts" +msgid "Contacts" +msgstr "Contactos" + +#. Runners-ID Contacts - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/runners-contacts.service.in:6 +msgctxt "Runners-ID Contacts" +msgid "Contacts" +msgstr "Contactos" + +#. Runners-ID Music - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/runners-music.service.in:6 +msgid "Music" +msgstr "Musica" + +#. Twitter's feed - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/twitter-microblog.service.in:6 +msgid "Twitter" +msgstr "Twitter" + +#~ msgid "Facebook" +#~ msgstr "Facebook" + +#~ msgid "Includes Posts, Notes, Events, Notifications and Chat" +#~ msgstr "Include Posts, Notas, Eventos, Notificationes e Chat" + +#~ msgid "Google" +#~ msgstr "Google" + +#~ msgid "Includes GMail, Google Drive and YouTube" +#~ msgstr "Include GMail, Google Drive e YouTube" + +#~ msgid "Nextcloud" +#~ msgstr "Nextcloud" + +#~ msgid "Nextcloud account" +#~ msgstr "Conto de Nextcloud" + +#~ msgid "ownCloud" +#~ msgstr "proprie Nube (ownCloud)" + +#~ msgid "ownCloud account" +#~ msgstr "Conto de ownCloud" + +#~ msgid "Runners ID" +#~ msgstr "ID de curreros" diff --git a/po/id/kaccounts-providers.po b/po/id/kaccounts-providers.po new file mode 100644 index 0000000..b4e796e --- /dev/null +++ b/po/id/kaccounts-providers.po @@ -0,0 +1,235 @@ +# Copyright (C) 2023 This file is copyright: +# This file is distributed under the same license as the kaccounts-providers package. +# Wantoyèk , 2023. +# SPDX-FileCopyrightText: 2023 Linerly +# +msgid "" +msgstr "" +"Project-Id-Version: kaccounts-providers\n" +"Report-Msgid-Bugs-To: https://bugs.kde.org\n" +"POT-Creation-Date: 2024-08-02 00:40+0000\n" +"PO-Revision-Date: 2023-12-03 13:15+0700\n" +"Last-Translator: Linerly \n" +"Language-Team: Indonesian \n" +"Language: id\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Lokalize 23.08.3\n" + +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:89 +#, kde-format +msgid "" +"Unable to connect to Nextcloud at the given server URL. Please check the " +"server URL." +msgstr "" +"Tidak bisa menghubungkan ke Nextcloud pada URL server yang diberikan. " +"Silakan periksa URL server." + +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:148 +#: plugins/owncloud-ui/owncloudcontroller.cpp:174 +#, kde-format +msgid "Unable to authenticate using the provided username and password" +msgstr "" +"Tidak bisa mengautentikasi menggunakan nama pengguna dan kata sandi yang " +"disediakan" + +#. TODO Find a way to not hardcode this +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:202 +#: services/nextcloud-contacts.service.in:4 +#, kde-format +msgid "Contacts" +msgstr "Kontak" + +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:202 +#, kde-format +msgid "Synchronize contacts" +msgstr "Sinkronkan kontak" + +#. Runners-ID Storage - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#. TODO Find a way to not hardcode this +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:203 +#: plugins/owncloud-ui/owncloudcontroller.cpp:231 +#: services/disabled/runners-storage.service.in:6 +#: services/nextcloud-storage.service.in:4 +#: services/owncloud-storage.service.in:4 +#, kde-format +msgid "Storage" +msgstr "Peranti Penyimpanan" + +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:203 +#, kde-format +msgid "Integrate into file manager" +msgstr "Integrasikan ke dalam manajer file" + +#: plugins/nextcloud-ui/package/contents/ui/Server.qml:14 +#, kde-format +msgid "Nextcloud Login" +msgstr "Masuk Nextcloud" + +#: plugins/nextcloud-ui/package/contents/ui/Server.qml:49 +#: plugins/owncloud-ui/package/contents/ui/Server.qml:60 +#, kde-format +msgid "Server address:" +msgstr "Alamat server:" + +#: plugins/nextcloud-ui/package/contents/ui/Server.qml:65 +#: plugins/owncloud-ui/package/contents/ui/Server.qml:76 +#, kde-format +msgid "Next" +msgstr "Selanjutnya" + +#: plugins/nextcloud-ui/package/contents/ui/Services.qml:16 +#: plugins/owncloud-ui/package/contents/ui/Services.qml:17 +#, kde-format +msgid "Services" +msgstr "Layanan" + +#: plugins/nextcloud-ui/package/contents/ui/Services.qml:50 +#: plugins/owncloud-ui/package/contents/ui/Services.qml:52 +#, kde-format +msgid "Finish" +msgstr "Selesai" + +#: plugins/owncloud-ui/owncloudcontroller.cpp:118 +#, kde-format +msgid "" +"Unable to connect to ownCloud at the given server URL. Please check the " +"server URL." +msgstr "" +"Tidak bisa menghubungkan ke ownCloud pada URL server yang diberikan. Silakan " +"periksa URL server." + +#: plugins/owncloud-ui/owncloudcontroller.cpp:231 +#, kde-format +msgid "Storage integration" +msgstr "Integrasi peranti penyimpanan" + +#: plugins/owncloud-ui/package/contents/ui/Server.qml:15 +#, kde-format +msgid "ownCloud Login" +msgstr "Masuk ownCloud" + +#: plugins/owncloud-ui/package/contents/ui/Server.qml:48 +#, kde-format +msgid "Username:" +msgstr "Nama pengguna:" + +#: plugins/owncloud-ui/package/contents/ui/Server.qml:53 +#, kde-format +msgid "Password:" +msgstr "Kata sandi:" + +#. "Contacts" on Facebook - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/facebook-contacts.service.in:6 +msgctxt "Facebook Contacts" +msgid "Contacts" +msgstr "Kontak" + +#. "Events" on Facebook - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/facebook-events.service.in:6 +msgid "Events" +msgstr "Acara" + +#. "Posts Feed" on Facebook - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/facebook-feed.service.in:6 +msgid "Posts Feed" +msgstr "Postingan Kabar" + +#. "Notes" on Facebook - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/facebook-notes.service.in:6 +msgid "Notes" +msgstr "Catatan" + +#. "Notifications" on Facebook - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/facebook-notifications.service.in:6 +msgid "Notifications" +msgstr "Notifikasi" + +#. Google's Calendars - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/google-calendar.service.in:6 +msgid "Calendars and Tasks" +msgstr "Kalender dan Tugas" + +#. Google's Contacts - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/google-contacts.service.in:6 +msgctxt "Google Contacts" +msgid "Contacts" +msgstr "Kontak" + +#. identi.ca microblog feed - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/identica-microblog.service.in:6 +msgid "identi.ca" +msgstr "identi.ca" + +#. ownCloud's Calendar - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#. Runners-ID Calendar - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/owncloud-calendar.service.in:6 +#: services/disabled/runners-calendar.service.in:6 +msgid "Calendar" +msgstr "Kalender" + +#. ownCloud's Contacts - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/owncloud-contacts.service.in:6 +msgctxt "ownCloud Contacts" +msgid "Contacts" +msgstr "Kontak" + +#. Runners-ID Contacts - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/runners-contacts.service.in:6 +msgctxt "Runners-ID Contacts" +msgid "Contacts" +msgstr "Kontak" + +#. Runners-ID Music - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/runners-music.service.in:6 +msgid "Music" +msgstr "Musik" + +#. Twitter's feed - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/twitter-microblog.service.in:6 +msgid "Twitter" +msgstr "Twitter" + +#~ msgid "Facebook" +#~ msgstr "Facebook" + +#~ msgid "Includes Posts, Notes, Events, Notifications and Chat" +#~ msgstr "Termasuk Postingan, Catatan, Acara, Notifikasi dan Obrolan" + +#~ msgid "Google" +#~ msgstr "Google" + +#~ msgid "Includes GMail, Google Drive and YouTube" +#~ msgstr "Termasuk GMail, Google Drive, dan YouTube" + +#~ msgid "Nextcloud" +#~ msgstr "Nextcloud" + +#~ msgid "Nextcloud account" +#~ msgstr "Akun Nextcloud" + +#~ msgid "ownCloud" +#~ msgstr "ownCloud" + +#~ msgid "ownCloud account" +#~ msgstr "Akun ownCloud" + +#~ msgid "Runners ID" +#~ msgstr "ID Runners" diff --git a/po/it/kaccounts-providers.po b/po/it/kaccounts-providers.po new file mode 100644 index 0000000..25f38eb --- /dev/null +++ b/po/it/kaccounts-providers.po @@ -0,0 +1,259 @@ +# Copyright (C) YEAR This_file_is_part_of_KDE +# This file is distributed under the same license as the kaccounts-providers package. +# Luigi Toscano , 2015, 2017, 2019, 2020, 2023. +# +msgid "" +msgstr "" +"Project-Id-Version: kaccounts-providers\n" +"Report-Msgid-Bugs-To: https://bugs.kde.org\n" +"POT-Creation-Date: 2024-08-02 00:40+0000\n" +"PO-Revision-Date: 2023-08-03 22:54+0200\n" +"Last-Translator: Luigi Toscano \n" +"Language-Team: Italian \n" +"Language: it\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Lokalize 22.12.3\n" + +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:89 +#, kde-format +msgid "" +"Unable to connect to Nextcloud at the given server URL. Please check the " +"server URL." +msgstr "" +"Impossibile collegarsi all'istanza di Nextcloud presso l'URL fornita. " +"Controlla l'URL del server." + +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:148 +#: plugins/owncloud-ui/owncloudcontroller.cpp:174 +#, kde-format +msgid "Unable to authenticate using the provided username and password" +msgstr "Impossibile autenticarsi usando il nome utente e la password forniti" + +#. TODO Find a way to not hardcode this +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:202 +#: services/nextcloud-contacts.service.in:4 +#, kde-format +msgid "Contacts" +msgstr "Contatti" + +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:202 +#, kde-format +msgid "Synchronize contacts" +msgstr "Sincronizza contatti" + +#. Runners-ID Storage - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#. TODO Find a way to not hardcode this +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:203 +#: plugins/owncloud-ui/owncloudcontroller.cpp:231 +#: services/disabled/runners-storage.service.in:6 +#: services/nextcloud-storage.service.in:4 +#: services/owncloud-storage.service.in:4 +#, kde-format +msgid "Storage" +msgstr "Memorizzazione" + +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:203 +#, kde-format +msgid "Integrate into file manager" +msgstr "Integra nel gestore dei file" + +#: plugins/nextcloud-ui/package/contents/ui/Server.qml:14 +#, kde-format +msgid "Nextcloud Login" +msgstr "Login Nextcloud" + +#: plugins/nextcloud-ui/package/contents/ui/Server.qml:49 +#: plugins/owncloud-ui/package/contents/ui/Server.qml:60 +#, kde-format +msgid "Server address:" +msgstr "Indirizzo del server:" + +#: plugins/nextcloud-ui/package/contents/ui/Server.qml:65 +#: plugins/owncloud-ui/package/contents/ui/Server.qml:76 +#, kde-format +msgid "Next" +msgstr "Successivo" + +#: plugins/nextcloud-ui/package/contents/ui/Services.qml:16 +#: plugins/owncloud-ui/package/contents/ui/Services.qml:17 +#, kde-format +msgid "Services" +msgstr "Servizi" + +#: plugins/nextcloud-ui/package/contents/ui/Services.qml:50 +#: plugins/owncloud-ui/package/contents/ui/Services.qml:52 +#, kde-format +msgid "Finish" +msgstr "Fine" + +#: plugins/owncloud-ui/owncloudcontroller.cpp:118 +#, kde-format +msgid "" +"Unable to connect to ownCloud at the given server URL. Please check the " +"server URL." +msgstr "" +"Impossibile collegarsi all'istanza di ownCloud presso l'URL fornita. " +"Controlla l'URL del server." + +#: plugins/owncloud-ui/owncloudcontroller.cpp:231 +#, kde-format +msgid "Storage integration" +msgstr "Integrazione con spazio di archiviazione" + +#: plugins/owncloud-ui/package/contents/ui/Server.qml:15 +#, kde-format +msgid "ownCloud Login" +msgstr "Login ownCloud" + +#: plugins/owncloud-ui/package/contents/ui/Server.qml:48 +#, kde-format +msgid "Username:" +msgstr "Nome utente:" + +#: plugins/owncloud-ui/package/contents/ui/Server.qml:53 +#, kde-format +msgid "Password:" +msgstr "Password:" + +#. "Contacts" on Facebook - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/facebook-contacts.service.in:6 +msgctxt "Facebook Contacts" +msgid "Contacts" +msgstr "Contatti" + +#. "Events" on Facebook - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/facebook-events.service.in:6 +msgid "Events" +msgstr "Eventi" + +#. "Posts Feed" on Facebook - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/facebook-feed.service.in:6 +msgid "Posts Feed" +msgstr "Sezione Notizie" + +#. "Notes" on Facebook - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/facebook-notes.service.in:6 +msgid "Notes" +msgstr "Note" + +#. "Notifications" on Facebook - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/facebook-notifications.service.in:6 +msgid "Notifications" +msgstr "Notifiche" + +#. Google's Calendars - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/google-calendar.service.in:6 +msgid "Calendars and Tasks" +msgstr "Calendari e Attività" + +#. Google's Contacts - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/google-contacts.service.in:6 +msgctxt "Google Contacts" +msgid "Contacts" +msgstr "Contatti" + +#. identi.ca microblog feed - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/identica-microblog.service.in:6 +msgid "identi.ca" +msgstr "identi.ca" + +#. ownCloud's Calendar - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#. Runners-ID Calendar - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/owncloud-calendar.service.in:6 +#: services/disabled/runners-calendar.service.in:6 +msgid "Calendar" +msgstr "Calendario" + +#. ownCloud's Contacts - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/owncloud-contacts.service.in:6 +msgctxt "ownCloud Contacts" +msgid "Contacts" +msgstr "Contatti" + +#. Runners-ID Contacts - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/runners-contacts.service.in:6 +msgctxt "Runners-ID Contacts" +msgid "Contacts" +msgstr "Contatti" + +#. Runners-ID Music - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/runners-music.service.in:6 +msgid "Music" +msgstr "Musica" + +#. Twitter's feed - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/twitter-microblog.service.in:6 +msgid "Twitter" +msgstr "Twitter" + +#~ msgid "Facebook" +#~ msgstr "Facebook" + +#~ msgid "Includes Posts, Notes, Events, Notifications and Chat" +#~ msgstr "Include post, note, eventi, notifiche e chat" + +#~ msgid "Google" +#~ msgstr "Google" + +#~ msgid "Includes GMail, Google Drive and YouTube" +#~ msgstr "Include GMail, Google Drive e YouTube" + +#~ msgid "Nextcloud" +#~ msgstr "Nextcloud" + +#~ msgid "Nextcloud account" +#~ msgstr "Account Nextcloud" + +#~ msgid "ownCloud" +#~ msgstr "ownCloud" + +#~ msgid "ownCloud account" +#~ msgstr "Account ownCloud" + +#~ msgid "Runners ID" +#~ msgstr "Runners ID" + +#~ msgid "org.kde.kaccounts.owncloud" +#~ msgstr "org.kde.kaccounts.owncloud" + +#~ msgid "org.kde.kaccounts.UiPlugin" +#~ msgstr "org.kde.kaccounts.UiPlugin" + +#~ msgid "http://" +#~ msgstr "http://" + +#~ msgid "https://" +#~ msgstr "https://" + +#~ msgid "status.php" +#~ msgstr "status.php" + +#~ msgid "Checking for ownCloud instance at" +#~ msgstr "Verifica dell'istanza di ownCloud su" + +#~ msgid "Received url to figure out:" +#~ msgstr "URL ricevuta da verificare:" + +#~ msgid "version" +#~ msgstr "versione" + +#~ msgid "Includes your Timeline and Mentions" +#~ msgstr "Include la tua cronologia e le citazioni" diff --git a/po/ja/kaccounts-providers.po b/po/ja/kaccounts-providers.po new file mode 100644 index 0000000..98c8940 --- /dev/null +++ b/po/ja/kaccounts-providers.po @@ -0,0 +1,198 @@ +msgid "" +msgstr "" +"Project-Id-Version: kaccounts-providers\n" +"Report-Msgid-Bugs-To: https://bugs.kde.org\n" +"POT-Creation-Date: 2024-08-02 00:40+0000\n" +"PO-Revision-Date: 2014-10-31 23:44-0700\n" +"Last-Translator: Japanese KDE translation team \n" +"Language-Team: Japanese \n" +"Language: ja\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Accelerator-Marker: &\n" +"X-Text-Markup: kde4\n" + +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:89 +#, kde-format +msgid "" +"Unable to connect to Nextcloud at the given server URL. Please check the " +"server URL." +msgstr "" + +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:148 +#: plugins/owncloud-ui/owncloudcontroller.cpp:174 +#, kde-format +msgid "Unable to authenticate using the provided username and password" +msgstr "" + +#. TODO Find a way to not hardcode this +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:202 +#: services/nextcloud-contacts.service.in:4 +#, kde-format +msgid "Contacts" +msgstr "" + +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:202 +#, kde-format +msgid "Synchronize contacts" +msgstr "" + +#. Runners-ID Storage - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#. TODO Find a way to not hardcode this +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:203 +#: plugins/owncloud-ui/owncloudcontroller.cpp:231 +#: services/disabled/runners-storage.service.in:6 +#: services/nextcloud-storage.service.in:4 +#: services/owncloud-storage.service.in:4 +#, kde-format +msgid "Storage" +msgstr "" + +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:203 +#, kde-format +msgid "Integrate into file manager" +msgstr "" + +#: plugins/nextcloud-ui/package/contents/ui/Server.qml:14 +#, kde-format +msgid "Nextcloud Login" +msgstr "" + +#: plugins/nextcloud-ui/package/contents/ui/Server.qml:49 +#: plugins/owncloud-ui/package/contents/ui/Server.qml:60 +#, kde-format +msgid "Server address:" +msgstr "" + +#: plugins/nextcloud-ui/package/contents/ui/Server.qml:65 +#: plugins/owncloud-ui/package/contents/ui/Server.qml:76 +#, kde-format +msgid "Next" +msgstr "" + +#: plugins/nextcloud-ui/package/contents/ui/Services.qml:16 +#: plugins/owncloud-ui/package/contents/ui/Services.qml:17 +#, kde-format +msgid "Services" +msgstr "" + +#: plugins/nextcloud-ui/package/contents/ui/Services.qml:50 +#: plugins/owncloud-ui/package/contents/ui/Services.qml:52 +#, kde-format +msgid "Finish" +msgstr "" + +#: plugins/owncloud-ui/owncloudcontroller.cpp:118 +#, kde-format +msgid "" +"Unable to connect to ownCloud at the given server URL. Please check the " +"server URL." +msgstr "" + +#: plugins/owncloud-ui/owncloudcontroller.cpp:231 +#, kde-format +msgid "Storage integration" +msgstr "" + +#: plugins/owncloud-ui/package/contents/ui/Server.qml:15 +#, kde-format +msgid "ownCloud Login" +msgstr "" + +#: plugins/owncloud-ui/package/contents/ui/Server.qml:48 +#, kde-format +msgid "Username:" +msgstr "" + +#: plugins/owncloud-ui/package/contents/ui/Server.qml:53 +#, kde-format +msgid "Password:" +msgstr "" + +#. "Contacts" on Facebook - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/facebook-contacts.service.in:6 +msgctxt "Facebook Contacts" +msgid "Contacts" +msgstr "" + +#. "Events" on Facebook - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/facebook-events.service.in:6 +msgid "Events" +msgstr "" + +#. "Posts Feed" on Facebook - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/facebook-feed.service.in:6 +msgid "Posts Feed" +msgstr "" + +#. "Notes" on Facebook - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/facebook-notes.service.in:6 +msgid "Notes" +msgstr "" + +#. "Notifications" on Facebook - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/facebook-notifications.service.in:6 +msgid "Notifications" +msgstr "" + +#. Google's Calendars - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/google-calendar.service.in:6 +msgid "Calendars and Tasks" +msgstr "" + +#. Google's Contacts - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/google-contacts.service.in:6 +msgctxt "Google Contacts" +msgid "Contacts" +msgstr "" + +#. identi.ca microblog feed - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/identica-microblog.service.in:6 +msgid "identi.ca" +msgstr "" + +#. ownCloud's Calendar - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#. Runners-ID Calendar - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/owncloud-calendar.service.in:6 +#: services/disabled/runners-calendar.service.in:6 +msgid "Calendar" +msgstr "" + +#. ownCloud's Contacts - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/owncloud-contacts.service.in:6 +msgctxt "ownCloud Contacts" +msgid "Contacts" +msgstr "" + +#. Runners-ID Contacts - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/runners-contacts.service.in:6 +msgctxt "Runners-ID Contacts" +msgid "Contacts" +msgstr "" + +#. Runners-ID Music - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/runners-music.service.in:6 +msgid "Music" +msgstr "" + +#. Twitter's feed - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/twitter-microblog.service.in:6 +msgid "Twitter" +msgstr "" diff --git a/po/ka/kaccounts-providers.po b/po/ka/kaccounts-providers.po new file mode 100644 index 0000000..6c1b837 --- /dev/null +++ b/po/ka/kaccounts-providers.po @@ -0,0 +1,231 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR This file is copyright: +# This file is distributed under the same license as the kaccounts-providers package. +# FIRST AUTHOR , YEAR. +# +msgid "" +msgstr "" +"Project-Id-Version: kaccounts-providers\n" +"Report-Msgid-Bugs-To: https://bugs.kde.org\n" +"POT-Creation-Date: 2024-08-02 00:40+0000\n" +"PO-Revision-Date: 2023-07-30 06:02+0200\n" +"Last-Translator: Temuri Doghonadze \n" +"Language-Team: Georgian \n" +"Language: ka\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Poedit 3.3.2\n" + +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:89 +#, kde-format +msgid "" +"Unable to connect to Nextcloud at the given server URL. Please check the " +"server URL." +msgstr "" +"მითითებულ URL-ზე NextCloud-ში შესვლა შეუძლებელია. შეამოწმეთ სერვერის URL." + +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:148 +#: plugins/owncloud-ui/owncloudcontroller.cpp:174 +#, kde-format +msgid "Unable to authenticate using the provided username and password" +msgstr "ავთენტიკაცია მითითებული მომხმარებლითა და პაროლით შეუძლებელია" + +#. TODO Find a way to not hardcode this +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:202 +#: services/nextcloud-contacts.service.in:4 +#, kde-format +msgid "Contacts" +msgstr "კონტაქტები" + +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:202 +#, kde-format +msgid "Synchronize contacts" +msgstr "კონტაქტების სინქრონიზაცია" + +#. Runners-ID Storage - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#. TODO Find a way to not hardcode this +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:203 +#: plugins/owncloud-ui/owncloudcontroller.cpp:231 +#: services/disabled/runners-storage.service.in:6 +#: services/nextcloud-storage.service.in:4 +#: services/owncloud-storage.service.in:4 +#, kde-format +msgid "Storage" +msgstr "სათავსო" + +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:203 +#, kde-format +msgid "Integrate into file manager" +msgstr "ფაილების მმართველში ინტეგრაცია" + +#: plugins/nextcloud-ui/package/contents/ui/Server.qml:14 +#, kde-format +msgid "Nextcloud Login" +msgstr "Nextcloud-ში შესვლა" + +#: plugins/nextcloud-ui/package/contents/ui/Server.qml:49 +#: plugins/owncloud-ui/package/contents/ui/Server.qml:60 +#, kde-format +msgid "Server address:" +msgstr "სერვერის მისამართი:" + +#: plugins/nextcloud-ui/package/contents/ui/Server.qml:65 +#: plugins/owncloud-ui/package/contents/ui/Server.qml:76 +#, kde-format +msgid "Next" +msgstr "შემდეგი" + +#: plugins/nextcloud-ui/package/contents/ui/Services.qml:16 +#: plugins/owncloud-ui/package/contents/ui/Services.qml:17 +#, kde-format +msgid "Services" +msgstr "სერვისები" + +#: plugins/nextcloud-ui/package/contents/ui/Services.qml:50 +#: plugins/owncloud-ui/package/contents/ui/Services.qml:52 +#, kde-format +msgid "Finish" +msgstr "დასრულება" + +#: plugins/owncloud-ui/owncloudcontroller.cpp:118 +#, kde-format +msgid "" +"Unable to connect to ownCloud at the given server URL. Please check the " +"server URL." +msgstr "" +"მითითებულ URL-ზე ownCloud-ში შესვლა შეუძლებელია. შეამოწმეთ სერვერის URL." + +#: plugins/owncloud-ui/owncloudcontroller.cpp:231 +#, kde-format +msgid "Storage integration" +msgstr "საცავის ინტეგრაცია" + +#: plugins/owncloud-ui/package/contents/ui/Server.qml:15 +#, kde-format +msgid "ownCloud Login" +msgstr "ownCloud-ში შესვლა" + +#: plugins/owncloud-ui/package/contents/ui/Server.qml:48 +#, kde-format +msgid "Username:" +msgstr "მომხმარებელი:" + +#: plugins/owncloud-ui/package/contents/ui/Server.qml:53 +#, kde-format +msgid "Password:" +msgstr "პაროლი:" + +#. "Contacts" on Facebook - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/facebook-contacts.service.in:6 +msgctxt "Facebook Contacts" +msgid "Contacts" +msgstr "კონტაქტები" + +#. "Events" on Facebook - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/facebook-events.service.in:6 +msgid "Events" +msgstr "მოვლენები" + +#. "Posts Feed" on Facebook - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/facebook-feed.service.in:6 +msgid "Posts Feed" +msgstr "პოსტების ლენტა" + +#. "Notes" on Facebook - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/facebook-notes.service.in:6 +msgid "Notes" +msgstr "შენიშვნები" + +#. "Notifications" on Facebook - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/facebook-notifications.service.in:6 +msgid "Notifications" +msgstr "გაფრთხილებები" + +#. Google's Calendars - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/google-calendar.service.in:6 +msgid "Calendars and Tasks" +msgstr "კალენდრები და ამოცანები" + +#. Google's Contacts - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/google-contacts.service.in:6 +msgctxt "Google Contacts" +msgid "Contacts" +msgstr "კონტაქტები" + +#. identi.ca microblog feed - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/identica-microblog.service.in:6 +msgid "identi.ca" +msgstr "identi.ca" + +#. ownCloud's Calendar - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#. Runners-ID Calendar - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/owncloud-calendar.service.in:6 +#: services/disabled/runners-calendar.service.in:6 +msgid "Calendar" +msgstr "კალენდარი" + +#. ownCloud's Contacts - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/owncloud-contacts.service.in:6 +msgctxt "ownCloud Contacts" +msgid "Contacts" +msgstr "კონტაქტები" + +#. Runners-ID Contacts - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/runners-contacts.service.in:6 +msgctxt "Runners-ID Contacts" +msgid "Contacts" +msgstr "კონტაქტები" + +#. Runners-ID Music - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/runners-music.service.in:6 +msgid "Music" +msgstr "მუსიკა" + +#. Twitter's feed - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/twitter-microblog.service.in:6 +msgid "Twitter" +msgstr "Twitter" + +#~ msgid "Facebook" +#~ msgstr "Facebook" + +#~ msgid "Includes Posts, Notes, Events, Notifications and Chat" +#~ msgstr "შეიცავს პოსტებს, შენიშვნებს, მოვლენებს, გაფრთხილებებს და საუბრებს" + +#~ msgid "Google" +#~ msgstr "Google" + +#~ msgid "Includes GMail, Google Drive and YouTube" +#~ msgstr "შეიცავს GMail-ს, Google Drive-ს და YouTube-ს" + +#~ msgid "Nextcloud" +#~ msgstr "Nextcloud" + +#~ msgid "Nextcloud account" +#~ msgstr "Nextcloud-ის ანგარიში" + +#~ msgid "ownCloud" +#~ msgstr "ownCloud" + +#~ msgid "ownCloud account" +#~ msgstr "ownCloud-ის ანგარიში" + +#~ msgid "Runners ID" +#~ msgstr "გამშვების ID" diff --git a/po/ko/kaccounts-providers.po b/po/ko/kaccounts-providers.po new file mode 100644 index 0000000..4c51eb9 --- /dev/null +++ b/po/ko/kaccounts-providers.po @@ -0,0 +1,306 @@ +# Copyright (C) YEAR This_file_is_part_of_KDE +# This file is distributed under the same license as the PACKAGE package. +# Shinjo Park , 2015, 2017, 2020, 2021, 2023. +# +msgid "" +msgstr "" +"Project-Id-Version: \n" +"Report-Msgid-Bugs-To: https://bugs.kde.org\n" +"POT-Creation-Date: 2024-08-02 00:40+0000\n" +"PO-Revision-Date: 2023-08-06 19:45+0200\n" +"Last-Translator: Shinjo Park \n" +"Language-Team: Korean \n" +"Language: ko\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Generator: Lokalize 22.12.3\n" + +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:89 +#, kde-format +msgid "" +"Unable to connect to Nextcloud at the given server URL. Please check the " +"server URL." +msgstr "" +"지정한 서버 URL로 Nextcloud에 연결할 수 없습니다. 서버 URL을 확인하십시오." + +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:148 +#: plugins/owncloud-ui/owncloudcontroller.cpp:174 +#, kde-format +msgid "Unable to authenticate using the provided username and password" +msgstr "지정한 사용자 이름과 암호로 인증할 수 없음" + +#. TODO Find a way to not hardcode this +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:202 +#: services/nextcloud-contacts.service.in:4 +#, kde-format +msgid "Contacts" +msgstr "연락처" + +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:202 +#, kde-format +msgid "Synchronize contacts" +msgstr "연락처 동기화" + +#. Runners-ID Storage - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#. TODO Find a way to not hardcode this +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:203 +#: plugins/owncloud-ui/owncloudcontroller.cpp:231 +#: services/disabled/runners-storage.service.in:6 +#: services/nextcloud-storage.service.in:4 +#: services/owncloud-storage.service.in:4 +#, kde-format +msgid "Storage" +msgstr "저장소" + +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:203 +#, kde-format +msgid "Integrate into file manager" +msgstr "파일 관리자에 통합" + +#: plugins/nextcloud-ui/package/contents/ui/Server.qml:14 +#, kde-format +msgid "Nextcloud Login" +msgstr "Nextcloud 로그인" + +#: plugins/nextcloud-ui/package/contents/ui/Server.qml:49 +#: plugins/owncloud-ui/package/contents/ui/Server.qml:60 +#, kde-format +msgid "Server address:" +msgstr "서버 주소:" + +#: plugins/nextcloud-ui/package/contents/ui/Server.qml:65 +#: plugins/owncloud-ui/package/contents/ui/Server.qml:76 +#, kde-format +msgid "Next" +msgstr "다음" + +#: plugins/nextcloud-ui/package/contents/ui/Services.qml:16 +#: plugins/owncloud-ui/package/contents/ui/Services.qml:17 +#, kde-format +msgid "Services" +msgstr "서비스" + +#: plugins/nextcloud-ui/package/contents/ui/Services.qml:50 +#: plugins/owncloud-ui/package/contents/ui/Services.qml:52 +#, kde-format +msgid "Finish" +msgstr "완료" + +#: plugins/owncloud-ui/owncloudcontroller.cpp:118 +#, kde-format +msgid "" +"Unable to connect to ownCloud at the given server URL. Please check the " +"server URL." +msgstr "" +"지정한 서버 URL로 ownCloud에 연결할 수 없습니다. 서버 URL을 확인하십시오." + +#: plugins/owncloud-ui/owncloudcontroller.cpp:231 +#, kde-format +msgid "Storage integration" +msgstr "저장소 통합" + +#: plugins/owncloud-ui/package/contents/ui/Server.qml:15 +#, kde-format +msgid "ownCloud Login" +msgstr "ownCloud 로그인" + +#: plugins/owncloud-ui/package/contents/ui/Server.qml:48 +#, kde-format +msgid "Username:" +msgstr "사용자 이름:" + +#: plugins/owncloud-ui/package/contents/ui/Server.qml:53 +#, kde-format +msgid "Password:" +msgstr "암호:" + +#. "Contacts" on Facebook - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/facebook-contacts.service.in:6 +msgctxt "Facebook Contacts" +msgid "Contacts" +msgstr "연락처" + +#. "Events" on Facebook - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/facebook-events.service.in:6 +msgid "Events" +msgstr "이벤트" + +#. "Posts Feed" on Facebook - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/facebook-feed.service.in:6 +msgid "Posts Feed" +msgstr "뉴스피드" + +#. "Notes" on Facebook - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/facebook-notes.service.in:6 +msgid "Notes" +msgstr "메모" + +#. "Notifications" on Facebook - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/facebook-notifications.service.in:6 +msgid "Notifications" +msgstr "알림" + +#. Google's Calendars - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/google-calendar.service.in:6 +msgid "Calendars and Tasks" +msgstr "달력과 할 일" + +#. Google's Contacts - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/google-contacts.service.in:6 +msgctxt "Google Contacts" +msgid "Contacts" +msgstr "연락처" + +#. identi.ca microblog feed - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/identica-microblog.service.in:6 +msgid "identi.ca" +msgstr "identi.ca" + +#. ownCloud's Calendar - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#. Runners-ID Calendar - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/owncloud-calendar.service.in:6 +#: services/disabled/runners-calendar.service.in:6 +msgid "Calendar" +msgstr "달력" + +#. ownCloud's Contacts - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/owncloud-contacts.service.in:6 +msgctxt "ownCloud Contacts" +msgid "Contacts" +msgstr "연락처" + +#. Runners-ID Contacts - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/runners-contacts.service.in:6 +msgctxt "Runners-ID Contacts" +msgid "Contacts" +msgstr "연락처" + +#. Runners-ID Music - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/runners-music.service.in:6 +msgid "Music" +msgstr "음악" + +#. Twitter's feed - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/twitter-microblog.service.in:6 +msgid "Twitter" +msgstr "트위터" + +#~ msgid "Facebook" +#~ msgstr "Facebook" + +#~ msgid "Includes Posts, Notes, Events, Notifications and Chat" +#~ msgstr "글, 메모, 이벤트, 알림, 채팅 포함" + +#~ msgid "Google" +#~ msgstr "Google" + +#~ msgid "Includes GMail, Google Drive and YouTube" +#~ msgstr "GMail, Google 드라이브, YouTube 포함" + +#~ msgid "Nextcloud" +#~ msgstr "Nextcloud" + +#~ msgid "Nextcloud account" +#~ msgstr "Nextcloud 계정" + +#~ msgid "ownCloud" +#~ msgstr "ownCloud" + +#~ msgid "ownCloud account" +#~ msgstr "ownCloud 계정" + +#~ msgid "Runners ID" +#~ msgstr "Runners ID" + +#~ msgid "org.kde.kaccounts.owncloud" +#~ msgstr "org.kde.kaccounts.owncloud" + +#~ msgid "helper" +#~ msgstr "helper" + +#~ msgid "org.kde.kaccounts.UiPlugin" +#~ msgstr "org.kde.kaccounts.UiPlugin" + +#~ msgid "http://" +#~ msgstr "http://" + +#~ msgid "https://" +#~ msgstr "https://" + +#~ msgid "status.php" +#~ msgstr "status.php" + +#~ msgid "Checking for ownCloud instance at" +#~ msgstr "다음에 있는 ownCloud 인스턴스 확인 중" + +#~ msgid "Received url to figure out:" +#~ msgstr "처리할 URL 받음:" + +#~ msgid "version" +#~ msgstr "version" + +#~ msgid "No json" +#~ msgstr "JSON 없음" + +#~ msgid "ownCloud appears to be running at the specified URL" +#~ msgstr "지정한 URL에서 실행 중인 ownCloud를 찾았습니다" + +#~ msgid "Server URL ok, checking auth..." +#~ msgstr "서버 URL 확인됨, 인증 중..." + +#~ msgid "remote.php/webdav" +#~ msgstr "remote.php/webdav" + +#~ msgid "" +#~ "" +#~ msgstr "" +#~ "" + +#~ msgid "1" +#~ msgstr "1" + +#~ msgid "cookies" +#~ msgstr "cookies" + +#~ msgid "none" +#~ msgstr "none" + +#~ msgid "no-cache" +#~ msgstr "no-cache" + +#~ msgid "Auth job finished, received error page:" +#~ msgstr "자동 작업 완료, 오류 페이지 수신:" + +#~ msgid "server" +#~ msgstr "server" + +#~ msgid "__service/owncloud-contacts" +#~ msgstr "__service/owncloud-contacts" + +#~ msgid "/remote.php/carddav/addressbooks/%1" +#~ msgstr "/remote.php/carddav/addressbooks/%1" + +#~ msgid "carddavUrl" +#~ msgstr "carddavUrl" + +#~ msgid "Includes your Timeline and Mentions" +#~ msgstr "타임라인과 멘션 포함" diff --git a/po/lt/kaccounts-providers.po b/po/lt/kaccounts-providers.po new file mode 100644 index 0000000..2f168a0 --- /dev/null +++ b/po/lt/kaccounts-providers.po @@ -0,0 +1,235 @@ +# Lithuanian translations for trunk-kf package. +# Copyright (C) 2015 This_file_is_part_of_KDE +# This file is distributed under the same license as the trunk-kf package. +# Automatically generated, 2015. +# +msgid "" +msgstr "" +"Project-Id-Version: trunk-kf 5\n" +"Report-Msgid-Bugs-To: https://bugs.kde.org\n" +"POT-Creation-Date: 2024-08-02 00:40+0000\n" +"PO-Revision-Date: 2024-02-20 13:18+0200\n" +"Last-Translator: Automatically generated\n" +"Language-Team: lt\n" +"Language: lt\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : n%10>=2 && (n%100<10 || n" +"%100>=20) ? 1 : n%10==0 || (n%100>10 && n%100<20) ? 2 : 3);\n" +"X-Generator: Poedit 3.0.1\n" + +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:89 +#, kde-format +msgid "" +"Unable to connect to Nextcloud at the given server URL. Please check the " +"server URL." +msgstr "" +"Nepavyko prisijungti prie Nextcloud nurodytu serverio URL adresu. " +"Patikrinkite serverio URL." + +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:148 +#: plugins/owncloud-ui/owncloudcontroller.cpp:174 +#, kde-format +msgid "Unable to authenticate using the provided username and password" +msgstr "" +"Nepavyko nustatyti tapatybės naudojant pateiktą naudotojo vardą ir slaptažodį" + +#. TODO Find a way to not hardcode this +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:202 +#: services/nextcloud-contacts.service.in:4 +#, kde-format +msgid "Contacts" +msgstr "Adresatai" + +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:202 +#, kde-format +msgid "Synchronize contacts" +msgstr "Sinchronizuoti adresatus" + +#. Runners-ID Storage - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#. TODO Find a way to not hardcode this +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:203 +#: plugins/owncloud-ui/owncloudcontroller.cpp:231 +#: services/disabled/runners-storage.service.in:6 +#: services/nextcloud-storage.service.in:4 +#: services/owncloud-storage.service.in:4 +#, kde-format +msgid "Storage" +msgstr "Saugykla" + +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:203 +#, kde-format +msgid "Integrate into file manager" +msgstr "Integruoti į failų tvarkytuvę" + +#: plugins/nextcloud-ui/package/contents/ui/Server.qml:14 +#, kde-format +msgid "Nextcloud Login" +msgstr "Nextcloud prisijungimas" + +#: plugins/nextcloud-ui/package/contents/ui/Server.qml:49 +#: plugins/owncloud-ui/package/contents/ui/Server.qml:60 +#, kde-format +msgid "Server address:" +msgstr "Serverio adresas:" + +#: plugins/nextcloud-ui/package/contents/ui/Server.qml:65 +#: plugins/owncloud-ui/package/contents/ui/Server.qml:76 +#, kde-format +msgid "Next" +msgstr "Kitas" + +#: plugins/nextcloud-ui/package/contents/ui/Services.qml:16 +#: plugins/owncloud-ui/package/contents/ui/Services.qml:17 +#, kde-format +msgid "Services" +msgstr "Tarnybos" + +#: plugins/nextcloud-ui/package/contents/ui/Services.qml:50 +#: plugins/owncloud-ui/package/contents/ui/Services.qml:52 +#, kde-format +msgid "Finish" +msgstr "Užbaigti" + +#: plugins/owncloud-ui/owncloudcontroller.cpp:118 +#, kde-format +msgid "" +"Unable to connect to ownCloud at the given server URL. Please check the " +"server URL." +msgstr "" +"Nepavyko prisijungti prie ownCloud nurodytu serverio URL adresu. " +"Patikrinkite serverio URL." + +#: plugins/owncloud-ui/owncloudcontroller.cpp:231 +#, kde-format +msgid "Storage integration" +msgstr "Saugyklos integracija" + +#: plugins/owncloud-ui/package/contents/ui/Server.qml:15 +#, kde-format +msgid "ownCloud Login" +msgstr "ownCloud prisijungimas" + +#: plugins/owncloud-ui/package/contents/ui/Server.qml:48 +#, kde-format +msgid "Username:" +msgstr "Naudotojo vardas:" + +#: plugins/owncloud-ui/package/contents/ui/Server.qml:53 +#, kde-format +msgid "Password:" +msgstr "Slaptažodis:" + +#. "Contacts" on Facebook - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/facebook-contacts.service.in:6 +msgctxt "Facebook Contacts" +msgid "Contacts" +msgstr "Adresatai" + +#. "Events" on Facebook - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/facebook-events.service.in:6 +msgid "Events" +msgstr "Ä®vykiai" + +#. "Posts Feed" on Facebook - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/facebook-feed.service.in:6 +msgid "Posts Feed" +msgstr "Ä®rašų kanalas" + +#. "Notes" on Facebook - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/facebook-notes.service.in:6 +msgid "Notes" +msgstr "Pastabos" + +#. "Notifications" on Facebook - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/facebook-notifications.service.in:6 +msgid "Notifications" +msgstr "PraneÅ¡imai" + +#. Google's Calendars - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/google-calendar.service.in:6 +msgid "Calendars and Tasks" +msgstr "Kalendoriai ir užduotys" + +#. Google's Contacts - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/google-contacts.service.in:6 +msgctxt "Google Contacts" +msgid "Contacts" +msgstr "Adresatai" + +#. identi.ca microblog feed - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/identica-microblog.service.in:6 +msgid "identi.ca" +msgstr "„identi.ca“" + +#. ownCloud's Calendar - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#. Runners-ID Calendar - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/owncloud-calendar.service.in:6 +#: services/disabled/runners-calendar.service.in:6 +msgid "Calendar" +msgstr "Kalendorius" + +#. ownCloud's Contacts - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/owncloud-contacts.service.in:6 +msgctxt "ownCloud Contacts" +msgid "Contacts" +msgstr "Adresatai" + +#. Runners-ID Contacts - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/runners-contacts.service.in:6 +msgctxt "Runners-ID Contacts" +msgid "Contacts" +msgstr "Adresatai" + +#. Runners-ID Music - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/runners-music.service.in:6 +msgid "Music" +msgstr "Muzika" + +#. Twitter's feed - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/twitter-microblog.service.in:6 +msgid "Twitter" +msgstr "„Twitter“" + +#~ msgid "Facebook" +#~ msgstr "„Facebook“" + +#~ msgid "Includes Posts, Notes, Events, Notifications and Chat" +#~ msgstr "Ä®eina įraÅ¡ai, pastabos, įvykiai, praneÅ¡imai ir pokalbiai" + +#~ msgid "Google" +#~ msgstr "„Google“" + +#~ msgid "Includes GMail, Google Drive and YouTube" +#~ msgstr "Ä®eina „GMail“, „Google“ diskas ir „YouTube“" + +#~ msgid "Nextcloud" +#~ msgstr "Nextcloud" + +#~ msgid "Nextcloud account" +#~ msgstr "Nextcloud paskyra" + +#~ msgid "ownCloud" +#~ msgstr "ownCloud" + +#~ msgid "ownCloud account" +#~ msgstr "ownCloud paskyra" + +#~ msgid "Runners ID" +#~ msgstr "Paleidiklių ID" diff --git a/po/lv/kaccounts-providers.po b/po/lv/kaccounts-providers.po new file mode 100644 index 0000000..3a08f05 --- /dev/null +++ b/po/lv/kaccounts-providers.po @@ -0,0 +1,233 @@ +# Copyright (C) 2024 This file is copyright: +# This file is distributed under the same license as the kaccounts-providers package. +# +# SPDX-FileCopyrightText: 2024 Toms TrasÅ«ns +msgid "" +msgstr "" +"Project-Id-Version: kaccounts-providers\n" +"Report-Msgid-Bugs-To: https://bugs.kde.org\n" +"POT-Creation-Date: 2024-08-02 00:40+0000\n" +"PO-Revision-Date: 2024-02-16 18:25+0200\n" +"Last-Translator: Toms TrasÅ«ns \n" +"Language-Team: Latvian \n" +"Language: lv\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : " +"2);\n" +"X-Generator: Lokalize 23.08.4\n" + +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:89 +#, kde-format +msgid "" +"Unable to connect to Nextcloud at the given server URL. Please check the " +"server URL." +msgstr "" +"Neizdodas savienoties ar „Nextcloud“, izmantojot norādÄ«to servera adresi. " +"Pārbaudiet servera URL." + +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:148 +#: plugins/owncloud-ui/owncloudcontroller.cpp:174 +#, kde-format +msgid "Unable to authenticate using the provided username and password" +msgstr "Neizdodas autentificēties, izmantojot norādÄ«to lietotājvārdu un paroli" + +#. TODO Find a way to not hardcode this +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:202 +#: services/nextcloud-contacts.service.in:4 +#, kde-format +msgid "Contacts" +msgstr "Kontakti" + +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:202 +#, kde-format +msgid "Synchronize contacts" +msgstr "Sinhronizēt kontaktus" + +#. Runners-ID Storage - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#. TODO Find a way to not hardcode this +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:203 +#: plugins/owncloud-ui/owncloudcontroller.cpp:231 +#: services/disabled/runners-storage.service.in:6 +#: services/nextcloud-storage.service.in:4 +#: services/owncloud-storage.service.in:4 +#, kde-format +msgid "Storage" +msgstr "Krātuve" + +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:203 +#, kde-format +msgid "Integrate into file manager" +msgstr "Integrēt datņu pārvaldniekā" + +#: plugins/nextcloud-ui/package/contents/ui/Server.qml:14 +#, kde-format +msgid "Nextcloud Login" +msgstr "„Nextcloud“ ierakstīšanās" + +#: plugins/nextcloud-ui/package/contents/ui/Server.qml:49 +#: plugins/owncloud-ui/package/contents/ui/Server.qml:60 +#, kde-format +msgid "Server address:" +msgstr "Servera adrese:" + +#: plugins/nextcloud-ui/package/contents/ui/Server.qml:65 +#: plugins/owncloud-ui/package/contents/ui/Server.qml:76 +#, kde-format +msgid "Next" +msgstr "Tālāk" + +#: plugins/nextcloud-ui/package/contents/ui/Services.qml:16 +#: plugins/owncloud-ui/package/contents/ui/Services.qml:17 +#, kde-format +msgid "Services" +msgstr "Servisi" + +#: plugins/nextcloud-ui/package/contents/ui/Services.qml:50 +#: plugins/owncloud-ui/package/contents/ui/Services.qml:52 +#, kde-format +msgid "Finish" +msgstr "Pabeigt" + +#: plugins/owncloud-ui/owncloudcontroller.cpp:118 +#, kde-format +msgid "" +"Unable to connect to ownCloud at the given server URL. Please check the " +"server URL." +msgstr "" +"Neizdodas savienoties ar ownCloud, izmantojot norādÄ«to servera adresi. " +"Pārbaudiet servera URL." + +#: plugins/owncloud-ui/owncloudcontroller.cpp:231 +#, kde-format +msgid "Storage integration" +msgstr "Krātuves integrācija" + +#: plugins/owncloud-ui/package/contents/ui/Server.qml:15 +#, kde-format +msgid "ownCloud Login" +msgstr "„ownCloud“ ierakstīšanās" + +#: plugins/owncloud-ui/package/contents/ui/Server.qml:48 +#, kde-format +msgid "Username:" +msgstr "Lietotājvārds:" + +#: plugins/owncloud-ui/package/contents/ui/Server.qml:53 +#, kde-format +msgid "Password:" +msgstr "Parole:" + +#. "Contacts" on Facebook - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/facebook-contacts.service.in:6 +msgctxt "Facebook Contacts" +msgid "Contacts" +msgstr "Kontakti" + +#. "Events" on Facebook - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/facebook-events.service.in:6 +msgid "Events" +msgstr "Notikumi" + +#. "Posts Feed" on Facebook - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/facebook-feed.service.in:6 +msgid "Posts Feed" +msgstr "Ierakstu lente" + +#. "Notes" on Facebook - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/facebook-notes.service.in:6 +msgid "Notes" +msgstr "PiezÄ«mes" + +#. "Notifications" on Facebook - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/facebook-notifications.service.in:6 +msgid "Notifications" +msgstr "Paziņojumi" + +#. Google's Calendars - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/google-calendar.service.in:6 +msgid "Calendars and Tasks" +msgstr "Kalendāri un uzdevumi" + +#. Google's Contacts - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/google-contacts.service.in:6 +msgctxt "Google Contacts" +msgid "Contacts" +msgstr "Kontakti" + +#. identi.ca microblog feed - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/identica-microblog.service.in:6 +msgid "identi.ca" +msgstr "identi.ca" + +#. ownCloud's Calendar - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#. Runners-ID Calendar - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/owncloud-calendar.service.in:6 +#: services/disabled/runners-calendar.service.in:6 +msgid "Calendar" +msgstr "Kalendārs" + +#. ownCloud's Contacts - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/owncloud-contacts.service.in:6 +msgctxt "ownCloud Contacts" +msgid "Contacts" +msgstr "Kontakti" + +#. Runners-ID Contacts - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/runners-contacts.service.in:6 +msgctxt "Runners-ID Contacts" +msgid "Contacts" +msgstr "Kontakti" + +#. Runners-ID Music - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/runners-music.service.in:6 +msgid "Music" +msgstr "MÅ«zika" + +#. Twitter's feed - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/twitter-microblog.service.in:6 +msgid "Twitter" +msgstr "Twitter" + +#~ msgid "Facebook" +#~ msgstr "Facebook" + +#~ msgid "Includes Posts, Notes, Events, Notifications and Chat" +#~ msgstr "Tostarp ieraksti, piezÄ«mes, notikumi, paziņojumi un tērzēšana" + +#~ msgid "Google" +#~ msgstr "Google" + +#~ msgid "Includes GMail, Google Drive and YouTube" +#~ msgstr "Tostarp „GMail“, Disks un „YouTube“" + +#~ msgid "Nextcloud" +#~ msgstr "Nextcloud" + +#~ msgid "Nextcloud account" +#~ msgstr "„Nextcloud“ konts" + +#~ msgid "ownCloud" +#~ msgstr "ownCloud" + +#~ msgid "ownCloud account" +#~ msgstr "„ownCloud“ konts" + +#~ msgid "Runners ID" +#~ msgstr "Darbinātāju ID" diff --git a/po/nl/kaccounts-providers.po b/po/nl/kaccounts-providers.po new file mode 100644 index 0000000..72dac58 --- /dev/null +++ b/po/nl/kaccounts-providers.po @@ -0,0 +1,317 @@ +# Copyright (C) YEAR This_file_is_part_of_KDE +# This file is distributed under the same license as the PACKAGE package. +# +# Freek de Kruijf , 2014, 2015, 2017, 2019, 2020, 2023. +msgid "" +msgstr "" +"Project-Id-Version: \n" +"Report-Msgid-Bugs-To: https://bugs.kde.org\n" +"POT-Creation-Date: 2024-08-02 00:40+0000\n" +"PO-Revision-Date: 2023-07-29 12:45+0200\n" +"Last-Translator: Freek de Kruijf \n" +"Language-Team: \n" +"Language: nl\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" +"X-Generator: Lokalize 23.04.3\n" + +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:89 +#, kde-format +msgid "" +"Unable to connect to Nextcloud at the given server URL. Please check the " +"server URL." +msgstr "" +"Er kon geen verbinding met Nextcloud worden gemaakt met de gegeven URL. " +"Controleer het adres van de server-URL." + +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:148 +#: plugins/owncloud-ui/owncloudcontroller.cpp:174 +#, kde-format +msgid "Unable to authenticate using the provided username and password" +msgstr "" +"Authenticatie met behulp van de opgegeven gebruikersnaam en wachtwoord lukt " +"niet" + +#. TODO Find a way to not hardcode this +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:202 +#: services/nextcloud-contacts.service.in:4 +#, kde-format +msgid "Contacts" +msgstr "Contactpersonen" + +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:202 +#, kde-format +msgid "Synchronize contacts" +msgstr "Contactpersonen synchroniseren" + +#. Runners-ID Storage - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#. TODO Find a way to not hardcode this +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:203 +#: plugins/owncloud-ui/owncloudcontroller.cpp:231 +#: services/disabled/runners-storage.service.in:6 +#: services/nextcloud-storage.service.in:4 +#: services/owncloud-storage.service.in:4 +#, kde-format +msgid "Storage" +msgstr "Opslag" + +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:203 +#, kde-format +msgid "Integrate into file manager" +msgstr "Integreren in bestandsbeheerder" + +#: plugins/nextcloud-ui/package/contents/ui/Server.qml:14 +#, kde-format +msgid "Nextcloud Login" +msgstr "Nextcloud aanmelden" + +#: plugins/nextcloud-ui/package/contents/ui/Server.qml:49 +#: plugins/owncloud-ui/package/contents/ui/Server.qml:60 +#, kde-format +msgid "Server address:" +msgstr "Serveradres:" + +#: plugins/nextcloud-ui/package/contents/ui/Server.qml:65 +#: plugins/owncloud-ui/package/contents/ui/Server.qml:76 +#, kde-format +msgid "Next" +msgstr "Volgende" + +#: plugins/nextcloud-ui/package/contents/ui/Services.qml:16 +#: plugins/owncloud-ui/package/contents/ui/Services.qml:17 +#, kde-format +msgid "Services" +msgstr "Services" + +#: plugins/nextcloud-ui/package/contents/ui/Services.qml:50 +#: plugins/owncloud-ui/package/contents/ui/Services.qml:52 +#, kde-format +msgid "Finish" +msgstr "Beëindigen" + +#: plugins/owncloud-ui/owncloudcontroller.cpp:118 +#, kde-format +msgid "" +"Unable to connect to ownCloud at the given server URL. Please check the " +"server URL." +msgstr "" +"Er kon geen verbinding met de ownCloud-server worden gemaakt met de gegeven " +"URL. Controleer het adres van de server-URL." + +#: plugins/owncloud-ui/owncloudcontroller.cpp:231 +#, kde-format +msgid "Storage integration" +msgstr "Opslagintegratie" + +#: plugins/owncloud-ui/package/contents/ui/Server.qml:15 +#, kde-format +msgid "ownCloud Login" +msgstr "ownCloud aanmelden" + +#: plugins/owncloud-ui/package/contents/ui/Server.qml:48 +#, kde-format +msgid "Username:" +msgstr "Gebruikersnaam:" + +#: plugins/owncloud-ui/package/contents/ui/Server.qml:53 +#, kde-format +msgid "Password:" +msgstr "Wachtwoord:" + +#. "Contacts" on Facebook - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/facebook-contacts.service.in:6 +msgctxt "Facebook Contacts" +msgid "Contacts" +msgstr "Contactpersonen" + +#. "Events" on Facebook - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/facebook-events.service.in:6 +msgid "Events" +msgstr "Gebeurtenissen" + +#. "Posts Feed" on Facebook - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/facebook-feed.service.in:6 +msgid "Posts Feed" +msgstr "Feed voor geposte berichten" + +#. "Notes" on Facebook - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/facebook-notes.service.in:6 +msgid "Notes" +msgstr "Notities" + +#. "Notifications" on Facebook - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/facebook-notifications.service.in:6 +msgid "Notifications" +msgstr "Meldingen" + +#. Google's Calendars - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/google-calendar.service.in:6 +msgid "Calendars and Tasks" +msgstr "Agenda's en taken" + +#. Google's Contacts - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/google-contacts.service.in:6 +msgctxt "Google Contacts" +msgid "Contacts" +msgstr "Contactpersonen" + +#. identi.ca microblog feed - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/identica-microblog.service.in:6 +msgid "identi.ca" +msgstr "identi.ca" + +#. ownCloud's Calendar - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#. Runners-ID Calendar - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/owncloud-calendar.service.in:6 +#: services/disabled/runners-calendar.service.in:6 +msgid "Calendar" +msgstr "Agenda" + +#. ownCloud's Contacts - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/owncloud-contacts.service.in:6 +msgctxt "ownCloud Contacts" +msgid "Contacts" +msgstr "Contactpersonen" + +#. Runners-ID Contacts - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/runners-contacts.service.in:6 +msgctxt "Runners-ID Contacts" +msgid "Contacts" +msgstr "Contactpersonen" + +#. Runners-ID Music - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/runners-music.service.in:6 +msgid "Music" +msgstr "Muziek" + +#. Twitter's feed - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/twitter-microblog.service.in:6 +msgid "Twitter" +msgstr "Twitter" + +#~ msgid "Facebook" +#~ msgstr "Facebook" + +#~ msgid "Includes Posts, Notes, Events, Notifications and Chat" +#~ msgstr "" +#~ "Inclusief geposte berichten, notities, gebeurtenissen, meldingen en chat" + +#~ msgid "Google" +#~ msgstr "Google" + +#~ msgid "Includes GMail, Google Drive and YouTube" +#~ msgstr "Omvat GMail, Google Drive en YouTube" + +#~ msgid "Nextcloud" +#~ msgstr "Nextcloud" + +#~ msgid "Nextcloud account" +#~ msgstr "Nextcloud-account" + +#~ msgid "ownCloud" +#~ msgstr "ownCloud" + +#~ msgid "ownCloud account" +#~ msgstr "ownCloud-account" + +#~ msgid "Runners ID" +#~ msgstr "Runners-ID" + +#~ msgid "org.kde.kaccounts.owncloud" +#~ msgstr "org.kde.kaccounts.owncloud" + +#~ msgid "helper" +#~ msgstr "hulpje" + +#~ msgid "org.kde.kaccounts.UiPlugin" +#~ msgstr "org.kde.kaccounts.UiPlugin" + +#~ msgid "http://" +#~ msgstr "http://" + +#~ msgid "https://" +#~ msgstr "https://" + +#~ msgid "status.php" +#~ msgstr "status.php" + +#~ msgid "Checking for ownCloud instance at" +#~ msgstr "Controleren op ownCloud exemplaar bij" + +#~ msgid "Received url to figure out:" +#~ msgstr "Te onderzoeken ontvangen URL:" + +#~ msgid "version" +#~ msgstr "versie" + +#~ msgid "No json" +#~ msgstr "Geen json" + +#~ msgid "ownCloud appears to be running at the specified URL" +#~ msgstr "ownCloud lijkt actief te zijn op de gespecificeerde URL" + +#~ msgid "Server URL ok, checking auth..." +#~ msgstr "Server-URL ok, controleren van auth..." + +#~ msgid "remote.php/webdav" +#~ msgstr "remote.php/webdav" + +#~ msgid "" +#~ "" +#~ msgstr "" +#~ "" + +#~ msgid "1" +#~ msgstr "1" + +#~ msgid "cookies" +#~ msgstr "cookies" + +#~ msgid "none" +#~ msgstr "geen" + +#~ msgid "no-cache" +#~ msgstr "geen-cache" + +#~ msgid "Auth job finished, received error page:" +#~ msgstr "Auth-job beëindigd, ontvangen foutpagina:" + +#~ msgid "server" +#~ msgstr "server" + +#~ msgid "__service/owncloud-contacts" +#~ msgstr "__service/owncloud-contacts" + +#~ msgid "/remote.php/carddav/addressbooks/%1" +#~ msgstr "/remote.php/carddav/addressbooks/%1" + +#~ msgid "carddavUrl" +#~ msgstr "carddavUrl" + +#~ msgid "Includes your Timeline and Mentions" +#~ msgstr "Inclusief uw tijdlijn en meldingen" + +#~ msgid "Chat" +#~ msgstr "Chat" + +#~ msgid "Google Hangouts" +#~ msgstr "Google Hangouts" diff --git a/po/nn/kaccounts-providers.po b/po/nn/kaccounts-providers.po new file mode 100644 index 0000000..852b060 --- /dev/null +++ b/po/nn/kaccounts-providers.po @@ -0,0 +1,207 @@ +# Translation of kaccounts-providers to Norwegian Nynorsk +# +# Karl Ove Hufthammer , 2016, 2018, 2020, 2023. +msgid "" +msgstr "" +"Project-Id-Version: \n" +"Report-Msgid-Bugs-To: https://bugs.kde.org\n" +"POT-Creation-Date: 2024-08-02 00:40+0000\n" +"PO-Revision-Date: 2023-07-30 22:06+0200\n" +"Last-Translator: Karl Ove Hufthammer \n" +"Language-Team: Norwegian Nynorsk \n" +"Language: nn\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" +"X-Generator: Lokalize 23.04.3\n" +"X-Environment: kde\n" +"X-Accelerator-Marker: &\n" +"X-Text-Markup: kde4\n" + +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:89 +#, kde-format +msgid "" +"Unable to connect to Nextcloud at the given server URL. Please check the " +"server URL." +msgstr "" +"Klarte ikkje kopla til Nextcloud pÃ¥ den valde tenaradressa. SjÃ¥ til at " +"tenaradressa er rett." + +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:148 +#: plugins/owncloud-ui/owncloudcontroller.cpp:174 +#, kde-format +msgid "Unable to authenticate using the provided username and password" +msgstr "Klarte ikkje autentisera med det oppgjevne brukarnamnet og passordet" + +#. TODO Find a way to not hardcode this +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:202 +#: services/nextcloud-contacts.service.in:4 +#, kde-format +msgid "Contacts" +msgstr "Kontaktar" + +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:202 +#, kde-format +msgid "Synchronize contacts" +msgstr "Synkroniser kontaktar" + +#. Runners-ID Storage - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#. TODO Find a way to not hardcode this +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:203 +#: plugins/owncloud-ui/owncloudcontroller.cpp:231 +#: services/disabled/runners-storage.service.in:6 +#: services/nextcloud-storage.service.in:4 +#: services/owncloud-storage.service.in:4 +#, kde-format +msgid "Storage" +msgstr "Lagring" + +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:203 +#, kde-format +msgid "Integrate into file manager" +msgstr "Integrer med filhandsamar" + +#: plugins/nextcloud-ui/package/contents/ui/Server.qml:14 +#, kde-format +msgid "Nextcloud Login" +msgstr "Nextcloud-pÃ¥logging" + +#: plugins/nextcloud-ui/package/contents/ui/Server.qml:49 +#: plugins/owncloud-ui/package/contents/ui/Server.qml:60 +#, kde-format +msgid "Server address:" +msgstr "Tenaradresse:" + +#: plugins/nextcloud-ui/package/contents/ui/Server.qml:65 +#: plugins/owncloud-ui/package/contents/ui/Server.qml:76 +#, kde-format +msgid "Next" +msgstr "Neste" + +#: plugins/nextcloud-ui/package/contents/ui/Services.qml:16 +#: plugins/owncloud-ui/package/contents/ui/Services.qml:17 +#, kde-format +msgid "Services" +msgstr "Tenester" + +#: plugins/nextcloud-ui/package/contents/ui/Services.qml:50 +#: plugins/owncloud-ui/package/contents/ui/Services.qml:52 +#, kde-format +msgid "Finish" +msgstr "Fullfør" + +#: plugins/owncloud-ui/owncloudcontroller.cpp:118 +#, kde-format +msgid "" +"Unable to connect to ownCloud at the given server URL. Please check the " +"server URL." +msgstr "" +"Klarte ikkje kopla til ownCloud pÃ¥ den valde tenaradressa. SjÃ¥ til at " +"tenaradressa er rett." + +#: plugins/owncloud-ui/owncloudcontroller.cpp:231 +#, kde-format +msgid "Storage integration" +msgstr "Lagringsintegrering" + +#: plugins/owncloud-ui/package/contents/ui/Server.qml:15 +#, kde-format +msgid "ownCloud Login" +msgstr "ownCloud-pÃ¥logging" + +#: plugins/owncloud-ui/package/contents/ui/Server.qml:48 +#, kde-format +msgid "Username:" +msgstr "Brukarnamn:" + +#: plugins/owncloud-ui/package/contents/ui/Server.qml:53 +#, kde-format +msgid "Password:" +msgstr "Passord:" + +#. "Contacts" on Facebook - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/facebook-contacts.service.in:6 +msgctxt "Facebook Contacts" +msgid "Contacts" +msgstr "Kontaktar" + +#. "Events" on Facebook - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/facebook-events.service.in:6 +msgid "Events" +msgstr "Hendingar" + +#. "Posts Feed" on Facebook - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/facebook-feed.service.in:6 +msgid "Posts Feed" +msgstr "Innleggs-feed" + +#. "Notes" on Facebook - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/facebook-notes.service.in:6 +msgid "Notes" +msgstr "Notat" + +#. "Notifications" on Facebook - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/facebook-notifications.service.in:6 +msgid "Notifications" +msgstr "Varslingar" + +#. Google's Calendars - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/google-calendar.service.in:6 +msgid "Calendars and Tasks" +msgstr "Kalendrar og oppgÃ¥ver" + +#. Google's Contacts - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/google-contacts.service.in:6 +msgctxt "Google Contacts" +msgid "Contacts" +msgstr "Kontaktar" + +#. identi.ca microblog feed - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/identica-microblog.service.in:6 +msgid "identi.ca" +msgstr "identi.ca" + +#. ownCloud's Calendar - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#. Runners-ID Calendar - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/owncloud-calendar.service.in:6 +#: services/disabled/runners-calendar.service.in:6 +msgid "Calendar" +msgstr "Kalender" + +#. ownCloud's Contacts - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/owncloud-contacts.service.in:6 +msgctxt "ownCloud Contacts" +msgid "Contacts" +msgstr "Kontaktar" + +#. Runners-ID Contacts - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/runners-contacts.service.in:6 +msgctxt "Runners-ID Contacts" +msgid "Contacts" +msgstr "Kontaktar" + +#. Runners-ID Music - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/runners-music.service.in:6 +msgid "Music" +msgstr "Musikk" + +#. Twitter's feed - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/twitter-microblog.service.in:6 +msgid "Twitter" +msgstr "Twitter" diff --git a/po/pa/kaccounts-providers.po b/po/pa/kaccounts-providers.po new file mode 100644 index 0000000..33ea612 --- /dev/null +++ b/po/pa/kaccounts-providers.po @@ -0,0 +1,222 @@ +# Copyright (C) 2024 This file is copyright: +# This file is distributed under the same license as the kaccounts-providers package. +# +# SPDX-FileCopyrightText: 2021, 2024 A S Alam +msgid "" +msgstr "" +"Project-Id-Version: kaccounts-providers\n" +"Report-Msgid-Bugs-To: https://bugs.kde.org\n" +"POT-Creation-Date: 2024-08-02 00:40+0000\n" +"PO-Revision-Date: 2024-01-28 13:54-0600\n" +"Last-Translator: A S Alam \n" +"Language-Team: Punjabi \n" +"Language: pa\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" +"X-Generator: Lokalize 23.08.4\n" + +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:89 +#, kde-format +msgid "" +"Unable to connect to Nextcloud at the given server URL. Please check the " +"server URL." +msgstr "" + +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:148 +#: plugins/owncloud-ui/owncloudcontroller.cpp:174 +#, kde-format +msgid "Unable to authenticate using the provided username and password" +msgstr "" + +#. TODO Find a way to not hardcode this +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:202 +#: services/nextcloud-contacts.service.in:4 +#, kde-format +msgid "Contacts" +msgstr "ਸੰਪਰਕ" + +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:202 +#, kde-format +msgid "Synchronize contacts" +msgstr "ਸੰਪਰਕ ਸਿੰਕਰੋਨਾਈਜ਼ ਕਰੋ" + +#. Runners-ID Storage - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#. TODO Find a way to not hardcode this +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:203 +#: plugins/owncloud-ui/owncloudcontroller.cpp:231 +#: services/disabled/runners-storage.service.in:6 +#: services/nextcloud-storage.service.in:4 +#: services/owncloud-storage.service.in:4 +#, kde-format +msgid "Storage" +msgstr "ਸਟੋਰੇਜ਼" + +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:203 +#, kde-format +msgid "Integrate into file manager" +msgstr "ਫਾਇਲ ਮੈਨੇਜਰ ਵਿੱਚ ਜੋੜੋ" + +#: plugins/nextcloud-ui/package/contents/ui/Server.qml:14 +#, kde-format +msgid "Nextcloud Login" +msgstr "Nextcloud ਲਾਗਇਨ" + +#: plugins/nextcloud-ui/package/contents/ui/Server.qml:49 +#: plugins/owncloud-ui/package/contents/ui/Server.qml:60 +#, kde-format +msgid "Server address:" +msgstr "ਸਰਵਰ ਦਾ ਸਿਰਨਾਵਾਂ:" + +#: plugins/nextcloud-ui/package/contents/ui/Server.qml:65 +#: plugins/owncloud-ui/package/contents/ui/Server.qml:76 +#, kde-format +msgid "Next" +msgstr "ਅੱਗੇ" + +#: plugins/nextcloud-ui/package/contents/ui/Services.qml:16 +#: plugins/owncloud-ui/package/contents/ui/Services.qml:17 +#, kde-format +msgid "Services" +msgstr "ਸਰਵਿਸਾਂ" + +#: plugins/nextcloud-ui/package/contents/ui/Services.qml:50 +#: plugins/owncloud-ui/package/contents/ui/Services.qml:52 +#, kde-format +msgid "Finish" +msgstr "ਮੁਕੰਮਲ" + +#: plugins/owncloud-ui/owncloudcontroller.cpp:118 +#, kde-format +msgid "" +"Unable to connect to ownCloud at the given server URL. Please check the " +"server URL." +msgstr "" + +#: plugins/owncloud-ui/owncloudcontroller.cpp:231 +#, kde-format +msgid "Storage integration" +msgstr "ਸਟੋਰੇਜ਼ ਲਈ ਜੋੜ" + +#: plugins/owncloud-ui/package/contents/ui/Server.qml:15 +#, kde-format +msgid "ownCloud Login" +msgstr "ownCloud ਲਾਗਇਨ" + +#: plugins/owncloud-ui/package/contents/ui/Server.qml:48 +#, kde-format +msgid "Username:" +msgstr "ਵਰਤੋਂਕਾਰ-ਨਾਂ:" + +#: plugins/owncloud-ui/package/contents/ui/Server.qml:53 +#, kde-format +msgid "Password:" +msgstr "ਪਾਸਵਰਡ:" + +#. "Contacts" on Facebook - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/facebook-contacts.service.in:6 +msgctxt "Facebook Contacts" +msgid "Contacts" +msgstr "ਸੰਪਰਕ" + +#. "Events" on Facebook - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/facebook-events.service.in:6 +msgid "Events" +msgstr "ਸਮਾਗਮ" + +#. "Posts Feed" on Facebook - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/facebook-feed.service.in:6 +msgid "Posts Feed" +msgstr "" + +#. "Notes" on Facebook - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/facebook-notes.service.in:6 +msgid "Notes" +msgstr "ਨੋਟਿਸ" + +#. "Notifications" on Facebook - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/facebook-notifications.service.in:6 +msgid "Notifications" +msgstr "ਨੋਟੀਫਿਕੇਸ਼ਨ" + +#. Google's Calendars - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/google-calendar.service.in:6 +msgid "Calendars and Tasks" +msgstr "ਕੈਲੰਡਰ ਅਤੇ ਕੰਮ" + +#. Google's Contacts - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/google-contacts.service.in:6 +msgctxt "Google Contacts" +msgid "Contacts" +msgstr "ਸੰਪਰਕ" + +#. identi.ca microblog feed - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/identica-microblog.service.in:6 +msgid "identi.ca" +msgstr "identi.ca" + +#. ownCloud's Calendar - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#. Runners-ID Calendar - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/owncloud-calendar.service.in:6 +#: services/disabled/runners-calendar.service.in:6 +msgid "Calendar" +msgstr "ਕੈਲੰਡਰ" + +#. ownCloud's Contacts - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/owncloud-contacts.service.in:6 +msgctxt "ownCloud Contacts" +msgid "Contacts" +msgstr "ਸੰਪਰਕ" + +#. Runners-ID Contacts - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/runners-contacts.service.in:6 +msgctxt "Runners-ID Contacts" +msgid "Contacts" +msgstr "ਸੰਪਰਕ" + +#. Runners-ID Music - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/runners-music.service.in:6 +msgid "Music" +msgstr "ਸੰਗੀਤ" + +#. Twitter's feed - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/twitter-microblog.service.in:6 +msgid "Twitter" +msgstr "ਟਵਿੱਟਰ" + +#~ msgid "Facebook" +#~ msgstr "ਫੇਸਬੁੱਕ" + +#~ msgid "Google" +#~ msgstr "ਗੂਗਲ" + +#~ msgid "Includes GMail, Google Drive and YouTube" +#~ msgstr "ਜੀਮੇਲ, ਗੂਗਲ ਡਰਾਈਵ ਤੇ ਯੂਟਿਊਬ ਸਮੇਤ" + +#~ msgid "Nextcloud" +#~ msgstr "Nextcloud" + +#~ msgid "Nextcloud account" +#~ msgstr "Nextcloud ਖਾਤਾ" + +#~ msgid "ownCloud" +#~ msgstr "ownCloud" + +#~ msgid "ownCloud account" +#~ msgstr "ownCloud ਖਾਤਾ" diff --git a/po/pl/kaccounts-providers.po b/po/pl/kaccounts-providers.po new file mode 100644 index 0000000..9843500 --- /dev/null +++ b/po/pl/kaccounts-providers.po @@ -0,0 +1,314 @@ +# Copyright (C) YEAR This_file_is_part_of_KDE +# This file is distributed under the same license as the PACKAGE package. +# +# Łukasz Wojniłowicz , 2014, 2015, 2017, 2019, 2020, 2023. +msgid "" +msgstr "" +"Project-Id-Version: \n" +"Report-Msgid-Bugs-To: https://bugs.kde.org\n" +"POT-Creation-Date: 2024-08-02 00:40+0000\n" +"PO-Revision-Date: 2023-10-01 08:53+0200\n" +"Last-Translator: Łukasz Wojniłowicz \n" +"Language-Team: Polish \n" +"Language: pl\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " +"|| n%100>=20) ? 1 : 2);\n" + +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:89 +#, kde-format +msgid "" +"Unable to connect to Nextcloud at the given server URL. Please check the " +"server URL." +msgstr "" +"Nie można połączyć z Nextcloud dla danego adresu URL serwera. Sprawdź adres " +"URL serwera." + +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:148 +#: plugins/owncloud-ui/owncloudcontroller.cpp:174 +#, kde-format +msgid "Unable to authenticate using the provided username and password" +msgstr "Nie można uwierzytelnić przy użyciu podanego hasła i nazwy użytkownika" + +#. TODO Find a way to not hardcode this +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:202 +#: services/nextcloud-contacts.service.in:4 +#, kde-format +msgid "Contacts" +msgstr "Kontakty" + +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:202 +#, kde-format +msgid "Synchronize contacts" +msgstr "Synchronizuj kontakty" + +#. Runners-ID Storage - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#. TODO Find a way to not hardcode this +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:203 +#: plugins/owncloud-ui/owncloudcontroller.cpp:231 +#: services/disabled/runners-storage.service.in:6 +#: services/nextcloud-storage.service.in:4 +#: services/owncloud-storage.service.in:4 +#, kde-format +msgid "Storage" +msgstr "Przechowalnia" + +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:203 +#, kde-format +msgid "Integrate into file manager" +msgstr "Integracja z zarządzaniem plików" + +#: plugins/nextcloud-ui/package/contents/ui/Server.qml:14 +#, kde-format +msgid "Nextcloud Login" +msgstr "Login Nextcloud" + +#: plugins/nextcloud-ui/package/contents/ui/Server.qml:49 +#: plugins/owncloud-ui/package/contents/ui/Server.qml:60 +#, kde-format +msgid "Server address:" +msgstr "Adres serwera:" + +#: plugins/nextcloud-ui/package/contents/ui/Server.qml:65 +#: plugins/owncloud-ui/package/contents/ui/Server.qml:76 +#, kde-format +msgid "Next" +msgstr "Dalej" + +#: plugins/nextcloud-ui/package/contents/ui/Services.qml:16 +#: plugins/owncloud-ui/package/contents/ui/Services.qml:17 +#, kde-format +msgid "Services" +msgstr "Usługi" + +#: plugins/nextcloud-ui/package/contents/ui/Services.qml:50 +#: plugins/owncloud-ui/package/contents/ui/Services.qml:52 +#, kde-format +msgid "Finish" +msgstr "Koniec" + +#: plugins/owncloud-ui/owncloudcontroller.cpp:118 +#, kde-format +msgid "" +"Unable to connect to ownCloud at the given server URL. Please check the " +"server URL." +msgstr "" +"Nie można połączyć z ownCloud dla danego adresu URL serwera. Sprawdź adres " +"URL serwera." + +#: plugins/owncloud-ui/owncloudcontroller.cpp:231 +#, kde-format +msgid "Storage integration" +msgstr "Integracja przechowalni" + +#: plugins/owncloud-ui/package/contents/ui/Server.qml:15 +#, kde-format +msgid "ownCloud Login" +msgstr "Login ownCloud" + +#: plugins/owncloud-ui/package/contents/ui/Server.qml:48 +#, kde-format +msgid "Username:" +msgstr "Nazwa użytkownika:" + +#: plugins/owncloud-ui/package/contents/ui/Server.qml:53 +#, kde-format +msgid "Password:" +msgstr "Hasło:" + +#. "Contacts" on Facebook - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/facebook-contacts.service.in:6 +msgctxt "Facebook Contacts" +msgid "Contacts" +msgstr "Kontakty" + +#. "Events" on Facebook - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/facebook-events.service.in:6 +msgid "Events" +msgstr "Wydarzenia" + +#. "Posts Feed" on Facebook - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/facebook-feed.service.in:6 +msgid "Posts Feed" +msgstr "Kanał wpisów" + +#. "Notes" on Facebook - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/facebook-notes.service.in:6 +msgid "Notes" +msgstr "Notatki" + +#. "Notifications" on Facebook - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/facebook-notifications.service.in:6 +msgid "Notifications" +msgstr "Powiadomienia" + +#. Google's Calendars - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/google-calendar.service.in:6 +msgid "Calendars and Tasks" +msgstr "Kalendarz i zadania" + +#. Google's Contacts - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/google-contacts.service.in:6 +msgctxt "Google Contacts" +msgid "Contacts" +msgstr "Kontakty" + +#. identi.ca microblog feed - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/identica-microblog.service.in:6 +msgid "identi.ca" +msgstr "identi.ca" + +#. ownCloud's Calendar - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#. Runners-ID Calendar - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/owncloud-calendar.service.in:6 +#: services/disabled/runners-calendar.service.in:6 +msgid "Calendar" +msgstr "Kalendarz" + +#. ownCloud's Contacts - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/owncloud-contacts.service.in:6 +msgctxt "ownCloud Contacts" +msgid "Contacts" +msgstr "Kontakty" + +#. Runners-ID Contacts - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/runners-contacts.service.in:6 +msgctxt "Runners-ID Contacts" +msgid "Contacts" +msgstr "Kontakty" + +#. Runners-ID Music - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/runners-music.service.in:6 +msgid "Music" +msgstr "Muzyka" + +#. Twitter's feed - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/twitter-microblog.service.in:6 +msgid "Twitter" +msgstr "Twitter" + +#~ msgid "Facebook" +#~ msgstr "Facebook" + +#~ msgid "Includes Posts, Notes, Events, Notifications and Chat" +#~ msgstr "Uwzględnia wpisy, notatki, wydarzenia, powiadomienia i rozmowy" + +#~ msgid "Google" +#~ msgstr "Google" + +#~ msgid "Includes GMail, Google Drive and YouTube" +#~ msgstr "Zawiera GMail, Dysk Google oraz YouTube" + +#~ msgid "Nextcloud" +#~ msgstr "Nextcloud" + +#~ msgid "Nextcloud account" +#~ msgstr "Konto Nextcloud" + +#~ msgid "ownCloud" +#~ msgstr "ownCloud" + +#~ msgid "ownCloud account" +#~ msgstr "Konto ownCloud" + +#~ msgid "Runners ID" +#~ msgstr "ID programów uruchamiających" + +#~ msgid "org.kde.kaccounts.owncloud" +#~ msgstr "org.kde.kaccounts.owncloud" + +#~ msgid "helper" +#~ msgstr "pomocnik" + +#~ msgid "org.kde.kaccounts.UiPlugin" +#~ msgstr "org.kde.kaccounts.UiPlugin" + +#~ msgid "http://" +#~ msgstr "http://" + +#~ msgid "https://" +#~ msgstr "https://" + +#~ msgid "status.php" +#~ msgstr "status.php" + +#~ msgid "Checking for ownCloud instance at" +#~ msgstr "Sprawdzanie wystąpienia ownCloud w" + +#~ msgid "Received url to figure out:" +#~ msgstr "Otrzymano adres url do sprawdzenia:" + +#~ msgid "version" +#~ msgstr "wersja" + +#~ msgid "No json" +#~ msgstr "Bez json" + +#~ msgid "ownCloud appears to be running at the specified URL" +#~ msgstr "Wygląda na to, że pod danym adresem URL jest uruchommony ownCloud" + +#~ msgid "Server URL ok, checking auth..." +#~ msgstr "Adres URL serwera jest ok, sprawdzanie auth..." + +#~ msgid "remote.php/webdav" +#~ msgstr "remote.php/webdav" + +#~ msgid "" +#~ "" +#~ msgstr "" +#~ "" + +#~ msgid "1" +#~ msgstr "1" + +#~ msgid "cookies" +#~ msgstr "ciasteczka" + +#~ msgid "none" +#~ msgstr "brak" + +#~ msgid "no-cache" +#~ msgstr "bez-pamięci-podręcznej" + +#~ msgid "Auth job finished, received error page:" +#~ msgstr "Ukończono zadanie Auth, otrzymano stronę błędu:" + +#~ msgid "server" +#~ msgstr "serwer" + +#~ msgid "__service/owncloud-contacts" +#~ msgstr "__service/owncloud-contacts" + +#~ msgid "/remote.php/carddav/addressbooks/%1" +#~ msgstr "/remote.php/carddav/addressbooks/%1" + +#~ msgid "carddavUrl" +#~ msgstr "carddavUrl" + +#~ msgid "Includes your Timeline and Mentions" +#~ msgstr "Uwzględnia twoją oś czasu i napomknięcia" + +#~ msgid "Chat" +#~ msgstr "Rozmowa" + +#~ msgid "Google Hangouts" +#~ msgstr "Google Hangouts" diff --git a/po/pt/kaccounts-providers.po b/po/pt/kaccounts-providers.po new file mode 100644 index 0000000..6d523fa --- /dev/null +++ b/po/pt/kaccounts-providers.po @@ -0,0 +1,232 @@ +msgid "" +msgstr "" +"Project-Id-Version: kaccounts-providers\n" +"Report-Msgid-Bugs-To: https://bugs.kde.org\n" +"POT-Creation-Date: 2024-08-02 00:40+0000\n" +"PO-Revision-Date: 2020-11-01 10:42+0000\n" +"Last-Translator: José Nuno Coelho Pires \n" +"Language-Team: Portuguese \n" +"Language: pt\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-POFile-SpellExtra: ca Twitter ownCloud Facebook Hangouts identi Runners\n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" +"X-POFile-SpellExtra: Docs Picasa YouTube GMail status service contacts\n" +"X-POFile-SpellExtra: carddavUrl JSON owncloud php Nextcloud\n" + +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:89 +#, kde-format +msgid "" +"Unable to connect to Nextcloud at the given server URL. Please check the " +"server URL." +msgstr "" +"Não foi possível ligar-se à Nextcloud no URL do servidor indicado. Verifique " +"por favor o URL do servidor." + +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:148 +#: plugins/owncloud-ui/owncloudcontroller.cpp:174 +#, kde-format +msgid "Unable to authenticate using the provided username and password" +msgstr "Não foi possível autenticar-se com o utilizador e senha indicados" + +#. TODO Find a way to not hardcode this +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:202 +#: services/nextcloud-contacts.service.in:4 +#, kde-format +msgid "Contacts" +msgstr "Contactos" + +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:202 +#, kde-format +msgid "Synchronize contacts" +msgstr "Sincronizar os contactos" + +#. Runners-ID Storage - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#. TODO Find a way to not hardcode this +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:203 +#: plugins/owncloud-ui/owncloudcontroller.cpp:231 +#: services/disabled/runners-storage.service.in:6 +#: services/nextcloud-storage.service.in:4 +#: services/owncloud-storage.service.in:4 +#, kde-format +msgid "Storage" +msgstr "Armazenamento" + +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:203 +#, kde-format +msgid "Integrate into file manager" +msgstr "Integrar com o gestor de ficheiros" + +#: plugins/nextcloud-ui/package/contents/ui/Server.qml:14 +#, kde-format +msgid "Nextcloud Login" +msgstr "Conta da Nextcloud" + +#: plugins/nextcloud-ui/package/contents/ui/Server.qml:49 +#: plugins/owncloud-ui/package/contents/ui/Server.qml:60 +#, kde-format +msgid "Server address:" +msgstr "Endereço do servidor:" + +#: plugins/nextcloud-ui/package/contents/ui/Server.qml:65 +#: plugins/owncloud-ui/package/contents/ui/Server.qml:76 +#, kde-format +msgid "Next" +msgstr "Seguinte" + +#: plugins/nextcloud-ui/package/contents/ui/Services.qml:16 +#: plugins/owncloud-ui/package/contents/ui/Services.qml:17 +#, kde-format +msgid "Services" +msgstr "Serviços" + +#: plugins/nextcloud-ui/package/contents/ui/Services.qml:50 +#: plugins/owncloud-ui/package/contents/ui/Services.qml:52 +#, kde-format +msgid "Finish" +msgstr "Terminar" + +#: plugins/owncloud-ui/owncloudcontroller.cpp:118 +#, kde-format +msgid "" +"Unable to connect to ownCloud at the given server URL. Please check the " +"server URL." +msgstr "" +"Não foi possível ligar-se ao ownCloud no URL do servidor indicado. Verifique " +"por favor o URL do servidor." + +#: plugins/owncloud-ui/owncloudcontroller.cpp:231 +#, kde-format +msgid "Storage integration" +msgstr "Integração com o armazenamento" + +#: plugins/owncloud-ui/package/contents/ui/Server.qml:15 +#, kde-format +msgid "ownCloud Login" +msgstr "Conta do ownCloud" + +#: plugins/owncloud-ui/package/contents/ui/Server.qml:48 +#, kde-format +msgid "Username:" +msgstr "Utilizador:" + +#: plugins/owncloud-ui/package/contents/ui/Server.qml:53 +#, kde-format +msgid "Password:" +msgstr "Senha:" + +#. "Contacts" on Facebook - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/facebook-contacts.service.in:6 +msgctxt "Facebook Contacts" +msgid "Contacts" +msgstr "Contactos" + +#. "Events" on Facebook - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/facebook-events.service.in:6 +msgid "Events" +msgstr "Eventos" + +#. "Posts Feed" on Facebook - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/facebook-feed.service.in:6 +msgid "Posts Feed" +msgstr "Fonte de Notícias" + +#. "Notes" on Facebook - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/facebook-notes.service.in:6 +msgid "Notes" +msgstr "Notas" + +#. "Notifications" on Facebook - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/facebook-notifications.service.in:6 +msgid "Notifications" +msgstr "Notificações" + +#. Google's Calendars - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/google-calendar.service.in:6 +msgid "Calendars and Tasks" +msgstr "Calendários e Tarefas" + +#. Google's Contacts - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/google-contacts.service.in:6 +msgctxt "Google Contacts" +msgid "Contacts" +msgstr "Contactos" + +#. identi.ca microblog feed - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/identica-microblog.service.in:6 +msgid "identi.ca" +msgstr "identi.ca" + +#. ownCloud's Calendar - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#. Runners-ID Calendar - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/owncloud-calendar.service.in:6 +#: services/disabled/runners-calendar.service.in:6 +msgid "Calendar" +msgstr "Calendário" + +#. ownCloud's Contacts - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/owncloud-contacts.service.in:6 +msgctxt "ownCloud Contacts" +msgid "Contacts" +msgstr "Contactos" + +#. Runners-ID Contacts - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/runners-contacts.service.in:6 +msgctxt "Runners-ID Contacts" +msgid "Contacts" +msgstr "Contactos" + +#. Runners-ID Music - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/runners-music.service.in:6 +msgid "Music" +msgstr "Música" + +#. Twitter's feed - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/twitter-microblog.service.in:6 +msgid "Twitter" +msgstr "Twitter" + +#~ msgid "Facebook" +#~ msgstr "Facebook" + +#~ msgid "Includes Posts, Notes, Events, Notifications and Chat" +#~ msgstr "Inclui as publicações, notas, eventos, notificações e conversas" + +#~ msgid "Google" +#~ msgstr "Google" + +#, fuzzy +#~| msgid "Includes GMail, Hangouts, Google Drive and YouTube" +#~ msgid "Includes GMail, Google Drive and YouTube" +#~ msgstr "Inclui o GMail, Hangouts, Google Drive e YouTube" + +#~ msgid "Nextcloud" +#~ msgstr "Nextcloud" + +#~ msgid "Nextcloud account" +#~ msgstr "Conta da Nextcloud" + +#~ msgid "ownCloud" +#~ msgstr "ownCloud" + +#~ msgid "ownCloud account" +#~ msgstr "Conta do ownCloud" + +#~ msgid "Runners ID" +#~ msgstr "Runners ID" diff --git a/po/pt_BR/kaccounts-providers.po b/po/pt_BR/kaccounts-providers.po new file mode 100644 index 0000000..3b7cf0d --- /dev/null +++ b/po/pt_BR/kaccounts-providers.po @@ -0,0 +1,312 @@ +# Translation of kaccounts-providers.po to Brazilian Portuguese +# Copyright (C) 2014-2015 This_file_is_part_of_KDE +# This file is distributed under the same license as the PACKAGE package. +# +# André Marcelo Alvarenga , 2014, 2015. +# Luiz Fernando Ranghetti , 2017, 2019, 2020. +# Thiago Masato Costa Sueto , 2020. +# Geraldo Simiao , 2023. +msgid "" +msgstr "" +"Project-Id-Version: kaccounts-providers\n" +"Report-Msgid-Bugs-To: https://bugs.kde.org\n" +"POT-Creation-Date: 2024-08-02 00:40+0000\n" +"PO-Revision-Date: 2023-07-28 23:51-0300\n" +"Last-Translator: Geraldo Simiao \n" +"Language-Team: Brazilian Portuguese \n" +"Language: pt_BR\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" +"X-Generator: Lokalize 23.04.3\n" + +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:89 +#, kde-format +msgid "" +"Unable to connect to Nextcloud at the given server URL. Please check the " +"server URL." +msgstr "" +"Não foi possível conectar-se ao Nextcloud na URL do servidor indicado. " +"Verifique a URL do servidor." + +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:148 +#: plugins/owncloud-ui/owncloudcontroller.cpp:174 +#, kde-format +msgid "Unable to authenticate using the provided username and password" +msgstr "Não foi possível autenticar usando a senha e nome de usuário indicados" + +#. TODO Find a way to not hardcode this +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:202 +#: services/nextcloud-contacts.service.in:4 +#, kde-format +msgid "Contacts" +msgstr "Contatos" + +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:202 +#, kde-format +msgid "Synchronize contacts" +msgstr "Sincronizar contatos" + +#. Runners-ID Storage - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#. TODO Find a way to not hardcode this +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:203 +#: plugins/owncloud-ui/owncloudcontroller.cpp:231 +#: services/disabled/runners-storage.service.in:6 +#: services/nextcloud-storage.service.in:4 +#: services/owncloud-storage.service.in:4 +#, kde-format +msgid "Storage" +msgstr "Armazenamento" + +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:203 +#, kde-format +msgid "Integrate into file manager" +msgstr "Integrar no gerenciador de arquivos" + +#: plugins/nextcloud-ui/package/contents/ui/Server.qml:14 +#, kde-format +msgid "Nextcloud Login" +msgstr "Login do Nextcloud" + +#: plugins/nextcloud-ui/package/contents/ui/Server.qml:49 +#: plugins/owncloud-ui/package/contents/ui/Server.qml:60 +#, kde-format +msgid "Server address:" +msgstr "Endereço do servidor:" + +#: plugins/nextcloud-ui/package/contents/ui/Server.qml:65 +#: plugins/owncloud-ui/package/contents/ui/Server.qml:76 +#, kde-format +msgid "Next" +msgstr "Próximo" + +#: plugins/nextcloud-ui/package/contents/ui/Services.qml:16 +#: plugins/owncloud-ui/package/contents/ui/Services.qml:17 +#, kde-format +msgid "Services" +msgstr "Serviços" + +#: plugins/nextcloud-ui/package/contents/ui/Services.qml:50 +#: plugins/owncloud-ui/package/contents/ui/Services.qml:52 +#, kde-format +msgid "Finish" +msgstr "Concluir" + +#: plugins/owncloud-ui/owncloudcontroller.cpp:118 +#, kde-format +msgid "" +"Unable to connect to ownCloud at the given server URL. Please check the " +"server URL." +msgstr "" +"Não foi possível conectar-se ao ownCloud na URL do servidor indicado. " +"Verifique a URL do servidor." + +#: plugins/owncloud-ui/owncloudcontroller.cpp:231 +#, kde-format +msgid "Storage integration" +msgstr "Integração de armazenamento" + +#: plugins/owncloud-ui/package/contents/ui/Server.qml:15 +#, kde-format +msgid "ownCloud Login" +msgstr "Login do ownCloud" + +#: plugins/owncloud-ui/package/contents/ui/Server.qml:48 +#, kde-format +msgid "Username:" +msgstr "Nome de usuário:" + +#: plugins/owncloud-ui/package/contents/ui/Server.qml:53 +#, kde-format +msgid "Password:" +msgstr "Senha:" + +#. "Contacts" on Facebook - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/facebook-contacts.service.in:6 +msgctxt "Facebook Contacts" +msgid "Contacts" +msgstr "Contatos" + +#. "Events" on Facebook - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/facebook-events.service.in:6 +msgid "Events" +msgstr "Eventos" + +#. "Posts Feed" on Facebook - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/facebook-feed.service.in:6 +msgid "Posts Feed" +msgstr "Publicações" + +#. "Notes" on Facebook - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/facebook-notes.service.in:6 +msgid "Notes" +msgstr "Notas" + +#. "Notifications" on Facebook - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/facebook-notifications.service.in:6 +msgid "Notifications" +msgstr "Notificações" + +#. Google's Calendars - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/google-calendar.service.in:6 +msgid "Calendars and Tasks" +msgstr "Calendários e Tarefas" + +#. Google's Contacts - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/google-contacts.service.in:6 +msgctxt "Google Contacts" +msgid "Contacts" +msgstr "Contatos" + +#. identi.ca microblog feed - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/identica-microblog.service.in:6 +msgid "identi.ca" +msgstr "identi.ca" + +#. ownCloud's Calendar - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#. Runners-ID Calendar - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/owncloud-calendar.service.in:6 +#: services/disabled/runners-calendar.service.in:6 +msgid "Calendar" +msgstr "Calendário" + +#. ownCloud's Contacts - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/owncloud-contacts.service.in:6 +msgctxt "ownCloud Contacts" +msgid "Contacts" +msgstr "Contatos" + +#. Runners-ID Contacts - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/runners-contacts.service.in:6 +msgctxt "Runners-ID Contacts" +msgid "Contacts" +msgstr "Contatos" + +#. Runners-ID Music - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/runners-music.service.in:6 +msgid "Music" +msgstr "Músicas" + +#. Twitter's feed - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/twitter-microblog.service.in:6 +msgid "Twitter" +msgstr "Twitter" + +#~ msgid "Facebook" +#~ msgstr "Facebook" + +#~ msgid "Includes Posts, Notes, Events, Notifications and Chat" +#~ msgstr "Inclui Publicações, Notas, Eventos, Notificações e Conversas" + +#~ msgid "Google" +#~ msgstr "Google" + +#~ msgid "Includes GMail, Google Drive and YouTube" +#~ msgstr "Inclui GMail, Google Drive e YouTube" + +#~ msgid "Nextcloud" +#~ msgstr "Nextcloud" + +#~ msgid "Nextcloud account" +#~ msgstr "Conta do Nextcloud" + +#~ msgid "ownCloud" +#~ msgstr "ownCloud" + +#~ msgid "ownCloud account" +#~ msgstr "Conta do ownCloud" + +#~ msgid "Runners ID" +#~ msgstr "Runners ID" + +#~ msgid "org.kde.kaccounts.owncloud" +#~ msgstr "org.kde.kaccounts.owncloud" + +#~ msgid "helper" +#~ msgstr "ajudante" + +#~ msgid "org.kde.kaccounts.UiPlugin" +#~ msgstr "org.kde.kaccounts.UiPlugin" + +#~ msgid "http://" +#~ msgstr "http://" + +#~ msgid "https://" +#~ msgstr "https://" + +#~ msgid "status.php" +#~ msgstr "status.php" + +#~ msgid "Checking for ownCloud instance at" +#~ msgstr "Procurando pela instância do ownCloud em" + +#~ msgid "Received url to figure out:" +#~ msgstr "Foi recebida a URL a descobrir:" + +#~ msgid "version" +#~ msgstr "versão" + +#~ msgid "No json" +#~ msgstr "Sem json" + +#~ msgid "ownCloud appears to be running at the specified URL" +#~ msgstr "O ownCloud parece estar em execução na URL indicada" + +#~ msgid "Server URL ok, checking auth..." +#~ msgstr "A URL do servidor está correta, verificando a autenticação..." + +#~ msgid "remote.php/webdav" +#~ msgstr "remote.php/webdav" + +#~ msgid "" +#~ "" +#~ msgstr "" +#~ "" + +#~ msgid "1" +#~ msgstr "1" + +#~ msgid "cookies" +#~ msgstr "cookies" + +#~ msgid "none" +#~ msgstr "nenhum" + +#~ msgid "no-cache" +#~ msgstr "sem-cache" + +#~ msgid "Auth job finished, received error page:" +#~ msgstr "Tarefa de autenticação concluída, recebida a página de erro:" + +#~ msgid "server" +#~ msgstr "servidor" + +#~ msgid "__service/owncloud-contacts" +#~ msgstr "__service/owncloud-contacts" + +#~ msgid "/remote.php/carddav/addressbooks/%1" +#~ msgstr "/remote.php/carddav/addressbooks/%1" + +#~ msgid "carddavUrl" +#~ msgstr "carddavUrl" + +#~ msgid "Includes your Timeline and Mentions" +#~ msgstr "Inclui sua linha do tempo e menções" diff --git a/po/ro/kaccounts-providers.po b/po/ro/kaccounts-providers.po new file mode 100644 index 0000000..6c19bac --- /dev/null +++ b/po/ro/kaccounts-providers.po @@ -0,0 +1,236 @@ +# Copyright (C) YEAR This_file_is_part_of_KDE +# This file is distributed under the same license as the PACKAGE package. +# Sergiu Bivol , 2015, 2020, 2022, 2024. +# +msgid "" +msgstr "" +"Project-Id-Version: \n" +"Report-Msgid-Bugs-To: https://bugs.kde.org\n" +"POT-Creation-Date: 2024-08-02 00:40+0000\n" +"PO-Revision-Date: 2024-02-18 14:30+0000\n" +"Last-Translator: Sergiu Bivol \n" +"Language-Team: Romanian \n" +"Language: ro\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=n==1 ? 0 : (n==0 || (n%100 > 0 && n%100 < " +"20)) ? 1 : 2;\n" +"X-Generator: Lokalize 21.12.3\n" + +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:89 +#, kde-format +msgid "" +"Unable to connect to Nextcloud at the given server URL. Please check the " +"server URL." +msgstr "" +"Nu s-a putut conecta la Nextcloud la URL-ul de server dat. Verificați URL-ul " +"serverului." + +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:148 +#: plugins/owncloud-ui/owncloudcontroller.cpp:174 +#, kde-format +msgid "Unable to authenticate using the provided username and password" +msgstr "Nu s-a putut autentifica folosind numele și parola furnizate" + +#. TODO Find a way to not hardcode this +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:202 +#: services/nextcloud-contacts.service.in:4 +#, kde-format +msgid "Contacts" +msgstr "Contacte" + +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:202 +#, kde-format +msgid "Synchronize contacts" +msgstr "Sincronizează contactele" + +#. Runners-ID Storage - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#. TODO Find a way to not hardcode this +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:203 +#: plugins/owncloud-ui/owncloudcontroller.cpp:231 +#: services/disabled/runners-storage.service.in:6 +#: services/nextcloud-storage.service.in:4 +#: services/owncloud-storage.service.in:4 +#, kde-format +msgid "Storage" +msgstr "Stocare" + +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:203 +#, kde-format +msgid "Integrate into file manager" +msgstr "Integrează în gestionarul de fișiere" + +#: plugins/nextcloud-ui/package/contents/ui/Server.qml:14 +#, kde-format +msgid "Nextcloud Login" +msgstr "Autentificare Nextcloud" + +#: plugins/nextcloud-ui/package/contents/ui/Server.qml:49 +#: plugins/owncloud-ui/package/contents/ui/Server.qml:60 +#, kde-format +msgid "Server address:" +msgstr "Adresă server:" + +#: plugins/nextcloud-ui/package/contents/ui/Server.qml:65 +#: plugins/owncloud-ui/package/contents/ui/Server.qml:76 +#, kde-format +msgid "Next" +msgstr "Următor" + +#: plugins/nextcloud-ui/package/contents/ui/Services.qml:16 +#: plugins/owncloud-ui/package/contents/ui/Services.qml:17 +#, kde-format +msgid "Services" +msgstr "Servicii" + +#: plugins/nextcloud-ui/package/contents/ui/Services.qml:50 +#: plugins/owncloud-ui/package/contents/ui/Services.qml:52 +#, kde-format +msgid "Finish" +msgstr "Finalizează" + +#: plugins/owncloud-ui/owncloudcontroller.cpp:118 +#, kde-format +msgid "" +"Unable to connect to ownCloud at the given server URL. Please check the " +"server URL." +msgstr "" +"Nu s-a putut conecta la OwnCloud la URL-ul de server dat. Verificați URL-ul " +"serverului." + +#: plugins/owncloud-ui/owncloudcontroller.cpp:231 +#, kde-format +msgid "Storage integration" +msgstr "Integrarea stocării" + +#: plugins/owncloud-ui/package/contents/ui/Server.qml:15 +#, kde-format +msgid "ownCloud Login" +msgstr "Autentificare ownCloud" + +#: plugins/owncloud-ui/package/contents/ui/Server.qml:48 +#, kde-format +msgid "Username:" +msgstr "Utilizator:" + +#: plugins/owncloud-ui/package/contents/ui/Server.qml:53 +#, kde-format +msgid "Password:" +msgstr "Parolă:" + +#. "Contacts" on Facebook - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/facebook-contacts.service.in:6 +msgctxt "Facebook Contacts" +msgid "Contacts" +msgstr "Contacte" + +#. "Events" on Facebook - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/facebook-events.service.in:6 +msgid "Events" +msgstr "Evenimente" + +#. "Posts Feed" on Facebook - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/facebook-feed.service.in:6 +msgid "Posts Feed" +msgstr "Flux de articole" + +#. "Notes" on Facebook - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/facebook-notes.service.in:6 +msgid "Notes" +msgstr "Note" + +#. "Notifications" on Facebook - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/facebook-notifications.service.in:6 +msgid "Notifications" +msgstr "Notificări" + +#. Google's Calendars - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/google-calendar.service.in:6 +msgid "Calendars and Tasks" +msgstr "Calendare și sarcini" + +#. Google's Contacts - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/google-contacts.service.in:6 +msgctxt "Google Contacts" +msgid "Contacts" +msgstr "Contacte" + +#. identi.ca microblog feed - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/identica-microblog.service.in:6 +msgid "identi.ca" +msgstr "identi.ca" + +#. ownCloud's Calendar - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#. Runners-ID Calendar - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/owncloud-calendar.service.in:6 +#: services/disabled/runners-calendar.service.in:6 +msgid "Calendar" +msgstr "Calendar" + +#. ownCloud's Contacts - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/owncloud-contacts.service.in:6 +msgctxt "ownCloud Contacts" +msgid "Contacts" +msgstr "Contacte" + +#. Runners-ID Contacts - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/runners-contacts.service.in:6 +msgctxt "Runners-ID Contacts" +msgid "Contacts" +msgstr "Contacte" + +#. Runners-ID Music - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/runners-music.service.in:6 +msgid "Music" +msgstr "Muzică" + +#. Twitter's feed - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/twitter-microblog.service.in:6 +msgid "Twitter" +msgstr "Twitter" + +#~ msgid "Facebook" +#~ msgstr "Facebook" + +#~ msgid "Includes Posts, Notes, Events, Notifications and Chat" +#~ msgstr "Include articole, note, evenimente, notificări și discuții" + +#~ msgid "Google" +#~ msgstr "Google" + +#~ msgid "Includes GMail, Google Drive and YouTube" +#~ msgstr "Include GMail, Google Drive și Youtube" + +#~ msgid "Nextcloud" +#~ msgstr "Nextcloud" + +#~ msgid "Nextcloud account" +#~ msgstr "Cont Nextcloud" + +#~ msgid "ownCloud" +#~ msgstr "ownCloud" + +#~ msgid "ownCloud account" +#~ msgstr "Cont ownCloud" + +#~ msgid "Runners ID" +#~ msgstr "Runners ID" + +#~ msgid "Includes your Timeline and Mentions" +#~ msgstr "Include cronologia și mențiunile" diff --git a/po/ru/kaccounts-providers.po b/po/ru/kaccounts-providers.po new file mode 100644 index 0000000..c60dc07 --- /dev/null +++ b/po/ru/kaccounts-providers.po @@ -0,0 +1,243 @@ +# Copyright (C) YEAR This_file_is_part_of_KDE +# This file is distributed under the same license as the PACKAGE package. +# +# Alexander Potashev , 2015, 2017, 2020. +# Alexander Yavorsky , 2020, 2023. +msgid "" +msgstr "" +"Project-Id-Version: \n" +"Report-Msgid-Bugs-To: https://bugs.kde.org\n" +"POT-Creation-Date: 2024-08-02 00:40+0000\n" +"PO-Revision-Date: 2023-12-27 10:04+0300\n" +"Last-Translator: Alexander Yavorsky \n" +"Language-Team: Russian \n" +"Language: ru\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=4; plural=n==1 ? 3 : n%10==1 && n%100!=11 ? 0 : n" +"%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" +"X-Generator: Lokalize 21.08.3\n" + +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:89 +#, kde-format +msgid "" +"Unable to connect to Nextcloud at the given server URL. Please check the " +"server URL." +msgstr "Не удалось подключиться к серверу Nextcloud. Проверьте адрес сервера." + +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:148 +#: plugins/owncloud-ui/owncloudcontroller.cpp:174 +#, kde-format +msgid "Unable to authenticate using the provided username and password" +msgstr "" +"Не удалось войти в систему с использованием заданного имени пользователя и " +"пароля" + +#. TODO Find a way to not hardcode this +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:202 +#: services/nextcloud-contacts.service.in:4 +#, kde-format +msgid "Contacts" +msgstr "Контакты" + +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:202 +#, kde-format +msgid "Synchronize contacts" +msgstr "Синхронизировать контакты" + +#. Runners-ID Storage - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#. TODO Find a way to not hardcode this +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:203 +#: plugins/owncloud-ui/owncloudcontroller.cpp:231 +#: services/disabled/runners-storage.service.in:6 +#: services/nextcloud-storage.service.in:4 +#: services/owncloud-storage.service.in:4 +#, kde-format +msgid "Storage" +msgstr "Хранение файлов" + +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:203 +#, kde-format +msgid "Integrate into file manager" +msgstr "Встроить в диспечер файлов" + +#: plugins/nextcloud-ui/package/contents/ui/Server.qml:14 +#, kde-format +msgid "Nextcloud Login" +msgstr "Вход в Nextcloud" + +#: plugins/nextcloud-ui/package/contents/ui/Server.qml:49 +#: plugins/owncloud-ui/package/contents/ui/Server.qml:60 +#, kde-format +msgid "Server address:" +msgstr "Адрес сервера:" + +#: plugins/nextcloud-ui/package/contents/ui/Server.qml:65 +#: plugins/owncloud-ui/package/contents/ui/Server.qml:76 +#, kde-format +msgid "Next" +msgstr "Далее" + +#: plugins/nextcloud-ui/package/contents/ui/Services.qml:16 +#: plugins/owncloud-ui/package/contents/ui/Services.qml:17 +#, kde-format +msgid "Services" +msgstr "Службы" + +#: plugins/nextcloud-ui/package/contents/ui/Services.qml:50 +#: plugins/owncloud-ui/package/contents/ui/Services.qml:52 +#, kde-format +msgid "Finish" +msgstr "Готово" + +#: plugins/owncloud-ui/owncloudcontroller.cpp:118 +#, kde-format +msgid "" +"Unable to connect to ownCloud at the given server URL. Please check the " +"server URL." +msgstr "" +"Не удалось подключиться к серверу ownCloud. Проверьте указанный адрес " +"сервера." + +#: plugins/owncloud-ui/owncloudcontroller.cpp:231 +#, kde-format +msgid "Storage integration" +msgstr "Встраивание хранилища" + +#: plugins/owncloud-ui/package/contents/ui/Server.qml:15 +#, kde-format +msgid "ownCloud Login" +msgstr "Вход в ownCloud" + +#: plugins/owncloud-ui/package/contents/ui/Server.qml:48 +#, kde-format +msgid "Username:" +msgstr "Имя пользователя:" + +#: plugins/owncloud-ui/package/contents/ui/Server.qml:53 +#, kde-format +msgid "Password:" +msgstr "Пароль:" + +#. "Contacts" on Facebook - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/facebook-contacts.service.in:6 +msgctxt "Facebook Contacts" +msgid "Contacts" +msgstr "Контакты" + +# "Мероприятия" is how "Events" is translated on Facebook website --aspotashev +#. "Events" on Facebook - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/facebook-events.service.in:6 +msgid "Events" +msgstr "Мероприятия" + +# "Лента новостей" is how "News Feed" is translated on Facebook website. Should be "News Feed" in English? --aspotashev +#. "Posts Feed" on Facebook - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/facebook-feed.service.in:6 +msgid "Posts Feed" +msgstr "Лента новостей" + +# "Заметки" is how "Notes" is translated on Facebook website --aspotashev +#. "Notes" on Facebook - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/facebook-notes.service.in:6 +msgid "Notes" +msgstr "Заметки" + +# "Уведомления" is how "Notifications" is translated on Facebook website --aspotashev +#. "Notifications" on Facebook - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/facebook-notifications.service.in:6 +msgid "Notifications" +msgstr "Уведомления" + +# Translations for "calendar" (календарь) and "task" (задача) were taken from https://www.google.com/calendar/ --aspotashev +#. Google's Calendars - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/google-calendar.service.in:6 +msgid "Calendars and Tasks" +msgstr "Календари и задачи" + +#. Google's Contacts - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/google-contacts.service.in:6 +msgctxt "Google Contacts" +msgid "Contacts" +msgstr "Контакты" + +#. identi.ca microblog feed - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/identica-microblog.service.in:6 +msgid "identi.ca" +msgstr "identi.ca" + +#. ownCloud's Calendar - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#. Runners-ID Calendar - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/owncloud-calendar.service.in:6 +#: services/disabled/runners-calendar.service.in:6 +msgid "Calendar" +msgstr "Календарь" + +#. ownCloud's Contacts - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/owncloud-contacts.service.in:6 +msgctxt "ownCloud Contacts" +msgid "Contacts" +msgstr "Контакты" + +#. Runners-ID Contacts - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/runners-contacts.service.in:6 +msgctxt "Runners-ID Contacts" +msgid "Contacts" +msgstr "Контакты" + +#. Runners-ID Music - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/runners-music.service.in:6 +msgid "Music" +msgstr "Музыка" + +#. Twitter's feed - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/twitter-microblog.service.in:6 +msgid "Twitter" +msgstr "Twitter" + +#~ msgid "Facebook" +#~ msgstr "Facebook" + +# All translations are from Facebook website: post - публикация, note - заметка, event - мероприятие, notification - уведомление, chat - чат (for private messages). --aspotashev +#~ msgid "Includes Posts, Notes, Events, Notifications and Chat" +#~ msgstr "Доступ к публикациям, заметкам, мероприятиям, уведомлениям и чату" + +#~ msgid "Google" +#~ msgstr "Google" + +#~ msgid "Includes GMail, Google Drive and YouTube" +#~ msgstr "Доступ к Gmail, Google Диску и YouTube" + +#~ msgid "Nextcloud" +#~ msgstr "Nextcloud" + +#~ msgid "Nextcloud account" +#~ msgstr "Учётная запись Nextcloud" + +#~ msgid "ownCloud" +#~ msgstr "ownCloud" + +#~ msgid "ownCloud account" +#~ msgstr "Учётная запись ownCloud" + +#~ msgid "Runners ID" +#~ msgstr "Runners ID" + +#~ msgid "Includes your Timeline and Mentions" +#~ msgstr "Доступ к ленте сообщений и упоминаниям" diff --git a/po/sa/kaccounts-providers.po b/po/sa/kaccounts-providers.po new file mode 100644 index 0000000..c2cdfb3 --- /dev/null +++ b/po/sa/kaccounts-providers.po @@ -0,0 +1,205 @@ +# Sanskrit translations for kaccounts-providers package. +# Copyright (C) 2024 This file is copyright: +# This file is distributed under the same license as the kaccounts-providers package. +# Kali , 2024. +# +# SPDX-FileCopyrightText: 2024 kali +msgid "" +msgstr "" +"Project-Id-Version: kaccounts-providers\n" +"Report-Msgid-Bugs-To: https://bugs.kde.org\n" +"POT-Creation-Date: 2024-08-02 00:40+0000\n" +"PO-Revision-Date: 2024-12-20 21:51+0530\n" +"Last-Translator: kali \n" +"Language-Team: Sanskrit \n" +"Language: sa\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n>2);\n" +"X-Generator: Lokalize 24.08.2\n" + +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:89 +#, kde-format +msgid "" +"Unable to connect to Nextcloud at the given server URL. Please check the " +"server URL." +msgstr "" +"दत्तसर्वर URL मध्ये Nextcloud इत्यनेन सह सम्बद्धं कर्तुं असमर्थः । कृपया सर्वरस्य URL पश्यन्तु ।" + +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:148 +#: plugins/owncloud-ui/owncloudcontroller.cpp:174 +#, kde-format +msgid "Unable to authenticate using the provided username and password" +msgstr "प्रदत्तं उपयोक्तृनाम गुप्तशब्दं च उपयुज्य प्रमाणीकरणं कर्तुं असमर्थः" + +#. TODO Find a way to not hardcode this +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:202 +#: services/nextcloud-contacts.service.in:4 +#, kde-format +msgid "Contacts" +msgstr "सम्पर्क" + +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:202 +#, kde-format +msgid "Synchronize contacts" +msgstr "सम्पर्कं समन्वययन्तु" + +#. Runners-ID Storage - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#. TODO Find a way to not hardcode this +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:203 +#: plugins/owncloud-ui/owncloudcontroller.cpp:231 +#: services/disabled/runners-storage.service.in:6 +#: services/nextcloud-storage.service.in:4 +#: services/owncloud-storage.service.in:4 +#, kde-format +msgid "Storage" +msgstr "संग्रहण" + +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:203 +#, kde-format +msgid "Integrate into file manager" +msgstr "सञ्चिकाप्रबन्धके एकीकृत्य स्थापयन्तु" + +#: plugins/nextcloud-ui/package/contents/ui/Server.qml:14 +#, kde-format +msgid "Nextcloud Login" +msgstr "Nextcloud लॉगिन" + +#: plugins/nextcloud-ui/package/contents/ui/Server.qml:49 +#: plugins/owncloud-ui/package/contents/ui/Server.qml:60 +#, kde-format +msgid "Server address:" +msgstr "सर्वर-सङ्केतः :" + +#: plugins/nextcloud-ui/package/contents/ui/Server.qml:65 +#: plugins/owncloud-ui/package/contents/ui/Server.qml:76 +#, kde-format +msgid "Next" +msgstr "अग्रिम" + +#: plugins/nextcloud-ui/package/contents/ui/Services.qml:16 +#: plugins/owncloud-ui/package/contents/ui/Services.qml:17 +#, kde-format +msgid "Services" +msgstr "सेवाएँ" + +#: plugins/nextcloud-ui/package/contents/ui/Services.qml:50 +#: plugins/owncloud-ui/package/contents/ui/Services.qml:52 +#, kde-format +msgid "Finish" +msgstr "समापन" + +#: plugins/owncloud-ui/owncloudcontroller.cpp:118 +#, kde-format +msgid "" +"Unable to connect to ownCloud at the given server URL. Please check the " +"server URL." +msgstr "" +"दत्तसर्वर URL मध्ये ownCloud इत्यनेन सह सम्बद्धं कर्तुं असमर्थः । कृपया सर्वरस्य URL पश्यन्तु ।" + +#: plugins/owncloud-ui/owncloudcontroller.cpp:231 +#, kde-format +msgid "Storage integration" +msgstr "भण्डारण एकीकरण" + +#: plugins/owncloud-ui/package/contents/ui/Server.qml:15 +#, kde-format +msgid "ownCloud Login" +msgstr "ownCloud लॉगिन" + +#: plugins/owncloud-ui/package/contents/ui/Server.qml:48 +#, kde-format +msgid "Username:" +msgstr "उपयोक्तृनाम :" + +#: plugins/owncloud-ui/package/contents/ui/Server.qml:53 +#, kde-format +msgid "Password:" +msgstr "समाभाष्:" + +#. "Contacts" on Facebook - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/facebook-contacts.service.in:6 +msgctxt "Facebook Contacts" +msgid "Contacts" +msgstr "सम्पर्क" + +#. "Events" on Facebook - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/facebook-events.service.in:6 +msgid "Events" +msgstr "घटनाः" + +#. "Posts Feed" on Facebook - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/facebook-feed.service.in:6 +msgid "Posts Feed" +msgstr "पद फीड" + +#. "Notes" on Facebook - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/facebook-notes.service.in:6 +msgid "Notes" +msgstr "टिप्पणियाँ" + +#. "Notifications" on Facebook - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/facebook-notifications.service.in:6 +msgid "Notifications" +msgstr "अधिसूचना" + +#. Google's Calendars - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/google-calendar.service.in:6 +msgid "Calendars and Tasks" +msgstr "पञ्चाङ्गानि कार्याणि च" + +#. Google's Contacts - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/google-contacts.service.in:6 +msgctxt "Google Contacts" +msgid "Contacts" +msgstr "सम्पर्क" + +#. identi.ca microblog feed - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/identica-microblog.service.in:6 +msgid "identi.ca" +msgstr "identi.ca" + +#. ownCloud's Calendar - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#. Runners-ID Calendar - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/owncloud-calendar.service.in:6 +#: services/disabled/runners-calendar.service.in:6 +msgid "Calendar" +msgstr "पञ्चाङ्गम्" + +#. ownCloud's Contacts - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/owncloud-contacts.service.in:6 +msgctxt "ownCloud Contacts" +msgid "Contacts" +msgstr "सम्पर्क" + +#. Runners-ID Contacts - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/runners-contacts.service.in:6 +msgctxt "Runners-ID Contacts" +msgid "Contacts" +msgstr "सम्पर्क" + +#. Runners-ID Music - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/runners-music.service.in:6 +msgid "Music" +msgstr "संगीतं" + +#. Twitter's feed - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/twitter-microblog.service.in:6 +msgid "Twitter" +msgstr "ट्विटर" diff --git a/po/sk/kaccounts-providers.po b/po/sk/kaccounts-providers.po new file mode 100644 index 0000000..3586358 --- /dev/null +++ b/po/sk/kaccounts-providers.po @@ -0,0 +1,318 @@ +# translation of kaccounts-providers.po to Slovak +# Roman Paholík , 2014, 2015, 2017. +# DuÅ¡an Kazik , 2020. +msgid "" +msgstr "" +"Project-Id-Version: kaccounts-providers\n" +"Report-Msgid-Bugs-To: https://bugs.kde.org\n" +"POT-Creation-Date: 2024-08-02 00:40+0000\n" +"PO-Revision-Date: 2020-04-01 13:27+0200\n" +"Last-Translator: DuÅ¡an Kazik \n" +"Language-Team: Slovak \n" +"Language: sk\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: Lokalize 19.12.3\n" +"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" + +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:89 +#, kde-format +msgid "" +"Unable to connect to Nextcloud at the given server URL. Please check the " +"server URL." +msgstr "" +"Nie je možné sa pripojiÅ¥ k službe Nextcloud na danej URL servera. Prosím, " +"skontrolujte URL servera." + +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:148 +#: plugins/owncloud-ui/owncloudcontroller.cpp:174 +#, kde-format +msgid "Unable to authenticate using the provided username and password" +msgstr "Nemôžem overiÅ¥ pomocou zadaného mena používateľa a hesla" + +#. TODO Find a way to not hardcode this +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:202 +#: services/nextcloud-contacts.service.in:4 +#, kde-format +msgid "Contacts" +msgstr "Kontakty" + +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:202 +#, kde-format +msgid "Synchronize contacts" +msgstr "" + +#. Runners-ID Storage - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#. TODO Find a way to not hardcode this +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:203 +#: plugins/owncloud-ui/owncloudcontroller.cpp:231 +#: services/disabled/runners-storage.service.in:6 +#: services/nextcloud-storage.service.in:4 +#: services/owncloud-storage.service.in:4 +#, kde-format +msgid "Storage" +msgstr "Úložisko" + +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:203 +#, kde-format +msgid "Integrate into file manager" +msgstr "" + +#: plugins/nextcloud-ui/package/contents/ui/Server.qml:14 +#, fuzzy, kde-format +#| msgid "Nextcloud account" +msgid "Nextcloud Login" +msgstr "Účet Nextcloud" + +#: plugins/nextcloud-ui/package/contents/ui/Server.qml:49 +#: plugins/owncloud-ui/package/contents/ui/Server.qml:60 +#, kde-format +msgid "Server address:" +msgstr "" + +#: plugins/nextcloud-ui/package/contents/ui/Server.qml:65 +#: plugins/owncloud-ui/package/contents/ui/Server.qml:76 +#, fuzzy, kde-format +#| msgid "Nextcloud" +msgid "Next" +msgstr "Nextcloud" + +#: plugins/nextcloud-ui/package/contents/ui/Services.qml:16 +#: plugins/owncloud-ui/package/contents/ui/Services.qml:17 +#, kde-format +msgid "Services" +msgstr "" + +#: plugins/nextcloud-ui/package/contents/ui/Services.qml:50 +#: plugins/owncloud-ui/package/contents/ui/Services.qml:52 +#, kde-format +msgid "Finish" +msgstr "" + +#: plugins/owncloud-ui/owncloudcontroller.cpp:118 +#, kde-format +msgid "" +"Unable to connect to ownCloud at the given server URL. Please check the " +"server URL." +msgstr "" +"Nemôžem sa pripojiÅ¥ do ownCloud na danom URL servera. Prosím, skontrolujte " +"URL servera." + +#: plugins/owncloud-ui/owncloudcontroller.cpp:231 +#, kde-format +msgid "Storage integration" +msgstr "" + +#: plugins/owncloud-ui/package/contents/ui/Server.qml:15 +#, fuzzy, kde-format +#| msgid "ownCloud account" +msgid "ownCloud Login" +msgstr "Účet ownCloud" + +#: plugins/owncloud-ui/package/contents/ui/Server.qml:48 +#, kde-format +msgid "Username:" +msgstr "" + +#: plugins/owncloud-ui/package/contents/ui/Server.qml:53 +#, kde-format +msgid "Password:" +msgstr "" + +#. "Contacts" on Facebook - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/facebook-contacts.service.in:6 +msgctxt "Facebook Contacts" +msgid "Contacts" +msgstr "Kontakty" + +#. "Events" on Facebook - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/facebook-events.service.in:6 +msgid "Events" +msgstr "Udalosti" + +#. "Posts Feed" on Facebook - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/facebook-feed.service.in:6 +msgid "Posts Feed" +msgstr "Feed príspevkov" + +#. "Notes" on Facebook - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/facebook-notes.service.in:6 +msgid "Notes" +msgstr "Poznámky" + +#. "Notifications" on Facebook - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/facebook-notifications.service.in:6 +msgid "Notifications" +msgstr "Upozornenia" + +#. Google's Calendars - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/google-calendar.service.in:6 +msgid "Calendars and Tasks" +msgstr "Kalendáre a úlohy" + +#. Google's Contacts - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/google-contacts.service.in:6 +msgctxt "Google Contacts" +msgid "Contacts" +msgstr "Kontakty" + +#. identi.ca microblog feed - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/identica-microblog.service.in:6 +msgid "identi.ca" +msgstr "identi.ca" + +#. ownCloud's Calendar - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#. Runners-ID Calendar - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/owncloud-calendar.service.in:6 +#: services/disabled/runners-calendar.service.in:6 +msgid "Calendar" +msgstr "Kalendár" + +#. ownCloud's Contacts - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/owncloud-contacts.service.in:6 +msgctxt "ownCloud Contacts" +msgid "Contacts" +msgstr "Kontakty" + +#. Runners-ID Contacts - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/runners-contacts.service.in:6 +msgctxt "Runners-ID Contacts" +msgid "Contacts" +msgstr "Kontakty" + +#. Runners-ID Music - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/runners-music.service.in:6 +msgid "Music" +msgstr "Hudba" + +#. Twitter's feed - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/twitter-microblog.service.in:6 +msgid "Twitter" +msgstr "Twitter" + +#~ msgid "Facebook" +#~ msgstr "Facebook" + +#~ msgid "Includes Posts, Notes, Events, Notifications and Chat" +#~ msgstr "Zahŕňa príspevky, poznámky, udalosti, pripomienky a rozhovor" + +#~ msgid "Google" +#~ msgstr "Google" + +#, fuzzy +#~| msgid "Includes GMail, Hangouts, Google Drive and YouTube" +#~ msgid "Includes GMail, Google Drive and YouTube" +#~ msgstr "Zahŕňa GMail, Hangouts, Google Drive a YouTube" + +#~ msgid "Nextcloud" +#~ msgstr "Nextcloud" + +#~ msgid "Nextcloud account" +#~ msgstr "Účet Nextcloud" + +#~ msgid "ownCloud" +#~ msgstr "ownCloud" + +#~ msgid "ownCloud account" +#~ msgstr "Účet ownCloud" + +#~ msgid "Runners ID" +#~ msgstr "ID bežcov" + +#~ msgid "org.kde.kaccounts.owncloud" +#~ msgstr "org.kde.kaccounts.owncloud" + +#~ msgid "helper" +#~ msgstr "helper" + +#~ msgid "org.kde.kaccounts.UiPlugin" +#~ msgstr "org.kde.kaccounts.UiPlugin" + +#~ msgid "http://" +#~ msgstr "http://" + +#~ msgid "https://" +#~ msgstr "https://" + +#~ msgid "status.php" +#~ msgstr "status.php" + +#~ msgid "Checking for ownCloud instance at" +#~ msgstr "Kontrolujem inÅ¡tanciu ownCloud na" + +#~ msgid "Received url to figure out:" +#~ msgstr "Prijímam url na zistenie:" + +#~ msgid "version" +#~ msgstr "verzia" + +#~ msgid "No json" +#~ msgstr "Žiadny json" + +#~ msgid "ownCloud appears to be running at the specified URL" +#~ msgstr "ownCloud zrejme beží na danom URL" + +#~ msgid "Server URL ok, checking auth..." +#~ msgstr "URL servera OK, kontrolujem auth..." + +#~ msgid "remote.php/webdav" +#~ msgstr "remote.php/webdav" + +#~ msgid "" +#~ "" +#~ msgstr "" +#~ "" + +#~ msgid "1" +#~ msgstr "1" + +#~ msgid "cookies" +#~ msgstr "cookies" + +#~ msgid "none" +#~ msgstr "žiadne" + +#~ msgid "no-cache" +#~ msgstr "no-cache" + +#~ msgid "Auth job finished, received error page:" +#~ msgstr "Autorizácia ukončená, prijímam chybovú stránku:" + +#~ msgid "server" +#~ msgstr "server" + +#~ msgid "__service/owncloud-contacts" +#~ msgstr "__service/owncloud-contacts" + +#~ msgid "/remote.php/carddav/addressbooks/%1" +#~ msgstr "/remote.php/carddav/addressbooks/%1" + +#~ msgid "carddavUrl" +#~ msgstr "carddavUrl" + +#~ msgid "Includes your Timeline and Mentions" +#~ msgstr "Zahŕňa vaÅ¡u časovú os a spomienky" + +#~ msgid "Chat" +#~ msgstr "Rozhovor" + +#~ msgid "Google Hangouts" +#~ msgstr "Google Hangouts" diff --git a/po/sl/kaccounts-providers.po b/po/sl/kaccounts-providers.po new file mode 100644 index 0000000..3ca6e8a --- /dev/null +++ b/po/sl/kaccounts-providers.po @@ -0,0 +1,318 @@ +# Slovenian translation of kaccounts +# Copyright (C) YEAR This_file_is_part_of_KDE +# This file is distributed under the same license as the PACKAGE package. +# +# Andrej Mernik , 2014, 2015, 2017. +# Matjaž Jeran , 2019, 2020. +msgid "" +msgstr "" +"Project-Id-Version: \n" +"Report-Msgid-Bugs-To: https://bugs.kde.org\n" +"POT-Creation-Date: 2024-08-02 00:40+0000\n" +"PO-Revision-Date: 2023-07-29 07:38+0200\n" +"Last-Translator: Matjaž Jeran \n" +"Language-Team: Slovenian \n" +"Language: sl\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=4; plural=(n%100==1 ? 1 : n%100==2 ? 2 : n%100==3 || n" +"%100==4 ? 3 : 0);\n" +"Translator: Andrej Mernik \n" +"X-Generator: Poedit 3.3.2\n" + +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:89 +#, kde-format +msgid "" +"Unable to connect to Nextcloud at the given server URL. Please check the " +"server URL." +msgstr "" +"Ni se mogoče povezati s strežnikom NextCloud na podanem spletnem naslovu. " +"Preverite spletni naslov strežnika." + +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:148 +#: plugins/owncloud-ui/owncloudcontroller.cpp:174 +#, kde-format +msgid "Unable to authenticate using the provided username and password" +msgstr "Ni se bilo mogoče overiti z danim uporabniÅ¡kim imenom in geslom" + +#. TODO Find a way to not hardcode this +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:202 +#: services/nextcloud-contacts.service.in:4 +#, kde-format +msgid "Contacts" +msgstr "Stiki" + +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:202 +#, kde-format +msgid "Synchronize contacts" +msgstr "Uskladi stike" + +#. Runners-ID Storage - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#. TODO Find a way to not hardcode this +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:203 +#: plugins/owncloud-ui/owncloudcontroller.cpp:231 +#: services/disabled/runners-storage.service.in:6 +#: services/nextcloud-storage.service.in:4 +#: services/owncloud-storage.service.in:4 +#, kde-format +msgid "Storage" +msgstr "Hramba" + +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:203 +#, kde-format +msgid "Integrate into file manager" +msgstr "Integriraj v upravljalnika datotek" + +#: plugins/nextcloud-ui/package/contents/ui/Server.qml:14 +#, kde-format +msgid "Nextcloud Login" +msgstr "Prijava v Nextcloud" + +#: plugins/nextcloud-ui/package/contents/ui/Server.qml:49 +#: plugins/owncloud-ui/package/contents/ui/Server.qml:60 +#, kde-format +msgid "Server address:" +msgstr "Naslov strežnika:" + +#: plugins/nextcloud-ui/package/contents/ui/Server.qml:65 +#: plugins/owncloud-ui/package/contents/ui/Server.qml:76 +#, kde-format +msgid "Next" +msgstr "Naslednji" + +#: plugins/nextcloud-ui/package/contents/ui/Services.qml:16 +#: plugins/owncloud-ui/package/contents/ui/Services.qml:17 +#, kde-format +msgid "Services" +msgstr "Storitve" + +#: plugins/nextcloud-ui/package/contents/ui/Services.qml:50 +#: plugins/owncloud-ui/package/contents/ui/Services.qml:52 +#, kde-format +msgid "Finish" +msgstr "Končaj" + +#: plugins/owncloud-ui/owncloudcontroller.cpp:118 +#, kde-format +msgid "" +"Unable to connect to ownCloud at the given server URL. Please check the " +"server URL." +msgstr "" +"Ni se mogoče povezati s strežnikom ownCloud na podanem spletnem naslovu. " +"Preverite spletni naslov strežnika." + +#: plugins/owncloud-ui/owncloudcontroller.cpp:231 +#, kde-format +msgid "Storage integration" +msgstr "Integracija hrambe" + +#: plugins/owncloud-ui/package/contents/ui/Server.qml:15 +#, kde-format +msgid "ownCloud Login" +msgstr "Prijava v ownCloud" + +#: plugins/owncloud-ui/package/contents/ui/Server.qml:48 +#, kde-format +msgid "Username:" +msgstr "UporabniÅ¡ko ime:" + +#: plugins/owncloud-ui/package/contents/ui/Server.qml:53 +#, kde-format +msgid "Password:" +msgstr "Geslo:" + +#. "Contacts" on Facebook - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/facebook-contacts.service.in:6 +msgctxt "Facebook Contacts" +msgid "Contacts" +msgstr "Stiki" + +#. "Events" on Facebook - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/facebook-events.service.in:6 +msgid "Events" +msgstr "Dogodki" + +#. "Posts Feed" on Facebook - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/facebook-feed.service.in:6 +msgid "Posts Feed" +msgstr "Vir objav" + +#. "Notes" on Facebook - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/facebook-notes.service.in:6 +msgid "Notes" +msgstr "Zaznamki" + +#. "Notifications" on Facebook - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/facebook-notifications.service.in:6 +msgid "Notifications" +msgstr "Obvestila" + +#. Google's Calendars - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/google-calendar.service.in:6 +msgid "Calendars and Tasks" +msgstr "Koledarji in opravila" + +#. Google's Contacts - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/google-contacts.service.in:6 +msgctxt "Google Contacts" +msgid "Contacts" +msgstr "Stiki" + +#. identi.ca microblog feed - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/identica-microblog.service.in:6 +msgid "identi.ca" +msgstr "identi.ca" + +#. ownCloud's Calendar - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#. Runners-ID Calendar - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/owncloud-calendar.service.in:6 +#: services/disabled/runners-calendar.service.in:6 +msgid "Calendar" +msgstr "Koledar" + +#. ownCloud's Contacts - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/owncloud-contacts.service.in:6 +msgctxt "ownCloud Contacts" +msgid "Contacts" +msgstr "Stiki" + +#. Runners-ID Contacts - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/runners-contacts.service.in:6 +msgctxt "Runners-ID Contacts" +msgid "Contacts" +msgstr "Stiki" + +#. Runners-ID Music - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/runners-music.service.in:6 +msgid "Music" +msgstr "Glasba" + +#. Twitter's feed - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/twitter-microblog.service.in:6 +msgid "Twitter" +msgstr "Twitter" + +#~ msgid "Facebook" +#~ msgstr "Facebook" + +#~ msgid "Includes Posts, Notes, Events, Notifications and Chat" +#~ msgstr "Vključuje objave, zabeležke, dogodke, obvestila in klepet" + +#~ msgid "Google" +#~ msgstr "Google" + +#~ msgid "Includes GMail, Google Drive and YouTube" +#~ msgstr "Vključuje GMail, Google Drive in YouTube" + +#~ msgid "Nextcloud" +#~ msgstr "Nextcloud" + +#~ msgid "Nextcloud account" +#~ msgstr "Račun Nextcloud" + +#~ msgid "ownCloud" +#~ msgstr "ownCloud" + +#~ msgid "ownCloud account" +#~ msgstr "Račun ownCloud" + +#~ msgid "Runners ID" +#~ msgstr "ID za Runners" + +#~ msgid "org.kde.kaccounts.owncloud" +#~ msgstr "org.kde.kaccounts.owncloud" + +#~ msgid "helper" +#~ msgstr "pomagalnik" + +#~ msgid "org.kde.kaccounts.UiPlugin" +#~ msgstr "org.kde.kaccounts.UiPlugin" + +#~ msgid "http://" +#~ msgstr "http://" + +#~ msgid "https://" +#~ msgstr "https://" + +#~ msgid "status.php" +#~ msgstr "status.php" + +#~ msgid "Checking for ownCloud instance at" +#~ msgstr "Preverjanje za primerkom ownCloud na" + +#~ msgid "Received url to figure out:" +#~ msgstr "Pridobljen naslov URL za preučevanje:" + +#~ msgid "version" +#~ msgstr "različica" + +#~ msgid "No json" +#~ msgstr "Brez json" + +#~ msgid "ownCloud appears to be running at the specified URL" +#~ msgstr "Izgleda, da ownCloud teče na navedenem naslovu URL" + +#~ msgid "Server URL ok, checking auth..." +#~ msgstr "URL strežnika je v redu, overjanje ..." + +#~ msgid "remote.php/webdav" +#~ msgstr "remote.php/webdav" + +#~ msgid "" +#~ "" +#~ msgstr "" +#~ "" + +#~ msgid "1" +#~ msgstr "1" + +#~ msgid "cookies" +#~ msgstr "piÅ¡kotki" + +#~ msgid "none" +#~ msgstr "brez" + +#~ msgid "no-cache" +#~ msgstr "brez-predpomnilnika" + +#~ msgid "Auth job finished, received error page:" +#~ msgstr "Overjanje zaključeno z napako:" + +#~ msgid "server" +#~ msgstr "strežnik" + +#~ msgid "__service/owncloud-contacts" +#~ msgstr "__service/owncloud-contacts" + +#~ msgid "/remote.php/carddav/addressbooks/%1" +#~ msgstr "/remote.php/carddav/addressbooks/%1" + +#~ msgid "carddavUrl" +#~ msgstr "carddavUrl" + +#~ msgid "Includes your Timeline and Mentions" +#~ msgstr "Vključuje vaÅ¡o časovnico in omembe" + +#~ msgid "Chat" +#~ msgstr "Klepet" + +#~ msgid "Google Hangouts" +#~ msgstr "Google Hangouts" diff --git a/po/sr/kaccounts-providers.po b/po/sr/kaccounts-providers.po new file mode 100644 index 0000000..bad3d5c --- /dev/null +++ b/po/sr/kaccounts-providers.po @@ -0,0 +1,246 @@ +# Translation of kaccounts-providers.po into Serbian. +# Chusslove Illich , 2015, 2017. +msgid "" +msgstr "" +"Project-Id-Version: kaccounts-providers\n" +"Report-Msgid-Bugs-To: https://bugs.kde.org\n" +"POT-Creation-Date: 2024-08-02 00:40+0000\n" +"PO-Revision-Date: 2017-03-12 22:21+0100\n" +"Last-Translator: Chusslove Illich \n" +"Language-Team: Serbian \n" +"Language: sr\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=4; plural=n==1 ? 3 : n%10==1 && n%100!=11 ? 0 : n" +"%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" +"X-Accelerator-Marker: &\n" +"X-Text-Markup: kde4\n" +"X-Environment: kde\n" + +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:89 +#, fuzzy, kde-format +#| msgid "" +#| "Unable to connect to ownCloud at the given server URL. Please check the " +#| "server URL." +msgid "" +"Unable to connect to Nextcloud at the given server URL. Please check the " +"server URL." +msgstr "" +"Не могу да се повежем на Оунклауд на задатом УРЛ‑у сервера. Проверите УРЛ." + +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:148 +#: plugins/owncloud-ui/owncloudcontroller.cpp:174 +#, kde-format +msgid "Unable to authenticate using the provided username and password" +msgstr "Не могу да се аутентификујем са задатим корисничким именом и лозинком." + +#. TODO Find a way to not hardcode this +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:202 +#: services/nextcloud-contacts.service.in:4 +#, kde-format +msgid "Contacts" +msgstr "Контакти" + +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:202 +#, kde-format +msgid "Synchronize contacts" +msgstr "" + +#. Runners-ID Storage - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#. TODO Find a way to not hardcode this +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:203 +#: plugins/owncloud-ui/owncloudcontroller.cpp:231 +#: services/disabled/runners-storage.service.in:6 +#: services/nextcloud-storage.service.in:4 +#: services/owncloud-storage.service.in:4 +#, kde-format +msgid "Storage" +msgstr "Складиште" + +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:203 +#, kde-format +msgid "Integrate into file manager" +msgstr "" + +#: plugins/nextcloud-ui/package/contents/ui/Server.qml:14 +#, fuzzy, kde-format +#| msgid "ownCloud account" +msgid "Nextcloud Login" +msgstr "Налог на Оунклауду" + +#: plugins/nextcloud-ui/package/contents/ui/Server.qml:49 +#: plugins/owncloud-ui/package/contents/ui/Server.qml:60 +#, kde-format +msgid "Server address:" +msgstr "" + +#: plugins/nextcloud-ui/package/contents/ui/Server.qml:65 +#: plugins/owncloud-ui/package/contents/ui/Server.qml:76 +#, kde-format +msgid "Next" +msgstr "" + +#: plugins/nextcloud-ui/package/contents/ui/Services.qml:16 +#: plugins/owncloud-ui/package/contents/ui/Services.qml:17 +#, kde-format +msgid "Services" +msgstr "" + +#: plugins/nextcloud-ui/package/contents/ui/Services.qml:50 +#: plugins/owncloud-ui/package/contents/ui/Services.qml:52 +#, kde-format +msgid "Finish" +msgstr "" + +#: plugins/owncloud-ui/owncloudcontroller.cpp:118 +#, kde-format +msgid "" +"Unable to connect to ownCloud at the given server URL. Please check the " +"server URL." +msgstr "" +"Не могу да се повежем на Оунклауд на задатом УРЛ‑у сервера. Проверите УРЛ." + +#: plugins/owncloud-ui/owncloudcontroller.cpp:231 +#, kde-format +msgid "Storage integration" +msgstr "" + +#: plugins/owncloud-ui/package/contents/ui/Server.qml:15 +#, fuzzy, kde-format +#| msgid "ownCloud account" +msgid "ownCloud Login" +msgstr "Налог на Оунклауду" + +#: plugins/owncloud-ui/package/contents/ui/Server.qml:48 +#, kde-format +msgid "Username:" +msgstr "" + +#: plugins/owncloud-ui/package/contents/ui/Server.qml:53 +#, kde-format +msgid "Password:" +msgstr "" + +#. "Contacts" on Facebook - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/facebook-contacts.service.in:6 +#, fuzzy +#| msgid "Contacts" +msgctxt "Facebook Contacts" +msgid "Contacts" +msgstr "Контакти" + +#. "Events" on Facebook - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/facebook-events.service.in:6 +msgid "Events" +msgstr "Догађаји" + +#. "Posts Feed" on Facebook - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/facebook-feed.service.in:6 +msgid "Posts Feed" +msgstr "Довод написа" + +#. "Notes" on Facebook - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/facebook-notes.service.in:6 +msgid "Notes" +msgstr "Белешке" + +#. "Notifications" on Facebook - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/facebook-notifications.service.in:6 +msgid "Notifications" +msgstr "Обавештења" + +#. Google's Calendars - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/google-calendar.service.in:6 +msgid "Calendars and Tasks" +msgstr "Календари и задаци" + +#. Google's Contacts - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/google-contacts.service.in:6 +#, fuzzy +#| msgid "Contacts" +msgctxt "Google Contacts" +msgid "Contacts" +msgstr "Контакти" + +#. identi.ca microblog feed - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/identica-microblog.service.in:6 +msgid "identi.ca" +msgstr "Идентика" + +#. ownCloud's Calendar - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#. Runners-ID Calendar - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/owncloud-calendar.service.in:6 +#: services/disabled/runners-calendar.service.in:6 +msgid "Calendar" +msgstr "Календар" + +#. ownCloud's Contacts - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/owncloud-contacts.service.in:6 +#, fuzzy +#| msgid "Contacts" +msgctxt "ownCloud Contacts" +msgid "Contacts" +msgstr "Контакти" + +#. Runners-ID Contacts - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/runners-contacts.service.in:6 +#, fuzzy +#| msgid "Contacts" +msgctxt "Runners-ID Contacts" +msgid "Contacts" +msgstr "Контакти" + +#. Runners-ID Music - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/runners-music.service.in:6 +msgid "Music" +msgstr "Музика" + +#. Twitter's feed - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/twitter-microblog.service.in:6 +msgid "Twitter" +msgstr "Твитер" + +#~ msgid "Facebook" +#~ msgstr "Фејсбук" + +#~ msgid "Includes Posts, Notes, Events, Notifications and Chat" +#~ msgstr "Написи, белешке, догађаји, обавештења и ћаскање" + +#~ msgid "Google" +#~ msgstr "Гугл" + +# skip-rule: t-drive +#, fuzzy +#~| msgid "Includes GMail, Hangouts, Google Drive and YouTube" +#~ msgid "Includes GMail, Google Drive and YouTube" +#~ msgstr "Г‑мејл, Гугл‑хенгаутс, Гугл‑драјв и Јутјуб" + +#, fuzzy +#~| msgid "ownCloud account" +#~ msgid "Nextcloud account" +#~ msgstr "Налог на Оунклауду" + +#~ msgid "ownCloud" +#~ msgstr "Оунклауд" + +#~ msgid "ownCloud account" +#~ msgstr "Налог на Оунклауду" + +#~ msgid "Runners ID" +#~ msgstr "Ранерс‑ИД" diff --git a/po/sr@ijekavian/kaccounts-providers.po b/po/sr@ijekavian/kaccounts-providers.po new file mode 100644 index 0000000..e24d778 --- /dev/null +++ b/po/sr@ijekavian/kaccounts-providers.po @@ -0,0 +1,246 @@ +# Translation of kaccounts-providers.po into Serbian. +# Chusslove Illich , 2015, 2017. +msgid "" +msgstr "" +"Project-Id-Version: kaccounts-providers\n" +"Report-Msgid-Bugs-To: https://bugs.kde.org\n" +"POT-Creation-Date: 2024-08-02 00:40+0000\n" +"PO-Revision-Date: 2017-03-12 22:21+0100\n" +"Last-Translator: Chusslove Illich \n" +"Language-Team: Serbian \n" +"Language: sr@ijekavian\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=4; plural=n==1 ? 3 : n%10==1 && n%100!=11 ? 0 : n" +"%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" +"X-Accelerator-Marker: &\n" +"X-Text-Markup: kde4\n" +"X-Environment: kde\n" + +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:89 +#, fuzzy, kde-format +#| msgid "" +#| "Unable to connect to ownCloud at the given server URL. Please check the " +#| "server URL." +msgid "" +"Unable to connect to Nextcloud at the given server URL. Please check the " +"server URL." +msgstr "" +"Не могу да се повежем на Оунклауд на задатом УРЛ‑у сервера. Проверите УРЛ." + +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:148 +#: plugins/owncloud-ui/owncloudcontroller.cpp:174 +#, kde-format +msgid "Unable to authenticate using the provided username and password" +msgstr "Не могу да се аутентификујем са задатим корисничким именом и лозинком." + +#. TODO Find a way to not hardcode this +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:202 +#: services/nextcloud-contacts.service.in:4 +#, kde-format +msgid "Contacts" +msgstr "Контакти" + +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:202 +#, kde-format +msgid "Synchronize contacts" +msgstr "" + +#. Runners-ID Storage - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#. TODO Find a way to not hardcode this +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:203 +#: plugins/owncloud-ui/owncloudcontroller.cpp:231 +#: services/disabled/runners-storage.service.in:6 +#: services/nextcloud-storage.service.in:4 +#: services/owncloud-storage.service.in:4 +#, kde-format +msgid "Storage" +msgstr "Складиште" + +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:203 +#, kde-format +msgid "Integrate into file manager" +msgstr "" + +#: plugins/nextcloud-ui/package/contents/ui/Server.qml:14 +#, fuzzy, kde-format +#| msgid "ownCloud account" +msgid "Nextcloud Login" +msgstr "Налог на Оунклауду" + +#: plugins/nextcloud-ui/package/contents/ui/Server.qml:49 +#: plugins/owncloud-ui/package/contents/ui/Server.qml:60 +#, kde-format +msgid "Server address:" +msgstr "" + +#: plugins/nextcloud-ui/package/contents/ui/Server.qml:65 +#: plugins/owncloud-ui/package/contents/ui/Server.qml:76 +#, kde-format +msgid "Next" +msgstr "" + +#: plugins/nextcloud-ui/package/contents/ui/Services.qml:16 +#: plugins/owncloud-ui/package/contents/ui/Services.qml:17 +#, kde-format +msgid "Services" +msgstr "" + +#: plugins/nextcloud-ui/package/contents/ui/Services.qml:50 +#: plugins/owncloud-ui/package/contents/ui/Services.qml:52 +#, kde-format +msgid "Finish" +msgstr "" + +#: plugins/owncloud-ui/owncloudcontroller.cpp:118 +#, kde-format +msgid "" +"Unable to connect to ownCloud at the given server URL. Please check the " +"server URL." +msgstr "" +"Не могу да се повежем на Оунклауд на задатом УРЛ‑у сервера. Проверите УРЛ." + +#: plugins/owncloud-ui/owncloudcontroller.cpp:231 +#, kde-format +msgid "Storage integration" +msgstr "" + +#: plugins/owncloud-ui/package/contents/ui/Server.qml:15 +#, fuzzy, kde-format +#| msgid "ownCloud account" +msgid "ownCloud Login" +msgstr "Налог на Оунклауду" + +#: plugins/owncloud-ui/package/contents/ui/Server.qml:48 +#, kde-format +msgid "Username:" +msgstr "" + +#: plugins/owncloud-ui/package/contents/ui/Server.qml:53 +#, kde-format +msgid "Password:" +msgstr "" + +#. "Contacts" on Facebook - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/facebook-contacts.service.in:6 +#, fuzzy +#| msgid "Contacts" +msgctxt "Facebook Contacts" +msgid "Contacts" +msgstr "Контакти" + +#. "Events" on Facebook - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/facebook-events.service.in:6 +msgid "Events" +msgstr "Догађаји" + +#. "Posts Feed" on Facebook - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/facebook-feed.service.in:6 +msgid "Posts Feed" +msgstr "Довод написа" + +#. "Notes" on Facebook - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/facebook-notes.service.in:6 +msgid "Notes" +msgstr "Белешке" + +#. "Notifications" on Facebook - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/facebook-notifications.service.in:6 +msgid "Notifications" +msgstr "Обавештења" + +#. Google's Calendars - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/google-calendar.service.in:6 +msgid "Calendars and Tasks" +msgstr "Календари и задаци" + +#. Google's Contacts - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/google-contacts.service.in:6 +#, fuzzy +#| msgid "Contacts" +msgctxt "Google Contacts" +msgid "Contacts" +msgstr "Контакти" + +#. identi.ca microblog feed - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/identica-microblog.service.in:6 +msgid "identi.ca" +msgstr "Идентика" + +#. ownCloud's Calendar - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#. Runners-ID Calendar - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/owncloud-calendar.service.in:6 +#: services/disabled/runners-calendar.service.in:6 +msgid "Calendar" +msgstr "Календар" + +#. ownCloud's Contacts - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/owncloud-contacts.service.in:6 +#, fuzzy +#| msgid "Contacts" +msgctxt "ownCloud Contacts" +msgid "Contacts" +msgstr "Контакти" + +#. Runners-ID Contacts - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/runners-contacts.service.in:6 +#, fuzzy +#| msgid "Contacts" +msgctxt "Runners-ID Contacts" +msgid "Contacts" +msgstr "Контакти" + +#. Runners-ID Music - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/runners-music.service.in:6 +msgid "Music" +msgstr "Музика" + +#. Twitter's feed - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/twitter-microblog.service.in:6 +msgid "Twitter" +msgstr "Твитер" + +#~ msgid "Facebook" +#~ msgstr "Фејсбук" + +#~ msgid "Includes Posts, Notes, Events, Notifications and Chat" +#~ msgstr "Написи, белешке, догађаји, обавештења и ћаскање" + +#~ msgid "Google" +#~ msgstr "Гугл" + +# skip-rule: t-drive +#, fuzzy +#~| msgid "Includes GMail, Hangouts, Google Drive and YouTube" +#~ msgid "Includes GMail, Google Drive and YouTube" +#~ msgstr "Г‑мејл, Гугл‑хенгаутс, Гугл‑драјв и Јутјуб" + +#, fuzzy +#~| msgid "ownCloud account" +#~ msgid "Nextcloud account" +#~ msgstr "Налог на Оунклауду" + +#~ msgid "ownCloud" +#~ msgstr "Оунклауд" + +#~ msgid "ownCloud account" +#~ msgstr "Налог на Оунклауду" + +#~ msgid "Runners ID" +#~ msgstr "Ранерс‑ИД" diff --git a/po/sr@ijekavianlatin/kaccounts-providers.po b/po/sr@ijekavianlatin/kaccounts-providers.po new file mode 100644 index 0000000..1d3ca80 --- /dev/null +++ b/po/sr@ijekavianlatin/kaccounts-providers.po @@ -0,0 +1,246 @@ +# Translation of kaccounts-providers.po into Serbian. +# Chusslove Illich , 2015, 2017. +msgid "" +msgstr "" +"Project-Id-Version: kaccounts-providers\n" +"Report-Msgid-Bugs-To: https://bugs.kde.org\n" +"POT-Creation-Date: 2024-08-02 00:40+0000\n" +"PO-Revision-Date: 2017-03-12 22:21+0100\n" +"Last-Translator: Chusslove Illich \n" +"Language-Team: Serbian \n" +"Language: sr@ijekavianlatin\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=4; plural=n==1 ? 3 : n%10==1 && n%100!=11 ? 0 : n" +"%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" +"X-Accelerator-Marker: &\n" +"X-Text-Markup: kde4\n" +"X-Environment: kde\n" + +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:89 +#, fuzzy, kde-format +#| msgid "" +#| "Unable to connect to ownCloud at the given server URL. Please check the " +#| "server URL." +msgid "" +"Unable to connect to Nextcloud at the given server URL. Please check the " +"server URL." +msgstr "" +"Ne mogu da se povežem na ownCloud na zadatom URL‑u servera. Proverite URL." + +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:148 +#: plugins/owncloud-ui/owncloudcontroller.cpp:174 +#, kde-format +msgid "Unable to authenticate using the provided username and password" +msgstr "Ne mogu da se autentifikujem sa zadatim korisničkim imenom i lozinkom." + +#. TODO Find a way to not hardcode this +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:202 +#: services/nextcloud-contacts.service.in:4 +#, kde-format +msgid "Contacts" +msgstr "Kontakti" + +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:202 +#, kde-format +msgid "Synchronize contacts" +msgstr "" + +#. Runners-ID Storage - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#. TODO Find a way to not hardcode this +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:203 +#: plugins/owncloud-ui/owncloudcontroller.cpp:231 +#: services/disabled/runners-storage.service.in:6 +#: services/nextcloud-storage.service.in:4 +#: services/owncloud-storage.service.in:4 +#, kde-format +msgid "Storage" +msgstr "SkladiÅ¡te" + +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:203 +#, kde-format +msgid "Integrate into file manager" +msgstr "" + +#: plugins/nextcloud-ui/package/contents/ui/Server.qml:14 +#, fuzzy, kde-format +#| msgid "ownCloud account" +msgid "Nextcloud Login" +msgstr "Nalog na ownCloudu" + +#: plugins/nextcloud-ui/package/contents/ui/Server.qml:49 +#: plugins/owncloud-ui/package/contents/ui/Server.qml:60 +#, kde-format +msgid "Server address:" +msgstr "" + +#: plugins/nextcloud-ui/package/contents/ui/Server.qml:65 +#: plugins/owncloud-ui/package/contents/ui/Server.qml:76 +#, kde-format +msgid "Next" +msgstr "" + +#: plugins/nextcloud-ui/package/contents/ui/Services.qml:16 +#: plugins/owncloud-ui/package/contents/ui/Services.qml:17 +#, kde-format +msgid "Services" +msgstr "" + +#: plugins/nextcloud-ui/package/contents/ui/Services.qml:50 +#: plugins/owncloud-ui/package/contents/ui/Services.qml:52 +#, kde-format +msgid "Finish" +msgstr "" + +#: plugins/owncloud-ui/owncloudcontroller.cpp:118 +#, kde-format +msgid "" +"Unable to connect to ownCloud at the given server URL. Please check the " +"server URL." +msgstr "" +"Ne mogu da se povežem na ownCloud na zadatom URL‑u servera. Proverite URL." + +#: plugins/owncloud-ui/owncloudcontroller.cpp:231 +#, kde-format +msgid "Storage integration" +msgstr "" + +#: plugins/owncloud-ui/package/contents/ui/Server.qml:15 +#, fuzzy, kde-format +#| msgid "ownCloud account" +msgid "ownCloud Login" +msgstr "Nalog na ownCloudu" + +#: plugins/owncloud-ui/package/contents/ui/Server.qml:48 +#, kde-format +msgid "Username:" +msgstr "" + +#: plugins/owncloud-ui/package/contents/ui/Server.qml:53 +#, kde-format +msgid "Password:" +msgstr "" + +#. "Contacts" on Facebook - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/facebook-contacts.service.in:6 +#, fuzzy +#| msgid "Contacts" +msgctxt "Facebook Contacts" +msgid "Contacts" +msgstr "Kontakti" + +#. "Events" on Facebook - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/facebook-events.service.in:6 +msgid "Events" +msgstr "Događaji" + +#. "Posts Feed" on Facebook - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/facebook-feed.service.in:6 +msgid "Posts Feed" +msgstr "Dovod napisa" + +#. "Notes" on Facebook - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/facebook-notes.service.in:6 +msgid "Notes" +msgstr "BeleÅ¡ke" + +#. "Notifications" on Facebook - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/facebook-notifications.service.in:6 +msgid "Notifications" +msgstr "ObaveÅ¡tenja" + +#. Google's Calendars - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/google-calendar.service.in:6 +msgid "Calendars and Tasks" +msgstr "Kalendari i zadaci" + +#. Google's Contacts - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/google-contacts.service.in:6 +#, fuzzy +#| msgid "Contacts" +msgctxt "Google Contacts" +msgid "Contacts" +msgstr "Kontakti" + +#. identi.ca microblog feed - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/identica-microblog.service.in:6 +msgid "identi.ca" +msgstr "Identi.ca" + +#. ownCloud's Calendar - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#. Runners-ID Calendar - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/owncloud-calendar.service.in:6 +#: services/disabled/runners-calendar.service.in:6 +msgid "Calendar" +msgstr "Kalendar" + +#. ownCloud's Contacts - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/owncloud-contacts.service.in:6 +#, fuzzy +#| msgid "Contacts" +msgctxt "ownCloud Contacts" +msgid "Contacts" +msgstr "Kontakti" + +#. Runners-ID Contacts - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/runners-contacts.service.in:6 +#, fuzzy +#| msgid "Contacts" +msgctxt "Runners-ID Contacts" +msgid "Contacts" +msgstr "Kontakti" + +#. Runners-ID Music - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/runners-music.service.in:6 +msgid "Music" +msgstr "Muzika" + +#. Twitter's feed - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/twitter-microblog.service.in:6 +msgid "Twitter" +msgstr "Twitter" + +#~ msgid "Facebook" +#~ msgstr "Facebook" + +#~ msgid "Includes Posts, Notes, Events, Notifications and Chat" +#~ msgstr "Napisi, beleÅ¡ke, događaji, obaveÅ¡tenja i ćaskanje" + +#~ msgid "Google" +#~ msgstr "Google" + +# skip-rule: t-drive +#, fuzzy +#~| msgid "Includes GMail, Hangouts, Google Drive and YouTube" +#~ msgid "Includes GMail, Google Drive and YouTube" +#~ msgstr "GMail, Google Hangouts, Google Drive i YouTube" + +#, fuzzy +#~| msgid "ownCloud account" +#~ msgid "Nextcloud account" +#~ msgstr "Nalog na ownCloudu" + +#~ msgid "ownCloud" +#~ msgstr "OwnCloud" + +#~ msgid "ownCloud account" +#~ msgstr "Nalog na ownCloudu" + +#~ msgid "Runners ID" +#~ msgstr "Runners‑ID" diff --git a/po/sr@latin/kaccounts-providers.po b/po/sr@latin/kaccounts-providers.po new file mode 100644 index 0000000..5b10802 --- /dev/null +++ b/po/sr@latin/kaccounts-providers.po @@ -0,0 +1,246 @@ +# Translation of kaccounts-providers.po into Serbian. +# Chusslove Illich , 2015, 2017. +msgid "" +msgstr "" +"Project-Id-Version: kaccounts-providers\n" +"Report-Msgid-Bugs-To: https://bugs.kde.org\n" +"POT-Creation-Date: 2024-08-02 00:40+0000\n" +"PO-Revision-Date: 2017-03-12 22:21+0100\n" +"Last-Translator: Chusslove Illich \n" +"Language-Team: Serbian \n" +"Language: sr@latin\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=4; plural=n==1 ? 3 : n%10==1 && n%100!=11 ? 0 : n" +"%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" +"X-Accelerator-Marker: &\n" +"X-Text-Markup: kde4\n" +"X-Environment: kde\n" + +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:89 +#, fuzzy, kde-format +#| msgid "" +#| "Unable to connect to ownCloud at the given server URL. Please check the " +#| "server URL." +msgid "" +"Unable to connect to Nextcloud at the given server URL. Please check the " +"server URL." +msgstr "" +"Ne mogu da se povežem na ownCloud na zadatom URL‑u servera. Proverite URL." + +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:148 +#: plugins/owncloud-ui/owncloudcontroller.cpp:174 +#, kde-format +msgid "Unable to authenticate using the provided username and password" +msgstr "Ne mogu da se autentifikujem sa zadatim korisničkim imenom i lozinkom." + +#. TODO Find a way to not hardcode this +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:202 +#: services/nextcloud-contacts.service.in:4 +#, kde-format +msgid "Contacts" +msgstr "Kontakti" + +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:202 +#, kde-format +msgid "Synchronize contacts" +msgstr "" + +#. Runners-ID Storage - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#. TODO Find a way to not hardcode this +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:203 +#: plugins/owncloud-ui/owncloudcontroller.cpp:231 +#: services/disabled/runners-storage.service.in:6 +#: services/nextcloud-storage.service.in:4 +#: services/owncloud-storage.service.in:4 +#, kde-format +msgid "Storage" +msgstr "SkladiÅ¡te" + +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:203 +#, kde-format +msgid "Integrate into file manager" +msgstr "" + +#: plugins/nextcloud-ui/package/contents/ui/Server.qml:14 +#, fuzzy, kde-format +#| msgid "ownCloud account" +msgid "Nextcloud Login" +msgstr "Nalog na ownCloudu" + +#: plugins/nextcloud-ui/package/contents/ui/Server.qml:49 +#: plugins/owncloud-ui/package/contents/ui/Server.qml:60 +#, kde-format +msgid "Server address:" +msgstr "" + +#: plugins/nextcloud-ui/package/contents/ui/Server.qml:65 +#: plugins/owncloud-ui/package/contents/ui/Server.qml:76 +#, kde-format +msgid "Next" +msgstr "" + +#: plugins/nextcloud-ui/package/contents/ui/Services.qml:16 +#: plugins/owncloud-ui/package/contents/ui/Services.qml:17 +#, kde-format +msgid "Services" +msgstr "" + +#: plugins/nextcloud-ui/package/contents/ui/Services.qml:50 +#: plugins/owncloud-ui/package/contents/ui/Services.qml:52 +#, kde-format +msgid "Finish" +msgstr "" + +#: plugins/owncloud-ui/owncloudcontroller.cpp:118 +#, kde-format +msgid "" +"Unable to connect to ownCloud at the given server URL. Please check the " +"server URL." +msgstr "" +"Ne mogu da se povežem na ownCloud na zadatom URL‑u servera. Proverite URL." + +#: plugins/owncloud-ui/owncloudcontroller.cpp:231 +#, kde-format +msgid "Storage integration" +msgstr "" + +#: plugins/owncloud-ui/package/contents/ui/Server.qml:15 +#, fuzzy, kde-format +#| msgid "ownCloud account" +msgid "ownCloud Login" +msgstr "Nalog na ownCloudu" + +#: plugins/owncloud-ui/package/contents/ui/Server.qml:48 +#, kde-format +msgid "Username:" +msgstr "" + +#: plugins/owncloud-ui/package/contents/ui/Server.qml:53 +#, kde-format +msgid "Password:" +msgstr "" + +#. "Contacts" on Facebook - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/facebook-contacts.service.in:6 +#, fuzzy +#| msgid "Contacts" +msgctxt "Facebook Contacts" +msgid "Contacts" +msgstr "Kontakti" + +#. "Events" on Facebook - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/facebook-events.service.in:6 +msgid "Events" +msgstr "Događaji" + +#. "Posts Feed" on Facebook - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/facebook-feed.service.in:6 +msgid "Posts Feed" +msgstr "Dovod napisa" + +#. "Notes" on Facebook - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/facebook-notes.service.in:6 +msgid "Notes" +msgstr "BeleÅ¡ke" + +#. "Notifications" on Facebook - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/facebook-notifications.service.in:6 +msgid "Notifications" +msgstr "ObaveÅ¡tenja" + +#. Google's Calendars - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/google-calendar.service.in:6 +msgid "Calendars and Tasks" +msgstr "Kalendari i zadaci" + +#. Google's Contacts - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/google-contacts.service.in:6 +#, fuzzy +#| msgid "Contacts" +msgctxt "Google Contacts" +msgid "Contacts" +msgstr "Kontakti" + +#. identi.ca microblog feed - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/identica-microblog.service.in:6 +msgid "identi.ca" +msgstr "Identi.ca" + +#. ownCloud's Calendar - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#. Runners-ID Calendar - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/owncloud-calendar.service.in:6 +#: services/disabled/runners-calendar.service.in:6 +msgid "Calendar" +msgstr "Kalendar" + +#. ownCloud's Contacts - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/owncloud-contacts.service.in:6 +#, fuzzy +#| msgid "Contacts" +msgctxt "ownCloud Contacts" +msgid "Contacts" +msgstr "Kontakti" + +#. Runners-ID Contacts - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/runners-contacts.service.in:6 +#, fuzzy +#| msgid "Contacts" +msgctxt "Runners-ID Contacts" +msgid "Contacts" +msgstr "Kontakti" + +#. Runners-ID Music - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/runners-music.service.in:6 +msgid "Music" +msgstr "Muzika" + +#. Twitter's feed - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/twitter-microblog.service.in:6 +msgid "Twitter" +msgstr "Twitter" + +#~ msgid "Facebook" +#~ msgstr "Facebook" + +#~ msgid "Includes Posts, Notes, Events, Notifications and Chat" +#~ msgstr "Napisi, beleÅ¡ke, događaji, obaveÅ¡tenja i ćaskanje" + +#~ msgid "Google" +#~ msgstr "Google" + +# skip-rule: t-drive +#, fuzzy +#~| msgid "Includes GMail, Hangouts, Google Drive and YouTube" +#~ msgid "Includes GMail, Google Drive and YouTube" +#~ msgstr "GMail, Google Hangouts, Google Drive i YouTube" + +#, fuzzy +#~| msgid "ownCloud account" +#~ msgid "Nextcloud account" +#~ msgstr "Nalog na ownCloudu" + +#~ msgid "ownCloud" +#~ msgstr "OwnCloud" + +#~ msgid "ownCloud account" +#~ msgstr "Nalog na ownCloudu" + +#~ msgid "Runners ID" +#~ msgstr "Runners‑ID" diff --git a/po/sv/kaccounts-providers.po b/po/sv/kaccounts-providers.po new file mode 100644 index 0000000..b4f1b79 --- /dev/null +++ b/po/sv/kaccounts-providers.po @@ -0,0 +1,311 @@ +# Copyright (C) YEAR This_file_is_part_of_KDE +# This file is distributed under the same license as the PACKAGE package. +# +# Stefan Asserhäll , 2014, 2015, 2017, 2019, 2020, 2023. +msgid "" +msgstr "" +"Project-Id-Version: \n" +"Report-Msgid-Bugs-To: https://bugs.kde.org\n" +"POT-Creation-Date: 2024-08-02 00:40+0000\n" +"PO-Revision-Date: 2023-07-30 17:27+0200\n" +"Last-Translator: Stefan Asserhäll \n" +"Language-Team: Swedish \n" +"Language: sv\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" +"X-Generator: Lokalize 20.08.1\n" + +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:89 +#, kde-format +msgid "" +"Unable to connect to Nextcloud at the given server URL. Please check the " +"server URL." +msgstr "" +"Kan inte ansluta till Nextcloud med angiven serverwebbadress. Kontrollera " +"serverns webbadress." + +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:148 +#: plugins/owncloud-ui/owncloudcontroller.cpp:174 +#, kde-format +msgid "Unable to authenticate using the provided username and password" +msgstr "" +"Kunde inte kontrollera behörighet med användning av angivet användarnamn och " +"lösenord" + +#. TODO Find a way to not hardcode this +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:202 +#: services/nextcloud-contacts.service.in:4 +#, kde-format +msgid "Contacts" +msgstr "Kontakter" + +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:202 +#, kde-format +msgid "Synchronize contacts" +msgstr "Synkronisera kontakter" + +#. Runners-ID Storage - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#. TODO Find a way to not hardcode this +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:203 +#: plugins/owncloud-ui/owncloudcontroller.cpp:231 +#: services/disabled/runners-storage.service.in:6 +#: services/nextcloud-storage.service.in:4 +#: services/owncloud-storage.service.in:4 +#, kde-format +msgid "Storage" +msgstr "Lagring" + +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:203 +#, kde-format +msgid "Integrate into file manager" +msgstr "Integrera i filhanteraren" + +#: plugins/nextcloud-ui/package/contents/ui/Server.qml:14 +#, kde-format +msgid "Nextcloud Login" +msgstr "Inloggning pÃ¥ Nextcloud" + +#: plugins/nextcloud-ui/package/contents/ui/Server.qml:49 +#: plugins/owncloud-ui/package/contents/ui/Server.qml:60 +#, kde-format +msgid "Server address:" +msgstr "Serveradress:" + +#: plugins/nextcloud-ui/package/contents/ui/Server.qml:65 +#: plugins/owncloud-ui/package/contents/ui/Server.qml:76 +#, kde-format +msgid "Next" +msgstr "Nästa" + +#: plugins/nextcloud-ui/package/contents/ui/Services.qml:16 +#: plugins/owncloud-ui/package/contents/ui/Services.qml:17 +#, kde-format +msgid "Services" +msgstr "Tjänster" + +#: plugins/nextcloud-ui/package/contents/ui/Services.qml:50 +#: plugins/owncloud-ui/package/contents/ui/Services.qml:52 +#, kde-format +msgid "Finish" +msgstr "Slutför" + +#: plugins/owncloud-ui/owncloudcontroller.cpp:118 +#, kde-format +msgid "" +"Unable to connect to ownCloud at the given server URL. Please check the " +"server URL." +msgstr "" +"Kan inte ansluta till ownCloud med angiven serverwebbadress. Kontrollera " +"serverns webbadress." + +#: plugins/owncloud-ui/owncloudcontroller.cpp:231 +#, kde-format +msgid "Storage integration" +msgstr "Lagringsintegrering" + +#: plugins/owncloud-ui/package/contents/ui/Server.qml:15 +#, kde-format +msgid "ownCloud Login" +msgstr "Inloggning pÃ¥ ownCloud" + +#: plugins/owncloud-ui/package/contents/ui/Server.qml:48 +#, kde-format +msgid "Username:" +msgstr "Användarnamn:" + +#: plugins/owncloud-ui/package/contents/ui/Server.qml:53 +#, kde-format +msgid "Password:" +msgstr "Lösenord:" + +#. "Contacts" on Facebook - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/facebook-contacts.service.in:6 +msgctxt "Facebook Contacts" +msgid "Contacts" +msgstr "Kontakter" + +#. "Events" on Facebook - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/facebook-events.service.in:6 +msgid "Events" +msgstr "Händelser" + +#. "Posts Feed" on Facebook - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/facebook-feed.service.in:6 +msgid "Posts Feed" +msgstr "Inläggskanal" + +#. "Notes" on Facebook - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/facebook-notes.service.in:6 +msgid "Notes" +msgstr "Anteckningar" + +#. "Notifications" on Facebook - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/facebook-notifications.service.in:6 +msgid "Notifications" +msgstr "Underrättelser" + +#. Google's Calendars - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/google-calendar.service.in:6 +msgid "Calendars and Tasks" +msgstr "Kalendrar och uppgifter" + +#. Google's Contacts - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/google-contacts.service.in:6 +msgctxt "Google Contacts" +msgid "Contacts" +msgstr "Kontakter" + +#. identi.ca microblog feed - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/identica-microblog.service.in:6 +msgid "identi.ca" +msgstr "identi.ca" + +#. ownCloud's Calendar - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#. Runners-ID Calendar - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/owncloud-calendar.service.in:6 +#: services/disabled/runners-calendar.service.in:6 +msgid "Calendar" +msgstr "Kalender" + +#. ownCloud's Contacts - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/owncloud-contacts.service.in:6 +msgctxt "ownCloud Contacts" +msgid "Contacts" +msgstr "Kontakter" + +#. Runners-ID Contacts - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/runners-contacts.service.in:6 +msgctxt "Runners-ID Contacts" +msgid "Contacts" +msgstr "Kontakter" + +#. Runners-ID Music - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/runners-music.service.in:6 +msgid "Music" +msgstr "Musik" + +#. Twitter's feed - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/twitter-microblog.service.in:6 +msgid "Twitter" +msgstr "Twitter" + +#~ msgid "Facebook" +#~ msgstr "Facebook" + +#~ msgid "Includes Posts, Notes, Events, Notifications and Chat" +#~ msgstr "" +#~ "Inkluderar inlägg, anteckningar, händelser, underrättelser och chatt" + +#~ msgid "Google" +#~ msgstr "Google" + +#~ msgid "Includes GMail, Google Drive and YouTube" +#~ msgstr "Inkluderar GMail, Google Drive och YouTube" + +#~ msgid "Nextcloud" +#~ msgstr "Nextcloud" + +#~ msgid "Nextcloud account" +#~ msgstr "Nextcloud-konto" + +#~ msgid "ownCloud" +#~ msgstr "ownCloud" + +#~ msgid "ownCloud account" +#~ msgstr "ownCloud-konto" + +#~ msgid "Runners ID" +#~ msgstr "Runners ID" + +#~ msgid "org.kde.kaccounts.owncloud" +#~ msgstr "org.kde.kaccounts.owncloud" + +#~ msgid "helper" +#~ msgstr "hjälpverktyg" + +#~ msgid "org.kde.kaccounts.UiPlugin" +#~ msgstr "org.kde.kaccounts.UiPlugin" + +#~ msgid "http://" +#~ msgstr "http://" + +#~ msgid "https://" +#~ msgstr "https://" + +#~ msgid "status.php" +#~ msgstr "status.php" + +#~ msgid "Checking for ownCloud instance at" +#~ msgstr "Kontrollerar om instans av ownCloud finns pÃ¥" + +#~ msgid "Received url to figure out:" +#~ msgstr "Tog emot webbadress att räkna ut" + +#~ msgid "version" +#~ msgstr "version" + +#~ msgid "No json" +#~ msgstr "Ingen json" + +#~ msgid "ownCloud appears to be running at the specified URL" +#~ msgstr "ownCloud verkar köra med angiven webbadress" + +#~ msgid "Server URL ok, checking auth..." +#~ msgstr "Serverwebbadress ok, kontrollerar behörighet..." + +#~ msgid "remote.php/webdav" +#~ msgstr "remote.php/webdav" + +#~ msgid "" +#~ "" +#~ msgstr "" +#~ "" + +#~ msgid "1" +#~ msgstr "1" + +#~ msgid "cookies" +#~ msgstr "kakor" + +#~ msgid "none" +#~ msgstr "inga" + +#~ msgid "no-cache" +#~ msgstr "ingen cache" + +#~ msgid "Auth job finished, received error page:" +#~ msgstr "Behörighetsjobb klart, tog emot felsida:" + +#~ msgid "server" +#~ msgstr "server" + +#~ msgid "__service/owncloud-contacts" +#~ msgstr "__service/owncloud-contacts" + +#~ msgid "/remote.php/carddav/addressbooks/%1" +#~ msgstr "/remote.php/carddav/addressbooks/%1" + +#~ msgid "carddavUrl" +#~ msgstr "carddavUrl" + +#~ msgid "Includes your Timeline and Mentions" +#~ msgstr "Inkluderar din tidslinje och omnämningar" diff --git a/po/ta/kaccounts-providers.po b/po/ta/kaccounts-providers.po new file mode 100644 index 0000000..64f1825 --- /dev/null +++ b/po/ta/kaccounts-providers.po @@ -0,0 +1,201 @@ +# Copyright (C) 2023 This file is copyright: +# This file is distributed under the same license as the kaccounts-providers package. +# +# SPDX-FileCopyrightText: 2023 Kishore G +msgid "" +msgstr "" +"Project-Id-Version: kaccounts-providers\n" +"Report-Msgid-Bugs-To: https://bugs.kde.org\n" +"POT-Creation-Date: 2024-08-02 00:40+0000\n" +"PO-Revision-Date: 2023-12-17 17:06+0530\n" +"Last-Translator: Kishore G \n" +"Language-Team: Tamil \n" +"Language: ta\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" +"X-Generator: Lokalize 23.08.4\n" + +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:89 +#, kde-format +msgid "" +"Unable to connect to Nextcloud at the given server URL. Please check the " +"server URL." +msgstr "" + +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:148 +#: plugins/owncloud-ui/owncloudcontroller.cpp:174 +#, kde-format +msgid "Unable to authenticate using the provided username and password" +msgstr "" + +#. TODO Find a way to not hardcode this +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:202 +#: services/nextcloud-contacts.service.in:4 +#, kde-format +msgid "Contacts" +msgstr "தொடர்புகள்" + +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:202 +#, kde-format +msgid "Synchronize contacts" +msgstr "தொடர்புகளை ஒத்திசையசெய்" + +#. Runners-ID Storage - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#. TODO Find a way to not hardcode this +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:203 +#: plugins/owncloud-ui/owncloudcontroller.cpp:231 +#: services/disabled/runners-storage.service.in:6 +#: services/nextcloud-storage.service.in:4 +#: services/owncloud-storage.service.in:4 +#, kde-format +msgid "Storage" +msgstr "சேமிப்பகம்" + +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:203 +#, kde-format +msgid "Integrate into file manager" +msgstr "" + +#: plugins/nextcloud-ui/package/contents/ui/Server.qml:14 +#, kde-format +msgid "Nextcloud Login" +msgstr "" + +#: plugins/nextcloud-ui/package/contents/ui/Server.qml:49 +#: plugins/owncloud-ui/package/contents/ui/Server.qml:60 +#, kde-format +msgid "Server address:" +msgstr "" + +#: plugins/nextcloud-ui/package/contents/ui/Server.qml:65 +#: plugins/owncloud-ui/package/contents/ui/Server.qml:76 +#, kde-format +msgid "Next" +msgstr "" + +#: plugins/nextcloud-ui/package/contents/ui/Services.qml:16 +#: plugins/owncloud-ui/package/contents/ui/Services.qml:17 +#, kde-format +msgid "Services" +msgstr "" + +#: plugins/nextcloud-ui/package/contents/ui/Services.qml:50 +#: plugins/owncloud-ui/package/contents/ui/Services.qml:52 +#, kde-format +msgid "Finish" +msgstr "" + +#: plugins/owncloud-ui/owncloudcontroller.cpp:118 +#, kde-format +msgid "" +"Unable to connect to ownCloud at the given server URL. Please check the " +"server URL." +msgstr "" + +#: plugins/owncloud-ui/owncloudcontroller.cpp:231 +#, kde-format +msgid "Storage integration" +msgstr "" + +#: plugins/owncloud-ui/package/contents/ui/Server.qml:15 +#, kde-format +msgid "ownCloud Login" +msgstr "" + +#: plugins/owncloud-ui/package/contents/ui/Server.qml:48 +#, kde-format +msgid "Username:" +msgstr "" + +#: plugins/owncloud-ui/package/contents/ui/Server.qml:53 +#, kde-format +msgid "Password:" +msgstr "" + +#. "Contacts" on Facebook - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/facebook-contacts.service.in:6 +msgctxt "Facebook Contacts" +msgid "Contacts" +msgstr "" + +#. "Events" on Facebook - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/facebook-events.service.in:6 +msgid "Events" +msgstr "" + +#. "Posts Feed" on Facebook - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/facebook-feed.service.in:6 +msgid "Posts Feed" +msgstr "" + +#. "Notes" on Facebook - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/facebook-notes.service.in:6 +msgid "Notes" +msgstr "" + +#. "Notifications" on Facebook - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/facebook-notifications.service.in:6 +msgid "Notifications" +msgstr "" + +#. Google's Calendars - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/google-calendar.service.in:6 +msgid "Calendars and Tasks" +msgstr "" + +#. Google's Contacts - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/google-contacts.service.in:6 +msgctxt "Google Contacts" +msgid "Contacts" +msgstr "" + +#. identi.ca microblog feed - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/identica-microblog.service.in:6 +msgid "identi.ca" +msgstr "" + +#. ownCloud's Calendar - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#. Runners-ID Calendar - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/owncloud-calendar.service.in:6 +#: services/disabled/runners-calendar.service.in:6 +msgid "Calendar" +msgstr "" + +#. ownCloud's Contacts - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/owncloud-contacts.service.in:6 +msgctxt "ownCloud Contacts" +msgid "Contacts" +msgstr "" + +#. Runners-ID Contacts - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/runners-contacts.service.in:6 +msgctxt "Runners-ID Contacts" +msgid "Contacts" +msgstr "" + +#. Runners-ID Music - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/runners-music.service.in:6 +msgid "Music" +msgstr "" + +#. Twitter's feed - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/twitter-microblog.service.in:6 +msgid "Twitter" +msgstr "" diff --git a/po/tr/kaccounts-providers.po b/po/tr/kaccounts-providers.po new file mode 100644 index 0000000..74a3093 --- /dev/null +++ b/po/tr/kaccounts-providers.po @@ -0,0 +1,234 @@ +# Copyright (C) YEAR This_file_is_part_of_KDE +# This file is distributed under the same license as the PACKAGE package. +# +# Volkan Gezer , 2017. +# SPDX-FileCopyrightText: 2022, 2023, 2024 Emir SARI +msgid "" +msgstr "" +"Project-Id-Version: \n" +"Report-Msgid-Bugs-To: https://bugs.kde.org\n" +"POT-Creation-Date: 2024-08-02 00:40+0000\n" +"PO-Revision-Date: 2024-02-09 17:45+0300\n" +"Last-Translator: Emir SARI \n" +"Language-Team: Turkish \n" +"Language: tr\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" +"X-Generator: Lokalize 24.01.95\n" + +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:89 +#, kde-format +msgid "" +"Unable to connect to Nextcloud at the given server URL. Please check the " +"server URL." +msgstr "" +"Belirtilen sunucu URL’sinde Nextcloud’a bağlanılamıyor. Lütfen sunucu " +"URL’sini denetleyin." + +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:148 +#: plugins/owncloud-ui/owncloudcontroller.cpp:174 +#, kde-format +msgid "Unable to authenticate using the provided username and password" +msgstr "" +"Verilen kullanıcı adı ve parola kullanılarak kimlik doğrulaması yapılamıyor" + +#. TODO Find a way to not hardcode this +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:202 +#: services/nextcloud-contacts.service.in:4 +#, kde-format +msgid "Contacts" +msgstr "Kişiler" + +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:202 +#, kde-format +msgid "Synchronize contacts" +msgstr "Kişileri eşzamanla" + +#. Runners-ID Storage - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#. TODO Find a way to not hardcode this +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:203 +#: plugins/owncloud-ui/owncloudcontroller.cpp:231 +#: services/disabled/runners-storage.service.in:6 +#: services/nextcloud-storage.service.in:4 +#: services/owncloud-storage.service.in:4 +#, kde-format +msgid "Storage" +msgstr "Depolama" + +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:203 +#, kde-format +msgid "Integrate into file manager" +msgstr "Dosya yöneticisine tümleştir" + +#: plugins/nextcloud-ui/package/contents/ui/Server.qml:14 +#, kde-format +msgid "Nextcloud Login" +msgstr "Nextcloud Oturum Açma" + +#: plugins/nextcloud-ui/package/contents/ui/Server.qml:49 +#: plugins/owncloud-ui/package/contents/ui/Server.qml:60 +#, kde-format +msgid "Server address:" +msgstr "Sunucu adresi:" + +#: plugins/nextcloud-ui/package/contents/ui/Server.qml:65 +#: plugins/owncloud-ui/package/contents/ui/Server.qml:76 +#, kde-format +msgid "Next" +msgstr "Sonraki" + +#: plugins/nextcloud-ui/package/contents/ui/Services.qml:16 +#: plugins/owncloud-ui/package/contents/ui/Services.qml:17 +#, kde-format +msgid "Services" +msgstr "Hizmetler" + +#: plugins/nextcloud-ui/package/contents/ui/Services.qml:50 +#: plugins/owncloud-ui/package/contents/ui/Services.qml:52 +#, kde-format +msgid "Finish" +msgstr "Bitir" + +#: plugins/owncloud-ui/owncloudcontroller.cpp:118 +#, kde-format +msgid "" +"Unable to connect to ownCloud at the given server URL. Please check the " +"server URL." +msgstr "" +"Belirtilen sunucu URL’sinde ownCloud’a bağlanılamıyor. Lütfen sunucu " +"URL’sini denetleyin." + +#: plugins/owncloud-ui/owncloudcontroller.cpp:231 +#, kde-format +msgid "Storage integration" +msgstr "Depolama tümleştirmesi" + +#: plugins/owncloud-ui/package/contents/ui/Server.qml:15 +#, kde-format +msgid "ownCloud Login" +msgstr "ownCloud Oturum Açma" + +#: plugins/owncloud-ui/package/contents/ui/Server.qml:48 +#, kde-format +msgid "Username:" +msgstr "Kullanıcı adı:" + +#: plugins/owncloud-ui/package/contents/ui/Server.qml:53 +#, kde-format +msgid "Password:" +msgstr "Parola:" + +#. "Contacts" on Facebook - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/facebook-contacts.service.in:6 +msgctxt "Facebook Contacts" +msgid "Contacts" +msgstr "Kişiler" + +#. "Events" on Facebook - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/facebook-events.service.in:6 +msgid "Events" +msgstr "Etkinlikler" + +#. "Posts Feed" on Facebook - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/facebook-feed.service.in:6 +msgid "Posts Feed" +msgstr "Yayın Beslemeleri" + +#. "Notes" on Facebook - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/facebook-notes.service.in:6 +msgid "Notes" +msgstr "Notlar" + +#. "Notifications" on Facebook - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/facebook-notifications.service.in:6 +msgid "Notifications" +msgstr "Bildirimler" + +#. Google's Calendars - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/google-calendar.service.in:6 +msgid "Calendars and Tasks" +msgstr "Takvimler ve Görevler" + +#. Google's Contacts - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/google-contacts.service.in:6 +msgctxt "Google Contacts" +msgid "Contacts" +msgstr "Kişiler" + +#. identi.ca microblog feed - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/identica-microblog.service.in:6 +msgid "identi.ca" +msgstr "identi.ca" + +#. ownCloud's Calendar - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#. Runners-ID Calendar - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/owncloud-calendar.service.in:6 +#: services/disabled/runners-calendar.service.in:6 +msgid "Calendar" +msgstr "Takvim" + +#. ownCloud's Contacts - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/owncloud-contacts.service.in:6 +msgctxt "ownCloud Contacts" +msgid "Contacts" +msgstr "Kişiler" + +#. Runners-ID Contacts - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/runners-contacts.service.in:6 +msgctxt "Runners-ID Contacts" +msgid "Contacts" +msgstr "Kişiler" + +#. Runners-ID Music - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/runners-music.service.in:6 +msgid "Music" +msgstr "Müzik" + +#. Twitter's feed - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/twitter-microblog.service.in:6 +msgid "Twitter" +msgstr "Twitter" + +#~ msgid "Facebook" +#~ msgstr "Facebook" + +#~ msgid "Includes Posts, Notes, Events, Notifications and Chat" +#~ msgstr "Yayınlar, Notlar, Olaylar, Bildirimler ve Sohbeti içerir" + +#~ msgid "Google" +#~ msgstr "Google" + +#~ msgid "Includes GMail, Google Drive and YouTube" +#~ msgstr "Gmail, Google Drive ve YouTube dahildir" + +#~ msgid "Nextcloud" +#~ msgstr "Nextcloud" + +#~ msgid "Nextcloud account" +#~ msgstr "Nextcloud hesabı" + +#~ msgid "ownCloud" +#~ msgstr "ownCloud" + +#~ msgid "ownCloud account" +#~ msgstr "ownCloud hesabı" + +#~ msgid "Runners ID" +#~ msgstr "Runners ID" diff --git a/po/uk/kaccounts-providers.po b/po/uk/kaccounts-providers.po new file mode 100644 index 0000000..647c0d2 --- /dev/null +++ b/po/uk/kaccounts-providers.po @@ -0,0 +1,320 @@ +# Translation of kaccounts-providers.po to Ukrainian +# Copyright (C) 2014-2020 This_file_is_part_of_KDE +# This file is distributed under the license LGPL version 2.1 or +# version 3 or later versions approved by the membership of KDE e.V. +# +# Yuri Chornoivan , 2014, 2015, 2017, 2019, 2020, 2023. +msgid "" +msgstr "" +"Project-Id-Version: kaccounts-providers\n" +"Report-Msgid-Bugs-To: https://bugs.kde.org\n" +"POT-Creation-Date: 2024-08-02 00:40+0000\n" +"PO-Revision-Date: 2023-07-29 07:47+0300\n" +"Last-Translator: Yuri Chornoivan \n" +"Language-Team: Ukrainian \n" +"Language: uk\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=4; plural=n==1 ? 3 : n%10==1 && n%100!=11 ? 0 : n" +"%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" +"X-Generator: Lokalize 20.12.0\n" + +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:89 +#, kde-format +msgid "" +"Unable to connect to Nextcloud at the given server URL. Please check the " +"server URL." +msgstr "" +"Не вдалося встановити з’єднання з Nextcloud за вказаною адресою сервера. " +"Будь ласка, перевірте, чи правильно вказано цю адресу." + +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:148 +#: plugins/owncloud-ui/owncloudcontroller.cpp:174 +#, kde-format +msgid "Unable to authenticate using the provided username and password" +msgstr "" +"Не вдалося пройти розпізнавання на основі вказаного імені користувача і " +"пароля" + +#. TODO Find a way to not hardcode this +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:202 +#: services/nextcloud-contacts.service.in:4 +#, kde-format +msgid "Contacts" +msgstr "Контакти" + +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:202 +#, kde-format +msgid "Synchronize contacts" +msgstr "Синхронізувати контакти" + +#. Runners-ID Storage - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#. TODO Find a way to not hardcode this +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:203 +#: plugins/owncloud-ui/owncloudcontroller.cpp:231 +#: services/disabled/runners-storage.service.in:6 +#: services/nextcloud-storage.service.in:4 +#: services/owncloud-storage.service.in:4 +#, kde-format +msgid "Storage" +msgstr "Сховище даних" + +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:203 +#, kde-format +msgid "Integrate into file manager" +msgstr "Інтегрувати із менеджером файлів" + +#: plugins/nextcloud-ui/package/contents/ui/Server.qml:14 +#, kde-format +msgid "Nextcloud Login" +msgstr "Обліковий запис Nextcloud" + +#: plugins/nextcloud-ui/package/contents/ui/Server.qml:49 +#: plugins/owncloud-ui/package/contents/ui/Server.qml:60 +#, kde-format +msgid "Server address:" +msgstr "Адреса сервера:" + +#: plugins/nextcloud-ui/package/contents/ui/Server.qml:65 +#: plugins/owncloud-ui/package/contents/ui/Server.qml:76 +#, kde-format +msgid "Next" +msgstr "Далі" + +#: plugins/nextcloud-ui/package/contents/ui/Services.qml:16 +#: plugins/owncloud-ui/package/contents/ui/Services.qml:17 +#, kde-format +msgid "Services" +msgstr "Служби" + +#: plugins/nextcloud-ui/package/contents/ui/Services.qml:50 +#: plugins/owncloud-ui/package/contents/ui/Services.qml:52 +#, kde-format +msgid "Finish" +msgstr "Завершити" + +#: plugins/owncloud-ui/owncloudcontroller.cpp:118 +#, kde-format +msgid "" +"Unable to connect to ownCloud at the given server URL. Please check the " +"server URL." +msgstr "" +"Не вдалося встановити з’єднання з ownCloud за вказаною адресою сервера. Будь " +"ласка, перевірте, чи правильно вказано цю адресу." + +#: plugins/owncloud-ui/owncloudcontroller.cpp:231 +#, kde-format +msgid "Storage integration" +msgstr "Інтеграція сховища даних" + +#: plugins/owncloud-ui/package/contents/ui/Server.qml:15 +#, kde-format +msgid "ownCloud Login" +msgstr "Обліковий запис ownCloud" + +#: plugins/owncloud-ui/package/contents/ui/Server.qml:48 +#, kde-format +msgid "Username:" +msgstr "Користувач:" + +#: plugins/owncloud-ui/package/contents/ui/Server.qml:53 +#, kde-format +msgid "Password:" +msgstr "Пароль:" + +#. "Contacts" on Facebook - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/facebook-contacts.service.in:6 +msgctxt "Facebook Contacts" +msgid "Contacts" +msgstr "Контакти" + +#. "Events" on Facebook - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/facebook-events.service.in:6 +msgid "Events" +msgstr "Події" + +#. "Posts Feed" on Facebook - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/facebook-feed.service.in:6 +msgid "Posts Feed" +msgstr "Подача дописів" + +#. "Notes" on Facebook - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/facebook-notes.service.in:6 +msgid "Notes" +msgstr "Нотатки" + +#. "Notifications" on Facebook - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/facebook-notifications.service.in:6 +msgid "Notifications" +msgstr "Сповіщення" + +#. Google's Calendars - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/google-calendar.service.in:6 +msgid "Calendars and Tasks" +msgstr "Календарі і завдання" + +#. Google's Contacts - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/google-contacts.service.in:6 +msgctxt "Google Contacts" +msgid "Contacts" +msgstr "Контакти" + +#. identi.ca microblog feed - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/identica-microblog.service.in:6 +msgid "identi.ca" +msgstr "identi.ca" + +#. ownCloud's Calendar - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#. Runners-ID Calendar - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/owncloud-calendar.service.in:6 +#: services/disabled/runners-calendar.service.in:6 +msgid "Calendar" +msgstr "Календар" + +#. ownCloud's Contacts - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/owncloud-contacts.service.in:6 +msgctxt "ownCloud Contacts" +msgid "Contacts" +msgstr "Контакти" + +#. Runners-ID Contacts - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/runners-contacts.service.in:6 +msgctxt "Runners-ID Contacts" +msgid "Contacts" +msgstr "Контакти" + +#. Runners-ID Music - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/runners-music.service.in:6 +msgid "Music" +msgstr "Музика" + +#. Twitter's feed - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/twitter-microblog.service.in:6 +msgid "Twitter" +msgstr "Twitter" + +#~ msgid "Facebook" +#~ msgstr "Facebook" + +#~ msgid "Includes Posts, Notes, Events, Notifications and Chat" +#~ msgstr "Включає дописи, нотатки, записи подій, сповіщення та спілкування" + +#~ msgid "Google" +#~ msgstr "Google" + +#~ msgid "Includes GMail, Google Drive and YouTube" +#~ msgstr "Включає GMail, Google Диск та YouTube" + +#~ msgid "Nextcloud" +#~ msgstr "Nextcloud" + +#~ msgid "Nextcloud account" +#~ msgstr "Обліковий запис Nextcloud" + +#~ msgid "ownCloud" +#~ msgstr "ownCloud" + +#~ msgid "ownCloud account" +#~ msgstr "Обліковий запис ownCloud" + +#~ msgid "Runners ID" +#~ msgstr "Runners ID" + +#~ msgid "org.kde.kaccounts.owncloud" +#~ msgstr "org.kde.kaccounts.owncloud" + +#~ msgid "helper" +#~ msgstr "помічник" + +#~ msgid "org.kde.kaccounts.UiPlugin" +#~ msgstr "org.kde.kaccounts.UiPlugin" + +#~ msgid "http://" +#~ msgstr "http://" + +#~ msgid "https://" +#~ msgstr "https://" + +#~ msgid "status.php" +#~ msgstr "status.php" + +#~ msgid "Checking for ownCloud instance at" +#~ msgstr "Шукаємо екземпляр ownCloud за адресою" + +#~ msgid "Received url to figure out:" +#~ msgstr "Отримано адресу для визначення:" + +#~ msgid "version" +#~ msgstr "version" + +#~ msgid "No json" +#~ msgstr "Немає json" + +#~ msgid "ownCloud appears to be running at the specified URL" +#~ msgstr "Здається, ownCloud працює за вказаною адресою" + +#~ msgid "Server URL ok, checking auth..." +#~ msgstr "Адресу сервера перевірено, перевіряємо можливість розпізнавання…" + +#~ msgid "remote.php/webdav" +#~ msgstr "remote.php/webdav" + +#~ msgid "" +#~ "" +#~ msgstr "" +#~ "" + +#~ msgid "1" +#~ msgstr "1" + +#~ msgid "cookies" +#~ msgstr "cookies" + +#~ msgid "none" +#~ msgstr "немає" + +#~ msgid "no-cache" +#~ msgstr "no-cache" + +#~ msgid "Auth job finished, received error page:" +#~ msgstr "" +#~ "Виконання завдання з розпізнавання завершено, отримано сторінку помилки:" + +#~ msgid "server" +#~ msgstr "server" + +#~ msgid "__service/owncloud-contacts" +#~ msgstr "__service/owncloud-contacts" + +#~ msgid "/remote.php/carddav/addressbooks/%1" +#~ msgstr "/remote.php/carddav/addressbooks/%1" + +#~ msgid "carddavUrl" +#~ msgstr "carddavUrl" + +#~ msgid "Includes your Timeline and Mentions" +#~ msgstr "Включає ваш розклад та згадування" + +#~ msgid "Chat" +#~ msgstr "Спілкування" + +#~ msgid "Google Hangouts" +#~ msgstr "Відеокімнати Google" diff --git a/po/zh_CN/kaccounts-providers.po b/po/zh_CN/kaccounts-providers.po new file mode 100644 index 0000000..d13e9c4 --- /dev/null +++ b/po/zh_CN/kaccounts-providers.po @@ -0,0 +1,202 @@ +msgid "" +msgstr "" +"Project-Id-Version: kdeorg\n" +"Report-Msgid-Bugs-To: https://bugs.kde.org\n" +"POT-Creation-Date: 2024-08-02 00:40+0000\n" +"PO-Revision-Date: 2024-04-22 15:58\n" +"Last-Translator: \n" +"Language-Team: Chinese Simplified\n" +"Language: zh_CN\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Crowdin-Project: kdeorg\n" +"X-Crowdin-Project-ID: 269464\n" +"X-Crowdin-Language: zh-CN\n" +"X-Crowdin-File: /kf6-stable/messages/kaccounts-providers/kaccounts-providers." +"pot\n" +"X-Crowdin-File-ID: 50964\n" + +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:89 +#, kde-format +msgid "" +"Unable to connect to Nextcloud at the given server URL. Please check the " +"server URL." +msgstr "无法使用给定服务器 URL 连接到 Nextcloud。请检查服务器 URL。" + +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:148 +#: plugins/owncloud-ui/owncloudcontroller.cpp:174 +#, kde-format +msgid "Unable to authenticate using the provided username and password" +msgstr "无法使用提供的用户名和密码验证" + +#. TODO Find a way to not hardcode this +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:202 +#: services/nextcloud-contacts.service.in:4 +#, kde-format +msgid "Contacts" +msgstr "联系人" + +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:202 +#, kde-format +msgid "Synchronize contacts" +msgstr "同步联系人" + +#. Runners-ID Storage - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#. TODO Find a way to not hardcode this +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:203 +#: plugins/owncloud-ui/owncloudcontroller.cpp:231 +#: services/disabled/runners-storage.service.in:6 +#: services/nextcloud-storage.service.in:4 +#: services/owncloud-storage.service.in:4 +#, kde-format +msgid "Storage" +msgstr "存储" + +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:203 +#, kde-format +msgid "Integrate into file manager" +msgstr "整合到文件管理器" + +#: plugins/nextcloud-ui/package/contents/ui/Server.qml:14 +#, kde-format +msgid "Nextcloud Login" +msgstr "Nextcloud 登录" + +#: plugins/nextcloud-ui/package/contents/ui/Server.qml:49 +#: plugins/owncloud-ui/package/contents/ui/Server.qml:60 +#, kde-format +msgid "Server address:" +msgstr "服务器地址:" + +#: plugins/nextcloud-ui/package/contents/ui/Server.qml:65 +#: plugins/owncloud-ui/package/contents/ui/Server.qml:76 +#, kde-format +msgid "Next" +msgstr "下一步" + +#: plugins/nextcloud-ui/package/contents/ui/Services.qml:16 +#: plugins/owncloud-ui/package/contents/ui/Services.qml:17 +#, kde-format +msgid "Services" +msgstr "服务" + +#: plugins/nextcloud-ui/package/contents/ui/Services.qml:50 +#: plugins/owncloud-ui/package/contents/ui/Services.qml:52 +#, kde-format +msgid "Finish" +msgstr "完成" + +#: plugins/owncloud-ui/owncloudcontroller.cpp:118 +#, kde-format +msgid "" +"Unable to connect to ownCloud at the given server URL. Please check the " +"server URL." +msgstr "无法使用给定服务器 URL 连接到 ownCloud。请检查服务器 URL。" + +#: plugins/owncloud-ui/owncloudcontroller.cpp:231 +#, kde-format +msgid "Storage integration" +msgstr "存储整合" + +#: plugins/owncloud-ui/package/contents/ui/Server.qml:15 +#, kde-format +msgid "ownCloud Login" +msgstr "ownCloud 登录" + +#: plugins/owncloud-ui/package/contents/ui/Server.qml:48 +#, kde-format +msgid "Username:" +msgstr "用户名:" + +#: plugins/owncloud-ui/package/contents/ui/Server.qml:53 +#, kde-format +msgid "Password:" +msgstr "密码:" + +#. "Contacts" on Facebook - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/facebook-contacts.service.in:6 +msgctxt "Facebook Contacts" +msgid "Contacts" +msgstr "联系人" + +#. "Events" on Facebook - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/facebook-events.service.in:6 +msgid "Events" +msgstr "事件" + +#. "Posts Feed" on Facebook - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/facebook-feed.service.in:6 +msgid "Posts Feed" +msgstr "动态订阅" + +#. "Notes" on Facebook - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/facebook-notes.service.in:6 +msgid "Notes" +msgstr "网志" + +#. "Notifications" on Facebook - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/facebook-notifications.service.in:6 +msgid "Notifications" +msgstr "通知" + +#. Google's Calendars - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/google-calendar.service.in:6 +msgid "Calendars and Tasks" +msgstr "日历和任务" + +#. Google's Contacts - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/google-contacts.service.in:6 +msgctxt "Google Contacts" +msgid "Contacts" +msgstr "联系人" + +#. identi.ca microblog feed - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/identica-microblog.service.in:6 +msgid "identi.ca" +msgstr "identi.ca" + +#. ownCloud's Calendar - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#. Runners-ID Calendar - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/owncloud-calendar.service.in:6 +#: services/disabled/runners-calendar.service.in:6 +msgid "Calendar" +msgstr "日历" + +#. ownCloud's Contacts - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/owncloud-contacts.service.in:6 +msgctxt "ownCloud Contacts" +msgid "Contacts" +msgstr "联系人" + +#. Runners-ID Contacts - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/runners-contacts.service.in:6 +msgctxt "Runners-ID Contacts" +msgid "Contacts" +msgstr "联系人" + +#. Runners-ID Music - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/runners-music.service.in:6 +msgid "Music" +msgstr "音乐" + +#. Twitter's feed - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/twitter-microblog.service.in:6 +msgid "Twitter" +msgstr "Twitter" diff --git a/po/zh_TW/kaccounts-providers.po b/po/zh_TW/kaccounts-providers.po new file mode 100644 index 0000000..6f25ac7 --- /dev/null +++ b/po/zh_TW/kaccounts-providers.po @@ -0,0 +1,233 @@ +# Copyright (C) YEAR This_file_is_part_of_KDE +# This file is distributed under the same license as the PACKAGE package. +# +# SPDX-FileCopyrightText: 2023 Kisaragi Hiu +# Franklin, 2015. +# Tsung-en Hsiao , 2015. +# Jeff Huang , 2016, 2017. +# pan93412 , 2019, 2020. +# Kisaragi Hiu , 2023. +msgid "" +msgstr "" +"Project-Id-Version: \n" +"Report-Msgid-Bugs-To: https://bugs.kde.org\n" +"POT-Creation-Date: 2024-08-02 00:40+0000\n" +"PO-Revision-Date: 2023-12-26 21:26+0900\n" +"Last-Translator: Kisaragi Hiu \n" +"Language-Team: Traditional Chinese \n" +"Language: zh_TW\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Generator: Lokalize 24.01.85\n" + +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:89 +#, kde-format +msgid "" +"Unable to connect to Nextcloud at the given server URL. Please check the " +"server URL." +msgstr "無法連線到指定伺服器 URL 的 Nextcloud。請檢查伺服器 URL。" + +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:148 +#: plugins/owncloud-ui/owncloudcontroller.cpp:174 +#, kde-format +msgid "Unable to authenticate using the provided username and password" +msgstr "無法使用提供的使用者名稱與密碼進行驗證" + +#. TODO Find a way to not hardcode this +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:202 +#: services/nextcloud-contacts.service.in:4 +#, kde-format +msgid "Contacts" +msgstr "聯絡人" + +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:202 +#, kde-format +msgid "Synchronize contacts" +msgstr "同步聯絡人" + +#. Runners-ID Storage - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#. TODO Find a way to not hardcode this +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:203 +#: plugins/owncloud-ui/owncloudcontroller.cpp:231 +#: services/disabled/runners-storage.service.in:6 +#: services/nextcloud-storage.service.in:4 +#: services/owncloud-storage.service.in:4 +#, kde-format +msgid "Storage" +msgstr "儲存空間" + +#: plugins/nextcloud-ui/nextcloudcontroller.cpp:203 +#, kde-format +msgid "Integrate into file manager" +msgstr "與檔案管理員整合" + +#: plugins/nextcloud-ui/package/contents/ui/Server.qml:14 +#, kde-format +msgid "Nextcloud Login" +msgstr "Nextcloud 登入" + +#: plugins/nextcloud-ui/package/contents/ui/Server.qml:49 +#: plugins/owncloud-ui/package/contents/ui/Server.qml:60 +#, kde-format +msgid "Server address:" +msgstr "伺服器位址:" + +#: plugins/nextcloud-ui/package/contents/ui/Server.qml:65 +#: plugins/owncloud-ui/package/contents/ui/Server.qml:76 +#, kde-format +msgid "Next" +msgstr "下一步" + +#: plugins/nextcloud-ui/package/contents/ui/Services.qml:16 +#: plugins/owncloud-ui/package/contents/ui/Services.qml:17 +#, kde-format +msgid "Services" +msgstr "服務" + +#: plugins/nextcloud-ui/package/contents/ui/Services.qml:50 +#: plugins/owncloud-ui/package/contents/ui/Services.qml:52 +#, kde-format +msgid "Finish" +msgstr "完成" + +#: plugins/owncloud-ui/owncloudcontroller.cpp:118 +#, kde-format +msgid "" +"Unable to connect to ownCloud at the given server URL. Please check the " +"server URL." +msgstr "無法連線到指定伺服器 URL 的 ownCloud。請檢查伺服器 URL。" + +#: plugins/owncloud-ui/owncloudcontroller.cpp:231 +#, kde-format +msgid "Storage integration" +msgstr "儲存空間整合" + +#: plugins/owncloud-ui/package/contents/ui/Server.qml:15 +#, kde-format +msgid "ownCloud Login" +msgstr "ownCloud 登入" + +#: plugins/owncloud-ui/package/contents/ui/Server.qml:48 +#, kde-format +msgid "Username:" +msgstr "使用者名稱:" + +#: plugins/owncloud-ui/package/contents/ui/Server.qml:53 +#, kde-format +msgid "Password:" +msgstr "密碼:" + +#. "Contacts" on Facebook - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/facebook-contacts.service.in:6 +msgctxt "Facebook Contacts" +msgid "Contacts" +msgstr "聯絡人" + +#. "Events" on Facebook - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/facebook-events.service.in:6 +msgid "Events" +msgstr "事件" + +#. "Posts Feed" on Facebook - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/facebook-feed.service.in:6 +msgid "Posts Feed" +msgstr "文章來源" + +#. "Notes" on Facebook - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/facebook-notes.service.in:6 +msgid "Notes" +msgstr "備忘" + +#. "Notifications" on Facebook - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/facebook-notifications.service.in:6 +msgid "Notifications" +msgstr "通知" + +#. Google's Calendars - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/google-calendar.service.in:6 +msgid "Calendars and Tasks" +msgstr "日曆與待辦事項" + +#. Google's Contacts - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/google-contacts.service.in:6 +msgctxt "Google Contacts" +msgid "Contacts" +msgstr "聯絡人" + +#. identi.ca microblog feed - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/identica-microblog.service.in:6 +msgid "identi.ca" +msgstr "identi.ca" + +#. ownCloud's Calendar - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#. Runners-ID Calendar - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/owncloud-calendar.service.in:6 +#: services/disabled/runners-calendar.service.in:6 +msgid "Calendar" +msgstr "行事曆" + +#. ownCloud's Contacts - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/owncloud-contacts.service.in:6 +msgctxt "ownCloud Contacts" +msgid "Contacts" +msgstr "聯絡人" + +#. Runners-ID Contacts - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/runners-contacts.service.in:6 +msgctxt "Runners-ID Contacts" +msgid "Contacts" +msgstr "聯絡人" + +#. Runners-ID Music - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/runners-music.service.in:6 +msgid "Music" +msgstr "音樂" + +#. Twitter's feed - Service name being displayed as a checkbox label to enable/disable this service +#. Would be nice to use the localized name of this service if it exists/makes sense +#: services/disabled/twitter-microblog.service.in:6 +msgid "Twitter" +msgstr "Twitter" + +#~ msgid "Facebook" +#~ msgstr "Facebook" + +#~ msgid "Includes Posts, Notes, Events, Notifications and Chat" +#~ msgstr "包括文章、備忘、事件、通知與聊天" + +#~ msgid "Google" +#~ msgstr "Google" + +#~ msgid "Includes GMail, Google Drive and YouTube" +#~ msgstr "包括 GMail、Google Drive 與 Youtube" + +#~ msgid "Nextcloud" +#~ msgstr "Nextcloud" + +#~ msgid "Nextcloud account" +#~ msgstr "Nextcloud 帳號" + +#~ msgid "ownCloud" +#~ msgstr "ownCloud" + +#~ msgid "ownCloud account" +#~ msgstr "ownCloud 帳號" + +#~ msgid "Runners ID" +#~ msgstr "Runners ID" diff --git a/providers/CMakeLists.txt b/providers/CMakeLists.txt new file mode 100644 index 0000000..e988899 --- /dev/null +++ b/providers/CMakeLists.txt @@ -0,0 +1,5 @@ +kaccounts_add_provider(google.provider.in NO_INTLTOOL) +kaccounts_add_provider(owncloud.provider.in NO_INTLTOOL) +if(HAVE_WEBENGINE) + kaccounts_add_provider(nextcloud.provider.in NO_INTLTOOL) +endif() diff --git a/providers/disabled/facebook.provider.in b/providers/disabled/facebook.provider.in new file mode 100644 index 0000000..5a301e0 --- /dev/null +++ b/providers/disabled/facebook.provider.in @@ -0,0 +1,27 @@ + + + Facebook + im-facebook + + Includes Posts, Notes, Events, Notifications and Chat + kaccounts-providers + .*facebook\.com + + + diff --git a/providers/disabled/identica.provider.in b/providers/disabled/identica.provider.in new file mode 100644 index 0000000..c58c08f --- /dev/null +++ b/providers/disabled/identica.provider.in @@ -0,0 +1,26 @@ + + + identi.ca + laconica_microblog + kaccounts-providers + .*identi\.ca + + + diff --git a/providers/disabled/owncloud.provider.in b/providers/disabled/owncloud.provider.in new file mode 100644 index 0000000..677d2d2 --- /dev/null +++ b/providers/disabled/owncloud.provider.in @@ -0,0 +1,18 @@ + + + ownCloud + owncloud + + ownCloud account + kaccounts-providers + + + diff --git a/providers/disabled/runnersid.provider.in b/providers/disabled/runnersid.provider.in new file mode 100644 index 0000000..d727cb0 --- /dev/null +++ b/providers/disabled/runnersid.provider.in @@ -0,0 +1,18 @@ + + + + Runners ID + netrunnerid + kaccounts-providers + .*identi\.ca + + + diff --git a/providers/disabled/twitter.provider.in b/providers/disabled/twitter.provider.in new file mode 100644 index 0000000..018856c --- /dev/null +++ b/providers/disabled/twitter.provider.in @@ -0,0 +1,25 @@ + + + Twitter + Twitter + im-twitter + kaccounts-providers + .*twitter\.com + + + diff --git a/providers/google.provider.in b/providers/google.provider.in new file mode 100644 index 0000000..67ef8be --- /dev/null +++ b/providers/google.provider.in @@ -0,0 +1,39 @@ + + + Google + + Sync calendars, contacts, and tasks, and upload videos to YouTube in supported apps + im-google + kaccounts-providers + .*google\.com + + + diff --git a/providers/nextcloud.provider.in b/providers/nextcloud.provider.in new file mode 100644 index 0000000..71d8df2 --- /dev/null +++ b/providers/nextcloud.provider.in @@ -0,0 +1,16 @@ + + + Nextcloud + kaccounts-nextcloud + + Access Nextcloud files in KDE apps and file dialogs; sync contacts and calendars in supported apps + kaccounts-providers + nextcloud_plugin_kaccounts + + + diff --git a/providers/owncloud.provider.in b/providers/owncloud.provider.in new file mode 100644 index 0000000..d0a3be6 --- /dev/null +++ b/providers/owncloud.provider.in @@ -0,0 +1,16 @@ + + + ownCloud + kaccounts-owncloud + + Access ownCloud files in KDE apps and file dialogs + kaccounts-providers + owncloud_plugin_kaccounts + + + diff --git a/services/CMakeLists.txt b/services/CMakeLists.txt new file mode 100644 index 0000000..fdd6ba2 --- /dev/null +++ b/services/CMakeLists.txt @@ -0,0 +1,5 @@ +kaccounts_add_service(owncloud-storage.service.in NO_INTLTOOL) +if(HAVE_WEBENGINE) + kaccounts_add_service(nextcloud-contacts.service.in NO_INTLTOOL) + kaccounts_add_service(nextcloud-storage.service.in NO_INTLTOOL) +endif() diff --git a/services/accounts-service.its b/services/accounts-service.its new file mode 100644 index 0000000..af33aac --- /dev/null +++ b/services/accounts-service.its @@ -0,0 +1,30 @@ + + + + + + + diff --git a/services/disabled/facebook-contacts.service.in b/services/disabled/facebook-contacts.service.in new file mode 100644 index 0000000..4336c00 --- /dev/null +++ b/services/disabled/facebook-contacts.service.in @@ -0,0 +1,10 @@ + + + facebook-contacts + + Contacts + facebook-contacts + facebook + kaccounts-providers + diff --git a/services/disabled/facebook-events.service.in b/services/disabled/facebook-events.service.in new file mode 100644 index 0000000..9264689 --- /dev/null +++ b/services/disabled/facebook-events.service.in @@ -0,0 +1,10 @@ + + + facebook-events + + Events + facebook-events + facebook + kaccounts-providers + diff --git a/services/disabled/facebook-feed.service.in b/services/disabled/facebook-feed.service.in new file mode 100644 index 0000000..4148b91 --- /dev/null +++ b/services/disabled/facebook-feed.service.in @@ -0,0 +1,10 @@ + + + facebook-feed + + Posts Feed + facebook-feed + facebook + kaccounts-providers + diff --git a/services/disabled/facebook-notes.service.in b/services/disabled/facebook-notes.service.in new file mode 100644 index 0000000..1adc5fc --- /dev/null +++ b/services/disabled/facebook-notes.service.in @@ -0,0 +1,10 @@ + + + facebook-notes + + Notes + facebook-notes + facebook + kaccounts-providers + diff --git a/services/disabled/facebook-notifications.service.in b/services/disabled/facebook-notifications.service.in new file mode 100644 index 0000000..d451e60 --- /dev/null +++ b/services/disabled/facebook-notifications.service.in @@ -0,0 +1,10 @@ + + + facebook-notifications + + Notifications + facebook-notifications + facebook + kaccounts-providers + diff --git a/services/disabled/google-calendar.service.in b/services/disabled/google-calendar.service.in new file mode 100644 index 0000000..434be7e --- /dev/null +++ b/services/disabled/google-calendar.service.in @@ -0,0 +1,10 @@ + + + google-calendar + + Calendars and Tasks + google-calendars + google + kaccounts-providers + diff --git a/services/disabled/google-contacts.service.in b/services/disabled/google-contacts.service.in new file mode 100644 index 0000000..5fac568 --- /dev/null +++ b/services/disabled/google-contacts.service.in @@ -0,0 +1,10 @@ + + + google-contacts + + Contacts + google-contacts + google + kaccounts-providers + diff --git a/services/disabled/identica-microblog.service.in b/services/disabled/identica-microblog.service.in new file mode 100644 index 0000000..99ee6b0 --- /dev/null +++ b/services/disabled/identica-microblog.service.in @@ -0,0 +1,10 @@ + + + twitter-microblog + + identi.ca + identica + identica + kaccounts-providers + diff --git a/services/disabled/owncloud-calendar.service.in b/services/disabled/owncloud-calendar.service.in new file mode 100644 index 0000000..b0df808 --- /dev/null +++ b/services/disabled/owncloud-calendar.service.in @@ -0,0 +1,16 @@ + + + dav-calendar + + Calendar + owncloud-calendar + owncloud + kaccounts-providers + + + diff --git a/services/disabled/owncloud-contacts.service.in b/services/disabled/owncloud-contacts.service.in new file mode 100644 index 0000000..a742c8a --- /dev/null +++ b/services/disabled/owncloud-contacts.service.in @@ -0,0 +1,16 @@ + + + dav-contacts + + Contacts + owncloud-contacts + owncloud + kaccounts-providers + + + diff --git a/services/disabled/runners-calendar.service.in b/services/disabled/runners-calendar.service.in new file mode 100644 index 0000000..d0484cf --- /dev/null +++ b/services/disabled/runners-calendar.service.in @@ -0,0 +1,16 @@ + + + dav-calendar + + Calendar + runnersid-calendar + runnersid + kaccounts-providers + + + diff --git a/services/disabled/runners-contacts.service.in b/services/disabled/runners-contacts.service.in new file mode 100644 index 0000000..411d5cd --- /dev/null +++ b/services/disabled/runners-contacts.service.in @@ -0,0 +1,16 @@ + + + dav-contacts + + Contacts + runnersid-contacts + runnersid + kaccounts-providers + + + diff --git a/services/disabled/runners-music.service.in b/services/disabled/runners-music.service.in new file mode 100644 index 0000000..551b715 --- /dev/null +++ b/services/disabled/runners-music.service.in @@ -0,0 +1,10 @@ + + + music + + Music + runnersid-music + runnersid + kaccounts-providers + diff --git a/services/disabled/runners-storage.service.in b/services/disabled/runners-storage.service.in new file mode 100644 index 0000000..97fcdd1 --- /dev/null +++ b/services/disabled/runners-storage.service.in @@ -0,0 +1,16 @@ + + + dav-storage + + Storage + runnersid-storage + runnersid + kaccounts-providers + + + diff --git a/services/disabled/twitter-microblog.service.in b/services/disabled/twitter-microblog.service.in new file mode 100644 index 0000000..2ce0902 --- /dev/null +++ b/services/disabled/twitter-microblog.service.in @@ -0,0 +1,10 @@ + + + twitter-microblog + + Twitter + twitter + twitter + kaccounts-providers + diff --git a/services/nextcloud-contacts.service.in b/services/nextcloud-contacts.service.in new file mode 100644 index 0000000..9ddb349 --- /dev/null +++ b/services/nextcloud-contacts.service.in @@ -0,0 +1,24 @@ + + + dav-contacts + Contacts + view-pim-contacts + nextcloud + kaccounts-providers + + + + diff --git a/services/nextcloud-storage.service.in b/services/nextcloud-storage.service.in new file mode 100644 index 0000000..e3d3f78 --- /dev/null +++ b/services/nextcloud-storage.service.in @@ -0,0 +1,16 @@ + + + dav-storage + Storage + kaccounts-nextcloud + nextcloud + kaccounts-providers + + + + diff --git a/services/owncloud-storage.service.in b/services/owncloud-storage.service.in new file mode 100644 index 0000000..ddd24e9 --- /dev/null +++ b/services/owncloud-storage.service.in @@ -0,0 +1,15 @@ + + + dav-storage + Storage + kaccounts-owncloud + owncloud + kaccounts-providers + + + diff --git a/webkit-options/CMakeLists.txt b/webkit-options/CMakeLists.txt new file mode 100644 index 0000000..7fe2e39 --- /dev/null +++ b/webkit-options/CMakeLists.txt @@ -0,0 +1,5 @@ +set(WEBKIT_CONFIG_DESTINATION ${KDE_INSTALL_FULL_SYSCONFDIR}/signon-ui/webkit-options.d/) +install(FILES www.facebook.com.conf DESTINATION ${WEBKIT_CONFIG_DESTINATION}) +install(FILES accounts.google.com.conf DESTINATION ${WEBKIT_CONFIG_DESTINATION}) +install(FILES api.twitter.com.conf DESTINATION ${WEBKIT_CONFIG_DESTINATION}) +install(FILES identi.ca.conf DESTINATION ${WEBKIT_CONFIG_DESTINATION}) diff --git a/webkit-options/accounts.google.com.conf b/webkit-options/accounts.google.com.conf new file mode 100644 index 0000000..07a90db --- /dev/null +++ b/webkit-options/accounts.google.com.conf @@ -0,0 +1,8 @@ +ViewportWidth = 480 +ViewportHeight = 420 +UsernameField = input[name="Email"] +PasswordField = input[name="Passwd"] +# Accept all https URLs, and add as exceptions those http only +# URLs which are used in some countries. +# See https://bugs.launchpad.net/bugs/1074733 +AllowedUrls = (https://.*|http://[^/]*google\\.[^.]+/accounts/.*) \ No newline at end of file diff --git a/webkit-options/api.twitter.com.conf b/webkit-options/api.twitter.com.conf new file mode 100644 index 0000000..12aea75 --- /dev/null +++ b/webkit-options/api.twitter.com.conf @@ -0,0 +1,2 @@ +UsernameField = input[id="username_or_email"] +PasswordField = input[id="password"] \ No newline at end of file diff --git a/webkit-options/identi.ca.conf b/webkit-options/identi.ca.conf new file mode 100644 index 0000000..870fc00 --- /dev/null +++ b/webkit-options/identi.ca.conf @@ -0,0 +1,5 @@ +UsernameField = input[name="nickname"] +PasswordField = input[name="password"] +# Force mobile version, so that layout does not scroll horizonally +# https://bugs.launchpad.net/1051596 +UserAgent = Mozilla/5.0 (iPhone; CPU iPhone OS 5_1_1 like Mac OS X) AppleWebKit/534.46 (KHTML, like Gecko) Version/5.1 Mobile/9B206 Safari/7534.48.3 \ No newline at end of file diff --git a/webkit-options/www.facebook.com.conf b/webkit-options/www.facebook.com.conf new file mode 100644 index 0000000..fc4fa67 --- /dev/null +++ b/webkit-options/www.facebook.com.conf @@ -0,0 +1,6 @@ +ViewportWidth = 420 +ViewportHeight = 320 +UsernameField = input[name="email"] +PasswordField = input[name="pass"] +#ZoomFactor = 2 +#PreferredWidth = 420 \ No newline at end of file